1a6a088f7c
* qatar/master: fate: whitespace cosmetics fate: split off video codec FATE tests into their own file fate: split off audio codec FATE tests into their own file fate: split off Electronic Arts codec FATE tests into their own file fate: split off QuickTime codec FATE tests into their own file fate: split off voice codec FATE tests into their own file fate: split off demuxer FATE tests into their own file cosmetics: Drop unnecessary parentheses around return values. fate: drop pointless _audio and _video suffixes from xan tests qt-faststart: K&R reformatting; fix comment typos FATE: Add test for H.264 MP4->annex.B bitstream filter. Conflicts: ffplay.c tests/fate.mak tests/fate/h264.mak tests/fate/image.mak tests/fate/lossless-audio.mak tests/fate/lossless-video.mak tests/fate/qtrle.mak tests/fate/real.mak tests/fate/screen.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
21 lines
702 B
Makefile
21 lines
702 B
Makefile
FATE_LOSSLESS_VIDEO += fate-loco-rgb
|
|
fate-loco-rgb: CMD = framecrc -i $(SAMPLES)/loco/pig-loco-rgb.avi
|
|
|
|
FATE_LOSSLESS_VIDEO += fate-loco-yuy2
|
|
fate-loco-yuy2: CMD = framecrc -i $(SAMPLES)/loco/pig-loco-0.avi
|
|
|
|
FATE_LOSSLESS_VIDEO += fate-msrle-8bit
|
|
fate-msrle-8bit: CMD = framecrc -i $(SAMPLES)/msrle/Search-RLE.avi -pix_fmt rgb24
|
|
|
|
FATE_LOSSLESS_VIDEO += fate-mszh
|
|
fate-mszh: CMD = framecrc -i $(SAMPLES)/lcl/mszh-1frame.avi
|
|
|
|
FATE_LOSSLESS_VIDEO += fate-vble
|
|
fate-vble: CMD = framecrc -i $(SAMPLES)/vble/flowers-partial-2MB.avi
|
|
|
|
FATE_LOSSLESS_VIDEO += fate-zlib
|
|
fate-zlib: CMD = framecrc -i $(SAMPLES)/lcl/zlib-1frame.avi
|
|
|
|
FATE_TESTS += $(FATE_LOSSLESS_VIDEO)
|
|
fate-lossless-video: $(FATE_LOSSLESS_VIDEO)
|