- 25 Apr, 2002 4 commits
-
-
Sam Hocevar authored
safer variants $with_foo and $enable_foo.
-
Laurent Aimar authored
-
Laurent Aimar authored
* plugins/avi/avi.c : use KeyFrame to seek, so video will not be bad as before
-
Johan Bilien authored
* Added a mpeg_ts_dvbpsi module tha uses libdvbpsi to decode PSIs. It is used by default if the lib is found. It shares much code with mpeg_ts
-
- 24 Apr, 2002 4 commits
-
-
Gildas Bazin authored
* fixed typo. You have to double click on the video window to switch to fullscreen.
-
Gildas Bazin authored
* on Win32 the config file is now stored under the "Application Data" folder belonging to the user. (this works if at least IE4 is installed, otherwise the old method is used to get the config directory)
-
Jon Lech Johansen authored
-
Sam Hocevar authored
* ALL: renamed PLUGINS to __PLUGINS__ to avoid conflicts with libraries defining it. Grmbl. * ./src/input/input_ext-plugins.c: cosmetic change.
-
- 23 Apr, 2002 8 commits
-
-
Laurent Aimar authored
* ./plugins/avi a light avi demux * ./plugins/ffmpeg a video decoder for divx v3 and opendivx
-
Olivier Teulière authored
* plugins/win32/preferences.cpp: fixed a compilation bug
-
Sam Hocevar authored
upcoming work.
-
Gildas Bazin authored
* DirectX video output plugin now uses triple buffering for YUV overlay. This improves the video quality a lot (no tearing) without affecting performance. (I knew double buffering sucked but I just discovered why triple buffering is better: you don't have to wait for the vsync to flip the buffers). * Fixed the DirectX video output for non-overlay modes. It was only working in RGB16 before. * Fixed the mouse autohidding feature in the DirectX plugin (at least partially). * Fixed the spu decoder to take the pitch of the destination picture into account when rendering the subtitles (Implemented only for the YUV modes).
-
Sam Hocevar authored
to avoid retrieving the spu palette from a network stream as if it was a DVD.
-
Sam Hocevar authored
* ALL: removed underscores from option names and made a few options more self-explanatory, for instance --input_channel becomes --audio-channel; run vlc -H to see what has changed. * ALL: replaced many occurences of "plugin" with the word "module". * ./src/interface/main.c: moved all satellite-specific configuration options to the satellite plugin. * ./po/*: updated translations.
-
Sam Hocevar authored
transformations. They're now PIC-friendly as well.
-
Jon Lech Johansen authored
* Some changes to the control layout.
-
- 22 Apr, 2002 1 commit
-
-
Sam Hocevar authored
verbose messages. * ./po/en_GB.po: British translation.
-
- 21 Apr, 2002 4 commits
-
-
Gildas Bazin authored
* Fixed the warning_level handling: "-v" and "--warning" are now working as they should and they also are cumulative (using -vv --warning=3 you end up with i_warning_level=5)
-
Sam Hocevar authored
* ./src/misc/configuration.c: support for short options. -V, -A, -I are back, and we also have -4 and -6 for IPv4/IPv6.
-
Gildas Bazin authored
* added config_GetFloatVariable() and config_PutFloatVariable() to the config module. * added a --zoom <float> config option. * added a call to RestoreCPUState() in InitIDCT() in idct_sparse.h so that the FPU is still available after a call to InitIDCT(). * deactivate stream buffering when logging to a file.
-
Sam Hocevar authored
* ./po/fr.po: completed the french translation. * ./plugins/gtk/gtk.glade, ./plugins/gtk/gnome.glade: synchronized a few strings between the Gtk+ and GNOME modules to avoid duplicate translations.
-
- 20 Apr, 2002 5 commits
-
-
Sam Hocevar authored
* ./po/de.po: updated german translation. Many thanks to Thomas Graf.
-
Tristan Leteurtre authored
. Url & mailing-lists corrections
-
Gildas Bazin authored
* the last category from the config options wasn't displayed.
-
Jean-Paul Saman authored
-
Loïc Minier authored
-
- 19 Apr, 2002 1 commit
-
-
Sam Hocevar authored
* ALL: internationalized all configuration strings. * ./src/interface/main.c: we now set LC_CTYPE to get the right charset. * ./src/misc/configuration.c: lots of simplifications in the code. * ./po/vlc/pot: updated translations.
-
- 18 Apr, 2002 5 commits
-
-
Christophe Massiot authored
-
Sam Hocevar authored
* ./vlc.spec: fixed build dependencies. * ./configure.in: when -lintl is available, we now also link plugins with it.
-
Sam Hocevar authored
* ./include/threads.h: fixed a segfault under Solaris, thanks to Meuuh. * ./plugins/spudec/spu_decoder.c: RGB 24bpp and 32bpp support.
-
Sam Hocevar authored
* ./configure.in: switched version to 0.3.1. * ./vlc.spec: imported Mandrakesoft's latest enhancements. * ./ChangeLog: updated ChangeLog.
-
Sam Hocevar authored
* ./configure.in, ./plugins/network/ipv6.c: support for the GNU glibc extension gethostbyname2(), thanks to Thomas Graf.
-
- 17 Apr, 2002 3 commits
-
-
Christophe Massiot authored
picture in the screen, and make the remaining space black instead of white, PLEASE drop me a mail !
-
Johan Bilien authored
This should fix the problem that occured when reading a file directly extracted from a satellite card. * UDP access plugin uses input_SetProgram.
-
Sam Hocevar authored
* ./AUTHORS: added people locations, just for fun. * ./configure.in: disabled SSE plugins when using mingw32. * ./src/misc/configuration.c: disabled the AltiVec warning message on the PowerPC platform because it was misleading.
-
- 16 Apr, 2002 2 commits
-
-
Christophe Massiot authored
* MacOS X interface shouldn't take as much CPU as it used to ; * Fixed a bug in Altivec-enabled MC (thanks walken) ; * Fixed a case of segfault in Altivec-enabled memcpy.
-
Johan Bilien authored
-
- 15 Apr, 2002 3 commits
-
-
Christophe Massiot authored
inspired by Gildas Bazin.
-
Johan Bilien authored
* added options to configure antenna (sat_lnb_lof1, sat_lnb_lof2, sat_lnb_slof and sat_diseqc). They only appear if satellite input is compiled.
-
Johan Bilien authored
(switch i {case 1: i=1;break; case 2: i=2: ... I'd better got to bed ;)
-