summaryrefslogtreecommitdiff
path: root/device.c
AgeCommit message (Collapse)Author
2018-07-16Fixed switching through encrypted channels with the Up/Down keysKlaus Schmidinger
2018-03-24Fixed a possible discrepancy of the primary device number in the LSTD and ↵Klaus Schmidinger
PRIM commands
2018-01-27Fixed a possible crash when stopping VDR (cont´d)Klaus Schmidinger
2017-12-16Fixed a possible deadlock when detaching a receiver from a deviceKlaus Schmidinger
2017-08-31Fixed a possible crash when stopping VDRKlaus Schmidinger
2017-05-30Now using a separate mutex to fix the race between SVDRP CHAN and ↵Klaus Schmidinger
cDevice::HasProgramme()
2017-05-18Reduced the time before a CAM is marked as known to decrypt a particular ↵Klaus Schmidinger
channel to 3 seconds
2017-05-18Fixed a race between SVDRP CHAN and cDevice::HasProgramme()Klaus Schmidinger
2017-05-18Extended the CI API to allow plugins to implement additional CAM resourcesKlaus Schmidinger
2017-05-09Added a Status parameter to the interface of cDevice::SignalStats() and ↵Klaus Schmidinger
cDvbDevice::SignalStats()
2017-05-09When selecting a device/CAM combination for live viewing, CAMs that are ↵Klaus Schmidinger
known to decrypt the requested channel are now given a higher priority than prefering the primary device
2017-05-01Log messages about switching channels now include the channel IDKlaus Schmidinger
2017-05-01CAMs are now sent a generated EIT packet that contains a single 'present ↵Klaus Schmidinger
event' for the current SID, in order to avoid any parental rating dialogs
2017-04-17Implemented getting and logging DVB API 5 signal statisticsKlaus Schmidinger
2017-04-15cTSBuffer::Skip() no longer immediately deletes the given number of bytes ↵Klaus Schmidinger
from the TS buffer
2017-04-15The function cCamSlot::Decrypt() can now also be called with Data == NULLKlaus Schmidinger
2017-04-02Detecting whether a particular CAM actually decrypts a given channel is now ↵Klaus Schmidinger
done separately for each receiver
2017-03-27Only store ChannelCamRelations for receivers with valid channel idsKlaus Schmidinger
2017-03-26Improved clearing the MTD buffer and syncing on TS packetsKlaus Schmidinger
2017-03-23Mapping PIDs in CanDecrypt(); improved description of ↵Klaus Schmidinger
Start-/StopDecrypting(); removed obsolete cMtdCamSlot::IsDecrypting(); fixed getting device fpr channel up/down
2017-03-18Implemented support for MTDKlaus Schmidinger
2017-02-21PIDs can now be added to and deleted from a cReceiver while it is attached ↵Klaus Schmidinger
to a cDevice
2017-01-23Implemented the concept of 'master cams'Klaus Schmidinger
2017-01-09The mechanism of trying different CAMs when switching to an encrypted ↵Klaus Schmidinger
channel is now only triggered if there acually is more than one CAM in the system
2017-01-09The channel/CAM relations are now stored in the file 'cam.data'; fixed a ↵Klaus Schmidinger
flaw in handling timeouts for encrypted channels
2016-12-23Added a short sleep to cTSBuffer::Action() to avoid high CPU usageKlaus Schmidinger
2015-09-05Added a missing 'const' to cReceiver::Receive(), to protect the given Data ↵Klaus Schmidinger
from being modified
2015-09-01Implemented strict locking of global listsKlaus Schmidinger
2015-01-30Added support for smart card activationKlaus Schmidinger
2015-01-14Added the channel name to log messages that reference a channelKlaus Schmidinger
2015-01-14Modified the descriptions of several threadsKlaus Schmidinger
2015-01-12Added the new parameters "Setup/Miscellaneous/Volume steps" and ".../Volume ↵Klaus Schmidinger
linearize"
2015-01-07Fixed detaching receivers from devices in case a CAM needs to receive the TSKlaus Schmidinger
2014-03-15Refactored setup parameter handling for output devicesKlaus Schmidinger
2014-03-11Added a log message in case a receiver is detached from its device because ↵Klaus Schmidinger
the assigned CAM can't decrypt the channel
2014-03-10The SDT is now only parsed *after* the NIT has been readKlaus Schmidinger
2014-02-18Improved PAT/PMT scanning to speed up initial tuning to encrypted channels ↵Klaus Schmidinger
on transponders with many PAT entries
2014-01-21Fixed a deadlockKlaus Schmidinger
2014-01-20Now making sure the primary device goes into transfer mode for live viewing ↵Klaus Schmidinger
if the CAM wants to receive the TS data
2014-01-18Now unassigning CAMs from their devices when they are no longer usedKlaus Schmidinger
2014-01-14Improved locking for CAM slots and made the pure functions of cCiAdapter ↵Klaus Schmidinger
have default implementations
2014-01-02Added support for buffered CAM decryptionKlaus Schmidinger
2014-01-01Added receiving Ca pids to cCamSlotKlaus Schmidinger
2013-12-28Implemented cCamSlot::Decrypt()Klaus Schmidinger
2013-12-25cDevice::TrickSpeed() now has an additional parameter named ForwardKlaus Schmidinger
2013-08-22Fixed a possible crash when shutting down VDR while subtitles are being ↵Klaus Schmidinger
displayed
2013-08-21Added basic support for positioners to control steerable satellite dishesKlaus Schmidinger
2013-04-05Fixed initializing cDevice::keepTracksKlaus Schmidinger
2013-03-07Fixed a possible deadlock when changing the audio track while replaying a ↵Klaus Schmidinger
recording
2013-02-16Fixed determining the priority of the primary device in case it is neither ↵Klaus Schmidinger
replaying nor receiving a live channel