summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-10-12 14:52:30 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2007-10-12 14:52:30 +0200
commit0c8cda9bd007bba5b6dbae5fabc4d741d1a3ac4c (patch)
treea22c8317f28226d78095534c9c5b1f7119265415 /HISTORY
parent3a4b7f065ce64a81214cc837841378f979086481 (diff)
downloadvdr-0c8cda9bd007bba5b6dbae5fabc4d741d1a3ac4c.tar.gz
vdr-0c8cda9bd007bba5b6dbae5fabc4d741d1a3ac4c.tar.bz2
Implemented handling DVB subtitles
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY29
1 files changed, 29 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index c89b2183..f178c3f4 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5416,3 +5416,32 @@ Video Disk Recorder Revision History
function to hand through the Level.
- Fixed checking for ttDolbyLast in cDevice::SetCurrentAudioTrack() (thanks
to Marco Schlüßler).
+
+2007-10-12: Version 1.5.10
+
+- Implemented handling DVB subtitles (thanks to Marco Schlüßler, and also to
+ Pekka Virtanen for writing the subtitle plugin, which helped in implementing
+ subtitle handling in VDR).
+- The new remote control key "Subtitles" can be used to bring up the list
+ of available subtitles.
+- The new setup option "DVB/Subtitle languages" can be used to define the
+ preferred languages for subtitles.
+- Fixed selecting the audio track when pressing Ok in the Audio menu (thanks
+ to Marco Schlüßler).
+- Implemented display of DVB subtitles in live viewing mode.
+- Implemented subtitle track selection.
+- Implemented bitmap color reduction and shrinking to display subtitles even
+ on devices that can't display the necessary number of colors.
+- Added compatibility mode for playback of recordings made with the subtitles
+ plugin (with some help from Rolf Ahrenberg).
+- The new setup option "DVB/Subtitle offset" can be used to shift the location
+ of the subtitles in the vertical direction.
+- The new setup options "DVB/Subtitle foreground/background transparency"
+ define an additional level of transparency for the foreground and background
+ color of subtitles.
+- Existing recordings made with the subtitle plugin can be given an 'X' record
+ in their info.vdr file, so that subtitles can be automatically selected upon
+ replay, according to the preferred language setup, as in
+ X 3 03 ger deutsch
+ (see vdr.5). Note that these entries need to be added in the proper sequence,
+ so that they correspond with the actual track languages in the recording.