summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-04-17 14:40:58 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2011-04-17 14:40:58 +0200
commit914b04c1d23fe94c22de79cc34c62b7a26bac22c (patch)
tree207c8609c71d1a1deef26227bcbf997aeecdbbde /HISTORY
parentc670c0645f6445eb3b8c65abc601a83c35228411 (diff)
downloadvdr-914b04c1d23fe94c22de79cc34c62b7a26bac22c.tar.gz
vdr-914b04c1d23fe94c22de79cc34c62b7a26bac22c.tar.bz2
Fixed handling the bitmap color depth for scaled subtitles1.7.18
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 2 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index eaa914d1..c4e22fd8 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6573,8 +6573,8 @@ Video Disk Recorder Revision History
- Fixed cUnbufferedFile::Seek() in case it is compiled without USE_FADVISE (thanks
to Juergen Lock).
- Fixed the Language header of the Serbian translation file (thanks to Ville Skyttä).
-- Added anti-aliasing when upscaling bitmaps (improves the display of SD subtitles
- when replayed on an HD OSD).
+- Added anti-aliasing when upscaling bitmaps, which improves the display of SD subtitles
+ when replayed on an HD OSD (thanks to Reinhard Nissl for his help in debugging).
- Renamed cBitmap::Scale() to Scaled(), because it doesn't modify the bitmap itself,
but rather returns a scaled copy.
- Fixed the description of cReceiver in PLUGINS.html, regarding detaching a receiver