summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-27Official release of version 2.4.82.4.8stable/2.4Klaus Schmidinger
2021-12-27Fixed calculating the disk use percentage if there's more than 20TB of ↵Klaus Schmidinger
recordings
2021-12-27Fixed a possible memory leak in creating fontsKlaus Schmidinger
2021-12-27Fixed a memory leak in handling the NITKlaus Schmidinger
2021-12-27Fixed unlocking vs. call to EpgHandlers.EndSegmentTransfer()Klaus Schmidinger
2021-12-27Fixed cTsPayload::AtPayloadStart() to ignore TS packets from other PIDsKlaus Schmidinger
2021-12-27Fixed a possible crash in the Schedule menu, in case Setup.EPGLinger is 0Klaus Schmidinger
2021-04-21Official release of version 2.4.72.4.7Klaus Schmidinger
2021-01-04Fixed initializing the cChannel::schedule pointer after reading EPG data ↵Klaus Schmidinger
with PUTE
2021-01-02Fixed handling $(PKG_CONFIG) in newpluginKlaus Schmidinger
2021-01-02Fixed a crash in the SVDRP command CLRE in case a non-existing channel ↵Klaus Schmidinger
number is given
2021-01-02The Makefile now makes sure the 'x' bit of Doxyfile.filter is set before ↵Klaus Schmidinger
calling doxygen
2021-01-02Fixed strreplace() to handle NULL stringsKlaus Schmidinger
2020-12-22Official release of version 2.4.62.4.6Klaus Schmidinger
2020-12-19Fixed convertCharacterTable() in case iconv_open() failsKlaus Schmidinger
2020-12-18Whitespace cleanupKlaus Schmidinger
2020-12-18Fixed a compiler warningKlaus Schmidinger
2020-12-17Fixed initializing tmpbuf in ExtendedEventDescriptors::getText()Klaus 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
of a PMT pid were checked any more
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-06Fixed a crash in case an error occurs when setting a remote timerKlaus Schmidinger
2020-11-03Fixed an unnecessary double call to Display() in ↵Klaus Schmidinger
cMenuRecording::RefreshRecording()
2020-11-01Fixed multiple recording entries in case a recording is started during the ↵Klaus Schmidinger
initial reading of the video directory
2020-10-16Now initializing the status variable in cDvbTuner::GetFrontendStatus() and ↵2.4.5Klaus Schmidinger
cDvbTuner::GetSignalStats() to avoid problems with drivers that don't do this
2020-10-16Now checking for an empty command in cDvbTuner::GetSignalStats() to avoid a ↵Klaus Schmidinger
possible error message
2020-10-16Added checking the symbol rate to cDvbTuner::IsTunedTo(), which apparently ↵Klaus Schmidinger
got lost in version 1.7.13
2020-10-15Increased the size of the TS buffer to 16MB, to have more reserve when ↵Klaus Schmidinger
recording several HD programmes
2020-10-14Added test cases for alignment of semi-circlesKlaus Schmidinger
2020-10-13Fixed alignment of semi-circles in case of odd sizesKlaus Schmidinger
2020-10-12Implemented anti-aliasing for cPixmap::DrawEllipse()Klaus Schmidinger
2020-09-29Implemented anti-aliasing for cPixmap::DrawSlope()Klaus Schmidinger
2020-09-16Fixed several typosKlaus Schmidinger
2020-09-16Fixed a possible invalid lock sequence in cMenuTimers::OnOff()Klaus Schmidinger
2020-09-16Fixed checking the return value of the Open() call in cFileName::SetOffset()Klaus Schmidinger
2020-08-17Fixed handling newline characters in ci.c's CopyString()Klaus Schmidinger
2020-08-16Updated the Italian OSD textsKlaus Schmidinger
2020-08-02Official release of version 2.4.42.4.4Klaus Schmidinger
2020-07-13Fixed a possible 'invalid lock sequence' when switching to an unavailable ↵Klaus Schmidinger
channel with the main menu open
2020-07-10Implemented handling multi packet CATs with MTDKlaus Schmidinger
2020-07-01Fixed handling inactive shared CA pidsKlaus Schmidinger
2020-07-01Now setting currentDisplayChannel = NULL before calling ↵Klaus Schmidinger
cStatus::MsgOsdClear() in ~cDisplayChannel(), to avoid possible problems in case a plugin calls IsOpen()