mirror of https://git.ffmpeg.org/ffmpeg.git
fate/filter-video: add tests for packed YUV in yuvtestsrc
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
f2853002dd
commit
4f0514df62
|
@ -112,6 +112,18 @@ fate-filter-yuvtestsrc-yuv444p: CMD = framecrc -lavfi yuvtestsrc=rate=5:duration
|
|||
FATE_FILTER-$(call FILTERFRAMECRC, YUVTESTSRC SCALE) += fate-filter-yuvtestsrc-yuv444p12
|
||||
fate-filter-yuvtestsrc-yuv444p12: CMD = framecrc -lavfi yuvtestsrc=rate=5:duration=1,format=yuv444p12,scale -pix_fmt yuv444p12le
|
||||
|
||||
FATE_FILTER-$(call FILTERFRAMECRC, YUVTESTSRC) += fate-filter-yuvtestsrc-ayuv
|
||||
fate-filter-yuvtestsrc-ayuv: CMD = framecrc -lavfi yuvtestsrc=rate=5:duration=1 -pix_fmt ayuv
|
||||
|
||||
FATE_FILTER-$(call FILTERFRAMECRC, YUVTESTSRC) += fate-filter-yuvtestsrc-vuya
|
||||
fate-filter-yuvtestsrc-vuya: CMD = framecrc -lavfi yuvtestsrc=rate=5:duration=1 -pix_fmt vuya
|
||||
|
||||
FATE_FILTER-$(call FILTERFRAMECRC, YUVTESTSRC) += fate-filter-yuvtestsrc-vyu444
|
||||
fate-filter-yuvtestsrc-vyu444: CMD = framecrc -lavfi yuvtestsrc=rate=5:duration=1 -pix_fmt vyu444
|
||||
|
||||
FATE_FILTER-$(call FILTERFRAMECRC, YUVTESTSRC) += fate-filter-yuvtestsrc-xv30le
|
||||
fate-filter-yuvtestsrc-xv30le: CMD = framecrc -lavfi yuvtestsrc=rate=5:duration=1 -pix_fmt xv30le
|
||||
|
||||
FATE_FILTER-$(call FILTERFRAMECRC, TESTSRC FORMAT CONCAT SCALE, LAVFI_INDEV FILE_PROTOCOL) += fate-filter-lavd-scalenorm
|
||||
fate-filter-lavd-scalenorm: tests/data/filtergraphs/scalenorm
|
||||
fate-filter-lavd-scalenorm: CMD = framecrc -f lavfi -graph_file $(TARGET_PATH)/tests/data/filtergraphs/scalenorm -i dummy
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
#tb 0: 1/5
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 320x240
|
||||
#sar 0: 1/1
|
||||
0, 0, 0, 1, 307200, 0xd4270fd4
|
||||
0, 1, 1, 1, 307200, 0xd4270fd4
|
||||
0, 2, 2, 1, 307200, 0xd4270fd4
|
||||
0, 3, 3, 1, 307200, 0xd4270fd4
|
||||
0, 4, 4, 1, 307200, 0xd4270fd4
|
|
@ -0,0 +1,10 @@
|
|||
#tb 0: 1/5
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 320x240
|
||||
#sar 0: 1/1
|
||||
0, 0, 0, 1, 307200, 0x4df60fd4
|
||||
0, 1, 1, 1, 307200, 0x4df60fd4
|
||||
0, 2, 2, 1, 307200, 0x4df60fd4
|
||||
0, 3, 3, 1, 307200, 0x4df60fd4
|
||||
0, 4, 4, 1, 307200, 0x4df60fd4
|
|
@ -0,0 +1,10 @@
|
|||
#tb 0: 1/5
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 320x240
|
||||
#sar 0: 1/1
|
||||
0, 0, 0, 1, 230400, 0x8c622a4f
|
||||
0, 1, 1, 1, 230400, 0x8c622a4f
|
||||
0, 2, 2, 1, 230400, 0x8c622a4f
|
||||
0, 3, 3, 1, 230400, 0x8c622a4f
|
||||
0, 4, 4, 1, 230400, 0x8c622a4f
|
|
@ -0,0 +1,10 @@
|
|||
#tb 0: 1/5
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 320x240
|
||||
#sar 0: 1/1
|
||||
0, 0, 0, 1, 307200, 0xc7a544aa
|
||||
0, 1, 1, 1, 307200, 0xc7a544aa
|
||||
0, 2, 2, 1, 307200, 0xc7a544aa
|
||||
0, 3, 3, 1, 307200, 0xc7a544aa
|
||||
0, 4, 4, 1, 307200, 0xc7a544aa
|
Loading…
Reference in New Issue