diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2017-03-18 16:33:59 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2017-03-18 16:33:59 +0100 |
commit | 2cc25e65f445162fad126f4e4b29bc380e002c0f (patch) | |
tree | 113bfcaf0fec1a76a14820be3556c95c28a22c00 /HISTORY | |
parent | 3f9cdea1c16cb25b7a3ce7c875d46e6d100d593d (diff) | |
download | vdr-2cc25e65f445162fad126f4e4b29bc380e002c0f.tar.gz vdr-2cc25e65f445162fad126f4e4b29bc380e002c0f.tar.bz2 |
Implemented support for MTD
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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-02-21: Version 2.3.3 +2017-03-18: Version 2.3.3 - Added 'S3W ABS-3A' to sources.conf (thanks to Frank Richter). - Fixed a possible deadlock in the recordings handler thread. @@ -8914,3 +8914,7 @@ Video Disk Recorder Revision History contained an empty string). - PIDs can now be added to and deleted from a cReceiver while it is attached to a cDevice, without having to detach it first and re-attach it afterwards. +- 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. |