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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2013-09-24 17:07:00 UTC
  • mfrom: (1.1.17) (7.1.9 experimental)
  • Revision ID: package-import@ubuntu.com-20130924170700-4dg62s3pwl0pdakz
Tags: 1.2.0-1
* New upstream stable release:
  + debian/control:
    - Build depend on GStreamer and gst-plugins-base >= 1.2.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
FATE_TESTS += fate-msmpeg4v1
 
1
FATE_SAMPLES_AVCONV-$(call DEMDEC, AVI, MSMPEG4V1) += fate-msmpeg4v1
2
2
fate-msmpeg4v1: CMD = framecrc -flags +bitexact -dct fastint -idct simple -i $(SAMPLES)/msmpeg4v1/mpg4.avi -an
3
3
 
4
4
FATE_MSVIDEO1 += fate-msvideo1-16bit
7
7
FATE_MSVIDEO1 += fate-msvideo1-8bit
8
8
fate-msvideo1-8bit: CMD = framecrc -i $(SAMPLES)/cram/skating.avi -t 1 -pix_fmt rgb24
9
9
 
10
 
FATE_TESTS += $(FATE_MSVIDEO1)
 
10
FATE_SAMPLES_AVCONV-$(call DEMDEC, AVI, MSVIDEO1) += $(FATE_MSVIDEO1)
11
11
fate-msvideo1: $(FATE_MSVIDEO1)
12
12
 
13
13
FATE_WMV8_DRM += fate-wmv8-drm
17
17
FATE_WMV8_DRM += fate-wmv8-drm-nodec
18
18
fate-wmv8-drm-nodec: CMD = framecrc -cryptokey 137381538c84c068111902a59c5cf6c340247c39 -i $(SAMPLES)/wmv8/wmv_drm.wmv -acodec copy -vcodec copy
19
19
 
20
 
FATE_TESTS += $(FATE_WMV8_DRM)
 
20
FATE_SAMPLES_AVCONV-$(call DEMDEC, ASF, WMV3) += $(FATE_WMV8_DRM)
21
21
fate-wmv8_drm: $(FATE_WMV8_DRM)
22
22
 
23
 
FATE_VC1 += fate-vc1_sa00040
 
23
FATE_VC1-$(CONFIG_VC1_DEMUXER) += fate-vc1_sa00040
24
24
fate-vc1_sa00040: CMD = framecrc -i $(SAMPLES)/vc1/SA00040.vc1
25
25
 
26
 
FATE_VC1 += fate-vc1_sa00050
 
26
FATE_VC1-$(CONFIG_VC1_DEMUXER) += fate-vc1_sa00050
27
27
fate-vc1_sa00050: CMD = framecrc -i $(SAMPLES)/vc1/SA00050.vc1
28
28
 
29
 
FATE_VC1 += fate-vc1_sa10091
 
29
FATE_VC1-$(CONFIG_VC1_DEMUXER) += fate-vc1_sa10091
30
30
fate-vc1_sa10091: CMD = framecrc -i $(SAMPLES)/vc1/SA10091.vc1
31
31
 
32
 
FATE_VC1 += fate-vc1_sa20021
 
32
FATE_VC1-$(CONFIG_VC1_DEMUXER) += fate-vc1_sa20021
33
33
fate-vc1_sa20021: CMD = framecrc -i $(SAMPLES)/vc1/SA20021.vc1
34
34
 
35
 
FATE_VC1 += fate-vc1-ism
 
35
FATE_VC1-$(CONFIG_VC1_DEMUXER) += fate-vc1_sa10143
 
36
fate-vc1_sa10143: CMD = framecrc -i $(SAMPLES)/vc1/SA10143.vc1
 
37
 
 
38
FATE_VC1-$(CONFIG_MOV_DEMUXER) += fate-vc1-ism
36
39
fate-vc1-ism: CMD = framecrc -i $(SAMPLES)/isom/vc1-wmapro.ism -an
37
40
 
38
 
FATE_TESTS += $(FATE_VC1)
39
 
fate-vc1: $(FATE_VC1)
 
41
FATE_SAMPLES_AVCONV-$(CONFIG_VC1_DECODER) += $(FATE_VC1-yes)
 
42
fate-vc1: $(FATE_VC1-yes)