summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
AgeCommit message (Expand)Author
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
2021-12-30Replaced strncpy() with memcpy() in strreplace() to avoid a compiler warningKlaus Schmidinger
2021-12-24Fixed calculating the disk use percentage if there's more than 20TB of record...Klaus Schmidinger
2021-12-20Fixed a possible memory leak in creating fontsKlaus 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-06-21Fixed deleting the edited recording in case of an errorKlaus Schmidinger
2021-06-19If an error occurs while recording, the respective entry in the list of recor...Klaus 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 so...Klaus Schmidinger
2021-05-26Now using __cplusplus instead of DISABLE_TEMPLATES_COLLIDING_WITH_STL, and us...Klaus Schmidinger
2021-05-23cRecordingInfo::Errors() now returns -1 for old recordings; added a missing '...Klaus Schmidinger
2021-05-21The 'Edit path' dialog now also shows the total size of all recordings in tha...Klaus Schmidinger
2021-05-21The transponder value of channels is now cachedKlaus Schmidinger
2021-04-28Now using a separate fixed value for internal EPG linger timeKlaus Schmidinger
2021-04-06No longer switching devices for pattern timersKlaus Schmidinger
2021-04-06Fixed MakePatternFileName() in case the event doesn't yet have a short textKlaus Schmidinger
2021-03-17Fixed scaling subtitles with anti-aliasingKlaus Schmidinger
2021-01-19Added some missing user command calls for copying, renaming and moving record...Klaus Schmidinger
2021-01-19Now making sure a spawned timer only fully overlaps the given eventKlaus Schmidinger
2021-01-18Made the functions cRecordingInfo::SetData() and cRecordingInfo::SetAux() publicKlaus Schmidinger
2021-01-11Increased the number of possible modulation systems in cDevice::GetDevice()Klaus Schmidinger
2021-01-07Fixed VPS handling when spawning a pattern timer, in case Setup.UseVps is falseKlaus Schmidinger
2021-01-04Fixed initializing the cChannel::schedule pointer after reading EPG data with...Klaus Schmidinger
2021-01-02Fixed handling $(PKG_CONFIG) in newpluginKlaus Schmidinger
2021-01-01Fixed a crash in the SVDRP command CLRE in case a non-existing channel number...Klaus Schmidinger
2020-12-29Fixed strreplace() to handle NULL stringsKlaus Schmidinger
2020-12-18Fixed a compiler warningKlaus Schmidinger
2020-12-16Improved handling missing VDRPluginDestroyer()Klaus Schmidinger
2020-12-13Fixed error handling when loading a pluginKlaus Schmidinger
2020-12-12Avoiding a lengthy lock on the Channels list when starting a recordingKlaus Schmidinger
2020-12-12Fixed PMT handling in case locking the Channels list times outKlaus Schmidinger
2020-12-09Fixed a bug in handling shared PMTs, where after the first pass not all SIDs ...Klaus Schmidinger
2020-12-05Added initialization of cDvbFrontend::frontendInfoKlaus Schmidinger
2020-11-28Fixed generating the HashId in cEIT::cEIT()Klaus Schmidinger
2020-11-24Fixed "read incomplete section" errorsKlaus Schmidinger
2020-11-22Fixed possible compilation errors with libjpegKlaus Schmidinger
2020-11-20Fixed parsing the '-l' command line optionKlaus Schmidinger
2020-11-16Fixed allocating memory for cImageKlaus Schmidinger
2020-11-03Fixed an unnecessary double call to Display() in cMenuRecording::RefreshRecor...Klaus Schmidinger
2020-11-01Fixed multiple recording entries in case a recording is started during the in...Klaus Schmidinger
2020-10-16Now initializing the status variable in cDvbTuner::GetFrontendStatus() and cD...2.4.5Klaus Schmidinger
2020-10-16Now checking for an empty command in cDvbTuner::GetSignalStats() to avoid a p...Klaus Schmidinger