summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-11-02 14:35:57 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-11-02 14:35:57 +0100
commit57a3169013f67c8af7ab9ee505cf3b254b912168 (patch)
treeff978d96bed833f2029307e1c84e18e6b895b981 /HISTORY
parent38d48afad921baa9edf49535ca9be8ce1fda1592 (diff)
downloadvdr-57a3169013f67c8af7ab9ee505cf3b254b912168.tar.gz
vdr-57a3169013f67c8af7ab9ee505cf3b254b912168.tar.bz2
Improved frame detection by parsing just far enough into the MPEG-4 NAL units to get the necessary information about frames and slices; the initial syncing of the frame detector is now done immediately after the first complete GOP has been seen
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY7
1 files changed, 6 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 2900a737..76a5978f 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7272,7 +7272,7 @@ Video Disk Recorder Revision History
".keep" to prevent a directory from being deleted when it is empty. Currently the
only file name that is ignored is ".sort".
-2012-10-16: Version 1.7.32
+2012-11-02: Version 1.7.32
- Pressing the Play key during normal live viewing mode now opens the Recordings menu
if there is no "last viewed" recording (thanks to Alexander Wenzel).
@@ -7305,3 +7305,8 @@ Video Disk Recorder Revision History
Sundararaj Reel).
- Fixed handling timers in case an event is modified and "phased out" while the timer
is recording.
+- Improved frame detection by parsing just far enough into the MPEG-4 NAL units to get
+ the necessary information about frames and slices.
+- The initial syncing of the frame detector is now done immediately after the first
+ complete GOP has been seen. This makes recordings and especially pausing live video
+ start up to twice as fast as before.