summaryrefslogtreecommitdiff
path: root/tests/fate
diff options
context:
space:
mode:
authorTobias Rapp <t.rapp@noa-audio.com>2015-06-19 14:30:27 +0200
committerMichael Niedermayer <michaelni@gmx.at>2015-06-22 19:09:50 +0200
commit2abdc6f477a3148604a6c726753503947ea547c2 (patch)
treecf918da34a68ece2c84f2a7b6c6585a17b7c0e94 /tests/fate
parentd4325b2fea9e2f4f4a17d0b929f12425e9c39964 (diff)
fate: add some tests for ffv1 level 3 with 8/10/16 bps
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/fate')
-rw-r--r--tests/fate/vcodec.mak12
1 files changed, 11 insertions, 1 deletions
diff --git a/tests/fate/vcodec.mak b/tests/fate/vcodec.mak
index 1ad5e96f92..4e4f0ed417 100644
--- a/tests/fate/vcodec.mak
+++ b/tests/fate/vcodec.mak
@@ -68,9 +68,19 @@ fate-vsynth%-dv-50: ENCOPTS = -dct int -s pal -pix_fmt yuv422p \
fate-vsynth%-dv-50: DECOPTS = -sws_flags neighbor
fate-vsynth%-dv-50: FMT = dv
-FATE_VCODEC-$(call ENCDEC, FFV1, AVI) += ffv1 ffv1.0
+FATE_VCODEC-$(call ENCDEC, FFV1, AVI) += ffv1 ffv1.0 ffv1.3-420 ffv1.3-422p10 ffv1.3-444p16 ffv1.3-bgr
fate-vsynth%-ffv1: ENCOPTS = -slices 4
fate-vsynth%-ffv1.0: CODEC = ffv1
+fate-vsynth%-ffv1.3-420: ENCOPTS = -vcodec ffv1 -level 3 -pix_fmt yuv420p
+fate-vsynth%-ffv1.3-422p10: ENCOPTS = -vcodec ffv1 -level 3 -pix_fmt yuv422p10 \
+ -sws_flags neighbor+bitexact
+fate-vsynth%-ffv1.3-422p10: DECOPTS = -sws_flags neighbor+bitexact
+fate-vsynth%-ffv1.3-444p16: ENCOPTS = -vcodec ffv1 -level 3 -pix_fmt yuv444p16 \
+ -sws_flags neighbor+bitexact
+fate-vsynth%-ffv1.3-444p16: DECOPTS = -sws_flags neighbor+bitexact
+fate-vsynth%-ffv1.3-bgr: ENCOPTS = -vcodec ffv1 -level 3 -pix_fmt bgr0 \
+ -sws_flags neighbor+bitexact
+fate-vsynth%-ffv1.3-bgr: DECOPTS = -sws_flags neighbor+bitexact
FATE_VCODEC-$(call ENCDEC, FFVHUFF, AVI) += ffvhuff ffvhuff444 ffvhuff420p12 ffvhuff422p10left ffvhuff444p16
fate-vsynth%-ffvhuff444: ENCOPTS = -vcodec ffvhuff -pix_fmt yuv444p