summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-21If the Channel+/- keys are pressed while in the Schedules menu, the menu is ↵Klaus Schmidinger
now switched to the EPG of the new current channel
2017-05-21Fixed setting the local machine's SVDRP host name; only saving the SVDRP ↵Klaus Schmidinger
host name if it differs from the system's host name
2017-05-21Removed TsGetContinuityCounter() from remux.h, using TsContinuityCounter() ↵Klaus Schmidinger
instead
2017-05-21Added the macro VDR_NO_STL_PROTOTYPES to tools.hKlaus Schmidinger
2017-05-20Fixed handling remote timersKlaus Schmidinger
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-17Fixed a crash in case the bottom text of a CAM menu is emptyKlaus Schmidinger
2017-05-12Added handling RI_HOST_CONTROL to the CI protocolKlaus Schmidinger
2017-05-09Fixed handling line numbers in error messages when reading EPG dataKlaus Schmidinger
2017-05-09Added a Status parameter to the interface of cDevice::SignalStats() and ↵Klaus Schmidinger
cDvbDevice::SignalStats()
2017-05-09Changed the legacy delivery system name "DMBTH" to "DTMB", and added names ↵Klaus Schmidinger
for DVBC_ANNEX_C and DVBC2
2017-05-09Fixed selecting delivery system names in case of undefined indexesKlaus Schmidinger
2017-05-09Changed the default return value of cEpgHandler::BeginSegmentTransfer() to trueKlaus Schmidinger
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-09cListObject now implements a private copy constructor and assignment ↵Klaus Schmidinger
operator, to keep derived objects from calling them implicitly
2017-05-09The constructor of cHash (via cHashBase) now has an additional parameter ↵Klaus Schmidinger
(OwnObjects); fixed a memory leak in cSectionSyncerHash
2017-05-03Events in the EIT that end before the EPG linger time are now ignored in the ↵Klaus Schmidinger
incoming data stream
2017-05-01Added a note about complete TS packets to cCamSlot::Inject()Klaus Schmidinger
2017-05-01Log messages about switching channels now include the channel IDKlaus Schmidinger
2017-05-01Fixed handling UNC valuesKlaus 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-27Adjusted release date2.3.4Klaus Schmidinger
2017-04-26Fixed a possible crash when pulling the CAM while decrypting a channel with ↵Klaus Schmidinger
MTD (cont'd)
2017-04-24Fixed a typoKlaus Schmidinger
2017-04-24Fixed a possible crash when pulling the CAM while decrypting a channel with MTDKlaus Schmidinger
2017-04-23Removed logging DVB API 5 signal statistics, because it happened too often ↵Klaus Schmidinger
if EPG scan is active (cont'd)
2017-04-22The SVDRP command LSTC can now list the channels with channel ids; channel ↵Klaus Schmidinger
number 0 lists the data of the current channel
2017-04-20Fixed handling the uncorrected block counter for DVB API 3 devices when ↵Klaus Schmidinger
calculating signal quality
2017-04-20Fixed editing a remote timer immediately after it has been createdKlaus Schmidinger
2017-04-20Fixed displaying remote timers in the main menu of skin LCARSKlaus Schmidinger
2017-04-18Removed logging DVB API 5 signal statistics, because it happened too often ↵Klaus Schmidinger
if EPG scan is active
2017-04-18Updated the Finnish OSD textsKlaus Schmidinger
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-06Signal strength and quality (CNR) are now determined via DVB API 5 (if ↵Klaus Schmidinger
available)
2017-04-04Changed some leftover 'number' to 'id' in SVDRP repliesKlaus Schmidinger
2017-04-04Fixed a deadlock in the SVDRP command PLAY in case there is currently a ↵Klaus Schmidinger
recording being replayed
2017-04-04Added missing GetById() callsKlaus Schmidinger
2017-04-03Changed 'number' to 'id' in the help texts of SVDRP commands that deal with ↵Klaus Schmidinger
timers
2017-04-03Recordings now have unique idsKlaus Schmidinger
2017-04-03cOsdMenu::Display() now checks whether the OSD size has changed and if so ↵Klaus Schmidinger
calls SetDisplayMenu()
2017-04-03Added a note to the "Pausing live video" section of the MANUALKlaus Schmidinger
2017-04-02Added some guidelines and recommendations to the 'Logging' section of ↵Klaus Schmidinger
PLUGINS.html
2017-04-02The cEvent class now has a new member 'aux'Klaus Schmidinger
2017-04-02Detecting whether a particular CAM actually decrypts a given channel is now ↵Klaus Schmidinger
done separately for each receiver
2017-04-02The file 'cam.data' is no longer written if it is read-onlyKlaus Schmidinger
2017-04-01Changed tEventID back to u_int32_tKlaus Schmidinger