summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-08-30 12:00:40 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2013-08-30 12:00:40 +0200
commit246d5412e0e7e04e643e7ff9e65795621c50043c (patch)
tree228b22b7d09d25b63694eb311ec912d01e54cc43 /HISTORY
parent9b1b6b3ce4a7968a809fc9c15eb6148d04d528b2 (diff)
downloadvdr-246d5412e0e7e04e643e7ff9e65795621c50043c.tar.gz
vdr-246d5412e0e7e04e643e7ff9e65795621c50043c.tar.bz2
Fixed displaying DVB subtitles
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).