summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_mkv.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixes for stuff that only showed up with gcc versions other than 3.2.mosu2003-07-171-3/+11
* Fixed spelling mistakes that were present in libmatroska until now.mosu2003-07-171-3/+3
* Better support for RealVideo/RealAudio in Matroska. Includes the timestamp fi...mosu2003-07-151-36/+158
* Necessary changes for the upcoming libebml/libmatroska 0.5.0. Implemented sup...mosu2003-07-111-185/+533
* Support for files whose first timecode is not 0 (which is the case for splitt...mosu2003-06-121-13/+28
* Updates needed for libebml/libmatroska 0.4.4mosu2003-06-091-0/+28
* Support for selecting the audio track in Matroska files via -alang.mosu2003-05-231-7/+14
* Delayed the parsing of the cues for the case that the KaxInfos (and therefore...mosu2003-05-221-11/+18
* Endian fixes and proper support for headerless AAC streams.mosu2003-05-191-6/+69
* Added support for AAC.mosu2003-05-171-2/+14
* Support for DTS tracks (only with -hwac3 of course).mosu2003-05-151-0/+3
* 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