aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_mkv.cpp
Commit message (Expand)AuthorAge
* Support for selecting the audio track in Matroska files via -alang.Gravatar mosu2003-05-23
* Delayed the parsing of the cues for the case that the KaxInfos (and therefore...Gravatar mosu2003-05-22
* Endian fixes and proper support for headerless AAC streams.Gravatar mosu2003-05-19
* Added support for AAC.Gravatar mosu2003-05-17
* Support for DTS tracks (only with -hwac3 of course).Gravatar mosu2003-05-15
* Removed the abs function as someone reported compilation problems under MacOS.Gravatar mosu2003-05-11
* Check with the wrong variable.Gravatar mosu2003-05-11
* timecode scale value must be initialized before the duration is found. API ch...Gravatar mosu2003-05-09
* Support for aspect ratio set via DisplayWidth/DisplayHeight.Gravatar mosu2003-05-06
* Vorbis header packet lengths were calculated incorrectly.Gravatar mosu2003-05-06
* Proper key frame reporting. Proper handling of "no subtitles wanted".Gravatar mosu2003-05-05
* Fixed seeking in audio-only files. Added support for subtitle track selection...Gravatar mosu2003-05-04
* Implemented some default values. The corresponding Kax elements are not store...Gravatar mosu2003-04-30
* Fixes for gcc 3.2Gravatar mosu2003-04-30
* Loop counter was used inside for another loop as well.Gravatar mosu2003-04-30
* Added Matroska demuxing support.Gravatar mosu2003-04-30