Re: [FFmpeg-devel] [PATCH 2/2 v2] avformat/mov: improve HEIF parsing

2024-01-15 Thread James Almer
On 1/9/2024 10:27 PM, James Almer wrote: Parse iprp and iinf boxes and children boxes to get the actual codec used (AV1 for avif, HEVC for heic), and properly export extradata and other properties in a generic way. The reference files for the avif tests are updated as the extradata is now

[FFmpeg-devel] [PATCH 2/2 v2] avformat/mov: improve HEIF parsing

2024-01-09 Thread James Almer
Parse iprp and iinf boxes and children boxes to get the actual codec used (AV1 for avif, HEVC for heic), and properly export extradata and other properties in a generic way. The reference files for the avif tests are updated as the extradata is now exported. Based on a patch by Swaraj Hota.