summaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-28 15:24:30 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-28 15:24:30 +0000
commitb20e08ed94c850b419ed9b9e1736cf32da71afc7 (patch)
treeb51c40e39a64389c76aee29974ad397209c67e9d /Changelog
parente9a5e7f667d1b0c0dec0053ad9ec6f7bc3162b60 (diff)
downloadmpv-b20e08ed94c850b419ed9b9e1736cf32da71afc7.tar.bz2
mpv-b20e08ed94c850b419ed9b9e1736cf32da71afc7.tar.xz
Extend stream_read_line to support reading lines from UTF-16 encoded files
and use this to support reading UTF-16 encoded subtitle files in subreader.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30799 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index fa6f29fed3..67344a262b 100644
--- a/Changelog
+++ b/Changelog
@@ -36,6 +36,7 @@ MPlayer (1.0)
* support for displaying subs in the terminal (FIXME)
* support for subtitles with audio-only files
* support for right-to-left languages with embedded subtitles
+ * support for UTF-16 encoded external subtitles
* support for 8 channel audio
* sync dvd:// and dvdnav:// features
* support for MPEG-4 ASP in VDPAU video output (non B-frame only)