aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux
Commit message (Expand)AuthorAge
* demux: simplify stream ID business, fix issue with cover artGravatar wm42013-04-29
* demux_mkv: fix segfault issue playing back VC1 in a mkvGravatar Bin Jin2013-04-27
* demux_mkv: cosmeticsGravatar wm42013-04-24
* demux_mkv: fix out of range comparisonGravatar wm42013-04-24
* demux_lavf: fix subtitle seeking before start of the fileGravatar wm42013-04-21
* demux_mkv: always set track->codec_id to a stringGravatar wm42013-04-20
* demux_mkv: always add subtitle tracksGravatar wm42013-04-20
* demux: remove some unused sh_video_t fieldsGravatar wm42013-04-20
* demux: get rid of sh_common_tGravatar wm42013-04-20
* sub, demux: identify subtitle types with the codec nameGravatar wm42013-04-20
* demux: remove useless vid/aid/sid fieldsGravatar wm42013-04-20
* demux: fix clearing of input paddingGravatar wm42013-04-20
* demux_mkv: introduce new_demux_packet_from() and use itGravatar wm42013-04-20
* demux: remove some unused thingsGravatar wm42013-04-20
* demux_lavf: simplifyGravatar wm42013-04-20
* demux_mkv: simplify use of demuxer APIGravatar wm42013-04-20
* demux: add functions to simplify demuxersGravatar wm42013-04-20
* demux_mkv: code cleanupGravatar eng2013-04-20
* demux_mkv: use new way of track switchingGravatar wm42013-04-20
* demux: simpler way to notify demuxers about track switchesGravatar wm42013-04-20
* demux_mkv: remove pointless video track selectionGravatar wm42013-04-20
* matroska: update dead linkGravatar wm42013-04-20
* demux_mkv: support vp9Gravatar wm42013-04-20
* core: matroska: support concatenated segmentsGravatar wm42013-04-20
* demux_mkv: don't terminate if there are no clustersGravatar wm42013-04-20
* demux_mkv: simplify handle_block() logic a bitGravatar wm42013-04-20
* demux_mkv: verify laces separately, and in all casesGravatar wm42013-04-20
* demux_mkv: get rid of the duplicated lace case labelsGravatar wm42013-04-20
* demux_mkv: there can be 256 lacesGravatar wm42013-04-20
* demux_mkv: check block malloc() resultGravatar wm42013-04-20
* demux_mkv: use a bounded buffer for block dataGravatar wm42013-04-20
* demux_mkv: static allocation for lace sizes bufferGravatar wm42013-04-20
* demux_mkv: remove redundant checkGravatar wm42013-04-20
* demux_mkv: fix seeking with index generationGravatar wm42013-04-20
* demux_mkv: move Block header parsing codeGravatar wm42013-04-20
* demux_mkv: split reading blocks and reading packetsGravatar wm42013-04-20
* demux_mkv: move BlockGroup reading code to a separate functionGravatar wm42013-04-20
* demux_mkv: factor block readingGravatar wm42013-04-20
* demux_mkv: fix streaming clustersGravatar wm42013-04-20
* demux_mkv: simplify cluster reading codeGravatar wm42013-04-20
* demux_mkv: use normal index data structure even for incomplete filesGravatar wm42013-04-20
* demux: simplify chapter appending codeGravatar wm42013-04-12
* demux: always sort chaptersGravatar wm42013-04-12
* demux: fix a specific gcc 4.8 warning that may hint to mis-optimized codeGravatar Rudolf Polzer2013-04-09
* demux_mkv: move preroll subtitle check to the right placeGravatar wm42013-04-04
* demux_mkv: try to show current subtitle when seekingGravatar wm42013-04-04
* demux_mkv: fix handling of 0 DisplayWidth/HeightGravatar wm42013-04-04
* demux_mkv: don't print non-sense warning on normal EOFGravatar wm42013-03-30
* demux_mkv: improve robustness against broken filesGravatar wm42013-03-28
* demux_mkv: fix skipping broken header elementsGravatar wm42013-03-28