aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_mkv.cpp
Commit message (Expand)AuthorAge
* Support for HE-AAC in Matroska. Also only set ds->pts to the first pts of a l...Gravatar mosu2003-12-05
* Support for FLAC tracks that already contain the "fLaC" header.Gravatar mosu2003-11-16
* Support for FLAC in Matroska written in the MS compatibility mode.Gravatar mosu2003-11-16
* Support for FLAC in Matroska.Gravatar mosu2003-11-16
* Proper usage of zlib for decompression.Gravatar mosu2003-11-05
* Fixed wrong allocation of the BITMAPINFOHEADER structure which would crash mp...Gravatar mosu2003-10-30
* VobSubs are stripped of their MPEG PS in the muxer already, and only the SPU ...Gravatar mosu2003-10-29
* * fix my 100l from beforeGravatar attila2003-10-26
* 10!Gravatar attila2003-10-26
* Support for -chapter selection.Gravatar mosu2003-10-25
* Added support for additional content encoding (compression, encryption) in ge...Gravatar mosu2003-10-22
* Support for MP2 audio.Gravatar mosu2003-10-16
* Support for uncompressed VobSubs.Gravatar mosu2003-10-16
* Fix for compilation on mingw32/cygwin. Patch by Goodwu <goodwu@21cn.com>.Gravatar mosu2003-10-16
* More liberal codec id recognition for AC3 codecs (needed for transcoded DNET ...Gravatar mosu2003-10-14
* Backwards compatibility fix for old SSA CodecIDs.Gravatar mosu2003-10-02
* Fix for imprecise floating point calculations.Gravatar mosu2003-09-22
* Different decision making for seeking which takes the direction into account.Gravatar mosu2003-09-15
* Marked SSA subs as UTF-8. Better newline handling for SSA subs. Patch by Tris...Gravatar mosu2003-09-12
* Improved backwards seeking for small seek steps. Patch by matthieu <mat100@if...Gravatar mosu2003-09-12
* Support for SSA text subs in Matroska. Patch partially by Tristan <z80@oceanf...Gravatar mosu2003-09-10
* Support for Quicktime stuff in Matroska (e.g. Sorenson, QDesign Music codecs ...Gravatar mosu2003-09-10
* Removed some ":" in the track output for easier cut&paste.Gravatar mosu2003-08-27
* Track selection uses the n-th audio/subtitle/video track as the ID, not the n...Gravatar mosu2003-08-27
* Support for linked seek heads, multiple seek heads, multiple cues.Gravatar mosu2003-08-24
* Re-added block duration parsing, needed for subtitles. Got lost in the last u...Gravatar mosu2003-08-23
* Fixes for compilation with gcc versions != 3.2.Gravatar mosu2003-08-17
* Big reorganization. Relies on libmatroska's Read() function and then processe...Gravatar mosu2003-08-17
* Fixes for stuff that only showed up with gcc versions other than 3.2.Gravatar mosu2003-07-17
* Fixed spelling mistakes that were present in libmatroska until now.Gravatar mosu2003-07-17
* Better support for RealVideo/RealAudio in Matroska. Includes the timestamp fi...Gravatar mosu2003-07-15
* Necessary changes for the upcoming libebml/libmatroska 0.5.0. Implemented sup...Gravatar mosu2003-07-11
* Support for files whose first timecode is not 0 (which is the case for splitt...Gravatar mosu2003-06-12
* Updates needed for libebml/libmatroska 0.4.4Gravatar mosu2003-06-09
* 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