diff options
author | James Almer <jamrial@gmail.com> | 2022-08-15 14:46:09 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2022-10-04 08:40:16 -0300 |
commit | b92e14147f8efb32f3dbbb112dbaa5a5ab9bcd03 (patch) | |
tree | 7f361064f8cf58916e86c70c12d8d0be3ebf3608 /INSTALL.md | |
parent | 8f4b000c37353807666db3f5025cc4a77f039c32 (diff) | |
download | ffmpeg-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 'INSTALL.md')
0 files changed, 0 insertions, 0 deletions