summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2015-01-20 09:33:07 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2015-01-20 09:33:07 +0100
commit53db7fdc508720950d3f76958e99bd42de87c97b (patch)
treede5dce2bdaa341e9c62bb4dba44c8b427ee5cfbc /HISTORY
parent70aa4e42472653055e2025a0c5de322de82ebfd4 (diff)
downloadvdr-53db7fdc508720950d3f76958e99bd42de87c97b.tar.gz
vdr-53db7fdc508720950d3f76958e99bd42de87c97b.tar.bz2
Added entries for version 2.0.7
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY19
1 files changed, 19 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index d3177abf..8adc65ca 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8395,6 +8395,25 @@ Video Disk Recorder Revision History
- Added the new command line option --updindex, which can be used to update an
incomplete index of a recording (based on a patch from Helmut Auer).
+2015-01-20: Version 2.0.7
+
+- Fixed a possible division by zero in frame rate detection.
+- Fixed a bug in the Makefile when installing plugins with LCLBLD=1 (thanks to
+ Stefan Huelswitt).
+- Fixed jumping to an absolute position via the Red key in case replay was paused
+ (reported by Dieter Ferdinand).
+- 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.
+
2015-01-20: Version 2.1.8
- Updated the Italian OSD texts (thanks to Diego Pierotto).