summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-18Fixed a possible crash in case replay is started and stopped in rapid sequence2.4.2Klaus Schmidinger
2020-05-15The isSingleByte parameter in the call to getCharacterTable() is deprecated ↵Klaus Schmidinger
and only present for backwards compatibility
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-11Improvements to the skincurses pluginKlaus Schmidinger
2020-05-10Fixed 'Changes for ncurses version 6'Klaus Schmidinger
2020-05-07Fixed dropping capabilities in case cap_sys_time is not availableKlaus Schmidinger
2020-05-06Added missing '<...>' to the 'file' parameter in the help text of PUTEKlaus 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-04Fixed initializerKlaus Schmidinger
2020-05-04Updated email address of Uwe SchefflerKlaus Schmidinger
2020-05-04Fixed compatibility with current versions of glibcKlaus Schmidinger
2020-05-04Fixed a typoKlaus 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
2020-03-29Fixed typosKlaus Schmidinger
2020-03-29Removed a wrong commentKlaus Schmidinger
2019-06-16Official release of version 2.4.12.4.1Klaus Schmidinger
2019-05-31Fixed handling the S2SatelliteDeliverySystemDescriptor for transponders ↵Klaus Schmidinger
broadcasting in "backwards compatibility mode" according to ETSI EN 300 468
2019-05-29If cSkins::Message() is called from a background thread and Type is not ↵Klaus Schmidinger
mtStatus, the call is now automatically forwarded to QueueMessage()
2019-05-29Fixed a wrong variable name in cFileName::cFileName()Klaus Schmidinger
2019-05-28Fixed inconsistent behavior in case only certain devices are used (selected ↵Klaus Schmidinger
by the '-D' option)
2019-05-27Increased PLAYERBUFSIZE to (MAXFRAMESIZE * 5) to avoid stuttering replay ↵Klaus Schmidinger
under heavy system load, and to better document that this buffer size is related to the maximum frame size
2019-05-24The default maximum size of a cPixmap has been raised to the maximum ↵Klaus Schmidinger
possible value
2019-05-23Fixed asserting free disk space in case there is no local timer currently ↵Klaus Schmidinger
recording
2019-05-20Added a workaround for broadcasters who set an event to status "not running" ↵Klaus Schmidinger
where this is inappropriate; implicitly setting events to "not running" is now also logged
2019-05-13Fixed handling repeat function for keyboardsKlaus Schmidinger
2019-05-07Fixed a compiler warning in cIndexFile::ConvertToPes() and added ↵Klaus Schmidinger
__attribute__((packed)) to tIndexPes and tIndexTs
2019-05-06Fixed handling remote timers in case the response to LSTT is '550 No timers ↵Klaus Schmidinger
defined'
2019-05-06Fixed a possible invalid lock sequence if the main menu is open and the user ↵Klaus Schmidinger
switches to a channel that is currently not available, using the Channel+/- keys
2019-05-06Fixed a compiler warning and a possible buffer overflow in cCiMMI::SendAnswer()Klaus Schmidinger
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-19Now touching the .update file in the video directory after removing deleted ↵Klaus Schmidinger
recordings
2019-03-19Fixed handling shared CA pidsKlaus Schmidinger