- 07 Dec, 2001 3 commits
-
-
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.
-
- 04 Dec, 2001 1 commit
-
-
Christophe Massiot authored
-
- 03 Dec, 2001 7 commits
-
-
Christophe Massiot authored
-
Stéphane Borel authored
-added eof for ts seekable streams -close netlist when ts input ends
-
Christophe Massiot authored
-
Sam Hocevar authored
* Borrowed MPlayer's fast memcpy() routines. Best is autodetected, choose "--memcpy <whatever>" to choose one from c, mmx, mmxext or 3dn. Please test! Especially Athlon users. * Added versioned build-dep to libasound2-dev (Closes Debian bug #121057). * Updated Gtk/GNOME interfaces to use "udpstream" instead of "ts". * Unrolled ChangeLog.
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-
- 02 Dec, 2001 2 commits
-
-
Florian G. Pflug authored
when there was no valid sequence.
-
Stéphane Borel authored
-hopeless fix for the input netlist corruption bug. Please test.
-
- 01 Dec, 2001 1 commit
-
-
Tony Castley authored
-
- 30 Nov, 2001 3 commits
-
-
Gildas Bazin authored
* DeleteDecoderConfig wasn't freeing (anymore) the packets left in the decoder fifo. This bug was creating an io_vec starving on title change when playing DVDs.
-
Tony Castley authored
-
Stéphane Borel authored
-Update for libdvdcss documentation
-
- 29 Nov, 2001 6 commits
-
-
Johan Bilien authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
other plug-ins.
-
Florian G. Pflug authored
It' wouldn't compile on OSX without this. *) Removed the mutex the vout and intf thread (were supposed to use) for syncronizing acces to the p_vout->p_sys structure. The p_vout->change_lock mutex is used for syncronization now. (and should make synronization work)
-
- 28 Nov, 2001 1 commit
-
-
Christophe Massiot authored
now be included *before* threads.h ; * Changed all files to include intf_msg.h before threads.h ; while I was at it, I update the copyright notices ; * Removed the obsolete darwin plug-in.
-
- 27 Nov, 2001 9 commits
-
-
Sam Hocevar authored
* Fixed a deadlock (bug reported by marcari).
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
* dvd:<device>[@<raw device>] to avoid device namespace collision under win32.
-
Christophe Massiot authored
dvd:<device>[:<raw device>] The raw device must have been prepared (by root) beforehands.
-
Christophe Massiot authored
-
Christophe Massiot authored
Enable it with --enable-dvdread.
-
Christophe Massiot authored
-