log libmpdemux/demux_demuxers.c @ 32709:f1b29f413940

age author description
Sat, 11 Dec 2010 19:32:23 +0000 reimar Fix crahs with -audiofile and audio disabled.
Sun, 01 Nov 2009 09:48:34 +0000 reimar Unbreak the demuxer-specific code in video.c with e.g.
Tue, 01 Sep 2009 15:00:49 +0000 reimar Add a hack to ensure data from e.g. mov format -subfile gets read at all
Tue, 01 Sep 2009 14:51:49 +0000 reimar Hack demux_demuxers so that demux_demuxers_fill_buffer is actually called.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Fri, 08 May 2009 21:51:13 +0000 diego Add standard license header to all files in libmpdemux.
Wed, 21 May 2008 18:45:30 +0000 reimar Make internal subtitle and subtitle switching work with -audiofile
Sat, 05 Apr 2008 14:07:05 +0000 reimar Remove useless cast
Sun, 13 Jan 2008 16:00:39 +0000 reimar Make all demuxer_desc_t const, thus moving them to .rodata
Thu, 15 Mar 2007 18:36:36 +0000 diego Add explicit location for headers from the stream/ directory.
Thu, 05 Oct 2006 21:28:55 +0000 reimar Fix demux_demuxers seeking if the video demuxer does not set
Sat, 08 Jul 2006 17:28:36 +0000 diego Remove unused variables, patch by Stefan Huehner stefan at huehner org.
Mon, 03 Jul 2006 13:21:54 +0000 reynaldo rm unnecesary casts from void* - part 4
Wed, 14 Jun 2006 19:48:54 +0000 uau Clean up audio pts handling, make audio pts tracking in the audio-only
Sat, 22 Apr 2006 05:12:10 +0000 reynaldo Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of modifications as usual