aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demuxer.h
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'origin/master'Gravatar wm42012-07-28
|\
| * demux, vd_ffmpeg: fix demux keyframe flag, set AV_PKT_FLAG_KEYGravatar Uoti Urpala2012-07-25
* | core: add new support for reading .cue filesGravatar wm42012-01-18
|/
* ad_ffmpeg: pass packet side data from libavformatGravatar Uoti Urpala2012-01-08
* core, demux: fix --identify chapter output with ordered chaptersGravatar wm42011-10-25
* demuxer.h: raise pad amount to allow compiling against FFmpegGravatar Uoti Urpala2011-08-26
* core, demux, vd_ffmpeg: pass side data from demux_lavf to vd_ffmpegGravatar Uoti Urpala2011-08-20
* demuxer.h: avoid including stream.hGravatar Uoti Urpala2011-08-19
* 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
* cosmetics: Fix typosGravatar cehoyos2011-07-06
* cleanup: shut up more warningsGravatar Clément Bœsch2011-05-06
* options: change -alang and -slang to use string list typeGravatar Clément Bœsch2011-04-20
* EDL: add support for new EDL file formatGravatar Uoti Urpala2011-04-05
* options: drop support for numeric -demuxer valuesGravatar Uoti Urpala2011-02-22
* cleanup: demuxer.[ch]: remove unused code, make functions staticGravatar Uoti Urpala2011-02-22
* cleanup: reindent demuxer.h, use struct names for typesGravatar Uoti Urpala2011-02-22
* Merge branch 'sub'Gravatar Uoti Urpala2011-01-26
|\
| * subtitles/demux: store duration instead of endpts in demux packetsGravatar 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
| * cleanup: move MP_NOPTS_VALUE definition to mpcommon.hGravatar Uoti Urpala2011-01-15
|/
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* demux_lavf: mark AVI timestamps non-pts to avoid messagesGravatar Uoti Urpala2010-11-14
* core: give pts as parameter to demuxer_get_current_chapter()Gravatar Uoti Urpala2010-11-13
* demux: change "%s file format detected" messageGravatar 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: 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
* Merge svn changes up to r30798Gravatar Uoti Urpala2010-03-10
|\
* \ Merge svn changes up to r30748Gravatar Uoti Urpala2010-03-10
|\ \
* \ \ Merge svn changes up to r30643Gravatar Uoti Urpala2010-03-10
|\ \ \
* \ \ \ Merge svn changes up to r30595Gravatar Uoti Urpala2010-03-09
|\ \ \ \
* | | | | demuxer.h: increase input buffer padding to 64 to match FFmpegGravatar Uoti Urpala2010-03-09
| | | | * Fix compilation of C++ source files (partly reverts r30744).Gravatar cehoyos2010-02-27
| | | |/
| | | * 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
| | |/
| | * Remove demux_ogg-related declarations that are no longer necessary.Gravatar diego2010-02-17
| |/
| * Simplify and slightly speed up avi_stream_id function.Gravatar reimar2010-02-14
* | 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
| |/ |/|
| * Add forgotten declaration of ds_clear_parser.Gravatar 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
| * Never include ass.h and ass_types.h directly, use ass_mp.h instead.Gravatar reimar2009-12-19
* | Merge svn changes up to r29912Gravatar Uoti Urpala2009-11-16
|\|
| * Separate teletext from tv support.Gravatar cehoyos2009-11-07
| * Unbreak the demuxer-specific code in video.c with e.g.Gravatar reimar2009-11-01