summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-01-06 15:13:26 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2009-01-06 15:13:26 +0100
commit1f3af22711602138a5fe4198003c77709c1e1028 (patch)
treeb070c5bec360b069acbfcc6666c015bbea71d11f
parentd1ea5ca06d13df24e5b0d7bf8c361425a2174832 (diff)
downloadvdr-1f3af22711602138a5fe4198003c77709c1e1028.tar.gz
vdr-1f3af22711602138a5fe4198003c77709c1e1028.tar.bz2
Fixed outdated remarks
-rw-r--r--HISTORY8
1 files changed, 4 insertions, 4 deletions
diff --git a/HISTORY b/HISTORY
index 68bdc338..1ad179d1 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5868,9 +5868,9 @@ Video Disk Recorder Revision History
255).
+ The recording file names are now of the form 00001.ts (previously 001.vdr).
+ The frame rate is now detected by looking at two subsequent PTS values.
- The "frame duration" (in multiples of 1/90000) is stored in the info.vdr
- file using the new tag F (thanks to Artur Skawina for helping to get the
- IndexToHMSF() calculation right).
+ The "frames per second" is stored in the "info" file using the new tag F
+ (thanks to Artur Skawina for helping to get the IndexToHMSF() calculation
+ right).
+ Several functions now have an additional parameter FramesPerSecond.
+ Several functions now have an additional parameter IsPesRecording.
+ The functionality of cFileWriter was moved into cRecorder, and cRemux is
@@ -5882,7 +5882,7 @@ Video Disk Recorder Revision History
+ The directory name for a recording has been changed from
YYYY-MM-DD-hh[.:]mm.pr.lt.rec (pr=priority, lt=lifetime) to
YYYY-MM-DD-hh.mm.ch-ri.rec (ch=channel, ri=resumeId).
- Priority and Lifetime are now stored in the info.vdr file with the new
+ Priority and Lifetime are now stored in the "info" file with the new
tags P and L (if no such file exists, the maximum values are assumed by
default, which avoids inadvertently deleting a recording if disk space
is low). No longer storing Priority and Lifetime in the directory name