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 5F83147F7F for ; Thu, 7 Dec 2023 02:12:50 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 091E668CC17; Thu, 7 Dec 2023 04:12:48 +0200 (EET) Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id E226768C919 for ; Thu, 7 Dec 2023 04:12:40 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id 1BEEFFF805 for ; Thu, 7 Dec 2023 02:12:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1701915160; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=3DxfVb7cW8bbP1eAmJe3DU4EgaEPDmKsL6sfOPCQk10=; b=LyPFdhZks5fqC8UPcQy2g0pmSqMzWCpMv2nqVdW3ZNglTqx2PWUdsL0daRZkJFmlUeTHzq TsNp9VM89cGHUB1GCv+6SGuUwsJ3NghysViDf/G7Fy7nS/WhXtRqzBOa4XI0iSvDGTSmAa ra07ijSDuwB6YyrA6HofG20waDix7pT/WOfwd5o3Li4+qzf7Pd56q8Y7BoLsmEgAjUrcmL r8psyLef7c3tKT3SXdbu/XdNqi1auI9bkWKzPqj0z/pH8BsfGwt3MjNLYhaiz+DXmsTE9y dvLdvSDRYtAOSMVWmGLi4i6X0inKISyYnuTpoS1SgwBIYngXjVPv+Laphh/Eow== Date: Thu, 7 Dec 2023 03:12:39 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20231207021239.GD3543730@pb2> References: MIME-Version: 1.0 In-Reply-To: X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH] tests/fate: add median filter test 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="===============0411535754133399937==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============0411535754133399937== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="PhbSnOHb0J/i9ODE" Content-Disposition: inline --PhbSnOHb0J/i9ODE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Dec 06, 2023 at 12:21:02PM +0100, Paul B Mahol wrote: > Attached. > fate/filter-video.mak | 3 +++ > ref/fate/filter-median | 1 + > 2 files changed, 4 insertions(+) > 13f347a427b22bbb5ea4959ad092435d6f10c8d9 0001-tests-fate-add-median-filt= er-test.patch > From 2c54553b83f2b67f781c67cb72deb4a5f267a8f1 Mon Sep 17 00:00:00 2001 > From: Paul B Mahol > Date: Wed, 6 Dec 2023 12:17:54 +0100 > Subject: [PATCH] tests/fate: add median filter test >=20 > Signed-off-by: Paul B Mahol > --- > tests/fate/filter-video.mak | 3 +++ > tests/ref/fate/filter-median | 1 + > 2 files changed, 4 insertions(+) > create mode 100644 tests/ref/fate/filter-median Tested on mingw32/64, x86 64&32 linux, arm & mips qemu all work fine thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB It is what and why we do it that matters, not just one of them. --PhbSnOHb0J/i9ODE Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZXEqEwAKCRBhHseHBAsP q01pAJ0duarwHlumI27Uf5BPi3s3N4fyPwCfTdk4i3bIHqKyBQMmUHc1Na+XfIE= =xpdb -----END PGP SIGNATURE----- --PhbSnOHb0J/i9ODE-- --===============0411535754133399937== 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". --===============0411535754133399937==--