summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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()
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 ↵2.4.3Klaus Schmidinger
hasn't been active since version 1.7.29
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 ↵Klaus Schmidinger
given when doing make
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 ↵Klaus Schmidinger
necessary for cross-building VDR
2020-06-22Added optional verbose output to the libsi MakefileKlaus Schmidinger
2020-06-22Changed the country code in the generated ParentalRatingDescriptor from ↵Klaus Schmidinger
'DEU' to '902' to make it valid for all countries
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' ↵Klaus Schmidinger
from version 2.3.9, which sometimes caused a black screen when switching channels
2020-06-10Fixed memory handling in cString::Append()Klaus Schmidinger
2020-06-10Added a device hook for detecting whether a device provides EIT dataKlaus Schmidinger