summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2015-01-04 15:53:47 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2015-01-04 15:53:47 +0100
commitfc0094231d3f803869b8a03f449092b9464b2c21 (patch)
tree3c9acf86af44d5fcb2cb4eb515344b1d3e8d6363 /HISTORY
parentaacdeba5d9591a8afc5f2e0e008a3b3b9dfc3bba (diff)
downloadvdr-fc0094231d3f803869b8a03f449092b9464b2c21.tar.gz
vdr-fc0094231d3f803869b8a03f449092b9464b2c21.tar.bz2
Added cOsd::DrawScaledBitmap()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 4ebfdb82..f2bcde23 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8331,3 +8331,6 @@ Video Disk Recorder Revision History
"Setup/DVB/Update channels" is set to a value other than "no" or "PIDs only".
- Fixed multiple OBSOLETE marks in channels that are not listed in the SDT in case
"Setup/Miscellaneous/Show channel names with source" is set to "yes".
+- The new function cOsd::DrawScaledBitmap() is now used for drawing subtitles.
+ This function can be reimplemented by high level OSDs which may be able to do
+ the scaling in hardware or otherwise more efficiently (thanks to Thomas Reufer).