diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2007-12-18 14:31:36 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-12-18 14:31:36 +0000 |
commit | 49e1ff89315898e1000c6fa882b7d6f7659656ec (patch) | |
tree | ca8431263e9eb8a59f628d0839800eda7da9b108 /ChangeLog | |
parent | 87aed1a2565a8b9e2b4af6ef980596a0c4d6f1a6 (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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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), |