summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-05-09 10:11:16 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2009-05-09 10:11:16 +0200
commitf936db2ac64206b682de49b9d3bef853eec4e6b1 (patch)
treee63e616a35fe1d310ccf80a410a4608c8062b8a2 /HISTORY
parent61c811ac709ffd56c4ce69c1c72e56fcb28b0d0c (diff)
downloadvdr-f936db2ac64206b682de49b9d3bef853eec4e6b1.tar.gz
vdr-f936db2ac64206b682de49b9d3bef853eec4e6b1.tar.bz2
Implemented cDevice::GetOsdSize(); fixed the way the OSD size is determined on full featured DVB cards
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY9
1 files changed, 9 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index d78d3455..2f2738b0 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6078,3 +6078,12 @@ Video Disk Recorder Revision History
2009-05-08: Version 1.7.8
- Fixed a typo in aspect ratio 2.21:1 (reported by Reinhard Nissl).
+- The name of the function cDevice::GetVideoSize() wasn't very well chosen
+ for its purpose of defining the optimum size of the OSD for the current
+ output device. Therefore a new function named cDevice::GetOsdSize() has
+ been introduced. Plugin authors should implement this function in
+ classes derived from cDevice, if they are able to replay video.
+ cDevice::GetVideoSize() still exists and should return the size of the
+ video material that is currently replayed.
+- Fixed the way the OSD size is determined on full featured DVB cards (thanks
+ to Oliver Endriss).