diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-03-27 00:52:13 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-03-27 18:27:23 +0100 |
commit | bb36b9aa7ef8f2c0993dfe04a358bce76b367d61 (patch) | |
tree | 63160ea21f474b3dab62bb32cf19e87429df731b /tests | |
parent | ae17878fb2ab100264226c84c58f5b95a703312f (diff) | |
download | ffmpeg-bb36b9aa7ef8f2c0993dfe04a358bce76b367d61.tar.gz |
fate: add BRender PIX tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate/image.mak | 19 | ||||
-rw-r--r-- | tests/ref/fate/brenderpix-24 | 2 | ||||
-rw-r--r-- | tests/ref/fate/brenderpix-565 | 2 | ||||
-rw-r--r-- | tests/ref/fate/brenderpix-defpal | 2 | ||||
-rw-r--r-- | tests/ref/fate/brenderpix-intpal | 2 | ||||
-rw-r--r-- | tests/ref/fate/brenderpix-y400a | 2 |
6 files changed, 29 insertions, 0 deletions
diff --git a/tests/fate/image.mak b/tests/fate/image.mak index d035978a8e..7bc5161664 100644 --- a/tests/fate/image.mak +++ b/tests/fate/image.mak @@ -8,6 +8,25 @@ FATE_ALIASPIX-$(call DEMDEC, IMAGE2, ALIAS_PIX) += $(FATE_ALIASPIX) FATE_SAMPLES_AVCONV += $(FATE_ALIASPIX-yes) fate-aliaspix: $(FATE_ALIASPIX-yes) +FATE_BRENDERPIX += fate-brenderpix-24 +fate-brenderpix-24: CMD = framecrc -c:v brender_pix -i $(TARGET_SAMPLES)/brenderpix/sbwheel.pix + +FATE_BRENDERPIX += fate-brenderpix-565 +fate-brenderpix-565: CMD = framecrc -c:v brender_pix -i $(TARGET_SAMPLES)/brenderpix/maximafront.pix + +FATE_BRENDERPIX += fate-brenderpix-defpal +fate-brenderpix-defpal: CMD = framecrc -c:v brender_pix -i $(TARGET_SAMPLES)/brenderpix/rivrock1.pix + +FATE_BRENDERPIX += fate-brenderpix-intpal +fate-brenderpix-intpal: CMD = framecrc -c:v brender_pix -i $(TARGET_SAMPLES)/brenderpix/testtex.pix + +FATE_BRENDERPIX += fate-brenderpix-y400a +fate-brenderpix-y400a: CMD = framecrc -c:v brender_pix -i $(TARGET_SAMPLES)/brenderpix/gears.pix + +FATE_BRENDERPIX-$(call DEMDEC, IMAGE2, BRENDER_PIX) += $(FATE_BRENDERPIX) +FATE_SAMPLES_AVCONV += $(FATE_BRENDERPIX-yes) +fate-brenderpix: $(FATE_BRENDERPIX-yes) + FATE_SAMPLES_AVCONV-$(call DEMDEC, IMAGE2, DPX) += fate-dpx fate-dpx: CMD = framecrc -i $(TARGET_SAMPLES)/dpx/lighthouse_rgb48.dpx diff --git a/tests/ref/fate/brenderpix-24 b/tests/ref/fate/brenderpix-24 new file mode 100644 index 0000000000..32b29a042d --- /dev/null +++ b/tests/ref/fate/brenderpix-24 @@ -0,0 +1,2 @@ +#tb 0: 1/25 +0, 0, 0, 1, 32768, 0x18bc6caa diff --git a/tests/ref/fate/brenderpix-565 b/tests/ref/fate/brenderpix-565 new file mode 100644 index 0000000000..c243a4cf5a --- /dev/null +++ b/tests/ref/fate/brenderpix-565 @@ -0,0 +1,2 @@ +#tb 0: 1/25 +0, 0, 0, 1, 32768, 0xfd855dda diff --git a/tests/ref/fate/brenderpix-defpal b/tests/ref/fate/brenderpix-defpal new file mode 100644 index 0000000000..b80d23dc45 --- /dev/null +++ b/tests/ref/fate/brenderpix-defpal @@ -0,0 +1,2 @@ +#tb 0: 1/25 +0, 0, 0, 1, 66560, 0xee71bd50 diff --git a/tests/ref/fate/brenderpix-intpal b/tests/ref/fate/brenderpix-intpal new file mode 100644 index 0000000000..776b74b4ef --- /dev/null +++ b/tests/ref/fate/brenderpix-intpal @@ -0,0 +1,2 @@ +#tb 0: 1/25 +0, 0, 0, 1, 66560, 0x51a30b0d diff --git a/tests/ref/fate/brenderpix-y400a b/tests/ref/fate/brenderpix-y400a new file mode 100644 index 0000000000..00e154009d --- /dev/null +++ b/tests/ref/fate/brenderpix-y400a @@ -0,0 +1,2 @@ +#tb 0: 1/25 +0, 0, 0, 1, 3072, 0x48280456 |