log libmpdemux/demux_mkv.cpp @ 10765:c8fb7e2690a3

age author description
2003-08-27 mosu Removed some ":" in the track output for easier cut&paste.
2003-08-27 mosu Track selection uses the n-th audio/subtitle/video track as the ID, not the n-th track overall. All tracks are listed upon opening of the file along with their -aid/-sid etc.
2003-08-24 mosu Support for linked seek heads, multiple seek heads, multiple cues.
2003-08-23 mosu Re-added block duration parsing, needed for subtitles. Got lost in the last update. Patch by Bruno Lecointre.
2003-08-17 mosu Fixes for compilation with gcc versions != 3.2.
2003-08-17 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.
2003-07-17 mosu Fixes for stuff that only showed up with gcc versions other than 3.2.
2003-07-17 mosu Fixed spelling mistakes that were present in libmatroska until now.
2003-07-15 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.
2003-07-11 mosu Necessary changes for the upcoming libebml/libmatroska 0.5.0. Implemented support for RealAudio and RealVideo inside Matroska.
2003-06-12 mosu Support for files whose first timecode is not 0 (which is the case for splitted/linked files).
2003-06-09 mosu Updates needed for libebml/libmatroska 0.4.4
2003-05-23 mosu Support for selecting the audio track in Matroska files via -alang.
2003-05-22 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.
2003-05-19 mosu Endian fixes and proper support for headerless AAC streams.