]> git.sesse.net Git - ffmpeg/blob - tests/fate2.mak
Change a doxy comment to a normal one.
[ffmpeg] / tests / fate2.mak
1 FATE2_TESTS += fate-twinvq
2 fate-twinvq: CMD = pcm -i $(SAMPLES)/vqf/achterba.vqf
3 fate-twinvq: CMP = oneoff
4 fate-twinvq: REF = $(SAMPLES)/vqf/achterba.pcm
5
6 FATE2_TESTS += fate-sipr-16k
7 fate-sipr-16k: CMD = pcm -i $(SAMPLES)/sipr/sipr_16k.rm
8 fate-sipr-16k: CMP = oneoff
9 fate-sipr-16k: REF = $(SAMPLES)/sipr/sipr_16k.pcm
10
11 FATE2_TESTS += fate-sipr-8k5
12 fate-sipr-8k5: CMD = pcm -i $(SAMPLES)/sipr/sipr_8k5.rm
13 fate-sipr-8k5: CMP = oneoff
14 fate-sipr-8k5: REF = $(SAMPLES)/sipr/sipr_8k5.pcm
15
16 FATE2_TESTS += fate-sipr-6k5
17 fate-sipr-6k5: CMD = pcm -i $(SAMPLES)/sipr/sipr_6k5.rm
18 fate-sipr-6k5: CMP = oneoff
19 fate-sipr-6k5: REF = $(SAMPLES)/sipr/sipr_6k5.pcm
20
21 FATE2_TESTS += fate-sipr-5k0
22 fate-sipr-5k0: CMD = pcm -i $(SAMPLES)/sipr/sipr_5k0.rm
23 fate-sipr-5k0: CMP = oneoff
24 fate-sipr-5k0: REF = $(SAMPLES)/sipr/sipr_5k0.pcm
25
26 FATE2_TESTS += fate-aac-al04_44
27 fate-aac-al04_44: CMD = pcm -i $(SAMPLES)/aac/al04_44.mp4
28 fate-aac-al04_44: CMP = oneoff
29 fate-aac-al04_44: REF = $(SAMPLES)/aac/al04_44.s16
30 fate-aac-al04_44: FUZZ = 2
31
32 FATE2_TESTS += fate-aac-al07_96
33 fate-aac-al07_96: CMD = pcm -i $(SAMPLES)/aac/al07_96.mp4
34 fate-aac-al07_96: CMP = oneoff
35 fate-aac-al07_96: REF = $(SAMPLES)/aac/al07_96.s16
36 fate-aac-al07_96: FUZZ = 2
37
38 FATE2_TESTS += fate-aac-am00_88
39 fate-aac-am00_88: CMD = pcm -i $(SAMPLES)/aac/am00_88.mp4
40 fate-aac-am00_88: CMP = oneoff
41 fate-aac-am00_88: REF = $(SAMPLES)/aac/am00_88.s16
42 fate-aac-am00_88: FUZZ = 2
43
44 FATE2_TESTS += fate-aac-al_sbr_hq_cm_48_2
45 fate-aac-al_sbr_hq_cm_48_2: CMD = pcm -i $(SAMPLES)/aac/al_sbr_cm_48_2.mp4
46 fate-aac-al_sbr_hq_cm_48_2: CMP = oneoff
47 fate-aac-al_sbr_hq_cm_48_2: REF = $(SAMPLES)/aac/al_sbr_hq_cm_48_2.s16
48 fate-aac-al_sbr_hq_cm_48_2: FUZZ = 2
49
50 FATE2_TESTS += fate-aac-al_sbr_ps_06_ur
51 fate-aac-al_sbr_ps_06_ur: CMD = pcm -i $(SAMPLES)/aac/al_sbr_ps_06_new.mp4
52 fate-aac-al_sbr_ps_06_ur: CMP = oneoff
53 fate-aac-al_sbr_ps_06_ur: REF = $(SAMPLES)/aac/al_sbr_ps_06_ur.s16
54 fate-aac-al_sbr_ps_06_ur: FUZZ = 2
55
56 FATE2_TESTS += fate-ra-288
57 fate-ra-288: CMD = pcm -i $(SAMPLES)/real/ra_288.rm
58 fate-ra-288: CMP = oneoff
59 fate-ra-288: REF = $(SAMPLES)/real/ra_288.pcm
60 fate-ra-288: FUZZ = 2
61
62 FATE2_TESTS += fate-ra-cook
63 fate-ra-cook: CMD = pcm -i $(SAMPLES)/real/ra_cook.rm
64 fate-ra-cook: CMP = oneoff
65 fate-ra-cook: REF = $(SAMPLES)/real/ra_cook.pcm
66
67 FATE2_TESTS += fate-mpeg2-field-enc
68 fate-mpeg2-field-enc: CMD = framecrc -flags +bitexact -dct fastint -idct simple -i $(SAMPLES)/mpeg2/mpeg2_field_encoding.ts -an
69
70 FATE2_TESTS += fate-qcelp
71 fate-qcelp: CMD = pcm -i $(SAMPLES)/qcp/0036580847.QCP
72 fate-qcelp: CMP = oneoff
73 fate-qcelp: REF = $(SAMPLES)/qcp/0036580847.pcm
74
75 FATE2_TESTS += fate-qdm2
76 fate-qdm2: CMD = pcm -i $(SAMPLES)/qt-surge-suite/surge-2-16-B-QDM2.mov
77 fate-qdm2: CMP = oneoff
78 fate-qdm2: REF = $(SAMPLES)/qt-surge-suite/surge-2-16-B-QDM2.pcm
79 fate-qdm2: FUZZ = 2
80
81 FATE2_TESTS += fate-imc
82 fate-imc: CMD = pcm -i $(SAMPLES)/imc/imc.avi
83 fate-imc: CMP = oneoff
84 fate-imc: REF = $(SAMPLES)/imc/imc.pcm
85
86 FATE2_TESTS += fate-yop
87 fate-yop: CMD = framecrc -i $(SAMPLES)/yop/test1.yop -pix_fmt rgb24 -an
88
89 FATE2_TESTS += fate-pictor
90 fate-pictor: CMD = framecrc -i $(SAMPLES)/pictor/MFISH.PIC -pix_fmt rgb24 -an
91
92 FATE2_TESTS += fate-dts
93 fate-dts: CMD = pcm -i $(SAMPLES)/dts/dts.ts
94 fate-dts: CMP = oneoff
95 fate-dts: REF = $(SAMPLES)/dts/dts.pcm
96
97 FATE2_TESTS += fate-nellymoser
98 fate-nellymoser: CMD = pcm -i $(SAMPLES)/nellymoser/nellymoser.flv
99 fate-nellymoser: CMP = oneoff
100 fate-nellymoser: REF = $(SAMPLES)/nellymoser/nellymoser.pcm
101
102 FATE2_TESTS += fate-truespeech
103 fate-truespeech: CMD = pcm -i $(SAMPLES)/truespeech/a6.wav
104 fate-truespeech: CMP = oneoff
105 fate-truespeech: REF = $(SAMPLES)/truespeech/a6.pcm
106
107 FATE2_TESTS += fate-ac3-2.0
108 fate-ac3-2.0: CMD = pcm -i $(SAMPLES)/ac3/monsters_inc_2.0_192_small.ac3
109 fate-ac3-2.0: CMP = oneoff
110 fate-ac3-2.0: REF = $(SAMPLES)/ac3/monsters_inc_2.0_192_small.pcm
111
112 FATE2_TESTS += fate-ac3-5.1
113 fate-ac3-5.1: CMD = pcm -i $(SAMPLES)/ac3/monsters_inc_5.1_448_small.ac3
114 fate-ac3-5.1: CMP = oneoff
115 fate-ac3-5.1: REF = $(SAMPLES)/ac3/monsters_inc_5.1_448_small.pcm
116
117 FATE2_TESTS += fate-eac3-1
118 fate-eac3-1: CMD = pcm -i $(SAMPLES)/eac3/csi_miami_5.1_256_spx_small.eac3
119 fate-eac3-1: CMP = oneoff
120 fate-eac3-1: REF = $(SAMPLES)/eac3/csi_miami_5.1_256_spx_small.pcm
121
122 FATE2_TESTS += fate-eac3-2
123 fate-eac3-2: CMD = pcm -i $(SAMPLES)/eac3/csi_miami_stereo_128_spx_small.eac3
124 fate-eac3-2: CMP = oneoff
125 fate-eac3-2: REF = $(SAMPLES)/eac3/csi_miami_stereo_128_spx_small.pcm
126
127 FATE2_TESTS += fate-eac3-3
128 fate-eac3-3: CMD = pcm -i $(SAMPLES)/eac3/matrix2_commentary1_stereo_192_small.eac3
129 fate-eac3-3: CMP = oneoff
130 fate-eac3-3: REF = $(SAMPLES)/eac3/matrix2_commentary1_stereo_192_small.pcm
131
132 FATE2_TESTS += fate-eac3-4
133 fate-eac3-4: CMD = pcm -i $(SAMPLES)/eac3/serenity_english_5.1_1536_small.eac3
134 fate-eac3-4: CMP = oneoff
135 fate-eac3-4: REF = $(SAMPLES)/eac3/serenity_english_5.1_1536_small.pcm
136
137 FATE2_TESTS += fate-atrac1
138 fate-atrac1: CMD = pcm -i $(SAMPLES)/atrac1/test_tones_small.aea
139 fate-atrac1: CMP = oneoff
140 fate-atrac1: REF = $(SAMPLES)/atrac1/test_tones_small.pcm
141
142 FATE2_TESTS += fate-atrac3-1
143 fate-atrac3-1: CMD = pcm -i $(SAMPLES)/atrac3/mc_sich_at3_066_small.wav
144 fate-atrac3-1: CMP = oneoff
145 fate-atrac3-1: REF = $(SAMPLES)/atrac3/mc_sich_at3_066_small.pcm
146
147 FATE2_TESTS += fate-atrac3-2
148 fate-atrac3-2: CMD = pcm -i $(SAMPLES)/atrac3/mc_sich_at3_105_small.wav
149 fate-atrac3-2: CMP = oneoff
150 fate-atrac3-2: REF = $(SAMPLES)/atrac3/mc_sich_at3_105_small.pcm
151
152 FATE2_TESTS += fate-atrac3-3
153 fate-atrac3-3: CMD = pcm -i $(SAMPLES)/atrac3/mc_sich_at3_132_small.wav
154 fate-atrac3-3: CMP = oneoff
155 fate-atrac3-3: REF = $(SAMPLES)/atrac3/mc_sich_at3_132_small.pcm
156
157 FATE2_TESTS += fate-gsm
158 fate-gsm: CMD = framecrc -i $(SAMPLES)/gsm/ciao.wav
159
160 FATE2_TESTS += fate-vorbis-1
161 fate-vorbis-1: CMD = pcm -i $(SAMPLES)/vorbis/1.0.1-test_small.ogg
162 fate-vorbis-1: CMP = oneoff
163 fate-vorbis-1: REF = $(SAMPLES)/vorbis/1.0.1-test_small.pcm
164
165 FATE2_TESTS += fate-vorbis-2
166 fate-vorbis-2: CMD = pcm -i $(SAMPLES)/vorbis/1.0-test_small.ogg
167 fate-vorbis-2: CMP = oneoff
168 fate-vorbis-2: REF = $(SAMPLES)/vorbis/1.0-test_small.pcm
169
170 FATE2_TESTS += fate-vorbis-3
171 fate-vorbis-3: CMD = pcm -i $(SAMPLES)/vorbis/beta3-test_small.ogg
172 fate-vorbis-3: CMP = oneoff
173 fate-vorbis-3: REF = $(SAMPLES)/vorbis/beta3-test_small.pcm
174
175 FATE2_TESTS += fate-vorbis-4
176 fate-vorbis-4: CMD = pcm -i $(SAMPLES)/vorbis/beta4-test_small.ogg
177 fate-vorbis-4: CMP = oneoff
178 fate-vorbis-4: REF = $(SAMPLES)/vorbis/beta4-test_small.pcm
179
180 FATE2_TESTS += fate-vorbis-5
181 fate-vorbis-5: CMD = pcm -i $(SAMPLES)/vorbis/chain-test1_small.ogg
182 fate-vorbis-5: CMP = oneoff
183 fate-vorbis-5: REF = $(SAMPLES)/vorbis/chain-test1_small.pcm
184
185 FATE2_TESTS += fate-vorbis-6
186 fate-vorbis-6: CMD = pcm -i $(SAMPLES)/vorbis/chain-test2_small.ogg
187 fate-vorbis-6: CMP = oneoff
188 fate-vorbis-6: REF = $(SAMPLES)/vorbis/chain-test2_small.pcm
189
190 FATE2_TESTS += fate-vorbis-7
191 fate-vorbis-7: CMD = pcm -i $(SAMPLES)/vorbis/highrate-test_small.ogg
192 fate-vorbis-7: CMP = oneoff
193 fate-vorbis-7: REF = $(SAMPLES)/vorbis/highrate-test_small.pcm
194
195 FATE2_TESTS += fate-vorbis-8
196 fate-vorbis-8: CMD = pcm -i $(SAMPLES)/vorbis/lsp-test2_small.ogg
197 fate-vorbis-8: CMP = oneoff
198 fate-vorbis-8: REF = $(SAMPLES)/vorbis/lsp-test2_small.pcm
199
200 FATE2_TESTS += fate-vorbis-9
201 fate-vorbis-9: CMD = pcm -i $(SAMPLES)/vorbis/lsp-test3_small.ogg
202 fate-vorbis-9: CMP = oneoff
203 fate-vorbis-9: REF = $(SAMPLES)/vorbis/lsp-test3_small.pcm
204
205 FATE2_TESTS += fate-vorbis-10
206 fate-vorbis-10: CMD = pcm -i $(SAMPLES)/vorbis/lsp-test4_small.ogg
207 fate-vorbis-10: CMP = oneoff
208 fate-vorbis-10: REF = $(SAMPLES)/vorbis/lsp-test4_small.pcm
209
210 FATE2_TESTS += fate-vorbis-11
211 fate-vorbis-11: CMD = pcm -i $(SAMPLES)/vorbis/lsp-test_small.ogg
212 fate-vorbis-11: CMP = oneoff
213 fate-vorbis-11: REF = $(SAMPLES)/vorbis/lsp-test_small.pcm
214
215 FATE2_TESTS += fate-vorbis-12
216 fate-vorbis-12: CMD = pcm -i $(SAMPLES)/vorbis/mono_small.ogg
217 fate-vorbis-12: CMP = oneoff
218 fate-vorbis-12: REF = $(SAMPLES)/vorbis/mono_small.pcm
219
220 FATE2_TESTS += fate-vorbis-13
221 fate-vorbis-13: CMD = pcm -i $(SAMPLES)/vorbis/moog_small.ogg
222 fate-vorbis-13: CMP = oneoff
223 fate-vorbis-13: REF = $(SAMPLES)/vorbis/moog_small.pcm
224
225 FATE2_TESTS += fate-vorbis-14
226 fate-vorbis-14: CMD = pcm -i $(SAMPLES)/vorbis/rc1-test_small.ogg
227 fate-vorbis-14: CMP = oneoff
228 fate-vorbis-14: REF = $(SAMPLES)/vorbis/rc1-test_small.pcm
229
230 FATE2_TESTS += fate-vorbis-15
231 fate-vorbis-15: CMD = pcm -i $(SAMPLES)/vorbis/rc2-test2_small.ogg
232 fate-vorbis-15: CMP = oneoff
233 fate-vorbis-15: REF = $(SAMPLES)/vorbis/rc2-test2_small.pcm
234
235 FATE2_TESTS += fate-vorbis-16
236 fate-vorbis-16: CMD = pcm -i $(SAMPLES)/vorbis/rc2-test_small.ogg
237 fate-vorbis-16: CMP = oneoff
238 fate-vorbis-16: REF = $(SAMPLES)/vorbis/rc2-test_small.pcm
239
240 FATE2_TESTS += fate-vorbis-17
241 fate-vorbis-17: CMD = pcm -i $(SAMPLES)/vorbis/rc3-test_small.ogg
242 fate-vorbis-17: CMP = oneoff
243 fate-vorbis-17: REF = $(SAMPLES)/vorbis/rc3-test_small.pcm
244
245 FATE2_TESTS += fate-vorbis-18
246 fate-vorbis-18: CMD = pcm -i $(SAMPLES)/vorbis/sleepzor_small.ogg
247 fate-vorbis-18: CMP = oneoff
248 fate-vorbis-18: REF = $(SAMPLES)/vorbis/sleepzor_small.pcm
249 fate-vorbis-18: FUZZ = 2
250
251 FATE2_TESTS += fate-vorbis-19
252 fate-vorbis-19: CMD = pcm -i $(SAMPLES)/vorbis/test-short2_small.ogg
253 fate-vorbis-19: CMP = oneoff
254 fate-vorbis-19: REF = $(SAMPLES)/vorbis/test-short2_small.pcm
255
256 FATE2_TESTS += fate-msmpeg4v1
257 fate-msmpeg4v1: CMD = framecrc -flags +bitexact -dct fastint -idct simple -i $(SAMPLES)/msmpeg4v1/mpg4.avi -an
258
259 FATE2_TESTS += fate-wmavoice-7k
260 fate-wmavoice-7k: CMD = pcm -i $(SAMPLES)/wmavoice/streaming_CBR-7K.wma
261 fate-wmavoice-7k: CMP = stddev
262 fate-wmavoice-7k: REF = $(SAMPLES)/wmavoice/streaming_CBR-7K.pcm
263 fate-wmavoice-7k: FUZZ = 3
264
265 FATE2_TESTS += fate-wmavoice-11k
266 fate-wmavoice-11k: CMD = pcm -i $(SAMPLES)/wmavoice/streaming_CBR-11K.wma
267 fate-wmavoice-11k: CMP = stddev
268 fate-wmavoice-11k: REF = $(SAMPLES)/wmavoice/streaming_CBR-11K.pcm
269 fate-wmavoice-11k: FUZZ = 3
270
271 FATE2_TESTS += fate-wmavoice-19k
272 fate-wmavoice-19k: CMD = pcm -i $(SAMPLES)/wmavoice/streaming_CBR-19K.wma
273 fate-wmavoice-19k: CMP = stddev
274 fate-wmavoice-19k: REF = $(SAMPLES)/wmavoice/streaming_CBR-19K.pcm
275 fate-wmavoice-19k: FUZZ = 3
276
277 FATE2_TESTS += fate-wmapro-5.1
278 fate-wmapro-5.1: CMD = pcm -i $(SAMPLES)/wmapro/latin_192_mulitchannel_cut.wma
279 fate-wmapro-5.1: CMP = oneoff
280 fate-wmapro-5.1: REF = $(SAMPLES)/wmapro/latin_192_mulitchannel_cut.pcm
281
282 FATE2_TESTS += fate-wmapro-2ch
283 fate-wmapro-2ch: CMD = pcm -i $(SAMPLES)/wmapro/Beethovens_9th-1_small.wma
284 fate-wmapro-2ch: CMP = oneoff
285 fate-wmapro-2ch: REF = $(SAMPLES)/wmapro/Beethovens_9th-1_small.pcm
286
287 FATE_TESTS += fate-vp8-sign-bias
288 fate-vp8-sign-bias: CMD = framemd5  -i $(SAMPLES)/vp8/sintel-signbias.ivf