summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2015-01-17 13:52:34 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2015-01-17 13:52:34 +0100
commitfe5bb7c5e06e4e5479766e81c8800dc48ed31d09 (patch)
tree08cb6cd3f5a1d7932c15ebe8ff5181ef3b344fab /HISTORY
parent1c9cd049b4c3d6e8989b3f3c0312f90f788106c5 (diff)
downloadvdr-fe5bb7c5e06e4e5479766e81c8800dc48ed31d09.tar.gz
vdr-fe5bb7c5e06e4e5479766e81c8800dc48ed31d09.tar.bz2
Fixed generating the index file of an existing recording
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY8
1 files changed, 8 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 90fddfdb..c4ca8cf9 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7926,3 +7926,11 @@ Video Disk Recorder Revision History
- Now returning from removing deleted recordings after at most 10 seconds, or if the
user presses a remote control key, to keep the system from getting unresponsive
when removing a huge number of files (reported by Dieter Ferdinand).
+- Fixed generating the index file of an existing recording in case at the of a TS file
+ there is less data in the buffer than needed by the frame detector. In such a case
+ it was possible that frames were missed, and there was most likely a distortion
+ when replaying that part of a recording. This is mostly a problem for recordings that
+ consist of more than one *.ts file. Single file recordings could only lose some
+ frames at their very end, which probably doesn't matter. At any rate, if you have
+ generated an index file with VDR version 2.0.6 you may want to do so again with this
+ version to make sure the index is OK.