diff options
author | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2003-10-17 18:00:00 +0200 |
---|---|---|
committer | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2003-10-17 18:00:00 +0200 |
commit | 162ed534b0cb1ffc481ac5a1b7eb4a2e3418aa4b (patch) | |
tree | c34450962f2b0ff9427e084d07bc742f21a54f76 /CONTRIBUTORS | |
parent | 59c9f24fbe2e9d78139c578dd8ce9da81ab1ca94 (diff) | |
download | vdr-patch-lnbsharing-162ed534b0cb1ffc481ac5a1b7eb4a2e3418aa4b.tar.gz vdr-patch-lnbsharing-162ed534b0cb1ffc481ac5a1b7eb4a2e3418aa4b.tar.bz2 |
Version 1.2.6pre1vdr-1.2.6pre1
- Updated the required driver version in INSTALL (thanks to Jens Groth for
reporting this one).
- Fixed missing channel info after an incomplete channel group switch (thanks
to Andreas Trauer).
- Fixed handling a channels.conf that contains a ":@nnn" line as its last entry
(thanks to Ralf Klueber).
- Fixed detecting the /dev/videoN devices for GRAB in case there are others
before the DVB devices (thanks to Andreas Kool).
- Updated 'channels.conf.terr' for Berlin (thanks to Markus Hardt).
- Fixed handling rc key learning in case cRemote::Initialize() returns 'false'
(thanks to Oliver Endriss).
- Fixed initializing the highlight area in cDvbSpuDecoder (thanks to Sven Goethel).
- Now trying to get a timer's channel without RID when loading 'timers.conf'
(thanks to Thomas Rausch).
- Removed the unused 0x73 (TOT) filter in eit.c (thanks to Andreas Trauer).
- Fixed extracting the ES data in cDvbDevice::StillPicture() (thanks to Stefan
Huelswitt).
- Added MPEG1 handling to cDvbDevice::StillPicture() (thanks to Thomas
Heiligenmann).
- Changed the default "Lifetime" to 99, which means that recordings will
never be deleted automatically in case the disk runs full (suggested by
Oliver Endriss). Note that in an existing VDR installation the current
value as set in 'setup.conf' will still be used - this change only affects
new VDR installations.
- Edited recordings will now never be deleted automatically if the disk runs
full (suggested by Emil Naepflein).
- Channel IDs are now checked when reading 'channels.conf' to avoid later
problems with timers.
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r-- | CONTRIBUTORS | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 04e01a2..3c86eee 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -176,6 +176,7 @@ Stefan Huelswitt <huels@iname.com> for fixing a memory leak in cNonBlockingFileReader for fixing an uninitialized variable in cDisplayChannel for fixing a possible access of invalid file handles in cSIProcessor::Action() + for fixing extracting the ES data in cDvbDevice::StillPicture() Ulrich Röder <roeder@efr-net.de> for pointing out that there are channels that have a symbol rate higher than @@ -267,6 +268,7 @@ Andy Grobb <Charly98@01019freenet.de> Thomas Heiligenmann <thomas@heiligenmann.de> for implementing the SVDRP commands LSTR and DELR + for adding MPEG1 handling to cDvbDevice::StillPicture() Norbert Schmidt <nschmidt-nrw@t-online.de> for filling in some missing teletext PIDs @@ -495,6 +497,8 @@ Oliver Endriss <o.endriss@gmx.de> recording that is still going on for fixing checking for VIDEO_STREAM_S in cRemux::SetBrokenLink() for suggesting to add 'repeat' function keys '7' and '9' + for fixing handling rc key learning in case cRemote::Initialize() returns 'false' + for suggesting to change the default "Lifetime" to 99 Reinhard Walter Buchner <rw.buchner@freenet.de> for adding some satellites to 'sources.conf' @@ -568,6 +572,8 @@ Andreas Kool <akool@akool.de> for his help in keeping 'channels.conf.cable' up to date for fixing the TS to PES repacker so that it works with MPEG1 streams for reporting a problem with empty values in setup.conf + for fixing detecting the /dev/videoN devices for GRAB in case there are others + before the DVB devices Guy Roussin <guy.roussin@teledetection.fr> for suggesting not to display channel group delimiters without text @@ -588,6 +594,7 @@ Emil Naepflein <Emil.Naepflein@philosys.de> housekeeping for fixing selecting the device, because sometimes an FTA recording terminated a CA recording + for suggesting to never delete edited recordings automatically if the disk runs full Gerald Berwolf <genka@genka.de> for suggesting to deactivate some templates in tools.h in case some plugin needs to @@ -598,6 +605,7 @@ Thomas Sailer <sailer@scs.ch> Sven Goethel <sgoethel@jausoft.com> for making switching audio channels work without stopping/restarting the DMX + for fixing initializing the highlight area in cDvbSpuDecoder Jan Rieger <jan@ricomp.de> for suggestions and testing raw keyboard input @@ -728,6 +736,8 @@ Niko Tarnanen <niko.tarnanen@hut.fi> and Rolf Ahrenberg <rahrenbe@cc.hut.fi> Ralf Klueber <ralf.klueber@vodafone.com> for reporting a bug in cutting a recording if there is only a single editing mark + for reporting a bug in handling a channels.conf that contains a ":@nnn" line as + its last entry Hermann Gausterer <mrq1@gmx.net> for suggesting to switch to the recording channel in case the current channel @@ -821,3 +831,16 @@ Alexander Wetzel <alexander.wetzel@web.de> Marco Franceschetti <ordaz@quipo.it> for updating 'ca.conf' + +Jens Groth <Jens_Groth@t-online.de> + for reporting a an outdated driver version number in INSTALL + +Andreas Trauer <vdr@trauers.homelinux.net> + for fixing missing channel info after an incomplete channel group switch + for removing the unused 0x73 (TOT) filter in eit.c + +Markus Hardt <markus.hardt@gmx.net> + for his help in keeping 'channels.conf.terr' up to date + +Thomas Rausch <Thomas.Rausch@gmx.de> + for making VDR try to get a timer's channel without RID when loading 'timers.conf' |