mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
6716e6892b
* qatar/master: FATE: Add ZeroCodec test oggparseogm: fix order of arguments of avpriv_set_pts_info(). pngenc: better upper bound for encoded frame size. aiffdec: set block_duration to 1 for PCM codecs that are supported in AIFF-C aiffdec: factor out handling of integer PCM for AIFF-C and plain AIFF aiffdec: use av_get_audio_frame_duration() to set block_duration for AIFF-C aiffdec: do not set bit rate if block duration is unknown wmall: output packet only if we have decoded some samples Conflicts: libavcodec/pngenc.c tests/fate/lossless-video.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
28 lines
854 B
Makefile
28 lines
854 B
Makefile
FATE_LOCO += fate-loco-rgb
|
|
fate-loco-rgb: CMD = framecrc -i $(SAMPLES)/loco/pig-loco-rgb.avi
|
|
|
|
FATE_LOCO += fate-loco-yuy2
|
|
fate-loco-yuy2: CMD = framecrc -i $(SAMPLES)/loco/pig-loco-0.avi
|
|
|
|
FATE_LOSSLESS_VIDEO += $(FATE_LOCO)
|
|
fate-loco: $(FATE_LOCO)
|
|
|
|
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_LOSSLESS_VIDEO += fate-zerocodec
|
|
fate-zerocodec: CMD = framecrc -i $(SAMPLES)/zerocodec/sample-zeco.avi
|
|
|
|
FATE_TESTS += $(FATE_LOSSLESS_VIDEO)
|
|
fate-lossless-video: $(FATE_LOSSLESS_VIDEO)
|
|
|