diff options
-rw-r--r-- | CONTRIBUTORS | 6 | ||||
-rw-r--r-- | HISTORY | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 515c3e13..8d2496d1 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2348,9 +2348,6 @@ Tobias Grimm <tobias.grimm@e-tobi.net> for avoiding a gcc 4.6 compiler error in the skincurses plugin. for suggesting to move setting LC_NUMERIC further up to make sure any floating point numbers use a decimal point - for implementing cDevice::HasInternalCam(), which can be implemented by devices that - provide encrypted channels in an already decrypted form, without requiring explicit - handling of a CAM Helge Lenz <h.lenz@gmx.de> for reporting a bug in setting the 'Delta' parameter when calling the shutdown @@ -2409,6 +2406,9 @@ Anssi Hannula <anssi.hannula@gmail.com> for adding support for automatically selecting subtitles when playing old PES recordings made with the subtitles plugin for pointing out -Werror=... + for implementing cDevice::HasInternalCam(), which can be implemented by devices that + provide encrypted channels in an already decrypted form, without requiring explicit + handling of a CAM Antti Hartikainen <ami+vdr@ah.fi> for updating 'S13E' in 'sources.conf' @@ -7213,7 +7213,7 @@ Video Disk Recorder Revision History own way of retrieving section filter data (thanks to Deti Fliegl). - The new function cDevice::HasInternalCam() can be implemented by devices that provide encrypted channels in an already decrypted form, without requiring explicit - handling of a CAM (thanks to Tobias Grimm). + handling of a CAM (thanks to Anssi Hannula). - VDR can now be built according to the FHS ("File system Hierarchy Standard") by activating the line #USEFHS = 1 |