diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2017-03-28 08:31:51 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2017-03-28 08:31:51 +0200 |
commit | da105e3bdaca4c9edd824dbf66012ff1cc9f20cb (patch) | |
tree | cea081d552efbdf3b2ebec97e08fb747a35230c1 | |
parent | 2e8815ece898f9220e939e2fbff7d57d479c0ae5 (diff) | |
download | vdr-da105e3bdaca4c9edd824dbf66012ff1cc9f20cb.tar.gz vdr-da105e3bdaca4c9edd824dbf66012ff1cc9f20cb.tar.bz2 |
Added credit for Jasmin Jessich2.3.3
-rw-r--r-- | CONTRIBUTORS | 2 | ||||
-rw-r--r-- | HISTORY | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 1a45293f..dac5059f 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -3405,6 +3405,8 @@ Dieter Ferdinand <dieter.ferdinand@gmx.de> Jasmin Jessich <jasmin@anw.at> for modifying the CAM API so that it is possible to implement CAMs that can be freely assigned to any devices + for writing the ddci2 plugin and for valuable input and help with testing and + debugging MTD support Martin Schirrmacher <schirrmie@gmail.com> for suggesting to provide a way for skin plugins to get informed about the currently @@ -8882,7 +8882,7 @@ Video Disk Recorder Revision History - Added a short sleep to cTSBuffer::Action() to avoid high CPU usage (thanks to Sergey Chernyavskiy). -2017-03-25: Version 2.3.3 +2017-03-28: Version 2.3.3 - Added 'S3W ABS-3A' to sources.conf (thanks to Frank Richter). - Fixed a possible deadlock in the recordings handler thread. @@ -8917,7 +8917,9 @@ Video Disk Recorder Revision History - Implemented support for MTD ("Multi Transponder Decryption"). This allows a CAM that is capable of decrypting more than one channel ("Multi Channel Decryption") to decrypt channels from different transponders. See the remarks in mtd.h on - what a derived cCamSlot class needs to do in order to activate MTD. + what a derived cCamSlot class needs to do in order to activate MTD (thanks to + Jasmin Jessich for writing the ddci2 plugin and for valuable input and help + with testing and debugging). - The function cRingBufferLinear::Clear() can now be called safely from the reading thread, without additional locking. - Now stopping any ongoing recordings before stopping the plugins, to avoid |