~ubuntu-branches/ubuntu/saucy/gst-libav1.0/saucy-proposed

« back to all changes in this revision

Viewing changes to gst-libs/ext/libav/tests/fate/vpx.mak

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2013-07-30 09:00:15 UTC
  • mfrom: (1.1.16) (7.1.7 experimental)
  • Revision ID: package-import@ubuntu.com-20130730090015-sc1ou2yssu7q5w4e
Tags: 1.1.3-1
* New upstream development snapshot:
  + debian/control:
    - Build depend on GStreamer and gst-plugins-base >= 1.1.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
FATE_TESTS += fate-ea-vp60
2
 
fate-ea-vp60: CMD = framecrc -i $(SAMPLES)/ea-vp6/g36.vp6
3
 
 
4
 
FATE_TESTS += fate-ea-vp61
5
 
fate-ea-vp61: CMD = framecrc -i $(SAMPLES)/ea-vp6/MovieSkirmishGondor.vp6 -t 4
6
 
 
7
 
FATE_VP3 += fate-vp31
 
1
FATE_VP3-$(CONFIG_AVI_DEMUXER) += fate-vp31
8
2
fate-vp31: CMD = framecrc -i $(SAMPLES)/vp3/vp31.avi
9
3
 
10
 
FATE_VP3 += fate-vp3-coeff-level64
 
4
FATE_VP3-$(CONFIG_MATROSKA_DEMUXER) += fate-vp3-coeff-level64
11
5
fate-vp3-coeff-level64: CMD = framecrc -i $(SAMPLES)/vp3/coeff_level64.mkv
12
6
 
13
 
FATE_TESTS += $(FATE_VP3)
14
 
fate-vp3: $(FATE_VP3)
 
7
FATE_SAMPLES_AVCONV-$(CONFIG_VP3_DECODER) += $(FATE_VP3-yes)
 
8
fate-vp3: $(FATE_VP3-yes)
15
9
 
16
 
FATE_TESTS += fate-vp5
 
10
FATE_SAMPLES_AVCONV-$(call DEMDEC, AVI, VP5) += fate-vp5
17
11
fate-vp5: CMD = framecrc -i $(SAMPLES)/vp5/potter512-400-partial.avi -an
18
12
 
19
 
FATE_TESTS += fate-vp6a
 
13
FATE_VP6-$(call DEMDEC, EA, VP6) += fate-vp60
 
14
fate-vp60: CMD = framecrc -i $(SAMPLES)/ea-vp6/g36.vp6
 
15
 
 
16
FATE_VP6-$(call DEMDEC, EA, VP6) += fate-vp61
 
17
fate-vp61: CMD = framecrc -i $(SAMPLES)/ea-vp6/MovieSkirmishGondor.vp6 -t 4
 
18
 
 
19
FATE_VP6-$(call DEMDEC, FLV, VP6A) += fate-vp6a
20
20
fate-vp6a: CMD = framecrc -i $(SAMPLES)/flash-vp6/300x180-Scr-f8-056alpha.flv
21
21
 
22
 
FATE_TESTS += fate-vp6f
 
22
FATE_VP6-$(call DEMDEC, FLV, VP6F) += fate-vp6f
23
23
fate-vp6f: CMD = framecrc -i $(SAMPLES)/flash-vp6/clip1024.flv
24
24
 
 
25
FATE_SAMPLES_AVCONV += $(FATE_VP6-yes)
 
26
fate-vp6: $(FATE_VP6-yes)
 
27
 
25
28
VP8_SUITE = 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017
26
29
 
27
30
define FATE_VP8_SUITE
28
 
FATE_VP8 += fate-vp8-test-vector$(2)-$(1)
 
31
FATE_VP8-$(CONFIG_IVF_DEMUXER) += fate-vp8-test-vector$(2)-$(1)
29
32
fate-vp8-test-vector$(2)-$(1): CMD = framemd5 $(3) -i $(SAMPLES)/vp8-test-vectors-r1/vp80-00-comprehensive-$(1).ivf
30
33
fate-vp8-test-vector$(2)-$(1): REF = $(SRC_PATH)/tests/ref/fate/vp8-test-vector-$(1)
31
34
endef
33
36
define FATE_VP8_FULL
34
37
$(foreach N,$(VP8_SUITE),$(eval $(call FATE_VP8_SUITE,$(N),$(1),$(2))))
35
38
 
36
 
FATE_VP8 += fate-vp8-sign-bias$(1)
37
 
fate-vp8-sign-bias$(1): CMD = framemd5 $(2) -i $(SAMPLES)/vp8/sintel-signbias.ivf -vsync 0
 
39
# FIXME this file contains two frames with identical timestamps,
 
40
# so avconv drops one of them
 
41
FATE_VP8-$(CONFIG_IVF_DEMUXER) += fate-vp8-sign-bias$(1)
 
42
fate-vp8-sign-bias$(1): CMD = framemd5 $(2) -i $(SAMPLES)/vp8/sintel-signbias.ivf
38
43
fate-vp8-sign-bias$(1): REF = $(SRC_PATH)/tests/ref/fate/vp8-sign-bias
 
44
 
 
45
FATE_VP8-$(CONFIG_MATROSKA_DEMUXER) += 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
39
48
endef
40
49
 
41
50
$(eval $(call FATE_VP8_FULL))
42
 
$(eval $(call FATE_VP8_FULL,-emu-edge,-flags emu_edge))
43
 
FATE_TESTS += $(FATE_VP8)
44
 
fate-vp8: $(FATE_VP8)
 
51
$(eval $(call FATE_VP8_FULL,-emu-edge,-flags +emu_edge))
 
52
FATE_SAMPLES_AVCONV-$(CONFIG_VP8_DECODER) += $(FATE_VP8-yes)
 
53
fate-vp8: $(FATE_VP8-yes)