aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux
Commit message (Expand)AuthorAge
* Reduce stheader.h includes, move stream types to mp_common.hGravatar wm42013-11-23
* demux: remove gsh field from sh_audio/sh_video/sh_subGravatar wm42013-11-23
* video: move decoder context from sh_video into new structGravatar wm42013-11-23
* audio: don't write decoded audio format to sh_audioGravatar wm42013-11-23
* audio: move decoder context from sh_audio into new structGravatar wm42013-11-23
* timeline: reject mplayer2 EDL files, change EDL headerGravatar wm42013-11-21
* timeline: add edl:// URIsGravatar wm42013-11-19
* timeline: add new EDL formatGravatar wm42013-11-19
* demux: rename demux_packet.h to packet.hGravatar wm42013-11-18
* demux_packet: add source stream indexGravatar wm42013-11-16
* demux: update a commentGravatar wm42013-11-16
* demux: remove unused commandsGravatar wm42013-11-16
* demux: simplify handling of filepos fieldGravatar wm42013-11-16
* demux_lavf: remove broken and commented byte based seeksGravatar wm42013-11-16
* demux: reset EOF flag differentlyGravatar wm42013-11-16
* audio: drop "_NE"/"ne" suffix from audio formatsGravatar wm42013-11-15
* demux: use talloc for certain stream headersGravatar wm42013-11-14
* mf: silence compilation warningGravatar wm42013-11-13
* Merge branch 'planar_audio'Gravatar wm42013-11-12
|\
| * audio: add support for using non-interleaved audio from decoders directlyGravatar wm42013-11-12
* | demux: kill libmng supportGravatar wm42013-11-11
* | demux_mf: use tallocGravatar wm42013-11-11
* | demux_mf: uncrustifyGravatar wm42013-11-11
* | demux_mkv: support some raw PCM variantsGravatar wm42013-11-11
|/
* Remove sh_audio->samplesizeGravatar wm42013-11-09
* playlist: rewrite PLS parserGravatar wm42013-11-04
* demux_mkv: fix compiler warningsGravatar wm42013-11-04
* Merge branch 'master' into have_configureGravatar wm42013-11-04
|\
* | configure: uniform the defines to #define HAVE_xxx (0|1)Gravatar Stefano Pigozzi2013-11-03
| * demux: make determining seek capability genericGravatar wm42013-11-03
| * demux: remove movi_start/movi_end fieldsGravatar wm42013-11-03
|/
* demux: rename Windows symbolsGravatar wm42013-11-02
* demux_mkv: fix warningGravatar wm42013-11-02
* demux_mkv: use a more universal zero initializerGravatar wm42013-11-01
* Enable -WshadowGravatar wm42013-11-01
* demux_mkv: use standard C default initialization syntaxGravatar wm42013-10-19
* demux_mkv: cosmetics: add redundant braces for consistent styleGravatar wm42013-10-19
* demux_mkv: fill ordered chapters info only if it's presentGravatar wm42013-10-19
* Merge Matroska ordered chapter changesGravatar wm42013-10-17
|\
* | demux_mkv: add support for HEVCGravatar wm42013-10-16
* | talloc: change talloc destructor signatureGravatar wm42013-10-13
| * matroska: select the edition using the requested edition uidGravatar Ben Boeckel2013-10-07
| * matroska: set the edition uid when reading a chapter referenceGravatar Ben Boeckel2013-10-07
| * matroska: parse the requested edition for the segment referenceGravatar Ben Boeckel2013-10-07
| * matroska: store segment/edition uids in a single structureGravatar Ben Boeckel2013-10-07
* | demux_raw: set a default video sizeGravatar wm42013-10-07
|/
* cosmetics: replace "CTRL" defines by enumsGravatar wm42013-10-02
* matroska: prevent uids from being dereferenced when NULLGravatar Ben Boeckel2013-09-27
* matroska: fix uninitialized memory accesses with ordered chaptersGravatar Ben Boeckel2013-09-26
* demux: don't print "Clip info:" line if there are no tagsGravatar wm42013-09-23