Age | Commit message (Expand) | Author |
2017-05-21 | Fixed setting the local machine's SVDRP host name; only saving the SVDRP host... | Klaus Schmidinger |
2017-05-21 | Removed TsGetContinuityCounter() from remux.h, using TsContinuityCounter() in... | Klaus Schmidinger |
2017-05-21 | Added the macro VDR_NO_STL_PROTOTYPES to tools.h | Klaus Schmidinger |
2017-05-20 | Fixed handling remote timers | Klaus Schmidinger |
2017-05-18 | Reduced the time before a CAM is marked as known to decrypt a particular chan... | Klaus Schmidinger |
2017-05-18 | Fixed a race between SVDRP CHAN and cDevice::HasProgramme() | Klaus Schmidinger |
2017-05-18 | Extended the CI API to allow plugins to implement additional CAM resources | Klaus Schmidinger |
2017-05-17 | Fixed a crash in case the bottom text of a CAM menu is empty | Klaus Schmidinger |
2017-05-12 | Added handling RI_HOST_CONTROL to the CI protocol | Klaus Schmidinger |
2017-05-09 | Fixed handling line numbers in error messages when reading EPG data | Klaus Schmidinger |
2017-05-09 | Added a Status parameter to the interface of cDevice::SignalStats() and cDvbD... | Klaus Schmidinger |
2017-05-09 | Changed the legacy delivery system name "DMBTH" to "DTMB", and added names fo... | Klaus Schmidinger |
2017-05-09 | Fixed selecting delivery system names in case of undefined indexes | Klaus Schmidinger |
2017-05-09 | Changed the default return value of cEpgHandler::BeginSegmentTransfer() to true | Klaus Schmidinger |
2017-05-09 | When selecting a device/CAM combination for live viewing, CAMs that are known... | Klaus Schmidinger |
2017-05-09 | cListObject now implements a private copy constructor and assignment operator... | Klaus Schmidinger |
2017-05-09 | The constructor of cHash (via cHashBase) now has an additional parameter (Own... | Klaus Schmidinger |
2017-05-03 | Events in the EIT that end before the EPG linger time are now ignored in the ... | Klaus Schmidinger |
2017-05-01 | Added a note about complete TS packets to cCamSlot::Inject() | Klaus Schmidinger |
2017-05-01 | Log messages about switching channels now include the channel ID | Klaus Schmidinger |
2017-05-01 | Fixed handling UNC values | Klaus Schmidinger |
2017-05-01 | CAMs are now sent a generated EIT packet that contains a single 'present even... | Klaus Schmidinger |
2017-04-27 | Adjusted release date2.3.4 | Klaus Schmidinger |
2017-04-26 | Fixed a possible crash when pulling the CAM while decrypting a channel with M... | Klaus Schmidinger |
2017-04-24 | Fixed a typo | Klaus Schmidinger |
2017-04-24 | Fixed a possible crash when pulling the CAM while decrypting a channel with MTD | Klaus Schmidinger |
2017-04-23 | Removed logging DVB API 5 signal statistics, because it happened too often if... | Klaus Schmidinger |
2017-04-22 | The SVDRP command LSTC can now list the channels with channel ids; channel nu... | Klaus Schmidinger |
2017-04-20 | Fixed handling the uncorrected block counter for DVB API 3 devices when calcu... | Klaus Schmidinger |
2017-04-20 | Fixed editing a remote timer immediately after it has been created | Klaus Schmidinger |
2017-04-20 | Fixed displaying remote timers in the main menu of skin LCARS | Klaus Schmidinger |
2017-04-18 | Removed logging DVB API 5 signal statistics, because it happened too often if... | Klaus Schmidinger |
2017-04-18 | Updated the Finnish OSD texts | Klaus Schmidinger |
2017-04-17 | Implemented getting and logging DVB API 5 signal statistics | Klaus Schmidinger |
2017-04-15 | cTSBuffer::Skip() no longer immediately deletes the given number of bytes fro... | Klaus Schmidinger |
2017-04-15 | The function cCamSlot::Decrypt() can now also be called with Data == NULL | Klaus Schmidinger |
2017-04-06 | Signal strength and quality (CNR) are now determined via DVB API 5 (if availa... | Klaus Schmidinger |
2017-04-04 | Changed some leftover 'number' to 'id' in SVDRP replies | Klaus Schmidinger |
2017-04-04 | Fixed a deadlock in the SVDRP command PLAY in case there is currently a recor... | Klaus Schmidinger |
2017-04-04 | Added missing GetById() calls | Klaus Schmidinger |
2017-04-03 | Changed 'number' to 'id' in the help texts of SVDRP commands that deal with t... | Klaus Schmidinger |
2017-04-03 | Recordings now have unique ids | Klaus Schmidinger |
2017-04-03 | cOsdMenu::Display() now checks whether the OSD size has changed and if so cal... | Klaus Schmidinger |
2017-04-03 | Added a note to the "Pausing live video" section of the MANUAL | Klaus Schmidinger |
2017-04-02 | Added some guidelines and recommendations to the 'Logging' section of PLUGINS... | Klaus Schmidinger |
2017-04-02 | The cEvent class now has a new member 'aux' | Klaus Schmidinger |
2017-04-02 | Detecting whether a particular CAM actually decrypts a given channel is now d... | Klaus Schmidinger |
2017-04-02 | The file 'cam.data' is no longer written if it is read-only | Klaus Schmidinger |
2017-04-01 | Changed tEventID back to u_int32_t | Klaus Schmidinger |
2017-03-31 | The function cEpgHandlers::BeginSegmentTransfer() is now boolean | Klaus Schmidinger |