- 27 Jul, 2001 1 commit
-
-
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 7 commits
-
-
Gildas Bazin authored
Added intf_DbgMsg and intf_DbgMsgImm symbols to modules_export.h This fixes the TRACE build.
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
* Updated ChangeLog and TODO.
-
Christophe Massiot authored
REGULARLY ; * Cleaned up doc/ directory.
-
Christophe Massiot authored
-
Christophe Massiot authored
-
- 15 Jul, 2001 1 commit
-
-
Gildas Bazin authored
- The Win98 DVD input is finally working. (had to install Win98 on my computer to find the problem ;-)
-
- 12 Jul, 2001 3 commits
-
-
Gildas Bazin authored
- Fixed 2 Win32 bugs in libdvdcss (in _win32_dvdcss_readv), one of them should have prevented the Win9x dvd input from working. - Moved the "if(Win2k)" out of the loop in _win32_dvdcss_readv. - Put a readv() function in input_iovec.h, the input_es now compiles. - Modified input_ts to use this function. - Fixed an initialisation bug in vout_directx.c - Right clicking on the mouse now displays the navigation menu. PS: If someone is willing to test the DVD input on Win95/98/Me I will upload an up to date binary package.
-
Renaud Dartus authored
-
Renaud Dartus authored
* Should fix buggy sound due to 44100-48000 Hz conversions
-
- 11 Jul, 2001 2 commits
-
-
Gildas Bazin authored
DirectX plugin changes: - The Win32 GetMessage function has been isolated in a thread. This has been done because this function can block the thread. Thanks to this change, you can now move your window without any video and audio interruption. - Splitted the events handling code into a separate file. - Fixed the bug associated with the window dragging option in the diplay properties.
-
Sam Hocevar authored
* libdvdcss enhancements by Billy Biggs <vektor@dumbterm.net>. This breaks vlc's DVD input (looks like decoders are expecting data too early and DVD input can't cope with it due to decryption). Needs to be investigated. * Plugins are now compiled in plugins/* and libraries in lib/*. * The KDE UI compiles again but does not work yet. * ALSA plugin message corrections. * Calculation modules can now be calledwith a shorter name (eg. '--downmix mmx' instead of '--downmix downmixmmx'). * Fixed insane verbosity of the SDL plugin.
-
- 10 Jul, 2001 1 commit
-
-
Gildas Bazin authored
- Fixed the segfault in vout_UnloadFont - DestroyThread in video_output doesn't call pf_destroy if pf_create has failed previously. - The Xvideo plugin now closes the video window when it XVideoGetPort fails in vout_Create.
-
- 08 Jul, 2001 1 commit
-
-
Renaud Dartus authored
* 16 bytes alignement for data (need fo SSE) * Optimization in SSE
-