Commit Graph

  • 82cc5c76a4 Improved handling missing VDRPluginDestroyer() Klaus Schmidinger 2020-12-16 11:54:06 +01:00
  • 67a4ba4228 Fixed error handling when loading a plugin Klaus Schmidinger 2020-12-13 10:56:36 +01:00
  • 79a3607d0c Avoiding a lengthy lock on the Channels list when starting a recording Klaus Schmidinger 2020-12-12 22:01:01 +01:00
  • dffeabbacb Fixed PMT handling in case locking the Channels list times out Klaus Schmidinger 2020-12-12 10:31:52 +01:00
  • 9fa7de2036 Fixed a bug in handling shared PMTs, where after the first pass not all SIDs of a PMT pid were checked any more Klaus Schmidinger 2020-12-09 21:42:26 +01:00
  • bacc873896 Added initialization of cDvbFrontend::frontendInfo Klaus Schmidinger 2020-12-05 15:48:40 +01:00
  • 375d25627d Fixed generating the HashId in cEIT::cEIT() Klaus Schmidinger 2020-11-28 21:45:05 +01:00
  • 56e2ed2628 Fixed "read incomplete section" errors Klaus Schmidinger 2020-11-24 21:19:49 +01:00
  • ad55da4ef9 Fixed possible compilation errors with libjpeg Klaus Schmidinger 2020-11-22 13:32:05 +01:00
  • 272231467a Fixed parsing the '-l' command line option Klaus Schmidinger 2020-11-20 13:49:58 +01:00
  • 6cb818c7ad Fixed allocating memory for cImage Klaus Schmidinger 2020-11-16 15:53:53 +01:00
  • c23547c4ca Fixed a crash in case an error occurs when setting a remote timer Klaus Schmidinger 2020-11-06 13:13:05 +01:00
  • 0468b38ff3 Fixed an unnecessary double call to Display() in cMenuRecording::RefreshRecording() Klaus Schmidinger 2020-11-03 22:12:38 +01:00
  • ebbc562aab Fixed multiple recording entries in case a recording is started during the initial reading of the video directory Klaus Schmidinger 2020-11-01 10:29:07 +01:00
  • f387bb5e77 Now initializing the status variable in cDvbTuner::GetFrontendStatus() and cDvbTuner::GetSignalStats() to avoid problems with drivers that don't do this 2.4.5 Klaus Schmidinger 2020-10-16 13:58:45 +02:00
  • c5461ffd9f Now checking for an empty command in cDvbTuner::GetSignalStats() to avoid a possible error message Klaus Schmidinger 2020-10-16 13:50:36 +02:00
  • 8c1c92bff6 Added checking the symbol rate to cDvbTuner::IsTunedTo(), which apparently got lost in version 1.7.13 Klaus Schmidinger 2020-10-16 13:42:13 +02:00
  • 36be6abfbd Increased the size of the TS buffer to 16MB, to have more reserve when recording several HD programmes Klaus Schmidinger 2020-10-15 10:16:38 +02:00
  • f24e93ade1 Added test cases for alignment of semi-circles Klaus Schmidinger 2020-10-14 20:32:41 +02:00
  • 1a6a518f49 Fixed alignment of semi-circles in case of odd sizes Klaus Schmidinger 2020-10-13 13:47:10 +02:00
  • fc7ca12edd Implemented anti-aliasing for cPixmap::DrawEllipse() Klaus Schmidinger 2020-10-12 13:54:44 +02:00
  • bbd36d0610 Implemented anti-aliasing for cPixmap::DrawSlope() Klaus Schmidinger 2020-09-29 14:09:26 +02:00
  • eebe7c798a Fixed several typos Klaus Schmidinger 2020-09-16 13:48:33 +02:00
  • 76a7bed575 Fixed a possible invalid lock sequence in cMenuTimers::OnOff() Klaus Schmidinger 2020-09-16 13:35:30 +02:00
  • 46b480c798 Fixed checking the return value of the Open() call in cFileName::SetOffset() Klaus Schmidinger 2020-09-16 13:30:59 +02:00
  • b4a6c36215 Fixed handling newline characters in ci.c's CopyString() Klaus Schmidinger 2020-08-17 10:26:18 +02:00
  • 121f348379 Updated the Italian OSD texts Klaus Schmidinger 2020-08-16 13:34:23 +02:00
  • 16fb7967ff Official release of version 2.4.4 2.4.4 Klaus Schmidinger 2020-08-02 08:55:08 +02:00
  • 88a2ef45ee Fixed a possible 'invalid lock sequence' when switching to an unavailable channel with the main menu open Klaus Schmidinger 2020-07-13 08:16:41 +02:00
  • dd6077eb90 Implemented handling multi packet CATs with MTD Klaus Schmidinger 2020-07-10 09:06:21 +02:00
  • 568ca0e773 Fixed handling inactive shared CA pids Klaus Schmidinger 2020-07-01 15:16:21 +02:00
  • fa5c9f764a Now setting currentDisplayChannel = NULL before calling cStatus::MsgOsdClear() in ~cDisplayChannel(), to avoid possible problems in case a plugin calls IsOpen() Klaus Schmidinger 2020-07-01 15:05:17 +02:00
  • 5193fd9d99 Improved deleting plugins in case the plugin uses its own memory management Klaus Schmidinger 2020-06-29 09:29:06 +02:00
  • a526eee165 Fixed the 'else if' branch in cDevice::GetDeviceForTransponder(), which hasn't been active since version 1.7.29 2.4.3 Klaus Schmidinger 2020-06-27 10:24:46 +02:00
  • 848c65fe4f Added CRC check of the CAT in cCaPidReceiver::Receive() Klaus Schmidinger 2020-06-27 10:05:56 +02:00
  • 488a13543e Now adding CPPFLAGS to CXXFLAGS to allow extra preprocessor flags to be given when doing make Klaus Schmidinger 2020-06-27 09:13:04 +02:00
  • 3cc0abf6ea Adjusted device selection in GetDeviceForTransponder() to that in GetDevice() Klaus Schmidinger 2020-06-25 13:46:16 +02:00
  • 35b95c2b00 Added a comment about the semantics of cTimeMs::Set() Klaus Schmidinger 2020-06-23 15:52:29 +02:00
  • 7630f579e1 Added support for HEVC-video and AC-4-audio Klaus Schmidinger 2020-06-23 09:27:09 +02:00
  • 8bd2ed1494 Fixed a typo in svdrp.c Klaus Schmidinger 2020-06-22 20:59:49 +02:00
  • f5dba03447 Made the call to pkg_config configurable via the PKG_CONFIG macro, which is necessary for cross-building VDR Klaus Schmidinger 2020-06-22 15:08:46 +02:00
  • 73bcd869dc Added optional verbose output to the libsi Makefile Klaus Schmidinger 2020-06-22 14:31:10 +02:00
  • 1dabb9b8c5 Changed the country code in the generated ParentalRatingDescriptor from 'DEU' to '902' to make it valid for all countries Klaus Schmidinger 2020-06-22 12:15:52 +02:00
  • 5d39daa13c Added handling shared PMT pids and multiple PMT sections Klaus Schmidinger 2020-06-19 12:19:15 +02:00
  • 54cf10588d Added support for detecting 'advanced codec digital radio sound service' Klaus Schmidinger 2020-06-16 14:50:07 +02:00
  • 52826ec4c1 Added support for detecting new channels broadcast in HEVC Klaus Schmidinger 2020-06-16 14:41:32 +02:00
  • ba9ccc12a5 Added cMtdHandler::StopDecrypting() Klaus Schmidinger 2020-06-16 14:33:32 +02:00
  • 67ea2163f4 Added cMtdCamSlot::TsPostProcess() Klaus Schmidinger 2020-06-16 14:25:43 +02:00
  • 1e1cd4554e Added codes for more languages and special audio tracks Klaus Schmidinger 2020-06-15 15:57:32 +02:00
  • 319df53e87 Added failsafe defaults for 'make LCLBLD=1' to the Makefile Klaus Schmidinger 2020-06-15 13:07:55 +02:00
  • 8e1be83b56 Revised 'Fixed a possible deadlock when detaching a receiver from a device' from version 2.3.9, which sometimes caused a black screen when switching channels Klaus Schmidinger 2020-06-12 09:28:44 +02:00
  • 5cfa736ad0 Fixed memory handling in cString::Append() Klaus Schmidinger 2020-06-10 20:52:10 +02:00
  • 8a282ef267 Added a device hook for detecting whether a device provides EIT data Klaus Schmidinger 2020-06-10 14:52:43 +02:00
  • 709055980e Fixed the size of cChannel::dtypes[] Klaus Schmidinger 2020-06-10 14:00:36 +02:00
  • 576e21f2fd Fixed credits for Winfried Köhler Klaus Schmidinger 2020-06-10 13:51:58 +02:00
  • e6bf3b6975 Added a missing '-D' to the 'plugins' target of the Makefile Klaus Schmidinger 2020-06-03 12:25:09 +02:00
  • 196785ff05 Fixed a possible crash in case replay is started and stopped in rapid sequence 2.4.2 Klaus Schmidinger 2020-05-18 16:47:29 +02:00
  • dd9dd76722 The isSingleByte parameter in the call to getCharacterTable() is deprecated and only present for backwards compatibility Klaus Schmidinger 2020-05-15 12:32:51 +02:00
  • aae02a43da Modified setting system and override character tables Klaus Schmidinger 2020-05-15 11:31:40 +02:00
  • ab308bea31 Fixed handling multi part ExtendedEventDescriptors where only the first part contains information about the character table Klaus Schmidinger 2020-05-14 21:21:03 +02:00
  • 5f3ad4fc9b Added the language code for Bulgarian Klaus Schmidinger 2020-05-11 11:04:29 +02:00
  • f031563400 Improvements to the skincurses plugin Klaus Schmidinger 2020-05-11 10:23:15 +02:00
  • d354d01af7 Fixed 'Changes for ncurses version 6' Klaus Schmidinger 2020-05-10 09:04:31 +02:00
  • 35b936200f Fixed dropping capabilities in case cap_sys_time is not available Klaus Schmidinger 2020-05-07 10:45:41 +02:00
  • e6c450b346 Added missing '<...>' to the 'file' parameter in the help text of PUTE Klaus Schmidinger 2020-05-06 11:51:33 +02:00
  • c813de133b The SVDRP command DELC now also accepts a channel id Klaus Schmidinger 2020-05-05 15:37:49 +02:00
  • abe61dc903 Fixed wrong/missing credits for Jürgen Schneider (there's two of them) Klaus Schmidinger 2020-05-04 13:22:58 +02:00
  • f624a082ad Fixed initializer Klaus Schmidinger 2020-05-04 13:02:14 +02:00
  • 38703cbf5d Updated email address of Uwe Scheffler Klaus Schmidinger 2020-05-04 12:47:40 +02:00
  • 930c2cd2eb Fixed compatibility with current versions of glibc Klaus Schmidinger 2020-05-04 12:28:31 +02:00
  • 225c495632 Fixed a typo Klaus Schmidinger 2020-05-04 11:40:44 +02:00
  • 5705ffbd2b Now retuning if the received transponder's SDT doesn't contain the expected values for NID and TID Klaus Schmidinger 2020-05-04 08:50:20 +02:00
  • 6e0f5287ea Fixed moving channels between number groups in SVDRP's MOVC command and the Channels menu, in case a channel is moved to a higher number and into a numbered group Klaus Schmidinger 2020-04-11 09:22:05 +02:00
  • f63a066b98 Fixed typos Klaus Schmidinger 2020-03-29 15:53:48 +02:00
  • 6ff6db23bf Removed a wrong comment Klaus Schmidinger 2020-03-29 15:50:22 +02:00
  • 3395a81a07 Fix "struct timespec has more than one member" warning Manuel Reimer 2019-12-15 11:26:42 +01:00
  • dcfa8ba29f Replace obsolete stime() function with clock_settime() Manuel Reimer 2019-12-14 12:01:13 +01:00
  • 32cea9d796 Version 2.4.1 Klaus Schmidinger 2019-06-17 12:24:08 +00:00
  • 2af25bc58e Official release of version 2.4.1 2.4.1 Klaus Schmidinger 2019-06-16 09:15:44 +02:00
  • 508dc29c6f vdr-2.4.0-42-fix-nit-dvbs2-backwards-compatibility-mode.diff Klaus Schmidinger 2019-05-31 15:23:17 +02:00
  • 2b39c192a6 Fixed handling the S2SatelliteDeliverySystemDescriptor for transponders broadcasting in "backwards compatibility mode" according to ETSI EN 300 468 Klaus Schmidinger 2019-05-31 13:25:00 +02:00
  • 5578f7dd54 vdr-2.4.0-41-chg-skins-message-to-queue.diff Klaus Schmidinger 2019-05-29 18:44:24 +02:00
  • f3c7b187f5 vdr-2.4.0-40-fix-wrong-variable-name.diff Klaus Schmidinger 2019-05-29 16:25:01 +02:00
  • 0873d14614 If cSkins::Message() is called from a background thread and Type is not mtStatus, the call is now automatically forwarded to QueueMessage() Klaus Schmidinger 2019-05-29 16:44:55 +02:00
  • 712523f004 Fixed a wrong variable name in cFileName::cFileName() Klaus Schmidinger 2019-05-29 14:23:40 +02:00
  • 4f673a2dbf vdr-2.4.0-39-fix-card-index-vs-device-number.diff Klaus Schmidinger 2019-05-28 17:27:57 +02:00
  • 257f91547a vdr-2.4.0-38-chg-playerbufsize.diff Klaus Schmidinger 2019-05-27 16:17:02 +02:00
  • c2634a7ccf Fixed inconsistent behavior in case only certain devices are used (selected by the '-D' option) Klaus Schmidinger 2019-05-28 15:54:22 +02:00
  • e8ae4afd09 Increased PLAYERBUFSIZE to (MAXFRAMESIZE * 5) to avoid stuttering replay under heavy system load, and to better document that this buffer size is related to the maximum frame size Klaus Schmidinger 2019-05-27 14:15:06 +02:00
  • 8665852814 vdr-2.4.0-37-chg-max-pixmap-size.diff Klaus Schmidinger 2019-05-25 01:38:31 +02:00
  • 96aa4cacae The default maximum size of a cPixmap has been raised to the maximum possible value Klaus Schmidinger 2019-05-24 21:28:35 +02:00
  • 60916b81e5 vdr-2.4.0-36-fix-assert-free-disk-space.diff Klaus Schmidinger 2019-05-23 14:01:02 +02:00
  • 8deda55373 vdr-2.4.0-35-add-workaround-rst.diff Klaus Schmidinger 2019-05-20 13:56:08 +02:00
  • 4242fa7f22 Fixed asserting free disk space in case there is no local timer currently recording Klaus Schmidinger 2019-05-23 10:00:48 +02:00
  • abdab18807 Added a workaround for broadcasters who set an event to status "not running" where this is inappropriate; implicitly setting events to "not running" is now also logged Klaus Schmidinger 2019-05-20 09:55:22 +02:00
  • b1d91c202b vdr-2.4.0-34-fix-repeat-kbd.diff Klaus Schmidinger 2019-05-13 18:00:38 +02:00
  • 12d8ef5a21 Fixed handling repeat function for keyboards Klaus Schmidinger 2019-05-13 13:41:29 +02:00
  • 22ee7e5452 vdr-2.4.0-33-fix-compiler-warning-add-attr-packed.diff Klaus Schmidinger 2019-05-07 11:28:00 +02:00
  • d05efa6312 vdr-2.4.0-32-fix-remote-timers-lstt-550.diff Klaus Schmidinger 2019-05-06 17:19:00 +02:00
  • e438d06cb8 vdr-2.4.0-31-fix-invalid-lock-sequence.diff Klaus Schmidinger 2019-05-06 15:15:00 +02:00