diff options
author | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2005-06-19 18:00:00 +0200 |
---|---|---|
committer | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2005-06-19 18:00:00 +0200 |
commit | fef3aa3a7fff0e3b4745532a6b1a157b45cb9643 (patch) | |
tree | 7d97c031765c5fe7ae7ebd9420809b663c45a172 /CONTRIBUTORS | |
parent | a616d4b8597cfb69af7a8f0e0a96da2143970ffe (diff) | |
download | vdr-patch-lnbsharing-fef3aa3a7fff0e3b4745532a6b1a157b45cb9643.tar.gz vdr-patch-lnbsharing-fef3aa3a7fff0e3b4745532a6b1a157b45cb9643.tar.bz2 |
Version 1.3.27vdr-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).
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r-- | CONTRIBUTORS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 92c6801..cc43b02 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1080,6 +1080,7 @@ Andreas Regel <andreas.regel@gmx.de> cSkins::Message() for reporting a problem in handling Transfer Mode for radio channels for reporting a problem with messages when a cOsdObject uses the raw OSD + for implementing palette replace mode in the OSD bitmaps Thomas Bergwinkl <Thomas.Bergwinkl@t-online.de> for fixing the validity check for channel IDs, because some providers use TIDs @@ -1241,6 +1242,7 @@ Udo Richter <udo_richter@gmx.de> for fixing handling lifetime when deciding whether to delete a recording for reporting a problem in handling page up/down in menu lists in case there are several non selectable items in a row + for fixing handling 'page down' after it was broken in version 1.3.26 Sven Kreiensen <svenk@kammer.uni-hannover.de> for his help in keeping 'channels.conf.terr' up to date @@ -1296,6 +1298,8 @@ Laurence Abbott <laz@club-burniston.co.uk> Patrick Gleichmann <patrick@feedface.com> for fixing the default quality value when grabbing a JPEG image + for suggestiong a modified page scrolling behaviour + for suggesting wrapping around in menu lists Achim Tuffentsammer <a.tuffentsammer@web.de> for reporting a crash in case a plugin needs to issue an error message before the |