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 src/tests/audiomatch.c: In function 'main': src/tests/audiomatch.c:109:11: warning: 'bestpos' may be used uninitialized in this function [-Wmaybe-uninitialized] HOSTLD tests/audiomatch CC tests/checkasm/alacdsp.o CC tests/checkasm/bswapdsp.o CC tests/checkasm/checkasm.o CC tests/checkasm/flacdsp.o CC tests/checkasm/fmtconvert.o CC tests/checkasm/h264pred.o CC tests/checkasm/h264qpel.o CC tests/checkasm/jpeg2000dsp.o CC tests/checkasm/pixblockdsp.o CC tests/checkasm/synth_filter.o 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:21: 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 [enabled by default] src/tests/checkasm/vf_colorspace.c:102:21: note: expected 'const int16_t (*)[3][8]' but argument is of type 'int16_t (*)[3][8]' src/tests/checkasm/vf_colorspace.c:102:21: 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 [enabled by default] src/tests/checkasm/vf_colorspace.c:102:21: note: expected 'const int16_t (*)[8]' but argument is of type 'int16_t (*)[8]' src/tests/checkasm/vf_colorspace.c:105:21: warning: passing argument 13 of 'checked_call' from incompatible pointer type [enabled by default] src/tests/checkasm/vf_colorspace.c:105:21: note: expected 'const int16_t (*)[3][8]' but argument is of type 'int16_t (*)[3][8]' src/tests/checkasm/vf_colorspace.c:105:21: warning: passing argument 14 of 'checked_call' from incompatible pointer type [enabled by default] src/tests/checkasm/vf_colorspace.c:105:21: 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:17: 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 [enabled by default] src/tests/checkasm/vf_colorspace.c:165:17: note: expected 'const int16_t (*)[3][8]' but argument is of type 'int16_t (*)[3][8]' src/tests/checkasm/vf_colorspace.c:168:17: warning: passing argument 13 of 'checked_call' from incompatible pointer type [enabled by default] src/tests/checkasm/vf_colorspace.c:168:17: 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:17: 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 [enabled by default] src/tests/checkasm/vf_colorspace.c:246:17: note: expected 'const int16_t (*)[3][8]' but argument is of type 'int16_t (*)[3][8]' src/tests/checkasm/vf_colorspace.c:248:17: warning: passing argument 13 of 'checked_call' from incompatible pointer type [enabled by default] src/tests/checkasm/vf_colorspace.c:248:17: 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:9: warning: passing argument 5 of '(void (*)(int16_t **, ptrdiff_t, int, int, const int16_t (*)[3][8]))func_ref' from incompatible pointer type [enabled by default] src/tests/checkasm/vf_colorspace.c:296:9: note: expected 'const int16_t (*)[3][8]' but argument is of type 'int16_t (*)[3][8]' src/tests/checkasm/vf_colorspace.c:297:9: warning: passing argument 11 of 'checked_call' from incompatible pointer type [enabled by default] src/tests/checkasm/vf_colorspace.c:297:9: note: expected 'const int16_t (*)[3][8]' but argument is of type 'int16_t (*)[3][8]' CC tests/checkasm/videodsp.o src/tests/checkasm/videodsp.c: In function 'checkasm_check_videodsp': src/tests/checkasm/videodsp.c:86:8968: warning: array subscript is above array bounds [-Warray-bounds] src/tests/checkasm/videodsp.c:86:9636: warning: array subscript is above array bounds [-Warray-bounds] src/tests/checkasm/videodsp.c:86:16763: warning: array subscript is above array bounds [-Warray-bounds] src/tests/checkasm/videodsp.c:86:17431: warning: array subscript is above array bounds [-Warray-bounds] CC tests/checkasm/vp9dsp.o YASM tests/checkasm/x86/checkasm.o STRIP tests/checkasm/x86/checkasm.o LD tests/checkasm/checkasm.exe TEST checkasm TEST source CC tests/api/api-threadmessage-test.o LD tests/api/api-threadmessage-test.exe TEST api-threadmessage 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:9: warning: 'avcodec_encode_audio2' is deprecated (declared at src/libavcodec/avcodec.h:5222) [-Wdeprecated-declarations] src/tests/api/api-flac-test.c:174:13: warning: 'avcodec_decode_audio4' is deprecated (declared at src/libavcodec/avcodec.h:4704) [-Wdeprecated-declarations] src/tests/api/api-flac-test.c: In function 'main': src/tests/api/api-flac-test.c:212:49: warning: 'out_frame_bytes' may be used uninitialized in this function [-Wuninitialized] src/tests/api/api-flac-test.c:118:25: note: 'out_frame_bytes' was declared here LD tests/api/api-flac-test.exe TEST api-flac CC tests/api/api-seek-test.o src/tests/api/api-seek-test.c: In function 'compare_crc_in_array': src/tests/api/api-seek-test.c:62:17: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'int64_t' [-Wformat] src/tests/api/api-seek-test.c: In function 'compute_crc_of_packets': src/tests/api/api-seek-test.c:119:13: warning: 'avcodec_decode_video2' is deprecated (declared at src/libavcodec/avcodec.h:4753) [-Wdeprecated-declarations] src/tests/api/api-seek-test.c:135:17: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'int64_t' [-Wformat] src/tests/api/api-seek-test.c: In function 'main': src/tests/api/api-seek-test.c:246:36: warning: 'j' may be used uninitialized in this function [-Wuninitialized] src/tests/api/api-seek-test.c:183:12: note: 'j' was declared here src/tests/api/api-seek-test.c:246:36: warning: 'i' may be used uninitialized in this function [-Wuninitialized] src/tests/api/api-seek-test.c:183:9: note: 'i' was declared here LD tests/api/api-seek-test.exe 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-aiff TEST lavf-alaw 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-flv_fmt TEST lavf-gif TEST lavf-gxf TEST lavf-ircam TEST lavf-jpg TEST lavf-mkv TEST lavf-mmf TEST lavf-mov TEST lavf-ismv TEST lavf-mpg TEST lavf-mulaw TEST lavf-mxf TEST lavf-mxf_d10 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 TEST lavf-swf TEST lavf-tga TEST lavf-tiff TEST lavf-ts TEST lavf-voc TEST lavf-voc_s16 TEST lavf-wav TEST lavf-wav_peak TEST lavf-wav_peak_only TEST lavf-w64 TEST lavf-wtv TEST lavf-xbm TEST lavf-xwd TEST lavf-yuv4mpeg TEST lavf-pixfmt 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:13: warning: 'avcodec_decode_video2' is deprecated (declared at src/libavcodec/avcodec.h:4753) [-Wdeprecated-declarations] LD tests/api/api-band-test.exe 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:13: warning: 'avcodec_decode_video2' is deprecated (declared at src/libavcodec/avcodec.h:4753) [-Wdeprecated-declarations] LD tests/api/api-h264-test.exe 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:9: warning: 'avcodec_decode_video2' is deprecated (declared at src/libavcodec/avcodec.h:4753) [-Wdeprecated-declarations] src/tests/api/api-codec-param-test.c: In function 'find_video_stream_info': src/tests/api/api-codec-param-test.c:95:9: warning: 'codec' is deprecated (declared at src/libavformat/avformat.h:880) [-Wdeprecated-declarations] src/tests/api/api-codec-param-test.c:120:13: warning: 'codec' is deprecated (declared at src/libavformat/avformat.h:880) [-Wdeprecated-declarations] src/tests/api/api-codec-param-test.c:135:9: warning: 'codec' is deprecated (declared at src/libavformat/avformat.h:880) [-Wdeprecated-declarations] src/tests/api/api-codec-param-test.c: In function 'dump_video_streams': src/tests/api/api-codec-param-test.c:148:9: warning: 'codec' is deprecated (declared at src/libavformat/avformat.h:880) [-Wdeprecated-declarations] src/tests/api/api-codec-param-test.c: In function 'check_video_streams': src/tests/api/api-codec-param-test.c:199:9: warning: 'codec' is deprecated (declared at src/libavformat/avformat.h:880) [-Wdeprecated-declarations] src/tests/api/api-codec-param-test.c:200:9: warning: 'codec' is deprecated (declared at src/libavformat/avformat.h:880) [-Wdeprecated-declarations] LD tests/api/api-codec-param-test.exe TEST api-png-codec-param TEST api-mjpeg-codec-param TEST concat-demuxer-simple1-lavf-mxf TEST concat-demuxer-simple1-lavf-mxf_d10 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.exe 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.exe 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.exe 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/cabac.o LD libavcodec/tests/cabac.exe TEST cabac CC libavcodec/tests/golomb.o LD libavcodec/tests/golomb.exe TEST golomb CC libavcodec/tests/dct.o CC libavcodec/dctref.o LD libavcodec/tests/dct.exe TEST idct8x8 CC libavcodec/tests/iirfilter.o LD libavcodec/tests/iirfilter.exe TEST iirfilter CC libavcodec/tests/options.o src/libavcodec/tests/options.c: In function 'test_copy': src/libavcodec/tests/options.c:152:5: warning: 'avcodec_copy_context' is deprecated (declared at src/libavcodec/options.c:190) [-Wdeprecated-declarations] src/libavcodec/tests/options.c:167:9: warning: 'avcodec_copy_context' is deprecated (declared at src/libavcodec/options.c:190) [-Wdeprecated-declarations] LD libavcodec/tests/options.exe TEST libavcodec-options CC libavcodec/tests/rangecoder.o LD libavcodec/tests/rangecoder.exe TEST rangecoder CC libavcodec/tests/mathops.o LD libavcodec/tests/mathops.exe TEST mathops CC libavcodec/tests/jpeg2000dwt.o LD libavcodec/tests/jpeg2000dwt.exe TEST j2k-dwt CC libavcodec/tests/utils.o LD libavcodec/tests/utils.exe TEST libavcodec-utils CC libavformat/tests/noproxy.o LD libavformat/tests/noproxy.exe TEST noproxy CC libavformat/tests/srtp.o LD libavformat/tests/srtp.exe TEST srtp CC libavformat/tests/url.o LD libavformat/tests/url.exe TEST url CC libavformat/tests/movenc.o src/libavformat/tests/movenc.c: In function 'io_write_data_type': src/libavformat/tests/movenc.c:132:11: warning: 'str' may be used uninitialized in this function [-Wuninitialized] LD libavformat/tests/movenc.exe TEST movenc CC libavutil/tests/adler32.o LD libavutil/tests/adler32.exe TEST adler32 CC libavutil/tests/aes.o LD libavutil/tests/aes.exe TEST aes CC libavutil/tests/camellia.o LD libavutil/tests/camellia.exe TEST camellia CC libavutil/tests/cast5.o LD libavutil/tests/cast5.exe TEST cast5 CC libavutil/tests/atomic.o LD libavutil/tests/atomic.exe TEST atomic CC libavutil/tests/avstring.o LD libavutil/tests/avstring.exe TEST avstring CC libavutil/tests/base64.o LD libavutil/tests/base64.exe TEST base64 CC libavutil/tests/blowfish.o LD libavutil/tests/blowfish.exe TEST blowfish CC libavutil/tests/bprint.o LD libavutil/tests/bprint.exe TEST bprint CC libavutil/tests/cpu.o LD libavutil/tests/cpu.exe TEST cpu cpu_flags(raw) = 0x000010DB cpu_flags_str(raw) = mmx mmxext sse sse2 sse3 ssse3 cmov cpu_flags(effective) = 0x000010DB cpu_flags_str(effective) = mmx mmxext sse sse2 sse3 ssse3 cmov threads = 1 (cpu_count = 2) CC libavutil/tests/crc.o LD libavutil/tests/crc.exe TEST crc CC libavutil/tests/color_utils.o LD libavutil/tests/color_utils.exe TEST color_utils CC libavutil/tests/des.o LD libavutil/tests/des.exe TEST des CC libavutil/tests/dict.o LD libavutil/tests/dict.exe TEST dict CC libavutil/tests/eval.o LD libavutil/tests/eval.exe TEST eval CC libavutil/tests/fifo.o LD libavutil/tests/fifo.exe TEST fifo CC libavutil/tests/float_dsp.o src/libavutil/tests/float_dsp.c: In function 'main': src/libavutil/tests/float_dsp.c:301:16: warning: 'seed' may be used uninitialized in this function [-Wuninitialized] LD libavutil/tests/float_dsp.exe TEST float-dsp CC libavutil/tests/hash.o LD libavutil/tests/hash.exe TEST hash CC libavutil/tests/hmac.o LD libavutil/tests/hmac.exe TEST hmac CC libavutil/tests/md5.o src/libavutil/tests/md5.c: In function 'main': src/libavutil/tests/md5.c:41:5: warning: passing argument 2 of 'av_md5_sum' discards 'volatile' qualifier from pointer target type [enabled by default] src/libavutil/md5.h:75:6: note: expected 'const uint8_t *' but argument is of type 'volatile uint8_t *' src/libavutil/tests/md5.c:43:5: warning: passing argument 2 of 'av_md5_sum' discards 'volatile' qualifier from pointer target type [enabled by default] src/libavutil/md5.h:75:6: note: expected 'const uint8_t *' but argument is of type 'volatile uint8_t *' src/libavutil/tests/md5.c:45:5: warning: passing argument 2 of 'av_md5_sum' discards 'volatile' qualifier from pointer target type [enabled by default] src/libavutil/md5.h:75:6: note: expected 'const uint8_t *' but argument is of type 'volatile uint8_t *' src/libavutil/tests/md5.c:47:5: warning: passing argument 2 of 'av_md5_sum' discards 'volatile' qualifier from pointer target type [enabled by default] src/libavutil/md5.h:75:6: note: expected 'const uint8_t *' but argument is of type 'volatile uint8_t *' src/libavutil/tests/md5.c:51:5: warning: passing argument 2 of 'av_md5_sum' discards 'volatile' qualifier from pointer target type [enabled by default] src/libavutil/md5.h:75:6: note: expected 'const uint8_t *' but argument is of type 'volatile uint8_t *' LD libavutil/tests/md5.exe TEST md5 CC libavutil/tests/murmur3.o LD libavutil/tests/murmur3.exe TEST murmur3 CC libavutil/tests/parseutils.o LD libavutil/tests/parseutils.exe TEST parseutils CC libavutil/tests/display.o LD libavutil/tests/display.exe TEST display CC libavutil/tests/random_seed.o LD libavutil/tests/random_seed.exe TEST random_seed CC libavutil/tests/ripemd.o LD libavutil/tests/ripemd.exe TEST ripemd CC libavutil/tests/sha.o LD libavutil/tests/sha.exe TEST sha CC libavutil/tests/sha512.o LD libavutil/tests/sha512.exe TEST sha512 CC libavutil/tests/tree.o LD libavutil/tests/tree.exe TEST tree CC libavutil/tests/twofish.o LD libavutil/tests/twofish.exe TEST twofish CC libavutil/tests/xtea.o LD libavutil/tests/xtea.exe TEST xtea CC libavutil/tests/tea.o LD libavutil/tests/tea.exe TEST tea CC libavutil/tests/opt.o LD libavutil/tests/opt.exe TEST opt CC libavutil/tests/pixelutils.o LD libavutil/tests/pixelutils.exe TEST pixelutils 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 GEN tests/data/hls-list.m3u8 TEST filter-hls 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.exe TEST filter-formats 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 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 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-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-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-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-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 diff: standard output: No space left on device Test vsynth1-r210 failed. Look at tests/data/fate/vsynth1-r210.err for details. make: *** [fate-vsynth1-r210] Error 1 TEST vsynth1-v210 diff: standard output: No space left on device Test vsynth1-v210 failed. Look at tests/data/fate/vsynth1-v210.err for details. make: *** [fate-vsynth1-v210] Error 1 TEST vsynth1-v210-10 diff: standard output: No space left on device Test vsynth1-v210-10 failed. Look at tests/data/fate/vsynth1-v210-10.err for details. make: *** [fate-vsynth1-v210-10] Error 1 TEST vsynth1-v308 diff: standard output: No space left on device Test vsynth1-v308 failed. Look at tests/data/fate/vsynth1-v308.err for details. make: *** [fate-vsynth1-v308] Error 1 TEST vsynth1-v408 diff: standard output: No space left on device Test vsynth1-v408 failed. Look at tests/data/fate/vsynth1-v408.err for details. make: *** [fate-vsynth1-v408] Error 1 TEST vsynth1-avui diff: standard output: No space left on device Test vsynth1-avui failed. Look at tests/data/fate/vsynth1-avui.err for details. make: *** [fate-vsynth1-avui] Error 1 TEST vsynth1-wmv1 diff: standard output: No space left on device Test vsynth1-wmv1 failed. Look at tests/data/fate/vsynth1-wmv1.err for details. make: *** [fate-vsynth1-wmv1] Error 1 TEST vsynth1-wmv2 diff: standard output: No space left on device Test vsynth1-wmv2 failed. Look at tests/data/fate/vsynth1-wmv2.err for details. make: *** [fate-vsynth1-wmv2] Error 1 TEST vsynth1-yuv diff: standard output: No space left on device Test vsynth1-yuv failed. Look at tests/data/fate/vsynth1-yuv.err for details. make: *** [fate-vsynth1-yuv] Error 1 TEST vsynth1-xface diff: standard output: No space left on device Test vsynth1-xface failed. Look at tests/data/fate/vsynth1-xface.err for details. make: *** [fate-vsynth1-xface] Error 1 TEST vsynth1-yuv4 diff: standard output: No space left on device Test vsynth1-yuv4 failed. Look at tests/data/fate/vsynth1-yuv4.err for details. make: *** [fate-vsynth1-yuv4] Error 1 TEST vsynth1-y41p diff: standard output: No space left on device Test vsynth1-y41p failed. Look at tests/data/fate/vsynth1-y41p.err for details. make: *** [fate-vsynth1-y41p] Error 1 TEST vsynth1-zlib /home/fate/fate/src/tests/fate-run.sh: 333: /home/fate/fate/src/tests/fate-run.sh: cannot create tests/data/fate/vsynth1-zlib.diff: No space left on device cat: tests/data/fate/vsynth1-zlib.diff: No such file or directory /home/fate/fate/src/tests/fate-run.sh: 351: /home/fate/fate/src/tests/fate-run.sh: cannot open tests/data/fate/vsynth1-zlib.diff: No such file Test vsynth1-zlib failed. Look at tests/data/fate/vsynth1-zlib.err for details. make: *** [fate-vsynth1-zlib] Error 1 HOSTCC tests/rotozoom.o src/tests/rotozoom.c:195:1: fatal error: error writing to /tmp/cc6eFrnK.s: No space left on device compilation terminated. make: *** [tests/rotozoom.o] Error 1 GEN tests/data/vsynth3.yuv No space left on device make: *** [tests/data/vsynth3.yuv] Error 1 CC libavformat/tests/seek.o src/libavformat/tests/seek.c:161:1: fatal error: error writing to /tmp/ccbeG4z7.s: No space left on device compilation terminated. make: *** [libavformat/tests/seek.o] Error 1 TEST filter-boxblur diff: standard output: No space left on device Test filter-boxblur failed. Look at tests/data/fate/filter-boxblur.err for details. make: *** [fate-filter-boxblur] Error 1 TEST filter-colorchannelmixer diff: standard output: No space left on device Test filter-colorchannelmixer failed. Look at tests/data/fate/filter-colorchannelmixer.err for details. make: *** [fate-filter-colorchannelmixer] Error 1 TEST filter-drawbox diff: standard output: No space left on device Test filter-draTEST filter-meta-4560-rotate0 TEST aliaspix-bgr TEST aliaspix-gray TEST brenderpix-24 TEST brenderpix-565 TEST brenderpix-defpal TEST brenderpix-intpal TEST brenderpix-y400a TEST dds-alpha8 TEST dds-argb TEST dds-argb-aexp TEST dds-dx10-bc1 TEST dds-dx10-bc1a TEST dds-dx10-bc2 TEST dds-dx10-bc3 TEST dds-dx10-bc4 TEST dds-dx10-bc5 TEST dds-dxt1 TEST dds-dxt1a TEST dds-dxt1-normalmap TEST dds-dxt2 TEST dds-dxt3 TEST dds-dxt4 TEST dds-dxt5 TEST dds-dxt5-aexp TEST dds-dxt5-normalmap TEST dds-dxt5-normalmap-ati TEST dds-dxt5-rbxg TEST dds-dxt5-rgxb TEST dds-dxt5-rxbg TEST dds-dxt5-rxgb TEST dds-dxt5-xgbr TEST dds-dxt5-xgxr TEST dds-dxt5-xrbg TEST dds-dxt5-ycocg TEST dds-dxt5-ycocg-scaled TEST dds-monob TEST dds-pal TEST dds-pal-ati TEST dds-rgb1555 TEST dds-rgb16 TEST dds-rgb24 TEST dds-rgb555 TEST dds-rgba TEST dds-rgtc1s TEST dds-rgtc1u TEST dds-rgtc2s TEST dds-rgtc2u TEST dds-rgtc2u-xy TEST dds-uyvy TEST dds-xbgr TEST dds-xrgb TEST dds-y TEST dds-ya TEST dds-ycocg TEST dds-yuyv TEST exr-slice-raw TEST exr-slice-rle TEST exr-slice-zip1 TEST exr-slice-zip16 TEST exr-slice-pxr24 TEST exr-rgb-scanline-pxr24-float-12x8 TEST exr-rgba-multiscanline-half-b44 TEST exr-rgb-scanline-float-b44 TEST exr-rgb-scanline-half-b44-12x8 TEST exr-rgb-scanline-half-b44-13x9 TEST exr-rgb-tile-float-raw-12x8 TEST exr-rgb-tile-float-raw-150x130 TEST exr-rgb-tile-half-raw-12x8 TEST exr-rgba-scanline-float-half-b44-13x9-l1 TEST exr-rgba-scanline-float-half-b44-13x9-l2 TEST exr-rgba-scanline-float-half-b44-12x8-l1 TEST exr-rgba-scanline-float-half-b44-12x8-l2 TEST exr-rgba-scanline-float-half-b44a-12x8-l1 TEST exr-rgba-scanline-float-half-b44a-12x8-l2 TEST exr-rgba-scanline-float-half-b44a-13x9-l1 TEST exr-rgba-scanline-float-half-b44a-13x9-l2 TEST exr-rgb-tile-pxr24-float-half-l1 TEST exr-rgb-tile-pxr24-float-half-l2 TEST exr-rgb-tile-pxr24-half-float-l1 TEST exr-rgb-tile-pxr24-half-float-l2 TEST exr-rgb-tile-half-float-b44-12x8-l1 TEST exr-rgb-tile-half-float-b44-12x8-l2 TEST exr-rgb-tile-zip-half-float-l1 TEST exr-rgb-tile-zip-half-float-l2 TEST exr-rgb-tile-zip1-half-float-l1 TEST exr-rgb-tile-zip1-half-float-l2 TEST exr-rgb-tile-rle-half-float-l1 TEST exr-rgb-tile-rle-half-float-l2 TEST exr-rgb-tile-raw-half-float-l1 TEST exr-rgb-tile-raw-half-float-l2 TEST exr-rgb-scanline-b44-half-float-12x8-l1 TEST exr-rgb-scanline-b44-half-float-12x8-l2 TEST exr-rgb-scanline-pxr24-half-float-l1 TEST exr-rgb-scanline-pxr24-half-float-l2 TEST exr-rgb-scanline-pxr24-float-half-l1 TEST exr-rgb-scanline-pxr24-float-half-l2 TEST exr-rgb-scanline-zip-half-float-l1 TEST exr-rgb-scanline-zip-half-float-l2 TEST exr-rgb-scanline-zip1-half-float-l1 TEST exr-rgb-scanline-zip1-half-float-l2 TEST exr-rgb-scanline-rle-half-float-l1 TEST exr-rgb-scanline-rle-half-float-l2 TEST exr-rgb-scanline-raw-half-float-l1 TEST exr-rgb-scanline-raw-half-float-l2 TEST png-gray8 TEST png-gray16 TEST png-rgb24 TEST png-rgb48 TEST png-rgba TEST png-ya8 TEST png-ya16 TEST sgi-gray8 TEST sgi-gray8-rle TEST sgi-gray16 TEST sgi-gray16-rle TEST sgi-rgb24 TEST sgi-rgb24-rle TEST sgi-rgb48 TEST sgi-rgb48-rle TEST sgi-rgba TEST sgi-rgba-rle TEST sgi-rgba64 TEST sgi-rgba64-rle TEST sunraster-1bit-raw TEST sunraster-1bit-rle TEST sunraster-8bit-raw TEST sunraster-8bit_gray-raw TEST sunraster-8bit-rle TEST sunraster-24bit-raw TEST sunraster-24bit-rle TEST targa-conformance-CBW8 TEST targa-conformance-CCM8 TEST targa-conformance-CTC16 TEST targa-conformance-CTC24 TEST targa-conformance-CTC32 TEST targa-conformance-UBW8 TEST targa-conformance-UCM8 TEST targa-conformance-UTC16 TEST targa-conformance-UTC24 TEST targa-conformance-UTC32 TEST targa-top-to-bottom TEST tiff-fax-g3 TEST tiff-fax-g3s TEST webp-rgb-lossless TEST webp-rgba-lossless TEST webp-rgb-lossy-q80 TEST webp-rgba-lossy-q80 TEST xbm10 TEST xbm11 TEST bmpparser TEST dpx TEST pict TEST pictor TEST pngparser TEST ptx TEST xface TEST lossless-alac TEST lossless-meridianaudio TEST ralf TEST lossless-shorten TEST lossless-tak TEST lossless-truehd-5.1 TEST lossless-truehd-5.1-downmix-2.0 TEST lossless-tta TEST lossless-tta-encrypted TEST lossless-wma TEST lossless-wma24-1 TEST lossless-wma24-2 TEST lossless-wma24-rawtile TEST lagarith-rgb24 TEST lagarith-rgb32 TEST lagarith-yuy2 TEST lagarith-yv12 TEST lagarith-red TEST lagarith-ticket4119 TEST lagarith-ticket4119-cfr TEST lagarith-ticket4119-vfr TEST lagarith-ticket4119-pass TEST lagarith-ticket4119-drop TEST loco-rgb TEST loco-yuy2 TEST msrle-8bit TEST mszh TEST vble TEST zerocodec TEST zlib TEST msmpeg4v1 TEST msvideo1-8bit TEST msvideo1-16bit TEST wmv8-drm TEST wmv8-drm-nodec TEST wmv8-x8intra TEST vc1_sa00040 TEST vc1_sa00050 TEST vc1_sa10091 TEST vc1_sa10143 TEST vc1_sa20021 TEST vc1_ilaced_twomv TEST vc1-ism TEST asf-repldata TEST 8bps TEST qdm2 TEST qt-alaw-mono TEST qt-alaw-stereo TEST qt-ima4-mono TEST qt-ima4-stereo TEST qt-mac3-mono TEST qt-mac3-stereo TEST qt-mac6-mono TEST qt-mac6-stereo TEST qt-ulaw-mono TEST qt-ulaw-stereo TEST quickdraw TEST rpza TEST svq1 TEST svq1-headerswap TEST svq3 TEST ra3-144 TEST ra-144 TEST ra-288 TEST ra-cook TEST sipr-5k0 TEST sipr-6k5 TEST sipr-8k5 TEST sipr-16k TEST rv20-1239 TEST rv30 TEST rv40 TEST cscd TEST dxtory TEST fraps-v0 TEST fraps-v1 TEST fraps-v2 TEST fraps-v3 TEST fraps-v4 TEST fraps-v5 TEST tscc-15bit TEST tscc-32bit TEST vmnc-16bit TEST vmnc-32bit TEST zmbv-8bit TEST zmbv-15bit TEST zmbv-16bit TEST zmbv-32bit TEST binsub-mksenc TEST sub-microdvd-remux TEST binsub-movtextenc TEST sub-srt-rrn-remux TEST sub-srt-madness-timeshift TEST sub-srt-empty-events TEST sub-subripenc TEST sub-webvttenc TEST sub-textenc TEST sub-cc TEST sub-cc-realtime TEST sub-ass-to-ass-transcode TEST sub-ssa-to-ass-remux TEST sub-jacosub TEST sub-microdvd TEST sub-movtext TEST sub-mpl2 TEST sub-mpsub TEST sub-mpsub-frames TEST sub-pjs TEST sub-realtext TEST sub-sami TEST sub-sami2 TEST sub-srt TEST sub-stl TEST sub-subviewer TEST sub-vplayer TEST sub-webvtt TEST sub-webvtt2 TEST 4xm-1 TEST 4xm-2 TEST 012v TEST aasc TEST aic TEST aic-oddsize TEST alg-mm TEST amv TEST ansi TEST ansi256 TEST armovie-escape124 TEST armovie-escape130 TEST auravision-v1 TEST auravision-v2 TEST bethsoft-vid TEST bfi TEST bink-video-b TEST bink-video-f TEST bink-video-i TEST bmv-video TEST cavs TEST cdgraphics TEST cljr TEST corepng TEST rgbapng-4816 TEST creatureshock-avs TEST cvid-palette TEST cvid-partial TEST cvid-grayscale TEST cyberia-c93 TEST cyuv TEST delphine-cin-video TEST deluxepaint-anm TEST dirac TEST truemotion1-15 TEST truemotion1-24 TEST truemotion2 TEST dxa-feeble TEST dxa-scummvm TEST dxv-dxt1 TEST dxv-dxt5 TEST dxv3-dxt1 TEST dxv3-dxt5 TEST film-cvid TEST flic-af11-palette-change TEST flic-af12 TEST flic-magiccarpet TEST frwu TEST id-cin-video TEST idroq-video-encode TEST iff-byterun1 TEST iff-fibonacci TEST iff-ilbm TEST interplay-mve-8bit TEST interplay-mve-16bit TEST jpeg2000-dcinema TEST jv TEST kgv1 TEST kmvc TEST mdec TEST mdec-v3 TEST mimic TEST mjpegb TEST motionpixels TEST mpeg2-field-enc TEST mv-mvc1 TEST mv-mvc2 TEST mv-sgirle TEST mxpeg TEST nuv-rtjpeg TEST nuv-rtjpeg-fh TEST paf-video TEST qpeg TEST r210 TEST rl2 TEST roqvideo TEST sanm TEST sierra-vmd-video TEST smacker-video TEST smc TEST sp5x TEST thp TEST tiertex-seq TEST tmv TEST txd-16bpp TEST txd-odd TEST txd-pal8 TEST ulti TEST v210 TEST v410dec TEST v410enc TEST vb TEST vcr1 TEST vcr2 TEST videoxl TEST vqa-cc TEST wc3movie-xan TEST wnv1 TEST yop TEST xxan-wc4 TEST smvjpeg TEST g722dec-1 TEST g722-encode --- /home/fate/fate/src/tests/ref/fate/g722-encode 2016-07-01 15:32:58.000000000 +0200 +++ tests/data/fate/g722-encode 2016-07-01 15:44:03.000000000 +0200 @@ -1,21 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1/16000 -#media_type 0: audio -#codec_id 0: pcm_s16le -#sample_rate 0: 16000 -#channel_layout 0: 4 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 8192, 16384, 1dd9c285eb608038f3257d1a8e02eb75 -0, 8192, 8192, 8192, 16384, f7459334cbe70c06bc0897edfe64e840 -0, 16384, 16384, 8192, 16384, 486e7d07c8879ccd304689ad61911e5d -0, 24576, 24576, 8192, 16384, 5178262fdeff11dc025c72a2678e420d -0, 32768, 32768, 8192, 16384, 913f8208615dcd643edafda7db1eb943 -0, 40960, 40960, 8192, 16384, 0b8dc719670feac586db87bf3a92cc2a -0, 49152, 49152, 8192, 16384, 075dc5022f5e9f1cb2fcd066e590fed1 -0, 57344, 57344, 8192, 16384, a6494307ecb1359ff42d6e05cf40ca4c -0, 65536, 65536, 8192, 16384, 5b28d3b0d6d2bfe7100daeefcb3010ec -0, 73728, 73728, 8192, 16384, b3cf1952b8a0d2e6a2741867e9fa8e24 -0, 81920, 81920, 8192, 16384, f0981f8fa28bbc0ba6a527b041468951 -0, 90112, 90112, 5888, 11776, 1e3d1b3d0da71aa2cdc00175cc47433a Test g722-encode failed. Look at tests/data/fate/g722-encode.err for details. make: *** [fate-g722-encode] Error 1 TEST g723_1-dec-1 TEST g723_1-dec-2 TEST g723_1-dec-3 TEST g723_1-dec-4 TEST g723_1-dec-5 TEST g723_1-dec-6 TEST g723_1-dec-7 TEST g723_1-dec-8 TEST g726-encode-2bit TEST g726-encode-3bit TEST g726-encode-4bit TEST g726-encode-5bit TEST gsm-ms TEST gsm-toast TEST qcelp TEST truespeech TEST twinvq TEST vqf-demux TEST canopus-cllc-argb TEST canopus-cllc-rgb TEST canopus-cllc-yuy2-noblock TEST canopus-hq_hqa-hq TEST canopus-hq_hqa-hqa TEST canopus-hq_hqa-inter TEST canopus-hqx422 TEST canopus-hqx422a COPY tests/data/filtergraphs/colorkey TEST ffmpeg-filter_colorkey TEST limited_input_seek TEST limited_input_seek-copyts TEST exif-image-tiff TEST exif-image-jpg TEST exif-image-webp TEST exif-image-embedded TEST filter-metadata-scenedetect TEST filter-metadata-cropdetect TEST filter-metadata-silencedetect TEST filter-metadata-ebur128 TEST filter-metadata-readvitc-def TEST filter-metadata-readvitc-thr TEST h264-dts_5frames TEST vorbis-1833-chapters make: Target `fate' not remade because of errors.