utvideo: add fate tests covering all codec variants
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
This commit is contained in:
parent
708060d7d1
commit
97334f106c
@ -229,3 +229,27 @@ fate-iirfilter: CMD = run libavcodec/iirfilter-test
|
||||
|
||||
FATE_TESTS += fate-vble
|
||||
fate-vble: CMD = framecrc -i $(SAMPLES)/vble/flowers-partial-2MB.avi
|
||||
|
||||
FATE_TESTS += fate-utvideo_rgba_left
|
||||
fate-utvideo_rgba_left: CMD = framecrc -i $(SAMPLES)/utvideo/utvideo_rgba_left.avi
|
||||
|
||||
FATE_TESTS += fate-utvideo_rgba_median
|
||||
fate-utvideo_rgba_median: CMD = framecrc -i $(SAMPLES)/utvideo/utvideo_rgba_median.avi
|
||||
|
||||
FATE_TESTS += fate-utvideo_rgb_left
|
||||
fate-utvideo_rgb_left: CMD = framecrc -i $(SAMPLES)/utvideo/utvideo_rgb_left.avi
|
||||
|
||||
FATE_TESTS += fate-utvideo_rgb_median
|
||||
fate-utvideo_rgb_median: CMD = framecrc -i $(SAMPLES)/utvideo/utvideo_rgb_median.avi
|
||||
|
||||
FATE_TESTS += fate-utvideo_yuv420_left
|
||||
fate-utvideo_yuv420_left: CMD = framecrc -i $(SAMPLES)/utvideo/utvideo_yuv420_left.avi
|
||||
|
||||
FATE_TESTS += fate-utvideo_yuv420_median
|
||||
fate-utvideo_yuv420_median: CMD = framecrc -i $(SAMPLES)/utvideo/utvideo_yuv420_median.avi
|
||||
|
||||
FATE_TESTS += fate-utvideo_yuv422_left
|
||||
fate-utvideo_yuv422_left: CMD = framecrc -i $(SAMPLES)/utvideo/utvideo_yuv422_left.avi
|
||||
|
||||
FATE_TESTS += fate-utvideo_yuv422_median
|
||||
fate-utvideo_yuv422_median: CMD = framecrc -i $(SAMPLES)/utvideo/utvideo_yuv422_median.avi
|
||||
|
4
tests/ref/fate/utvideo_rgb_left
Normal file
4
tests/ref/fate/utvideo_rgb_left
Normal file
@ -0,0 +1,4 @@
|
||||
0, 0, 921600, 0x27e6001e
|
||||
0, 3003, 921600, 0x7c0a92bc
|
||||
0, 6006, 921600, 0x4d2be42c
|
||||
0, 9009, 921600, 0x58ddd0be
|
5
tests/ref/fate/utvideo_rgb_median
Normal file
5
tests/ref/fate/utvideo_rgb_median
Normal file
@ -0,0 +1,5 @@
|
||||
0, 0, 921600, 0x9776611f
|
||||
0, 3003, 921600, 0xdbfa64f4
|
||||
0, 6006, 921600, 0xed2a0580
|
||||
0, 9009, 921600, 0x6ecc80bc
|
||||
0, 12012, 921600, 0x58ddd0be
|
5
tests/ref/fate/utvideo_rgba_left
Normal file
5
tests/ref/fate/utvideo_rgba_left
Normal file
@ -0,0 +1,5 @@
|
||||
0, 0, 1228800, 0xf1bc9432
|
||||
0, 3003, 1228800, 0x8480d1e5
|
||||
0, 6006, 1228800, 0xb01d5fb2
|
||||
0, 9009, 1228800, 0x53cb42c4
|
||||
0, 12012, 1228800, 0x2b2ea176
|
5
tests/ref/fate/utvideo_rgba_median
Normal file
5
tests/ref/fate/utvideo_rgba_median
Normal file
@ -0,0 +1,5 @@
|
||||
0, 0, 1228800, 0xf1bc9432
|
||||
0, 3003, 1228800, 0x8480d1e5
|
||||
0, 6006, 1228800, 0xb01d5fb2
|
||||
0, 9009, 1228800, 0x53cb42c4
|
||||
0, 12012, 1228800, 0x2b2ea176
|
7
tests/ref/fate/utvideo_yuv420_left
Normal file
7
tests/ref/fate/utvideo_yuv420_left
Normal file
@ -0,0 +1,7 @@
|
||||
0, 0, 460800, 0xece98fc8
|
||||
0, 3003, 460800, 0x9baf786b
|
||||
0, 6006, 460800, 0x8e8e0510
|
||||
0, 9009, 460800, 0x27c1f2ba
|
||||
0, 12012, 460800, 0x6a817987
|
||||
0, 15015, 460800, 0x2f713ec2
|
||||
0, 18018, 460800, 0x003b560e
|
4
tests/ref/fate/utvideo_yuv420_median
Normal file
4
tests/ref/fate/utvideo_yuv420_median
Normal file
@ -0,0 +1,4 @@
|
||||
0, 0, 460800, 0x6a817987
|
||||
0, 3003, 460800, 0x2f713ec2
|
||||
0, 6006, 460800, 0x003b560e
|
||||
0, 9009, 460800, 0x9e1bbf63
|
4
tests/ref/fate/utvideo_yuv422_left
Normal file
4
tests/ref/fate/utvideo_yuv422_left
Normal file
@ -0,0 +1,4 @@
|
||||
0, 0, 614400, 0x9a6b8802
|
||||
0, 3003, 614400, 0xaa8687e2
|
||||
0, 6006, 614400, 0x2fe5bd40
|
||||
0, 9009, 614400, 0x1c8f3737
|
4
tests/ref/fate/utvideo_yuv422_median
Normal file
4
tests/ref/fate/utvideo_yuv422_median
Normal file
@ -0,0 +1,4 @@
|
||||
0, 0, 614400, 0x9a6b8802
|
||||
0, 3003, 614400, 0xaa8687e2
|
||||
0, 6006, 614400, 0x2fe5bd40
|
||||
0, 9009, 614400, 0x1c8f3737
|
Loading…
x
Reference in New Issue
Block a user