summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-08-26 13:59:37 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2012-08-26 13:59:37 +0200
commit5d0410de3e73dacbc96f7e1919d8ea83c8368e68 (patch)
tree8da4f1e2b65e68d1c1d6c6cfb919b466e99f1e9b /HISTORY
parent4986f76b0a40e11997e572a75260034063023cb0 (diff)
downloadvdr-5d0410de3e73dacbc96f7e1919d8ea83c8368e68.tar.gz
vdr-5d0410de3e73dacbc96f7e1919d8ea83c8368e68.tar.bz2
Added cDevice::HasInternalCam()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index fb21667b..4e937fb3 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7208,3 +7208,6 @@ Video Disk Recorder Revision History
- Fixed a race condition when zapping in transfer mode (reported by Reinhard Nissl).
- The new function cDevice::ReadFilter() can be used by devices to implement their
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).