From 49b561fcad16d3315fce8cb854de9f4ee6156640 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 26 Mar 2006 19:00:00 +0200 Subject: Version 1.3.45 - Fixed updating the "Info" button in the "Timers" menu. - Reduced the number of events to actually check when setting events to timers. - cMenuEditIntItem now checks the given value and forces it to be between the given min and max limits. - The status changes of EPG events are now logged for all channels that have timers. - Removed the log message "deleting plugin: ..." when shutting down VDR (thanks to Christoph Haubrich for reporting that this is irritating when calling "vdr --help"). - Fixed cReadLine::Read() for lines that end with the infamous "\r\n" (thanks to Rolf Ahrenberg). - Fixed cDvbDevice::SetAudioBypass() in case setTransferModeForDolbyDigital is false (thanks to Werner Fink). - Updated 'sources.conf' (thanks to Oleg Roitburd). - Fixed the shutdown timeout (thanks to Alexander Wenzel). - Only calling RemoveEmptyVideoDirectories() once in case a recording has been deleted (reported by Hardy Flor). - Fixed deleting recordings that have been removed externally when running out of disk space (reported by Jan Lenz). - Fixed handling repeating VPS timers (they stopped recording too early). - Timer log messages now show "VPS" if this is a VPS timer. - Fixed getting the present EPG event in case none is currently 'running' (it then returns the one that just ended). - Fixed calling a plugin's main menu function while a message is being displayed (reported by Helmut Auer). - Updated the Russian OSD texts (thanks to Oleg Roitburd). - Made cMenuRecordings::GetRecording() 'protected' (suggested by Marius Heidenstecker). - Speeded up cRemux::ScanVideoPacket() (thanks to Reinhard Nissl). - Enhanced logging EPG event data. - Fixed format string handling (thanks to Darren Salt). - The new function cDevice::ForceTransferMode() can be used to force the primary device into transfer mode (thanks to Reinhard Nissl). - The 'version' of EPG events is now ignored when reading EPG data from 'epg.data' or via SVDRP/PUTE to avoid problems with double EPG events. - The 'running status' of EPG events is now only set to SI::RunningStatusNotRunning for events before the present event. - Fixed some #include sequences. - Single shot VPS timers are now only considered 'expired' if their associated EPG event has been explicitly set to SI::RunningStatusNotRunning. - The check for timers to be deleted is now done only every 30 seconds. --- CONTRIBUTORS | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'CONTRIBUTORS') diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 4b9f40b..f44f437 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -307,6 +307,8 @@ Werner Fink for enabling a device to detach all receivers for a given PID for modifying switching to Dolby Digital audio in live mode, if the driver and firmware can handle live DD without the need of a Transfer Mode + for fixing cDvbDevice::SetAudioBypass() in case setTransferModeForDolbyDigital is + false Rolf Hakenes for providing 'libdtv' and adapting the EIT mechanisms to it @@ -556,6 +558,8 @@ Helmut Auer items at the beginning of the menu for a patch that was used to implement stopping scanning the video directory if there are too many levels of symbolic links + for reporting that an attempt to call a plugin's main menu function while a + message is being displayed didn't work Jeremy Hall for fixing an incomplete initialization of the filter parameters in eit.c @@ -964,6 +968,7 @@ Rolf Ahrenberg exceeds the maximum channel number for suggesting to also set the language codes when setting the audio track descriptions for reporting a problem in setting the audio language codes in 'Transfer-Mode' + for fixing cReadLine::Read() for lines that end with the infamous "\r\n" Ralf Klueber for reporting a bug in cutting a recording if there is only a single editing mark @@ -1063,6 +1068,8 @@ Reinhard Nissl for adding a mutex to synchronize cDevice::PlayPesPacket() and SetCurrentAudioTrack() for a suggestion that lead to implementing cDevice::Transferring() for fixing replaying recordings of radio channels with many audio tracks + for speeding up cRemux::ScanVideoPacket() + for implementing cDevice::ForceTransferMode() Richard Robson for reporting freezing replay if a timer starts while in Transfer Mode from the @@ -1454,6 +1461,7 @@ Darren Salt for suggesting to open the file handle in the SVDRP GRAB command in a way that it won't follow symbolic links, and to canonicalize the file name for making all font and image data 'const' + for fixing format string handling Sean Carlos for translating OSD texts to the Italian language @@ -1616,6 +1624,8 @@ Marcus Hilbrich Hardy Flor for a patch that was used as a base to implement SVDRP commands for plugins for implementing the SVDRP command PLAY + for reporting that RemoveEmptyVideoDirectories() was called for every single + recording that has been deleted Harald Milz for his CUTR patch, which was used as a base to implement the SVDRP command EDIT @@ -1767,7 +1777,22 @@ B Christoph Haubrich for making the "Ok" key in the "Jump" mode of the replay progress display confirm the jump instead of closing the display + for reporting that the log message "deleting plugin: ..." is irritating when + calling "vdr --help" Pekka Mauno for fixing cSchedule::GetFollowingEvent() in case there is currently no present event running + +Alexander Wenzel + for fixing the shutdown timeout + +Jan Lenz + for reporting a bug in deleting recordings that have been removed externally when + running out of disk space + +Oleg Roitburd + for translating OSD texts to the Russian language + +Marius Heidenstecker + for suggesting to make cMenuRecordings::GetRecording() 'protected' -- cgit v1.2.3