summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
AgeCommit message (Expand)Author
2017-12-09Implemented 'OSD/Sorting direction for recordings'Klaus Schmidinger
2017-12-05Fixed a lengthy write lock on the Recordings list in case of moving a folder ...Klaus Schmidinger
2017-12-04The CAM menu is now automatically closed when the current channel is switchedKlaus Schmidinger
2017-12-04Fixed a deadlock when moving a folder containing several recordings between d...Klaus Schmidinger
2017-11-27Fixed a possible crash when moving a recording between different volumesKlaus Schmidinger
2017-11-26Fixed a possible crash with plugins that retrieve player information after a ...Klaus Schmidinger
2017-11-12Fixed handling timers during the change from DST to winter timeKlaus Schmidinger
2017-11-11Added some comments regarding font heightKlaus Schmidinger
2017-11-11The new SVDRP commands 'LSTD' and 'PRIM' can be used to list all available de...Klaus Schmidinger
2017-11-02The macros used to control deprecated code or functions have been changed to ...Klaus Schmidinger
2017-10-31The MTD mapper now avoids immediately reusing unique PIDs when switching chan...Klaus Schmidinger
2017-10-11Fixed handling VPS events outside the LingerLimit, which could cause recordin...Klaus Schmidinger
2017-08-31Fixed a possible crash when stopping VDRKlaus Schmidinger
2017-06-25Now using readdir() instead of readdir_r(), if GLIBC version 2.24 or newer is...Klaus Schmidinger
2017-06-23Fixed drawing very long menu titles in the LCARS skinKlaus Schmidinger
2017-06-23Now skipping a leading '/' in AddDirectory(), to avoid double slashesKlaus Schmidinger
2017-06-19Fixed detecting whether a CAM replies to queriesKlaus Schmidinger
2017-06-12Updated links in the INSTALL fileKlaus Schmidinger
2017-06-11Changed ##Lock to ##_Lock in the DEF_LIST_LOCK and USE_LIST_LOCK macros defin...Klaus Schmidinger
2017-06-10The "Channels" menu now indicates whether a channel is encrypted or a radio c...Klaus Schmidinger
2017-06-10The option "Setup/Miscellaneous/Show channel names with source" can now be se...Klaus Schmidinger
2017-06-06Fixed uninitialized variable SdWatchdog in vdr.cKlaus Schmidinger
2017-06-03Added backtrace functions for debuggingKlaus Schmidinger
2017-05-30Now using a separate mutex to fix the race between SVDRP CHAN and cDevice::Ha...Klaus Schmidinger
2017-05-29The Makefiles now use the macro $(Q) instead of a plain '@' in front of their...Klaus Schmidinger
2017-05-28Added debug output for checking the correct sequence of locking global listsKlaus Schmidinger
2017-05-22Fixed detecting the inclusion of STL header files in tools.hKlaus Schmidinger
2017-05-21Added the macro VDR_NO_STL_PROTOTYPES to tools.hKlaus Schmidinger
2017-05-20Fixed handling remote timersKlaus Schmidinger
2017-05-18Fixed a race between SVDRP CHAN and cDevice::HasProgramme()Klaus Schmidinger
2017-05-09Added a Status parameter to the interface of cDevice::SignalStats() and cDvbD...Klaus Schmidinger
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 known...Klaus Schmidinger
2017-05-01Log messages about switching channels now include the channel IDKlaus Schmidinger
2017-04-23Removed logging DVB API 5 signal statistics, because it happened too often if...Klaus Schmidinger
2017-04-22The SVDRP command LSTC can now list the channels with channel ids; channel nu...Klaus Schmidinger
2017-04-17Implemented getting and logging DVB API 5 signal statisticsKlaus Schmidinger
2017-04-03Recordings now have unique idsKlaus Schmidinger
2017-04-02The cEvent class now has a new member 'aux'Klaus Schmidinger
2017-04-01Changed tEventID back to u_int32_tKlaus Schmidinger
2017-03-31The function cEpgHandlers::BeginSegmentTransfer() is now booleanKlaus Schmidinger
2017-03-28Added credit for Jasmin Jessich2.3.3Klaus Schmidinger
2017-01-09Changed 'unsigned' to 'signed' in some places to avoid trouble with abs() in ...Klaus Schmidinger
2017-01-09The channel/CAM relations are now stored in the file 'cam.data'; fixed a flaw...Klaus Schmidinger
2017-01-08Added a missing dependency to the Makefile to avoid error messages in the cle...Klaus Schmidinger
2017-01-05Updated the Russian OSD textsKlaus Schmidinger
2016-12-27Added 'S3W ABS-3A' to sources.confKlaus Schmidinger
2016-12-23Added a short sleep to cTSBuffer::Action() to avoid high CPU usageKlaus Schmidinger
2016-12-23Added support for the systemd watchdogKlaus Schmidinger