From 8ab980e1d9be404a8842fad54aa9c2e34fa6f4ea Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 25 May 2003 18:00:00 +0200 Subject: Version 1.1.33 - Modified handling of audio packets in cDvbPlayer for better sync with external AC3 replay (thanks to Werner Fink). - Fixed a memory leak in cNonBlockingFileReader (thanks to Stefan Huelswitt). - Completed the French OSD texts (thanks to Gregoire Favre). - Completed the Finnish OSD texts (thanks to Niko Tarnanen and Rolf Ahrenberg). - Fixed I/O handling in case an explicit controlling terminal is given (thanks to Oliver Endriss). - Fixed resume file handling in case the resume.vdr file can't be written (thanks to Gerhard Steiner). - Fixed cutting a recording if there is only a single editing mark (thanks to Ralf Klueber for reporting this one). - Fixed volume display in case a plugin has its own OSD open (thanks to Marcel Wiesweg). - Fixed channel switching in the EPG scanner on single device systems. - Completed the Swedish OSD texts (thanks to Tomas Prybil). - Now switching to the channel used by the most recently started timer in case the original current channel becomes unavailable due to a recording on a different transponder. If this fails, a channel up/down switch is attempted as a fallback solution (thanks to Lauri Tischler for reporting this one, and to Hermann Gausterer for suggesting to switch to the recording channel). - Fixed cReplayControl::Show() to avoid a compiler warning in g++ 3.2.3 (thanks to Jan Ekholm for reporting this one). - Completed the Slovenian OSD texts (thanks to Matjaz Thaler). - Changed the DEFAULTPRIORITY in device.c to -1, so that the primary device will be used for FTA recordings in case the CAM is connected to a non-primary device (thanks to Reinhard Walter Buchner for reporting this one). - The cCiHandler now closes its file handle when it gets destroyed. - Checking for duplicate recordings with the same file name and disabling the second timer (thanks to Peter Bieringer for reporting this one). - Fixed handling newly created timers in case they are not confirmed with "Ok" (thanks to Gerhard Steiner for reporting this one). - It is now possible to directly delete a timer that is currently recording (thanks to Alexander Damhuis for reporting this one). --- CONTRIBUTORS | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'CONTRIBUTORS') diff --git a/CONTRIBUTORS b/CONTRIBUTORS index d31a118..b1f3a3d 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -172,6 +172,7 @@ Stefan Huelswitt for implementing setting the "broken link" flag for GOPs at the beginning of a new video sequence, which avoids artefacts when cutting for suggesting to add VDRVERSNUM to config.h + for fixing a memory leak in cNonBlockingFileReader Ulrich Röder for pointing out that there are channels that have a symbol rate higher than @@ -236,6 +237,8 @@ Werner Fink for improving keyboard detection for adding some missing cAudio handling calls for replacing the 'for' loops in StripAudioPackets() with memset() calls + for modifying handling of audio packets in cDvbPlayer for better sync with external + AC3 replay Rolf Hakenes for providing 'libdtv' and adapting the EIT mechanisms to it @@ -409,6 +412,7 @@ Rudi Hofer (Rudi.Hofer@cadsoft.de) Gregoire Favre for fixing some function headers to make them compile with gcc 3.x for reporting a bug in taking an active SVDRP connection into account when doing shutdown + for translating OSD texts to the French language Sven Grothklags for fixing the cutting mechanism to make it re-sync in case a frame is larger @@ -471,15 +475,20 @@ Oliver Endriss for reporting a problem with cPlugin::Start() being called after trying to learn the remote control keys for reporting a bug in reading 'epg.data' for channels with non-zero RID + for fixing I/O handling in case an explicit controlling terminal is given Reinhard Walter Buchner for adding some satellites to 'sources.conf' for his help in testing tuning with "Motor-DiSEqC" for his help in debugging CAM support + for reporting a problem with recording FTA channels on the CAM device in case + the CAM is not connected to the primary device Lauri Tischler for helping to test and debug the new channel source and DiSEqC handling for reporting a faulty parameter initialization in menu.c + for reporting a problem in case the original current channel becomes + unavailable due to a recording on a different transponder Andy Carter for helping to test new DVB-T handling @@ -501,6 +510,9 @@ Gerhard Steiner records as a newline character for reporting a bug in displaying messages in the status line in case they exceed the OSD width + for fixing resume file handling in case the resume.vdr file can't be written + for reporting a problem with newly created timers in case they are not confirmed + with "Ok" Jaakko Hyvätti for translating OSD texts to the Finnish language @@ -573,12 +585,14 @@ Teemu Rantanen Jan Ekholm for adding/improving some Swedish language OSD texts + for reporting a compiler warning in g++ 3.2.3 regarding cReplayControl::Show() Marcel Wiesweg for pointing out a problem with high CPU load during replay for reporting broken support for raw OSDs of plugins for reporting a problem with cReceivers that want to receive from PIDs that are currently not transmitting + for fixing volume display in case a plugin has its own OSD open Torsten Herz for fixing a possible deadlock when using the "Blue" button in the "Schedules" menu @@ -669,3 +683,19 @@ Marc Rovira Vall and Ramon Roca Lars Bläser for reporting a bug in EPG bugfix statistics which made log entires for undefined channels + +Niko Tarnanen and Rolf Ahrenberg + for translating OSD texts to the Finnish language + +Ralf Klueber + for reporting a bug in cutting a recording if there is only a single editing mark + +Hermann Gausterer + for suggesting to switch to the recording channel in case the current channel + becomes unavailable + +Peter Bieringer + for reporting a problem with duplicate recordings with the same file name + +Alexander Damhuis + for reporting problems when deleting a timer that is currently recording -- cgit v1.2.3