Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avformat/imf: fix packet pts, dts and muxing | Pierre-Anthony Lemieux | 2022-02-20 | 1 | -10/+10 |
| | | | | | | | | | | The IMF demuxer does not set the DTS and PTS of packets accurately in all scenarios. Moreover, audio packets are not trimmed when they exceed the duration of the underlying resource. imf-cpl-with-repeat FATE ref file is regenerated. Addresses https://trac.ffmpeg.org/ticket/9611 | ||||
* | avformat/imf: add IMF CPL with repeated resources to FATE | Pierre-Anthony Lemieux | 2022-02-03 | 1 | -0/+46 |
Signed-off-by: Pierre-Anthony Lemieux <[email protected]> Signed-off-by: Andreas Rheinhardt <[email protected]> |