summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-05-31 14:06:37 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2004-05-31 14:06:37 +0200
commite056cae8921a68704bf1a0cb4babcdf60d31be2d (patch)
tree3395b4ae5ab00c38da238cd08434d1f0150dd82f
parentbe5931e699caf232f0fcc74d7c1f1f4522267d0a (diff)
downloadvdr-e056cae8921a68704bf1a0cb4babcdf60d31be2d.tar.gz
vdr-e056cae8921a68704bf1a0cb4babcdf60d31be2d.tar.bz2
Added credits for Wane Keer
-rw-r--r--CONTRIBUTORS4
-rw-r--r--HISTORY3
2 files changed, 6 insertions, 1 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 5e2ff170..cb59f2f8 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -1004,5 +1004,9 @@ Michal Dobrzynski <michal_dobrzynski@mac.com>
for reporting a freezing picture when a recording starts on a system that always
uses 'Transfer Mode'
+Wayne Keer <syphir@syphir.sytes.net>
+ for reporting a bug in handling descriptor loops in 'libsi', which had sometimes
+ caused invalid CA ids to be added to the channel definitions
+
Marco Schlüßler <marco@lordzodiac.de>
for fixing handling colors in cDvbSpuPalette::yuv2rgb()
diff --git a/HISTORY b/HISTORY
index bdbaac84..2bf08514 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2861,5 +2861,6 @@ Video Disk Recorder Revision History
one).
- Fixed the height of the channel display in the "Classic VDR" skin.
- Fixed handling descriptor loops in 'libsi', which had sometimes caused invalid
- CA ids to be added to the channel definitions (thanks to Marcel Wiesweg).
+ CA ids to be added to the channel definitions (thanks to Wayne Keer for reporting
+ this one, and Marcel Wiesweg for fixing it).
- Fixed handling colors in cDvbSpuPalette::yuv2rgb() (thanks to Marco Schlüßler).