summaryrefslogtreecommitdiff
path: root/HISTORY
AgeCommit message (Collapse)Author
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
2021-05-19Recordings are now checked for errorsKlaus Schmidinger
2021-05-11Fixed cTsPayload::AtPayloadStart() to ignore TS packets from other PIDsKlaus Schmidinger
2021-04-29Fixed a possible crash in the Schedule menu, in case Setup.EPGLinger is 0Klaus Schmidinger
2021-04-28Now using a separate fixed value for internal EPG linger timeKlaus Schmidinger
2021-04-20Version 2.5.32.5.3Klaus Schmidinger
2021-04-20Deleting expired timers is now triggered immediately after the timers are ↵Klaus Schmidinger
modified
2021-04-20EXPIRELATENCY now only applies to VPS timersKlaus Schmidinger
2021-04-18The new functions cTimer::Start/StopTimeEvent() are now used in the LCARS ↵Klaus Schmidinger
skin to display the start/stop times of timers in the main menu
2021-04-17Fixed the timer indicator in the Schedule menu in case an event is already ↵Klaus Schmidinger
over, but the timer is still recording
2021-04-16Now making sure that spawned timers with reduced start/stop margins actually ↵Klaus Schmidinger
record with the full margins
2021-04-13To avoid problems with very short events, non-VPS pattern timers now spawn ↵Klaus Schmidinger
timers for all matching events that would start while the first one is still recording
2021-04-13Fixed dropping outdated eventsKlaus Schmidinger
2021-04-10Now adjusting spawned timers before setting events to timersKlaus Schmidinger
2021-04-10When spawning pattern timers, the new function cTimers::GetTimerForEvent() ↵Klaus Schmidinger
is now used to check whether a matching event already has a local timer
2021-04-06cTimer::TriggerRespawn() now only acts on local timers2.5.2Klaus Schmidinger
2021-04-06Version 2.5.2Klaus 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-04-06Fixed handling the timer counter in cSchedule::DelEvent()Klaus Schmidinger
2021-04-06Spawned timers that don't use VPS now automatically adjust their start/stop ↵Klaus Schmidinger
times to changes in the respective event's times
2021-04-04The margins for timer recordings are now always limited to the duration of ↵Klaus Schmidinger
the previous and next event
2021-04-04Improved handling EPG data from the EIT tablesKlaus Schmidinger
2021-03-17Fixed scaling subtitles with anti-aliasingKlaus Schmidinger
2021-03-17Decreased the scrambling timeout for CAMs known to decrypt a certain channelKlaus Schmidinger
2021-03-17Made checking for done recordings more tolerantKlaus Schmidinger
2021-03-16Improved cSectionSyncerKlaus Schmidinger
2021-01-19Added some missing user command calls for copying, renaming and moving ↵Klaus Schmidinger
recordings
2021-01-19Now making sure a spawned timer only fully overlaps the given eventKlaus Schmidinger
2021-01-18Fixed setting the 'title' of a recording's info to the recording's name if ↵Klaus Schmidinger
there is no info file
2021-01-18Made the functions cRecordingInfo::SetData() and cRecordingInfo::SetAux() publicKlaus Schmidinger