log libmpdemux/demux_demuxers.c @ 37195:ac6c37d85d65 default tip

age author description
Mon, 20 Jan 2014 22:08:41 +0000 reimar demux_demuxers: Simplify, merge declaration and initialization.
Mon, 20 Jan 2014 22:08:40 +0000 reimar demux_demuxers: check correct variable for NULL.
Fri, 30 Nov 2012 22:12:17 +0000 reimar Fix scary "BUG! Invalid demuxer type ..." message
Mon, 25 Apr 2011 09:28:38 +0000 reimar Pass through correct-pts setting from video sub demuxer.
Sun, 24 Apr 2011 23:27:24 +0000 reimar Call demux_fill_buffer multiple times when trying to get a
Sun, 24 Apr 2011 23:06:38 +0000 reimar Add a alloc_demuxer function that ensures all the critical stuff is
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
Fri, 17 Feb 2006 01:57:41 +0000 corey Second-try commit of this patch.
Thu, 09 Feb 2006 19:39:51 +0000 corey Reverse commit of unfinished patch for passing audio_delay to the demuxers.
Tue, 07 Feb 2006 20:22:44 +0000 corey 1. Include audio_delay as an argument to demux_seek.
Sun, 30 Oct 2005 09:13:32 +0000 reimar Provide DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS.
Tue, 23 Aug 2005 08:03:26 +0000 reimar Do not free demuxer before using demuxer->desc->type (happened when using -audiofile).
Fri, 05 Aug 2005 19:57:47 +0000 rtognimp Demuxer modularization
Thu, 27 Mar 2003 20:40:50 +0000 albeu Free the stream of the audio and subtitle demuxer.
Sat, 02 Nov 2002 19:52:59 +0000 arpi A-V sync cleanup: sh_audio->timer replaced by sh_audio->delay, it contains
Wed, 24 Apr 2002 17:28:23 +0000 albeu Uninit added
Wed, 20 Feb 2002 16:59:25 +0000 albeu Demuxers demuxer support for using external audiofile (or muxed subtitles).