summaryrefslogtreecommitdiff
path: root/receiver.c
AgeCommit message (Collapse)Author
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-02Detecting whether a particular CAM actually decrypts a given channel is now ↵Klaus Schmidinger
done separately for each receiver
2017-02-21PIDs can now be added to and deleted from a cReceiver while it is attached ↵Klaus Schmidinger
to a cDevice
2015-09-16Fixed an overflow of PIDs in a receiverKlaus Schmidinger
2015-01-12Added functions to set and retrieve the priority of a cReceiverKlaus Schmidinger
2014-02-08Replaced the NULL pointer assignment in ~cReceiver() to force a segfault ↵Klaus Schmidinger
with a call to abort()
2014-01-01Added receiving Ca pids to cCamSlotKlaus Schmidinger
2012-06-02Finally removed the code marked with ↵Klaus Schmidinger
__RECORDING_H_DEPRECATED_DIRECT_MEMBER_ACCESS and LEGACY_CRECEIVER
2012-03-31Fixed formattingKlaus Schmidinger
2012-03-02Revised priority handling to allow receivers with a priority that is lower ↵Klaus Schmidinger
than that of live viewing
2010-12-24Fixed inclusion of <stdarg.h>Klaus Schmidinger
2010-02-28The option "Setup/DVB/Use Dolby Digital" now only controls whether Dolby ↵1.7.13Klaus Schmidinger
Digital tracks appear in the "Audio" menu
2010-01-30The PCR pid is now recorded for channels where this is different from the ↵Klaus Schmidinger
video PID
2010-01-01Fixed compiler warnings "format not a string literal and no format ↵Klaus Schmidinger
arguments" in some syslog calls
2007-08-12Added a debug error message to cReceiver::~cReceiver() in case it is still ↵1.5.7Klaus Schmidinger
attached to a device
2007-01-07CAM handling refactored; multiple recordings with one CAM; automatic CAM ↵1.5.0Klaus Schmidinger
selection
2006-03-26Fixed some #include sequencesKlaus Schmidinger
2005-01-16Recording and Transfer Mode now handle more than 2 audio PIDsKlaus Schmidinger
2002-08-04Changed the cDevice class to allow plugins to implement their own devicesKlaus Schmidinger
2002-07-28Fixed PID handling for cReceiverKlaus Schmidinger
2002-06-16Totally rearranged device/player/recorder structuresKlaus Schmidinger