aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demuxer.c
Commit message (Expand)AuthorAge
* ad_ffmpeg: pass packet side data from libavformatGravatar Uoti Urpala2012-01-08
* configure, build: require at least Libav 0.7Gravatar Uoti Urpala2011-12-22
* configure, build: remove --disable-libav supportGravatar Uoti Urpala2011-12-11
* core, demux: fix --identify chapter output with ordered chaptersGravatar wm42011-10-25
* core, demux, vd_ffmpeg: pass side data from demux_lavf to vd_ffmpegGravatar Uoti Urpala2011-08-20
* demux: avoid a copy of demux packets with lavf, reduce paddingGravatar Uoti Urpala2011-08-19
* demux_mkv: skip files faster in ordered chapter file searchGravatar Uoti Urpala2011-08-04
* core: audio: if audio pts is missing return MP_NOPTS_VALUEGravatar Uoti Urpala2011-07-30
* bstr: rename BSTR() -> bstr()Gravatar Uoti Urpala2011-07-27
* cleanup: do libav* initialization on startupGravatar Uoti Urpala2011-07-18
* commands: change property mechanism to use talloc stringsGravatar Uoti Urpala2011-07-03
* demux: use talloc for sh_* structs and "lang" fieldGravatar Uoti Urpala2011-07-03
* 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