mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
f08e024ac7
Explicitly insert the scale or aresample filter where it would have been inserted by the negotiation. Re-enable conversions if it cannot be done easily. If a conversion is needed in a test, we want to know about it. If the negotiation changes and makes new conversion necessary, we want to know about it even more.
78 lines
3.5 KiB
Makefile
78 lines
3.5 KiB
Makefile
FATE_BINKAUDIO-$(call DEMDEC, BINK, BINKAUDIO_DCT) += fate-binkaudio-dct
|
|
fate-binkaudio-dct: CMD = pcm -i $(TARGET_SAMPLES)/bink/binkaudio_dct.bik
|
|
fate-binkaudio-dct: REF = $(SAMPLES)/bink/binkaudio_dct.pcm
|
|
fate-binkaudio-dct: FUZZ = 2
|
|
|
|
FATE_BINKAUDIO-$(call DEMDEC, BINK, BINKAUDIO_RDFT) += fate-binkaudio-rdft
|
|
fate-binkaudio-rdft: CMD = pcm -i $(TARGET_SAMPLES)/bink/binkaudio_rdft.bik
|
|
fate-binkaudio-rdft: REF = $(SAMPLES)/bink/binkaudio_rdft.pcm
|
|
fate-binkaudio-rdft: FUZZ = 2
|
|
|
|
$(FATE_BINKAUDIO-yes): CMP = oneoff
|
|
|
|
FATE_SAMPLES_AUDIO += $(FATE_BINKAUDIO-yes)
|
|
fate-binkaudio: $(FATE_BINKAUDIO-yes)
|
|
|
|
FATE_SAMPLES_AUDIO-$(call DEMDEC, BMV, BMV_AUDIO) += fate-bmv-audio
|
|
fate-bmv-audio: CMD = framecrc -i $(TARGET_SAMPLES)/bmv/SURFING-partial.BMV -vn
|
|
|
|
FATE_SAMPLES_AUDIO-$(call DEMDEC, DSICIN, DSICINAUDIO) += fate-delphine-cin-audio
|
|
fate-delphine-cin-audio: CMD = framecrc -i $(TARGET_SAMPLES)/delphine-cin/LOGO-partial.CIN -vn
|
|
|
|
FATE_SAMPLES_AUDIO-$(call DEMDEC, S337M, DOLBY_E) += fate-dolby-e
|
|
fate-dolby-e: CMD = pcm -i $(TARGET_SAMPLES)/dolby_e/16-11
|
|
fate-dolby-e: CMP = oneoff
|
|
fate-dolby-e: REF = $(SAMPLES)/dolby_e/16-11.pcm
|
|
|
|
FATE_SAMPLES_AUDIO-$(call DEMDEC, DSS, DSS_SP) += fate-dss-lp fate-dss-sp
|
|
fate-dss-lp: CMD = framecrc -i $(TARGET_SAMPLES)/dss/lp.dss -frames 30 -af aresample
|
|
fate-dss-sp: CMD = framecrc -i $(TARGET_SAMPLES)/dss/sp.dss -frames 30
|
|
|
|
FATE_SAMPLES_AUDIO-$(call DEMDEC, DSF, DST) += fate-dsf-dst
|
|
fate-dsf-dst: CMD = pcm -i $(TARGET_SAMPLES)/dst/dst-64fs44-2ch.dff
|
|
fate-dsf-dst: CMP = oneoff
|
|
fate-dsf-dst: REF = $(SAMPLES)/dst/dst-64fs44-2ch.pcm
|
|
|
|
FATE_SAMPLES_AUDIO-$(call DEMDEC, AVI, IMC) += fate-imc
|
|
fate-imc: CMD = pcm -i $(TARGET_SAMPLES)/imc/imc.avi
|
|
fate-imc: CMP = oneoff
|
|
fate-imc: REF = $(SAMPLES)/imc/imc-201706.pcm
|
|
|
|
FATE_SAMPLES_AUDIO-$(call DEMDEC, FLV, NELLYMOSER) += fate-nellymoser
|
|
fate-nellymoser: CMD = pcm -i $(TARGET_SAMPLES)/nellymoser/nellymoser.flv
|
|
fate-nellymoser: CMP = oneoff
|
|
fate-nellymoser: REF = $(SAMPLES)/nellymoser/nellymoser.pcm
|
|
|
|
FATE_SAMPLES_AUDIO-$(call ENCMUX, NELLYMOSER, FLV) += fate-nellymoser-aref-encode
|
|
fate-nellymoser-aref-encode: $(AREF) ./tests/data/asynth-16000-1.wav
|
|
fate-nellymoser-aref-encode: CMD = enc_dec_pcm flv wav s16le $(REF) -c:a nellymoser
|
|
fate-nellymoser-aref-encode: CMP = stddev
|
|
fate-nellymoser-aref-encode: REF = ./tests/data/asynth-16000-1.wav
|
|
fate-nellymoser-aref-encode: CMP_SHIFT = -256
|
|
fate-nellymoser-aref-encode: CMP_TARGET = 3863
|
|
fate-nellymoser-aref-encode: SIZE_TOLERANCE = 268
|
|
|
|
FATE_SAMPLES_AUDIO-$(call DEMDEC, AVI, ON2AVC) += fate-on2avc
|
|
fate-on2avc: CMD = framecrc -i $(TARGET_SAMPLES)/vp7/potter-40.vp7 -frames 30 -vn -af aresample
|
|
|
|
FATE_SAMPLES_AUDIO-$(call DEMDEC, PAF, PAF_AUDIO) += fate-paf-audio
|
|
fate-paf-audio: CMD = framecrc -i $(TARGET_SAMPLES)/paf/hod1-partial.paf -vn
|
|
|
|
FATE_SAMPLES_AUDIO-$(call DEMDEC, VMD, VMDAUDIO) += fate-sierra-vmd-audio
|
|
fate-sierra-vmd-audio: CMD = framecrc -i $(TARGET_SAMPLES)/vmd/12.vmd -vn -af aresample
|
|
|
|
FATE_SAMPLES_AUDIO-$(call DEMDEC, SMACKER, SMACKAUD) += fate-smacker-audio
|
|
fate-smacker-audio: CMD = framecrc -i $(TARGET_SAMPLES)/smacker/wetlogo.smk -vn -af aresample
|
|
|
|
FATE_SAMPLES_AUDIO-$(call DEMDEC, WSVQA, WS_SND1) += fate-ws_snd
|
|
fate-ws_snd: CMD = md5 -i $(TARGET_SAMPLES)/vqa/ws_snd.vqa -f s16le -af aresample
|
|
|
|
fate-flcl1905: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_frames -show_packets -print_format compact $(TARGET_SAMPLES)/wav/FLCL_Ending_My-short.wav
|
|
|
|
FATE_SAMPLES_AUDIO += $(FATE_SAMPLES_AUDIO-yes)
|
|
|
|
FATE_SAMPLES_FFPROBE += fate-flcl1905
|
|
|
|
FATE_SAMPLES_FFMPEG += $(FATE_SAMPLES_AUDIO)
|
|
fate-audio: $(FATE_SAMPLES_AUDIO) fate-flcl1905
|