2003-06-29 Moritz Bunkus * mkvmerge: Support for handling native video tracks (e.g. B frames) when reading Matroska files. * mkvmerge: Implemented time slice durations , default block duration and block durations for slices where necessary. 2003-06-24 Moritz Bunkus * mkvinfo: Support for KaxSegmentFilename, KaxTitle, KaxSlices, KaxTimeSlice, KaxSliceLaceNumber, KaxSliceFrameNumber, KaxSliceDelay and KaxSliceDuration. 2003-06-22 Moritz Bunkus * Released v0.5.0. * Added 'ReferencePriority' element to the known elements for mkvinfo. * Removed "(mkvinfo) " from mkvinfo's output in order to improve readability and save space. * --sub-charset now also needs a track ID. * Modified the verbosity levels for mkvinfo: The seek head subentries and cue subentries will only be shown at level 2 to make the output easier to read. * The language and default track settings are now kept again if not overridden when reading from Matroska files. 2003-06-21 Moritz Bunkus * Added mkvextract which can extract tracks from a Matroska file into other files. 2003-06-20 Moritz Bunkus * Switched from cygwin to MinGW32 for the Windows binaries. * Fixed a double free() on cleanup (after writing the cues) which resulted in a segfault sometimes. * Added a SSA/ASS reader. 2003-06-19 Moritz Bunkus * Support for reading text subtitles from Matroska files. * Made the AAC reader automatically recognize if a MPEG4 AAC file contains the emphasis header (deprecated) or not (current standard). 2003-06-15 Moritz Bunkus * Released v0.4.4. * Several options now need an explicity track ID to specify which tracks of an input file the option should be applied to. These options include --atracks, --vtracks, --stracks, --sync, --default-track, --cues and --language. * The Matroska reader now handles track selection correctly. 2003-06-13 Moritz Bunkus * Added an option for identifying input files and their track types. 2003-06-12 Moritz Bunkus * Released v0.4.3. 2003-06-11 Moritz Bunkus * Support for proper linking of segments via the segment UIDs. The first and last files created can be manually linked to given UIDs. 2003-06-08 Moritz Bunkus * Added support for splitting output files by size or by time and limiting the number of output files. * Added support for the segment UID/next segment UID/previous segment UID. 2003-06-06 Moritz Bunkus * A lot of changes to comply with libmatroska/libebml 0.4.4. 2003-06-03 Moritz Bunkus * Implemented stricter content based file type identification for MP3 and AC3 files so that those won't be mis-identified. 2003-05-31 Moritz Bunkus * Some improvements to the mkvinfo GUI (thanks to jcsston for the patch/the ideas). 2003-05-29 Moritz Bunkus * Released v0.4.2. * Support for some more tags in both mkvmerge and mkvinfo. * Fixed a segfault in the Matroska reader. * Removed the '--sub-type' switch as all text subtitles will be stored in UTF-8 format. Made iconv mandatory in the configure checks for this very reason. * Added a GUI to mkvinfo. 2003-05-23 Moritz Bunkus * Released v0.4.1. * A lot of changes regarding file I/O. Files bigger than 2GB should now be handled correctly on both Linux and Windows. 2003-05-22 Moritz Bunkus * Added checks for MP4/Quicktime files which will abort mkvmerge. * Support for reading AAC tracks from Matroska files. * Released v0.4.0. 2003-05-21 Moritz Bunkus * Some internal changes and enhancements. Code requires libebml and libmatroska 0.4.3 now. 2003-05-19 Moritz Bunkus * ADTS headers are stripped from the AAC streams. This is what I'd call 'proper AAC support'. 2003-05-18 Moritz Bunkus * Better support for DTS streams in general and for DTS-in-WAV in particular (patch by Peter Niemayer ). 2003-05-17 Moritz Bunkus * Renamed '--no-utf8-subs' to '--sub-type utf8'. Polished the man page regarding subtitle handling. * Fixed a bug with mono MP3 files. * Added support for AAC files (only those with ADTS headers at the moment). 2003-05-15 Moritz Bunkus * Released v0.3.3. * If an error occurs while writing to the destination file the error is reported and mkvmerge aborts with a non-zero exit code. * The OGM reader reported I frames as P frames and vice versa round making seeking not really nice ;) 2003-05-11 Moritz Bunkus * Fixed a bug with the AC3 timecode calculation (patch by Peter Niemayer ). * Support for reading DTS files & putting them into Matroska (main patch by Peter Niemayer , a few things by me). * Released v0.3.2. * Fixed the huge memory need if reading from AVI files (introduced on 2003-05-06 with the internal changes). * Proper handling of the 'default track' flag and the language for the Matroska reader. * Proper handling of the 'default track' flag for all the packetizers. 2003-05-09 Moritz Bunkus * Made mkvtoolnix compile under cygwin. 2003-05-06 Moritz Bunkus * Added support for aspect ratio. * Subtitle charsets can be specified with --sub-charset and do not rely on the current locale anymore. * For the last packet of each track its duration is now stored. * A lot of internal changes - I hope nothing has broken... (See ChangeLog.cvs for details.) * The matroska reader calculated wrong header lengths for Vorbis tracks. 2003-05-04 Moritz Bunkus * mkvinfo reports the FourCC for video tracks with a CodecID of V_MS/VFW/FOURCC and the format tag for audio tracks with a CodecID of A_MS/ACM. 2003-05-03 Moritz Bunkus * Released v0.3.1. * Tracks read from a Matroska file will keep their UID if it hasn't been used yet. * Support for reading text subtitle streams from OGM files. * Added support for EbmlVoid everywhere to mkvinfo. 2003-05-02 Moritz Bunkus * Support for KaxTrackLanguage and ISO639 languages. 2003-04-30 Moritz Bunkus * First public release.