summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-11-25 14:21:15 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-11-25 14:21:15 +0100
commit75aee155ea67e6383df712d041f98190ced0ca65 (patch)
tree8cca83a0c68ba629d0711180dc53d1ffe75061e5 /HISTORY
parent21186ced9724572d95b62e8643677e3ba23fe627 (diff)
downloadvdr-75aee155ea67e6383df712d041f98190ced0ca65.tar.gz
vdr-75aee155ea67e6383df712d041f98190ced0ca65.tar.bz2
Changed all occurrences of MPEG4 to H264 (pointed out by Sören Moch)
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 3 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index 64c1b664..c2832734 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7245,7 +7245,7 @@ Video Disk Recorder Revision History
- Decreased the ring buffer put/get trigger sizes from 1/3 to 1/10.
- The script given to VDR with the '-r' option is now also called whenever a
recording is deleted (thanks to Alexander Wenzel).
-- Improved detecting frames in MPEG 4 video (reported by Andrey Pridvorov).
+- Improved detecting frames in H.264 video (reported by Andrey Pridvorov).
- cPatPmtParser::ParsePmt() now also recognizes stream type 0x81 as "AC3", so that
recordings that have been converted from the old PES format to TS can be played
(suggested by Jens Vogel).
@@ -7305,7 +7305,7 @@ 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
+- Improved frame detection by parsing just far enough into the H.264 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
@@ -7348,3 +7348,4 @@ Video Disk Recorder Revision History
- Updated the Macedonian OSD texts (thanks to Dimitar Petrovski).
- Fixed getting only non-video packets in cCuttingThread::GetPendingPackets() (reported
by Sören Moch).
+- Changed all occurrences of MPEG4 to H264 (pointed out by Sören Moch).