GEN tests/pixfmts.mak HOSTCC tests/base64.o HOSTLD tests/base64 HOSTCC tests/tiny_psnr.o HOSTLD tests/tiny_psnr HOSTCC tests/tiny_ssim.o HOSTLD tests/tiny_ssim HOSTCC tests/audiomatch.o HOSTLD tests/audiomatch CC tests/checkasm/alacdsp.o AS tests/checkasm/arm/checkasm.o CC tests/checkasm/audiodsp.o CC tests/checkasm/blockdsp.o CC tests/checkasm/bswapdsp.o CC tests/checkasm/checkasm.o CC tests/checkasm/flacdsp.o CC tests/checkasm/fmtconvert.o CC tests/checkasm/h264dsp.o CC tests/checkasm/h264pred.o CC tests/checkasm/h264qpel.o CC tests/checkasm/hevc_add_res.o CC tests/checkasm/hevc_idct.o CC tests/checkasm/jpeg2000dsp.o CC tests/checkasm/llviddsp.o CC tests/checkasm/pixblockdsp.o CC tests/checkasm/synth_filter.o src/tests/checkasm/synth_filter.c: In function 'checkasm_check_synth_filter': src/tests/checkasm/synth_filter.c:64: warning: unused variable 'offset_b' CC tests/checkasm/v210enc.o CC tests/checkasm/vf_blend.o CC tests/checkasm/vf_colorspace.o src/tests/checkasm/vf_colorspace.c: In function 'check_yuv2yuv': src/tests/checkasm/vf_colorspace.c:102: warning: passing argument 7 of '(void (*)(uint8_t **, ptrdiff_t *, uint8_t **, ptrdiff_t *, int, int, const int16_t (*)[3][8], const int16_t (*)[8]))func_ref' from incompatible pointer type src/tests/checkasm/vf_colorspace.c:102: note: expected 'const int16_t (*)[3][8]' but argument is of type 'int16_t (*)[3][8]' src/tests/checkasm/vf_colorspace.c:102: warning: passing argument 8 of '(void (*)(uint8_t **, ptrdiff_t *, uint8_t **, ptrdiff_t *, int, int, const int16_t (*)[3][8], const int16_t (*)[8]))func_ref' from incompatible pointer type src/tests/checkasm/vf_colorspace.c:102: note: expected 'const int16_t (*)[8]' but argument is of type 'int16_t (*)[8]' src/tests/checkasm/vf_colorspace.c:105: warning: passing argument 9 of 'checked_call' from incompatible pointer type src/tests/checkasm/vf_colorspace.c:105: note: expected 'const int16_t (*)[3][8]' but argument is of type 'int16_t (*)[3][8]' src/tests/checkasm/vf_colorspace.c:105: warning: passing argument 10 of 'checked_call' from incompatible pointer type src/tests/checkasm/vf_colorspace.c:105: note: expected 'const int16_t (*)[8]' but argument is of type 'int16_t (*)[8]' src/tests/checkasm/vf_colorspace.c: In function 'check_yuv2rgb': src/tests/checkasm/vf_colorspace.c:165: warning: passing argument 7 of '(void (*)(int16_t **, ptrdiff_t, uint8_t **, ptrdiff_t *, int, int, const int16_t (*)[3][8], const int16_t *))func_ref' from incompatible pointer type src/tests/checkasm/vf_colorspace.c:165: note: expected 'const int16_t (*)[3][8]' but argument is of type 'int16_t (*)[3][8]' src/tests/checkasm/vf_colorspace.c:168: warning: passing argument 9 of 'checked_call' from incompatible pointer type src/tests/checkasm/vf_colorspace.c:168: note: expected 'const int16_t (*)[3][8]' but argument is of type 'int16_t (*)[3][8]' src/tests/checkasm/vf_colorspace.c: In function 'check_rgb2yuv': src/tests/checkasm/vf_colorspace.c:246: warning: passing argument 7 of '(void (*)(uint8_t **, ptrdiff_t *, int16_t **, ptrdiff_t, int, int, const int16_t (*)[3][8], const int16_t *))func_ref' from incompatible pointer type src/tests/checkasm/vf_colorspace.c:246: note: expected 'const int16_t (*)[3][8]' but argument is of type 'int16_t (*)[3][8]' src/tests/checkasm/vf_colorspace.c:248: warning: passing argument 9 of 'checked_call' from incompatible pointer type src/tests/checkasm/vf_colorspace.c:248: note: expected 'const int16_t (*)[3][8]' but argument is of type 'int16_t (*)[3][8]' src/tests/checkasm/vf_colorspace.c: In function 'check_multiply3x3': src/tests/checkasm/vf_colorspace.c:296: warning: passing argument 5 of '(void (*)(int16_t **, ptrdiff_t, int, int, const int16_t (*)[3][8]))func_ref' from incompatible pointer type src/tests/checkasm/vf_colorspace.c:296: note: expected 'const int16_t (*)[3][8]' but argument is of type 'int16_t (*)[3][8]' src/tests/checkasm/vf_colorspace.c:297: warning: passing argument 7 of 'checked_call' from incompatible pointer type src/tests/checkasm/vf_colorspace.c:297: note: expected 'const int16_t (*)[3][8]' but argument is of type 'int16_t (*)[3][8]' CC tests/checkasm/videodsp.o CC tests/checkasm/vp8dsp.o CC tests/checkasm/vp9dsp.o LD tests/checkasm/checkasm TEST checkasm-alacdsp TEST checkasm-audiodsp TEST checkasm-blockdsp TEST checkasm-bswapdsp TEST checkasm-flacdsp TEST checkasm-fmtconvert TEST checkasm-h264dsp TEST checkasm-h264pred TEST checkasm-h264qpel TEST checkasm-hevc_add_res TEST checkasm-hevc_idct TEST checkasm-jpeg2000dsp TEST checkasm-llviddsp TEST checkasm-pixblockdsp TEST checkasm-synth_filter TEST checkasm-v210enc TEST checkasm-vf_blend TEST checkasm-vf_colorspace TEST checkasm-videodsp TEST checkasm-vp8dsp TEST checkasm-vp9dsp TEST source CC tests/api/api-flac-test.o src/tests/api/api-flac-test.c: In function 'run_test': src/tests/api/api-flac-test.c:166: warning: 'avcodec_encode_audio2' is deprecated (declared at src/libavcodec/avcodec.h:5377) src/tests/api/api-flac-test.c:174: warning: 'avcodec_decode_audio4' is deprecated (declared at src/libavcodec/avcodec.h:4852) LD tests/api/api-flac-test TEST api-flac CC tests/api/api-seek-test.o src/tests/api/api-seek-test.c: In function 'compute_crc_of_packets': src/tests/api/api-seek-test.c:119: warning: 'avcodec_decode_video2' is deprecated (declared at src/libavcodec/avcodec.h:4901) LD tests/api/api-seek-test HOSTCC tests/audiogen.o HOSTLD tests/audiogen GEN tests/data/asynth1.sw HOSTCC tests/videogen.o HOSTLD tests/videogen GEN tests/vsynth1/00.pgm TEST lavf-flv_fmt TEST api-seek CC tests/api/api-band-test.o src/tests/api/api-band-test.c: In function 'video_decode': src/tests/api/api-band-test.c:171: warning: 'avcodec_decode_video2' is deprecated (declared at src/libavcodec/avcodec.h:4901) LD tests/api/api-band-test TEST api-band CC tests/api/api-h264-test.o src/tests/api/api-h264-test.c: In function 'video_decode_example': src/tests/api/api-h264-test.c:121: warning: 'avcodec_decode_video2' is deprecated (declared at src/libavcodec/avcodec.h:4901) LD tests/api/api-h264-test TEST api-h264 CC tests/api/api-codec-param-test.o src/tests/api/api-codec-param-test.c: In function 'try_decode_video_frame': src/tests/api/api-codec-param-test.c:58: warning: 'avcodec_decode_video2' is deprecated (declared at src/libavcodec/avcodec.h:4901) src/tests/api/api-codec-param-test.c: In function 'find_video_stream_info': src/tests/api/api-codec-param-test.c:95: warning: 'codec' is deprecated (declared at src/libavformat/avformat.h:893) src/tests/api/api-codec-param-test.c:120: warning: 'codec' is deprecated (declared at src/libavformat/avformat.h:893) src/tests/api/api-codec-param-test.c:135: warning: 'codec' is deprecated (declared at src/libavformat/avformat.h:893) src/tests/api/api-codec-param-test.c: In function 'dump_video_streams': src/tests/api/api-codec-param-test.c:148: warning: 'codec' is deprecated (declared at src/libavformat/avformat.h:893) src/tests/api/api-codec-param-test.c: In function 'check_video_streams': src/tests/api/api-codec-param-test.c:199: warning: 'codec' is deprecated (declared at src/libavformat/avformat.h:893) src/tests/api/api-codec-param-test.c:200: warning: 'codec' is deprecated (declared at src/libavformat/avformat.h:893) LD tests/api/api-codec-param-test TEST api-png-codec-param TEST api-mjpeg-codec-param TEST lavf-mxf TEST concat-demuxer-simple1-lavf-mxf TEST lavf-mxf_d10 TEST concat-demuxer-simple1-lavf-mxf_d10 TEST lavf-ts TEST concat-demuxer-simple2-lavf-ts TEST concat-demuxer-extended-lavf-mxf TEST concat-demuxer-extended-lavf-mxf_d10 CC libavcodec/tests/fft.o LD libavcodec/tests/fft TEST dct1d-4 TEST idct1d-4 TEST dct1d-5 TEST idct1d-5 TEST dct1d-6 TEST idct1d-6 TEST dct1d-7 TEST idct1d-7 TEST dct1d-8 TEST idct1d-8 TEST dct1d-9 TEST idct1d-9 TEST dct1d-10 TEST idct1d-10 TEST dct1d-11 TEST idct1d-11 TEST dct1d-12 TEST idct1d-12 TEST fft-4 TEST ifft-4 TEST fft-5 TEST ifft-5 TEST fft-6 TEST ifft-6 TEST fft-7 TEST ifft-7 TEST fft-8 TEST ifft-8 TEST fft-9 TEST ifft-9 TEST fft-10 TEST ifft-10 TEST fft-11 TEST ifft-11 TEST fft-12 TEST ifft-12 TEST mdct-4 TEST imdct-4 TEST mdct-5 TEST imdct-5 TEST mdct-6 TEST imdct-6 TEST mdct-7 TEST imdct-7 TEST mdct-8 TEST imdct-8 TEST mdct-9 TEST imdct-9 TEST mdct-10 TEST imdct-10 TEST mdct-11 TEST imdct-11 TEST mdct-12 TEST imdct-12 TEST rdft-4 TEST irdft-4 TEST rdft-5 TEST irdft-5 TEST rdft-6 TEST irdft-6 TEST rdft-7 TEST irdft-7 TEST rdft-8 TEST irdft-8 TEST rdft-9 TEST irdft-9 TEST rdft-10 TEST irdft-10 TEST rdft-11 TEST irdft-11 TEST rdft-12 TEST irdft-12 CC libavcodec/tests/fft-fixed.o LD libavcodec/tests/fft-fixed TEST fft-fixed-4 TEST ifft-fixed-4 TEST fft-fixed-5 TEST ifft-fixed-5 TEST fft-fixed-6 TEST ifft-fixed-6 TEST fft-fixed-7 TEST ifft-fixed-7 TEST fft-fixed-8 TEST ifft-fixed-8 TEST fft-fixed-9 TEST ifft-fixed-9 TEST fft-fixed-10 TEST ifft-fixed-10 TEST fft-fixed-11 TEST ifft-fixed-11 TEST fft-fixed-12 TEST ifft-fixed-12 TEST mdct-fixed-4 TEST imdct-fixed-4 TEST mdct-fixed-5 TEST imdct-fixed-5 TEST mdct-fixed-6 TEST imdct-fixed-6 TEST mdct-fixed-7 TEST imdct-fixed-7 TEST mdct-fixed-8 TEST imdct-fixed-8 TEST mdct-fixed-9 TEST imdct-fixed-9 TEST mdct-fixed-10 TEST imdct-fixed-10 TEST mdct-fixed-11 TEST imdct-fixed-11 TEST mdct-fixed-12 TEST imdct-fixed-12 CC libavcodec/tests/fft-fixed32.o LD libavcodec/tests/fft-fixed32 TEST fft-fixed32-4 TEST ifft-fixed32-4 TEST mdct-fixed32-4 TEST imdct-fixed32-4 TEST fft-fixed32-5 TEST ifft-fixed32-5 TEST mdct-fixed32-5 TEST imdct-fixed32-5 TEST fft-fixed32-6 TEST ifft-fixed32-6 TEST mdct-fixed32-6 TEST imdct-fixed32-6 TEST fft-fixed32-7 TEST ifft-fixed32-7 TEST mdct-fixed32-7 TEST imdct-fixed32-7 TEST fft-fixed32-8 TEST ifft-fixed32-8 TEST mdct-fixed32-8 TEST imdct-fixed32-8 TEST fft-fixed32-9 TEST ifft-fixed32-9 TEST mdct-fixed32-9 TEST imdct-fixed32-9 TEST fft-fixed32-10 TEST ifft-fixed32-10 TEST mdct-fixed32-10 TEST imdct-fixed32-10 TEST fft-fixed32-11 TEST ifft-fixed32-11 TEST mdct-fixed32-11 TEST imdct-fixed32-11 TEST fft-fixed32-12 TEST ifft-fixed32-12 TEST mdct-fixed32-12 TEST imdct-fixed32-12 CC libavcodec/tests/avfft.o In file included from src/libavcodec/tests/avfft.c:26: src/libavcodec/tests/fft.c: In function 'main': src/libavcodec/tests/fft.c:381: warning: 'm' may be used uninitialized in this function src/libavcodec/tests/fft.c:381: warning: 's' may be used uninitialized in this function src/libavcodec/tests/fft.c:383: warning: 'r' may be used uninitialized in this function src/libavcodec/tests/fft.c:384: warning: 'd' may be used uninitialized in this function LD libavcodec/tests/avfft TEST av-dct1d-4 TEST av-idct1d-4 TEST av-dct1d-5 TEST av-idct1d-5 TEST av-dct1d-6 TEST av-idct1d-6 TEST av-dct1d-7 TEST av-idct1d-7 TEST av-dct1d-8 TEST av-idct1d-8 TEST av-dct1d-9 TEST av-idct1d-9 TEST av-dct1d-10 TEST av-idct1d-10 TEST av-dct1d-11 TEST av-idct1d-11 TEST av-dct1d-12 TEST av-idct1d-12 TEST av-fft-4 TEST av-ifft-4 TEST av-fft-5 TEST av-ifft-5 TEST av-fft-6 TEST av-ifft-6 TEST av-fft-7 TEST av-ifft-7 TEST av-fft-8 TEST av-ifft-8 TEST av-fft-9 TEST av-ifft-9 TEST av-fft-10 TEST av-ifft-10 TEST av-fft-11 TEST av-ifft-11 TEST av-fft-12 TEST av-ifft-12 TEST av-mdct-4 TEST av-imdct-4 TEST av-mdct-5 TEST av-imdct-5 TEST av-mdct-6 TEST av-imdct-6 TEST av-mdct-7 TEST av-imdct-7 TEST av-mdct-8 TEST av-imdct-8 TEST av-mdct-9 TEST av-imdct-9 TEST av-mdct-10 TEST av-imdct-10 TEST av-mdct-11 TEST av-imdct-11 TEST av-mdct-12 TEST av-imdct-12 TEST av-rdft-4 TEST av-irdft-4 TEST av-rdft-5 TEST av-irdft-5 TEST av-rdft-6 TEST av-irdft-6 TEST av-rdft-7 TEST av-irdft-7 TEST av-rdft-8 TEST av-irdft-8 TEST av-rdft-9 TEST av-irdft-9 TEST av-rdft-10 TEST av-irdft-10 TEST av-rdft-11 TEST av-irdft-11 TEST av-rdft-12 TEST av-irdft-12 CC libavcodec/tests/avpacket.o LD libavcodec/tests/avpacket TEST avpacket CC libavcodec/tests/cabac.o LD libavcodec/tests/cabac TEST cabac CC libavcodec/tests/celp_math.o LD libavcodec/tests/celp_math TEST celp_math CC libavcodec/tests/golomb.o LD libavcodec/tests/golomb TEST golomb CC libavcodec/tests/dct.o CC libavcodec/dctref.o LD libavcodec/tests/dct TEST idct8x8 CC libavcodec/tests/iirfilter.o LD libavcodec/tests/iirfilter TEST iirfilter CC libavcodec/tests/options.o In file included from src/libavcodec/options.c:38, from src/libavcodec/tests/options.c:23: src/libavcodec/options_table.h:95: warning: 'me_method' is deprecated (declared at src/libavcodec/avcodec.h:1967) src/libavcodec/options_table.h:127: warning: 'rc_strategy' is deprecated (declared at src/libavcodec/avcodec.h:2031) src/libavcodec/options_table.h:130: warning: 'b_frame_strategy' is deprecated (declared at src/libavcodec/avcodec.h:2038) src/libavcodec/options_table.h:131: warning: 'rtp_payload_size' is deprecated (declared at src/libavcodec/avcodec.h:2864) src/libavcodec/options_table.h:134: warning: 'mv_bits' is deprecated (declared at src/libavcodec/avcodec.h:2875) src/libavcodec/options_table.h:135: warning: 'header_bits' is deprecated (declared at src/libavcodec/avcodec.h:2877) src/libavcodec/options_table.h:136: warning: 'i_tex_bits' is deprecated (declared at src/libavcodec/avcodec.h:2879) src/libavcodec/options_table.h:137: warning: 'p_tex_bits' is deprecated (declared at src/libavcodec/avcodec.h:2881) src/libavcodec/options_table.h:138: warning: 'i_count' is deprecated (declared at src/libavcodec/avcodec.h:2883) src/libavcodec/options_table.h:139: warning: 'p_count' is deprecated (declared at src/libavcodec/avcodec.h:2885) src/libavcodec/options_table.h:140: warning: 'skip_count' is deprecated (declared at src/libavcodec/avcodec.h:2887) src/libavcodec/options_table.h:141: warning: 'misc_bits' is deprecated (declared at src/libavcodec/avcodec.h:2889) src/libavcodec/options_table.h:142: warning: 'frame_bits' is deprecated (declared at src/libavcodec/avcodec.h:2893) src/libavcodec/options_table.h:186: warning: 'mpeg_quant' is deprecated (declared at src/libavcodec/avcodec.h:2059) src/libavcodec/options_table.h:189: warning: 'rc_qsquish' is deprecated (declared at src/libavcodec/avcodec.h:2696) src/libavcodec/options_table.h:190: warning: 'rc_qmod_amp' is deprecated (declared at src/libavcodec/avcodec.h:2699) src/libavcodec/options_table.h:191: warning: 'rc_qmod_freq' is deprecated (declared at src/libavcodec/avcodec.h:2701) src/libavcodec/options_table.h:195: warning: 'rc_eq' is deprecated (declared at src/libavcodec/avcodec.h:2724) src/libavcodec/options_table.h:202: warning: 'rc_buffer_aggressivity' is deprecated (declared at src/libavcodec/avcodec.h:2746) src/libavcodec/options_table.h:207: warning: 'rc_initial_cplx' is deprecated (declared at src/libavcodec/avcodec.h:2749) src/libavcodec/options_table.h:252: warning: 'prediction_method' is deprecated (declared at src/libavcodec/avcodec.h:2123) src/libavcodec/options_table.h:296: warning: 'pre_me' is deprecated (declared at src/libavcodec/avcodec.h:2204) src/libavcodec/options_table.h:320: warning: 'dtg_active_format' is deprecated (declared at src/libavcodec/avcodec.h:2238) src/libavcodec/options_table.h:324: warning: 'intra_quant_bias' is deprecated (declared at src/libavcodec/avcodec.h:2261) src/libavcodec/options_table.h:325: warning: 'inter_quant_bias' is deprecated (declared at src/libavcodec/avcodec.h:2267) src/libavcodec/options_table.h:329: warning: 'coder_type' is deprecated (declared at src/libavcodec/avcodec.h:2785) src/libavcodec/options_table.h:339: warning: 'context_model' is deprecated (declared at src/libavcodec/avcodec.h:2791) src/libavcodec/options_table.h:343: warning: 'xvmc_acceleration' is deprecated (declared at src/libavcodec/avcodec.h:2287) src/libavcodec/options_table.h:350: warning: 'stream_codec_tag' is deprecated (declared at src/libavcodec/avcodec.h:1771) src/libavcodec/options_table.h:353: warning: 'scenechange_threshold' is deprecated (declared at src/libavcodec/avcodec.h:2317) src/libavcodec/options_table.h:356: warning: 'lmin' is deprecated (declared at src/libavcodec/avcodec.h:2799) src/libavcodec/options_table.h:357: warning: 'lmax' is deprecated (declared at src/libavcodec/avcodec.h:2805) src/libavcodec/options_table.h:360: warning: 'noise_reduction' is deprecated (declared at src/libavcodec/avcodec.h:2321) src/libavcodec/options_table.h:365: warning: 'error_rate' is deprecated (declared at src/libavcodec/avcodec.h:3374) src/libavcodec/options_table.h:370: warning: 'me_threshold' is deprecated (declared at src/libavcodec/avcodec.h:2329) src/libavcodec/options_table.h:371: warning: 'mb_threshold' is deprecated (declared at src/libavcodec/avcodec.h:2335) src/libavcodec/options_table.h:403: warning: 'frame_skip_threshold' is deprecated (declared at src/libavcodec/avcodec.h:2811) src/libavcodec/options_table.h:404: warning: 'frame_skip_factor' is deprecated (declared at src/libavcodec/avcodec.h:2815) src/libavcodec/options_table.h:405: warning: 'frame_skip_exp' is deprecated (declared at src/libavcodec/avcodec.h:2819) src/libavcodec/options_table.h:406: warning: 'frame_skip_cmp' is deprecated (declared at src/libavcodec/avcodec.h:2823) src/libavcodec/options_table.h:409: warning: 'border_masking' is deprecated (declared at src/libavcodec/avcodec.h:2364) src/libavcodec/options_table.h:414: warning: 'me_penalty_compensation' is deprecated (declared at src/libavcodec/avcodec.h:2386) src/libavcodec/options_table.h:428: warning: 'brd_scale' is deprecated (declared at src/libavcodec/avcodec.h:2398) src/libavcodec/options_table.h:433: warning: 'chromaoffset' is deprecated (declared at src/libavcodec/avcodec.h:2418) src/libavcodec/options_table.h:437: warning: 'scenechange_factor' is deprecated (declared at src/libavcodec/avcodec.h:2427) src/libavcodec/options_table.h:441: warning: 'b_sensitivity' is deprecated (declared at src/libavcodec/avcodec.h:2440) src/libavcodec/options_table.h:445: warning: 'min_prediction_order' is deprecated (declared at src/libavcodec/avcodec.h:2836) src/libavcodec/options_table.h:446: warning: 'max_prediction_order' is deprecated (declared at src/libavcodec/avcodec.h:2840) src/libavcodec/options_table.h:447: warning: 'timecode_frame_start' is deprecated (declared at src/libavcodec/avcodec.h:2844) src/libavcodec/options_table.h:562: warning: 'side_data_only_packets' is deprecated (declared at src/libavcodec/avcodec.h:3402) In file included from src/libavcodec/tests/options.c:23: src/libavcodec/options.c: In function 'copy_context_reset': src/libavcodec/options.c:198: warning: 'coded_frame' is deprecated (declared at src/libavcodec/avcodec.h:3152) src/libavcodec/options.c: In function 'avcodec_copy_context': src/libavcodec/options.c:247: warning: 'coded_frame' is deprecated (declared at src/libavcodec/avcodec.h:3152) src/libavcodec/tests/options.c: In function 'test_copy': src/libavcodec/tests/options.c:152: warning: 'avcodec_copy_context' is deprecated (declared at src/libavcodec/options.c:216) src/libavcodec/tests/options.c:167: warning: 'avcodec_copy_context' is deprecated (declared at src/libavcodec/options.c:216) LD libavcodec/tests/options TEST libavcodec-options CC libavcodec/tests/rangecoder.o LD libavcodec/tests/rangecoder TEST rangecoder CC libavcodec/tests/mathops.o LD libavcodec/tests/mathops TEST mathops CC libavcodec/tests/jpeg2000dwt.o LD libavcodec/tests/jpeg2000dwt TEST j2k-dwt CC libavcodec/tests/utils.o LD libavcodec/tests/utils TEST libavcodec-utils CC libavcodec/tests/mjpegenc_huffman.o LD libavcodec/tests/mjpegenc_huffman TEST libavcodec-huffman CC libavformat/tests/noproxy.o LD libavformat/tests/noproxy TEST noproxy CC libavformat/tests/srtp.o LD libavformat/tests/srtp TEST srtp CC libavformat/tests/url.o LD libavformat/tests/url TEST url CC libavformat/tests/movenc.o src/libavformat/tests/movenc.c: In function 'io_write_data_type': src/libavformat/tests/movenc.c:111: warning: 'str' may be used uninitialized in this function LD libavformat/tests/movenc TEST movenc CC libavutil/tests/adler32.o LD libavutil/tests/adler32 TEST adler32 CC libavutil/tests/aes.o LD libavutil/tests/aes TEST aes CC libavutil/tests/aes_ctr.o LD libavutil/tests/aes_ctr TEST aes_ctr CC libavutil/tests/camellia.o LD libavutil/tests/camellia TEST camellia CC libavutil/tests/cast5.o LD libavutil/tests/cast5 TEST cast5 CC libavutil/tests/atomic.o LD libavutil/tests/atomic TEST atomic CC libavutil/tests/audio_fifo.o LD libavutil/tests/audio_fifo TEST audio_fifo CC libavutil/tests/avstring.o LD libavutil/tests/avstring TEST avstring CC libavutil/tests/base64.o LD libavutil/tests/base64 TEST base64 CC libavutil/tests/blowfish.o LD libavutil/tests/blowfish TEST blowfish CC libavutil/tests/bprint.o LD libavutil/tests/bprint TEST bprint CC libavutil/tests/cpu.o LD libavutil/tests/cpu TEST cpu cpu_flags(raw) = 0x0000003F cpu_flags_str(raw) = armv5te armv6 armv6t2 vfp vfpv3 neon cpu_flags(effective) = 0x0000003F cpu_flags_str(effective) = armv5te armv6 armv6t2 vfp vfpv3 neon threads = 1 (cpu_count = 2) CC libavutil/tests/crc.o LD libavutil/tests/crc TEST crc CC libavutil/tests/color_utils.o LD libavutil/tests/color_utils TEST color_utils CC libavutil/tests/des.o LD libavutil/tests/des TEST des CC libavutil/tests/dict.o LD libavutil/tests/dict TEST dict CC libavutil/tests/eval.o LD libavutil/tests/eval TEST eval CC libavutil/tests/fifo.o LD libavutil/tests/fifo TEST fifo CC libavutil/tests/float_dsp.o src/libavutil/tests/float_dsp.c: In function 'main': src/libavutil/tests/float_dsp.c:256: warning: 'seed' may be used uninitialized in this function LD libavutil/tests/float_dsp TEST float-dsp CC libavutil/tests/hash.o LD libavutil/tests/hash TEST hash CC libavutil/tests/hmac.o LD libavutil/tests/hmac TEST hmac CC libavutil/tests/imgutils.o LD libavutil/tests/imgutils TEST imgutils CC libavutil/tests/lfg.o LD libavutil/tests/lfg TEST lfg CC libavutil/tests/md5.o src/libavutil/tests/md5.c: In function 'main': src/libavutil/tests/md5.c:41: warning: passing argument 2 of 'av_md5_sum' discards qualifiers from pointer target type src/libavutil/md5.h:83: note: expected 'const uint8_t *' but argument is of type 'volatile uint8_t *' src/libavutil/tests/md5.c:43: warning: passing argument 2 of 'av_md5_sum' discards qualifiers from pointer target type src/libavutil/md5.h:83: note: expected 'const uint8_t *' but argument is of type 'volatile uint8_t *' src/libavutil/tests/md5.c:45: warning: passing argument 2 of 'av_md5_sum' discards qualifiers from pointer target type src/libavutil/md5.h:83: note: expected 'const uint8_t *' but argument is of type 'volatile uint8_t *' src/libavutil/tests/md5.c:47: warning: passing argument 2 of 'av_md5_sum' discards qualifiers from pointer target type src/libavutil/md5.h:83: note: expected 'const uint8_t *' but argument is of type 'volatile uint8_t *' src/libavutil/tests/md5.c:51: warning: passing argument 2 of 'av_md5_sum' discards qualifiers from pointer target type src/libavutil/md5.h:83: note: expected 'const uint8_t *' but argument is of type 'volatile uint8_t *' LD libavutil/tests/md5 TEST md5 CC libavutil/tests/murmur3.o LD libavutil/tests/murmur3 TEST murmur3 CC libavutil/tests/parseutils.o LD libavutil/tests/parseutils TEST parseutils CC libavutil/tests/display.o LD libavutil/tests/display TEST display CC libavutil/tests/random_seed.o LD libavutil/tests/random_seed TEST random_seed CC libavutil/tests/ripemd.o LD libavutil/tests/ripemd TEST ripemd CC libavutil/tests/sha.o LD libavutil/tests/sha TEST sha CC libavutil/tests/sha512.o LD libavutil/tests/sha512 TEST sha512 CC libavutil/tests/tree.o LD libavutil/tests/tree TEST tree CC libavutil/tests/twofish.o LD libavutil/tests/twofish TEST twofish CC libavutil/tests/xtea.o LD libavutil/tests/xtea TEST xtea CC libavutil/tests/tea.o LD libavutil/tests/tea TEST tea CC libavutil/tests/opt.o LD libavutil/tests/opt TEST opt CC libavutil/tests/pixelutils.o LD libavutil/tests/pixelutils TEST pixelutils CC libswscale/tests/pixdesc_query.o LD libswscale/tests/pixdesc_query TEST sws-pixdesc-query GEN tests/data/asynth-22050-6.wav TEST mapchan-6ch-extract-2 TEST mapchan-6ch-extract-2-downmix-mono GEN tests/data/asynth-22050-1.wav TEST mapchan-silent-mono GEN tests/data/asynth-44100-2.wav TEST filter-adelay TEST filter-aecho TEST filter-aemphasis-50fm TEST filter-aemphasis-75kf TEST filter-afade-qsin TEST filter-afade-iqsin TEST filter-afade-esin TEST filter-afade-hsin TEST filter-afade-exp TEST filter-afade-log TEST filter-agate TEST filter-alimiter GEN tests/data/asynth-44100-1.wav TEST filter-amerge TEST filter-apad COPY tests/data/filtergraphs/anequalizer TEST filter-anequalizer TEST filter-asetnsamples TEST filter-asetrate TEST filter-chorus TEST filter-dcshift TEST filter-earwax TEST filter-extrastereo COPY tests/data/filtergraphs/firequalizer TEST filter-firequalizer TEST filter-tremolo COPY tests/data/filtergraphs/compand TEST filter-compand GEN tests/data/hls-list.m3u8 TEST filter-hls GEN tests/data/hls-list-append.m3u8 TEST filter-hls-append TEST filter-atrim-duration TEST filter-atrim-mixed TEST filter-atrim-samples TEST filter-atrim-time COPY tests/data/filtergraphs/channelmap_one_int GEN tests/data/asynth-44100-6.wav TEST filter-channelmap-one-int COPY tests/data/filtergraphs/channelmap_one_str TEST filter-channelmap-one-str TEST filter-channelsplit GEN tests/data/asynth-44100-3.wav TEST filter-join TEST filter-volume CC libavfilter/tests/formats.o LD libavfilter/tests/formats TEST filter-formats GEN tests/data/add_keyframe_index.flv TEST flv-add_keyframe_index TEST filter-lavd-life TEST filter-lavd-testsrc TEST filter-testsrc2-yuv420p TEST filter-testsrc2-yuv444p TEST filter-testsrc2-rgb24 COPY tests/data/filtergraphs/scalenorm TEST filter-lavd-scalenorm TEST filter-framerate-up TEST filter-framerate-down COPY tests/data/filtergraphs/concat TEST filter-concat TEST filter-mpdecimate GEN tests/data/asynth-2626-1.wav TEST swr-resample-s16p-2626-8000 TEST swr-resample-s16p-2626-44100 TEST swr-resample-s16p-2626-48000 TEST swr-resample-s16p-2626-96000 GEN tests/data/asynth-8000-1.wav TEST swr-resample-s16p-8000-2626 TEST swr-resample-s16p-8000-44100 TEST swr-resample-s16p-8000-48000 TEST swr-resample-s16p-8000-96000 TEST swr-resample-s16p-44100-2626 TEST swr-resample-s16p-44100-8000 TEST swr-resample-s16p-44100-48000 TEST swr-resample-s16p-44100-96000 GEN tests/data/asynth-48000-1.wav TEST swr-resample-s16p-48000-2626 TEST swr-resample-s16p-48000-8000 TEST swr-resample-s16p-48000-44100 TEST swr-resample-s16p-48000-96000 GEN tests/data/asynth-96000-1.wav TEST swr-resample-s16p-96000-2626 TEST swr-resample-s16p-96000-8000 TEST swr-resample-s16p-96000-44100 TEST swr-resample-s16p-96000-48000 TEST swr-resample-s32p-2626-8000 TEST swr-resample-s32p-2626-44100 TEST swr-resample-s32p-2626-48000 TEST swr-resample-s32p-2626-96000 TEST swr-resample-s32p-8000-2626 TEST swr-resample-s32p-8000-44100 TEST swr-resample-s32p-8000-48000 TEST swr-resample-s32p-8000-96000 TEST swr-resample-s32p-44100-2626 TEST swr-resample-s32p-44100-8000 TEST swr-resample-s32p-44100-48000 TEST swr-resample-s32p-44100-96000 TEST swr-resample-s32p-48000-2626 TEST swr-resample-s32p-48000-8000 TEST swr-resample-s32p-48000-44100 TEST swr-resample-s32p-48000-96000 TEST swr-resample-s32p-96000-2626 TEST swr-resample-s32p-96000-8000 TEST swr-resample-s32p-96000-44100 TEST swr-resample-s32p-96000-48000 TEST swr-resample-fltp-2626-8000 TEST swr-resample-fltp-2626-44100 TEST swr-resample-fltp-2626-48000 TEST swr-resample-fltp-2626-96000 TEST swr-resample-fltp-8000-2626 TEST swr-resample-fltp-8000-44100 TEST swr-resample-fltp-8000-48000 TEST swr-resample-fltp-8000-96000 TEST swr-resample-fltp-44100-2626 TEST swr-resample-fltp-44100-8000 TEST swr-resample-fltp-44100-48000 TEST swr-resample-fltp-44100-96000 TEST swr-resample-fltp-48000-2626 TEST swr-resample-fltp-48000-8000 TEST swr-resample-fltp-48000-44100 TEST swr-resample-fltp-48000-96000 TEST swr-resample-fltp-96000-2626 TEST swr-resample-fltp-96000-8000 TEST swr-resample-fltp-96000-44100 TEST swr-resample-fltp-96000-48000 TEST swr-resample-dblp-2626-8000 TEST swr-resample-dblp-2626-44100 TEST swr-resample-dblp-2626-48000 TEST swr-resample-dblp-2626-96000 TEST swr-resample-dblp-8000-2626 TEST swr-resample-dblp-8000-44100 TEST swr-resample-dblp-8000-48000 TEST swr-resample-dblp-8000-96000 TEST swr-resample-dblp-44100-2626 TEST swr-resample-dblp-44100-8000 TEST swr-resample-dblp-44100-48000 TEST swr-resample-dblp-44100-96000 TEST swr-resample-dblp-48000-2626 TEST swr-resample-dblp-48000-8000 TEST swr-resample-dblp-48000-44100 TEST swr-resample-dblp-48000-96000 TEST swr-resample-dblp-96000-2626 TEST swr-resample-dblp-96000-8000 TEST swr-resample-dblp-96000-44100 TEST swr-resample-dblp-96000-48000 TEST swr-resample_lin-s16p-8000-44100 TEST swr-resample_lin-s16p-8000-48000 TEST swr-resample_lin-s16p-44100-8000 TEST swr-resample_lin-s16p-44100-48000 TEST swr-resample_lin-s16p-48000-8000 TEST swr-resample_lin-s16p-48000-44100 TEST swr-resample_lin-fltp-8000-44100 TEST swr-resample_lin-fltp-8000-48000 TEST swr-resample_lin-fltp-44100-8000 TEST swr-resample_lin-fltp-44100-48000 TEST swr-resample_lin-fltp-48000-8000 TEST swr-resample_lin-fltp-48000-44100 TEST swr-resample_lin-dblp-8000-44100 TEST swr-resample_lin-dblp-8000-48000 TEST swr-resample_lin-dblp-44100-8000 TEST swr-resample_lin-dblp-44100-48000 TEST swr-resample_lin-dblp-48000-8000 TEST swr-resample_lin-dblp-48000-44100 TEST swr-resample_nn-s16p-8000-44100 TEST swr-resample_nn-s16p-44100-8000 TEST swr-resample_nn-fltp-8000-44100 TEST swr-resample_nn-fltp-44100-8000 TEST swr-resample_async-s16p-8000-44100 TEST swr-resample_async-s16p-44100-8000 TEST swr-resample_async-fltp-8000-44100 TEST swr-resample_async-fltp-44100-8000 TEST swr-resample_exact-s16p-2626-8000 TEST swr-resample_exact-s16p-2626-44100 TEST swr-resample_exact-s16p-2626-48000 TEST swr-resample_exact-s16p-2626-96000 TEST swr-resample_exact-s16p-8000-2626 TEST swr-resample_exact-s16p-8000-44100 TEST swr-resample_exact-s16p-8000-48000 TEST swr-resample_exact-s16p-8000-96000 TEST swr-resample_exact-s16p-44100-2626 TEST swr-resample_exact-s16p-44100-8000 TEST swr-resample_exact-s16p-44100-48000 TEST swr-resample_exact-s16p-44100-96000 TEST swr-resample_exact-s16p-48000-2626 TEST swr-resample_exact-s16p-48000-8000 TEST swr-resample_exact-s16p-48000-44100 TEST swr-resample_exact-s16p-48000-96000 TEST swr-resample_exact-s16p-96000-2626 TEST swr-resample_exact-s16p-96000-8000 TEST swr-resample_exact-s16p-96000-44100 TEST swr-resample_exact-s16p-96000-48000 TEST swr-resample_exact-s32p-2626-8000 TEST swr-resample_exact-s32p-2626-44100 TEST swr-resample_exact-s32p-2626-48000 TEST swr-resample_exact-s32p-2626-96000 TEST swr-resample_exact-s32p-8000-2626 TEST swr-resample_exact-s32p-8000-44100 TEST swr-resample_exact-s32p-8000-48000 TEST swr-resample_exact-s32p-8000-96000 TEST swr-resample_exact-s32p-44100-2626 TEST swr-resample_exact-s32p-44100-8000 TEST swr-resample_exact-s32p-44100-48000 TEST swr-resample_exact-s32p-44100-96000 TEST swr-resample_exact-s32p-48000-2626 TEST swr-resample_exact-s32p-48000-8000 TEST swr-resample_exact-s32p-48000-44100 TEST swr-resample_exact-s32p-48000-96000 TEST swr-resample_exact-s32p-96000-2626 TEST swr-resample_exact-s32p-96000-8000 TEST swr-resample_exact-s32p-96000-44100 TEST swr-resample_exact-s32p-96000-48000 TEST swr-resample_exact-fltp-2626-8000 TEST swr-resample_exact-fltp-2626-44100 TEST swr-resample_exact-fltp-2626-48000 TEST swr-resample_exact-fltp-2626-96000 TEST swr-resample_exact-fltp-8000-2626 TEST swr-resample_exact-fltp-8000-44100 TEST swr-resample_exact-fltp-8000-48000 TEST swr-resample_exact-fltp-8000-96000 TEST swr-resample_exact-fltp-44100-2626 TEST swr-resample_exact-fltp-44100-8000 TEST swr-resample_exact-fltp-44100-48000 TEST swr-resample_exact-fltp-44100-96000 TEST swr-resample_exact-fltp-48000-2626 TEST swr-resample_exact-fltp-48000-8000 TEST swr-resample_exact-fltp-48000-44100 TEST swr-resample_exact-fltp-48000-96000 TEST swr-resample_exact-fltp-96000-2626 TEST swr-resample_exact-fltp-96000-8000 TEST swr-resample_exact-fltp-96000-44100 TEST swr-resample_exact-fltp-96000-48000 TEST swr-resample_exact-dblp-2626-8000 TEST swr-resample_exact-dblp-2626-44100 TEST swr-resample_exact-dblp-2626-48000 TEST swr-resample_exact-dblp-2626-96000 TEST swr-resample_exact-dblp-8000-2626 TEST swr-resample_exact-dblp-8000-44100 TEST swr-resample_exact-dblp-8000-48000 TEST swr-resample_exact-dblp-8000-96000 TEST swr-resample_exact-dblp-44100-2626 TEST swr-resample_exact-dblp-44100-8000 TEST swr-resample_exact-dblp-44100-48000 TEST swr-resample_exact-dblp-44100-96000 TEST swr-resample_exact-dblp-48000-2626 TEST swr-resample_exact-dblp-48000-8000 TEST swr-resample_exact-dblp-48000-44100 TEST swr-resample_exact-dblp-48000-96000 TEST swr-resample_exact-dblp-96000-2626 TEST swr-resample_exact-dblp-96000-8000 TEST swr-resample_exact-dblp-96000-44100 TEST swr-resample_exact-dblp-96000-48000 TEST swr-resample_exact_async-s16p-8000-44100 TEST swr-resample_exact_async-s16p-8000-48000 TEST swr-resample_exact_async-s16p-44100-8000 TEST swr-resample_exact_async-s16p-44100-48000 TEST swr-resample_exact_async-s16p-48000-8000 TEST swr-resample_exact_async-s16p-48000-44100 TEST swr-resample_exact_async-s32p-8000-44100 TEST swr-resample_exact_async-s32p-8000-48000 TEST swr-resample_exact_async-s32p-44100-8000 TEST swr-resample_exact_async-s32p-44100-48000 TEST swr-resample_exact_async-s32p-48000-8000 TEST swr-resample_exact_async-s32p-48000-44100 TEST swr-resample_exact_async-fltp-8000-44100 TEST swr-resample_exact_async-fltp-8000-48000 TEST swr-resample_exact_async-fltp-44100-8000 TEST swr-resample_exact_async-fltp-44100-48000 TEST swr-resample_exact_async-fltp-48000-8000 TEST swr-resample_exact_async-fltp-48000-44100 TEST swr-resample_exact_async-dblp-8000-44100 TEST swr-resample_exact_async-dblp-8000-48000 TEST swr-resample_exact_async-dblp-44100-8000 TEST swr-resample_exact_async-dblp-44100-48000 TEST swr-resample_exact_async-dblp-48000-8000 TEST swr-resample_exact_async-dblp-48000-44100 TEST swr-resample_exact_lin-s16p-2626-8000 TEST swr-resample_exact_lin-s16p-2626-44100 TEST swr-resample_exact_lin-s16p-2626-48000 TEST swr-resample_exact_lin-s16p-2626-96000 TEST swr-resample_exact_lin-s16p-8000-2626 TEST swr-resample_exact_lin-s16p-8000-44100 TEST swr-resample_exact_lin-s16p-8000-48000 TEST swr-resample_exact_lin-s16p-8000-96000 TEST swr-resample_exact_lin-s16p-44100-2626 TEST swr-resample_exact_lin-s16p-44100-8000 TEST swr-resample_exact_lin-s16p-44100-48000 TEST swr-resample_exact_lin-s16p-44100-96000 TEST swr-resample_exact_lin-s16p-48000-2626 TEST swr-resample_exact_lin-s16p-48000-8000 TEST swr-resample_exact_lin-s16p-48000-44100 TEST swr-resample_exact_lin-s16p-48000-96000 TEST swr-resample_exact_lin-s16p-96000-2626 TEST swr-resample_exact_lin-s16p-96000-8000 TEST swr-resample_exact_lin-s16p-96000-44100 TEST swr-resample_exact_lin-s16p-96000-48000 TEST swr-resample_exact_lin-s32p-2626-8000 TEST swr-resample_exact_lin-s32p-2626-44100 TEST swr-resample_exact_lin-s32p-2626-48000 TEST swr-resample_exact_lin-s32p-2626-96000 TEST swr-resample_exact_lin-s32p-8000-2626 TEST swr-resample_exact_lin-s32p-8000-44100 TEST swr-resample_exact_lin-s32p-8000-48000 TEST swr-resample_exact_lin-s32p-8000-96000 TEST swr-resample_exact_lin-s32p-44100-2626 TEST swr-resample_exact_lin-s32p-44100-8000 TEST swr-resample_exact_lin-s32p-44100-48000 TEST swr-resample_exact_lin-s32p-44100-96000 TEST swr-resample_exact_lin-s32p-48000-2626 TEST swr-resample_exact_lin-s32p-48000-8000 TEST swr-resample_exact_lin-s32p-48000-44100 TEST swr-resample_exact_lin-s32p-48000-96000 TEST swr-resample_exact_lin-s32p-96000-2626 TEST swr-resample_exact_lin-s32p-96000-8000 TEST swr-resample_exact_lin-s32p-96000-44100 TEST swr-resample_exact_lin-s32p-96000-48000 TEST swr-resample_exact_lin-fltp-2626-8000 TEST swr-resample_exact_lin-fltp-2626-44100 TEST swr-resample_exact_lin-fltp-2626-48000 TEST swr-resample_exact_lin-fltp-2626-96000 TEST swr-resample_exact_lin-fltp-8000-2626 TEST swr-resample_exact_lin-fltp-8000-44100 TEST swr-resample_exact_lin-fltp-8000-48000 TEST swr-resample_exact_lin-fltp-8000-96000 TEST swr-resample_exact_lin-fltp-44100-2626 TEST swr-resample_exact_lin-fltp-44100-8000 TEST swr-resample_exact_lin-fltp-44100-48000 TEST swr-resample_exact_lin-fltp-44100-96000 TEST swr-resample_exact_lin-fltp-48000-2626 TEST swr-resample_exact_lin-fltp-48000-8000 TEST swr-resample_exact_lin-fltp-48000-44100 TEST swr-resample_exact_lin-fltp-48000-96000 TEST swr-resample_exact_lin-fltp-96000-2626 TEST swr-resample_exact_lin-fltp-96000-8000 TEST swr-resample_exact_lin-fltp-96000-44100 TEST swr-resample_exact_lin-fltp-96000-48000 TEST swr-resample_exact_lin-dblp-2626-8000 TEST swr-resample_exact_lin-dblp-2626-44100 TEST swr-resample_exact_lin-dblp-2626-48000 TEST swr-resample_exact_lin-dblp-2626-96000 TEST swr-resample_exact_lin-dblp-8000-2626 TEST swr-resample_exact_lin-dblp-8000-44100 TEST swr-resample_exact_lin-dblp-8000-48000 TEST swr-resample_exact_lin-dblp-8000-96000 TEST swr-resample_exact_lin-dblp-44100-2626 TEST swr-resample_exact_lin-dblp-44100-8000 TEST swr-resample_exact_lin-dblp-44100-48000 TEST swr-resample_exact_lin-dblp-44100-96000 TEST swr-resample_exact_lin-dblp-48000-2626 TEST swr-resample_exact_lin-dblp-48000-8000 TEST swr-resample_exact_lin-dblp-48000-44100 TEST swr-resample_exact_lin-dblp-48000-96000 TEST swr-resample_exact_lin-dblp-96000-2626 TEST swr-resample_exact_lin-dblp-96000-8000 TEST swr-resample_exact_lin-dblp-96000-44100 TEST swr-resample_exact_lin-dblp-96000-48000 TEST swr-resample_exact_lin_async-s16p-8000-44100 TEST swr-resample_exact_lin_async-s16p-8000-48000 TEST swr-resample_exact_lin_async-s16p-44100-8000 TEST swr-resample_exact_lin_async-s16p-44100-48000 TEST swr-resample_exact_lin_async-s16p-48000-8000 TEST swr-resample_exact_lin_async-s16p-48000-44100 TEST swr-resample_exact_lin_async-s32p-8000-44100 TEST swr-resample_exact_lin_async-s32p-8000-48000 TEST swr-resample_exact_lin_async-s32p-44100-8000 TEST swr-resample_exact_lin_async-s32p-44100-48000 TEST swr-resample_exact_lin_async-s32p-48000-8000 TEST swr-resample_exact_lin_async-s32p-48000-44100 TEST swr-resample_exact_lin_async-fltp-8000-44100 TEST swr-resample_exact_lin_async-fltp-8000-48000 TEST swr-resample_exact_lin_async-fltp-44100-8000 TEST swr-resample_exact_lin_async-fltp-44100-48000 TEST swr-resample_exact_lin_async-fltp-48000-8000 TEST swr-resample_exact_lin_async-fltp-48000-44100 TEST swr-resample_exact_lin_async-dblp-8000-44100 TEST swr-resample_exact_lin_async-dblp-8000-48000 TEST swr-resample_exact_lin_async-dblp-44100-8000 TEST swr-resample_exact_lin_async-dblp-44100-48000 TEST swr-resample_exact_lin_async-dblp-48000-8000 TEST swr-resample_exact_lin_async-dblp-48000-44100 TEST swr-audioconvert GEN tests/data/asynth-96000-6.wav TEST dcinema-encode TEST ffmpeg-filter_complex TEST ffmpeg-lavfi TEST unknown_layout-pcm TEST unknown_layout-ac3 TEST acodec-pcm-alaw TEST acodec-pcm-mulaw TEST acodec-pcm-s8 TEST acodec-pcm-u8 TEST acodec-pcm-s16be TEST acodec-pcm-s16le TEST acodec-pcm-u16be TEST acodec-pcm-u16le TEST acodec-pcm-s24be TEST acodec-pcm-s24le TEST acodec-pcm-u24be TEST acodec-pcm-u24le TEST acodec-pcm-s32be TEST acodec-pcm-s32le TEST acodec-pcm-u32be TEST acodec-pcm-u32le TEST acodec-pcm-f32be TEST acodec-pcm-f32le TEST acodec-pcm-f64be TEST acodec-pcm-f64le TEST acodec-pcm-s8_planar TEST acodec-pcm-s16be_planar TEST acodec-pcm-s16le_planar TEST acodec-pcm-s24le_planar TEST acodec-pcm-s32le_planar TEST acodec-adpcm-adx TEST acodec-adpcm-ima_qt TEST acodec-adpcm-ima_wav TEST acodec-adpcm-ms TEST acodec-adpcm-swf TEST acodec-adpcm-yamaha TEST acodec-adpcm-adx-trellis TEST acodec-adpcm-ima_qt-trellis TEST acodec-adpcm-ima_wav-trellis TEST acodec-adpcm-ms-trellis TEST acodec-adpcm-swf-trellis TEST acodec-adpcm-yamaha-trellis TEST acodec-mp2 TEST acodec-mp2fixed TEST acodec-alac TEST acodec-dca TEST acodec-dca2 TEST acodec-flac TEST acodec-flac-exact-rice TEST acodec-g723_1 TEST acodec-ra144 TEST acodec-roqaudio TEST acodec-s302m TEST acodec-wavpack TEST acodec-tta GEN tests/data/vsynth1.yuv TEST vsynth1-amv TEST vsynth1-asv1 TEST vsynth1-asv2 TEST vsynth1-cinepak TEST vsynth1-cljr TEST vsynth1-dnxhd-720p TEST vsynth1-dnxhd-720p-rd TEST vsynth1-dnxhd-720p-10bit TEST vsynth1-dnxhd-720p-hr-lb TEST vsynth1-dnxhd-4k-hr-lb TEST vsynth1-dnxhd-uhd-hr-sq TEST vsynth1-dnxhd-2k-hr-hq TEST vsynth1-dnxhd-edge1-hr TEST vsynth1-dnxhd-edge2-hr TEST vsynth1-dnxhd-edge3-hr TEST vsynth1-vc2-420p TEST vsynth1-vc2-420p10 TEST vsynth1-vc2-420p12 TEST vsynth1-vc2-422p TEST vsynth1-vc2-422p10 TEST vsynth1-vc2-422p12 TEST vsynth1-vc2-444p TEST vsynth1-vc2-444p10 TEST vsynth1-vc2-444p12 TEST vsynth1-dnxhd-1080i TEST vsynth1-dnxhd-1080i-10bit TEST vsynth1-dnxhd-1080i-colr TEST vsynth1-dnxhd-hr-lb-mov TEST vsynth1-dnxhd-hr-sq-mov TEST vsynth1-dnxhd-hr-hq-mov TEST vsynth1-dv TEST vsynth1-dv-411 TEST vsynth1-dv-50 TEST vsynth1-ffv1 TEST vsynth1-ffv1-v0 TEST vsynth1-ffv1-v3-yuv420p TEST vsynth1-ffv1-v3-yuv422p10 TEST vsynth1-ffv1-v3-yuv444p16 TEST vsynth1-ffv1-v3-bgr0 TEST vsynth1-ffv1-v3-rgb48 TEST vsynth1-ffvhuff TEST vsynth1-ffvhuff444 TEST vsynth1-ffvhuff420p12 TEST vsynth1-ffvhuff422p10left TEST vsynth1-ffvhuff444p16 TEST vsynth1-flashsv TEST vsynth1-flashsv2 TEST vsynth1-flv TEST vsynth1-h261 TEST vsynth1-h261-trellis TEST vsynth1-h263 TEST vsynth1-h263-obmc TEST vsynth1-h263p TEST vsynth1-huffyuv TEST vsynth1-huffyuvbgr24 TEST vsynth1-huffyuvbgra TEST vsynth1-jpegls TEST vsynth1-jpeg2000 TEST vsynth1-jpeg2000-97 TEST vsynth1-ljpeg TEST vsynth1-mjpeg TEST vsynth1-mjpeg-422 TEST vsynth1-mjpeg-444 TEST vsynth1-mjpeg-trell TEST vsynth1-mjpeg-huffman TEST vsynth1-mjpeg-trell-huffman TEST vsynth1-mpeg1 TEST vsynth1-mpeg1b TEST vsynth1-mpeg2 TEST vsynth1-mpeg2-422 TEST vsynth1-mpeg2-idct-int TEST vsynth1-mpeg2-ilace TEST vsynth1-mpeg2-ivlc-qprd TEST vsynth1-mpeg2-thread TEST vsynth1-mpeg2-thread-ivlc TEST vsynth1-mpeg4 TEST vsynth1-mpeg4-rc TEST vsynth1-mpeg4-adv TEST vsynth1-mpeg4-qprd TEST vsynth1-mpeg4-adap TEST vsynth1-mpeg4-qpel TEST vsynth1-mpeg4-thread TEST vsynth1-mpeg4-error TEST vsynth1-mpeg4-nr TEST vsynth1-mpeg4-nsse TEST vsynth1-msmpeg4 TEST vsynth1-msmpeg4v2 TEST vsynth1-mpng TEST vsynth1-msvideo1 TEST vsynth1-prores TEST vsynth1-prores_ks TEST vsynth1-qtrle TEST vsynth1-qtrlegray TEST vsynth1-rgb TEST vsynth1-bpp1 TEST vsynth1-bpp15 TEST vsynth1-mov-bgr24 TEST vsynth1-mov-bpp15 TEST vsynth1-mov-bpp16 TEST vsynth1-roqvideo TEST vsynth1-rv10 TEST vsynth1-rv20 TEST vsynth1-snow TEST vsynth1-snow-hpel TEST vsynth1-snow-ll TEST vsynth1-svq1 TEST vsynth1-r210 TEST vsynth1-v210 TEST vsynth1-v210-10 TEST vsynth1-v308 TEST vsynth1-v408 TEST vsynth1-avui TEST vsynth1-wmv1 TEST vsynth1-wmv2 TEST vsynth1-yuv TEST vsynth1-xface TEST vsynth1-yuv4 TEST vsynth1-y41p TEST vsynth1-zlib HOSTCC tests/rotozoom.o HOSTLD tests/rotozoom GEN tests/data/vsynth2.yuv TEST vsynth2-amv TEST vsynth2-asv1 TEST vsynth2-asv2 TEST vsynth2-cinepak TEST vsynth2-cljr TEST vsynth2-dnxhd-720p TEST vsynth2-dnxhd-720p-rd TEST vsynth2-dnxhd-720p-10bit TEST vsynth2-dnxhd-720p-hr-lb TEST vsynth2-dnxhd-4k-hr-lb TEST vsynth2-dnxhd-uhd-hr-sq TEST vsynth2-dnxhd-2k-hr-hq TEST vsynth2-dnxhd-edge1-hr TEST vsynth2-dnxhd-edge2-hr TEST vsynth2-dnxhd-edge3-hr TEST vsynth2-vc2-420p TEST vsynth2-vc2-420p10 TEST vsynth2-vc2-420p12 TEST vsynth2-vc2-422p TEST vsynth2-vc2-422p10 TEST vsynth2-vc2-422p12 TEST vsynth2-vc2-444p TEST vsynth2-vc2-444p10 TEST vsynth2-vc2-444p12 TEST vsynth2-dnxhd-1080i TEST vsynth2-dnxhd-1080i-10bit TEST vsynth2-dnxhd-1080i-colr TEST vsynth2-dnxhd-hr-lb-mov TEST vsynth2-dnxhd-hr-sq-mov TEST vsynth2-dnxhd-hr-hq-mov TEST vsynth2-dv TEST vsynth2-dv-411 TEST vsynth2-dv-50 TEST vsynth2-ffv1 TEST vsynth2-ffv1-v0 TEST vsynth2-ffv1-v3-yuv420p TEST vsynth2-ffv1-v3-yuv422p10 TEST vsynth2-ffv1-v3-yuv444p16 TEST vsynth2-ffv1-v3-bgr0 TEST vsynth2-ffv1-v3-rgb48 TEST vsynth2-ffvhuff TEST vsynth2-ffvhuff444 TEST vsynth2-ffvhuff420p12 TEST vsynth2-ffvhuff422p10left TEST vsynth2-ffvhuff444p16 TEST vsynth2-flashsv TEST vsynth2-flashsv2 TEST vsynth2-flv TEST vsynth2-h261 TEST vsynth2-h261-trellis TEST vsynth2-h263 TEST vsynth2-h263-obmc TEST vsynth2-h263p TEST vsynth2-huffyuv TEST vsynth2-huffyuvbgr24 TEST vsynth2-huffyuvbgra TEST vsynth2-jpegls TEST vsynth2-jpeg2000 TEST vsynth2-jpeg2000-97 TEST vsynth2-ljpeg TEST vsynth2-mjpeg TEST vsynth2-mjpeg-422 TEST vsynth2-mjpeg-444 TEST vsynth2-mjpeg-trell TEST vsynth2-mjpeg-huffman TEST vsynth2-mjpeg-trell-huffman TEST vsynth2-mpeg1 TEST vsynth2-mpeg1b TEST vsynth2-mpeg2 TEST vsynth2-mpeg2-422 TEST vsynth2-mpeg2-idct-int TEST vsynth2-mpeg2-ilace TEST vsynth2-mpeg2-ivlc-qprd TEST vsynth2-mpeg2-thread TEST vsynth2-mpeg2-thread-ivlc TEST vsynth2-mpeg4 TEST vsynth2-mpeg4-rc TEST vsynth2-mpeg4-adv TEST vsynth2-mpeg4-qprd TEST vsynth2-mpeg4-adap TEST vsynth2-mpeg4-qpel TEST vsynth2-mpeg4-thread TEST vsynth2-mpeg4-error TEST vsynth2-mpeg4-nr TEST vsynth2-mpeg4-nsse TEST vsynth2-msmpeg4 TEST vsynth2-msmpeg4v2 TEST vsynth2-mpng TEST vsynth2-msvideo1 TEST vsynth2-prores TEST vsynth2-prores_ks TEST vsynth2-qtrle TEST vsynth2-qtrlegray TEST vsynth2-rgb TEST vsynth2-bpp1 TEST vsynth2-bpp15 TEST vsynth2-mov-bgr24 TEST vsynth2-mov-bpp15 TEST vsynth2-mov-bpp16 TEST vsynth2-roqvideo TEST vsynth2-rv10 TEST vsynth2-rv20 TEST vsynth2-snow TEST vsynth2-snow-hpel TEST vsynth2-snow-ll TEST vsynth2-svq1 TEST vsynth2-r210 TEST vsynth2-v210 TEST vsynth2-v210-10 TEST vsynth2-v308 TEST vsynth2-v408 TEST vsynth2-avui TEST vsynth2-wmv1 TEST vsynth2-wmv2 TEST vsynth2-yuv TEST vsynth2-xface TEST vsynth2-yuv4 TEST vsynth2-y41p TEST vsynth2-zlib GEN tests/data/vsynth3.yuv TEST vsynth3-amv TEST vsynth3-asv1 TEST vsynth3-asv2 TEST vsynth3-cljr TEST vsynth3-dnxhd-720p-hr-lb TEST vsynth3-dnxhd-4k-hr-lb TEST vsynth3-dnxhd-uhd-hr-sq TEST vsynth3-dnxhd-2k-hr-hq TEST vsynth3-dnxhd-edge1-hr TEST vsynth3-dnxhd-edge2-hr TEST vsynth3-dnxhd-edge3-hr TEST vsynth3-dnxhd-1080i-10bit TEST vsynth3-dnxhd-1080i-colr TEST vsynth3-dnxhd-hr-lb-mov TEST vsynth3-dnxhd-hr-sq-mov TEST vsynth3-dnxhd-hr-hq-mov TEST vsynth3-ffv1 TEST vsynth3-ffv1-v0 TEST vsynth3-ffv1-v3-yuv420p TEST vsynth3-ffv1-v3-yuv422p10 TEST vsynth3-ffv1-v3-yuv444p16 TEST vsynth3-ffv1-v3-bgr0 TEST vsynth3-ffv1-v3-rgb48 TEST vsynth3-ffvhuff TEST vsynth3-ffvhuff444 TEST vsynth3-ffvhuff420p12 TEST vsynth3-ffvhuff422p10left TEST vsynth3-ffvhuff444p16 TEST vsynth3-flashsv TEST vsynth3-flashsv2 TEST vsynth3-flv TEST vsynth3-huffyuv TEST vsynth3-huffyuvbgr24 TEST vsynth3-huffyuvbgra TEST vsynth3-jpegls TEST vsynth3-jpeg2000 TEST vsynth3-jpeg2000-97 TEST vsynth3-ljpeg TEST vsynth3-mjpeg TEST vsynth3-mjpeg-422 TEST vsynth3-mjpeg-444 TEST vsynth3-mjpeg-trell TEST vsynth3-mjpeg-huffman TEST vsynth3-mjpeg-trell-huffman TEST vsynth3-mpeg1 TEST vsynth3-mpeg1b TEST vsynth3-mpeg2 TEST vsynth3-mpeg2-422 TEST vsynth3-mpeg2-idct-int TEST vsynth3-mpeg2-ilace TEST vsynth3-mpeg2-ivlc-qprd TEST vsynth3-mpeg2-thread TEST vsynth3-mpeg2-thread-ivlc TEST vsynth3-mpeg4 TEST vsynth3-mpeg4-rc TEST vsynth3-mpeg4-adv TEST vsynth3-mpeg4-qprd TEST vsynth3-mpeg4-adap TEST vsynth3-mpeg4-qpel TEST vsynth3-mpeg4-thread TEST vsynth3-mpeg4-error TEST vsynth3-mpeg4-nr TEST vsynth3-mpeg4-nsse TEST vsynth3-msmpeg4 TEST vsynth3-msmpeg4v2 TEST vsynth3-mpng TEST vsynth3-prores TEST vsynth3-prores_ks TEST vsynth3-qtrle TEST vsynth3-rgb TEST vsynth3-bpp1 TEST vsynth3-bpp15 TEST vsynth3-mov-bgr24 TEST vsynth3-mov-bpp15 TEST vsynth3-mov-bpp16 TEST vsynth3-svq1 TEST vsynth3-r210 TEST vsynth3-v210 TEST vsynth3-v210-10 TEST vsynth3-v308 TEST vsynth3-v408 TEST vsynth3-wmv1 TEST vsynth3-wmv2 TEST vsynth3-yuv TEST vsynth3-xface TEST vsynth3-yuv4 TEST vsynth3-zlib TEST lavf-aiff TEST lavf-alaw TEST lavf-apng TEST lavf-asf TEST lavf-ast TEST lavf-au TEST lavf-avi TEST lavf-bmp TEST lavf-caf TEST lavf-dpx TEST lavf-dv_fmt TEST lavf-ffm TEST lavf-flm TEST lavf-gif TEST lavf-gxf TEST lavf-ircam TEST lavf-jpg TEST lavf-mka TEST lavf-mkv TEST lavf-mmf TEST lavf-mov TEST lavf-ismv TEST lavf-mpg TEST lavf-mulaw TEST lavf-mxf_opatom TEST lavf-mxf_opatom_audio TEST lavf-nut TEST lavf-ogg TEST lavf-pam TEST lavf-pbmpipe TEST lavf-pcx TEST lavf-pgm TEST lavf-pgmpipe TEST lavf-png TEST lavf-ppm TEST lavf-ppmpipe TEST lavf-rm TEST lavf-rso TEST lavf-sgi TEST lavf-smjpeg TEST lavf-sox TEST lavf-sunrast diff: standard output: No space left on device Test lavf-sunrast failed. Look at tests/data/fate/lavf-sunrast.err for details. make: *** [fate-lavf-sunrast] Error 1 TEST lavf-swf diff: standard output: No space left on device Test lavf-swf failed. Look at tests/data/fate/lavf-swf.err for details. make: *** [fate-lavf-swf] Error 1 TEST lavf-tga diff: standard output: No space left on device Test lavf-tga failed. Look at tests/data/fate/lavf-tga.err for details. make: *** [fate-lavf-tga] Error 1 TEST lavf-tiff diff: standard output: No space left on device Test lavf-tiff failed. Look at tests/data/fate/lavf-tiff.err for details. make: *** [fate-lavf-tiff] Error 1 TEST lavf-tta diff: standard output: No space left on device Test lavf-tta failed. Look at tests/data/fate/lavf-tta.err for details. make: *** [fate-lavf-tta] Error 1 TEST lavf-voc diff: standard output: No space left on device Test lavf-voc failed. Look at tests/data/fate/lavf-voc.err for details. make: *** [fate-lavf-voc] Error 1 TEST lavf-voc_s16 diff: standard output: No space left on device Test lavf-voc_s16 failed. Look at tests/data/fate/lavf-voc_s16.err for details. make: *** [fate-lavf-voc_s16] Error 1 TEST lavf-wav diff: standard output: No space left on device Test lavf-wav failed. Look at tests/data/fate/lavf-wav.err for details. make: *** [fate-lavf-wav] Error 1 TEST lavf-wav_peak diff: standard output: No space left on device Test lavf-wav_peak failed. Look at tests/data/fate/lavf-wav_peak.err for details. make: *** [fate-lavf-wav_peak] Error 1 TEST lavf-wav_peak_only diff: standard output: No space left on device Test lavf-wav_peak_only failed. Look at tests/data/fate/lavf-wav_peak_only.err for details. make: *** [fate-lavf-wav_pe