diff options
author | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2004-07-18 18:00:00 +0200 |
---|---|---|
committer | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2004-07-18 18:00:00 +0200 |
commit | 335a57291373aa25739a7192807fbfe1c8de0efd (patch) | |
tree | 88e467c77b824bba6fc1b7cc1674aded723c9feb /CONTRIBUTORS | |
parent | eb52e3004a829b73ddea535a881a0161ff19fa55 (diff) | |
download | vdr-patch-lnbsharing-335a57291373aa25739a7192807fbfe1c8de0efd.tar.gz vdr-patch-lnbsharing-335a57291373aa25739a7192807fbfe1c8de0efd.tar.bz2 |
Version 1.3.12vdr-1.3.12
- Removed all error messages from cRecordings::ScanVideoDir() and just skipping
entries that cause errors in order to avoid failure in case of things like
broken links etc.
- The function cTimers::SetEvents() now immediately returns if there is some user
input.
- Fixed handling menu status messages when the list contents is scrolled (thanks to
Alfred Zastrow for reporting this one).
- Fixed checking the last area for misalignment in cOsd::CanHandleAreas() (thanks
to Reinhard Nissl for reporting this one).
- No longer adding section filters to the list of filters if they can't be opened
(thanks to Marco Schlüßler for pointing this out).
- Fixed handling error case '-1' when polling section filters (thanks to Marco
Schlüßler).
- Fixed handling error case '-1' when polling CAM connections.
- Making sure the OSD reports oeWrongAlignment errors before any oeAreasOverlap
error (suggested by Reinhard Nissl).
- Avoiding flashing effects in the OSD of full featured DVB cards by explicitly
clearing the OSD windows before opening them (suggested by Marco Schlüßler).
- Experimental support for NVOD channels. Currently these channels are detected
and linked to their "base" channels using the same mechanisms as for the
"linked services" (let's see if this is useful). Thanks to Mike parker for
helping to test this. Also used some input from the 'autopid' patch by Andreas
Schultz).
- Now storing the name of the service provider (aka "bouquet") in the channel
name, separated by a semicolon (see man vdr(5) for details). Explicit usage
of the various parts of the channel name is yet to come.
- The 'radio' channel icon is now only displayed in the ST:TNG skin if the channel
actually has an APID.
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r-- | CONTRIBUTORS | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index ace8e91..dfbe07b 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -789,6 +789,7 @@ Alfred Zastrow <vdr@zastrow4u.de> for suggesting to implement separate PausePriority and PauseLifetime parameters for the recordings created when pausing live video for reporting two warnings when compiling with gcc 3.3.1 + for reporting a bug in handling menu status messages when the list contents is scrolled Matthias Raus <matthias-raus@web.de> for reporting a problem with starting the editing process if no marks have been set @@ -858,6 +859,9 @@ Reinhard Nissl <rnissl@gmx.de> channels.conf for adding cDevice::Flush() to make sure that all data in the video card's buffers has been processed + for reporting a bug in checking the last area for misalignment in cOsd::CanHandleAreas() + for suggesting to make sure the OSD reports oeWrongAlignment errors before any + oeAreasOverlap error Richard Robson <richard_robson@beeb.net> for reporting freezing replay if a timer starts while in Transfer Mode from the @@ -1025,6 +1029,11 @@ Marco Schlüßler <marco@lordzodiac.de> for fixing handling colors in cDvbSpuPalette::yuv2rgb() for fixing setting lnb voltage if the frontend is not DVB-S for fixing missing audio after replaying a DVD + for pointing out that it is unnecessary to add section filters to the list of + filters if they can't be opened + for fixing handling error case '-1' when polling section filters + for suggesting to avoiding flashing effects in the OSD of full featured DVB cards + by explicitly clearing the OSD windows before opening them Jürgen Schmitz <j.schmitz@web.de> for reporting a bug in displaying the current channel when switching via the SVDRP @@ -1048,3 +1057,6 @@ Maynard Cedric <maynard.cedric@wanadoo.fr> Jörg Knitter <joerg.knitter@gmx.de> for reporting a problem in case the video partition is mounted with "iocharset=utf8" + +Mike parker <vdr@msatt.freeserve.co.uk> + for helping to test support for NVOD channels |