diff options
author | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2007-07-22 18:00:00 +0200 |
---|---|---|
committer | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2007-07-22 18:00:00 +0200 |
commit | 8849308cf9ad1e85ed1790aa832806ce7f74e565 (patch) | |
tree | 1de7a670996e00aa1572939e24193669745455e0 /CONTRIBUTORS | |
parent | a9c7f0de90a44ea7c031154d47b092faed74f90b (diff) | |
download | vdr-patch-lnbsharing-8849308cf9ad1e85ed1790aa832806ce7f74e565.tar.gz vdr-patch-lnbsharing-8849308cf9ad1e85ed1790aa832806ce7f74e565.tar.bz2 |
Version 1.5.6vdr-1.5.6
- Fixed a buffer overflow in initializing the system character table (thanks
to Marco Schlüßler).
- Updated the Russian OSD texts (thanks to Oleg Roitburd).
- Fixed handling single byte characters >0x7F in Utf8ToArray() (thanks to Udo
Richter).
- Improved numdigits(), isnumber() and strreplace() (thanks to Tobias Bratfisch).
- Fixed clearing color buttons in the 'curses' skin (thanks to Udo Richter).
- Fixed a typo in the function name of cOsd::SetOsdPosition() and added a range
check to it (thanks to Christoph Haubrich).
- Updated the Finnish OSD texts (thanks to Rolf Ahrenberg).
- Improved cControl::Launch() to keep 'control' from pointing to uninitialized
memory (thanks to Rolf Ahrenberg).
- Made skipspace() an inline function (suggested by Tobias Bratfisch) and changed
it to handle the most common case of 'no leading space' very fast, and avoid
calling isspace(), which made the whole function a lot faster.
- Fixed detection of Premiere NVOD channel links (thanks to Markus Hahn).
- Added a table of the used trick speed values to the description of
cDevice::TrickSpeed() (suggested by Martin Dauskardt).
- Added a missing 'P' to vdr.c's SHUTDOWNCANCELROMPT macro (reported by Marco
Schlüßler).
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r-- | CONTRIBUTORS | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 30abdf9..7a4daaa 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1015,6 +1015,8 @@ Rolf Ahrenberg <rahrenbe@cc.hut.fi> the plugins for increasing the maximum number of DVB devices to 8 for suggesting to change the parameter "OSD font" to "Default font" in "Setup/OSD" + for improving cControl::Launch() to keep 'control' from pointing to uninitialized + memory Ralf Klueber <ralf.klueber@vodafone.com> for reporting a bug in cutting a recording if there is only a single editing mark @@ -1401,6 +1403,8 @@ Marco Schlüßler <marco@lordzodiac.de> for removing 'assert(0)' from cDvbSpuDecoder::setTime() for adapting 'libsi' to DVB-S2 for fixing handling ChannelUp/Down keys if there is currently a replay running + for fixing a buffer overflow in initializing the system character table + for reporting a missing 'P' in vdr.c's SHUTDOWNCANCELROMPT macro Jürgen Schmitz <j.schmitz@web.de> for reporting a bug in displaying the current channel when switching via the SVDRP @@ -1419,6 +1423,8 @@ Olaf Henkel <olafhenkel@t-online.de> Martin Dauskardt <md001@gmx.de> for reporting a problem with switching channels while an encrypted channel is being recorded + for suggesting to add a table of the used trick speed values to the description of + cDevice::TrickSpeed() Maynard Cedric <maynard.cedric@wanadoo.fr> for reporting a problem in handling the color button texts in cMenuEditStrItem @@ -1499,6 +1505,8 @@ Udo Richter <udo_richter@gmx.de> for making the HUP signal force a restart of VDR for fixing a race condition with signal handlers at program exit for fixing handling detached processes in SystemExec() + for fixing handling single byte characters >0x7F in Utf8ToArray() + for fixing clearing color buttons in the 'curses' skin Sven Kreiensen <svenk@kammer.uni-hannover.de> for his help in keeping 'channels.conf.terr' up to date @@ -1955,6 +1963,8 @@ Christoph Haubrich <christoph1.haubrich@arcor.de> calling "vdr --help" for fixing cDevice::ToggleMute() for suggestions that led to implementing cOsd::SetOsdPosition() etc. + for fixing a typo in the function name of cOsd::SetOsdPosition() and adding a range + check to it Pekka Mauno <pekka.mauno@iki.fi> for fixing cSchedule::GetFollowingEvent() in case there is currently no present @@ -2104,3 +2114,7 @@ Jose Alberto Reguero <jareguero@telefonica.net> Patrice Staudt <staudt@engsystem.net> for adding full weekday names to i18n.c for plugins to use + +Tobias Bratfisch <tobias@reel-multimedia.com> + for improving numdigits(), isnumber() and strreplace() + for suggesting to make skipspace() an inline function |