From patchwork Thu Aug 4 01:25:32 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Niedermayer X-Patchwork-Id: 87 Delivered-To: ffmpegpatchwork@gmail.com Received: by 10.103.140.67 with SMTP id o64csp970132vsd; Wed, 3 Aug 2016 18:46:22 -0700 (PDT) X-Received: by 10.194.168.197 with SMTP id zy5mr72974598wjb.112.1470275182385; Wed, 03 Aug 2016 18:46:22 -0700 (PDT) Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org. [79.124.17.100]) by mx.google.com with ESMTP id y70si1298567wme.88.2016.08.03.18.46.21; Wed, 03 Aug 2016 18:46:22 -0700 (PDT) Received-SPF: pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) client-ip=79.124.17.100; Authentication-Results: mx.google.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 37F4268A39C; Thu, 4 Aug 2016 04:46:09 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org 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 2473D68A33C for ; Thu, 4 Aug 2016 04:25:38 +0300 (EEST) Received: from mfilter15-d.gandi.net (mfilter15-d.gandi.net [217.70.178.143]) by relay6-d.mail.gandi.net (Postfix) with ESMTP id 7088EFB887 for ; Thu, 4 Aug 2016 03:25:44 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mfilter15-d.gandi.net Received: from relay6-d.mail.gandi.net ([IPv6:::ffff:217.70.183.198]) by mfilter15-d.gandi.net (mfilter15-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id CjMlemKupGO5 for ; Thu, 4 Aug 2016 03:25:42 +0200 (CEST) X-Originating-IP: 213.47.41.20 Received: from localhost (chello213047041020.graz.surfer.at [213.47.41.20]) (Authenticated sender: michael@niedermayer.cc) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id ADCE6FB8A0 for ; Thu, 4 Aug 2016 03:25:42 +0200 (CEST) Date: Thu, 4 Aug 2016 03:25:32 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20160804012532.GJ5460@nb4> References: <20160803210621.68081-1-mindmark@gmail.com> MIME-Version: 1.0 In-Reply-To: <20160803210621.68081-1-mindmark@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Re: [FFmpeg-devel] [PATCH] tests/fate/dnxhd: add dnxhr mov tests X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 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 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" On Wed, Aug 03, 2016 at 02:06:21PM -0700, Mark Reid wrote: > --- > tests/fate/vcodec.mak | 18 +++++++++++++++++- > tests/ref/vsynth/vsynth1-dnxhd-hr-hq-mov | 4 ++++ > tests/ref/vsynth/vsynth1-dnxhd-hr-lb-mov | 4 ++++ > tests/ref/vsynth/vsynth1-dnxhd-hr-sq-mov | 4 ++++ > tests/ref/vsynth/vsynth1-dnxhd-uhd-hr-mov | 4 ++++ > tests/ref/vsynth/vsynth2-dnxhd-hr-hq-mov | 4 ++++ > tests/ref/vsynth/vsynth2-dnxhd-hr-lb-mov | 4 ++++ > tests/ref/vsynth/vsynth2-dnxhd-hr-sq-mov | 4 ++++ > tests/ref/vsynth/vsynth3-dnxhd-hr-hq-mov | 4 ++++ > tests/ref/vsynth/vsynth3-dnxhd-hr-lb-mov | 4 ++++ > tests/ref/vsynth/vsynth3-dnxhd-hr-sq-mov | 4 ++++ > tests/ref/vsynth/vsynth_lena-dnxhd-hr-hq-mov | 4 ++++ > tests/ref/vsynth/vsynth_lena-dnxhd-hr-lb-mov | 4 ++++ > tests/ref/vsynth/vsynth_lena-dnxhd-hr-sq-mov | 4 ++++ > 14 files changed, 69 insertions(+), 1 deletion(-) > create mode 100644 tests/ref/vsynth/vsynth1-dnxhd-hr-hq-mov > create mode 100644 tests/ref/vsynth/vsynth1-dnxhd-hr-lb-mov > create mode 100644 tests/ref/vsynth/vsynth1-dnxhd-hr-sq-mov > create mode 100644 tests/ref/vsynth/vsynth1-dnxhd-uhd-hr-mov > create mode 100644 tests/ref/vsynth/vsynth2-dnxhd-hr-hq-mov > create mode 100644 tests/ref/vsynth/vsynth2-dnxhd-hr-lb-mov > create mode 100644 tests/ref/vsynth/vsynth2-dnxhd-hr-sq-mov > create mode 100644 tests/ref/vsynth/vsynth3-dnxhd-hr-hq-mov > create mode 100644 tests/ref/vsynth/vsynth3-dnxhd-hr-lb-mov > create mode 100644 tests/ref/vsynth/vsynth3-dnxhd-hr-sq-mov > create mode 100644 tests/ref/vsynth/vsynth_lena-dnxhd-hr-hq-mov > create mode 100644 tests/ref/vsynth/vsynth_lena-dnxhd-hr-lb-mov > create mode 100644 tests/ref/vsynth/vsynth_lena-dnxhd-hr-sq-mov fails on qemu-mips Test vsynth1-dnxhd-hr-hq-mov failed. Look at tests/data/fate/vsynth1-dnxhd-hr-hq-mov.err for details. make: *** [fate-vsynth1-dnxhd-hr-hq-mov] Error 1 [...] --- ffmpeg/tests/ref/vsynth/vsynth_lena-dnxhd-hr-hq-mov 2016-08-04 02:58:10.906274759 +0200 +++ tests/data/fate/vsynth_lena-dnxhd-hr-hq-mov 2016-08-04 03:19:26.514301634 +0200 @@ -1,4 +1,4 @@ -7ffe504b76eaab61aa7c9e7c489493c2 *tests/data/fate/vsynth_lena-dnxhd-hr-hq-mov.mov +1437990f6eee843f61ddfb7742f4db67 *tests/data/fate/vsynth_lena-dnxhd-hr-hq-mov.mov 4772599 tests/data/fate/vsynth_lena-dnxhd-hr-hq-mov.mov -0668971f3a93f5886c9b3c1db0b29307 *tests/data/fate/vsynth_lena-dnxhd-hr-hq-mov.out.rawvideo +9afce75639422dfe1c61aee09a9f2a1e *tests/data/fate/vsynth_lena-dnxhd-hr-hq-mov.out.rawvideo stddev: 1.34 PSNR: 45.54 MAXDIFF: 23 bytes: 7603200/ 760320 Test vsynth_lena-dnxhd-hr-hq-mov failed. Look at tests/data/fate/vsynth_lena-dnxhd-hr-hq-mov.err for details. make: *** [fate-vsynth_lena-dnxhd-hr-hq-mov] Error 1 make: *** Waiting for unfinished jobs.... --- ffmpeg/tests/ref/vsynth/vsynth2-dnxhd-hr-hq-mov 2016-08-04 02:58:10.906274759 +0200 +++ tests/data/fate/vsynth2-dnxhd-hr-hq-mov 2016-08-04 03:19:26.574301637 +0200 @@ -1,4 +1,4 @@ -81b386d921f20e396cf430e003d992a0 *tests/data/fate/vsynth2-dnxhd-hr-hq-mov.mov +73319ca2930ab36e170a676c18007b10 *tests/data/fate/vsynth2-dnxhd-hr-hq-mov.mov 4772599 tests/data/fate/vsynth2-dnxhd-hr-hq-mov.mov -1ddcf688a127b07b5f22caf2d107e112 *tests/data/fate/vsynth2-dnxhd-hr-hq-mov.out.rawvideo +e077ac606b3f0bc6346991513e6f5fa4 *tests/data/fate/vsynth2-dnxhd-hr-hq-mov.out.rawvideo stddev: 1.56 PSNR: 44.25 MAXDIFF: 33 bytes: 7603200/ 760320 Test vsynth2-dnxhd-hr-hq-mov failed. Look at tests/data/fate/vsynth2-dnxhd-hr-hq-mov.err for details. make: *** [fate-vsynth2-dnxhd-hr-hq-mov] Error 1 --- ffmpeg/tests/ref/vsynth/vsynth3-dnxhd-hr-hq-mov 2016-08-04 02:58:10.906274759 +0200 +++ tests/data/fate/vsynth3-dnxhd-hr-hq-mov 2016-08-04 03:19:26.758301641 +0200 @@ -1,4 +1,4 @@ -52090473216007402c79ec55020eb4d1 *tests/data/fate/vsynth3-dnxhd-hr-hq-mov.mov +1f7ada7b9a6d5d065fe19d046bd9687e *tests/data/fate/vsynth3-dnxhd-hr-hq-mov.mov 4772599 tests/data/fate/vsynth3-dnxhd-hr-hq-mov.mov -aa2e6c13a1e7760a22fccfca9faacdf3 *tests/data/fate/vsynth3-dnxhd-hr-hq-mov.out.rawvideo +72dbb9f8058537f7f2f7c78e01d3de62 *tests/data/fate/vsynth3-dnxhd-hr-hq-mov.out.rawvideo stddev: 6.92 PSNR: 31.32 MAXDIFF: 50 bytes: 86700/ 8670 Test vsynth3-dnxhd-hr-hq-mov failed. Look at tests/data/fate/vsynth3-dnxhd-hr-hq-mov.err for details. make: *** [fate-vsynth3-dnxhd-hr-hq-mov] Error 1 --- ffmpeg/tests/ref/vsynth/vsynth1-dnxhd-hr-hq-mov 2016-08-04 02:58:10.906274759 +0200 +++ tests/data/fate/vsynth1-dnxhd-hr-hq-mov 2016-08-04 03:19:27.074301647 +0200 @@ -1,4 +1,4 @@ -c3d235535a67f8716c867a26ea2e6973 *tests/data/fate/vsynth1-dnxhd-hr-hq-mov.mov +5abb6bfecd8c285248ea0638d0c40376 *tests/data/fate/vsynth1-dnxhd-hr-hq-mov.mov 4772599 tests/data/fate/vsynth1-dnxhd-hr-hq-mov.mov -e09ffa29e069e4dac0b8ce9692f9cccb *tests/data/fate/vsynth1-dnxhd-hr-hq-mov.out.rawvideo +07a48aed8f020e68391b63a400516e7f *tests/data/fate/vsynth1-dnxhd-hr-hq-mov.out.rawvideo stddev: 5.73 PSNR: 32.96 MAXDIFF: 56 bytes: 7603200/ 760320