summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY14
1 files changed, 12 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index 3f2cdc22..b539954f 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7900,7 +7900,17 @@ Video Disk Recorder Revision History
1TB (or larger) disks and use them as a RAID-1 (mirrored). That way, if one disk
fails, you can replace it without data loss.
-2013-08-27: Version 2.1.2
+2013-08-30: Version 2.1.2
- Updated the Finnish OSD texts (thanks to Rolf Ahrenberg).
-- Fixed handling DVB subtitle fill region codes for 2 and 8 bpp.
+- Fixed displaying DVB subtitles (thanks to Rolf Ahrenberg for helping to debug and
+ understand subtitle page refreshes):
+ + Fixed handling DVB subtitle fill region codes for 2 and 8 bpp.
+ + Fixed handling pages without an explicit END_OF_DISPLAY_SET_SEGMENT.
+ The FINISHPAGE_HACK is no longer necessary.
+ + Fixed handling "page refreshes".
+ + Added DebugBitmaps, which, if set to true, generates an HTML page with a sequence
+ of images, showing the subtitle data as it is processed.
+ + The debug output now uses some indentation for better structuring.
+ + Fixed handling subtitles encoded as a string of characters (the very first
+ character was always skipped).