]> git.sesse.net Git - ffmpeg/blob - tests/fate/pcm.mak
FATE: replace the acodec-pcm_s24daud test with an enc_dec_pcm checksum test
[ffmpeg] / tests / fate / pcm.mak
1 FATE_PCM += fate-ea-mad-pcm-planar
2 fate-ea-mad-pcm-planar: CMD = framecrc -i $(SAMPLES)/ea-mad/xeasport.mad
3
4 FATE_PCM += fate-film-cvid-pcm-stereo-8bit
5 fate-film-cvid-pcm-stereo-8bit: CMD = framecrc -i $(SAMPLES)/film/logo-capcom.cpk
6
7 FATE_PCM += fate-iff-pcm
8 fate-iff-pcm: CMD = md5 -i $(SAMPLES)/iff/Bells -f s16le
9
10 FATE_PCM += fate-pcm_dvd
11 fate-pcm_dvd: CMD = framecrc -i $(SAMPLES)/pcm-dvd/coolitnow-partial.vob -vn
12
13 FATE_PCM += fate-pcm_s16be-stereo
14 fate-pcm_s16be-stereo: CMD = md5 -i $(SAMPLES)/qt-surge-suite/surge-2-16-B-twos.mov -f s16le
15
16 FATE_PCM += fate-pcm_s16le-stereo
17 fate-pcm_s16le-stereo: CMD = md5 -i $(SAMPLES)/qt-surge-suite/surge-2-16-L-sowt.mov -f s16le
18
19 FATE_PCM += fate-pcm_u8-mono
20 fate-pcm_u8-mono: CMD = md5 -i $(SAMPLES)/qt-surge-suite/surge-1-8-raw.mov -f s16le
21
22 FATE_PCM += fate-pcm_u8-stereo
23 fate-pcm_u8-stereo: CMD = md5 -i $(SAMPLES)/qt-surge-suite/surge-2-8-raw.mov -f s16le
24
25 FATE_PCM += fate-w64
26 fate-w64: CMD = crc -i $(SAMPLES)/w64/w64-pcm16.w64
27
28 FATE_PCM += fate-dcinema-encode
29 fate-dcinema-encode: tests/data/asynth-96000-6.wav
30 fate-dcinema-encode: SRC = tests/data/asynth-96000-6.wav
31 fate-dcinema-encode: CMD = enc_dec_pcm daud md5 s16le $(SRC) -c:a pcm_s24daud
32
33 FATE_TESTS += $(FATE_PCM)
34 fate-pcm: $(FATE_PCM)