From 45c10ca9de093be4a2a7023b3ce121515a300ce3 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Thu, 22 Jun 2006 16:27:03 +0000 Subject: gst/matroska/: Try to fix up broken matroska files containing subtitle streams with non-UTF8 character encodings (cou... Original commit message from CVS: * gst/matroska/matroska-demux.c: (gst_matroska_demux_check_subtitle_buffer), (gst_matroska_demux_parse_blockgroup_or_simpleblock), (gst_matroska_demux_subtitle_caps): * gst/matroska/matroska-ids.c: (gst_matroska_track_init_subtitle_context): * gst/matroska/matroska-ids.h: Try to fix up broken matroska files containing subtitle streams with non-UTF8 character encodings (courtesy of mkvmerge) using either the encoding specified in the GST_SUBTITLE_ENCODING environment variable or the current locale's character set if it is non-UTF8. Fixes #337076. --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2992f00f..6580f5a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2006-06-22 Tim-Philipp Müller + + * gst/matroska/matroska-demux.c: + (gst_matroska_demux_check_subtitle_buffer), + (gst_matroska_demux_parse_blockgroup_or_simpleblock), + (gst_matroska_demux_subtitle_caps): + * gst/matroska/matroska-ids.c: + (gst_matroska_track_init_subtitle_context): + * gst/matroska/matroska-ids.h: + Try to fix up broken matroska files containing subtitle + streams with non-UTF8 character encodings (courtesy of + mkvmerge) using either the encoding specified in the + GST_SUBTITLE_ENCODING environment variable or the + current locale's character set if it is non-UTF8. + Fixes #337076. + 2006-06-22 Tim-Philipp Müller * gst/id3demux/id3v2frames.c: (parse_picture_frame): -- cgit