summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-06Fixed a crash in case an error occurs when setting a remote timerKlaus 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
2020-10-16Added checking the symbol rate to cDvbTuner::IsTunedTo(), which apparently go...Klaus Schmidinger
2020-10-15Increased the size of the TS buffer to 16MB, to have more reserve when record...Klaus Schmidinger
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 cha...Klaus Schmidinger
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 cStatus::MsgOsdClear(...Klaus Schmidinger
2020-06-29Improved deleting plugins in case the plugin uses its own memory managementKlaus Schmidinger
2020-06-27Fixed the 'else if' branch in cDevice::GetDeviceForTransponder(), which hasn'...2.4.3Klaus Schmidinger
2020-06-27Added CRC check of the CAT in cCaPidReceiver::Receive()Klaus Schmidinger
2020-06-27Now adding CPPFLAGS to CXXFLAGS to allow extra preprocessor flags to be given...Klaus Schmidinger
2020-06-25Adjusted device selection in GetDeviceForTransponder() to that in GetDevice()Klaus Schmidinger
2020-06-23Added a comment about the semantics of cTimeMs::Set()Klaus Schmidinger
2020-06-23Added support for HEVC-video and AC-4-audioKlaus Schmidinger
2020-06-22Fixed a typo in svdrp.cKlaus Schmidinger
2020-06-22Made the call to pkg_config configurable via the PKG_CONFIG macro, which is n...Klaus Schmidinger
2020-06-22Added optional verbose output to the libsi MakefileKlaus Schmidinger
2020-06-22Changed the country code in the generated ParentalRatingDescriptor from 'DEU'...Klaus Schmidinger
2020-06-19Added handling shared PMT pids and multiple PMT sectionsKlaus Schmidinger
2020-06-16Added support for detecting 'advanced codec digital radio sound service'Klaus Schmidinger
2020-06-16Added support for detecting new channels broadcast in HEVCKlaus Schmidinger
2020-06-16Added cMtdHandler::StopDecrypting()Klaus Schmidinger
2020-06-16Added cMtdCamSlot::TsPostProcess()Klaus Schmidinger
2020-06-15Added codes for more languages and special audio tracksKlaus Schmidinger
2020-06-15Added failsafe defaults for 'make LCLBLD=1' to the MakefileKlaus Schmidinger
2020-06-12Revised 'Fixed a possible deadlock when detaching a receiver from a device' f...Klaus Schmidinger