diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-01-24 11:42:15 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-01-24 11:42:15 +0100 |
commit | cfb62845ec2b164b6e17cdb44c7fe1536527e81d (patch) | |
tree | 7ef6e5ed6110d6a573dab07eb90007c643a5addf /HISTORY | |
parent | 8281be14801ea3feeef358d32ea88ae79d5d12d1 (diff) | |
download | vdr-cfb62845ec2b164b6e17cdb44c7fe1536527e81d.tar.gz vdr-cfb62845ec2b164b6e17cdb44c7fe1536527e81d.tar.bz2 |
Fixed upscaling bitmaps
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -7534,10 +7534,12 @@ Video Disk Recorder Revision History - Reduced the number of retries in cTransfer::Receive() to avoid blocking recordings in case the primary device can't handle the current live signal. -2013-01-23: Version 1.7.37 +2013-01-24: Version 1.7.37 - Now also using FindHeader() in cMpeg2Fixer::AdjTref() (pointed out by Sören Moch). - Added missing template for DVBDIR to Make.config.template (reported by Derek Kelly). - The LCARS menu now also works if the OSD has only 1bpp (two colors). - Fixed possible garbage in the remaining time of the LCARS replay display in case the hours change from two to one digit. +- Fixed upscaling bitmaps. The last row and column of the scaled bitmap was not filled, + which resulted in empty lines between scaled subtitles. |