aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demuxer.c
Commit message (Expand)AuthorAge
* cleanup: fix mp_dbg() format string warningsGravatar Clément Bœsch2011-07-01
* demux: pad even 0-size demux packet data (fixes sd_ass crash)Gravatar Uoti Urpala2011-06-18
* Merge branch 'mplayer1_changes'Gravatar Uoti Urpala2011-05-02
|\
* | options: change -alang and -slang to use string list typeGravatar Clément Bœsch2011-04-20
| * audio: do not run the AC-3 parser on byte-swapped AC-3Gravatar reimar2011-04-13
* | Merge branch 'edl'Gravatar Uoti Urpala2011-04-08
|\ \ | |/ |/|
| * EDL: add support for new EDL file formatGravatar Uoti Urpala2011-04-05
* | core, demux: fix video index handling in stream switchingGravatar Uoti Urpala2011-03-31
| * options: drop support for numeric -demuxer valuesGravatar Uoti Urpala2011-02-22
| * cleanup: demuxer.[ch]: remove unused code, make functions staticGravatar Uoti Urpala2011-02-22
|/
* Merge branch 'sub'Gravatar Uoti Urpala2011-01-26
|\
| * demux_mkv, chapters: change millisecond arithmetic to nsGravatar Uoti Urpala2011-01-26
| * subs/demux: don't try to enable sub track when creating itGravatar Uoti Urpala2011-01-18
| * subtitles: add framework for subtitle decodersGravatar Uoti Urpala2011-01-18
* | demux: add sanity checks to packet allocation functionsGravatar Uoti Urpala2011-01-17
* | cleanup: move demux packet functions from demuxer.h to demuxer.cGravatar Uoti Urpala2011-01-17
|/
* cosmetics: remove unused code, small formatting tweaksGravatar Uoti Urpala2010-12-20
* audio: FLAC: support new libavcodec parser, use lavf to demuxGravatar Uoti Urpala2010-12-09
* 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