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

Commit Graph

  • d5533f2014 Added a few missing initializations Klaus Schmidinger 2004-05-23 09:29:59 +0200
  • ea04f80d95 Fixed a memory leak in NIT processing Klaus Schmidinger 2004-05-22 15:47:06 +0200
  • 927a54403d Fixed freezing picture when a recording starts on a system that always uses 'Transfer Mode' Klaus Schmidinger 2004-05-22 15:36:09 +0200
  • b239e8e2ba Fixed the OSD alignment in the SPU decoder Klaus Schmidinger 2004-05-22 14:06:36 +0200
  • 8eff25b8de When processing XPM data, the color name "None" is no mapped to #00000000 Klaus Schmidinger 2004-05-22 13:53:32 +0200
  • 5aacc51c14 Single shot timers and events now show the day of week Klaus Schmidinger 2004-05-22 13:23:22 +0200
  • bcbb3137e7 Completed the Finnish OSD texts Klaus Schmidinger 2004-05-22 11:47:32 +0200
  • 474c53658e Added a hint to PLUGINS.html about how to name a plugin that implements a skin Klaus Schmidinger 2004-05-22 11:43:55 +0200
  • a767ff9c5d Fixed some issues with gcc 3.4 Klaus Schmidinger 2004-05-22 11:29:52 +0200
  • b8c26cd482 Fixed a crash when switching the skin and having selected a non-default theme that is not available for the newly selected skin Klaus Schmidinger 2004-05-22 10:33:46 +0200
  • 9b7c8ac102 Fixed a typo Klaus Schmidinger 2004-05-16 20:16:57 +0200
  • c80a53ff6e Version 1.3.7 - Fixed a memory leak in thread handling when using NPTL (thanks to Jon Burgess). - Fixed handling Setup.RecordDolbyDigital, which was broken since version 1.1.6. - Fixed handling text lengths for itemized EPG texts (thanks to Marcel Wiesweg). - Fixed the help for LSTE and LSTR (was broken in 1.3.6). - Improved iso8859-7 fonts (thanks to Dimitrios Dimitrakos). - Added some 3-letter language codes (thanks to Marcus Mönnig). - Added language code handling to the subtitling descriptor in 'libsi' (thanks to Pekka Virtanen). - Moved several menu item classes from menu.c to menuitems.[hc] to make them available for plugins. - The epg2html.pl script now handles '|' in description texts. - The new setup option "OSD/Use small font" can be used to control the use of the small font (see MANUAL for details). - Swapped osd.[hc] and osdbase.[hc] to have the virtual OSD base class named cOsd. Plugins may need to adjust their #include statements. - Colors are now given as AARRGGBB instead of AABBGGRR. The values are mapped to the driver's (wrong) sequence in dvbosd.c (this should really be fixed in the driver, together with the endian problem). - The new OSD setup parameters "Left" and "Top" can be used to define the top left corner of the OSD. - The OSD size parameters are now in pixel (as opposed to formerly characters). When reading a 'setup.conf' file from an older version of VDR, the OSDwidth and OSDheight values will be converted to pixel automatically. - The OSD is now fully device independent. See the comments in VDR/osd.h and the description in PLUGINS.html for information on how a plugin can implement an OSD display on arbitrary hardware. - The OSD (actually its cBitmap class) can now handle XPM files. There are several XPM files in the VDR/symbols directory which can be used by skins (some of these have been taken from the "elchi" patch). See VDR/skinsttng.c for examples on how to use these. - Due to the changes in the OSD handling the DEBUG_OSD option for a textual OSD has been dropped. There will be a plugin that implements a skin with this functionality later. - The entire OSD display can now be implemented via "skins". See VDR/skins.[hc], VDR/skinclassic.[hc], VDR/skinsttng.[hc] and PLUGINS.html for information on how a plugin can implement its own skin. By default VDR comes with a "Classic" skin that implements the OSD display known from previous versions, and the new skin named "ST:TNG Panels", which is also the default skin now. The actual skin can be selected through "Setup/OSD/Skin". - The colors used in a skin can now be configured using "themes". See PLUGINS.html for information on how a skin can make use of themes, and man vdr(5) for the structure of a theme file. The actual theme to use can be selected through "Setup/OSD/Theme". - Added Croatian language texts (thanks to Drazen Dupor). NOTE: there is apparently a problem with the newly introduced iso8859-2 font, because as soon as Setup/OSD/Language is set to Croatian (currently the last one in the list) everything freezes and the vdr processes have to be killed with -9 and the driver needs to be reloaded. Maybe somebody else can find out what's going wrong here... - Added missing NULL checks when accessing sectionHandler in device.c (thanks to Pekka Virtanen). - Fixed setting the time from the DVB data stream (thanks to Helmut Auer for pointing out a frequency/transponder handling mixup). This now also takes the actual source (sat, cable etc.) into account. Please go into "Setup/EPG" and set the "Set system time" and "Use time from transponder" parameters accordingly (this is necessary even if you have already set them before!). Klaus Schmidinger 2004-05-16 18:00:00 +0200
  • 38c8159730 Fixed setting the time from the DVB data stream 1.3.7 Klaus Schmidinger 2004-05-16 12:58:04 +0200
  • 26b43bde81 channels.conf Klaus Schmidinger 2004-05-16 12:30:00 +0200
  • 1b6a7085a5 Added missing NULL checks when accessing sectionHandler Klaus Schmidinger 2004-05-16 12:15:55 +0200
  • 92f6e5d59a Added missing 'keymacros.conf' to FILES section Klaus Schmidinger 2004-05-16 12:10:52 +0200
  • c99d9c9ded Added Croatian language texts Klaus Schmidinger 2004-05-16 12:05:40 +0200
  • 5d99df7b77 Implemented 'skins' and 'themes' Klaus Schmidinger 2004-05-16 10:35:36 +0200
  • 7aab06d8b1 Fixed description of 'remote.conf' Klaus Schmidinger 2004-04-02 08:47:34 +0200
  • 1c11b72619 The epg2html.pl script now handles '|' in description texts Klaus Schmidinger 2004-03-28 11:16:17 +0200
  • 3c4010bb75 Moved several menu item classes from menu.c to menuitems.[hc] to make them available for plugins Klaus Schmidinger 2004-03-28 09:20:02 +0200
  • b5e7c11178 Added language code handling to the subtitling descriptor in 'libsi' Klaus Schmidinger 2004-03-26 15:29:38 +0100
  • 6552474ca4 Added language code handling to the subtitling descriptor in 'libssi' Klaus Schmidinger 2004-03-26 15:26:03 +0100
  • f12adec8c7 Added some 3-letter language codes Klaus Schmidinger 2004-03-26 15:18:46 +0100
  • 779238c359 Improved iso8859-7 fonts Klaus Schmidinger 2004-03-26 15:01:03 +0100
  • 95962e8fe7 Fixed the help for LSTE and LSTR Klaus Schmidinger 2004-03-25 17:01:03 +0100
  • 4671c10030 Changed channel number of 'itv2' Klaus Schmidinger 2004-03-24 22:01:05 +0100
  • 9ba2825032 Fixed handling text lengths for itemized EPG texts Klaus Schmidinger 2004-03-20 10:56:24 +0100
  • 458f9bba13 Fixed handling Setup.RecordDolbyDigital, which was broken since version 1.1.6 Klaus Schmidinger 2004-03-20 10:38:34 +0100
  • 9384e56566 Version 1.3.6 - Completed the Finnish OSD texts (thanks to Rolf Ahrenberg). - Fixed some descriptor handling in 'libsi' (thanks to Stéphane Esté-Gracias). - Fixed handling the current menu item (thanks to Marc Hoppe). - Fixed assigning events to timers (they no longer get "stuck"). - Added log entries whenever the running status of an event changes (currently only logging the first 30 channels). - Fixed handling timers in VPS margin if the EPG scan is turned on (the EPG scan switched the device away from the channel, so it wouldn't see the change of the running status). - Fixed handling "itemized" texts in EPG data (thanks to Stéphane Esté-Gracias for pointing out this problem, and Marcel Wiesweg for improving 'libsi'). - Fixed handling VPS times at year boundaries. - Avoiding too many consecutive "ring buffer overflow" messages (which only slowed down performance even more). - Taking the Sid into account when detecting version changes in processing the PMT (thanks to Stéphane Esté-Gracias for pointing out this problem). - Completed the Russian OSD texts (thanks to Vyacheslav Dikonov). - Any newline characters in the 'description' of EPG events are now preserved to allow texts to be displayed the way the tv stations have formatted them. This was also necessary to better display itemized texts. - Fixed detecting the running status in case an empty EPG event is broadcast (thanks to Michael Pennewiß for pointing this out). - Improved performance when paging through very long menu lists. - Removed cSchedule::GetEventNumber() and cSchedule::NumEvents(). There is now cSchedule::Events() that returns the list of events directly. - Avoiding occasional bad responsiveness to user interaction caused by assigning events to timers. - Now explicitly turning on the LNB power at startup, because newer drivers don't do this any more (thanks to Oliver Endriss for pointing this out). Klaus Schmidinger 2004-03-14 18:00:00 +0100
  • 25154b6245 Fixed a memory leak in thread handling when using NPTL Klaus Schmidinger 2004-03-14 16:51:13 +0100
  • faea9fed91 Now explicitly turning on the LNB power at startup 1.3.6 Klaus Schmidinger 2004-03-14 14:47:46 +0100
  • 3901e9e3e3 channels.conf Klaus Schmidinger 2004-03-14 14:30:00 +0100
  • ac89e31bde Avoiding occasional bad responsiveness to user interaction caused by assigning events to timers Klaus Schmidinger 2004-03-14 14:28:08 +0100
  • 07dc53331e Removed cSchedule::GetEventNumber() and cSchedule::NumEvents() Klaus Schmidinger 2004-03-14 13:27:57 +0100
  • 510a205c31 Fixed a typo Klaus Schmidinger 2004-03-14 10:47:01 +0100
  • 5f39e62ea1 Improved performance when paging through very long menu lists Klaus Schmidinger 2004-03-14 10:34:56 +0100
  • 99f54a7780 Added a separator between the long text and the items Klaus Schmidinger 2004-03-13 15:08:12 +0100
  • 56b624d209 Fixed detecting the running status in case an empty EPG event is broadcast Klaus Schmidinger 2004-03-13 15:01:05 +0100
  • 1fd16f6629 Any newline characters in the 'description' of EPG events are now preserved Klaus Schmidinger 2004-03-13 12:41:24 +0100
  • 6dd6aea940 Some fixes to handling itemized texts Klaus Schmidinger 2004-03-13 11:07:02 +0100
  • e4b414bae3 Completed the Russian OSD texts Klaus Schmidinger 2004-03-13 11:00:41 +0100
  • 4802cd0250 Fixed a Finnish OSD text Klaus Schmidinger 2004-03-13 10:52:33 +0100
  • 4f6f05161e Taking the Sid into account when detecting version changes in processing the PMT Klaus Schmidinger 2004-03-13 10:35:38 +0100
  • 9c1f56ec71 Avoiding too many consecutive "ring buffer overflow" messages Klaus Schmidinger 2004-03-07 14:41:45 +0100
  • 2dc3a3d399 Fixed handling VPS times at year boundaries Klaus Schmidinger 2004-03-07 11:53:43 +0100
  • 823081b59e Fixed handling itemized texts in EPG data Klaus Schmidinger 2004-03-07 11:13:54 +0100
  • e070d5462c Fixed handling timers in VPS margin if the EPG scan is turned on Klaus Schmidinger 2004-03-07 09:40:51 +0100
  • 12c0b0dd15 Added log entries whenever the running status of an event changes Klaus Schmidinger 2004-03-06 14:33:22 +0100
  • 18d3851b72 Fixed assigning events to timers (they no longer get "stuck") Klaus Schmidinger 2004-03-06 11:27:08 +0100
  • b845ef01b5 Fixed handling the current menu item Klaus Schmidinger 2004-03-05 15:29:04 +0100
  • 8ae3142f94 Fixed some descriptor handling in 'libsi' Klaus Schmidinger 2004-03-05 15:22:38 +0100
  • ad557ab214 Completed the Finnish OSD texts Klaus Schmidinger 2004-03-05 14:35:15 +0100
  • b5fd038931 Added contact info for ARD and ZDF Klaus Schmidinger 2004-03-03 19:20:20 +0100
  • 5a4eb3f104 Version 1.3.5 - Fixed reading the EPG preferred language parameter from 'setup.conf'. - Fixed switching to a visible programme in case the current channel has neither a video nor an audio PID. - Fixed editing channels (SID now range checked) and creating new channels (NID, TID and RID are now set to 0). - Fixed transponder handling to make it work with satellites that provide two transponders on the same frequency, with different polarization, like Hispasat at S30.0W (thanks to Thomas Bergwinkl for pointing this out). See man vdr(5) for details about the enhanced channel ID format. - Since there appears to be no general solution for the UPT error yet, a recording now initiates an "emergency exit" if the number of UPT errors during one recording exceeds 10 (suggested by Gregoire Favre). Since the UPT error doesn't happen on my system, this has not been explicitly tested. The "preliminary fix" for the UPT error in VDR/dvbdevice.c has been disabled by default, since it makes channel switching unpleasently slow. If you want to have that workaround back, you can uncomment the line //#define WAIT_FOR_LOCK_AFTER_TUNING 1 in VDR/dvbdevice.c. - Adapted the 'sky' plugin to use the actual channel IDs, and to fetch EPG data from www.bleb.org. - Limited automatic retuning to devices that actually provide the transponder (necessary for the 'sky' plugin). - Fixed handling receivers in the 'sky' plugin, so that a recording on the same channel won't interrupt an ongoing Transfer Mode. - Added subtable ID and TSDT handling to 'libsi' (thanks to Marcel Wiesweg). - Fixed some Russian OSD texts (thanks to Vyacheslav Dikonov). - Added the 'running status' to the EPG events. This is necessary for implementing the VPS function for recording. - Removed the obsolete 'present' and 'following' handling from the EPG data. - The EPG data is now always kept sorted chronologically in the internal data structures. This also means that any EPG data retrieved through the SVRDP command LSTE is guaranteed to be sorted by start time. - Now using the 'running status' in the channel display, so that a programme that has an end time that is before the current time, but is still running, will still be shown in the display (provided the broadcasters handle the 'running status' flag correctly). This also applies to programmes that have a start time that is in the future, but are already running. - Implemented an "EPG linger time", which can be set to have older EPG information still displayed in the "Schedule" menu (thanks to Jaakko Hyvätti). - Added PDCDescriptor handling to 'libsi'. - Implemented handling the VPS timestamps (aka "Programme Identification Label") for full VPS support for timers (provided the tv stations actually broadcast this information). The VPS time is displayed in the event info page if it exists and is different than the event's start time. - Extended the SVDRP command LSTE to allow limiting the listed data to a given channel, the present or following events, or events at a given time (thanks to Thomas Heiligenmann). - Fixed a typo in libsi/si.h (thanks to Stéphane Esté-Gracias). - Timers can now be set to use the VPS information to control recording a programme. The new setup options "Recording/Use VPS" and "Recording/VPS margin", as well as the "VPS" option in the individual timers, can be used to control this feature (see MANUAL for details). Note that this feature will certainly need a lot of testing before it can be called "safe"! - The "Schedule" and "What's on now/next?" menus now have an additional column which displays information on whether there is a timer defined for an event, whether an event has a VPS time that's different than its start time, and whether an event is currently running (see MANUAL under "The "Schedule" Menu" for details). Klaus Schmidinger 2004-02-29 18:00:00 +0100
  • 198fcf437b Implemented VPS controlled timers 1.3.5 Klaus Schmidinger 2004-02-29 14:21:22 +0100
  • 4063d72760 channels.conf Klaus Schmidinger 2004-02-24 11:00:00 +0100
  • e3171acd59 Disabled 'preliminary fix for UPT error' Klaus Schmidinger 2004-02-24 10:15:46 +0100
  • d9401eb27b Fixed a typo in libsi/si.h Klaus Schmidinger 2004-02-24 10:09:30 +0100
  • 36e22ad6e2 Extended the SVDRP command LSTE to allow limiting the listed data Klaus Schmidinger 2004-02-22 15:36:36 +0100
  • 98f3934a58 Added 'CheckRunningStatus' when getting present/following event Klaus Schmidinger 2004-02-22 14:14:55 +0100
  • 5f0a84d1bf Checking group sep Klaus Schmidinger 2004-02-22 13:43:55 +0100
  • 8e61663652 Implemented handling the VPS timestamps Klaus Schmidinger 2004-02-22 13:33:20 +0100
  • 45eac6d946 Added PDCDescriptor handling to 'libsi' Klaus Schmidinger 2004-02-22 13:08:04 +0100
  • 1601918327 Making sure the present event is displayed in the "Schedule" menu Klaus Schmidinger 2004-02-21 15:40:35 +0100
  • 6fef98aa97 Implemented an "EPG linger time" Klaus Schmidinger 2004-02-21 15:30:35 +0100
  • c969c77d9c Now using the 'running status' in the channel display Klaus Schmidinger 2004-02-21 14:52:37 +0100
  • 340d9bcb0f The EPG data is now always kept sorted chronologically in the internal data structures Klaus Schmidinger 2004-02-21 13:56:20 +0100
  • 15e6b261ba Removed the obsolete 'present' and 'following' handling from the EPG data Klaus Schmidinger 2004-02-21 12:33:54 +0100
  • e9c6425168 Added the 'running status' to the EPG events Klaus Schmidinger 2004-02-21 12:28:17 +0100
  • 062935a844 Fixed some Russian OSD texts Klaus Schmidinger 2004-02-21 09:58:49 +0100
  • 402184b9da Added subtable ID and TSDT handling to 'libsi' Klaus Schmidinger 2004-02-20 13:54:14 +0100
  • c817c341ce Fixed handling receivers in the 'sky' plugin Klaus Schmidinger 2004-02-15 15:07:27 +0100
  • 0a3f7e7ca2 Limited automatic retuning to devices that actually provide the transponder Klaus Schmidinger 2004-02-15 14:31:53 +0100
  • 955d5eb012 Adapted the 'sky' plugin to use the actual channel IDs, and to fetch EPG data from www.bleb.org Klaus Schmidinger 2004-02-15 13:35:52 +0100
  • ce882e5cf0 Fixed a typo Klaus Schmidinger 2004-02-14 11:29:57 +0100
  • 6281a196f1 Replacing control characters with blanks in EPG; deleting duplicate text in EPG's short text and description Klaus Schmidinger 2004-02-14 11:00:00 +0100
  • 96055681fc Initiating an emergency exit on too many UPT errors per recording Klaus Schmidinger 2004-02-14 10:43:57 +0100
  • 06d5342393 Fixed transponder handling to make it work with satellites that provide two transponders on the same frequency, with different polarization Klaus Schmidinger 2004-02-13 15:50:26 +0100
  • 30d262fa88 Fixed editing and creating new channels Klaus Schmidinger 2004-02-13 13:36:52 +0100
  • f379b56d0e Fixed switching to a visible programme in case the current channel has neither a video nor an audio PID Klaus Schmidinger 2004-02-13 13:15:12 +0100
  • d828badbe0 Fixed reading the EPG preferred language parameter from 'setup.conf' Klaus Schmidinger 2004-02-09 17:04:50 +0100
  • 3fc2965975 Version 1.3.4 - Fixed handling language codes in case there is no audio or Dolby PID. - Fixed handling CA ids (was broken in 1.3.3). - Fixed the SVDRP command 'STAT DISK' to avoid a 'division by 0' in case the disk is full (thanks to Jens Rosenboom). - Fixed handling bitmap indexes for 256 color mode (thanks to Andreas Regel). - Now handling "linked services" (based on the 'autopid' patch from Andreas Schultz). Linked channels are detected and added to 'channels.conf', but currently they are not yet presented to the user other than being in the normal channel list (this will come later). - Preliminary fix for the "Unknown picture type error" (thanks to Sascha Volkenandt for his support in debugging this one). This may slow down switching between channels on different transponders for now, but a better solution will come later. - Fixed the validity check for channel IDs, because some providers use TIDs with value 0 (thanks to Thomas Bergwinkl). - Enabled switching to a channel even if it has no Vpid or Apid set, because these might be automatically set when tuned to that transponder. - No longer closing the Channels menu after trying to switch to a channel that is currently not available. - Removed the now obsolete CaCaps stuff. The Setup/CICAM menu now displays the actual CAM type as reported by the CAM. The 'ca.conf' file has been stripped down to the values 0..4. Klaus Schmidinger 2004-02-08 18:00:00 +0100
  • a605ca5cdb Fixed a typo 1.3.4 Klaus Schmidinger 2004-02-08 15:28:11 +0100
  • a5076ac2ba channels.conf Klaus Schmidinger 2004-02-08 15:20:00 +0100
  • 327db5aee3 Removed the now obsolete CaCaps stuff Klaus Schmidinger 2004-02-08 15:11:07 +0100
  • 0d6715d862 No longer closing the Channels menu after trying to switch to a channel that is currently not available Klaus Schmidinger 2004-02-08 14:15:01 +0100
  • 64683c2438 Enabled switching to a channel even if it has no Vpid or Apid set Klaus Schmidinger 2004-02-08 14:08:03 +0100
  • 1a91d46cf3 Fixed the validity check for channel IDs, because some providers use TIDs with value 0 Klaus Schmidinger 2004-02-08 12:22:24 +0100
  • acc25ade19 Removed an unnecessary pointer check Klaus Schmidinger 2004-02-08 11:23:29 +0100
  • 8f5deb8327 Preliminary fix for the "Unknown picture type error" Klaus Schmidinger 2004-02-08 11:13:36 +0100
  • da3c91f01b Now handling "linked services" Klaus Schmidinger 2004-02-08 11:05:22 +0100
  • 8c71aab9bc Added a missing blank Klaus Schmidinger 2004-02-07 15:51:57 +0100
  • a09f209122 Fixed handling bitmap indexes for 256 color mode Klaus Schmidinger 2004-01-31 10:34:05 +0100
  • f48061576e Fixed the SVDRP command 'STAT DISK' to avoid a 'division by 0' in case the disk is full Klaus Schmidinger 2004-01-31 10:15:58 +0100
  • 1884b72ff3 Fixed handling CA ids (was broken in 1.3.4) Klaus Schmidinger 2004-01-26 16:28:35 +0100
  • 7c5ef5dbba Version 1.3.3 - Completed the Finnish OSD texts (thanks to Rolf Ahrenberg). - Added ISO639LanguageDescriptor to 'libsi'. - Changed the 'languageCode' members in the descriptor classes of 'libsi' to 'char[4]' and setting the 4th byte to 0 for easier handling. - Fixed frequency handling when setting the CA descriptors in cDvbTuner::Action() (thanks to Jan Ekholm for reporting and helping to debug this one). - Now setting CA descriptors even if "Setup/DVB/Update channels" is less than 2. - There can now be up to 32 audio and Dolby PIDs (however, currently still only the first two are used throughout the rest of the program). - The audio and Dolby PIDs in 'channels.conf' now can have an optional language code (see man vdr(5)). Currently this is only stored and not yet used otherwise. - Added a call to cStatus::MsgOsdCurrentItem() to cMenuEditItem::SetValue() (thanks to Martin Hammerschmid). Klaus Schmidinger 2004-01-25 18:00:00 +0100
  • 76866e7019 Fixed handling language codes in case there is no audio or Dolby PID Klaus Schmidinger 2004-01-25 16:10:04 +0100
  • 926e83529d Added a call to cStatus::MsgOsdCurrentItem() to cMenuEditItem::SetValue() 1.3.3 Klaus Schmidinger 2004-01-25 15:43:11 +0100
  • 73b502bedd channels.conf Klaus Schmidinger 2004-01-25 15:36:07 +0100