Re: [FFmpeg-devel] [PATCH v2 0/8] Dolby Vision extension block parsing

2024-03-28 Thread Niklas Haas
On Sat, 23 Mar 2024 20:19:49 +0100 Niklas Haas wrote: > Changes since v1: > - Rebased onto master > - Dropped av_dovi_metadata_alloc_ext(), instead statically allocate > space for 32 extension blocks (AV_DOVI_MAX_EXT_BLOCKS) > - Removed misleading comment on nlq_pivots > - Fix memory leak on

[FFmpeg-devel] [PATCH v2 0/8] Dolby Vision extension block parsing

2024-03-23 Thread Niklas Haas
Changes since v1: - Rebased onto master - Dropped av_dovi_metadata_alloc_ext(), instead statically allocate space for 32 extension blocks (AV_DOVI_MAX_EXT_BLOCKS) - Removed misleading comment on nlq_pivots - Fix memory leak on ff_dovi_ctx_flush() - Switch to using ff_refstruct to properly manage