diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-11-02 14:35:57 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-11-02 14:35:57 +0100 |
commit | 57a3169013f67c8af7ab9ee505cf3b254b912168 (patch) | |
tree | ff978d96bed833f2029307e1c84e18e6b895b981 /HISTORY | |
parent | 38d48afad921baa9edf49535ca9be8ce1fda1592 (diff) | |
download | vdr-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-- | HISTORY | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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. |