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 0A046429BE for ; Fri, 10 Jun 2022 14:11:32 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id A28946881AC; Fri, 10 Jun 2022 17:11:29 +0300 (EEST) Received: from mail-ot1-f46.google.com (mail-ot1-f46.google.com [209.85.210.46]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 2D95E68A484 for ; Fri, 10 Jun 2022 17:11:23 +0300 (EEST) Received: by mail-ot1-f46.google.com with SMTP id 93-20020a9d02e6000000b0060c252ee7a4so3495516otl.13 for ; Fri, 10 Jun 2022 07:11:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=AHL23PGP8y0J2yzdjx1nE0Jotr7egLZZpzcwi25wGO4=; b=qCemMZM1K0bVN7pcfSh2BlUpSlz2FbE6R4nBjXvXvalrwuPOazezvlGflacMfAywRj iSIc2ITHgCh0yCemaPQwMS5kK8yjVZLZH+WM+qlG3iIdgLSmg1J3V6rAAS8HF3n1cA16 ntcwoDFBnFa7vPRVhGbjcXbcS62jPvwSOgyQrFSSXL6wPpBN+fO0K4+IpLCWsc4rcGOf rLgojLemXnMSBAw0ny/kgNzd73ed8tqYBLpVQ6OOWh+2cns0tXa2iqk+Iv4ct6en4iTm B3euPWl8Xu/Qd2dMc7q8TKbk7r0RcxU+RDmyQUcmnvkj7nftvD5/caIp+7PBfs+JhSYi zT0Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=AHL23PGP8y0J2yzdjx1nE0Jotr7egLZZpzcwi25wGO4=; b=5RL72bvGAKfdMM3T2HvNOHFOzJDlHvwxfxP0YhU0ULnMUtm3WZJ2FYix0teoiYXxku DwowNjK3WRCvJTEzub+AoVFsHxFnKIR6QAVD6jEMJsB2sO1x8zlhkOib+hNyDJ3xkliz TqBdEeZ8RZ5hNTjA5MXl0ZPfClAqyxj5BYA/BdKmWwpcSOLFV8xrif9zDCJu6oYlrSvl oVxanYF6m6eVO/Tx9oLMq+2wDXC81EwIT4z+Qd4G1FLPEbxJOesi7CNdbqVA+pLqkZAh AaX82PRy20kCBICZ/zhXd4BJT5sVyFhc7d5kbwgLc6eJ9sWMJ61H8Z7iMTUG/CIlfkrF Ic+w== X-Gm-Message-State: AOAM530BhW/PQ0EFCJ5tPjOUlHtkzFl4SM4sLLwdpo/vZMt+CYZTNxN4 otBAeGxLqkulysge+izdTgKtQ/Faivxyaepkn6oY5sdE X-Google-Smtp-Source: ABdhPJydA8OnSMQ/p/HJ95JHQqYccb7SOsUy3SpuxyrJdLdNvgTT502vYcnpnl0xEoc+O1sMsWAd9TJ/Iq21WZ2JpmU= X-Received: by 2002:a05:6830:1649:b0:60c:20f5:bef3 with SMTP id h9-20020a056830164900b0060c20f5bef3mr4689871otr.318.1654870281638; Fri, 10 Jun 2022 07:11:21 -0700 (PDT) MIME-Version: 1.0 References: <20220601203337.1116134-1-matthieu.bouron@gmail.com> <20220602191331.GR396728@pb2> In-Reply-To: <20220602191331.GR396728@pb2> From: Matthieu Bouron Date: Fri, 10 Jun 2022 16:11:10 +0200 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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: 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: On Thu, Jun 2, 2022 at 9:13 PM Michael Niedermayer wrote: > 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 > has this been tested ? (various scaled and non scaled) variants ? > 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 ? [...] _______________________________________________ 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".