log libmpdemux/demux_mkv.cpp @ 10304:0adc47bc98aa

age author description
Thu, 12 Jun 2003 19:12:00 +0000 mosu Support for files whose first timecode is not 0 (which is the case for splitted/linked files).
Mon, 09 Jun 2003 16:48:02 +0000 mosu Updates needed for libebml/libmatroska 0.4.4
Fri, 23 May 2003 15:01:25 +0000 mosu Support for selecting the audio track in Matroska files via -alang.
Thu, 22 May 2003 07:49:48 +0000 mosu Delayed the parsing of the cues for the case that the KaxInfos (and therefore the timecode scale) is located after the meta seek stuff.
Mon, 19 May 2003 20:55:52 +0000 mosu Endian fixes and proper support for headerless AAC streams.
Sat, 17 May 2003 20:53:12 +0000 mosu Added support for AAC.
Thu, 15 May 2003 10:36:06 +0000 mosu Support for DTS tracks (only with -hwac3 of course).
Sun, 11 May 2003 19:33:46 +0000 mosu Removed the abs function as someone reported compilation problems under MacOS.
Sun, 11 May 2003 19:11:10 +0000 mosu Check with the wrong variable.
Fri, 09 May 2003 14:21:05 +0000 mosu timecode scale value must be initialized before the duration is found. API change of libmatroska 0.4.2. Will not work with 0.4.1!
Tue, 06 May 2003 20:40:24 +0000 mosu Support for aspect ratio set via DisplayWidth/DisplayHeight.
Tue, 06 May 2003 10:36:32 +0000 mosu Vorbis header packet lengths were calculated incorrectly.
Mon, 05 May 2003 19:18:22 +0000 mosu Proper key frame reporting. Proper handling of "no subtitles wanted".
Sun, 04 May 2003 11:03:02 +0000 mosu Fixed seeking in audio-only files. Added support for subtitle track selection via "-slang".
Wed, 30 Apr 2003 20:20:51 +0000 mosu Implemented some default values. The corresponding Kax elements are not stored if they are set to their default value.
Wed, 30 Apr 2003 19:35:28 +0000 mosu Fixes for gcc 3.2
Wed, 30 Apr 2003 18:35:16 +0000 mosu Loop counter was used inside for another loop as well.
Wed, 30 Apr 2003 11:39:32 +0000 mosu Added Matroska demuxing support.