- 26 Apr, 2002 9 commits
-
-
Johan Bilien authored
-
Gildas Bazin authored
* updated win32 compilation instructions.
-
Johan Bilien authored
-
Jon Lech Johansen authored
-
Jon Lech Johansen authored
-
Laurent Aimar authored
* plugins/avi/avi.c : now it can play broken file with seek enable but it's very slow (will be fixed soon ).
-
Sam Hocevar authored
-
Laurent Aimar authored
* src/input/input_programs.c : an video divx ES will no longer be considered as an audio ES ( thanks sam ).
-
Jon Lech Johansen authored
-
- 25 Apr, 2002 7 commits
-
-
Jon Lech Johansen authored
-
Christophe Massiot authored
- New creator ID : VLC# - Borders in fullscreen mode are now black and the movie is centered (jlj P0\/\/3r) - A/V sync should be much more precise
-
Sam Hocevar authored
* ./include/video.h: moved vout_CopyPicture out of the way, an inline function did not make sense here. * ./include/video.h: moved vout_ChromaCmp out of the way. * ./plugins/avi/fourcc.h, ./include/video.h: merged these two files into video.h. * ./include/os_specific.h: this file is now always included. * ./include/debug.h: removed this file which was almost useless, and moved ASSERT to common.h. * ./include/common.h: fixed vlc_memalign and changed its prototype to follow posix_memalign's.
-
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 1 commit
-
-
Christophe Massiot authored
-