summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_demuxers.c
Commit message (Expand)AuthorAgeFilesLines
* Remove useless castreimar2008-04-051-1/+1
* Make all demuxer_desc_t const, thus moving them to .rodatareimar2008-01-131-2/+2
* Add explicit location for headers from the stream/ directory.diego2007-03-151-1/+1
* Fix demux_demuxers seeking if the video demuxer does not setreimar2006-10-051-0/+5
* Remove unused variables, patch by Stefan Huehner stefan at huehner org.diego2006-07-081-1/+0
* rm unnecesary casts from void* - part 4reynaldo2006-07-031-2/+2
* Clean up audio pts handling, make audio pts tracking in the audio-onlyuau2006-06-141-1/+0
* Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of mod...reynaldo2006-04-221-1/+3
* Second-try commit of this patch.corey2006-02-171-4/+4
* Reverse commit of unfinished patch for passing audio_delay to the demuxers.corey2006-02-091-4/+4
* 1. Include audio_delay as an argument to demux_seek.corey2006-02-071-4/+4
* Provide DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS.reimar2005-10-301-1/+14
* Do not free demuxer before using demuxer->desc->type (happened when using -au...reimar2005-08-231-6/+0
* Demuxer modularizationrtognimp2005-08-051-4/+23
* Free the stream of the audio and subtitle demuxer.albeu2003-03-271-2/+10
* A-V sync cleanup: sh_audio->timer replaced by sh_audio->delay, it containsarpi2002-11-021-2/+1
* Uninit addedalbeu2002-04-241-0/+21
* Demuxers demuxer support for using external audiofile (or muxed subtitles).albeu2002-02-201-0/+83