diff options
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -3612,3 +3612,24 @@ Video Disk Recorder Revision History - Added cOsdMenu::SetCols() to allow adjusting the menu columns. - Modified cEITScanner::Process() so that it works on systems with only budget cards or a mix of DVB-S, DVB-C or DVB-T cards. + +2005-06-19: Version 1.3.27 + +- Fixed handling 'page down', which was broken in version 1.3.26 (thanks to Udo + Richter). +- Modified page scrolling behaviour (based on a suggestion by Patrick Gleichmann). +- The new setup option "OSD/Scroll wraps" can be used to activate wrapping around + in menu lists (based on a suggestion by Patrick Gleichmann). +- Removed the NPTL check at startup, since several users have reported that VDR + now runs fine with NPTL. +- Fixed handling VPS timers, so that they only record if the event they are assigned + to actually has the given VPS time. +- Disabled cVideoRepacker in remux.c, because it has caused several problems + during recording. If you want to test (and maybe debug) it, activate the line + + //#define TEST_cVideoRepacker + + in remux.c. +- When drawing a bitmap to the OSD, the existing palette of the target can now be + replaced with the new one instead of adding the new entries (thanks to Andreas + Regel). |