diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2011-03-27 11:50:17 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2011-03-27 11:50:17 +0200 |
commit | 8768a9c3219e462ab5c7ca93eba5589d31f4fa64 (patch) | |
tree | 993af1b3501d91b950f8d93261dc101c7c88fce7 /HISTORY | |
parent | 16bd3bd5b915fe32b27f224b5f942a7ce784fc1e (diff) | |
download | vdr-8768a9c3219e462ab5c7ca93eba5589d31f4fa64.tar.gz vdr-8768a9c3219e462ab5c7ca93eba5589d31f4fa64.tar.bz2 |
Added anti-aliasing when upscaling bitmaps
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6557,7 +6557,7 @@ Video Disk Recorder Revision History - The original display size of subtitles is now used to scale them properly when displaying them on an HD OSD. -2011-03-21: Version 1.7.18 +2011-03-27: Version 1.7.18 - Changed -O2 to -O3 in Make.config.template (reported by Matti Lehtimäki). - Added a missing 'default' case in cPixmapMemory::DrawEllipse(). @@ -6573,3 +6573,5 @@ 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). |