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

James Almer jamrial at gmail.com
Mon Jan 15 18:50:44 EET 2024


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
> exported.
> 
> Based on a patch by Swaraj Hota.
> 
> Co-authored-by: Swaraj Hota <swarajhota353 at gmail.com>
> Signed-off-by: James Almer <jamrial at gmail.com>
> ---
>   libavformat/isom.h                            |  19 +-
>   libavformat/mov.c                             | 292 +++++++++++++-----
>   .../fate/mov-avif-demux-still-image-1-item    |   2 +-
>   .../mov-avif-demux-still-image-multiple-items |   2 +-
>   4 files changed, 228 insertions(+), 87 deletions(-)

Will apply.


More information about the ffmpeg-devel mailing list