1
0
mirror of https://github.com/VDR4Arch/vdr.git synced 2023-10-10 13:36:52 +02:00

Commit Graph

  • 958c84f00a Implemented 32 audio and Dolby PIDs; storing audio language in channels.conf Klaus Schmidinger 2004-01-25 15:32:08 +0100
  • da7edf6e97 Now setting CA descriptors even if Setup/DVB/Update Klaus Schmidinger 2004-01-25 14:07:24 +0100
  • 3e3abc65f1 Fixed frequency handling when setting the CA descriptors in cDvbTuner::Action() Klaus Schmidinger 2004-01-25 14:04:03 +0100
  • 12fd3cdeb4 Changed the 'languageCode' members in the descriptor classes of 'libsi' to 'char[4]' and setting the 4th byte to 0 for easier handling Klaus Schmidinger 2004-01-24 14:59:04 +0100
  • 72189b5228 Added ISO639LanguageDescriptor to 'libsi' Klaus Schmidinger 2004-01-24 14:49:51 +0100
  • a4b743b355 Completed the Finnish OSD texts Klaus Schmidinger 2004-01-24 10:03:55 +0100
  • b8e837dbbb Version 1.3.2 - Fixed resetting the EPG data versions after changing the preferred languages (thanks to Teemu Rantanen for reporting this one and helping to debug it). - Added LinkageDescriptor handling to 'libsi' (thanks to Marcel Wiesweg). - Added Russian language texts (thanks to Vyacheslav Dikonov). Plugin authors may want to add the new entries to their I18N texts and contact the translators to have their texts translated. Note that there are now 17 different OSD languages, so please make sure you have 17 versions for each of your texts. - Some corrections and additions to the Finnish OSD texts (thanks to Rolf Ahrenberg and Niko Tarnanen). - Fixed a wrong 'delta' value in the call to the shutdown script (thanks to Stephan Epstein for reporting this one). - Activated detection of radio channels (to avoid reports about "channels not being detected that used to be detected with the 'scan' utility or the original 'autopid' patch ;-). - Channels with a zero VPID no longer write a PPID into channels.conf. - Short channel names are now only stored if they actually differ from the full name. - The EPG scan now scans newly found transponders together with already existing ones. - The "Red" button in the "Setup/EPG" menu can now be used to force an EPG scan on a single DVB card system (see MANUAL for details). - The new SVDRP command 'SCAN' can be used to force an EPG scan on a single DVB card system (see MANUAL under Setup/EPG for details). - Fixed handling PID changes in 'Transfer Mode'. - Excess blanks in channel names read from the SDT are now removed. - Fixed wrong parameter settings when scanning NITs for terrestrial transponders (thanks to Christian Tramnitz for pointing out this one). - Fixed some out of bounds parameter settings when scanning NITs for cable and satellite transponders. - Added 'libsi' include files to the 'include' directory, so that plugins can use them (thanks to Marcel Wiesweg). - Now only processing NITs that contain the transponder they are actually broadcast on. - Fixed setting the source type for newly detected terrestrial transponders (thanks to Christian Tramnitz for his support in debugging this). Klaus Schmidinger 2004-01-18 18:00:00 +0100
  • a3d995547f Fixed setting the source type for newly detected terrestrial transponders 1.3.2 Klaus Schmidinger 2004-01-18 16:34:25 +0100
  • 833a89289b Now only processing NITs that contain the transponder they are actually broadcast on Klaus Schmidinger 2004-01-18 16:31:58 +0100
  • 5651c5542f channels.conf Klaus Schmidinger 2004-01-18 14:29:18 +0100
  • ca6aabe84b Added 'libsi' include files to the 'include' directory, so that plugins can use them Klaus Schmidinger 2004-01-18 14:18:11 +0100
  • dac9932ef0 Fixed some out of bounds parameter settings when scanning NITs for cable and satellite transponders Klaus Schmidinger 2004-01-18 10:09:47 +0100
  • 043fe49ff8 Fixed wrong parameter settings when scanning NITs for terrestrial transponders Klaus Schmidinger 2004-01-18 09:56:31 +0100
  • 1d5c378d20 Excess blanks in channel names read from the SDT are now removed Klaus Schmidinger 2004-01-17 17:32:22 +0100
  • b21d2c4f12 Fixed handling PID changes in 'Transfer Mode' Klaus Schmidinger 2004-01-17 17:19:34 +0100
  • 48dc6d8710 New SVDRP command SCAN Klaus Schmidinger 2004-01-17 15:41:52 +0100
  • e4960d169e The "Red" button in the "Setup/EPG" menu can now be used to force an EPG scan on a single DVB card system Klaus Schmidinger 2004-01-17 15:38:11 +0100
  • 004b82d3d4 The EPG scan now scans newly found transponders together with already existing ones Klaus Schmidinger 2004-01-17 13:13:47 +0100
  • 12d9883261 Short channel names are now only stored if they actually differ from the full name Klaus Schmidinger 2004-01-17 11:31:12 +0100
  • caf282e406 Channels with a zero VPID no longer write a PPID into channels.conf Klaus Schmidinger 2004-01-16 15:52:15 +0100
  • 6dd075fe53 Activated detection of radio channels Klaus Schmidinger 2004-01-16 15:09:22 +0100
  • 7d3f63a402 Fixed a wrong 'delta' value in the call to the shutdown script Klaus Schmidinger 2004-01-16 14:01:48 +0100
  • 00e08f5821 Some corrections and additions to the Finnish OSD texts Klaus Schmidinger 2004-01-16 13:50:04 +0100
  • 9dfa448134 Added Russian language texts Klaus Schmidinger 2004-01-16 13:34:43 +0100
  • 2a11c183b5 Added LinkageDescriptor handling to 'libsi' Klaus Schmidinger 2004-01-12 22:19:34 +0100
  • 89ecc6b452 Fixed resetting the EPG data versions after changing the preferred languages Klaus Schmidinger 2004-01-11 21:42:23 +0100
  • a76a03c0d8 Version 1.3.1 - Fixed a lockup in the EPG scanner when no non-primary device was available (thanks to Martin Holst for reporting this one). - Fixed a compiler warning about virtual cConfig::Load() functions (thanks to Lauri Tischler for reporting this one). - Fixed a warning about character comparison in libsi/si.c (thanks to Lauri Tischler for reporting this one). - The new parameter "Update channels" in the "Setup/DVB" menu can be used to control if and how channels will be automatically updated (see MANUAL). This has already been part of the 'autopid' patch by Andreas Schultz and has now been adopted. - Fixed a crash in case there is no DVB hardware present (thanks to Sascha Volkenandt for reporting this one). - Changed calculation of channel ids to make it work for tv stations that use the undefined NID value 0 (thanks to Teemu Rantanen for reporting this one). - Enhanced the SDT filter to handle multi part sections. - Added support for selecting preferred EPG languages (based upon a patch by Teemu Rantanen). - Fixed a 'const' in libsi/si.h (thanks to Marcel Wiesweg). - Fixed the 'su' call in 'runvdr' to make it work on systems that require the user name to appear before the command option (thanks to Robert Huitl). - Fixed testing for matching section filters in case they are turned off (thanks to Marcel Wiesweg). - In case of incomplete sections an error message is now logged only every 10 seconds. - Fixed a possible NULL pointer access in cEITScanner::Process() (thanks to Andreas Kool). - The actual transponder data is now taken from the NIT and existing channels are adjusted if necessary. If the NIT contains new transponders, they are scanned for channels during the next EPG scan. Note that only the satellite branches are tested, cable and terrestrial need to be tested by somebody who actually has such equipment. Klaus Schmidinger 2004-01-11 18:00:00 +0100
  • 7f9d14ee8b The actual transponder data is now taken from the NIT 1.3.1 Klaus Schmidinger 2004-01-11 15:54:37 +0100
  • 43ca916c20 Fixed a possible NULL pointer access in cEITScanner::Process() Klaus Schmidinger 2004-01-10 16:52:01 +0100
  • 0a62be0274 Added %m to error message Klaus Schmidinger 2004-01-10 12:21:41 +0100
  • 00d52b12c6 In case of incomplete sections an error message is now logged only every 10 seconds Klaus Schmidinger 2004-01-10 11:45:42 +0100
  • 37a73ed5b4 Fixed testing for matching section filters in case they are turned off Klaus Schmidinger 2004-01-10 10:03:58 +0100
  • 732387379d Fixed the 'su' call in 'runvdr' Klaus Schmidinger 2004-01-09 16:21:03 +0100
  • 299a600c3c Fixed a 'const' in libsi/si.h Klaus Schmidinger 2004-01-09 16:18:45 +0100
  • 6484771bf6 Added support for selecting preferred EPG languages Klaus Schmidinger 2004-01-09 15:53:59 +0100
  • bd38a10ff9 Changed 'subtitle' to 'short text' Klaus Schmidinger 2004-01-05 15:26:33 +0100
  • a8482ae3ff Fixed NumberedSection::moreThanOneSection() Klaus Schmidinger 2004-01-05 14:54:55 +0100
  • 2bf718b62f Enhanced the SDT filter to handle multi part sections Klaus Schmidinger 2004-01-05 14:30:31 +0100
  • 3f5c7e67ea Changed calculation of channel ids to make it work for tv stations that use the undefined NID value 0 Klaus Schmidinger 2004-01-05 12:55:07 +0100
  • 0901afcf6d Fixed a crash in case there is no DVB hardware present Klaus Schmidinger 2004-01-05 12:29:26 +0100
  • 6096500940 Added 'Update channels' setup parameter Klaus Schmidinger 2004-01-05 12:08:09 +0100
  • eab7806f20 Fixed a warning about character comparison in libsi/si.c Klaus Schmidinger 2004-01-05 11:04:17 +0100
  • a84d559d2c Fixed a compiler warning about virtual cConfig::Load() functions Klaus Schmidinger 2004-01-05 10:15:19 +0100
  • 113957107e Fixed a lockup in the EPG scanner when no non-primary device was available Klaus Schmidinger 2004-01-05 09:56:54 +0100
  • 93a94b18b5 Version 1.3.0 - Changed thread handling to make it work with NPTL ("Native Posix Thread Library"). Thanks to Jon Burgess, Andreas Schultz, Werner Fink and Stefan Huelswitt. - The cThread class now accepts a 'Description' parameter, which is used to log the beginning and end of the thread, together with its process and thread id. For descriptions that need additional parameters you can use the function cThread::SetDescription(), which accepts 'printf()' like arguments. Existing plugins that use threads should be changed to use this functionality instead of explicit 'dsyslog()' calls inside their Action() function in order to support logging the thread ids. - Added "Slovak Link" and "Czech Link" to 'ca.conf' (thanks to Emil Petersky). However, 'ca.conf' is now pretty much obsolete due to the automatic CA handling. - Mutexes are now created with PTHREAD_MUTEX_ERRORCHECK_NP, which makes the 'lockingTid' stuff obsolete (thanks to Stefan Huelswitt). - Changed font handling to allow language specific character sets. - Adopted the small font character set from the "Elchi" patch (originally provided by Alessio Sangalli). - Greek language texts now use iso8859-7 character set (thanks to Dimitrios Dimitrakos). - Rearranged section data handling, so that the actual data handling can be done separately, even from within plugins. - The EPG data structures have been moved from eit.[hc] to epg.[hc] and have been adapted to the general VDR coding style. Plugins that use these data structures may need to change some function names (which should be obvious). The name 'subtitle' has been changed to 'shortText' to avoid clashes with actual subtitles that are part of a movie. The name 'extendedDescription' has been shortened to 'description'. - Replaced 'libdtv' with 'libsi' (thanks to Marcel Wiesweg), which is thread safe and can be used by multiple section filters simultaneously. - Added 'cRwLock' to 'thread.[hc]'. Note that all plugin Makefiles need to define _GNU_SOURCE for this to work (see the example plugin Makefiles and 'newplugin'). - Fixed a problem with crc32 in SI handling on 64bit systems (thanks to Pedro Miguel Sequeira de Justo Teixeira for reporting this one). - Fixed an alignment problem in CAM access on 64bit systems (thanks to Pedro Miguel Sequeira de Justo Teixeira for reporting this one). - Added 'StreamType' setting to CAM communication, which is important for Aston/SECA CAMs (thanks to Antonino Sergi). - Now the CA descriptors are sent to the CAM in the 'program' or 'ES level' sections, depending on where they are found in the PMT (thanks to Hans-Peter Raschke for reporting this one). This should make SkyCrypt CAMs work. - Now using the 'version number' of EPG events to avoid unnecessary work. - Channel data is now automatically derived from the DVB data stream (inspired by the 'autopid' patch from Andreas Schultz). - The current channel is now automatically re-tuned if the PIDs or other settings change. If a recording is going on on a channel that has a change in its settings, the recording will be stopped and immediately restarted to use the new channel settings. - EPG events now use the complete channel ID with NID, TID and SID. - Channel names in 'channels.conf' can now have a short form, as provided by some tv stations (see man vdr(5)). Currently channels that provide short names in addition to long ones are listed in the OSD as "short,long name", as in "RTL,RTL Television". The short names will be used explicitly later. - The Ca parameter in 'channels.conf' has been extended and now contains all the CA system ids for the given channel. When switching to a channel VDR now tests for a device that provides one of these CA system ids. The devices automatically get their supported ids from the CI handler. - The values in 'ca.conf' are currently without any real meaning. Whether or not a channel with conditional access can be received is now determined automatically by evaluating its CA descriptors and comparing them to the CA system ids provided by the installed CAM. Only the special values 1-16 are used to assign a channel to a particular device. - Increased the maximum number of possible OSD colors to 256. - Limited the line length in the EPG bugfix report, which appears to fix a buffer overflow that caused a crash when cleaning up the EPG data (at 05:00 in the morning). Klaus Schmidinger 2004-01-04 18:00:00 +0100
  • a80709f1dd Limited the line length in the EPG bugfix report 1.3.0 Klaus Schmidinger 2004-01-04 15:20:42 +0100
  • f192a51002 Increased the maximum number of possible OSD colors to 256 Klaus Schmidinger 2004-01-04 15:19:20 +0100
  • 15be71c007 channels.conf Klaus Schmidinger 2004-01-04 14:59:42 +0100
  • 06688d22ea Now delivering control character 0x86 and 0x87, which some stations use to mark short names Klaus Schmidinger 2004-01-04 14:26:53 +0100
  • 97c3658803 Added README.developer Klaus Schmidinger 2004-01-04 14:16:28 +0100
  • 8976ebcec5 Implemented automatic PID switching and channel detection Klaus Schmidinger 2004-01-04 12:30:00 +0100
  • 3a1058fe1f Fixed the TypeLoop class Klaus Schmidinger 2003-12-25 13:30:56 +0100
  • 36c9c8811d Now using the 'version number' of EPG events to avoid unnecessary work Klaus Schmidinger 2003-12-25 12:50:22 +0100
  • 6c4e6cc666 Now the CA descriptors are sent to the CAM in the 'program' or 'ES level' sections Klaus Schmidinger 2003-12-24 10:30:35 +0100
  • 1d32f7c059 Added 'StreamType' setting to CAM communication Klaus Schmidinger 2003-12-23 10:34:51 +0100
  • 5433caa410 Added a note about deleting cFilter Klaus Schmidinger 2003-12-22 16:53:41 +0100
  • 8841097e3a Fixed an alignment problem in CAM access on 64bit systems Klaus Schmidinger 2003-12-22 15:59:18 +0100
  • 0acb4dc6d0 Fixed a problem with crc32 in SI handling on 64bit systems Klaus Schmidinger 2003-12-22 14:18:48 +0100
  • 7ff59171e3 Changed section handling; replaced 'libdtv' with 'libsi' Klaus Schmidinger 2003-12-22 13:29:24 +0100
  • 84b99ea810 Added instructions for new character encodings Klaus Schmidinger 2003-12-13 11:09:17 +0100
  • 8f5407bc81 Removed superfluous white space; added RCS Id Klaus Schmidinger 2003-12-13 10:43:26 +0100
  • 7559685c8c Cleaned up Makefile Klaus Schmidinger 2003-12-13 10:41:39 +0100
  • 161927f9fc Added 'libsi' Klaus Schmidinger 2003-11-22 17:56:45 +0100
  • c432905dd6 Version 1.2.6 - Final release of version 1.2.6. Klaus Schmidinger 2003-11-14 18:00:00 +0100
  • b8034ba390 Final release of version 1.2.6 Klaus Schmidinger 2003-11-14 13:31:34 +0100
  • 9de29712ad Final release of version 1.2.6 1.2.6 stable/1.2 Klaus Schmidinger 2003-11-14 13:29:42 +0100
  • 0b283547ac Version 1.2.6pre6 - Fixed handling Priority -1 in cDvbDevice::ProvidesChannel() (thanks to Torsten Herz). - Fixed processing EPG data in case there is no title (thanks to Torsten Herz). Klaus Schmidinger 2003-11-09 18:00:00 +0100
  • 2c24c9494a Fixed processing EPG data in case there is no title Klaus Schmidinger 2003-11-09 12:08:22 +0100
  • 277ac424d4 Fixed processing EPG data in case there is no title 1.2.6pre6 Klaus Schmidinger 2003-11-09 12:06:18 +0100
  • 8e4a745ada Fixed handling Priority -1 in cDvbDevice::ProvidesChannel() Klaus Schmidinger 2003-11-09 11:21:06 +0100
  • 454b63416b Fixed handling Priority -1 in cDvbDevice::ProvidesChannel() Klaus Schmidinger 2003-11-09 11:16:21 +0100
  • 17c5b4169e Version 1.2.6pre5 - Added cDevice::GetSTC() (suggested by Sven Goethel). - Added Asia-Pacific satellites to 'sources.conf' (thanks to Richard Scobie). - Added North American satellites to 'sources.conf' (thanks to Luke Jenkins). - Fixed getting the list of recordings in case VDR is started from a directory where it doesn't have access to (thanks to Dirk Mueller). Klaus Schmidinger 2003-11-08 18:00:00 +0100
  • 8b96cd93b9 Fixed getting the list of recordings in case VDR is started from a directory where it doesn't have access to Klaus Schmidinger 2003-11-08 15:46:29 +0100
  • a6809c5c7b Fixed getting the list of recordings in case VDR is started from a directory where it doesn't have access to 1.2.6pre5 Klaus Schmidinger 2003-11-08 15:45:59 +0100
  • 71a2293fe9 Added North American satellites to 'sources.conf' Klaus Schmidinger 2003-11-07 16:22:34 +0100
  • eec1af5845 Added North American satellites to 'sources.conf' Klaus Schmidinger 2003-11-07 16:20:33 +0100
  • 7a47695182 Added Asia-Pacific satellites to 'sources.conf' Klaus Schmidinger 2003-11-07 15:33:16 +0100
  • 66a7ba2e88 Added Asia-Pacific satellites to 'sources.conf' Klaus Schmidinger 2003-11-07 15:31:39 +0100
  • e8db44547e Version 1.2.6pre5 Klaus Schmidinger 2003-11-07 15:31:00 +0100
  • 30d9af07a8 Added cDevice::GetSTC() Klaus Schmidinger 2003-11-07 15:30:51 +0100
  • 85767a5405 Added cDevice::GetSTC() Klaus Schmidinger 2003-11-07 14:16:25 +0100
  • d62fbea7ba Version 1.2.6pre4 - Fixed handling CAM menus in case the CAM connection fails while the menu is being presented (thanks to Thomas v. Keller for reportign this one). - Added missing 'const' to some cChannel member functions (thanks to Torsten Herz). Klaus Schmidinger 2003-10-26 17:00:00 +0100
  • 327b4c35ac Added missing 'const' to some cChannel member functions 1.2.6pre4 Klaus Schmidinger 2003-10-26 13:49:59 +0100
  • 2a7467aed5 Added missing 'const' to some cChannel member functions Klaus Schmidinger 2003-10-26 13:32:24 +0100
  • ccbebacc16 Fixed handling CAM menus in case the CAM connection fails while the menu is being presented Klaus Schmidinger 2003-10-26 13:30:36 +0100
  • eb63966268 Fixed handling CAM menus in case the CAM connection fails while the menu is being presented Klaus Schmidinger 2003-10-26 13:19:22 +0100
  • 646369955d Version 1.2.6pre3 - Improved cDvbDevice::StillPicture() (thanks to Oliver Endriss). - Continuing learning remote control keys in case one rc fails (thanks to Oliver Endriss). - Fixed handling comments in editing marks. Klaus Schmidinger 2003-10-24 18:00:00 +0200
  • c23a93f302 Fixed handling comments in editing marks Klaus Schmidinger 2003-10-24 15:49:30 +0200
  • d8a8e37988 Fixed handling comments in editing marks 1.2.6pre3 Klaus Schmidinger 2003-10-24 15:49:00 +0200
  • 20168755e6 Continuing learning remote control keys in case one rc fails Klaus Schmidinger 2003-10-24 15:48:09 +0200
  • 40a7b8505a Continuing learning remote control keys in case one rc fails Klaus Schmidinger 2003-10-24 15:48:00 +0200
  • 2ab8af3dd5 Improved cDvbDevice::StillPicture() (cont'd) Klaus Schmidinger 2003-10-24 15:46:33 +0200
  • 514ee9e63a Improved cDvbDevice::StillPicture() (cont'd) Klaus Schmidinger 2003-10-24 14:32:38 +0200
  • 27d95dfb39 Greek language texts now use iso8859-7 character set Klaus Schmidinger 2003-10-24 13:13:02 +0200
  • c94570e69d Changed font handling to allow language specific character sets; adopted the small font character set from the "Elchi" patch Klaus Schmidinger 2003-10-24 12:53:12 +0200
  • e2ac232795 Version 1.2.6pre2 - Improved cDvbDevice::StillPicture() (thanks to Thomas Heiligenmann). Klaus Schmidinger 2003-10-19 18:00:00 +0200
  • 2b29a5ce36 Improved cDvbDevice::StillPicture() Klaus Schmidinger 2003-10-19 12:59:16 +0200
  • 262c266637 Improved cDvbDevice::StillPicture() 1.2.6pre2 Klaus Schmidinger 2003-10-19 11:43:07 +0200
  • e7b6b2fff7 Mutexes are now created with PTHREAD_MUTEX_ERRORCHECK_NP Klaus Schmidinger 2003-10-18 13:20:01 +0200
  • b658b1fe16 Added "Slovak Link" and "Czech Link" to 'ca.conf' Klaus Schmidinger 2003-10-18 12:51:43 +0200