summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-12-04 11:52:58 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-12-04 11:52:58 +0100
commitbcce056292726b393a594bf8e60da28392b545a9 (patch)
treee513016f9cfb723bcce5344d75779f896448ecde /HISTORY
parent1e14401e74a92026b81c633d9c86dc2038602b0c (diff)
downloadvdr-bcce056292726b393a594bf8e60da28392b545a9.tar.gz
vdr-bcce056292726b393a594bf8e60da28392b545a9.tar.bz2
The new functions cDevice::CanScaleVideo() and cDevice::ScaleVideo() can be used by derived output devices to implement scaling the video to a given size and location
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 1cd49954..fa8b4092 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7375,3 +7375,6 @@ Video Disk Recorder Revision History
- Now always setting the TDT EIT filter, because otherwise when turning on using the
transponder time in the Setup menu, it would only be used after the next restart
of VDR (thanks to Sundararaj Reel).
+- The new functions cDevice::CanScaleVideo() and cDevice::ScaleVideo() can be used by
+ derived output devices to implement scaling the video to a given size and location
+ (based on a suggestion by Lucian Muresan).