diff options
author | Christophe Gisquet | 2016-05-05 11:06:09 +0200 |
---|---|---|
committer | Rostislav Pehlivanov | 2016-05-08 19:50:39 +0100 |
commit | 01938585f4cedbcabb3c879214c24b3fd4f91dcf (patch) | |
tree | b674622b03af21120dcd84d202192c1f63b00650 /tests/fate | |
parent | 5df703aa1b03814e9cd216ab703501481166b3bb (diff) |
vc2: fate tests
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/vcodec.mak | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/tests/fate/vcodec.mak b/tests/fate/vcodec.mak index ccf88ce427..0e08894fb1 100644 --- a/tests/fate/vcodec.mak +++ b/tests/fate/vcodec.mak @@ -29,6 +29,19 @@ FATE_VCODEC-$(call ENCDEC, DNXHD, DNXHD) += dnxhd-720p \ dnxhd-720p-rd \ dnxhd-720p-10bit +FATE_VCODEC-$(call ENCDEC, VC2 DIRAC, MOV) += vc2-420p vc2-420p10 vc2-420p12 \ + vc2-422p vc2-422p10 vc2-422p12 \ + vc2-444p vc2-444p10 vc2-444p12 +fate-vsynth1-vc2-%: FMT = mov +fate-vsynth1-vc2-%: ENCOPTS = -pix_fmt yuv$(@:fate-vsynth1-vc2-%=%) \ + -vcodec vc2 -frames 5 -strict -1 +fate-vsynth2-vc2-%: FMT = mov +fate-vsynth2-vc2-%: ENCOPTS = -pix_fmt yuv$(@:fate-vsynth2-vc2-%=%) \ + -vcodec vc2 -frames 5 -strict -1 +fate-vsynth_lena-vc2-%: FMT = mov +fate-vsynth_lena-vc2-%: ENCOPTS = -pix_fmt yuv$(@:fate-vsynth_lena-vc2-%=%) \ + -vcodec vc2 -frames 5 -strict -1 + fate-vsynth%-dnxhd-720p: ENCOPTS = -s hd720 -b 90M \ -pix_fmt yuv422p -frames 5 -qmax 8 fate-vsynth%-dnxhd-720p: FMT = dnxhd @@ -356,7 +369,9 @@ FATE_VSYNTH2 = $(FATE_VCODEC:%=fate-vsynth2-%) FATE_VSYNTH_LENA = $(FATE_VCODEC:%=fate-vsynth_lena-%) # Redundant tests because they just resize the input RESIZE_OFF = dnxhd-720p dnxhd-720p-rd dnxhd-720p-10bit dnxhd-1080i \ - dv dv-411 dv-50 avui snow snow-hpel snow-ll + dv dv-411 dv-50 avui snow snow-hpel snow-ll vc2-420p \ + vc2-420p10 vc2-420p12 vc2-422p vc2-422p10 vc2-422p12 \ + vc2-444p vc2-444p10 vc2-444p12 # Incorrect parameters - usually size or color format restrictions INC_PAR_OFF = cinepak h261 h261-trellis h263 h263p h263-obmc msvideo1 \ roqvideo rv10 rv20 y41p qtrlegray |