summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_mkv.cpp
Commit message (Expand)AuthorAgeFilesLines
* For RealVideo the aspect ratio was overridden in vd_realvid.c. Implemented a ...mosu2003-12-151-3/+13
* Support for HE-AAC in Matroska. Also only set ds->pts to the first pts of a l...mosu2003-12-051-39/+63
* Support for FLAC tracks that already contain the "fLaC" header.mosu2003-11-161-11/+16
* Support for FLAC in Matroska written in the MS compatibility mode.mosu2003-11-161-3/+12
* Support for FLAC in Matroska.mosu2003-11-161-4/+26
* Proper usage of zlib for decompression.mosu2003-11-051-21/+33
* Fixed wrong allocation of the BITMAPINFOHEADER structure which would crash mp...mosu2003-10-301-2/+4
* VobSubs are stripped of their MPEG PS in the muxer already, and only the SPU ...mosu2003-10-291-224/+6
* * fix my 100l from beforeattila2003-10-261-3/+11
* 10!attila2003-10-261-2/+2
* Support for -chapter selection.mosu2003-10-251-5/+122
* Added support for additional content encoding (compression, encryption) in ge...mosu2003-10-221-81/+361
* Support for MP2 audio.mosu2003-10-161-2/+4
* Support for uncompressed VobSubs.mosu2003-10-161-17/+331
* Fix for compilation on mingw32/cygwin. Patch by Goodwu <goodwu@21cn.com>.mosu2003-10-161-16/+16
* More liberal codec id recognition for AC3 codecs (needed for transcoded DNET ...mosu2003-10-141-2/+2
* Backwards compatibility fix for old SSA CodecIDs.mosu2003-10-021-2/+4
* Fix for imprecise floating point calculations.mosu2003-09-221-0/+2
* Different decision making for seeking which takes the direction into account.mosu2003-09-151-2/+21
* Marked SSA subs as UTF-8. Better newline handling for SSA subs. Patch by Tris...mosu2003-09-121-13/+17
* Improved backwards seeking for small seek steps. Patch by matthieu <mat100@if...mosu2003-09-121-3/+7
* Support for SSA text subs in Matroska. Patch partially by Tristan <z80@oceanf...mosu2003-09-101-36/+107
* Support for Quicktime stuff in Matroska (e.g. Sorenson, QDesign Music codecs ...mosu2003-09-101-8/+109
* Removed some ":" in the track output for easier cut&paste.mosu2003-08-271-5/+5
* Track selection uses the n-th audio/subtitle/video track as the ID, not the n...mosu2003-08-271-9/+40
* Support for linked seek heads, multiple seek heads, multiple cues.mosu2003-08-241-94/+129
* Re-added block duration parsing, needed for subtitles. Got lost in the last u...mosu2003-08-231-0/+3
* Fixes for compilation with gcc versions != 3.2.mosu2003-08-171-2/+2
* Big reorganization. Relies on libmatroska's Read() function and then processe...mosu2003-08-171-734/+421
* 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