summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2022-08-15 14:46:09 -0300
committerJames Almer <jamrial@gmail.com>2022-10-04 08:40:16 -0300
commitb92e14147f8efb32f3dbbb112dbaa5a5ab9bcd03 (patch)
tree7f361064f8cf58916e86c70c12d8d0be3ebf3608 /Changelog
parent8f4b000c37353807666db3f5025cc4a77f039c32 (diff)
downloadffmpeg-b92e14147f8efb32f3dbbb112dbaa5a5ab9bcd03.tar.gz
avcodec: add a bsf to reorder DTS into PTS
Starting with an h264 implementation. Can be extended to support other codecs. A few caveats: - OpenGOP streams are currently not supported. The firt packet must be an IDR frame. - In some streams, a few frames at the end may not get a reordered PTS when they reference frames past EOS. The code added to derive timestamps from previous frames needs to extended. Addresses ticket #502. Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 3c28bcd991..14ba8ac874 100644
--- a/Changelog
+++ b/Changelog
@@ -16,6 +16,7 @@ version <next>:
- LAF demuxer
- APAC decoder and demuxer
- Media 100i decoders
+- DTS to PTS reorder bsf
version 5.1: