summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_mkv.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removed the abs function as someone reported compilation problems under MacOS.mosu2003-05-111-2/+2
* Check with the wrong variable.mosu2003-05-111-1/+1
* timecode scale value must be initialized before the duration is found. API ch...mosu2003-05-091-4/+3
* Support for aspect ratio set via DisplayWidth/DisplayHeight.mosu2003-05-061-3/+28
* Vorbis header packet lengths were calculated incorrectly.mosu2003-05-061-1/+2
* Proper key frame reporting. Proper handling of "no subtitles wanted".mosu2003-05-051-4/+5
* Fixed seeking in audio-only files. Added support for subtitle track selection...mosu2003-05-041-50/+80
* Implemented some default values. The corresponding Kax elements are not store...mosu2003-04-301-3/+8
* Fixes for gcc 3.2mosu2003-04-301-6/+6
* Loop counter was used inside for another loop as well.mosu2003-04-301-3/+4
* Added Matroska demuxing support.mosu2003-04-301-0/+1945