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 E54994830D for ; Sat, 23 Mar 2024 19:24:53 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id CC06968D376; Sat, 23 Mar 2024 21:24:50 +0200 (EET) Received: from haasn.dev (haasn.dev [78.46.187.166]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id D3DAD68D109 for ; Sat, 23 Mar 2024 21:24:43 +0200 (EET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=haasn.xyz; s=mail; t=1711221883; bh=mcm6C+0fSMY6+eWbw7SsJC7Fk+ZY7oGbTmGT9brnzfU=; h=From:To:Subject:Date:From; b=pNWVJcHNaSmyr3+CIoIHpkN5utpfiJDbyeQ9j3zspeXhSViRWTKbl4/zLE5tIRSFC YBc9wfK5R+CfFtKPAMZ2JrBnRh3M84zgvdwxStx8V4kuNwXcHdy6JrkOf3GQ6lj4Hx Lp0SPRRqgQMGW82vYXRJb9CmAb8nUmAIrVYYnFGU= Received: from haasn.dev (unknown [10.30.0.2]) by haasn.dev (Postfix) with ESMTP id 831BF40015 for ; Sat, 23 Mar 2024 20:24:43 +0100 (CET) From: Niklas Haas To: ffmpeg-devel@ffmpeg.org Date: Sat, 23 Mar 2024 20:19:49 +0100 Message-ID: <20240323192440.38264-1-ffmpeg@haasn.xyz> X-Mailer: git-send-email 2.44.0 MIME-Version: 1.0 Subject: [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: 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 _______________________________________________ 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".