summaryrefslogtreecommitdiffstats
path: root/demux/demux_mkv.c
Commit message (Expand)AuthorAgeFilesLines
* demux_mkv: defer reading of seek index until first seekwm42013-05-231-3/+42
* demux_mkv: use a single flag to indicate whether cues have been readwm42013-05-231-1/+3
* demux_mkv: support dirac in mkvwm42013-05-211-0/+1
* Silence some compiler warningswm42013-05-211-1/+1
* demux_mkv: export Matroska title element as metadatawm42013-05-151-0/+3
* Merge branch 'audio_changes'wm42013-05-121-3/+3
|\
| * core: use channel map on demuxer level toowm42013-05-121-3/+3
* | Fix some cppcheck / scan-build warningswm42013-05-061-0/+2
* | demux_mkv: fix segfault issue playing back VC1 in a mkvBin Jin2013-04-271-1/+1
* | demux_mkv: cosmeticswm42013-04-241-4/+3
* | demux_mkv: fix out of range comparisonwm42013-04-241-1/+1
* | demux_mkv: always set track->codec_id to a stringwm42013-04-201-1/+3
* | demux_mkv: always add subtitle trackswm42013-04-201-26/+26
* | sub, demux: identify subtitle types with the codec namewm42013-04-201-16/+21
* | demux_mkv: introduce new_demux_packet_from() and use itwm42013-04-201-9/+6
* | demux_mkv: simplify use of demuxer APIwm42013-04-201-106/+62
* | demux_mkv: code cleanupeng2013-04-201-20/+23
* | demux_mkv: use new way of track switchingwm42013-04-201-45/+0
* | demux_mkv: remove pointless video track selectionwm42013-04-201-37/+0
* | demux_mkv: support vp9wm42013-04-201-0/+1
* | core: matroska: support concatenated segmentswm42013-04-201-10/+51
* | demux_mkv: don't terminate if there are no clusterswm42013-04-201-2/+3
* | demux_mkv: simplify handle_block() logic a bitwm42013-04-201-11/+8
* | demux_mkv: verify laces separately, and in all caseswm42013-04-201-4/+10
* | demux_mkv: get rid of the duplicated lace case labelswm42013-04-201-9/+4
* | demux_mkv: there can be 256 laceswm42013-04-201-6/+5
* | demux_mkv: check block malloc() resultwm42013-04-201-0/+2
* | demux_mkv: use a bounded buffer for block datawm42013-04-201-108/+105
* | demux_mkv: static allocation for lace sizes bufferwm42013-04-201-12/+8
* | demux_mkv: remove redundant checkwm42013-04-201-39/+37
* | demux_mkv: fix seeking with index generationwm42013-04-201-45/+68
* | demux_mkv: move Block header parsing codewm42013-04-201-34/+43
* | demux_mkv: split reading blocks and reading packetswm42013-04-201-37/+47
* | demux_mkv: move BlockGroup reading code to a separate functionwm42013-04-201-49/+61
* | demux_mkv: factor block readingwm42013-04-201-55/+61
* | demux_mkv: fix streaming clusterswm42013-04-201-1/+9
* | demux_mkv: simplify cluster reading codewm42013-04-201-32/+24
* | demux_mkv: use normal index data structure even for incomplete fileswm42013-04-201-84/+63
|/
* demux_mkv: move preroll subtitle check to the right placewm42013-04-041-2/+2
* demux_mkv: try to show current subtitle when seekingwm42013-04-041-9/+31
* demux_mkv: fix handling of 0 DisplayWidth/Heightwm42013-04-041-2/+5
* demux_mkv: don't print non-sense warning on normal EOFwm42013-03-301-1/+1
* demux_mkv: improve robustness against broken fileswm42013-03-281-7/+16
* demux_mkv: fix skipping broken header elementswm42013-03-281-1/+1
* demux_mkv: set correct aspect ratio even if DisplayHeight is unsetwm42013-03-281-2/+4
* demux_mkv: support ALACwm42013-03-151-0/+11
* demux_mkv: Support playing Opus streams in MatroskaStephen Hutchinson2013-03-141-0/+5
* core: use playback time to determine playback percent positionwm42013-02-261-8/+0
* demux_lavf: remove code duplicationwm42013-02-101-2/+2
* core: redo how codecs are mapped, remove codecs.confwm42013-02-101-5/+6
* demux_mkv: support more formats with V_UNCOMPRESSEDwm42013-01-301-0/+6
* demux_mkv: support V_UNCOMPRESSED video trackswm42013-01-241-1/+10
* demux_mkv: work around bad OutputSamplingFrequency valuesUoti Urpala2013-01-131-0/+8
* audio: improve decoder open failure handlingUoti Urpala2012-12-031-5/+2
* stream, demux: replace off_t with int64_twm42012-11-201-10/+10
* Rename directories, move files (step 2 of 2)wm42012-11-121-4/+4
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-0/+2558