summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_mkv.c
Commit message (Expand)AuthorAgeFilesLines
* Removed the limitation to max. eight laced blocks.mosu2004-03-251-9/+21
* Parse comma separated language lists instead of comparing the complete langua...mosu2004-03-181-5/+12
* Exit when an invalid EBML ID has been read (e.g. for files that have been cut...mosu2004-02-091-0/+6
* Do not open more than one audio/video/subtitle stream at the same time.mosu2004-02-011-30/+5
* Do not try to seek beyond the end of the stream when parsing the headers.mosu2004-01-311-1/+2
* 100lrfelker2004-01-271-1/+1
* Do not deactivate the video stream if no audio stream was wanted/found...mosu2004-01-221-1/+1
* Compiler/system compatibility fixes.mosu2004-01-201-9/+3
* Fixed subtitle clearing.mosu2004-01-201-4/+27
* Fixed the subtitle line overflowing for SSA if there were too many \N in the ...mosu2004-01-191-2/+12
* Added the new C based Matroska demuxer by Aurelien Jacobs.mosu2004-01-191-0/+2850