- 30 Apr, 2002 6 commits
-
-
Sam Hocevar authored
-
Sam Hocevar authored
behaviour with inline assembly (seems to be BeOS-specific). If anyone has a better idea than the huge "memory" constraint, please have a look at the MMX_CALL() macro!
-
Laurent Aimar authored
-
Gildas Bazin authored
* added config_Get/PutFloatVariable to p_sysmbols. Thanks to Sigmund Augdal for pointing this bug out. * on Win32 the aout_pcm thread is given a high priority. This helps avoiding lots of audio underruns, especially when moving around the video window.
-
Laurent Aimar authored
you can now read your file ;) (but audio is awfull,perhaps because of mad plugin ? ). Fix a bug for audio with some avi file.
-
Johan Bilien authored
or libdvbpsi ts demux. Untested cause I can't get our Nova Card work again.
-
- 29 Apr, 2002 3 commits
-
-
Christophe Massiot authored
-
Gildas Bazin authored
* Restored vout_CopyPicture(). It is needed by the directx plugin damnit ;-) * Restored AOUT_BUFFER_DURATION to its old value. It should solve quite a few underrun problems. * A little bit of DirectX plugin clean-up.
-
Olivier Teulière authored
Compilation fix.
-
- 28 Apr, 2002 7 commits
-
-
Jean-Paul Saman authored
-
Sam Hocevar authored
it, no need to manually add it.
-
Sam Hocevar authored
mode, the Esc key does not quit immediately, but first escapes from fullscreen mode. User-requested feature.
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Sam Hocevar authored
-
- 27 Apr, 2002 4 commits
-
-
Laurent Aimar authored
try to detect end of file.
-
Gildas Bazin authored
* moved the function definitions from threads.h into threads_funcs.h. This allows us to move p_main_sys into p_main (p_main->p_sys). * fixed the --with-gtk-config-path and --with-sdl-config-path options in configure.in
-
Laurent Aimar authored
-
Johan Bilien authored
-
- 26 Apr, 2002 10 commits
-
-
Christophe Massiot authored
-
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 3 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
-