aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux/demux_mkv.c
Commit message (Expand)AuthorAge
* demux_mkv: clang: fix -Wunused-functionGravatar Stefano Pigozzi2013-05-30
* demux_mkv: replace awkward goto by function callGravatar wm42013-05-30
* demux_mkv: make sure wavpacks works with older libavcodec versionsGravatar wm42013-05-30
* demux_mkv: fix wavpack in mkvGravatar wm42013-05-30
* demux_mkv: defer reading of seek index until first seekGravatar wm42013-05-23
* demux_mkv: use a single flag to indicate whether cues have been readGravatar wm42013-05-23
* demux_mkv: support dirac in mkvGravatar wm42013-05-21
* Silence some compiler warningsGravatar wm42013-05-21
* demux_mkv: export Matroska title element as metadataGravatar wm42013-05-15
* Merge branch 'audio_changes'Gravatar wm42013-05-12
|\
| * core: use channel map on demuxer level tooGravatar wm42013-05-12
* | Fix some cppcheck / scan-build warningsGravatar wm42013-05-06
* | 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_mkv: always set track->codec_id to a stringGravatar wm42013-04-20
* | demux_mkv: always add subtitle tracksGravatar wm42013-04-20
* | sub, demux: identify subtitle types with the codec nameGravatar wm42013-04-20
* | demux_mkv: introduce new_demux_packet_from() and use itGravatar wm42013-04-20
* | demux_mkv: simplify use of demuxer APIGravatar wm42013-04-20
* | demux_mkv: code cleanupGravatar eng2013-04-20
* | demux_mkv: use new way of track switchingGravatar wm42013-04-20
* | demux_mkv: remove pointless video track selectionGravatar 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_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
* demux_mkv: set correct aspect ratio even if DisplayHeight is unsetGravatar wm42013-03-28
* demux_mkv: support ALACGravatar wm42013-03-15