From 9d03e6bc63abf59da2a671f32e238cab564bab6b Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 6 May 2003 08:24:02 +0000 Subject: [PATCH] Updates. --- ChangeLog | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4884647c4..e88426cb5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,25 @@ +2003-05-06 Moritz Bunkus + + * 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. + 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 + * Released v0.3.1. * Tracks read from a Matroska file will keep their UID if it hasn't been used yet.