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 6872849F68 for ; Fri, 15 Mar 2024 12:04:54 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 3C1D268D13D; Fri, 15 Mar 2024 14:04:52 +0200 (EET) Received: from haasn.dev (haasn.dev [78.46.187.166]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 5279C68CF9D for ; Fri, 15 Mar 2024 14:04:46 +0200 (EET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=haasn.xyz; s=mail; t=1710504286; bh=nLOaNkYEPdNpZxyWpQto7bLUJq48NbUp2gKelnuNUtQ=; h=From:To:Subject:Date:From; b=ZGleDomNkxRAoA0/VO2rryIMXrqFPq4e77emjkUvWmzw8d992eVZ1/ZPQUvaPOX8Q lWtBeTY6GHkt6Hg8v38TI90R0N2kocDMGtH/F+3uzqpxMV4nET7RyVENveDCYYohga C065HGwYJErgdMtxoiBsZbclrgVokcHWBBLHZAGQ= Received: from haasn.dev (unknown [10.30.0.2]) by haasn.dev (Postfix) with ESMTP id 0C30F40247 for ; Fri, 15 Mar 2024 13:04:46 +0100 (CET) From: Niklas Haas To: ffmpeg-devel@ffmpeg.org Date: Fri, 15 Mar 2024 12:58:53 +0100 Message-ID: <20240315120442.73754-1-ffmpeg@haasn.xyz> X-Mailer: git-send-email 2.44.0 MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH v3 0/9] AFGS1 film grain support 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 from v2: - Expose the AFGS1-exclusive parameters publicly (as part of AVFilmGrainAOMParams) - Slightly change the AFGS1 parsing code as a result - Properly clear whole struct on error, to avoid leaking bad state - Attach all parameter sets (as separate side data instances), rather than just the best - Add a new public helper function to choose/validate fgp sets Ended up replacing v2 entirely, instead of making this a separate series, because I ended up entirely deleting the internal AFGS1 param set structure I was using previously. _______________________________________________ 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".