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

Commit Graph

  • 7d1b84a997 Implemented handling the standard component descriptor for AC3 Klaus Schmidinger 2008-05-01 15:41:04 +02:00
  • df12c00ff8 Removed obsolete $(NCURSESLIB) from the Makefile Klaus Schmidinger 2008-04-19 10:59:23 +02:00
  • c915c27fda Updated the Italian OSD texts Klaus Schmidinger 2008-04-19 10:23:43 +02:00
  • a8478802a3 Updated the Italian OSD texts Klaus Schmidinger 2008-04-19 10:04:25 +02:00
  • 17354c3cf5 Adapted the tuning code to the new DVBFE_SET_DELSYS API Klaus Schmidinger 2008-04-19 09:23:59 +02:00
  • 771986b89f Version 1.7.0 - Re-implemented handling of DVB-S2, which first appeared in version 1.5.14, but was revoked in version 1.5.15 in favor of making a stable version 1.6.0. VDR now requires the "multiproto" DVB driver, e.g. from http://jusst.de/hg/multiproto. Note that the channels.conf file now supports additional parameters, so you may want to make sure you have a backup of this file in case you need to go back to the previous version of VDR! - Fixed displaying transponder data when it is modified (thanks to Reinhard Nissl). - Fixed handling the counter in detection of pre 1.3.19 PS data (thanks to Reinhard Nissl). - Improved logging system time changes to avoid problems on slow systems under heavy load (suggested by Helmut Auer). - Now setting the thread name, so that it can be seen in 'top -H' (thanks to Rolf Ahrenberg). - Fixed initializing the timer's flags in the cTimer copy constructor (thanks to Andreas Mair). - Fixed setting the OSD level in the 'osddemo' example (thanks to Wolfgang Rohdewald). - Increased the time between checking the CAM status to 500ms to avoid problems with some CAMs (reported by Arthur Konovalov). Klaus Schmidinger 2008-04-13 18:00:00 +02:00
  • db1da33b7f Backported 'Increased the time between checking the CAM status to 500ms to avoid problems with some CAMs' to version 1.6.0 1.7.0 Klaus Schmidinger 2008-04-13 13:35:09 +02:00
  • 6b32797180 Increased the time between checking the CAM status to 500ms to avoid problems with some CAMs 1.6.0-1 Klaus Schmidinger 2008-04-13 13:34:03 +02:00
  • 4ea6edc5a8 Fixed formatting Klaus Schmidinger 2008-04-13 13:31:00 +02:00
  • 7bc94dbcf4 Increased the time between checking the CAM status to 500ms to avoid problems with some CAMs Klaus Schmidinger 2008-04-13 13:30:55 +02:00
  • c7c6394e10 Fixed setting the OSD level in the 'osddemo' example Klaus Schmidinger 2008-04-13 13:02:53 +02:00
  • fc3ac12d39 Backported 'Fixed initializing the timer's flags in the cTimer copy constructor' to version 1.6.0 Klaus Schmidinger 2008-04-13 12:48:51 +02:00
  • 1d417431d6 Fixed initializing the timer's flags in the cTimer copy constructor Klaus Schmidinger 2008-04-13 12:47:58 +02:00
  • e325ba4e26 Fixed initializing the timer's flags in the cTimer copy constructor Klaus Schmidinger 2008-04-13 12:45:15 +02:00
  • 2427a1b12c Now setting the thread name, so that it can be seen in 'top -H' Klaus Schmidinger 2008-04-13 12:14:58 +02:00
  • bb808bf78e Backported 'Improved logging system time changes to avoid problems on slow systems under heavy load' to version 1.6.0 Klaus Schmidinger 2008-04-13 11:49:13 +02:00
  • f933b63d1f Improved logging system time changes to avoid problems on slow systems under heavy load Klaus Schmidinger 2008-04-13 11:47:41 +02:00
  • 00125a258d Improved logging system time changes to avoid problems on slow systems under heavy load Klaus Schmidinger 2008-04-13 11:44:48 +02:00
  • aa6110ef56 Backported 'Fixed handling the counter in detection of pre 1.3.19 PS data' to version 1.6.0 Klaus Schmidinger 2008-04-13 11:21:00 +02:00
  • 644fcc3bbe Fixed handling the counter in detection of pre 1.3.19 PS data Klaus Schmidinger 2008-04-13 11:16:00 +02:00
  • 9d17559caf Fixed handling the counter in detection of pre 1.3.19 PS data Klaus Schmidinger 2008-04-12 14:14:07 +02:00
  • 0e5bc7773a Fixed displaying transponder data when it is modified Klaus Schmidinger 2008-04-12 13:52:57 +02:00
  • e59c6ac433 Re-implemented handling of DVB-S2 Klaus Schmidinger 2008-04-12 13:39:12 +02:00
  • fa56503b9a Version 1.6.0 - Updated the Croatian language texts (thanks to Adrian Caval). - Added Chinese language texts (thanks to Nan Feng). - Updated the Portuguese language texts. - Added a note about VDR_CHARSET_OVERRIDE to the INSTALL file. Klaus Schmidinger 2008-03-23 18:00:00 +01:00
  • 0b82b38533 Version 1.6.0 1.6.0 Klaus Schmidinger 2008-03-23 11:00:31 +01:00
  • 175fa41fd4 Some fixes Klaus Schmidinger 2008-03-22 12:30:32 +01:00
  • d0ac879e64 Added a note about VDR_CHARSET_OVERRIDE to the INSTALL file Klaus Schmidinger 2008-03-22 11:09:35 +01:00
  • 127100a625 Removed the full path from the 'logger' call in the getskyepg.pl script Klaus Schmidinger 2008-03-22 10:20:10 +01:00
  • 65e049279d Updated the Portuguese language texts Klaus Schmidinger 2008-03-22 10:03:25 +01:00
  • de5bd271c3 Some fixes Klaus Schmidinger 2008-03-21 10:03:26 +01:00
  • 25d97f6d68 Added Chinese language texts Klaus Schmidinger 2008-03-18 17:34:00 +01:00
  • 11d81e4213 Updated the Croatian language texts Klaus Schmidinger 2008-03-18 17:19:26 +01:00
  • 7ba8708b5b Version 1.5.18 - Added a missing reset of maxNumber in cChannels::Renumber() (reported by Sundararaj Reel). - Revoked the fixed change of the default character set for SI data and introduced an environment variable to control it (thanks to Ales Jurik for reporting broken SI data on the Czech/Slovak channels, which actually do follow the standard). Users who want to set the default character set to something different can do this by setting the environment variable VDR_CHARSET_OVERRIDE to something like ISO-8859-9. - Fixed a signed character used as index in cBase64Encoder::NextLine() (thanks to Tobias Grimm). - Updated the Spanish and Catalanian OSD texts (thanks to Luca Olivetti). - Fixed automatically selecting the preferred subtitle language (based on a patch from Rolf Ahrenberg). - Updated the Ukrainian OSD texts (thanks to Yarema Aka Knedlyk). - Updated the Italian OSD texts (thanks to Diego Pierotto). - Updated the Polish OSD texts (thanks to Michael Rakowski). - Fixed formatting the name section in the VDR man pages (thanks to Tobias Grimm). - Updated the Swedish OSD texts (thanks to Magnus Andersson). - Added Russian translations to the 'skincurses' and 'pictures' plugins (thanks to Alexander Gross). - Fixed displaying the free disk space when entering the recordings menu where the last replayed recording was in a subdirectory, and pressing Back (thanks to Rolf Ahrenberg). - Fixed tuning to a live channel after a recording has been stopped using the 'Back' key. - Resetting a timer's 'pending' flag when it has ended. Klaus Schmidinger 2008-03-16 18:00:00 +01:00
  • b265cb473f Changed the description of VDR_CHARSET_OVERRIDE 1.5.18 Klaus Schmidinger 2008-03-16 11:48:13 +01:00
  • efb0303fd9 Version 1.5.18 Klaus Schmidinger 2008-03-16 11:37:13 +01:00
  • 6b678bcbda Resetting a timer's 'pending' flag when it has ended Klaus Schmidinger 2008-03-16 11:16:28 +01:00
  • e68d8ab41c Fixed tuning to a live channel after a recording has been stopped using the 'Back' key Klaus Schmidinger 2008-03-14 13:27:39 +01:00
  • 864acdeed4 Fixed displaying the free disk space Klaus Schmidinger 2008-03-14 13:11:28 +01:00
  • 0e0a1dfdda Added Russian translations to the 'skincurses' and 'pictures' plugins Klaus Schmidinger 2008-03-14 13:00:08 +01:00
  • 89fa411ab6 Updated the Swedish OSD texts Klaus Schmidinger 2008-03-12 17:27:27 +01:00
  • 025e0c2bec Fixed formatting the name section in the VDR man pages Klaus Schmidinger 2008-03-09 16:07:46 +01:00
  • d1578fd95a Updated the Polish OSD texts Klaus Schmidinger 2008-03-09 15:43:42 +01:00
  • 3b39c8c18f Updated the Italian OSD texts Klaus Schmidinger 2008-03-09 10:33:28 +01:00
  • 25eb5fd2e1 Fixed a typo Klaus Schmidinger 2008-03-09 10:03:34 +01:00
  • 28e7052461 Updated the Ukrainian OSD texts Klaus Schmidinger 2008-03-07 16:27:14 +01:00
  • 8bfee7a1b4 Fixed automatically selecting the preferred subtitle language Klaus Schmidinger 2008-03-07 15:44:52 +01:00
  • 21e7de9ec5 Updated the Spanish and Catalanian OSD texts Klaus Schmidinger 2008-03-05 17:42:28 +01:00
  • f040eed489 Fixed a signed character used as index in cBase64Encoder::NextLine() Klaus Schmidinger 2008-03-05 17:25:44 +01:00
  • 620eb8150b Revoked the fixed change of the default character set for SI data and introduced an environment variable to control it Klaus Schmidinger 2008-03-05 17:16:31 +01:00
  • 22805840fb Added a missing reset of maxNumber in cChannels::Renumber() Klaus Schmidinger 2008-03-05 16:45:54 +01:00
  • 0872cba0a1 Version 1.5.17 - Updated the Swedish OSD texts (thanks to Tomas Berglund). - Made the 'pic2mpg' script of the 'pictures' plugin work with uppercase filename extensions and relative paths (thanks to Stefan Wagner for reporting this one). - Updated the Romanian OSD texts (thanks to Lucian Muresan). - Updated the Dutch OSD texts (thanks to Johan Schuring). - Stripping control codes 0x86 and 0x87 from SI strings. - Updated French language texts (thanks to Jean-Claude Repetto). - Fixed handling 3 and 4 byte UTF-8 symbols in Utf8CharGet() (thanks to Andreas Mair). - Fixed a crash in cFreetypeFont::DrawText() if an unknown symbol is encountered (thanks to Tobias Grimm). Unknown symbols are replaced with a '?'. - Updated the Slovenian OSD texts (thanks to Matjaz Thaler). - Updated the Czech OSD texts (thanks to Vladimír Bárta and Jiri Dobry). - Updated the Turkish OSD texts (thanks to Oktay Yolgeçen). - The 'plugins' target in the Makefile now returns an error exit code if one of the plugins failed to compile (suggested by Tobias Grimm). - Rendering the non-breaking space symbol as a blank (thanks to Tobias Grimm). - Changed the default character set for SI data from ISO6937 (as required by the DVB standard ETSI EN 300 468) to ISO-8859-9, in order to work around the stupidity of some providers, who actually use ISO-8859-9, but fail to correctly announce that. Klaus Schmidinger 2008-03-02 18:00:00 +01:00
  • 5323db268d Adjusted release date 1.5.17 Klaus Schmidinger 2008-03-02 10:25:13 +01:00
  • 2d88d1fe86 Cleanups in *.po files Klaus Schmidinger 2008-03-01 14:33:17 +01:00
  • 4b4ef2df60 Changed the default character set for SI data from ISO6937 to ISO-8859-9 Klaus Schmidinger 2008-03-01 12:06:27 +01:00
  • 3bd7f7a0e0 Rendering the non-breaking space symbol as a blank Klaus Schmidinger 2008-03-01 10:21:12 +01:00
  • de5e737027 Updated Tobias Grimm's email address Klaus Schmidinger 2008-03-01 09:44:45 +01:00
  • 2497217096 The 'plugins' target in the Makefile now returns an error exit code if one of the plugins failed to compile Klaus Schmidinger 2008-03-01 09:42:36 +01:00
  • e2c3582834 Made the 'pic2mpg' script of the 'pictures' plugin work with relative paths Klaus Schmidinger 2008-02-29 14:38:44 +01:00
  • bca18a19c9 Updated the Turkish OSD texts Klaus Schmidinger 2008-02-29 14:11:49 +01:00
  • acd56a9501 Updated the Czech OSD texts Klaus Schmidinger 2008-02-29 13:50:24 +01:00
  • b402f4f603 Updated the Slovenian OSD texts Klaus Schmidinger 2008-02-29 13:43:34 +01:00
  • 91dff73cf4 Fixed a crash in cFreetypeFont::DrawText() if an unknown symbol is encountered; unknown symbols are replaced with a '?' Klaus Schmidinger 2008-02-29 13:41:11 +01:00
  • ff04bc72fd Fixed handling 3 and 4 byte UTF-8 symbols in Utf8CharGet() Klaus Schmidinger 2008-02-29 13:23:02 +01:00
  • 4d6f0fb4c4 Updated French language texts Klaus Schmidinger 2008-02-27 17:15:28 +01:00
  • d5dc5de97a Stripping control codes 0x86 and 0x87 from SI strings Klaus Schmidinger 2008-02-26 16:26:12 +01:00
  • 4c1ab4f82d Updated the Dutch OSD texts Klaus Schmidinger 2008-02-26 16:22:59 +01:00
  • 564c3cec99 Updated the Romanian OSD texts (thanks to Lucian Muresan) Klaus Schmidinger 2008-02-25 18:17:12 +01:00
  • 3a2246a12b Made the 'pic2mpg' script of the 'pictures' plugin work with uppercase filename extensions Klaus Schmidinger 2008-02-25 18:11:33 +01:00
  • 83d7a4b783 Version 1.5.16 - Fixed setting the current subtitle track in Transfer-Mode (reported by Petri Helin, thanks to Reinhard Nissl for pointing out that cDevice::Transferring() doesn't return the right value in the early stage of channel switching). - Updated the Danish OSD texts (thanks to Mogens Elneff). - Updated the Dutch OSD texts (thanks to Carel Willemse). - Fixed various spelling errors and improved PLUGINS.html (thanks to Ville Skyttä). - Updated the Italian OSD texts (thanks to Diego Pierotto). - Fixed the format in cRemote::Put() to use "%016llX" instead of "%016LX" (thanks to Ludwig Nussel for pointing this out). - Revised the fix of calculating the scrollbar height in the skins. The scrollbar handle now always has a height that is at least the width of the scrollbar. - When switching the device that's used for live viewing away from the current transponder in favor of an upcoming recording, an attempt is now made to stay on the current channel by possibly going into 'Transfer Mode'. - The CAM menu now stays open as long as it is automatically updated, even without pressing a remote control key. This is important when updating the CAM firmware from the transponder. - No longer trying to switch to an available channel if the primary device has no valid programme and a menu is open (avoids interference with the CAM in case a CAM menu is open). - Increased the valid range of the "Subtitle offset" setup option to -100...100 (thanks to Rolf Ahrenberg). - Added the backslash ('\') to the list of characters that need to be escaped when executing external commands (thanks to Peter Bieringer for reporting this one). Klaus Schmidinger 2008-02-24 18:00:00 +01:00
  • 5a40d9aff2 Updated the Swedish OSD texts Klaus Schmidinger 2008-02-24 12:29:54 +01:00
  • ce7b0c94f7 Added the backslash ('\') to the list of characters that need to be escaped when executing external commands 1.5.16 Klaus Schmidinger 2008-02-24 10:30:49 +01:00
  • 088c325e8f Increased the valid range of the "Subtitle offset" setup option to -100...100 Klaus Schmidinger 2008-02-24 10:11:14 +01:00
  • 25cc41854e No longer trying to switch to an available channel if the primary device has no valid programme and a menu is open Klaus Schmidinger 2008-02-23 15:41:14 +01:00
  • 300d402663 The CAM menu now stays open as long as it is automatically updated Klaus Schmidinger 2008-02-23 14:40:58 +01:00
  • edfe582941 Attempting to stay on the current channel in case of an upcoming recording Klaus Schmidinger 2008-02-23 13:19:10 +01:00
  • 1b1267674f The scrollbar handle now always has a height that is at least the width of the scrollbar Klaus Schmidinger 2008-02-23 10:50:28 +01:00
  • 3a70484121 Revised the fix of calculating the scrollbar height in the skins Klaus Schmidinger 2008-02-22 17:02:31 +01:00
  • 8bf512690a Fixed the format in cRemote::Put() to use "%016llX" instead of "%016LX" Klaus Schmidinger 2008-02-22 15:36:42 +01:00
  • 0e7aa50a38 Updated the Italian OSD texts Klaus Schmidinger 2008-02-22 13:26:13 +01:00
  • f10368dddb Fixed various spelling errors and improved PLUGINS.html Klaus Schmidinger 2008-02-18 20:40:08 +01:00
  • 39084a1afd Fixed various spelling errors and made PLUGINS.html valid HTML 4.01 Klaus Schmidinger 2008-02-18 17:15:35 +01:00
  • a3fb7946b5 Updated the Dutch OSD texts Klaus Schmidinger 2008-02-18 16:51:40 +01:00
  • 084ac0c334 Updated the Danish OSD texts Klaus Schmidinger 2008-02-18 16:46:01 +01:00
  • 9279cb21cd Version 1.5.15 - Updated the Italian OSD texts (thanks to Diego Pierotto). - Added option -i to the pictures plugin's pic2mpg to ignore unknown file types. - Revoked the switch to the "multiproto" driver in order to make a new stable version before making this big switch and forcing all users to install a driver that is not yet in the kernel source. The removed code will reappear in version 1.7.0. Note that you may need to switch back to an older version of your channels.conf file if you have already used version 1.5.14, because it introduced new parameters. - Added the new command line option --userdump to enable core dumps in case VDR is run as root with option -u (thanks to Hans-Werner Hilse). - Speeded up anti-aliased font rendering by caching the blend indexes (based on a suggestion by Martin Wache). - Fixed setting the OSD area in the pictures plugin. - Ignoring "repeat" and "release" keys in the time search entry mode during replay, to avoid inadvertently leaving it in case a key is pressed too long (suggested by Andreas Brugger). - Improved sending all frames to devices that can handle them in fast forward trick speeds, including subtitles (thanks to Timo Eskola). - The section handler is now stopped before the device is destroyed, to avoid accessing file handles after they have become invalid (thanks to Reinhard Nissl for reporting an invalid access when ending VDR, and to Deti Fliegl for a patch that was used to implement StopSectionHandler()). - Fixed setting the date in the channel display of the classic and sttng skins, to avoid unnecessary OSD access (thanks to Marco Schlüßler). - The free disk space is now also displayed in the title of the "Recordings" menu (suggested by Walter Koch). - Changed the message "Upcoming VPS recording!" to "Upcoming recording!" because it applies to non-VPS recordings as well. - Fixed a loss of a timer's 'recording' flag after modifying it via MODT. - Fixed detecting directories in cFileNameList::Load(). - Running the thread that removes deleted recordings at a low priority to (maybe) avoid stuttering replay in case the thread is run during replay. - Limiting the length of the recording name in timers in case VDR is run with --vfat, in order to avoid names that are too long for Windows (suggested by Rolf Ahrenberg). - Using cString::sprintf() instead of asprintf() (thanks to Wolfgang Rohdewald for pointing out a possible problem if the return value is not checked). Plugin authors may want to consider doing the same. For convenience there is now an additional version of cString::sprintf() that accepts a va_list parameter. - When deleting the recording that is currently replayed, the replay is now stopped immediately (thanks to Mikko Matilainen for reporting a possible crash if the Info key is pressed after deleting the currently replayed recording). - Updated the Russian OSD texts (thanks to Oleg Roitburd). - When determining the amount of free disk space, any deleted (but not yet removed) recordings on different file systems (that are mounted under the video directory) are no longer taken into account. - When running out of disk space during a recording, only such deleted or old recordings are removed, that actually are on the video directory file system(s). This prevents VDR from accidentally deleting recordings on other file systems, which would not add any free space to the video directory. - Implemented the cStatus, cDevice and cPlayer functions for setting subtitle tracks in plugins (thanks to Petri Hintukainen). - Added cStatus::TimerChange() to inform plugins about changes to the list of timers (based on a patch from Benedikt Elser). - Added new cStatus functions to the 'status' plugin. - Added missing #include <limits.h> to epg.c and menuitems.h (thanks to Ville Skyttä). - The new function cSkin::SetScrollbar() can be implemented by skins to display a scrollbar in every list menu. The 'classic' and 'sttng' skins have been changed accordingly, as well as the 'skincurses' plugin. - Introduced 'operator const void * ()' in cString to catch cases where operator*() should be used. - Fixed calculating the scrollbar sizes in the skins. Klaus Schmidinger 2008-02-17 18:00:00 +01:00
  • 0b481b18e2 Fixed setting the current subtitle track in Transfer-Mode Klaus Schmidinger 2008-02-17 16:04:52 +01:00
  • 31a0318de4 Implemented cSkinCursesDisplayMenu::SetScrollbar(); fixed calculating the scrollbar sizes in the skins 1.5.15 Klaus Schmidinger 2008-02-17 14:29:24 +01:00
  • 484821fa0a Fixed a missing blank line Klaus Schmidinger 2008-02-17 13:55:54 +01:00
  • dc7c5464fc Introduced 'operator const void * ()' in cString Klaus Schmidinger 2008-02-17 13:47:12 +01:00
  • 54b4d4e4e7 Implemented cSkin::SetScrollbar() Klaus Schmidinger 2008-02-17 12:31:16 +01:00
  • 28a82b3186 Added missing #include <limits.h> to epg.c and menuitems.h Klaus Schmidinger 2008-02-16 16:12:21 +01:00
  • 1a0beec1bf Added new cStatus functions to the 'status' plugin Klaus Schmidinger 2008-02-16 15:41:05 +01:00
  • 6140c49f14 Added cStatus::TimerChange() Klaus Schmidinger 2008-02-16 15:04:49 +01:00
  • 6b35173789 Implemented the cStatus, cDevice and cPlayer functions for setting subtitle tracks in plugins Klaus Schmidinger 2008-02-16 13:59:09 +01:00
  • 741400fa66 Fixed handling recordings on other file systems than the video directory Klaus Schmidinger 2008-02-16 13:38:22 +01:00
  • 47d6f9d187 Refreshing the free disk space display when leaving a Recordings submenu Klaus Schmidinger 2008-02-16 12:04:12 +01:00
  • 856c1953c4 Updated the Russian OSD texts Klaus Schmidinger 2008-02-15 16:33:36 +01:00
  • 6bef17cdec When deleting the recording that is currently replayed, the replay is now stopped immediately Klaus Schmidinger 2008-02-15 16:13:10 +01:00
  • a81e3699d1 Limiting the length of the recording name in timers in case VDR is run with --vfat (replaces the previous change to svdrp.c) Klaus Schmidinger 2008-02-15 15:46:07 +01:00
  • 9495aa9923 Using cString::sprintf() instead of asprintf() Klaus Schmidinger 2008-02-15 14:57:48 +01:00
  • c8584521f7 Added the UPDATE-1.6.0 file Klaus Schmidinger 2008-02-10 15:34:09 +01:00