From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 7D28D4A49B for ; Thu, 28 Mar 2024 13:00:12 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 1823968D5E2; Thu, 28 Mar 2024 15:00:10 +0200 (EET) Received: from haasn.dev (haasn.dev [78.46.187.166]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 9BE1268CDAA for ; Thu, 28 Mar 2024 15:00:04 +0200 (EET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=haasn.xyz; s=mail; t=1711630804; bh=x5XLzyBooj9ClaqdurzQ+JTe16mgd0ANQ2EPhlRX0w4=; h=Date:From:To:Subject:In-Reply-To:References:From; b=tf7CrHGER3+pSvLplC6bDgbB9FxJ4KrxoAh3k95JBycTxIw8zcWEDD2ghCxGhL+Yh LnuYRzS4MLW6vc068DCDERE+7ZGXQrPIq0RbY/7kK+8XekS5nEKict3En3p29A16mk nRn/YZb6+poe05GRDFIn/oqzRDHaLxuGmlKxIDLs= Received: from haasn.dev (unknown [10.30.0.2]) by haasn.dev (Postfix) with ESMTP id 5DB3540BD5 for ; Thu, 28 Mar 2024 14:00:04 +0100 (CET) Date: Thu, 28 Mar 2024 14:00:04 +0100 Message-ID: <20240328140004.GE104877@haasn.xyz> From: Niklas Haas To: ffmpeg-devel@ffmpeg.org In-Reply-To: <20240323192440.38264-1-ffmpeg@haasn.xyz> References: <20240323192440.38264-1-ffmpeg@haasn.xyz> MIME-Version: 1.0 Content-Disposition: inline Subject: Re: [FFmpeg-devel] [PATCH v2 0/8] Dolby Vision extension block parsing X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: 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 ff_dovi_ctx_flush() > - Switch to using ff_refstruct to properly manage ext_block lifetime > - Properly attach parsed extension blocks to the frame side data > - Avoid UB on get_cie_xy > - Validate num_ext_blocks > - Added commit fixing incorrect return code on invalid data > - Removed redundant extra init_get_bits8 > - Reorderd fields to avoid unnecessary padding Ping, any further comments / objections? > > _______________________________________________ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".