summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-03-27 14:11:43 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2009-03-27 14:11:43 +0100
commite3de25dd112fa2980752765840399c22559edd76 (patch)
tree8b8142eadf5436a5e25e66f03d41d664033d2d1d /HISTORY
parent323969e58df323ddce392be9abee5fd4019b79fc (diff)
downloadvdr-e3de25dd112fa2980752765840399c22559edd76.tar.gz
vdr-e3de25dd112fa2980752765840399c22559edd76.tar.bz2
Modified cFrameDetector::Analyze() to minimize file I/O overhead during recording
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 53e5b2e8..a674d4ce 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6003,3 +6003,6 @@ Video Disk Recorder Revision History
- Adapted cFrameDetector::Analyze() to HD NTSC broadcasts that split frames over
several payload units (thanks to Derek Kelly for reporting this and helping in
testing).
+- Modified cFrameDetector::Analyze() to make it process whole frames at once, so
+ that file I/O overhead is minimized during recording (reported by Günter
+ Niedermeier).