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 71E3B4825A for ; Thu, 14 Dec 2023 22:21:02 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 88D5E68D297; Fri, 15 Dec 2023 00:21:00 +0200 (EET) Received: from relay2-d.mail.gandi.net (relay2-d.mail.gandi.net [217.70.183.194]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id DB96A68D0C2 for ; Fri, 15 Dec 2023 00:20:54 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id 3E4BC40007 for ; Thu, 14 Dec 2023 22:20:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1702592454; 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=zsAWlhdWffmsrtX91iUNcY92TIjfjWofKd1qUed/oYg=; b=YlCq5aLbSNMYseDaeG+DjAoBvEWd1Avt9X/VYfTD+XZfg44Y//9cZmucv4thOF6eD4lX5A xJtFQ4s1M/q56UiM9aNmtkvyRIgINgk9rvlGX6kg1EDeboRQU3D2RzlOqRS5CQgMbFP+rO pWNU/Ar7lc6UZJbfRnuC4ZVLxPR+KizYdI9AAZCh1xCe5VAuAYA3JaLlZASWgqxRCqUDoT M/3a/HxbuHiqLLlT91nv7EbTQmfjgk3ibDR03SyRQwMYCuVv4tMipm+DQJzn0dSzOtNgcJ uOM/KjvqX9hMA7ffzkCMmOYxLA/ZLRjYKQWIupQrpOpenFz8bNOhiLr+t9vnbg== Date: Thu, 14 Dec 2023 23:20:53 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20231214222053.GQ6420@pb2> References: <20231207021239.GD3543730@pb2> MIME-Version: 1.0 In-Reply-To: <20231207021239.GD3543730@pb2> 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="===============5881267253856569797==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============5881267253856569797== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="V2tfspbppmK1TQo2" Content-Disposition: inline --V2tfspbppmK1TQo2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Dec 07, 2023 at 03:12:39AM +0100, Michael Niedermayer wrote: > On Wed, Dec 06, 2023 at 12:21:02PM +0100, Paul B Mahol wrote: > > Attached. >=20 > > fate/filter-video.mak | 3 +++ > > ref/fate/filter-median | 1 + > > 2 files changed, 4 insertions(+) > > 13f347a427b22bbb5ea4959ad092435d6f10c8d9 0001-tests-fate-add-median-fi= lter-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 >=20 > Tested on mingw32/64, x86 64&32 linux, arm & mips qemu > all work fine will apply thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety -- Benjamin Franklin --V2tfspbppmK1TQo2 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZXt/xQAKCRBhHseHBAsP q49oAJ9ZXnkEU42GAnz2luDD99fslA6CBgCZAc+ZBcxesy84oZ/9b9T2yc25wJ0= =nnjQ -----END PGP SIGNATURE----- --V2tfspbppmK1TQo2-- --===============5881267253856569797== 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". --===============5881267253856569797==--