diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2011-04-17 14:40:58 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2011-04-17 14:40:58 +0200 |
commit | 914b04c1d23fe94c22de79cc34c62b7a26bac22c (patch) | |
tree | 207c8609c71d1a1deef26227bcbf997aeecdbbde /HISTORY | |
parent | c670c0645f6445eb3b8c65abc601a83c35228411 (diff) | |
download | vdr-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-- | HISTORY | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |