log libmpdemux/demux_mkv.cpp @ 10685:f54ffeb29447

age author description
Sun, 24 Aug 2003 12:34:42 +0000 mosu Support for linked seek heads, multiple seek heads, multiple cues.
Sat, 23 Aug 2003 22:51:10 +0000 mosu Re-added block duration parsing, needed for subtitles. Got lost in the last update. Patch by Bruno Lecointre.
Sun, 17 Aug 2003 10:36:33 +0000 mosu Fixes for compilation with gcc versions != 3.2.
Sun, 17 Aug 2003 09:26:01 +0000 mosu Big reorganization. Relies on libmatroska's Read() function and then processes units in memory. Also some fixes for handling of global elements which re-enable playback of files created with the latest VDubMod.
Thu, 17 Jul 2003 15:08:34 +0000 mosu Fixes for stuff that only showed up with gcc versions other than 3.2.
Thu, 17 Jul 2003 13:40:34 +0000 mosu Fixed spelling mistakes that were present in libmatroska until now.
Tue, 15 Jul 2003 07:19:03 +0000 mosu Better support for RealVideo/RealAudio in Matroska. Includes the timestamp fixes from demux_real.c. Seeking is working. Added Matroska to the formats with variable FPS in video.c.
Fri, 11 Jul 2003 20:24:20 +0000 mosu Necessary changes for the upcoming libebml/libmatroska 0.5.0. Implemented support for RealAudio and RealVideo inside Matroska.
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.