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 74E4A49F5E for ; Fri, 15 Mar 2024 10:17:31 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id D52F268D0F6; Fri, 15 Mar 2024 12:17:28 +0200 (EET) Received: from haasn.dev (haasn.dev [78.46.187.166]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 1A5D168D092 for ; Fri, 15 Mar 2024 12:17:22 +0200 (EET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=haasn.xyz; s=mail; t=1710497841; bh=Bew1wUXNihNm423+z+kS1Lk8LWcrFkoNW9iR+PzXRio=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=lUCvUAuKYAHBB79n85ailoTeEu/uVYzCt4cpP9reazifK905hgMvNufp0ICmciUID D2ypXJ7xmdviAtbOAL4CG5BwgaQfVSzkuiB8KdU0PamJGKNplwMpIzeYBUIOmgEMwb nAhQ/OhZGGBJNeEjp9b9L0D17z0VfhVJ6aBTCt9A= Received: from haasn.dev (unknown [10.30.0.2]) by haasn.dev (Postfix) with ESMTP id E51FC40247; Fri, 15 Mar 2024 11:17:20 +0100 (CET) Date: Fri, 15 Mar 2024 11:17:20 +0100 Message-ID: <20240315111720.GB21247@haasn.xyz> From: Niklas Haas To: ffmpeg-devel@ffmpeg.org In-Reply-To: <20240308132108.28337-1-ffmpeg@haasn.xyz> References: <20240308132108.28337-1-ffmpeg@haasn.xyz> MIME-Version: 1.0 Content-Disposition: inline Subject: Re: [FFmpeg-devel] [PATCH v2 1/4] avcodec/aom_film_grain: add AOM film grain synthesis 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 Cc: Niklas Haas 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: Tested and validated against official reference files. Any objection to merging this as-is? I would rather submit a separate series for adding a new public API, as well as for exposing multiple film grain parameter sets, both of which are incremental additions on top of the parsing and synthesis code this series adds. _______________________________________________ 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".