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 99A8E43866 for ; Fri, 1 Jul 2022 08:08:36 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 9192C68B817; Fri, 1 Jul 2022 11:08:33 +0300 (EEST) Received: from mail-lf1-f47.google.com (mail-lf1-f47.google.com [209.85.167.47]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 4101868AF9F for ; Fri, 1 Jul 2022 11:08:27 +0300 (EEST) Received: by mail-lf1-f47.google.com with SMTP id t24so2534353lfr.4 for ; Fri, 01 Jul 2022 01:08:27 -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=AEYhbrynG0Uhzfm0fsA3Owax59ppt4ozsdba4kso3aI=; b=jGsKGKY02yLGsyBHzK7EFtqyo3qjb6GlvJXTJCD5Z4layqLVnG/4lo22QHMZoYuPpR SJeMWVKgdobFxOx6Kn4wXsgHKKTx7nbfy0maVG0xtY3jf8VDnzGGOeH2c+Vhlyh8E9xa gUda15c7inW61Fg7OOM+0XTIaqftbFY9CufOeejlzrkyDZOOQ9rWhpBpiHH0CanWhFIE mfwjhBg+ncL8P8GgizApBUvM52UFRgOBCV7FjcmbKJGKZjuvaGVAr/a8H/qrfp7sQTeF wT6MDvlqRrm976ca3BmnjHKhZVcRuQSINNVtQ/ucfF+dxfki+gv3D+IBKBok1NHI3n8R 2jPA== 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=AEYhbrynG0Uhzfm0fsA3Owax59ppt4ozsdba4kso3aI=; b=hRjo7tt8fjN6SNUCmS6htvw8XkNboia6YoaQhTQpv6MB2gDqqS7NafTzPFgfzvoRVz 2FwydaLTkNaSnucHdFMuDY5ypBCAa/c/TD7OW0NPw61arQOV5DJTwfYNRhexQDPQnTf8 ko93etBX6NvNJC+x6i8DdZzZzuiLE1mvfnW/YVEcNOJ1iOnDvO2mOzfVXTiHWuVP5oin 9KMx5xkJ5Pi5Amayao4HnX9mDqtZ525970pxk6wf1U9ObnYk6zEBjRzjd8E6HDnPYcYs FnF6yrYgCr7jWtCI8TAoOgcNeKXXf8HrPocY4WPig8+Nmy9tbDA5LREGwFZjjJQ+Zklc HOcQ== X-Gm-Message-State: AJIora/T/bAgmnwvrWTFdbRysiy4YX0doSA644A4ojC3P57gG4ua6+/X MYzG5DtVNdsowlig8e5FHRz+g8bm9J1H+RTB9oWjbapi X-Google-Smtp-Source: AGRyM1v86nVi5YbQWoLlgV3u+G1c9HF8mckzSXvY1/Udis/mx5tiLXI1RZDx6Oh9zEmXZBjcfZm5CRTvR+xY9bxeC5c= X-Received: by 2002:a05:6512:b9b:b0:47f:6aae:ecc5 with SMTP id b27-20020a0565120b9b00b0047f6aaeecc5mr8198606lfv.412.1656662905683; Fri, 01 Jul 2022 01:08:25 -0700 (PDT) MIME-Version: 1.0 References: <20220601203337.1116134-1-matthieu.bouron@gmail.com> <20220602191331.GR396728@pb2> <20220611153518.GF396728@pb2> In-Reply-To: <20220611153518.GF396728@pb2> From: Matthieu Bouron Date: Fri, 1 Jul 2022 10:08:14 +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 Sat, Jun 11, 2022 at 5:35 PM Michael Niedermayer wrote: > On Fri, Jun 10, 2022 at 04:11:10PM +0200, Matthieu Bouron wrote: > > On Thu, Jun 2, 2022 at 9:13 PM Michael Niedermayer < > michael@niedermayer.cc> > > 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 ? > > you can test manually or use something like > libswscale/tests/swscale.c > I manually tested without any issue: il, field, fieldorder, copy, crop, hflip, null, pad, scale and vflip. _______________________________________________ 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".