mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-12 19:18:44 +02:00
48706f41e1
* qatar/master: mpeg12: check for available bits to avoid an infinite loop fate: add some shorthands to run groups of tests fate: Give some tests more sensible names. cosmetics: Rename ffsink to avsink. Conflicts: avconv.c cmdutils.c cmdutils.h ffmpeg.c ffplay.c tests/fate/audio.mak tests/fate/demux.mak tests/fate/dpcm.mak tests/fate/image.mak tests/fate/lossless-audio.mak tests/fate/lossless-video.mak tests/fate/microsoft.mak tests/fate/pcm.mak tests/fate/real.mak tests/fate/screen.mak tests/fate/video.mak tests/fate/voice.mak tests/fate/wma.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
46 lines
1.4 KiB
Makefile
46 lines
1.4 KiB
Makefile
FATE_REAL += fate-real-14_4
|
|
fate-real-14_4: CMD = md5 -i $(SAMPLES)/real/ra3_in_rm_file.rm -f s16le
|
|
|
|
FATE_REAL += fate-ra-288
|
|
fate-ra-288: CMD = pcm -i $(SAMPLES)/real/ra_288.rm
|
|
fate-ra-288: CMP = oneoff
|
|
fate-ra-288: REF = $(SAMPLES)/real/ra_288.pcm
|
|
fate-ra-288: FUZZ = 2
|
|
|
|
FATE_REAL += fate-ra-cook
|
|
fate-ra-cook: CMD = pcm -i $(SAMPLES)/real/ra_cook.rm
|
|
fate-ra-cook: CMP = oneoff
|
|
fate-ra-cook: REF = $(SAMPLES)/real/ra_cook.pcm
|
|
|
|
FATE_REAL += fate-rv30
|
|
fate-rv30: CMD = framecrc -flags +bitexact -dct fastint -idct simple -i $(SAMPLES)/real/rv30.rm -an
|
|
|
|
FATE_REAL += fate-real-rv40
|
|
fate-real-rv40: CMD = framecrc -i $(SAMPLES)/real/spygames-2MB.rmvb -t 10 -an -vsync 0
|
|
|
|
FATE_SIPR += fate-sipr-5k0
|
|
fate-sipr-5k0: CMD = pcm -i $(SAMPLES)/sipr/sipr_5k0.rm
|
|
fate-sipr-5k0: CMP = oneoff
|
|
fate-sipr-5k0: REF = $(SAMPLES)/sipr/sipr_5k0.pcm
|
|
|
|
FATE_SIPR += fate-sipr-6k5
|
|
fate-sipr-6k5: CMD = pcm -i $(SAMPLES)/sipr/sipr_6k5.rm
|
|
fate-sipr-6k5: CMP = oneoff
|
|
fate-sipr-6k5: REF = $(SAMPLES)/sipr/sipr_6k5.pcm
|
|
|
|
FATE_SIPR += fate-sipr-8k5
|
|
fate-sipr-8k5: CMD = pcm -i $(SAMPLES)/sipr/sipr_8k5.rm
|
|
fate-sipr-8k5: CMP = oneoff
|
|
fate-sipr-8k5: REF = $(SAMPLES)/sipr/sipr_8k5.pcm
|
|
|
|
FATE_SIPR += fate-sipr-16k
|
|
fate-sipr-16k: CMD = pcm -i $(SAMPLES)/sipr/sipr_16k.rm
|
|
fate-sipr-16k: CMP = oneoff
|
|
fate-sipr-16k: REF = $(SAMPLES)/sipr/sipr_16k.pcm
|
|
|
|
FATE_REAL += $(FATE_SIPR)
|
|
fate-sipr: $(FATE_SIPR)
|
|
|
|
FATE_TESTS += $(FATE_REAL)
|
|
fate-real: $(FATE_REAL)
|