Age | Commit message (Expand) | Author |
2018-03-24 | Fixed setting the initial offset of the cursor in a list menu | Klaus Schmidinger |
2018-03-24 | Fixed a possible discrepancy of the primary device number in the LSTD and PRI... | Klaus Schmidinger |
2018-03-23 | Fixed some warnings from g++ 7.2.0 regarding fixed buffer sizes | Klaus Schmidinger |
2018-03-19 | Fixed processing SVDRP client responses in case the caller doesn't want the a... | Klaus Schmidinger |
2018-03-17 | Commented out the logging in cMarks::Align() | Klaus Schmidinger |
2018-02-12 | Improved calculating signal strength and quality | Klaus Schmidinger |
2018-02-10 | Fixed getting the info of a newly edited recording | Klaus Schmidinger |
2018-02-03 | Fixed typos | Klaus Schmidinger |
2018-01-29 | Implemented cStatus::MarksModified() | Klaus Schmidinger |
2018-01-28 | Fixed a possible deadlock when quickly zapping through encrypted channels | Klaus Schmidinger |
2018-01-17 | Now unlocking the Recordings list before displaying an error message in cMenu... | Klaus Schmidinger |
2018-01-16 | Now using the 'example' macro in vdr.5 | Klaus Schmidinger |
2017-12-15 | When selecting a folder for a recording or timer, it is now possible to open ... | Klaus Schmidinger |
2017-12-14 | Changed the log message ""ERROR: copying directory %s to %s ended prematurely... | Klaus Schmidinger |
2017-12-14 | Moved adding the name of the edited recording into the cutting thread, to avo... | Klaus Schmidinger |
2017-12-14 | Now staying in the source folder when moving a recording or a folder to a dif... | Klaus Schmidinger |
2017-12-09 | Implemented 'OSD/Sorting direction for recordings' | Klaus Schmidinger |
2017-12-05 | Fixed a lengthy write lock on the Recordings list in case of moving a folder ... | Klaus Schmidinger |
2017-12-04 | The CAM menu is now automatically closed when the current channel is switched | Klaus Schmidinger |
2017-12-04 | Fixed a deadlock when moving a folder containing several recordings between d... | Klaus Schmidinger |
2017-11-27 | Fixed a possible crash when moving a recording between different volumes | Klaus Schmidinger |
2017-11-26 | Fixed a possible crash with plugins that retrieve player information after a ... | Klaus Schmidinger |
2017-11-12 | Fixed handling timers during the change from DST to winter time | Klaus Schmidinger |
2017-11-11 | Added some comments regarding font height | Klaus Schmidinger |
2017-11-11 | The new SVDRP commands 'LSTD' and 'PRIM' can be used to list all available de... | Klaus Schmidinger |
2017-11-02 | The macros used to control deprecated code or functions have been changed to ... | Klaus Schmidinger |
2017-10-31 | The MTD mapper now avoids immediately reusing unique PIDs when switching chan... | Klaus Schmidinger |
2017-10-11 | Fixed handling VPS events outside the LingerLimit, which could cause recordin... | Klaus Schmidinger |
2017-08-31 | Fixed a possible crash when stopping VDR | Klaus Schmidinger |
2017-06-25 | Now using readdir() instead of readdir_r(), if GLIBC version 2.24 or newer is... | Klaus Schmidinger |
2017-06-23 | Fixed drawing very long menu titles in the LCARS skin | Klaus Schmidinger |
2017-06-23 | Now skipping a leading '/' in AddDirectory(), to avoid double slashes | Klaus Schmidinger |
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 |