Age | Commit message (Expand) | Author |
2022-01-31 | Clarified some potentially mistakable code in cSectionHandler::SetStatus() | Klaus Schmidinger |
2022-01-24 | Fixed a possible deadlock in cDevice::DetachAllReceivers() | Klaus Schmidinger |
2022-01-24 | Fixed handling error conditions in the index file | Klaus Schmidinger |
2022-01-18 | Fixed handling zero bytes in cH264Parser | Klaus Schmidinger |
2022-01-14 | Added some missing "AUTO" values to vdr.5 | Klaus Schmidinger |
2021-12-30 | Replaced strncpy() with memcpy() in strreplace() to avoid a compiler warning | Klaus Schmidinger |
2021-12-24 | Fixed calculating the disk use percentage if there's more than 20TB of record... | Klaus Schmidinger |
2021-12-20 | Fixed a possible memory leak in creating fonts | Klaus Schmidinger |
2021-12-14 | Fixed a memory leak in handling the NIT | Klaus Schmidinger |
2021-12-11 | Fixed unlocking vs. call to EpgHandlers.EndSegmentTransfer() | Klaus Schmidinger |
2021-10-16 | Added missing '0x09=H.265 video, 0x19 = AC4 audio' to vdr.5 | Klaus Schmidinger |
2021-06-21 | Fixed deleting the edited recording in case of an error | Klaus Schmidinger |
2021-06-19 | If an error occurs while recording, the respective entry in the list of recor... | Klaus Schmidinger |
2021-06-09 | Fixed handling incomplete multi-packet CAT | Klaus Schmidinger |
2021-06-09 | Removed unused declaration of cDvbTuner::SetFrontendType() | Klaus Schmidinger |
2021-06-08 | Fixed flushing old data from the section handler | Klaus Schmidinger |
2021-06-08 | No longer permanently looping through PMT PIDs, which caused problems with so... | Klaus Schmidinger |
2021-05-26 | Now using __cplusplus instead of DISABLE_TEMPLATES_COLLIDING_WITH_STL, and us... | Klaus Schmidinger |
2021-05-23 | cRecordingInfo::Errors() now returns -1 for old recordings; added a missing '... | Klaus Schmidinger |
2021-05-21 | The 'Edit path' dialog now also shows the total size of all recordings in tha... | Klaus Schmidinger |
2021-05-21 | The transponder value of channels is now cached | Klaus Schmidinger |
2021-04-28 | Now using a separate fixed value for internal EPG linger time | Klaus Schmidinger |
2021-04-06 | No longer switching devices for pattern timers | Klaus Schmidinger |
2021-04-06 | Fixed MakePatternFileName() in case the event doesn't yet have a short text | Klaus Schmidinger |
2021-03-17 | Fixed scaling subtitles with anti-aliasing | Klaus Schmidinger |
2021-01-19 | Added some missing user command calls for copying, renaming and moving record... | Klaus Schmidinger |
2021-01-19 | Now making sure a spawned timer only fully overlaps the given event | Klaus Schmidinger |
2021-01-18 | Made the functions cRecordingInfo::SetData() and cRecordingInfo::SetAux() public | Klaus Schmidinger |
2021-01-11 | Increased the number of possible modulation systems in cDevice::GetDevice() | Klaus Schmidinger |
2021-01-07 | Fixed VPS handling when spawning a pattern timer, in case Setup.UseVps is false | Klaus Schmidinger |
2021-01-04 | Fixed initializing the cChannel::schedule pointer after reading EPG data with... | Klaus Schmidinger |
2021-01-02 | Fixed handling $(PKG_CONFIG) in newplugin | Klaus Schmidinger |
2021-01-01 | Fixed a crash in the SVDRP command CLRE in case a non-existing channel number... | Klaus Schmidinger |
2020-12-29 | Fixed strreplace() to handle NULL strings | Klaus Schmidinger |
2020-12-18 | Fixed a compiler warning | Klaus Schmidinger |
2020-12-16 | Improved handling missing VDRPluginDestroyer() | Klaus Schmidinger |
2020-12-13 | Fixed error handling when loading a plugin | Klaus Schmidinger |
2020-12-12 | Avoiding a lengthy lock on the Channels list when starting a recording | Klaus Schmidinger |
2020-12-12 | Fixed PMT handling in case locking the Channels list times out | Klaus Schmidinger |
2020-12-09 | Fixed a bug in handling shared PMTs, where after the first pass not all SIDs ... | Klaus Schmidinger |
2020-12-05 | Added initialization of cDvbFrontend::frontendInfo | Klaus Schmidinger |
2020-11-28 | Fixed generating the HashId in cEIT::cEIT() | Klaus Schmidinger |
2020-11-24 | Fixed "read incomplete section" errors | Klaus Schmidinger |
2020-11-22 | Fixed possible compilation errors with libjpeg | Klaus Schmidinger |
2020-11-20 | Fixed parsing the '-l' command line option | Klaus Schmidinger |
2020-11-16 | Fixed allocating memory for cImage | Klaus Schmidinger |
2020-11-03 | Fixed an unnecessary double call to Display() in cMenuRecording::RefreshRecor... | Klaus Schmidinger |
2020-11-01 | Fixed multiple recording entries in case a recording is started during the in... | Klaus Schmidinger |
2020-10-16 | Now initializing the status variable in cDvbTuner::GetFrontendStatus() and cD...2.4.5 | Klaus Schmidinger |
2020-10-16 | Now checking for an empty command in cDvbTuner::GetSignalStats() to avoid a p... | Klaus Schmidinger |