- 30 Jul, 2001 4 commits
-
-
Gildas Bazin authored
* Fixed a Win32 bug in libdvdcss. This bug was appearing on title change. * Modified input_dvd so you can now go directly to the selected chapter when you change the title. * Implemented the Probe function in the Xvideo plugin. Xvideo is now the default video output plugin when it is supported.
-
Christophe Massiot authored
-
Christophe Massiot authored
* Fixed a bug when compiling KDE plug-in without Qt plug-in ; * Now taking into account $KDEDIR ; * Made SDL configure error messages more explicit ; * --disable-sdl is now correctly taken into account ; * Changed the order of evaluation of sdl-config and sdl11-config ; * Finally fixed SDL*/SDL.h check ;
-
Sam Hocevar authored
* VC++/Intel compiler fixes by Jon Lech Johansen <jon-vl@nanocrew.net>.
-
- 29 Jul, 2001 1 commit
-
-
Sam Hocevar authored
* Better gtk-config detection. * Removed duplicate checks in configure.in. * Fixed a typo in vlc.spec.
-
- 28 Jul, 2001 1 commit
-
-
Sam Hocevar authored
* Fix in libdvdcss in the key caching code. * Removed useless variables in configure.in which caused all subsequent compilation tests to fail.
-
- 27 Jul, 2001 8 commits
-
-
Christophe Massiot authored
-
Sam Hocevar authored
* Additional fixes to the sdl-config detection.
-
Sam Hocevar authored
* Added a make uninstall rule.
-
Sam Hocevar authored
* Updated version numbers for imminent release. * Fixed the --with-dvdcss flag: o --with-dvdcss - build libdvdcss, link statically (also default behaviour) o --with-dvdcss=local-static - build libdvdcss, link statically o --with-dvdcss=local-shared - build libdvdcss, link dynamically o --with-dvdcss=/foo/bar - don't build libdvdcss, use libdvdcss in /foo/bar * Fixed an omission in the dvdcss.h header.
-
Christophe Massiot authored
-
Arnaud de Bossoreille de Ribou authored
-
Sam Hocevar authored
* Changed libdvdcss API to force binary incompatibility. Yeah, this is evil, but if we don't do it now we'll have to do it when more people are using it. * Fixed minor libdvdcss stuff such as the soname and compilation flags. * New --with-dvdcss flag. Explanation: o default: build libdvdcss, statically link vlc against it. o --with-dvdcss=no: build libdvdcss, dynamically link vlc against it. o --with-dvdcss=yes: don't build libdvdcss, use already installed one. o --with-dvdcss=/foo: don't build libdvdcss, use libdvdcss from /foo/*. (this looks a bit strange to me, I'll find better flag settings)
-
Arnaud de Bossoreille de Ribou authored
Bozo and Stef : the dream team of bozos. Stef you're gonna die (dunga).
-
- 26 Jul, 2001 5 commits
-
-
Renaud Dartus authored
-> fixed the segfaults with imdct_sse -> sound is hugly with imdct_sse in debug mode
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Sam Hocevar authored
* Fixed the MMX YUV plugin issues with gcc 2.96 and 3.0. * Updated TODO, cosmetic changes.
-
- 25 Jul, 2001 9 commits
-
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Arnaud de Bossoreille de Ribou authored
-
Sam Hocevar authored
* Fixed my latest gnome Makefile breakage.
-
Gildas Bazin authored
* dvdcss_readv optimisations for Win32. We now send only one read command to the DVD drive for the whole iovec. * Fixed _win32_dvdcss_aread to work around the WinASPI32 64kb transfer size restriction. * New and theoretically better Win32 pthread implementation which fixes a problem I was having when changing title on a DVD (netlist related). vlc_cond_multicast may or may not work. * Fixed the "quit" event handling in directx/vout_events.c. * dvd_ifo.c now takes into account error messages from UDFFindFile. * Temporarily disabled aout_Probe() in aout_SDL (this function is creating an awful lot of problems - libSDL bug ).
-
Sam Hocevar authored
* Updated ChangeLog.
-
Sam Hocevar authored
* ncurses compilation fix by Michael Mondragon <mammon@lokmail.net>. * fix for large inline functions and gcc 3.0. * fixed the gnome plugin so that it does not include gtk headers.
-
Sam Hocevar authored
* libdvdcss segfault fixes, at last! (I really wonder how it could have worked before :)
-
- 24 Jul, 2001 3 commits
-
-
Christophe Massiot authored
-
Xavier Marchesini authored
Removed the changes made ; vlc should compile when following the instructions in INSTALL-win32.
-
Xavier Marchesini authored
Quick and ugly hack in the makefile to allow vlc_win32 to compile when getting it directly from the CVS. As a result, the vlc_win32 program doesn't have an icon any more. Too bad.
-
- 20 Jul, 2001 1 commit
-
-
Christophe Massiot authored
-
- 19 Jul, 2001 2 commits
-
-
Christophe Massiot authored
-
Christophe Massiot authored
-
- 18 Jul, 2001 3 commits
-
-
Christophe Massiot authored
* Decoders are niced again, for it is really better.
-
Christophe Massiot authored
the scroll bar are now correct for MPEG-2 streams. There is probably a better way to do it, but I haven't found in months.
-
Christophe Massiot authored
* Fixed a bug in the video decoder initialization :-p ; * Added --smp option and several hooks in src/input/input_ext-intf.c ; * Grayscale mode now turns off chroma IDCT.
-
- 17 Jul, 2001 1 commit
-
-
Christophe Massiot authored
under src/. (eat that)
-
- 16 Jul, 2001 2 commits
-
-
Gildas Bazin authored
Added intf_DbgMsg and intf_DbgMsgImm symbols to modules_export.h This fixes the TRACE build.
-
Christophe Massiot authored
-