1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00
Commit Graph

3787 Commits

Author SHA1 Message Date
Laurent Aimar
f545a915b3 * httpd: increased buffer size. 2003-03-17 23:48:26 +00:00
Laurent Aimar
d7cd4a07e1 * all: fixed some stupid bugs. 2003-03-17 23:42:12 +00:00
Derk-Jan Hartman
0a240b822e * modules/gui/macosx/playlist.m:
- fixed a cosmetic issue.
2003-03-17 23:13:06 +00:00
Derk-Jan Hartman
1fef5962e7 * modules/gui/macosx/playlist.?:
- rewrite of code
2003-03-17 21:47:21 +00:00
Sam Hocevar
2b013d353a * ./modules/misc/gtk_main.c, ./modules/gui/gtk/gtk.c,
./modules/gui/gtk/gnome.c, ./modules/gui/familiar/familiar.c: added a
    terminating NULL pointer in the fake argv values we pass to gtk_init().
  * ./modules/misc/qte_main.cpp, ./modules/misc/gtk_main.c: these plugins now
    have the "gui-helper" capability.
  * ./modules/misc/gtk_main.c: paved the way for Gtk2.
2003-03-17 18:02:11 +00:00
Sam Hocevar
8965c3f416 * ./modules/video_output/sdl.c: fixed an endianness bug due to libSDL not
defining its fourcc values like us.
2003-03-17 17:11:32 +00:00
Derk-Jan Hartman
7314de69eb * src/playlist/playlist.c:
- added playlist_Move to move an item in our playlist before the position
    of a previous item (or end) of our playlist. Keeps index at it's current
    item.
* modules/gui/macosx/playlist.?:
  - Now a reorderable playlist. Thanks to Andrew Stone for example code.
    This fixes #349 (Finally ;)
  - True alternating colors in the playlistview. Thanks to Apple Computer
    for the example code.
2003-03-17 17:10:21 +00:00
Sam Hocevar
453fe58a06 * ./autotools/: moved some autotools executables to this subdirectory to
reduce cluttering of the root directory.
2003-03-17 16:59:47 +00:00
Sigmund Augdal Helberg
78ea76bcf2 fixed up http redirects when there are other items in the playlist. 2003-03-17 15:05:55 +00:00
Marc Ariberti
53b609d6c3 * familiar.c: added pixmap directory for linupy2 /usr/share/pixmaps/vlc 2003-03-17 13:49:14 +00:00
Christophe Massiot
2bdd09121a Fixed aspect ratio's tooltip. 2003-03-17 12:14:26 +00:00
Laurent Aimar
01c0a6aa21 * sub: better ssa4 recognition. 2003-03-16 23:35:39 +00:00
Jon Lech Johansen
834ad8061f * ./modules/gui/macosx/aout.m: Swapped stereo and mono classification. 2003-03-16 20:06:34 +00:00
Laurent Aimar
0e212a7cad * sub.c: added SAMI subtitles support. (Untested and incomplete). 2003-03-16 16:07:21 +00:00
Laurent Aimar
61ec345b32 * asf: when there isn't any stream selected, stop playing. 2003-03-16 13:11:28 +00:00
Laurent Aimar
2f9b46d4b1 * mms: removed some old stuff. 2003-03-16 01:49:28 +00:00
Laurent Aimar
a8ca39197f * mms: it seems that some server doesn't like fake ip 127.0.0.1
(they refuse the connection), so let give them 192.168.0.1 ...
2003-03-16 01:37:44 +00:00
Jon Lech Johansen
f529041b63 Another attempt at fixing the soundstick issue (unconfirmed). 2003-03-15 22:10:58 +00:00
Loïc Minier
bef1decea9 * attempt at a docbook-xml version of the FAQ with XSL
customizations, if people want to help or just have a look
  (use "xsltproc faq-alone.xsl faq-alone.xml" with the
   docbook-xml-simple package installed or saxon if you feel bored)
2003-03-15 20:17:37 +00:00
Laurent Aimar
3b4dc3e376 * sout: fix a stupid bug making avi muxer segfaulting. 2003-03-15 19:26:13 +00:00
Jon Lech Johansen
92db27a96f Jeff Moore @ Apple: The HAL specifically won't allow a device that doesn't
have linear PCM as it's current format to be
                    the default device.
2003-03-15 19:21:49 +00:00
Laurent Aimar
7a1e7c01f6 * ffmpeg: Use truncated frames if supported by codec (only with newer
libavcodec). This fix mpeg4 in TS with huge bitrate.
 * sub: clean up. Report any problems.
2003-03-15 18:44:31 +00:00
Laurent Aimar
d5a9259d45 * mms: revert some parts. 2003-03-15 03:02:13 +00:00
Laurent Aimar
b336d67dcd * mms: some clean up. 2003-03-15 02:33:23 +00:00
Laurent Aimar
f0789fcd8a * httpd: begin to support get/post method (look at admin.html ;) 2003-03-15 00:09:31 +00:00
Sam Hocevar
fcbf0b137f * ./doc/fortunes.txt: sigmund++; 2003-03-14 17:14:16 +00:00
Loïc Minier
55b3fab8a2 * Meuuh+++; 2003-03-14 17:08:37 +00:00
Derk-Jan Hartman
d8af19492e * ALL: Bumped version to 0.5.3-cvs
* modules/gui/macosx/info.m: Now we show strings (with accents) in ID3 tags
  correctly, but now the name of the file as reported in the playlist info
  gets displayed incorrectly if it has accents. (going for ID3 at the
  moment. filenames are named a plenty in the correct way)
2003-03-14 01:23:06 +00:00
Jon Lech Johansen
e496d0eaf4 * ./modules/gui/macosx/aout.m: Added mono classification. Fixed channels
issue in InitDevice. Should close #490.
2003-03-14 01:08:38 +00:00
Sigmund Augdal Helberg
ae1b0c7f7a all: info strings are now localized, fixed some typos and inconsistant uses
of capital letters
2003-03-14 00:24:08 +00:00
Christophe Massiot
dc1750ae1d Attempt at fixing the soundstick issue (unconfirmed). 2003-03-14 00:06:02 +00:00
Sigmund Augdal Helberg
d21e31cfce set a default size for the fileinfo dialog 2003-03-13 22:45:32 +00:00
Sigmund Augdal Helberg
401d2c4690 Added support for oldstyle id3 genres. 2003-03-13 22:35:51 +00:00
Derk-Jan Hartman
4815c251f8 * modules/gui/macosx/misc.?
- added VLBrushedMetalImageView. This imageview does not respond to
    mousedrage, so we can still move our window by it's background.
* extras/MacOSX/Resources/English.lproj/MainMenu.nib/*
  - Changed the container of our background image to the new
    VLBrushedMetalImageView.
    This fixes #390
2003-03-13 22:24:17 +00:00
Marc Ariberti
ff328a8e86 * skeleton of the arm crosscompilation howto 2003-03-13 16:20:16 +00:00
Derk-Jan Hartman
2b4c0fcd12 * extras/MacOSX/vlc.pbproj/project.pbxproj:
- added .qt and .pls file extensions.

* modules/gui/macosx/intf.m:
  - increased the number of lines the messages dialog can hold to 400.

* added fourcc '3iv1' to .avi and .mov
  - this is 3ivx D3.5 video.
  - we cannot read them at however and probably never will. I added them
    for completeness.

* added fourcc '3iv2' to .avi and ffmpeg
  - this is 3ivx D4 video
  - it is mpeg 4 compliant and ffmpeg decodes it, via MPEG4.

* added fourcc '3ivd' to .avi, .mov and ffmpeg.
  - this is video which was divx doctored by the 3ivx doctor program.
  - it is normal DIV3 video and ffmpeg decodes it via MPEG4 v3.

* added fourcc '3vid' to .avi, .mov and ffmpeg.
  - this is incorrect encoded DIV3. it is an endianness issue by the encoder.
  - ffmpeg can decode it however, so it is mapped to MPEG4 v3.
2003-03-13 16:09:21 +00:00
Marc Ariberti
e5a0248794 * all: enhancements of the familiar interface includes :
- the interface adapts to the screen size/rotation
    - a playlist
    - a network tab next to te file tab inside the media tab
    - MRL-Combo behaviour changed a bit
    - apply handling in preferences
2003-03-13 15:50:17 +00:00
Olivier Teulière
28484a0ee3 We don't segfault anymore when trying to go fullscreen with no input
(closes #477)
2003-03-13 10:33:29 +00:00
Marc Ariberti
7980185da9 * all: added s16tofixed32 filter, so that we decode flac with iPaq ! 2003-03-12 23:59:19 +00:00
Eric Petit
86d1e8f789 * configure.ac.in: compile fix for BeOS/BONE (s/LDFALGS/LDFLAGS/...)
* beos_specific.cpp, modules/gui/beos/*: add VLC version number in the
   "About" window and in the titles of the others windows.
2003-03-12 23:15:03 +00:00
Sam Hocevar
73092d7710 * ./src/stream_output/stream_output.c: Win32 compilation fix.
* ./src/misc/modules.c: fixed a pointer indirection bug.
2003-03-12 05:26:46 +00:00
Sam Hocevar
a5abccd49b * ./Makefile.am: moved generation of .h files to the toolbox so that we
can call "toolbox --update-includes" without running configure.
  * ./toolbox: de-uglified some shell code.
2003-03-12 05:12:05 +00:00
Sam Hocevar
0eaf631559 * ./bootstrap: fixed a conflict issue with recent autopoint versions.
* ./toolbox: the MSVC project file generation no longer depends on Makefile.
2003-03-12 04:16:02 +00:00
Sam Hocevar
fb9888eb89 * ./configure.ac.in: we look for libqt-mt.so before libqt.so. 2003-03-12 00:56:16 +00:00
Gildas Bazin
1171979d73 * ALL: experimental code for stream (dvd) navigation through object variables. 2003-03-11 23:56:54 +00:00
Laurent Aimar
cfcd2ca2d8 * fix ima4 decoding. 2003-03-11 23:56:40 +00:00
Sam Hocevar
7c27a792cd * ./debian/control: added libqt3-compat-headers build-dependency because of
strange issues with KDE headers that I'm not sure to fully understand but
    also honestly completely don't care about.
2003-03-11 22:44:48 +00:00
Laurent Aimar
71159e1c64 * removed strdupa. 2003-03-11 21:52:05 +00:00
Sam Hocevar
a8643ccd69 * ./configure.ac.in: quick and dirty workaround for qt3 headers location. 2003-03-11 21:23:42 +00:00
Sam Hocevar
aa917a5036 * ./src/stream_output/stream_output.c: fixed a minor format string issue. 2003-03-11 20:53:28 +00:00