diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-11-03 11:37:28 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-11-03 11:37:28 +0100 |
commit | 1e3d1e0f0b3def408c78856333a8201cb35b4bf9 (patch) | |
tree | 627f94ba6cd24673e0f4a1feca12e68bf3bb3257 | |
parent | b19e6d071f3fb4d02d21fd4e80275a22c97464b3 (diff) | |
download | vdr-1e3d1e0f0b3def408c78856333a8201cb35b4bf9.tar.gz vdr-1e3d1e0f0b3def408c78856333a8201cb35b4bf9.tar.bz2 |
Credit to Udo Richter
-rw-r--r-- | CONTRIBUTORS | 2 | ||||
-rw-r--r-- | HISTORY | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 4139f32c..0da136fb 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1758,6 +1758,8 @@ Udo Richter <udo_richter@gmx.de> for adding a missing template specification to the c'tor of cSortedTimers for contributing to a patch that implements FHS support for suggesting to check cIoThrottle::Engaged() in cRemoveDeletedRecordingsThread::Action() + for suggesting to shift editing marks that don't point to an I-frame towards the next I-frame + when a recording is played Sven Kreiensen <svenk@kammer.uni-hannover.de> for his help in keeping 'channels.conf.terr' up to date @@ -7299,8 +7299,8 @@ Video Disk Recorder Revision History - Fixed handling VPS timers in case the running status of an event goes to '1' (not running) and later goes to '4' (running). - If a frame position in the 'marks' file of a recording doesn't point to an I-frame, - it will now be shifted towards the next I-frame (either up or down, whichever is - closer). + it will now be shifted towards the next I-frame, either up or down, whichever is + closer (suggested by Udo Richter). - Fixed a possible memory leak in SI::StructureLoop::getNextAsPointer() (reported by Sundararaj Reel). - Fixed handling timers in case an event is modified and "phased out" while the timer |