log libmpdemux/demux_demuxers.c @ 33555:c5a19bbeac2b

age author description
2011-04-25 reimar Pass through correct-pts setting from video sub demuxer.
2011-04-24 reimar Call demux_fill_buffer multiple times when trying to get a
2011-04-24 reimar Add a alloc_demuxer function that ensures all the critical stuff is
2010-12-11 reimar Fix crahs with -audiofile and audio disabled.
2009-11-01 reimar Unbreak the demuxer-specific code in video.c with e.g.
2009-09-01 reimar Add a hack to ensure data from e.g. mov format -subfile gets read at all
2009-09-01 reimar Hack demux_demuxers so that demux_demuxers_fill_buffer is actually called.
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2009-05-08 diego Add standard license header to all files in libmpdemux.
2008-05-21 reimar Make internal subtitle and subtitle switching work with -audiofile
2008-04-05 reimar Remove useless cast
2008-01-13 reimar Make all demuxer_desc_t const, thus moving them to .rodata
2007-03-15 diego Add explicit location for headers from the stream/ directory.
2006-10-05 reimar Fix demux_demuxers seeking if the video demuxer does not set
2006-07-08 diego Remove unused variables, patch by Stefan Huehner stefan at huehner org.
2006-07-03 reynaldo rm unnecesary casts from void* - part 4
2006-06-14 uau Clean up audio pts handling, make audio pts tracking in the audio-only
2006-04-22 reynaldo Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of modifications as usual
2006-02-17 corey Second-try commit of this patch.
2006-02-09 corey Reverse commit of unfinished patch for passing audio_delay to the demuxers.
2006-02-07 corey 1. Include audio_delay as an argument to demux_seek.
2005-10-30 reimar Provide DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS.
2005-08-23 reimar Do not free demuxer before using demuxer->desc->type (happened when using -audiofile).
2005-08-05 rtognimp Demuxer modularization
2003-03-27 albeu Free the stream of the audio and subtitle demuxer.
2002-11-02 arpi A-V sync cleanup: sh_audio->timer replaced by sh_audio->delay, it contains
2002-04-24 albeu Uninit added
2002-02-20 albeu Demuxers demuxer support for using external audiofile (or muxed subtitles).