summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-06-22 16:27:03 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-06-22 16:27:03 +0000
commit45c10ca9de093be4a2a7023b3ce121515a300ce3 (patch)
tree321633fe89255d5e3ca2e65545367f0ba384a9fe /ChangeLog
parenta6af52cc25a1f1407f30f04e3119ff3ef15dde3f (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2992f00f..6580f5a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,21 @@
2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
+ * 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 <tim at centricular dot net>
+
* gst/id3demux/id3v2frames.c: (parse_picture_frame):
Set image type from APIC frame as "image-type" field
of GST_TAG_IMAGE buffer caps (#344605).