mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
Merge remote-tracking branch 'qatar/master'
* qatar/master: fate: add BRender PIX tests Conflicts: tests/fate/image.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
09ebd87a34
@ -7,6 +7,26 @@ fate-aliaspix-gray: CMD = framecrc -i $(TARGET_SAMPLES)/aliaspix/firstgray.pix -
|
||||
FATE_ALIASPIX-$(call DEMDEC, IMAGE2, ALIAS_PIX) += $(FATE_ALIASPIX)
|
||||
FATE_IMAGE += $(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_IMAGE += $(FATE_BRENDERPIX-yes)
|
||||
fate-brenderpix: $(FATE_BRENDERPIX-yes)
|
||||
|
||||
FATE_IMAGE-$(call DEMDEC, IMAGE2, DPX) += fate-dpx
|
||||
fate-dpx: CMD = framecrc -i $(TARGET_SAMPLES)/dpx/lighthouse_rgb48.dpx
|
||||
|
||||
|
2
tests/ref/fate/brenderpix-24
Normal file
2
tests/ref/fate/brenderpix-24
Normal file
@ -0,0 +1,2 @@
|
||||
#tb 0: 1/25
|
||||
0, 0, 0, 1, 32768, 0x18bc6caa
|
2
tests/ref/fate/brenderpix-565
Normal file
2
tests/ref/fate/brenderpix-565
Normal file
@ -0,0 +1,2 @@
|
||||
#tb 0: 1/25
|
||||
0, 0, 0, 1, 32768, 0xfd855dda
|
2
tests/ref/fate/brenderpix-defpal
Normal file
2
tests/ref/fate/brenderpix-defpal
Normal file
@ -0,0 +1,2 @@
|
||||
#tb 0: 1/25
|
||||
0, 0, 0, 1, 66560, 0xee71bd50
|
2
tests/ref/fate/brenderpix-intpal
Normal file
2
tests/ref/fate/brenderpix-intpal
Normal file
@ -0,0 +1,2 @@
|
||||
#tb 0: 1/25
|
||||
0, 0, 0, 1, 66560, 0x51a30b0d
|
2
tests/ref/fate/brenderpix-y400a
Normal file
2
tests/ref/fate/brenderpix-y400a
Normal file
@ -0,0 +1,2 @@
|
||||
#tb 0: 1/25
|
||||
0, 0, 0, 1, 3072, 0x48280456
|
Loading…
x
Reference in New Issue
Block a user