aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demuxer.c
Commit message (Expand)AuthorAge
* demux: fix initial subtitle track selectionGravatar Uoti Urpala2010-11-16
* core: give pts as parameter to demuxer_get_current_chapter()Gravatar Uoti Urpala2010-11-13
* options: move -cache-min and cache-seek-min to option structGravatar Clément Bœsch2010-11-11
* options: move [no]hr-mp3-seek to option structGravatar Clément Bœsch2010-11-11
* options: move some demux options to option structGravatar Clément Bœsch2010-11-11
* demux: change "%s file format detected" messageGravatar Uoti Urpala2010-11-10
* demuxer.c: clean up demux_open_stream()Gravatar Uoti Urpala2010-11-10
* demux: error out if given invalid -demuxer optionGravatar Uoti Urpala2010-11-10
* demux: improve -alang / -slang track choosing logicGravatar Uoti Urpala2010-11-08
* core: move video pos/length query functions from demux to coreGravatar Uoti Urpala2010-11-08
* demux: fix -correct-pts autoselection with -audiofileGravatar Uoti Urpala2010-11-08
* demuxer.c: add missing parser list fourccsGravatar cehoyos2010-11-08
* demuxer.c: fix parser list fourcc typo: 'MPE '->'MP3 'Gravatar cehoyos2010-11-08
* demuxer.c: Add support for parsing LATMGravatar reimar2010-11-08
* build: enable/disable all FFmpeg libraries togetherGravatar Uoti Urpala2010-11-02
* Add central init_avcodec() to avoid duplicated libavcodec init codeGravatar diego2010-11-02
* demuxer.c: reset subtitle EOF on seekingGravatar reimar2010-11-02
* demux_lavf: print subtitle type in more casesGravatar reimar2010-11-02
* demuxer.c: add new_sh_sub_sid_langGravatar Uoti Urpala2010-11-02
* demuxer.c: Make ds_get_next_pts work for the first packet of a streamGravatar reimar2010-10-27
* Make audio stream index handling saner in stream switchingGravatar Uoti Urpala2010-05-22
* stream.h: remove bad EOF check in stream_seek()Gravatar Uoti Urpala2010-05-22
* demux: use bstr arguments for demuxer_add_attachment() and demuxer_add_chapter()Gravatar Anton Khirnov2010-05-22
* demuxer.c: add demux_info_add_bstr(), use talloc for info fieldGravatar Anton Khirnov2010-05-21
* Fix chapter handling with first chapter not at beginning of fileGravatar Uoti Urpala2010-04-25
* demuxer.c: clean up stream-seek codeGravatar Uoti Urpala2010-04-23
* Move some sh_audio field setting out of demuxer.cGravatar Uoti Urpala2010-04-23
* Move seek-reset functionality out of demuxer.cGravatar Uoti Urpala2010-04-23
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Merge svn changes up to r30748Gravatar Uoti Urpala2010-03-10
|\
* \ Merge svn changes up to r30672Gravatar Uoti Urpala2010-03-10
|\ \
| | * Do not cast the results of malloc/calloc/realloc.Gravatar diego2010-02-26
| | * Drop weird and unnecessary _s/_st suffixes from demuxer struct names.Gravatar diego2010-02-21
| |/
| * Do not discard stream buffer on eof, instead reuse it to slightly improveGravatar reimar2010-02-20
| * Print demuxer name in "freeing demuxer" message.Gravatar reimar2010-02-20
| * libmpdemux: Mark functions not used outside of their files as static.Gravatar diego2010-02-17
* | Merge branch 'matroska'Gravatar Uoti Urpala2010-01-28
|\ \
* \ \ Merge svn changes up to r30437Gravatar Uoti Urpala2010-01-28
|\ \ \
| | * | demux: take chapter/attachment name strings without 0-terminationGravatar Uoti Urpala2010-01-27
| |/ / |/| |
| | * Remove ds_fill_buffer calls from demux_resync, they cause issues at least withGravatar reimar2010-01-26
| |/
| * Add support for parsing MLP and TrueHD.Gravatar reimar2010-01-24
| * Remove now unused variables.Gravatar reimar2010-01-24
| * Reset the parser on seek. Should fix some cases of audio "blips" after seeking.Gravatar reimar2010-01-24
| * Move the resync-related code into more consistent places instead of having itGravatar reimar2010-01-24
* | Merge svn changes up to r30136Gravatar Uoti Urpala2009-12-30
|\|
| * Add support for parsing audio streams (though should be easy to extend to video)Gravatar reimar2009-12-27
* | options: Move ass_enabled to options structGravatar Uoti Urpala2009-12-02
* | Merge svn changes up to r29912Gravatar Uoti Urpala2009-11-16
|\|
| * Free demuxer->teletext when closing the demuxer.Gravatar reimar2009-11-10
| * demuxer.c: Add initialization missing from previous commitGravatar uau2009-11-02