summaryrefslogtreecommitdiffstats
path: root/tests/ref/fate/imf-cpl-with-repeat
Commit message (Collapse)AuthorAgeFilesLines
* avformat/imf: fix packet pts, dts and muxingPierre-Anthony Lemieux2022-02-201-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 FATEPierre-Anthony Lemieux2022-02-031-0/+46
Signed-off-by: Pierre-Anthony Lemieux <[email protected]> Signed-off-by: Andreas Rheinhardt <[email protected]>