mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
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 commit is contained in:
7
HISTORY
7
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.
|
||||
|
Reference in New Issue
Block a user