mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
fate: add BMP tests.
This commit is contained in:
parent
bc0bdda77b
commit
7756859a31
@ -29,6 +29,7 @@ include $(SRC_PATH)/tests/fate/amrnb.mak
|
||||
include $(SRC_PATH)/tests/fate/amrwb.mak
|
||||
include $(SRC_PATH)/tests/fate/atrac.mak
|
||||
include $(SRC_PATH)/tests/fate/audio.mak
|
||||
include $(SRC_PATH)/tests/fate/bmp.mak
|
||||
include $(SRC_PATH)/tests/fate/cdxl.mak
|
||||
include $(SRC_PATH)/tests/fate/dct.mak
|
||||
include $(SRC_PATH)/tests/fate/demux.mak
|
||||
|
41
tests/fate/bmp.mak
Normal file
41
tests/fate/bmp.mak
Normal file
@ -0,0 +1,41 @@
|
||||
FATE_BMP += fate-bmp-1bit
|
||||
fate-bmp-1bit: CMD = framecrc -i $(SAMPLES)/bmp/test1.bmp -pix_fmt rgb24
|
||||
|
||||
FATE_BMP += fate-bmp-4bit
|
||||
fate-bmp-4bit: CMD = framecrc -i $(SAMPLES)/bmp/test4.bmp -pix_fmt rgb24
|
||||
|
||||
FATE_BMP += fate-bmp-4bit-os2
|
||||
fate-bmp-4bit-os2: CMD = framecrc -i $(SAMPLES)/bmp/test4os2v2.bmp -pix_fmt rgb24
|
||||
|
||||
FATE_BMP += fate-bmp-8bit
|
||||
fate-bmp-8bit: CMD = framecrc -i $(SAMPLES)/bmp/test8.bmp -pix_fmt rgb24
|
||||
|
||||
FATE_BMP += fate-bmp-8bit-os2
|
||||
fate-bmp-8bit-os2: CMD = framecrc -i $(SAMPLES)/bmp/test8os2.bmp -pix_fmt rgb24
|
||||
|
||||
FATE_BMP += fate-bmp-15bit
|
||||
fate-bmp-15bit: CMD = framecrc -i $(SAMPLES)/bmp/test16.bmp -pix_fmt rgb555le
|
||||
|
||||
FATE_BMP += fate-bmp-15bit-mask
|
||||
fate-bmp-15bit-mask: CMD = framecrc -i $(SAMPLES)/bmp/test16bf555.bmp -pix_fmt rgb555le
|
||||
|
||||
FATE_BMP += fate-bmp-16bit-mask
|
||||
fate-bmp-16bit-mask: CMD = framecrc -i $(SAMPLES)/bmp/test16bf565.bmp -pix_fmt rgb565le
|
||||
|
||||
FATE_BMP += fate-bmp-24bit
|
||||
fate-bmp-24bit: CMD = framecrc -i $(SAMPLES)/bmp/test24.bmp
|
||||
|
||||
FATE_BMP += fate-bmp-32bit
|
||||
fate-bmp-32bit: CMD = framecrc -i $(SAMPLES)/bmp/test32.bmp -pix_fmt bgr24
|
||||
|
||||
FATE_BMP += fate-bmp-32bit-mask
|
||||
fate-bmp-32bit-mask: CMD = framecrc -i $(SAMPLES)/bmp/test32bf.bmp -pix_fmt bgr24
|
||||
|
||||
FATE_BMP += fate-bmp-rle4
|
||||
fate-bmp-rle4: CMD = framecrc -i $(SAMPLES)/bmp/testcompress4.bmp -pix_fmt rgb24
|
||||
|
||||
FATE_BMP += fate-bmp-rle8
|
||||
fate-bmp-rle8: CMD = framecrc -i $(SAMPLES)/bmp/testcompress8.bmp -pix_fmt rgb24
|
||||
|
||||
FATE_TESTS += $(FATE_BMP)
|
||||
fate-bmp: $(FATE_BMP)
|
2
tests/ref/fate/bmp-15bit
Normal file
2
tests/ref/fate/bmp-15bit
Normal file
@ -0,0 +1,2 @@
|
||||
#tb 0: 1/25
|
||||
0, 0, 0, 1, 16256, 0xdbcf881d
|
2
tests/ref/fate/bmp-15bit-mask
Normal file
2
tests/ref/fate/bmp-15bit-mask
Normal file
@ -0,0 +1,2 @@
|
||||
#tb 0: 1/25
|
||||
0, 0, 0, 1, 16256, 0xdbcf881d
|
2
tests/ref/fate/bmp-16bit-mask
Normal file
2
tests/ref/fate/bmp-16bit-mask
Normal file
@ -0,0 +1,2 @@
|
||||
#tb 0: 1/25
|
||||
0, 0, 0, 1, 16256, 0x44675948
|
2
tests/ref/fate/bmp-1bit
Normal file
2
tests/ref/fate/bmp-1bit
Normal file
@ -0,0 +1,2 @@
|
||||
#tb 0: 1/25
|
||||
0, 0, 0, 1, 24384, 0x4c968301
|
2
tests/ref/fate/bmp-24bit
Normal file
2
tests/ref/fate/bmp-24bit
Normal file
@ -0,0 +1,2 @@
|
||||
#tb 0: 1/25
|
||||
0, 0, 0, 1, 24384, 0x325dd8d9
|
2
tests/ref/fate/bmp-32bit
Normal file
2
tests/ref/fate/bmp-32bit
Normal file
@ -0,0 +1,2 @@
|
||||
#tb 0: 1/25
|
||||
0, 0, 0, 1, 24384, 0x325dd8d9
|
2
tests/ref/fate/bmp-32bit-mask
Normal file
2
tests/ref/fate/bmp-32bit-mask
Normal file
@ -0,0 +1,2 @@
|
||||
#tb 0: 1/25
|
||||
0, 0, 0, 1, 24384, 0x325dd8d9
|
2
tests/ref/fate/bmp-4bit
Normal file
2
tests/ref/fate/bmp-4bit
Normal file
@ -0,0 +1,2 @@
|
||||
#tb 0: 1/25
|
||||
0, 0, 0, 1, 24384, 0x322d81f4
|
2
tests/ref/fate/bmp-4bit-os2
Normal file
2
tests/ref/fate/bmp-4bit-os2
Normal file
@ -0,0 +1,2 @@
|
||||
#tb 0: 1/25
|
||||
0, 0, 0, 1, 19800, 0x563b599a
|
2
tests/ref/fate/bmp-8bit
Normal file
2
tests/ref/fate/bmp-8bit
Normal file
@ -0,0 +1,2 @@
|
||||
#tb 0: 1/25
|
||||
0, 0, 0, 1, 24384, 0xa7aa6b9b
|
2
tests/ref/fate/bmp-8bit-os2
Normal file
2
tests/ref/fate/bmp-8bit-os2
Normal file
@ -0,0 +1,2 @@
|
||||
#tb 0: 1/25
|
||||
0, 0, 0, 1, 24384, 0xa7aa6b9b
|
2
tests/ref/fate/bmp-rle4
Normal file
2
tests/ref/fate/bmp-rle4
Normal file
@ -0,0 +1,2 @@
|
||||
#tb 0: 1/25
|
||||
0, 0, 0, 1, 24384, 0x322d81f4
|
2
tests/ref/fate/bmp-rle8
Normal file
2
tests/ref/fate/bmp-rle8
Normal file
@ -0,0 +1,2 @@
|
||||
#tb 0: 1/25
|
||||
0, 0, 0, 1, 24384, 0xa7aa6b9b
|
Loading…
Reference in New Issue
Block a user