summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
AgeCommit message (Collapse)Author
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 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
2020-06-10Fixed the size of cChannel::dtypes[]Klaus Schmidinger
2020-06-10Fixed credits for Winfried KöhlerKlaus Schmidinger
2020-06-03Added a missing '-D' to the 'plugins' target of the MakefileKlaus Schmidinger
2020-05-15Modified setting system and override character tablesKlaus Schmidinger
2020-05-14Fixed handling multi part ExtendedEventDescriptors where only the first part ↵Klaus Schmidinger
contains information about the character table
2020-05-11Added the language code for BulgarianKlaus Schmidinger
2020-05-05The SVDRP command DELC now also accepts a channel idKlaus Schmidinger
2020-05-04Fixed wrong/missing credits for Jürgen Schneider (there's two of them)Klaus Schmidinger
2020-05-04Updated email address of Uwe SchefflerKlaus Schmidinger
2020-05-04Fixed compatibility with current versions of glibcKlaus Schmidinger
2020-05-04Now retuning if the received transponder's SDT doesn't contain the expected ↵Klaus Schmidinger
values for NID and TID
2020-04-11Fixed moving channels between number groups in SVDRP's MOVC command and the ↵Klaus Schmidinger
Channels menu, in case a channel is moved to a higher number and into a numbered group
2019-05-31Fixed handling the S2SatelliteDeliverySystemDescriptor for transponders ↵Klaus Schmidinger
broadcasting in "backwards compatibility mode" according to ETSI EN 300 468
2019-05-07Fixed a compiler warning in cIndexFile::ConvertToPes() and added ↵Klaus Schmidinger
__attribute__((packed)) to tIndexPes and tIndexTs
2019-05-06Fixed a compiler warning in ExchangeChars()Klaus Schmidinger
2019-05-05Fixed updating the checksum in the CA table after mapping EMM PIDs for MTDKlaus Schmidinger
2019-05-05Fixed mapping SIDs in MTDKlaus Schmidinger
2019-05-05Fixed the install target in case of multiple jobsKlaus Schmidinger
2019-03-19Fixed handling shared CA pidsKlaus Schmidinger
2019-03-15Fixed processing SI::T2DeliverySystemDescriptor when typecasting it over an ↵Klaus Schmidinger
SI::ExtensionDescriptor
2019-03-15Added support for EAC3 audio from other sourcesKlaus Schmidinger
2019-03-12Fixed triggering the SDT filter when parsing the NITKlaus Schmidinger
2019-03-12Fixed processing transponder data in the NITKlaus Schmidinger
2019-03-12Fixed processing the last entry in the scan list of the EIT scannerKlaus Schmidinger
2019-03-11Fixed opening the UDP port in peerdemoKlaus Schmidinger
2019-03-10Fixed accessing the actual frontend on multi frontend devicesKlaus Schmidinger
2018-11-15Reverted the change "The EIT filter no longer parses data from "other TS"..."Klaus Schmidinger
2018-09-23Now deactivating MTD support if a non MCD capable CAM is inserted after ↵Klaus Schmidinger
removing a previously used CAM that is MCD capable
2018-07-16Fixed switching through encrypted channels with the Up/Down keysKlaus Schmidinger