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 BFD084A050 for ; Mon, 18 Mar 2024 16:57:35 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id AD1E768D321; Mon, 18 Mar 2024 18:57:07 +0200 (EET) Received: from haasn.dev (haasn.dev [78.46.187.166]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id D25CF68D2DC for ; Mon, 18 Mar 2024 18:56:57 +0200 (EET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=haasn.xyz; s=mail; t=1710781016; bh=HpZ4DFM9EERPlz5A2J7apYa1eFDeO/ZC6Nbq0fgwNkE=; h=From:To:Subject:Date:From; b=My3KCHAHpK5t5HRP7wgi7+u/h8C7uK3TGYdYzTK79YrQLh6oba2ANzUv1MNEdCvG6 8Uoqgl2bMHsmip9e3vct/6+FolPqpisn3J+PBxLUmYlMhWGX7lEz53YilQnoNARBhB lamWWFHa41n3prD4FbYPrKj+1uT0c9hbQ/Bt+9IU= Received: from haasn.dev (unknown [10.30.0.2]) by haasn.dev (Postfix) with ESMTP id 945D9402FF for ; Mon, 18 Mar 2024 17:56:56 +0100 (CET) From: Niklas Haas To: ffmpeg-devel@ffmpeg.org Date: Mon, 18 Mar 2024 17:54:08 +0100 Message-ID: <20240318165651.75520-1-ffmpeg@haasn.xyz> X-Mailer: git-send-email 2.44.0 MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH v4 00/13] 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 since v3: - Moved metadata into common AVFilmGrainParams struct, as per James Almer's recommendation - Fixed width/height field validation - Signal this metadata for AV1 (instead of setting it to unspecified) - Implement ffprobe/showinfo support for the new fields _______________________________________________ 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".