- 19 Dec, 2001 4 commits
-
-
Sam Hocevar authored
* Fixed compilation with dvdcss disabled.
-
Sam Hocevar authored
* Small compilation fix.
-
Johan Bilien authored
-
Sam Hocevar authored
* The SDL plugin now says whether we are using software or hardware YUV in its window title.
-
- 18 Dec, 2001 4 commits
-
-
Sam Hocevar authored
* Ultimate fixes to the win32 package generation.
-
Sam Hocevar authored
* Fixed a copy/paste error from previous commit.
-
Sam Hocevar authored
* Added --with-dll-path option for my automated Win32 package builds.
-
Sam Hocevar authored
(0.2.92 branch) * Initialize SDL before opening the SDL audio output. * Prevent two SDL video outputs or audio outputs to be spawned at the same time to avoid ugly crashes.
-
- 17 Dec, 2001 5 commits
-
-
Sam Hocevar authored
* TS input: bugfix in DecodePAT and minor optimizations elsewhere.
-
Sam Hocevar authored
before updating it, instead of just relying on its version number. * debian/changelog updates.
-
Sam Hocevar authored
* Disabled broken ALSA audio output. Closes Debian bugs #110869 and #119846. * Fixed build dependencies on libasound2-dev. Closes Debian bug #121057. * Changed configure.in so that libXv_pic is used instead of libXv.a when available. Closes Debian bug #111790.
-
Sam Hocevar authored
* CPU detection under BeOS. * Fixed XVideo port selection.
-
Sam Hocevar authored
* Fixed 4:2:2 software rendering. * Removed cruft I forgot in aout_alsa.c.
-
- 13 Dec, 2001 3 commits
-
-
Sam Hocevar authored
* Minor compile fix under Hurd. * Fixed a potential segfault if the subtitle stream was encountered before the video stream.
-
Christophe Massiot authored
-
Sam Hocevar authored
* Fixed potential compilation issues under eg. BSD/OS.
-
- 12 Dec, 2001 2 commits
-
-
Sam Hocevar authored
* Fixed unnecessary target remake (recursive make is harmful !).
-
Sam Hocevar authored
* Fixed a potential BeOS linking issue. * Fixed a minor bug in input.c.
-
- 11 Dec, 2001 2 commits
-
-
Sam Hocevar authored
in the gtk/gnome plugins. * Removed cruft from configure.in.
-
Christophe Massiot authored
-
- 10 Dec, 2001 5 commits
-
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
<greengrass@writeme.com> ; * Seeking patch for X11, courtesy of Peter Surda <shurdeek@panorama.sth.ac.at>.
-
Sam Hocevar authored
* Fixed a segfault on exit when no fast_memcpy module was found.
-
Sam Hocevar authored
* Workaround for a bug in the GLIBC dlopen() code.
-
- 09 Dec, 2001 2 commits
-
-
Sam Hocevar authored
* Fixed win32 compilation.
-
Sam Hocevar authored
* Added the MAD plugin to the Debian build system, called it mad instead of mad_adec to stay coherent will other plugins. * Fixed a few warnings due to missing <string.h>.
-
- 08 Dec, 2001 1 commit
-
-
Sam Hocevar authored
* Fixed debian and make snapshot rules.
-
- 07 Dec, 2001 5 commits
-
-
Christophe Massiot authored
pre-release.
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Sam Hocevar authored
* Fixed a total breakage of decoder plugins introduced by fast_memcpy. * Got rid of #include "main.h", included it in common.h instead ; got rid of #include "config.h" in most files as well.
-
Johan Bilien authored
them do nothing) All inputs should now have a pf_setprogram function. A default one is provided in input_programs.c.
-
- 06 Dec, 2001 5 commits
-
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
* Updated documentation ; * New --desync option, to delay the video (in case of lip desynchronization) ; this is bad, but we have no other option for the moment ; * Clicking in vout now pauses the stream, patch courtesy of Peter Surda.
-
Tony Castley authored
(Thanks Rudolf) Fixed the Prev Title Bug, now works.
-
- 05 Dec, 2001 2 commits
-
-
Christophe Massiot authored
-
Johan Bilien authored
input_thread_t structure, so that we may support multi programs streams. * Modified inputs to take account of this change. * Modified input_clock.c so that it doesn't refer to pp_programs[0] any more. Now we should not refer to the first program, but to the selected program. Functions to change the current program are coming.
-