Changeset b92e1414 in ffmpeg

Timestamp:
Oct 4, 2022, 11:40:16 AM (2 years ago)
Author:
James Almer <jamrial@gmail.com>
Branches:
master
Children:
fccb23b7
Parents:
8f4b000c
git-author:
James Almer <jamrial@gmail.com> (08/15/22 17:46:09)
git-committer:
James Almer <jamrial@gmail.com> (10/04/22 11:40:16)
Message:

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>

(No files)

Note: See TracChangeset for help on using the changeset viewer.