summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_demuxers.c
Commit message (Expand)AuthorAgeFilesLines
* demux_demuxers: fix seeking bug (--audiofile)Uoti Urpala2011-10-231-1/+1
* demux_demuxers: Fix crash with -audiofile and audio disabledreimar2010-12-161-1/+1
* core: use correct demuxer with -audiofile / -subfileUoti Urpala2010-11-081-1/+1
* demux_demuxers: initialize stream_pts to MP_NOPTS_VALUEUoti Urpala2010-11-081-0/+1
* core: move video pos/length query functions from demux to coreUoti Urpala2010-11-081-4/+1
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* Merge svn changes up to r29912Uoti Urpala2009-11-161-0/+6
|\
| * Unbreak the demuxer-specific code in video.c with e.g.reimar2009-11-011-0/+6
* | Merge svn changes up to r29644Uoti Urpala2009-09-041-3/+10
|\|
| * Add a hack to ensure data from e.g. mov format -subfile gets read at allreimar2009-09-011-0/+4
| * Hack demux_demuxers so that demux_demuxers_fill_buffer is actually called.reimar2009-09-011-3/+6
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-4/+4
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-4/+4
* | Merge svn changes up to r29304Uoti Urpala2009-07-071-0/+17
|\|
| * Add standard license header to all files in libmpdemux.diego2009-05-081-0/+17
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-1/+1
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-1/+1
* | Allocate struct demuxer with tallocUoti Urpala2009-03-211-1/+2
|/
* Make internal subtitle and subtitle switching work with -audiofilereimar2008-05-211-0/+5
* 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