Re: [FFmpeg-devel] [PATCH 4/4] fate: add v210 mov test

2017-11-19 Thread Michael Niedermayer
On Sat, Nov 18, 2017 at 09:19:29PM -0500, Dave Rice wrote:
> From fe9e3aa13ecf3b4cb81f279696bcc21602662e7a Mon Sep 17 00:00:00 2001
> From: Dave Rice 
> Date: Sat, 18 Nov 2017 20:32:33 -0500
> Subject: [PATCH 4/4] fate: add v210 mov test
> 
> ---
>  tests/fate/vcodec.mak | 4 
>  tests/ref/vsynth/vsynth1-mov-v210 | 4 
>  2 files changed, 8 insertions(+)
>  create mode 100644 tests/ref/vsynth/vsynth1-mov-v210
> 
> diff --git a/tests/fate/vcodec.mak b/tests/fate/vcodec.mak
> index bbcf25d72a..0206312a53 100644
> --- a/tests/fate/vcodec.mak
> +++ b/tests/fate/vcodec.mak
> @@ -360,6 +360,10 @@ fate-vsynth%-mov-bpp16:  CODEC   = rawvideo
>  fate-vsynth%-mov-bpp16:  ENCOPTS = -pix_fmt rgb565le
>  fate-vsynth%-mov-bpp16:  FMT  = mov
>  
> +FATE_VCODEC-$(call ENCDEC, V210, MOV) += mov-v210
> +fate-vsynth%-mov-v210:  CODEC = v210
> +fate-vsynth%-mov-v210:  FMT   = mov
> +
>  FATE_VCODEC-$(call ENCDEC, ROQ, ROQ)+= roqvideo
>  fate-vsynth%-roqvideo:   CODEC   = roqvideo
>  fate-vsynth%-roqvideo:   ENCOPTS = -frames 5
> diff --git a/tests/ref/vsynth/vsynth1-mov-v210 
> b/tests/ref/vsynth/vsynth1-mov-v210
> new file mode 100644
> index 00..035f8df6ff
> --- /dev/null
> +++ b/tests/ref/vsynth/vsynth1-mov-v210
> @@ -0,0 +1,4 @@
> +a96ffa7a9ccb8242cb462dd698b3e222 *tests/data/fate/vsynth1-mov-v210.mov
> +14746427 tests/data/fate/vsynth1-mov-v210.mov
> +2ba7f4ca302f3c4147860b9dfb12b6e4 
> *tests/data/fate/vsynth1-mov-v210.out.rawvideo
> +stddev:1.84 PSNR: 42.81 MAXDIFF:   29 bytes:  7603200/  7603200

missing some files:

reference file './tests/ref/vsynth/vsynth2-mov-v210' not found
reference file './tests/ref/vsynth/vsynth3-mov-v210' not found
reference file './tests/ref/vsynth/vsynth_lena-mov-v210' not found

[...]
-- 
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Complexity theory is the science of finding the exact solution to an
approximation. Benchmarking OTOH is finding an approximation of the exact


signature.asc
Description: Digital signature
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


[FFmpeg-devel] [PATCH 4/4] fate: add v210 mov test

2017-11-18 Thread Dave Rice
From fe9e3aa13ecf3b4cb81f279696bcc21602662e7a Mon Sep 17 00:00:00 2001
From: Dave Rice 
Date: Sat, 18 Nov 2017 20:32:33 -0500
Subject: [PATCH 4/4] fate: add v210 mov test

---
 tests/fate/vcodec.mak | 4 
 tests/ref/vsynth/vsynth1-mov-v210 | 4 
 2 files changed, 8 insertions(+)
 create mode 100644 tests/ref/vsynth/vsynth1-mov-v210

diff --git a/tests/fate/vcodec.mak b/tests/fate/vcodec.mak
index bbcf25d72a..0206312a53 100644
--- a/tests/fate/vcodec.mak
+++ b/tests/fate/vcodec.mak
@@ -360,6 +360,10 @@ fate-vsynth%-mov-bpp16:  CODEC   = rawvideo
 fate-vsynth%-mov-bpp16:  ENCOPTS = -pix_fmt rgb565le
 fate-vsynth%-mov-bpp16:  FMT  = mov
 
+FATE_VCODEC-$(call ENCDEC, V210, MOV) += mov-v210
+fate-vsynth%-mov-v210:  CODEC = v210
+fate-vsynth%-mov-v210:  FMT   = mov
+
 FATE_VCODEC-$(call ENCDEC, ROQ, ROQ)+= roqvideo
 fate-vsynth%-roqvideo:   CODEC   = roqvideo
 fate-vsynth%-roqvideo:   ENCOPTS = -frames 5
diff --git a/tests/ref/vsynth/vsynth1-mov-v210 
b/tests/ref/vsynth/vsynth1-mov-v210
new file mode 100644
index 00..035f8df6ff
--- /dev/null
+++ b/tests/ref/vsynth/vsynth1-mov-v210
@@ -0,0 +1,4 @@
+a96ffa7a9ccb8242cb462dd698b3e222 *tests/data/fate/vsynth1-mov-v210.mov
+14746427 tests/data/fate/vsynth1-mov-v210.mov
+2ba7f4ca302f3c4147860b9dfb12b6e4 *tests/data/fate/vsynth1-mov-v210.out.rawvideo
+stddev:1.84 PSNR: 42.81 MAXDIFF:   29 bytes:  7603200/  7603200
-- 
2.15.0

___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel