From 4e0e3ada7f88ff9cdbcd031e838f9a8445f09a9e Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Thu, 28 Jan 2010 00:48:33 +0000 Subject: Clean up and extend DVB subtitle decoding. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') 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. -- cgit v1.2.3