summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-02Official release of version 2.6.1HEAD2.6.1stable/2.6masterKlaus Schmidinger
2022-01-31Clarified some potentially mistakable code in cSectionHandler::SetStatus()Klaus Schmidinger
2022-01-24Fixed a possible deadlock in cDevice::DetachAllReceivers()Klaus Schmidinger
2022-01-24Fixed handling error conditions in the index fileKlaus Schmidinger
2022-01-18Fixed handling zero bytes in cH264ParserKlaus Schmidinger
2022-01-14Added some missing "AUTO" values to vdr.5Klaus Schmidinger
2022-01-14Updated the Italian OSD textsKlaus Schmidinger
2022-01-13Fixed starting replay after jumping to an editing markKlaus Schmidinger
2022-01-13Removed a TODO - detecting errors was implemented in version 2.5.4Klaus Schmidinger
2021-12-30Replaced strncpy() with memcpy() in strreplace() to avoid a compiler warningKlaus Schmidinger
2021-12-29Fixed description of using number keys to toggle weekdays of a timerKlaus Schmidinger
2021-12-27Official release of version 2.6.02.6.0Klaus Schmidinger
2021-12-27Added entries for backports to version 2.4.8Klaus Schmidinger
2021-12-25Removed a leftover debugging lineKlaus Schmidinger
2021-12-24Fixed calculating the disk use percentage if there's more than 20TB of ↵Klaus Schmidinger
recordings
2021-12-20Fixed a possible memory leak in creating fontsKlaus Schmidinger
2021-12-20Version 2.5.7Klaus Schmidinger
2021-12-14Fixed a memory leak in handling the NITKlaus Schmidinger
2021-12-11Fixed unlocking vs. call to EpgHandlers.EndSegmentTransfer()Klaus Schmidinger
2021-10-16Added missing '0x09=H.265 video, 0x19 = AC4 audio' to vdr.5Klaus Schmidinger
2021-07-26Replaced all umlauts in the example channels.conf with their ae, oe, ue ↵Klaus Schmidinger
substitutes to avoid problems on UTF-8 systems
2021-07-02Version 2.5.62.5.6Klaus Schmidinger
2021-07-01The Recordings menu now marks recordings with errors, and the number of ↵Klaus Schmidinger
errors (if any) is displayed in the recording's Info menu
2021-06-21Fixed triggering the PAT filterKlaus Schmidinger
2021-06-21Fixed deleting the edited recording in case of an errorKlaus Schmidinger
2021-06-20Improved responsiveness in cSectionHandler::Action()Klaus Schmidinger
2021-06-20When checking whether a recording has already been made, recording names are ↵Klaus Schmidinger
now compared case insensitive
2021-06-19Fixed a possible access to characters after the terminating zero of strings ↵Klaus Schmidinger
in cDoneRecordings::Contains(), in case there are fuzzy characters at the end of a string
2021-06-19If an error occurs while recording, the respective entry in the list of ↵Klaus Schmidinger
recordings is now updated immediately
2021-06-11Fixed restarting PMT pids after starting a recording on the currently viewed ↵Klaus Schmidinger
channel
2021-06-10Version 2.5.52.5.5Klaus Schmidinger
2021-06-09Fixed handling incomplete multi-packet CATKlaus Schmidinger
2021-06-09Removed unused declaration of cDvbTuner::SetFrontendType()Klaus Schmidinger
2021-06-08Fixed flushing old data from the section handlerKlaus Schmidinger
2021-06-08No longer permanently looping through PMT PIDs, which caused problems with ↵Klaus Schmidinger
some SatIP receivers
2021-05-26Now using __cplusplus instead of DISABLE_TEMPLATES_COLLIDING_WITH_STL, and ↵Klaus Schmidinger
using std::min(), std::max() and std::swap() if available
2021-05-25Added missing initialization of cRecorder::lastErrorsKlaus Schmidinger
2021-05-25The error counter of a recording is now copied as is when editing a recordingKlaus Schmidinger
2021-05-23cRecordingInfo::Errors() now returns -1 for old recordings; added a missing ↵Klaus Schmidinger
'const'
2021-05-21Version 2.5.42.5.4Klaus Schmidinger
2021-05-21The default for DEPRECATED_SKIN_SETITEMEVENT has been set to 0Klaus Schmidinger
2021-05-21The macro DEPRECATED_GETBITMAP and the related code has been removedKlaus Schmidinger
2021-05-21The default for DEPRECATED_SETCURRENTCHANNEL has been set to 0Klaus Schmidinger
2021-05-21The macro DEPRECATED_VDR_CHARSET_OVERRIDE and the related code has been removedKlaus Schmidinger
2021-05-21The 'Edit path' dialog now also shows the total size of all recordings in ↵Klaus Schmidinger
that path
2021-05-21Added code for the 'qad' audio trackKlaus Schmidinger
2021-05-21The transponder value of channels is now cachedKlaus Schmidinger
2021-05-20The cFile class has been partially deprecatedKlaus Schmidinger
2021-05-19Removed 'register' from libsi/util.c to avoid a warning with ISO-C++17Klaus Schmidinger
2021-05-19Removed the macros __STL_CONFIG_H, _STL_ALGOBASE_H and _MOVE_H from tools.hKlaus Schmidinger