summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2010-01-28 00:48:33 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2010-01-28 00:48:33 +0000
commit4e0e3ada7f88ff9cdbcd031e838f9a8445f09a9e (patch)
tree020313c48b956c511b36c63e3dce60fe09f71e48 /ChangeLog
parentaba6adc0529ceed3406faabdc682efab035ef5ca (diff)
downloadxine-lib-4e0e3ada7f88ff9cdbcd031e838f9a8445f09a9e.tar.gz
xine-lib-4e0e3ada7f88ff9cdbcd031e838f9a8445f09a9e.tar.bz2
Clean up and extend DVB subtitle decoding.
Decoding fixed (nybble extraction was broken, and some filling was wrong). Default colour tables added. The following is untested: * Support for 2-bit and 8-bit images. * Support for expansion from 2→4, 2→8 and 4→8 bits. * Support for expansion tables. * Handling of stuffing chunks (not expected to be seen). * Copying of the top field into the bottom field.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ad813221..e01584f5e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -41,6 +41,7 @@ xine-lib (1.1.90) (Unreleased)
* The XML parser handles CDATA elements.
* Text handling within XML is improved.
* DVB subtitles' opacity is now controllable.
+ * Extend DVB subtitling capabilities. (Still bitmap-only.)
* The internal copies of libcdio and libvcd are no longer present,
you need to use an installed copy of them if you want VCD support.
* Replace get_* functions for literals with direct string access.