mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
fate: Add tests for MagicYUV
This commit is contained in:
parent
d78fd2fa21
commit
cc58656aca
@ -199,6 +199,25 @@ fate-kgv1: CMD = framecrc -i $(TARGET_SAMPLES)/kega/kgv1.avi -pix_fmt rgb555le -
|
||||
FATE_SAMPLES_AVCONV-$(call DEMDEC, AVI, KMVC) += fate-kmvc
|
||||
fate-kmvc: CMD = framecrc -i $(TARGET_SAMPLES)/KMVC/LOGO1.AVI -an -t 3 -pix_fmt rgb24
|
||||
|
||||
FATE_MAGICYUV += fate-magicyuv-y4444i \
|
||||
fate-magicyuv-y400i \
|
||||
fate-magicyuv-y420 \
|
||||
fate-magicyuv-y422i \
|
||||
fate-magicyuv-y444 \
|
||||
fate-magicyuv-rgba \
|
||||
fate-magicyuv-rgb
|
||||
|
||||
FATE_SAMPLES_AVCONV-$(call DEMDEC, AVI, MAGICYUV) += $(FATE_MAGICYUV)
|
||||
fate-magicyuv: $(FATE_MAGICYUV)
|
||||
|
||||
fate-magicyuv-rgb: CMD = framecrc -i $(TARGET_SAMPLES)/magy/magy_rgb_median.avi
|
||||
fate-magicyuv-rgba: CMD = framecrc -i $(TARGET_SAMPLES)/magy/magy_rgba_gradient.avi
|
||||
fate-magicyuv-y400i: CMD = framecrc -i $(TARGET_SAMPLES)/magy/magy_yuv400_gradient_interlaced.avi
|
||||
fate-magicyuv-y420: CMD = framecrc -i $(TARGET_SAMPLES)/magy/magy_yuv420_median.avi
|
||||
fate-magicyuv-y422i: CMD = framecrc -i $(TARGET_SAMPLES)/magy/magy_yuv422_median_interlaced.avi
|
||||
fate-magicyuv-y4444i: CMD = framecrc -i $(TARGET_SAMPLES)/magy/magy_yuv4444_left_interlaced.avi
|
||||
fate-magicyuv-y444: CMD = framecrc -i $(TARGET_SAMPLES)/magy/magy_yuv444_left.avi
|
||||
|
||||
FATE_SAMPLES_AVCONV-$(call DEMDEC, EA, MDEC) += fate-mdec
|
||||
fate-mdec: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/ea-dct/NFS2Esprit-partial.dct -an
|
||||
|
||||
|
2
tests/ref/fate/magicyuv-rgb
Normal file
2
tests/ref/fate/magicyuv-rgb
Normal file
@ -0,0 +1,2 @@
|
||||
#tb 0: 100/2397
|
||||
0, 0, 0, 1, 144768, 0x497c8ce1
|
2
tests/ref/fate/magicyuv-rgba
Normal file
2
tests/ref/fate/magicyuv-rgba
Normal file
@ -0,0 +1,2 @@
|
||||
#tb 0: 100/2397
|
||||
0, 0, 0, 1, 193024, 0x7e1b7233
|
2
tests/ref/fate/magicyuv-y400i
Normal file
2
tests/ref/fate/magicyuv-y400i
Normal file
@ -0,0 +1,2 @@
|
||||
#tb 0: 100/2397
|
||||
0, 0, 0, 1, 48256, 0x368b93f2
|
2
tests/ref/fate/magicyuv-y420
Normal file
2
tests/ref/fate/magicyuv-y420
Normal file
@ -0,0 +1,2 @@
|
||||
#tb 0: 100/2397
|
||||
0, 0, 0, 1, 72384, 0x59a87842
|
2
tests/ref/fate/magicyuv-y422i
Normal file
2
tests/ref/fate/magicyuv-y422i
Normal file
@ -0,0 +1,2 @@
|
||||
#tb 0: 100/2397
|
||||
0, 0, 0, 1, 96512, 0xe84751be
|
2
tests/ref/fate/magicyuv-y444
Normal file
2
tests/ref/fate/magicyuv-y444
Normal file
@ -0,0 +1,2 @@
|
||||
#tb 0: 100/2397
|
||||
0, 0, 0, 1, 144768, 0xef48043f
|
2
tests/ref/fate/magicyuv-y4444i
Normal file
2
tests/ref/fate/magicyuv-y4444i
Normal file
@ -0,0 +1,2 @@
|
||||
#tb 0: 100/2397
|
||||
0, 0, 0, 1, 193024, 0x5292ecec
|
Loading…
Reference in New Issue
Block a user