Age | Commit message (Expand) | Author |
2017-06-19 | Fixed detecting whether a CAM replies to queries | Klaus Schmidinger |
2017-06-12 | Updated links in the INSTALL file | Klaus Schmidinger |
2017-06-11 | Changed ##Lock to ##_Lock in the DEF_LIST_LOCK and USE_LIST_LOCK macros defin... | Klaus Schmidinger |
2017-06-10 | The "Channels" menu now indicates whether a channel is encrypted or a radio c... | Klaus Schmidinger |
2017-06-10 | The option "Setup/Miscellaneous/Show channel names with source" can now be se... | Klaus Schmidinger |
2017-06-06 | Fixed uninitialized variable SdWatchdog in vdr.c | Klaus Schmidinger |
2017-06-03 | Added backtrace functions for debugging | Klaus Schmidinger |
2017-05-30 | Now using a separate mutex to fix the race between SVDRP CHAN and cDevice::Ha... | Klaus Schmidinger |
2017-05-29 | The Makefiles now use the macro $(Q) instead of a plain '@' in front of their... | Klaus Schmidinger |
2017-05-28 | Added debug output for checking the correct sequence of locking global lists | Klaus Schmidinger |
2017-05-22 | Fixed detecting the inclusion of STL header files in tools.h | 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 | Fixed a race between SVDRP CHAN and cDevice::HasProgramme() | Klaus Schmidinger |
2017-05-09 | Added a Status parameter to the interface of cDevice::SignalStats() and cDvbD... | 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-01 | Log messages about switching channels now include the channel ID | 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-17 | Implemented getting and logging DVB API 5 signal statistics | Klaus Schmidinger |
2017-04-03 | Recordings now have unique ids | Klaus Schmidinger |
2017-04-02 | The cEvent class now has a new member 'aux' | 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 |
2017-03-28 | Added credit for Jasmin Jessich2.3.3 | Klaus Schmidinger |
2017-01-09 | Changed 'unsigned' to 'signed' in some places to avoid trouble with abs() in ... | Klaus Schmidinger |
2017-01-09 | The channel/CAM relations are now stored in the file 'cam.data'; fixed a flaw... | Klaus Schmidinger |
2017-01-08 | Added a missing dependency to the Makefile to avoid error messages in the cle... | Klaus Schmidinger |
2017-01-05 | Updated the Russian OSD texts | Klaus Schmidinger |
2016-12-27 | Added 'S3W ABS-3A' to sources.conf | Klaus Schmidinger |
2016-12-23 | Added a short sleep to cTSBuffer::Action() to avoid high CPU usage | Klaus Schmidinger |
2016-12-23 | Added support for the systemd watchdog | Klaus Schmidinger |
2016-12-23 | Avoiding some duplicate code and unnecessary work in nit.c | Klaus Schmidinger |
2016-12-23 | Fixed a possible buffer overflow in handling CA descriptors | Klaus Schmidinger |
2016-12-22 | Fixed a typo in the description of cTimers::GetTimersRead() | Klaus Schmidinger |
2016-12-22 | Added a 'const' version of cTimers::GetTimer() | Klaus Schmidinger |
2016-12-22 | Fixed truncated date/time strings in the skins on multi-byte UTF-8 systems | Klaus Schmidinger |
2016-12-22 | Added 'S58.5E Kazsat 3' to sources.conf | Klaus Schmidinger |
2016-12-22 | Sorted sources.conf by continuous azimuth | Klaus Schmidinger |
2016-12-22 | Fixed building VDR with systemd >= 230 | Klaus Schmidinger |
2016-12-22 | Fixed regenerating the index of audio recordings | Klaus Schmidinger |
2016-12-22 | Added cFont::Width(void) to get the default character width and allow stretch... | Klaus Schmidinger |
2016-12-22 | Implemented a frame parser for H.265 (HEVC) recordings | Klaus Schmidinger |
2016-12-22 | Fixed replaying recordings to their very end, if they don't end with an I-frame | Klaus Schmidinger |
2016-12-22 | Improved handling frame numbers to have a smoother progress display during re... | Klaus Schmidinger |
2016-12-22 | Fixed resuming replay at a given position, which was off by one frame | Klaus Schmidinger |
2016-12-22 | Made the cPlayer member functions FramesPerSecond, GetIndex and GetReplayMode... | Klaus Schmidinger |
2016-12-13 | Added a note to the description of cFont::Size(), regarding possible differen... | Klaus Schmidinger |