aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_demuxers.c
Commit message (Expand)AuthorAge
* demux_demuxers: Fix crash with -audiofile and audio disabledGravatar reimar2010-12-16
* core: use correct demuxer with -audiofile / -subfileGravatar Uoti Urpala2010-11-08
* demux_demuxers: initialize stream_pts to MP_NOPTS_VALUEGravatar Uoti Urpala2010-11-08
* core: move video pos/length query functions from demux to coreGravatar Uoti Urpala2010-11-08
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Merge svn changes up to r29912Gravatar Uoti Urpala2009-11-16
|\
| * Unbreak the demuxer-specific code in video.c with e.g.Gravatar reimar2009-11-01
* | Merge svn changes up to r29644Gravatar Uoti Urpala2009-09-04
|\|
| * Add a hack to ensure data from e.g. mov format -subfile gets read at allGravatar reimar2009-09-01
| * Hack demux_demuxers so that demux_demuxers_fill_buffer is actually called.Gravatar reimar2009-09-01
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Merge svn changes up to r29304Gravatar Uoti Urpala2009-07-07
|\ \
* | | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| | * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
| |/
| * Add standard license header to all files in libmpdemux.Gravatar diego2009-05-08
* | Allocate struct demuxer with tallocGravatar Uoti Urpala2009-03-21
|/
* Make internal subtitle and subtitle switching work with -audiofileGravatar reimar2008-05-21
* Remove useless castGravatar reimar2008-04-05
* Make all demuxer_desc_t const, thus moving them to .rodataGravatar reimar2008-01-13
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* Fix demux_demuxers seeking if the video demuxer does not setGravatar reimar2006-10-05
* Remove unused variables, patch by Stefan Huehner stefan at huehner org.Gravatar diego2006-07-08
* rm unnecesary casts from void* - part 4Gravatar reynaldo2006-07-03
* Clean up audio pts handling, make audio pts tracking in the audio-onlyGravatar uau2006-06-14
* Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of mod...Gravatar reynaldo2006-04-22
* Second-try commit of this patch.Gravatar corey2006-02-17
* Reverse commit of unfinished patch for passing audio_delay to the demuxers.Gravatar corey2006-02-09
* 1. Include audio_delay as an argument to demux_seek.Gravatar corey2006-02-07
* Provide DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS.Gravatar reimar2005-10-30
* Do not free demuxer before using demuxer->desc->type (happened when using -au...Gravatar reimar2005-08-23
* Demuxer modularizationGravatar rtognimp2005-08-05
* Free the stream of the audio and subtitle demuxer.Gravatar albeu2003-03-27
* A-V sync cleanup: sh_audio->timer replaced by sh_audio->delay, it containsGravatar arpi2002-11-02
* Uninit addedGravatar albeu2002-04-24
* Demuxers demuxer support for using external audiofile (or muxed subtitles).Gravatar albeu2002-02-20