summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-12-18 14:31:36 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-12-18 14:31:36 +0000
commit49e1ff89315898e1000c6fa882b7d6f7659656ec (patch)
treeca8431263e9eb8a59f628d0839800eda7da9b108 /ChangeLog
parent87aed1a2565a8b9e2b4af6ef980596a0c4d6f1a6 (diff)
gst/avi/gstavisubtitle.c: Detect other UTF byte order markers and convert to UTF-8 as appropriate.
Original commit message from CVS: * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE), (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE), (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk): Detect other UTF byte order markers and convert to UTF-8 as appropriate.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f528bbc7..fb35cb8d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2007-12-18 Tim-Philipp Müller <tim at centricular dot net>
+ * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
+ (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
+ (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
+ Detect other UTF byte order markers and convert to UTF-8 as
+ appropriate.
+
+2007-12-18 Tim-Philipp Müller <tim at centricular dot net>
+
* gst/avi/gstavisubtitle.c: (src_template),
(gst_avi_subtitle_extract_utf8_file),
(gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),