mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
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.
This commit is contained in:
13
CONTRIBUTORS
13
CONTRIBUTORS
@@ -957,6 +957,7 @@ Andreas Mair <andreas@vdr-developer.org>
|
||||
not NULL
|
||||
for making the SVDRP command LSTC list the channels with group separators if the
|
||||
option ':groups' is given
|
||||
for fixing handling 3 and 4 byte UTF-8 symbols in Utf8CharGet()
|
||||
|
||||
Olivier Jacques <jacquesolivier@hotmail.com>)
|
||||
for translating OSD texts to the French language
|
||||
@@ -2093,12 +2094,16 @@ Jurij Retzlaff <jurij@topofweb.de>
|
||||
Richard Lithvall <richard@lithvall.se>
|
||||
for adding a tolerance for symbol rate values that are off by one
|
||||
|
||||
Tobias Grimm <listaccount@e-tobi.net>
|
||||
Tobias Grimm <tobias.grimm@e-tobi.net>
|
||||
for suggesting to use geteuid() to check whether VDR is running as user 'root'
|
||||
for fixing a memory leak in handling external EPG data
|
||||
for fixing a memory leak in closing the video file during replay
|
||||
for fixing deleting the 'skinDescriptions' in cMenuSetupOSD::~cMenuSetupOSD()
|
||||
for reporting that GCC 4.3 issues a silly warning for expressions like 'a || b && c'
|
||||
for fixing a crash in cFreetypeFont::DrawText() if an unknown symbol is encountered
|
||||
for suggesting that the 'plugins' target in the Makefile should return an error exit
|
||||
code if one of the plugins failed to compile
|
||||
for making the non-breaking space symbol be rendered as a blank
|
||||
|
||||
Helge Lenz <h.lenz@gmx.de>
|
||||
for reporting a bug in setting the 'Delta' parameter when calling the shutdown
|
||||
@@ -2310,3 +2315,9 @@ Benedikt Elser <elser@in.tum.de>
|
||||
|
||||
Carel Willemse <ca_willemse@planet.nl>
|
||||
for translating OSD texts to the Dutch language
|
||||
|
||||
Tomas Berglund <tomber@telia.com>
|
||||
for translating OSD texts to the Swedish language
|
||||
|
||||
Johan Schuring <johan.schuring@vetteblei.nl>
|
||||
for translating OSD texts to the Dutch language
|
||||
|
Reference in New Issue
Block a user