]> git.sesse.net Git - ffmpeg/blob - tests/fate/vpx.mak
fate: improve dependencies
[ffmpeg] / tests / fate / vpx.mak
1 FATE_EA_VP6 += fate-ea-vp60
2 fate-ea-vp60: CMD = framecrc -i $(SAMPLES)/ea-vp6/g36.vp6
3
4 FATE_EA_VP6 += fate-ea-vp61
5 fate-ea-vp61: CMD = framecrc -i $(SAMPLES)/ea-vp6/MovieSkirmishGondor.vp6 -t 4
6
7 FATE_AVCONV += $(FATE_EA_VP6)
8 fate-ea-vp6: $(FATE_EA_VP6)
9
10 FATE_VP3 += fate-vp31
11 fate-vp31: CMD = framecrc -i $(SAMPLES)/vp3/vp31.avi
12
13 FATE_VP3 += fate-vp3-coeff-level64
14 fate-vp3-coeff-level64: CMD = framecrc -i $(SAMPLES)/vp3/coeff_level64.mkv
15
16 FATE_AVCONV += $(FATE_VP3)
17 fate-vp3: $(FATE_VP3)
18
19 FATE_AVCONV += fate-vp5
20 fate-vp5: CMD = framecrc -i $(SAMPLES)/vp5/potter512-400-partial.avi -an
21
22 FATE_AVCONV += fate-vp6a
23 fate-vp6a: CMD = framecrc -i $(SAMPLES)/flash-vp6/300x180-Scr-f8-056alpha.flv
24
25 FATE_AVCONV += fate-vp6f
26 fate-vp6f: CMD = framecrc -i $(SAMPLES)/flash-vp6/clip1024.flv
27
28 VP8_SUITE = 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017
29
30 define FATE_VP8_SUITE
31 FATE_VP8 += fate-vp8-test-vector$(2)-$(1)
32 fate-vp8-test-vector$(2)-$(1): CMD = framemd5 $(3) -i $(SAMPLES)/vp8-test-vectors-r1/vp80-00-comprehensive-$(1).ivf
33 fate-vp8-test-vector$(2)-$(1): REF = $(SRC_PATH)/tests/ref/fate/vp8-test-vector-$(1)
34 endef
35
36 define FATE_VP8_FULL
37 $(foreach N,$(VP8_SUITE),$(eval $(call FATE_VP8_SUITE,$(N),$(1),$(2))))
38
39 # FIXME this file contains two frames with identical timestamps,
40 # so avconv drops one of them
41 FATE_VP8 += fate-vp8-sign-bias$(1)
42 fate-vp8-sign-bias$(1): CMD = framemd5 $(2) -i $(SAMPLES)/vp8/sintel-signbias.ivf
43 fate-vp8-sign-bias$(1): REF = $(SRC_PATH)/tests/ref/fate/vp8-sign-bias
44
45 FATE_VP8 += fate-vp8-size-change$(1)
46 fate-vp8-size-change$(1): CMD = framemd5 $(2) -i $(SAMPLES)/vp8/frame_size_change.webm -frames:v 30
47 fate-vp8-size-change$(1): REF = $(SRC_PATH)/tests/ref/fate/vp8-size-change
48 endef
49
50 $(eval $(call FATE_VP8_FULL))
51 $(eval $(call FATE_VP8_FULL,-emu-edge,-flags +emu_edge))
52 FATE_AVCONV += $(FATE_VP8)
53 fate-vp8: $(FATE_VP8)