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 EE2E342A92 for ; Sat, 11 Jun 2022 15:35:30 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 0C53468B356; Sat, 11 Jun 2022 18:35:27 +0300 (EEST) Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [217.70.183.198]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 83C8068B034 for ; Sat, 11 Jun 2022 18:35:20 +0300 (EEST) Received: from localhost (213-47-68-29.cable.dynamic.surfer.at [213.47.68.29]) (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id AADA1C0009 for ; Sat, 11 Jun 2022 15:35:19 +0000 (UTC) Date: Sat, 11 Jun 2022 17:35:18 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20220611153518.GF396728@pb2> References: <20220601203337.1116134-1-matthieu.bouron@gmail.com> <20220602191331.GR396728@pb2> MIME-Version: 1.0 In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCH] swscale: add NV16 input/output 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="===============1892889405988521339==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============1892889405988521339== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="5l2qnUqb3CiDhrj9" Content-Disposition: inline --5l2qnUqb3CiDhrj9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jun 10, 2022 at 04:11:10PM +0200, Matthieu Bouron wrote: > On Thu, Jun 2, 2022 at 9:13 PM Michael Niedermayer > wrote: >=20 > > On Wed, Jun 01, 2022 at 10:33:37PM +0200, Matthieu Bouron wrote: > > > --- > > > libswscale/input.c | 1 + > > > libswscale/utils.c | 1 + > > > libswscale/version.h | 2 +- > > > tests/ref/fate/filter-pixdesc-nv16 | 1 + > > > tests/ref/fate/filter-pixfmts-copy | 1 + > > > tests/ref/fate/filter-pixfmts-crop | 1 + > > > tests/ref/fate/filter-pixfmts-field | 1 + > > > tests/ref/fate/filter-pixfmts-fieldorder | 1 + > > > tests/ref/fate/filter-pixfmts-hflip | 1 + > > > tests/ref/fate/filter-pixfmts-il | 1 + > > > tests/ref/fate/filter-pixfmts-null | 1 + > > > tests/ref/fate/filter-pixfmts-pad | 1 + > > > tests/ref/fate/filter-pixfmts-scale | 1 + > > > tests/ref/fate/filter-pixfmts-vflip | 1 + > > > 14 files changed, 14 insertions(+), 1 deletion(-) > > > create mode 100644 tests/ref/fate/filter-pixdesc-nv16 > > > > > Sorry for the late reply >=20 >=20 > > has this been tested ? (various scaled and non scaled) variants ? > > >=20 > I only tested the non scaled variant using the command line doing multiple > round trips to/from nv16. > Is there a particular test procedure to validate every variants ? you can test manually or use something like libswscale/tests/swscale.c [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The educated differ from the uneducated as much as the living from the dead. -- Aristotle=20 --5l2qnUqb3CiDhrj9 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCYqS2MwAKCRBhHseHBAsP qwJIAJ98p9M10ctAewXBgDtwHDppDwxJngCfYKYK2JtfNHFWogpeca+MkP6b9Ks= =7Yva -----END PGP SIGNATURE----- --5l2qnUqb3CiDhrj9-- --===============1892889405988521339== 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". --===============1892889405988521339==--