aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demuxer.h
Commit message (Expand)AuthorAge
* Rename directories, move files (step 1 of 2) (does not compile)Gravatar wm42012-11-12
* Merge branch 'osd_changes' into masterGravatar wm42012-11-01
|\
* | options, avi: remove -loadidx/-saveidxGravatar wm42012-10-30
| * core: fix -subfileGravatar wm42012-10-24
|/
* libmpdemux: add back demux_mpgGravatar wm42012-09-18
* core: fix DVD subtitle selectionGravatar wm42012-09-18
* core: runtime Matroska edition switchingGravatar wm42012-09-18
* core: move implementation for -audiofile to the frontendGravatar wm42012-09-18
* core: manage tracks in the frontendGravatar wm42012-09-18
* Remove support for libdvGravatar wm42012-08-20
* Remove support for libnemesi RTSP streamingGravatar wm42012-08-20
* Remove support for LIVE555 RTSP streamingGravatar wm42012-08-20
* libmpdemux: remove demux_real, demux_viv, demux_audioGravatar wm42012-08-20
* command: fix subtitle selection displayGravatar wm42012-08-08
* demuxer: introduce a general stream structGravatar wm42012-08-03
* commands, dvd, dvdnav, bluray: cleanup sub/audio track language displayGravatar mplayer-svn2012-08-03
* stream: add new stream control command STREAM_CTRL_GET_NUM_TITLESGravatar mplayer-svn2012-08-03
* Remove teletext supportGravatar wm42012-08-03
* Remove dead codeGravatar wm42012-08-01
* Remove some demuxers and decodersGravatar wm42012-07-30
* mplayer: let frontend print stream info, instead of demuxersGravatar wm42012-07-30
* 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