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 542B84629F for ; Mon, 14 Aug 2023 08:51:58 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 51B6F68C5CE; Mon, 14 Aug 2023 11:51:55 +0300 (EEST) Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [217.70.183.197]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 5D08668C39A for ; Mon, 14 Aug 2023 11:51:49 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 6E72A1C0004 for ; Mon, 14 Aug 2023 08:51:48 +0000 (UTC) Date: Mon, 14 Aug 2023 10:51:47 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20230814085147.GN7802@pb2> References: MIME-Version: 1.0 In-Reply-To: X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH] apsnr and asisdr filter 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: multipart/mixed; boundary="===============7072054680041509626==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============7072054680041509626== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="SiWmS7SlmToUUknY" Content-Disposition: inline --SiWmS7SlmToUUknY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Aug 13, 2023 at 05:14:48AM +0200, Paul B Mahol wrote: > Attached. > af_asdr.c | 44 ++++++++++++++++++++++++-------------------- > 1 file changed, 24 insertions(+), 20 deletions(-) > f0f248ba7e893a63a684b92a6d82ab246fc1995c 0003-avfilter-af_asdr-use-singl= e-structure-for-sums.patch > From ad9def7fad58a75450176413564543a16965d165 Mon Sep 17 00:00:00 2001 > From: Paul B Mahol > Date: Sun, 13 Aug 2023 05:03:00 +0200 > Subject: [PATCH 3/3] avfilter/af_asdr: use single structure for sums >=20 > Signed-off-by: Paul B Mahol > --- > libavfilter/af_asdr.c | 44 +++++++++++++++++++++++-------------------- > 1 file changed, 24 insertions(+), 20 deletions(-) [...] > doc/filters.texi | 7 +++++ > libavfilter/Makefile | 1=20 > libavfilter/af_asdr.c | 64 ++++++++++++++++++++++++++++++++++++++++= ++++++- > libavfilter/allfilters.c | 1=20 > 4 files changed, 72 insertions(+), 1 deletion(-) > 8ed085a8902fa86f0a99838bbd6c4b2645e187d6 0002-avfilter-add-asisdr-filter= =2Epatch > From dfb20b0f4d08428a43b38185776baf6819fc4336 Mon Sep 17 00:00:00 2001 > From: Paul B Mahol > Date: Sun, 13 Aug 2023 04:19:08 +0200 > Subject: [PATCH 2/3] avfilter: add asisdr filter >=20 > Signed-off-by: Paul B Mahol > --- > doc/filters.texi | 7 +++++ > libavfilter/Makefile | 1 + > libavfilter/af_asdr.c | 64 +++++++++++++++++++++++++++++++++++++++- > libavfilter/allfilters.c | 1 + > 4 files changed, 72 insertions(+), 1 deletion(-) [...] > doc/filters.texi | 7 ++++ > libavfilter/Makefile | 1=20 > libavfilter/af_asdr.c | 67 ++++++++++++++++++++++++++++++++++++++++= ++++--- > libavfilter/allfilters.c | 1=20 > 4 files changed, 73 insertions(+), 3 deletions(-) > 85562ee579f2ffd79d14e0d2d3d7938865dcaae3 0001-avfilter-add-apsnr-filter.= patch > From 8b457c83855ccc292a53be2bd716bf445d37d7e0 Mon Sep 17 00:00:00 2001 > From: Paul B Mahol > Date: Sun, 13 Aug 2023 02:57:57 +0200 > Subject: [PATCH 1/3] avfilter: add apsnr filter Missing tests, please add fate tests Thank you --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB When you are offended at any man's fault, turn to yourself and study your own failings. Then you will forget your anger. -- Epictetus --SiWmS7SlmToUUknY Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZNnrIAAKCRBhHseHBAsP q9vtAKCQsdUC6AXbKDtzLw+ZpLND7a5RKgCdFygk6gHc6Uu0O0tDJy4gThpoKm4= =FxNw -----END PGP SIGNATURE----- --SiWmS7SlmToUUknY-- --===============7072054680041509626== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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". --===============7072054680041509626==--