diff options
author | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2007-06-10 18:00:00 +0200 |
---|---|---|
committer | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2007-06-10 18:00:00 +0200 |
commit | b9b9ace9a8d2d1c0beda1dc0a2ebc6be9b47c305 (patch) | |
tree | be6d179a3d48dc4323b55a9efc0acb03e767847b /CONTRIBUTORS | |
parent | a5921252942f73601b159f20b560477ec45b4ece (diff) | |
download | vdr-patch-lnbsharing-b9b9ace9a8d2d1c0beda1dc0a2ebc6be9b47c305.tar.gz vdr-patch-lnbsharing-b9b9ace9a8d2d1c0beda1dc0a2ebc6be9b47c305.tar.bz2 |
Version 1.5.3vdr-1.5.3
- Fixed some spelling errors in 'newplugin' (thanks to Ville Skyttä).
- Fixed a busy loop in fast forward if the next video data file is missing
(thanks to Reinhard Nissl).
- Fixed handling frequencies in NitFilter::Process() (thanks to Anssi Hannula).
- Fixed a race condition with signal handlers at program exit (thanks to Udo
Richter).
- Non-primary devices in Transfer mode are now also used for recording (thanks
to Anssi Hannula).
- Fixed handling ChannelUp/Down keys if there is currently a replay running
(thanks to Marco Schlüßler).
- The new SVDRP command REMO can be used to turn VDR's remote control off and
on in case other programs need to be controlled (based on patches from Krzysztof
Parma and Helmut Auer).
- Increased the maximum number of CA system ids to cope with the AlphaCrypt
CAM's version 3.11 firmware.
- Fixed getting the code setting from the locale (thanks to Matthias Schwarzott).
- Implemented support for Freetype fonts (based on a patch from Alexander Riedel).
The font names and sizes can be adjusted in the "Setup/OSD" menu.
Note that VDR now requires freetype fonts to be installed in
/usr/share/fonts/truetype.
- If the OSD device in use has at least 8bpp bitmap depth and this is also
used by the current skin, Freetype fonts are displayed "anti-aliased".
The new setup parameter "OSD/Anti-alias" can be used to turn this off.
- The new function cOsd::SetAntiAliasGranularity() can be used to help the OSD
in managing the available color palette entries when doing anti-aliasing.
Skins that use 8bpp bitmaps can call this function with the maximum number
of colors used, and the maximum number of color combinations. The OSD will
then evenly split the available palette entries between the various colors
combinations, so that fonts can be "anti-aliased". By default a total of
10 colors and 10 combinations is assumed.
- The pixel fonts have been completely removed from the VDR source.
- VDR is now "UTF-8 aware". It handles strings according to the character
encoding used on the user's system. All internationalization strings and
incoming SI data are converted to the system encoding.
- Plugins that handle strings need to be aware that on systems with UTF-8
encoding a "character symbol" may consist of more than a single byte in
memory. The functions and macros named Utf8...() can be used to handle
strings without needing to care about the underlying character encoding
(see tools.h for details).
- Even though the weekdays of repeating timers are presented to the user as UTF-8
characters in the OSD, the timers.conf file and the SVDRP timer commands still
use single byte characters ("MTWTFSS") to make sure this information is handled
correctly between systems with different character encodings.
- Added a missing i18n string for "CAM" in the Turkish OSD texts.
- Improved editing strings that are too long to fit into the editable area.
- Changes to the OSD settings in the "Setup/OSD" menu now immediately take effect
when the "Ok" key is pressed.
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r-- | CONTRIBUTORS | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index d9afc84..471a6bc 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -585,6 +585,7 @@ Helmut Auer <vdr@helmutauer.de> for reporting that the shutdown script is given a reboot time in the past if there is a recording going on or about to start, and the user insists in shutting down now for suggesting to make the channel entry timeout configurable + for a patch that was used to implement the SVDRP command REMO Jeremy Hall <jhall@UU.NET> for fixing an incomplete initialization of the filter parameters in eit.c @@ -1120,6 +1121,7 @@ Reinhard Nissl <rnissl@gmx.de> for making cCommand::Execute() use cPipe instead of popen() to avoid problems with open file handles when starting background commands for fixing handling error status in cDvbTuner::GetFrontendStatus() + for fixing a busy loop in fast forward if the next video data file is missing Richard Robson <richard_robson@beeb.net> for reporting freezing replay if a timer starts while in Transfer Mode from the @@ -1395,6 +1397,7 @@ Marco Schlüßler <marco@lordzodiac.de> speed mode" for removing 'assert(0)' from cDvbSpuDecoder::setTime() for adapting 'libsi' to DVB-S2 + for fixing handling ChannelUp/Down keys if there is currently a replay running Jürgen Schmitz <j.schmitz@web.de> for reporting a bug in displaying the current channel when switching via the SVDRP @@ -1491,6 +1494,7 @@ Udo Richter <udo_richter@gmx.de> for implementing cPlugin::WakeupTime() to allow plugins to request VDR to wake up at a particular time for making the HUP signal force a restart of VDR + for fixing a race condition with signal handlers at program exit Sven Kreiensen <svenk@kammer.uni-hannover.de> for his help in keeping 'channels.conf.terr' up to date @@ -1659,6 +1663,7 @@ Ville Skyttä <ville.skytta@iki.fi> for reporting that there are places where ntohs() is assigned to different types for adapting cThread::ThreadId() to recent kernels for some improvements to the man pages + for fixing some spelling errors in 'newplugin' Steffen Beyer <cpunk@reactor.de> for fixing setting the colored button help after deleting a recording in case the next @@ -2014,6 +2019,8 @@ Anssi Hannula <anssi.hannula@gmail.com> for suggesting that cDevice::GetDevice() should prefer any device that's already receiving and doesn't require detatching receivers for improving handling Transfer Mode devices when selecting a device to receive + for fixing handling frequencies in NitFilter::Process() + for making non-primary devices in Transfer mode be also used for recording Antti Hartikainen <ami+vdr@ah.fi> for updating 'S13E' in 'sources.conf' @@ -2044,6 +2051,7 @@ Tomas Berglund <tomber@telia.com> Matthias Schwarzott <zzam@gentoo.org> for suggesting to add LC_ALL to the checks for UTF-8 at startup + for fixing getting the code setting from the locale Martin Ostermann <martin@familie-ostermann.de> for fixing processing the PDCDescriptor in 'libsi' on big endian systems @@ -2072,3 +2080,10 @@ Petri Helin <phelin@googlemail.com> Oktay Yolgeçen <oktay_73@yahoo.de> for translating OSD texts to the Turkish language + +Krzysztof Parma <krzycho@zoz.wodzislaw.pl> + for suggesting to implement the SVDRP command REMO + +Alexander Riedel <alexander-riedel@t-online.de> + for a patch that was used as a base to implement support for Freetype fonts and + UTF-8 handling |