- 08 Aug, 2002 1 commit
-
-
Sam Hocevar authored
* ALL: lots of -ansi -pedantic fixes.
-
- 07 Aug, 2002 3 commits
-
-
Christophe Massiot authored
-
Sam Hocevar authored
-
Sam Hocevar authored
demux plugins (ps, ts, but also dvd*). * ./src/input/mpeg_system.c: removed MPEG-related stuff from the vlc core. * ./src/misc/modules.c: max recursion level is now 5. * ./modules/access/dvdplay/es.c: fixed a buffer overflow.
-
- 06 Aug, 2002 6 commits
-
-
Jon Lech Johansen authored
-
Christophe Massiot authored
conflicts with the modules/ directory.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Tony Castley authored
-
Sam Hocevar authored
* ./src/misc/modules.c: the directory browsing should be more portable now, we use stat(2) instead of file->d_type.
-
- 05 Aug, 2002 3 commits
-
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Sam Hocevar authored
with the Solaris sed. * ./src/misc/modules.c: fixed a warning caused by misuse of const.
-
- 04 Aug, 2002 11 commits
-
-
Laurent Aimar authored
ffmpeg-error-resilience to -1 by default ( I've found to many files that didn't like error resilience...)
-
Laurent Aimar authored
-
Laurent Aimar authored
mmx, mmxext version, but only mmxext is really usable (other need a _lot_ of CPU power). There are new options for ffmpeg plugins : --ffmpeg-pp to choose postprocessing module( c, mmx, mmext or mmx2 ) --ffmpeg-pp-q to choose quality( 0..6 ) --ffmpeg-db-?? ( where first ? is for y or c, and the other ? for v or h ) to force deblocking on luminance(y)/chrominance(c) horizontally or vertically. --ffmpeg-dr-? ( where ? is y or c ) to force dering on ...
-
Sam Hocevar authored
-
Sam Hocevar authored
config_GetPsz and uses the result instead.
-
Sam Hocevar authored
in ./modules/codec/mpeg_video/.
-
Sam Hocevar authored
of GetBits and doesn't get stuck on high bitrate movies (thanks fenrir).
-
Sam Hocevar authored
waveout, directx, qnx, beos, win32, macosx, and the AltiVec modules. * ALL: removed mention of AC3 in favour of A52. * ./configure.in, ./Makefile*: modules can now be built deeper than 1 directory. As a consequence, the build is even slower (but I'm fixing this) and make clean doesn't work anymore.
-
Sam Hocevar authored
looking for plugins.
-
Sam Hocevar authored
-
Sam Hocevar authored
fast_memcpy to be exported with its proper builtin symbol name.
-
- 02 Aug, 2002 1 commit
-
-
Tony Castley authored
-
- 01 Aug, 2002 5 commits
-
-
Jon Lech Johansen authored
-
Laurent Aimar authored
-
Gildas Bazin authored
* Added a --dvd-css-method config option to the dvd plugin. This is implemented with putenv() and is IMHO a quick hack (leads to memory leaks) as libdvdcss should rather allow us to change this value using the API!
-
Tony Castley authored
-
Tony Castley authored
-
- 31 Jul, 2002 3 commits
-
-
Sam Hocevar authored
compilers which don't support constructor expressions. I hate Borland.
-
Sam Hocevar authored
still not working under Borland).
-
Sam Hocevar authored
about 2000 lines of code. I could not test everything on every architecture, so please report any module breakage (especially on BeOS, OSX and QNX).
-
- 30 Jul, 2002 2 commits
-
-
Gildas Bazin authored
* plugins/directx/vout_directx.h: removed unused variables. * plugins/directx/vout_events.c: fixed resizing bug.
-
Gildas Bazin authored
* include/vlc_threads.h: fixed the --fast-mutex option.
-
- 29 Jul, 2002 3 commits
-
-
Gildas Bazin authored
* plugins/directx/vout_directx.*: the directx vout plugin now uses the IID_IDirectDrawSurface2 interface, this shouldn't break anything and we should now support WinNT4+DirectX3. Some code cleanup too. * plugins/directx/vout_events.c: small bugfix.
-
Gildas Bazin authored
* include/vlc_threads.h,include/main.h,src/misc/threads.c,src/misc/win32_specific.c: reverted Win32 pthread implementation to the old code. Fixed vlc_cond_broadcast() for WinNT/2K/XP. Additional vlc_cond_* implementations for Win9x. * src/libvlc.h: renamed --fast_pthread option into --fast-mutex. Added a --win9x-cv-method option to choose which vlc_cond_* implementation we want on Win9x.
-
Gildas Bazin authored
* plugins/network/ipv6.c: attempt to fix the win32 implementation. Multicast should even work (untested) although we'll need to find a way to replace if_nametoindex() to have a fully functionnal win32 port.
-
- 28 Jul, 2002 1 commit
-
-
Tony Castley authored
Fixed on top function.
-
- 26 Jul, 2002 1 commit
-
-
Christophe Massiot authored
Web :p.
-