1cabdff1aSopenharmony_ciFATE_LAGARITH += fate-lagarith-rgb24 2cabdff1aSopenharmony_cifate-lagarith-rgb24: CMD = framecrc -i $(TARGET_SAMPLES)/lagarith/lag-rgb24.avi 3cabdff1aSopenharmony_ci 4cabdff1aSopenharmony_ciFATE_LAGARITH-$(call FRAMECRC, AVI, LAGARITH, SCALE_FILTER) += fate-lagarith-rgb32 5cabdff1aSopenharmony_cifate-lagarith-rgb32: CMD = framecrc -i $(TARGET_SAMPLES)/lagarith/lag-rgb32.avi -pix_fmt bgra -vf scale 6cabdff1aSopenharmony_ci 7cabdff1aSopenharmony_ciFATE_LAGARITH += fate-lagarith-yuy2 8cabdff1aSopenharmony_cifate-lagarith-yuy2: CMD = framecrc -i $(TARGET_SAMPLES)/lagarith/lag-yuy2.avi 9cabdff1aSopenharmony_ci 10cabdff1aSopenharmony_ciFATE_LAGARITH += fate-lagarith-yv12 11cabdff1aSopenharmony_cifate-lagarith-yv12: CMD = framecrc -i $(TARGET_SAMPLES)/lagarith/lag-yv12.avi 12cabdff1aSopenharmony_ci 13cabdff1aSopenharmony_ciFATE_LAGARITH += fate-lagarith-red 14cabdff1aSopenharmony_cifate-lagarith-red: CMD = framecrc -i $(TARGET_SAMPLES)/lagarith/lagarith-red.avi 15cabdff1aSopenharmony_ci 16cabdff1aSopenharmony_ciFATE_LAGARITH += fate-lagarith-ticket4119 fate-lagarith-ticket4119-cfr fate-lagarith-ticket4119-vfr fate-lagarith-ticket4119-pass 17cabdff1aSopenharmony_cifate-lagarith-ticket4119: CMD = framecrc -i $(TARGET_SAMPLES)/lagarith/lagarith-1.3.27-black-frames-and-off-by-ones.avi 18cabdff1aSopenharmony_cifate-lagarith-ticket4119-cfr : CMD = framecrc -i $(TARGET_SAMPLES)/lagarith/lagarith-1.3.27-black-frames-and-off-by-ones.avi -vsync cfr 19cabdff1aSopenharmony_cifate-lagarith-ticket4119-vfr : CMD = framecrc -i $(TARGET_SAMPLES)/lagarith/lagarith-1.3.27-black-frames-and-off-by-ones.avi -vsync vfr 20cabdff1aSopenharmony_cifate-lagarith-ticket4119-pass: CMD = framecrc -i $(TARGET_SAMPLES)/lagarith/lagarith-1.3.27-black-frames-and-off-by-ones.avi -vsync passthrough 21cabdff1aSopenharmony_ci 22cabdff1aSopenharmony_ciFATE_LAGARITH-$(call FRAMECRC, AVI, LAGARITH) += $(FATE_LAGARITH) 23cabdff1aSopenharmony_ci 24cabdff1aSopenharmony_ciFATE_LOSSLESS_VIDEO += $(FATE_LAGARITH-yes) 25cabdff1aSopenharmony_cifate-lagarith: $(FATE_LAGARITH-yes) 26cabdff1aSopenharmony_ci 27cabdff1aSopenharmony_ciFATE_LOCO-$(call FRAMECRC, AVI, LOCO) += fate-loco-rgb fate-loco-yuy2 28cabdff1aSopenharmony_cifate-loco-rgb: CMD = framecrc -i $(TARGET_SAMPLES)/loco/pig-loco-rgb.avi 29cabdff1aSopenharmony_cifate-loco-yuy2: CMD = framecrc -i $(TARGET_SAMPLES)/loco/pig-loco-0.avi 30cabdff1aSopenharmony_ci 31cabdff1aSopenharmony_ciFATE_LOSSLESS_VIDEO += $(FATE_LOCO-yes) 32cabdff1aSopenharmony_cifate-loco: $(FATE_LOCO-yes) 33cabdff1aSopenharmony_ci 34cabdff1aSopenharmony_ciFATE_LOSSLESS_VIDEO-$(call FRAMECRC, AVI, MSRLE, SCALE_FILTER) += fate-msrle-8bit 35cabdff1aSopenharmony_cifate-msrle-8bit: CMD = framecrc -i $(TARGET_SAMPLES)/msrle/Search-RLE.avi -pix_fmt rgb24 -vf scale 36cabdff1aSopenharmony_ci 37cabdff1aSopenharmony_ciFATE_LOSSLESS_VIDEO-$(call FRAMECRC, AVI, MSZH) += fate-mszh 38cabdff1aSopenharmony_cifate-mszh: CMD = framecrc -i $(TARGET_SAMPLES)/lcl/mszh-1frame.avi 39cabdff1aSopenharmony_ci 40cabdff1aSopenharmony_ciFATE_LOSSLESS_VIDEO-$(call FRAMECRC, AVI, VBLE) += fate-vble 41cabdff1aSopenharmony_cifate-vble: CMD = framecrc -i $(TARGET_SAMPLES)/vble/flowers-partial-2MB.avi 42cabdff1aSopenharmony_ci 43cabdff1aSopenharmony_ciFATE_LOSSLESS_VIDEO-$(call FRAMECRC, AVI, ZEROCODEC) += fate-zerocodec 44cabdff1aSopenharmony_cifate-zerocodec: CMD = framecrc -i $(TARGET_SAMPLES)/zerocodec/sample-zeco.avi 45cabdff1aSopenharmony_ci 46cabdff1aSopenharmony_ciFATE_LOSSLESS_VIDEO-$(call FRAMECRC, AVI, ZLIB) += fate-zlib 47cabdff1aSopenharmony_cifate-zlib: CMD = framecrc -i $(TARGET_SAMPLES)/lcl/zlib-1frame.avi 48cabdff1aSopenharmony_ci 49cabdff1aSopenharmony_ciFATE_LOSSLESS_VIDEO += $(FATE_LOSSLESS_VIDEO-yes) 50cabdff1aSopenharmony_ci 51cabdff1aSopenharmony_ciFATE_SAMPLES_FFMPEG += $(FATE_LOSSLESS_VIDEO) 52cabdff1aSopenharmony_cifate-lossless-video: $(FATE_LOSSLESS_VIDEO) 53