GEN tests/pixfmts.mak HOSTCC tests/base64.o HOSTCC tests/tiny_psnr.o HOSTCC tests/tiny_ssim.o HOSTCC tests/audiomatch.o CC tests/api/api-threadmessage-test.o 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 [-Wdeprecated-declarations] result = avcodec_encode_audio2(enc_ctx, &enc_pkt, in_frame, &got_output); ^~~~~~ In file included from src/tests/api/api-flac-test.c:30:0: src/libavcodec/avcodec.h:5418:5: note: declared here int avcodec_encode_audio2(AVCodecContext *avctx, AVPacket *avpkt, ^~~~~~~~~~~~~~~~~~~~~ src/tests/api/api-flac-test.c:174:13: warning: 'avcodec_decode_audio4' is deprecated [-Wdeprecated-declarations] result = avcodec_decode_audio4(dec_ctx, out_frame, &got_output, &enc_pkt); ^~~~~~ In file included from src/tests/api/api-flac-test.c:30:0: src/libavcodec/avcodec.h:4774:5: note: declared here int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame, ^~~~~~~~~~~~~~~~~~~~~ CC tests/api/api-seek-test.o HOSTCC tests/audiogen.o HOSTCC tests/videogen.o 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 [-Wdeprecated-declarations] result = avcodec_decode_video2(ctx, fr, &got_frame, &pkt); ^~~~~~ In file included from src/tests/api/api-seek-test.c:28:0: src/libavcodec/avcodec.h:4823:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^~~~~~~~~~~~~~~~~~~~~ CC tests/api/api-band-test.o CC tests/api/api-h264-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 [-Wdeprecated-declarations] result = avcodec_decode_video2(ctx, fr, &got_frame, &pkt); ^~~~~~ In file included from src/tests/api/api-band-test.c:28:0: src/libavcodec/avcodec.h:4823:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^~~~~~~~~~~~~~~~~~~~~ src/tests/api/api-h264-test.c: In function 'video_decode_example': src/tests/api/api-h264-test.c:122:13: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] result = avcodec_decode_video2(ctx, fr, &got_frame, &pkt); ^~~~~~ In file included from src/tests/api/api-h264-test.c:28:0: src/libavcodec/avcodec.h:4823:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^~~~~~~~~~~~~~~~~~~~~ CC tests/api/api-h264-slice-test.o CC tests/api/api-codec-param-test.o CC libavcodec/dctref.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 [-Wdeprecated-declarations] ret = avcodec_decode_video2(codec_ctx, frame, &got_frame, pkt); ^~~ In file included from src/libavformat/avformat.h:317:0, from src/tests/api/api-codec-param-test.c:24: src/libavcodec/avcodec.h:4823:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^~~~~~~~~~~~~~~~~~~~~ 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 [-Wdeprecated-declarations] codec_ctx = st->codec; ^~~~~~~~~ In file included from src/tests/api/api-codec-param-test.c:24:0: src/libavformat/avformat.h:885:21: note: declared here AVCodecContext *codec; ^~~~~ src/tests/api/api-codec-param-test.c:120:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] codec_ctx = st->codec; ^~~~~~~~~ In file included from src/tests/api/api-codec-param-test.c:24:0: src/libavformat/avformat.h:885:21: note: declared here AVCodecContext *codec; ^~~~~ src/tests/api/api-codec-param-test.c:135:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] avcodec_close(st->codec); ^~~~~~~~~~~~~ In file included from src/tests/api/api-codec-param-test.c:24:0: src/libavformat/avformat.h:885:21: note: declared here AVCodecContext *codec; ^~~~~ 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 [-Wdeprecated-declarations] AVCodecContext *codec_ctx = st->codec; ^~~~~~~~~~~~~~ In file included from src/tests/api/api-codec-param-test.c:24:0: src/libavformat/avformat.h:885:21: note: declared here AVCodecContext *codec; ^~~~~ 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 [-Wdeprecated-declarations] AVCodecContext *codec_ctx1 = st1->codec; ^~~~~~~~~~~~~~ In file included from src/tests/api/api-codec-param-test.c:24:0: src/libavformat/avformat.h:885:21: note: declared here AVCodecContext *codec; ^~~~~ src/tests/api/api-codec-param-test.c:200:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext *codec_ctx2 = st2->codec; ^~~~~~~~~~~~~~ In file included from src/tests/api/api-codec-param-test.c:24:0: src/libavformat/avformat.h:885:21: note: declared here AVCodecContext *codec; ^~~~~ CC libavcodec/tests/h264_levels.o CC libavcodec/tests/iirfilter.o CC libavcodec/tests/mpeg12framerate.o CC libavcodec/tests/options.o CC libavcodec/tests/rangecoder.o In file included from src/libavcodec/tests/options.c:22:0: src/libavcodec/options.c: In function 'codec_child_class_next': src/libavcodec/options.c:61:5: warning: 'av_codec_next' is deprecated [-Wdeprecated-declarations] while (prev && (c = av_codec_next(c))) ^~~~~ In file included from src/libavcodec/options.c:27:0, from src/libavcodec/tests/options.c:22: src/libavcodec/avcodec.h:4113:10: note: declared here AVCodec *av_codec_next(const AVCodec *c); ^~~~~~~~~~~~~ In file included from src/libavcodec/tests/options.c:22:0: src/libavcodec/options.c:66:5: warning: 'av_codec_next' is deprecated [-Wdeprecated-declarations] while (c = av_codec_next(c)) ^~~~~ In file included from src/libavcodec/options.c:27:0, from src/libavcodec/tests/options.c:22: src/libavcodec/avcodec.h:4113:10: note: declared here AVCodec *av_codec_next(const AVCodec *c); ^~~~~~~~~~~~~ src/libavcodec/tests/options.c: In function 'test_copy': src/libavcodec/tests/options.c:152:5: warning: 'avcodec_copy_context' is deprecated [-Wdeprecated-declarations] avcodec_copy_context(ctx2, ctx1); ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavcodec/tests/options.c:22:0: src/libavcodec/options.c:215:5: note: declared here int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src) ^~~~~~~~~~~~~~~~~~~~ src/libavcodec/tests/options.c:167:9: warning: 'avcodec_copy_context' is deprecated [-Wdeprecated-declarations] avcodec_copy_context(ctx2, ctx1); ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavcodec/tests/options.c:22:0: src/libavcodec/options.c:215:5: note: declared here int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src) ^~~~~~~~~~~~~~~~~~~~ src/libavcodec/tests/options.c: In function 'main': src/libavcodec/tests/options.c:188:9: warning: 'avcodec_register' is deprecated [-Wdeprecated-declarations] avcodec_register(dummy_codec[i]); ^~~~~~~~~~~~~~~~ In file included from src/libavcodec/options.c:27:0, from src/libavcodec/tests/options.c:22: src/libavcodec/avcodec.h:4141:6: note: declared here void avcodec_register(AVCodec *codec); ^~~~~~~~~~~~~~~~ CC libavcodec/tests/mathops.o CC libavcodec/tests/jpeg2000dwt.o CC libavcodec/tests/utils.o CC libavcodec/tests/mjpegenc_huffman.o src/libavcodec/tests/utils.c: In function 'main': src/libavcodec/tests/utils.c:25:5: warning: 'av_codec_next' is deprecated [-Wdeprecated-declarations] while (codec = av_codec_next(codec)) { ^~~~~ In file included from src/libavcodec/tests/utils.c:19:0: src/libavcodec/avcodec.h:4113:10: note: declared here AVCodec *av_codec_next(const AVCodec *c); ^~~~~~~~~~~~~ CC libavcodec/tests/htmlsubtitles.o CC libavformat/tests/fifo_muxer.o COPY tests/data/filtergraphs/anequalizer COPY tests/data/filtergraphs/firequalizer COPY tests/data/filtergraphs/compand GEN tests/data/hls-list.m3u8 GEN tests/data/hls-list-append.m3u8 COPY tests/data/filtergraphs/channelmap_one_int COPY tests/data/filtergraphs/channelmap_one_str GEN tests/data/add_keyframe_index.flv GEN tests/data/live_no_endlist.m3u8 GEN tests/data/live_last_endlist.m3u8 GEN tests/data/live_endlist.m3u8 GEN tests/data/hls_segment_size.m3u8 COPY tests/data/filtergraphs/scalenorm COPY tests/data/filtergraphs/concat HOSTCC tests/rotozoom.o CC libavformat/tests/seek.o COPY tests/data/filtergraphs/mergeplanes COPY tests/data/filtergraphs/hstack COPY tests/data/filtergraphs/vstack COPY tests/data/filtergraphs/overlay COPY tests/data/filtergraphs/overlay_rgb COPY tests/data/filtergraphs/overlay_yuv420 COPY tests/data/filtergraphs/overlay_nv12 COPY tests/data/filtergraphs/overlay_nv21 COPY tests/data/filtergraphs/overlay_yuv422 COPY tests/data/filtergraphs/overlay_yuv444 COPY tests/data/filtergraphs/select-alternate COPY tests/data/filtergraphs/setpts COPY tests/data/filtergraphs/alphamerge_alphaextract_rgb COPY tests/data/filtergraphs/alphamerge_alphaextract_yuv COPY tests/data/filtergraphs/scale2ref_keep_aspect CC libavfilter/tests/filtfmts.o COPY tests/test_copy.ffmeta GEN tests/data/hevc-mp4.mov GEN tests/data/fits-multi.fits COPY tests/data/filtergraphs/hqdn3d COPY tests/data/filtergraphs/overlay-dvdsub-2397 COPY tests/data/filtergraphs/gradfun GEN tests/data/file4560-override2rotate0.mov GEN tests/data/lena-gray.fits make: *** [tests/data/file4560-override2rotate0.mov] Error 1 GEN tests/data/lena-gbrp.fits GEN tests/data/lena-gbrp16.fits GEN tests/data/lena-gbrap16le.fits GEN tests/data/mp4-to-ts.m3u8 GEN tests/data/adts-to-mkv.m3u8 GEN tests/data/adts-to-mkv-header.mkv make: *** [tests/data/adts-to-mkv.m3u8] Error 1 COPY tests/data/filtergraphs/colorkey GEN tests/data/hapq_nosnappy.mov make: *** [tests/data/adts-to-mkv-header.mkv] Error 1 GEN tests/data/hapalphaonly_nosnappy.mov HOSTLD tests/base64 HOSTLD tests/tiny_psnr HOSTLD tests/tiny_ssim HOSTLD tests/audiomatch CC tests/checkasm/aacpsdsp.o CC tests/checkasm/af_afir.o 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/exrdsp.o CC tests/checkasm/fixed_dsp.o CC tests/checkasm/flacdsp.o CC tests/checkasm/float_dsp.o CC tests/checkasm/fmtconvert.o CC tests/checkasm/g722dsp.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/hevc_sao.o CC tests/checkasm/huffyuvdsp.o CC tests/checkasm/jpeg2000dsp.o CC tests/checkasm/llviddsp.o CC tests/checkasm/llviddspenc.o CC tests/checkasm/pixblockdsp.o CC tests/checkasm/sbrdsp.o CC tests/checkasm/sw_rgb.o CC tests/checkasm/synth_filter.o CC tests/checkasm/utvideodsp.o CC tests/checkasm/v210enc.o CC tests/checkasm/vf_blend.o CC tests/checkasm/vf_colorspace.o CC tests/checkasm/vf_hflip.o CC tests/checkasm/vf_nlmeans.o CC tests/checkasm/vf_threshold.o CC tests/checkasm/videodsp.o CC tests/checkasm/vp8dsp.o CC tests/checkasm/vp9dsp.o TEST source LD tests/api/api-threadmessage-test LD tests/api/api-flac-test LD tests/api/api-seek-test HOSTLD tests/audiogen HOSTLD tests/videogen LD tests/api/api-band-test LD tests/api/api-h264-test LD tests/api/api-h264-slice-test LD tests/api/api-codec-param-test CC libavcodec/tests/fft.o CC libavcodec/tests/fft-fixed.o CC libavcodec/tests/fft-fixed32.o CC libavcodec/tests/avfft.o CC libavcodec/tests/avpacket.o CC libavcodec/tests/cabac.o CC libavcodec/tests/celp_math.o CC libavcodec/tests/codec_desc.o CC libavcodec/tests/golomb.o CC libavcodec/tests/dct.o LD libavcodec/tests/h264_levels LD libavcodec/tests/iirfilter LD libavcodec/tests/mpeg12framerate LD libavcodec/tests/options LD libavcodec/tests/rangecoder LD libavcodec/tests/mathops LD libavcodec/tests/jpeg2000dwt LD libavcodec/tests/utils LD libavcodec/tests/mjpegenc_huffman LD libavcodec/tests/htmlsubtitles CC libavformat/tests/noproxy.o CC libavformat/tests/srtp.o CC libavformat/tests/url.o CC libavformat/tests/movenc.o CC libavutil/tests/adler32.o CC libavutil/tests/aes.o CC libavutil/tests/aes_ctr.o CC libavutil/tests/camellia.o CC libavutil/tests/cast5.o CC libavutil/tests/audio_fifo.o CC libavutil/tests/avstring.o CC libavutil/tests/base64.o CC libavutil/tests/blowfish.o CC libavutil/tests/bprint.o CC libavutil/tests/cpu.o CC libavutil/tests/crc.o CC libavutil/tests/color_utils.o CC libavutil/tests/des.o CC libavutil/tests/dict.o CC libavutil/tests/encryption_info.o CC libavutil/tests/eval.o CC libavutil/tests/fifo.o CC libavutil/tests/hash.o CC libavutil/tests/hmac.o CC libavutil/tests/imgutils.o CC libavutil/tests/integer.o CC libavutil/tests/lfg.o CC libavutil/tests/md5.o src/libavutil/tests/md5.c: In function 'main': src/libavutil/tests/md5.c:41:24: warning: passing argument 2 of 'av_md5_sum' discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers] av_md5_sum(md5val, in, 1000); ^~ In file included from src/libavutil/tests/md5.c:22:0: src/libavutil/md5.h:89:6: note: expected 'const uint8_t * {aka const unsigned char *}' but argument is of type 'volatile uint8_t * {aka volatile unsigned char *}' void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len); ^~~~~~~~~~ src/libavutil/tests/md5.c:43:24: warning: passing argument 2 of 'av_md5_sum' discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers] av_md5_sum(md5val, in, 63); ^~ In file included from src/libavutil/tests/md5.c:22:0: src/libavutil/md5.h:89:6: note: expected 'const uint8_t * {aka const unsigned char *}' but argument is of type 'volatile uint8_t * {aka volatile unsigned char *}' void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len); ^~~~~~~~~~ src/libavutil/tests/md5.c:45:24: warning: passing argument 2 of 'av_md5_sum' discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers] av_md5_sum(md5val, in, 64); ^~ In file included from src/libavutil/tests/md5.c:22:0: src/libavutil/md5.h:89:6: note: expected 'const uint8_t * {aka const unsigned char *}' but argument is of type 'volatile uint8_t * {aka volatile unsigned char *}' void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len); ^~~~~~~~~~ src/libavutil/tests/md5.c:47:24: warning: passing argument 2 of 'av_md5_sum' discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers] av_md5_sum(md5val, in, 65); ^~ In file included from src/libavutil/tests/md5.c:22:0: src/libavutil/md5.h:89:6: note: expected 'const uint8_t * {aka const unsigned char *}' but argument is of type 'volatile uint8_t * {aka volatile unsigned char *}' void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len); ^~~~~~~~~~ src/libavutil/tests/md5.c:51:24: warning: passing argument 2 of 'av_md5_sum' discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers] av_md5_sum(md5val, in, 999); ^~ In file included from src/libavutil/tests/md5.c:22:0: src/libavutil/md5.h:89:6: note: expected 'const uint8_t * {aka const unsigned char *}' but argument is of type 'volatile uint8_t * {aka volatile unsigned char *}' void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len); ^~~~~~~~~~ CC libavutil/tests/murmur3.o CC libavutil/tests/parseutils.o CC libavutil/tests/pixfmt_best.o CC libavutil/tests/display.o CC libavutil/tests/random_seed.o CC libavutil/tests/ripemd.o CC libavutil/tests/sha.o make: *** [tests/data/hls_segment_size.m3u8] Error 1 CC libavutil/tests/sha512.o CC libavutil/tests/tree.o CC libavutil/tests/twofish.o CC libavutil/tests/xtea.o CC libavutil/tests/tea.o CC libavutil/tests/opt.o CC libavutil/tests/cpu_init.o CC libavutil/tests/pixelutils.o CC libswscale/tests/pixdesc_query.o GEN tests/data/asynth-22050-6.wav GEN tests/data/asynth-22050-1.wav GEN tests/data/asynth-44100-2.wav GEN tests/data/asynth-44100-3.wav LD libavformat/tests/fifo_muxer GEN tests/data/asynth-44100-1.wav TEST filter-apad TEST filter-anequalizer TEST filter-asetnsamples-pad TEST filter-asetnsamples-nopad TEST filter-asetrate TEST filter-chorus TEST filter-dcshift TEST filter-earwax TEST filter-extrastereo TEST filter-firequalizer TEST filter-pan-mono1 TEST filter-pan-mono2 TEST filter-pan-stereo1 TEST filter-pan-stereo2 TEST filter-pan-stereo3 TEST filter-pan-stereo4 TEST filter-pan-upmix1 GEN tests/data/asynth-44100-4.wav GEN tests/data/asynth-44100-11.wav TEST filter-tremolo TEST filter-compand TEST filter-hls TEST filter-hls-append TEST filter-atrim-duration TEST filter-atrim-mixed TEST filter-atrim-samples TEST filter-atrim-time GEN tests/data/asynth-44100-6.wav TEST filter-channelmap-one-str TEST filter-channelsplit TEST filter-join TEST filter-volume CC libavfilter/tests/formats.o TEST flv-add_keyframe_index TEST hls-live-no-endlist TEST hls-live-last-endlist TEST hls-live-endlist TEST filter-lavd-life TEST filter-lavd-testsrc TEST filter-testsrc2-yuv420p TEST filter-testsrc2-yuv444p TEST filter-testsrc2-rgb24 TEST filter-testsrc2-rgba TEST filter-allrgb TEST filter-allyuv TEST filter-pal75bars TEST filter-pal100bars TEST filter-rgbtestsrc TEST filter-smptebars TEST filter-smptehdbars TEST filter-yuvtestsrc-yuv444p TEST filter-yuvtestsrc-yuv444p12 TEST filter-lavd-scalenorm TEST filter-framerate-up TEST filter-framerate-down TEST filter-framerate-12bit-up TEST filter-framerate-12bit-down TEST filter-concat TEST filter-mpdecimate TEST filter-fps-up TEST filter-fps-up-round-down TEST filter-fps-up-round-up TEST filter-fps-down TEST filter-fps-down-round-down TEST filter-fps-down-round-up TEST filter-fps-down-eof-pass TEST filter-fps-start-drop TEST filter-fps-start-fill GEN tests/data/asynth-2626-1.wav GEN tests/data/asynth-8000-1.wav 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 GEN tests/data/asynth-96000-1.wav 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 ffmpeg-filter_complex TEST ffmpeg-filter_complex_audio TEST ffmpeg-lavfi 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 HOSTLD tests/rotozoom GEN tests/data/vsynth3.yuv LD libavformat/tests/seek LD libavfilter/tests/filtfmts GEN tests/data/ffprobe-test.nut TEST probe-format-roundup997 TEST probe-format-roundup1383 TEST probe-format-roundup1414 TEST probe-format-roundup2015 GEN tests/data/vsynth_lena.yuv TEST seek-extra-mp3 TEST seek-cache-pipe TEST seek-mkv-codec-delay TEST seek-extra-mp4 TEST seek-empty-edit-mp4 TEST seek-test-iibbibb-mp4 TEST seek-test-iibbibb-neg-ctts-mp4 TEST ac3-2.0 TEST ac3-4.0 TEST ac3-4.0-downmix-mono TEST ac3-4.0-downmix-stereo TEST ac3-5.1 TEST ac3-5.1-downmix-mono TEST ac3-5.1-downmix-stereo TEST ac3-fixed-2.0 TEST ac3-fixed-4.0-downmix-mono TEST ac3-fixed-5.1-downmix-mono TEST ac3-fixed-5.1-downmix-stereo TEST ac3-encode TEST ac3-fixed-encode TEST eac3-1 TEST eac3-2 TEST eac3-3 TEST eac3-4 TEST eac3-5 TEST eac3-encode TEST eac3-core-bsf TEST adpcm-4xm TEST adpcm-afc TEST adpcm-creative TEST adpcm-creative-8-2bit TEST adpcm-creative-8-2.6bit TEST adpcm-creative-8-4bit TEST adpcm-dtk TEST adpcm-ea-1 TEST adpcm-ea-2 TEST adpcm-ea-maxis-xa TEST adpcm-ea-r1 TEST adpcm-ea-r2 TEST adpcm-ea-r3 TEST adpcm-ima-amv TEST adpcm-ima-apc TEST adpcm-ima-dk3 TEST adpcm-ima-dk4 TEST adpcm-ima-ea-eacs TEST adpcm-ima-ea-sead TEST adpcm-ima-iss TEST adpcm-ima-oki TEST adpcm-ima-rad TEST adpcm-ima-smjpeg TEST adpcm-ima_wav-stereo TEST adpcm-ima-ws TEST adpcm-ms-mono TEST adpcm_ms-stereo TEST adpcm-thp TEST adpcm-vima TEST adpcm-xa TEST atrac1-1 TEST atrac1-2 TEST atrac3-1 TEST atrac3-2 TEST atrac3-3 TEST atrac3p-1 TEST atrac3p-2 TEST bmp-1bit TEST bmp-4bit TEST bmp-4bit-os2 TEST bmp-8bit TEST bmp-8bit-os2 TEST bmp-15bit TEST bmp-15bit-mask TEST bmp-16bit-mask TEST bmp-24bit TEST bmp-32bit TEST bmp-32bit-mask TEST bmp-rle4 TEST bmp-rle8 TEST cbs-h264-SVA_Base_B TEST cbs-h264-BASQP1_Sony_C TEST cbs-h264-FM1_BT_B TEST cbs-h264-CVFC1_Sony_C TEST cbs-h264-AUD_MW_E TEST cbs-h264-CVBS3_Sony_C TEST cbs-h264-MR1_BT_A TEST cbs-h264-CVWP1_TOSHIBA_E TEST cbs-h264-CVNLFI1_Sony_C TEST cbs-h264-Sharp_MP_PAFF_1r2 TEST cbs-h264-CVMANL1_TOSHIBA_B TEST cbs-h264-sp1_bt_a TEST cbs-h264-CVSE2_Sony_B TEST cbs-h264-CABACI3_Sony_B TEST cbs-h264-sei-1 TEST cbs-hevc-STRUCT_A_Samsung_5 TEST cbs-hevc-WP_A_Toshiba_3 TEST cbs-hevc-SLIST_A_Sony_4 TEST cbs-hevc-SLIST_D_Sony_9 TEST cbs-hevc-CAINIT_E_SHARP_3 TEST cbs-hevc-CAINIT_H_SHARP_3 TEST cbs-hevc-TILES_B_Cisco_1 TEST cbs-hevc-WPP_A_ericsson_MAIN_2 TEST cbs-hevc-WPP_F_ericsson_MAIN_2 TEST cbs-hevc-ipcm_E_NEC_2 TEST cbs-hevc-NUT_A_ericsson_5 TEST cbs-hevc-PICSIZE_A_Bossen_1 TEST cbs-hevc-PICSIZE_B_Bossen_1 TEST cbs-hevc-RPS_A_docomo_4 TEST cbs-hevc-RPS_E_qualcomm_5 TEST cbs-hevc-LTRPSPS_A_Qualcomm_1 TEST cbs-hevc-RPLM_A_qualcomm_4 TEST cbs-hevc-CONFWIN_A_Sony_1 TEST cbs-hevc-HRD_A_Fujitsu_2 TEST cbs-hevc-SLPPLP_A_VIDYO_2 TEST cbs-mpeg2-hhi_burst_422_short TEST cbs-mpeg2-sony-ct3 TEST cbs-mpeg2-tcela-6 TEST cbs-vp9-vp90-2-03-deltaq TEST cbs-vp9-vp90-2-05-resize TEST cbs-vp9-vp90-2-06-bilinear TEST cbs-vp9-vp90-2-09-lf_deltas TEST cbs-vp9-vp90-2-10-show-existing-frame TEST cbs-vp9-vp90-2-10-show-existing-frame2 TEST cbs-vp9-vp90-2-segmentation-aq-akiyo TEST cbs-vp9-vp90-2-segmentation-sf-akiyo TEST cbs-vp9-vp90-2-tiling-pedestrian TEST cbs-vp9-vp91-2-04-yuv440 TEST cbs-vp9-vp91-2-04-yuv444 TEST cbs-vp9-vp92-2-20-10bit-yuv420 TEST cbs-vp9-vp93-2-20-10bit-yuv422 TEST cbs-vp9-vp93-2-20-12bit-yuv444 TEST cdxl-bitline-ham6 TEST cdxl-ham6 TEST cdxl-ham8 TEST cdxl-pal8 TEST cdxl-pal8-small TEST cover-art-ape TEST cover-art-flac TEST cover-art-m4a TEST cover-art-ogg TEST cover-art-wma TEST cover-art-wma-id3 TEST cover-art-wma-metadatalib TEST cover-art-wv TEST dfa1 TEST dfa2 TEST dfa3 TEST dfa4 TEST dfa5 TEST dfa6 TEST dfa7 TEST dfa8 TEST dfa9 TEST dfa10 TEST dfa11 TEST dpcm-idroq TEST dpcm-interplay TEST dpcm-sierra TEST dpcm-xan TEST filter-acrossfade TEST filter-silenceremove TEST filter-stereotools GEN tests/data/asynth-44100-2-2.wav GEN tests/data/asynth-44100-2-3.wav TEST filter-aresample TEST filter-hdcd-mix TEST filter-hdcd-mix-psoff TEST filter-hdcd-analyze-pe TEST filter-hdcd-analyze-lle TEST filter-hdcd-analyze-cdt TEST filter-hdcd-analyze-tgm TEST filter-hdcd-analyze-ltgm TEST filter-hdcd-analyze-pel TEST filter-hdcd-false-positive TEST filter-hdcd-detect-errors TEST filter-hdcd-20bit TEST filter-hdcd-mono TEST filter-hdcd-s16p TEST filter-hdcd-s32p TEST flac-16-chmode-indep TEST flac-16-chmode-left_side TEST flac-16-chmode-mid_side TEST flac-16-chmode-right_side TEST flac-16-fixed TEST flac-16-lpc-cholesky TEST flac-16-lpc-levinson TEST flac-24-comp-8 TEST flac-rice-params TEST gapless-mp3 TEST audiomatch-square-mp3 TEST audiomatch-square-aac TEST audiomatch-afconvert-16000-mono-lc-adts TEST audiomatch-afconvert-16000-mono-lc-m4a TEST audiomatch-afconvert-44100-mono-lc-adts TEST audiomatch-afconvert-44100-mono-lc-m4a TEST audiomatch-afconvert-16000-mono-he-adts TEST audiomatch-afconvert-16000-mono-he-m4a TEST audiomatch-afconvert-44100-mono-he-adts TEST audiomatch-afconvert-44100-mono-he-m4a TEST audiomatch-afconvert-16000-stereo-he-adts TEST audiomatch-afconvert-16000-stereo-he-m4a TEST audiomatch-afconvert-44100-stereo-he-adts TEST audiomatch-afconvert-44100-stereo-he-m4a TEST audiomatch-afconvert-16000-stereo-he2-adts TEST audiomatch-afconvert-16000-stereo-he2-m4a TEST audiomatch-afconvert-44100-stereo-he2-adts TEST audiomatch-afconvert-44100-stereo-he2-m4a TEST audiomatch-afconvert-16000-stereo-lc-adts TEST audiomatch-afconvert-16000-stereo-lc-m4a TEST audiomatch-afconvert-44100-stereo-lc-adts TEST audiomatch-afconvert-44100-stereo-lc-m4a TEST audiomatch-faac-16000-mono-lc-adts TEST audiomatch-faac-16000-mono-lc-m4a TEST audiomatch-faac-44100-mono-lc-adts TEST audiomatch-faac-44100-mono-lc-m4a TEST audiomatch-faac-16000-stereo-lc-adts TEST audiomatch-faac-16000-stereo-lc-m4a TEST audiomatch-faac-44100-stereo-lc-adts TEST audiomatch-faac-44100-stereo-lc-m4a TEST audiomatch-dolby-44100-mono-lc-mp4 TEST audiomatch-dolby-44100-mono-he-mp4 TEST audiomatch-dolby-44100-stereo-he-mp4 TEST audiomatch-dolby-44100-stereo-he2-mp4 TEST audiomatch-dolby-44100-stereo-lc-mp4 TEST audiomatch-nero-16000-mono-lc-m4a TEST audiomatch-nero-44100-mono-lc-m4a TEST audiomatch-nero-16000-mono-he-m4a TEST audiomatch-nero-44100-mono-he-m4a TEST audiomatch-nero-16000-stereo-he-m4a TEST audiomatch-nero-44100-stereo-he-m4a TEST audiomatch-nero-16000-stereo-he2-m4a TEST audiomatch-nero-44100-stereo-he2-m4a TEST audiomatch-nero-16000-stereo-lc-m4a TEST audiomatch-nero-44100-stereo-lc-m4a TEST audiomatch-quicktime7-44100-stereo-lc-mp4 TEST audiomatch-quicktimeX-44100-stereo-lc-m4a TEST gaplessinfo-itunes1 TEST gaplessinfo-itunes2 TEST gaplessenc-itunes-to-ipod-aac TEST gif-color TEST gif-disposal-background TEST gif-disposal-restore TEST gif-gray TEST gif-deal TEST gifenc-rgb8 TEST gifenc-bgr8 TEST gifenc-rgb4_byte TEST gifenc-bgr4_byte TEST gifenc-gray TEST gifenc-pal8 TEST h264-conformance-aud_mw_e TEST h264-conformance-ba1_ft_c TEST h264-conformance-ba1_sony_d TEST h264-conformance-ba2_sony_f TEST h264-conformance-ba3_sva_c TEST h264-conformance-ba_mw_d TEST h264-conformance-bamq1_jvc_c TEST h264-conformance-bamq2_jvc_c TEST h264-conformance-banm_mw_d TEST h264-conformance-basqp1_sony_c TEST h264-conformance-caba1_sony_d TEST h264-conformance-caba1_sva_b TEST h264-conformance-caba2_sony_e TEST h264-conformance-caba2_sva_b TEST h264-conformance-caba3_sony_c TEST h264-conformance-caba3_sva_b TEST h264-conformance-caba3_toshiba_e TEST h264-conformance-cabac_mot_fld0_full TEST h264-conformance-cabac_mot_frm0_full TEST h264-conformance-cabac_mot_mbaff0_full TEST h264-conformance-cabac_mot_picaff0_full TEST h264-conformance-cabaci3_sony_b TEST h264-conformance-cabast3_sony_e TEST h264-conformance-cabastbr3_sony_b TEST h264-conformance-cabref3_sand_d TEST h264-conformance-cacqp3_sony_d TEST h264-conformance-cafi1_sva_c TEST h264-conformance-cama1_sony_c TEST h264-conformance-cama1_toshiba_b TEST h264-conformance-cama1_vtc_c TEST h264-conformance-cama2_vtc_b TEST h264-conformance-cama3_sand_e TEST h264-conformance-cama3_vtc_b TEST h264-conformance-camaci3_sony_c TEST h264-conformance-camanl1_toshiba_b TEST h264-conformance-camanl2_toshiba_b TEST h264-conformance-camanl3_sand_e TEST h264-conformance-camasl3_sony_b TEST h264-conformance-camp_mot_mbaff_l30 TEST h264-conformance-camp_mot_mbaff_l31 TEST h264-conformance-canl1_sony_e TEST h264-conformance-canl1_sva_b TEST h264-conformance-canl1_toshiba_g TEST h264-conformance-canl2_sony_e TEST h264-conformance-canl2_sva_b TEST h264-conformance-canl3_sony_c TEST h264-conformance-canl3_sva_b TEST h264-conformance-canl4_sva_b TEST h264-conformance-canlma2_sony_c TEST h264-conformance-canlma3_sony_c TEST h264-conformance-capa1_toshiba_b TEST h264-conformance-capama3_sand_f TEST h264-conformance-capcm1_sand_e TEST h264-conformance-capcmnl1_sand_e TEST h264-conformance-capm3_sony_d TEST h264-conformance-caqp1_sony_b TEST h264-conformance-cavlc_mot_fld0_full_b TEST h264-conformance-cavlc_mot_frm0_full_b TEST h264-conformance-cavlc_mot_mbaff0_full_b TEST h264-conformance-cavlc_mot_picaff0_full_b TEST h264-conformance-cawp1_toshiba_e TEST h264-conformance-cawp5_toshiba_e TEST h264-conformance-ci1_ft_b TEST h264-conformance-ci_mw_d TEST h264-conformance-cvbs3_sony_c TEST h264-conformance-cvcanlma2_sony_c TEST h264-conformance-cvfc1_sony_c TEST h264-conformance-cvfi1_sony_d TEST h264-conformance-cvfi1_sva_c TEST h264-conformance-cvfi2_sony_h TEST h264-conformance-cvfi2_sva_c TEST h264-conformance-cvma1_sony_d TEST h264-conformance-cvma1_toshiba_b TEST h264-conformance-cvmanl1_toshiba_b TEST h264-conformance-cvmanl2_toshiba_b TEST h264-conformance-cvmapaqp3_sony_e TEST h264-conformance-cvmaqp2_sony_g TEST h264-conformance-cvmaqp3_sony_d TEST h264-conformance-cvmp_mot_fld_l30_b TEST h264-conformance-cvmp_mot_frm_l31_b TEST h264-conformance-cvnlfi1_sony_c TEST h264-conformance-cvnlfi2_sony_h TEST h264-conformance-cvpa1_toshiba_b TEST h264-conformance-cvpcmnl1_sva_c TEST h264-conformance-cvpcmnl2_sva_c TEST h264-conformance-cvwp1_toshiba_e TEST h264-conformance-cvwp2_toshiba_e TEST h264-conformance-cvwp3_toshiba_e TEST h264-conformance-cvwp5_toshiba_e TEST h264-conformance-fi1_sony_e TEST h264-conformance-frext-alphaconformanceg TEST h264-conformance-frext-bcrm_freh10 TEST h264-conformance-frext-brcm_freh11 TEST h264-conformance-frext-brcm_freh3 TEST h264-conformance-frext-brcm_freh4 TEST h264-conformance-frext-brcm_freh5 TEST h264-conformance-frext-brcm_freh8 TEST h264-conformance-frext-brcm_freh9 TEST h264-conformance-frext-freh12_b TEST h264-conformance-frext-freh1_b TEST h264-conformance-frext-freh2_b TEST h264-conformance-frext-freh6 TEST h264-conformance-frext-freh7_b TEST h264-conformance-frext-frext01_jvc_d TEST h264-conformance-frext-frext02_jvc_c TEST h264-conformance-frext-frext1_panasonic_c TEST h264-conformance-frext-frext2_panasonic_b TEST h264-conformance-frext-frext3_panasonic_d TEST h264-conformance-frext-frext4_panasonic_a TEST h264-conformance-frext-frext_mmco4_sony_b TEST h264-conformance-frext-hcaff1_hhi_b TEST h264-conformance-frext-hcafr1_hhi_c TEST h264-conformance-frext-hcafr2_hhi_a TEST h264-conformance-frext-hcafr3_hhi_a TEST h264-conformance-frext-hcafr4_hhi_a TEST h264-conformance-frext-hcamff1_hhi_b TEST h264-conformance-frext-hi422fr10_sony_b TEST h264-conformance-frext-hi422fr13_sony_b TEST h264-conformance-frext-hi422fr1_sony_a TEST h264-conformance-frext-hi422fr6_sony_a TEST h264-conformance-frext-hpca_brcm_c TEST h264-conformance-frext-hpcadq_brcm_b TEST h264-conformance-frext-hpcafl_bcrm_c TEST h264-conformance-frext-hpcaflnl_bcrm_c TEST h264-conformance-frext-hpcalq_brcm_b TEST h264-conformance-frext-hpcamapalq_bcrm_b TEST h264-conformance-frext-hpcamolq_brcm_b TEST h264-conformance-frext-hpcanl_brcm_c TEST h264-conformance-frext-hpcaq2lq_brcm_b TEST h264-conformance-frext-hpcv_brcm_a TEST h264-conformance-frext-hpcvfl_bcrm_a TEST h264-conformance-frext-hpcvflnl_bcrm_a TEST h264-conformance-frext-hpcvmolq_brcm_b TEST h264-conformance-frext-hpcvnl_brcm_a TEST h264-conformance-frext-pph10i1_panasonic_a TEST h264-conformance-frext-pph10i2_panasonic_a TEST h264-conformance-frext-pph10i3_panasonic_a TEST h264-conformance-frext-pph10i4_panasonic_a TEST h264-conformance-frext-pph10i5_panasonic_a TEST h264-conformance-frext-pph10i6_panasonic_a TEST h264-conformance-frext-pph10i7_panasonic_a TEST h264-conformance-frext-pph422i1_panasonic_a TEST h264-conformance-frext-pph422i2_panasonic_a TEST h264-conformance-frext-pph422i3_panasonic_a TEST h264-conformance-frext-pph422i4_panasonic_a TEST h264-conformance-frext-pph422i5_panasonic_a TEST h264-conformance-frext-pph422i6_panasonic_a TEST h264-conformance-frext-pph422i7_panasonic_a TEST h264-conformance-hcbp2_hhi_a TEST h264-conformance-hcmp1_hhi_a TEST h264-conformance-ls_sva_d TEST h264-conformance-midr_mw_d TEST h264-conformance-mps_mw_a TEST h264-conformance-mr1_bt_a TEST h264-conformance-mr1_mw_a TEST h264-conformance-mr2_mw_a TEST h264-conformance-mr2_tandberg_e TEST h264-conformance-mr3_tandberg_b TEST h264-conformance-mr4_tandberg_c TEST h264-conformance-mr5_tandberg_c TEST h264-conformance-mr6_bt_b TEST h264-conformance-mr7_bt_b TEST h264-conformance-mr8_bt_b TEST h264-conformance-mr9_bt_b TEST h264-conformance-mv1_brcm_d TEST h264-conformance-nl1_sony_d TEST h264-conformance-nl2_sony_h TEST h264-conformance-nl3_sva_e TEST h264-conformance-nlmq1_jvc_c TEST h264-conformance-nlmq2_jvc_c TEST h264-conformance-nrf_mw_e TEST h264-conformance-sharp_mp_field_1_b TEST h264-conformance-sharp_mp_field_2_b TEST h264-conformance-sharp_mp_field_3_b TEST h264-conformance-sharp_mp_paff_1r2 TEST h264-conformance-sharp_mp_paff_2r TEST h264-conformance-sl1_sva_b TEST h264-conformance-sva_ba1_b TEST h264-conformance-sva_ba2_d TEST h264-conformance-sva_base_b TEST h264-conformance-sva_cl1_e TEST h264-conformance-sva_fm1_e TEST h264-conformance-sva_nl1_b TEST h264-conformance-sva_nl2_e TEST h264-reinit-large_420_8-to-small_420_8 TEST h264-reinit-small_420_8-to-large_444_10 TEST h264-reinit-small_420_9-to-small_420_8 TEST h264-reinit-small_422_9-to-small_420_9 TEST h264-extreme-plane-pred TEST h264-intra-refresh-recovery TEST h264-lossless TEST h264-3386 TEST h264-missing-frame TEST h264-ref-pic-mod-overflow TEST h264-timecode TEST h264-crop-to-container TEST h264-extradata-reload TEST h264-interlace-crop TEST h264-invalid-ref-mod TEST h264-mixed-nal-coding TEST h264-unescaped-extradata TEST h264-twofields-packet Test h264-unescaped-extradata failed. Look at tests/data/fate/h264-unescaped-extradata.err for details. make: *** [fate-h264-unescaped-extradata] Error 1 TEST h264-bsf-mp4toannexb TEST h264-direct-bff TEST h264-brokensps-2580 TEST h264-xavc-4389 TEST h264-attachment-631 Test h264-twofields-packet failed. Look at tests/data/fate/h264-twofields-packet.err for details. make: *** [fate-h264-twofields-packet] Error 1 TEST h264-skip-nokey TEST h264-skip-nointra TEST hevc-bsf-mp4toannexb TEST hevc-conformance-AMP_A_Samsung_4 TEST hevc-conformance-AMP_A_Samsung_6 TEST hevc-conformance-AMP_B_Samsung_4 Test hevc-conformance-AMP_B_Samsung_4 failed. Look at tests/data/fate/hevc-conformance-AMP_B_Samsung_4.err for details. make: *** [fate-hevc-conformance-AMP_B_Samsung_4] Error 1 TEST hevc-conformance-AMP_B_Samsung_6 Test hevc-conformance-AMP_A_Samsung_6 failed. Look at tests/data/fate/hevc-conformance-AMP_A_Samsung_6.err for details. make: *** [fate-hevc-conformance-AMP_A_Samsung_6] Error 1 TEST hevc-conformance-AMP_D_Hisilicon Test hevc-conformance-AMP_A_Samsung_4 failed. Look at tests/data/fate/hevc-conformance-AMP_A_Samsung_4.err for details. make: *** [fate-hevc-conformance-AMP_A_Samsung_4] Error 1 TEST hevc-conformance-AMP_E_Hisilicon Test hevc-conformance-AMP_B_Samsung_6 failed. Look at tests/data/fate/hevc-conformance-AMP_B_Samsung_6.err for details. make: *** [fate-hevc-conformance-AMP_B_Samsung_6] Error 1 TEST hevc-conformance-AMP_F_Hisilicon_3 TEST hevc-conformance-AMVP_A_MTK_4 TEST hevc-conformance-AMVP_B_MTK_4 TEST hevc-conformance-AMVP_C_Samsung_4 TEST hevc-conformance-AMVP_C_Samsung_6 TEST hevc-conformance-BUMPING_A_ericsson_1 Test hevc-conformance-AMVP_C_Samsung_4 failed. Look at tests/data/fate/hevc-conformance-AMVP_C_Samsung_4.err for details. make: *** [fate-hevc-conformance-AMVP_C_Samsung_4] Error 1 TEST hevc-conformance-CAINIT_A_SHARP_4 TEST hevc-conformance-CAINIT_B_SHARP_4 Test hevc-conformance-AMVP_C_Samsung_6 failed. Look at tests/data/fate/hevc-conformance-AMVP_C_Samsung_6.err for details. make: *** [fate-hevc-conformance-AMVP_C_Samsung_6] Error 1 TEST hevc-conformance-CAINIT_C_SHARP_3 Test hevc-conformance-CAINIT_A_SHARP_4 failed. Look at tests/data/fate/hevc-conformance-CAINIT_A_SHARP_4.err for details. make: *** [fate-hevc-conformance-CAINIT_A_SHARP_4] Error 1 TEST hevc-conformance-CAINIT_D_SHARP_3 Test hevc-conformance-CAINIT_B_SHARP_4 failed. Look at tests/data/fate/hevc-conformance-CAINIT_B_SHARP_4.err for details. make: *** [fate-hevc-conformance-CAINIT_B_SHARP_4] Error 1 TEST hevc-conformance-CAINIT_E_SHARP_3 Test hevc-conformance-CAINIT_C_SHARP_3 failed. Look at tests/data/fate/hevc-conformance-CAINIT_C_SHARP_3.err for details. make: *** [fate-hevc-conformance-CAINIT_C_SHARP_3] Error 1 TEST hevc-conformance-CAINIT_F_SHARP_3 Test hevc-conformance-CAINIT_E_SHARP_3 failed. Look at tests/data/fate/hevc-conformance-CAINIT_E_SHARP_3.err for details. make: *** [fate-hevc-conformance-CAINIT_E_SHARP_3] Error 1 TEST hevc-conformance-CAINIT_G_SHARP_3 Test hevc-conformance-CAINIT_D_SHARP_3 failed. Look at tests/data/fate/hevc-conformance-CAINIT_D_SHARP_3.err for details. make: *** [fate-hevc-conformance-CAINIT_D_SHARP_3] Error 1 TEST hevc-conformance-CAINIT_H_SHARP_3 Test hevc-conformance-CAINIT_F_SHARP_3 failed. Look at tests/data/fate/hevc-conformance-CAINIT_F_SHARP_3.err for details. make: *** [fate-hevc-conformance-CAINIT_F_SHARP_3] Error 1 TEST hevc-conformance-CIP_A_Panasonic_3 TEST hevc-conformance-cip_B_NEC_3 Test hevc-conformance-CAINIT_G_SHARP_3 failed. Look at tests/data/fate/hevc-conformance-CAINIT_G_SHARP_3.err for details. make: *** [fate-hevc-conformance-CAINIT_G_SHARP_3] Error 1 TEST hevc-conformance-CIP_C_Panasonic_2 Test hevc-conformance-CAINIT_H_SHARP_3 failed. Look at tests/data/fate/hevc-conformance-CAINIT_H_SHARP_3.err for details. make: *** [fate-hevc-conformance-CAINIT_H_SHARP_3] Error 1 TEST hevc-conformance-CONFWIN_A_Sony_1 TEST hevc-conformance-DBLK_A_SONY_3 TEST hevc-conformance-DBLK_B_SONY_3 TEST hevc-conformance-DBLK_C_SONY_3 TEST hevc-conformance-DBLK_D_VIXS_2 TEST hevc-conformance-DBLK_E_VIXS_2 TEST hevc-conformance-DBLK_F_VIXS_2 TEST hevc-conformance-DBLK_G_VIXS_2 TEST hevc-conformance-DELTAQP_A_BRCM_4 TEST hevc-conformance-DELTAQP_B_SONY_3 TEST hevc-conformance-DELTAQP_C_SONY_3 TEST hevc-conformance-DSLICE_A_HHI_5 TEST hevc-conformance-DSLICE_B_HHI_5 TEST hevc-conformance-DSLICE_C_HHI_5 TEST hevc-conformance-ENTP_A_Qualcomm_1 TEST hevc-conformance-ENTP_B_Qualcomm_1 TEST hevc-conformance-ENTP_C_Qualcomm_1 TEST hevc-conformance-EXT_A_ericsson_4 TEST hevc-conformance-FILLER_A_Sony_1 TEST hevc-conformance-HRD_A_Fujitsu_2 TEST hevc-conformance-HRD_A_Fujitsu_3 TEST hevc-conformance-INITQP_A_Sony_1 TEST hevc-conformance-ipcm_A_NEC_3 TEST hevc-conformance-ipcm_B_NEC_3 TEST hevc-conformance-ipcm_C_NEC_3 TEST hevc-conformance-ipcm_D_NEC_3 TEST hevc-conformance-ipcm_E_NEC_2 TEST hevc-conformance-IPRED_A_docomo_2 TEST hevc-conformance-IPRED_B_Nokia_3 TEST hevc-conformance-IPRED_C_Mitsubishi_3 TEST hevc-conformance-LS_A_Orange_2 Test hevc-conformance-IPRED_C_Mitsubishi_3 failed. Look at tests/data/fate/hevc-conformance-IPRED_C_Mitsubishi_3.err for details. make: *** [fate-hevc-conformance-IPRED_C_Mitsubishi_3] Error 1 TEST hevc-conformance-LS_B_ORANGE_4 Test hevc-conformance-IPRED_A_docomo_2 failed. Look at tests/data/fate/hevc-conformance-IPRED_A_docomo_2.err for details. make: *** [fate-hevc-conformance-IPRED_A_docomo_2] Error 1 TEST hevc-conformance-LTRPSPS_A_Qualcomm_1 TEST hevc-conformance-MAXBINS_A_TI_4 TEST hevc-conformance-MAXBINS_B_TI_4 TEST hevc-conformance-MAXBINS_C_TI_4 TEST hevc-conformance-MERGE_A_TI_3 TEST hevc-conformance-MERGE_B_TI_3 TEST hevc-conformance-MERGE_C_TI_3 TEST hevc-conformance-MERGE_D_TI_3 TEST hevc-conformance-MERGE_E_TI_3 TEST hevc-conformance-MERGE_F_MTK_4 TEST hevc-conformance-MERGE_G_HHI_4 TEST hevc-conformance-MVCLIP_A_qualcomm_3 TEST hevc-conformance-MVDL1ZERO_A_docomo_3 TEST hevc-conformance-MVEDGE_A_qualcomm_3 TEST hevc-conformance-NoOutPrior_A_Qualcomm_1 TEST hevc-conformance-NoOutPrior_B_Qualcomm_1 Test hevc-conformance-NoOutPrior_A_Qualcomm_1 failed. Look at tests/data/fate/hevc-conformance-NoOutPrior_A_Qualcomm_1.err for details. make: *** [fate-hevc-conformance-NoOutPrior_A_Qualcomm_1] Error 1 TEST hevc-conformance-NUT_A_ericsson_5 Test hevc-conformance-NoOutPrior_B_Qualcomm_1 failed. Look at tests/data/fate/hevc-conformance-NoOutPrior_B_Qualcomm_1.err for details. make: *** [fate-hevc-conformance-NoOutPrior_B_Qualcomm_1] Error 1 TEST hevc-conformance-OPFLAG_A_Qualcomm_1 TEST hevc-conformance-OPFLAG_B_Qualcomm_1 TEST hevc-conformance-OPFLAG_C_Qualcomm_1 Test hevc-conformance-OPFLAG_B_Qualcomm_1 failed. Look at tests/data/fate/hevc-conformance-OPFLAG_B_Qualcomm_1.err for details. make: *** [fate-hevc-conformance-OPFLAG_B_Qualcomm_1] Error 1 TEST hevc-conformance-PICSIZE_A_Bossen_1 Test hevc-conformance-OPFLAG_C_Qualcomm_1 failed. Look at tests/data/fate/hevc-conformance-OPFLAG_C_Qualcomm_1.err for details. make: *** [fate-hevc-conformance-OPFLAG_C_Qualcomm_1] Error 1 TEST hevc-conformance-PICSIZE_B_Bossen_1 Test hevc-conformance-MVDL1ZERO_A_docomo_3 failed. Look at tests/data/fate/hevc-conformance-MVDL1ZERO_A_docomo_3.err for details. make: *** [fate-hevc-conformance-MVDL1ZERO_A_docomo_3] Error 1 TEST hevc-conformance-PICSIZE_C_Bossen_1 TEST hevc-conformance-PICSIZE_D_Bossen_1 TEST hevc-conformance-PMERGE_A_TI_3 TEST hevc-conformance-PMERGE_B_TI_3 TEST hevc-conformance-PMERGE_C_TI_3 TEST hevc-conformance-PMERGE_D_TI_3 TEST hevc-conformance-PMERGE_E_TI_3 TEST hevc-conformance-POC_A_Bossen_3 TEST hevc-conformance-PPS_A_qualcomm_7 TEST hevc-conformance-PS_A_VIDYO_3 TEST hevc-conformance-PS_B_VIDYO_3 TEST hevc-conformance-RAP_A_docomo_4 TEST hevc-conformance-RAP_B_Bossen_1 TEST hevc-conformance-RPLM_A_qualcomm_4 TEST hevc-conformance-RPLM_B_qualcomm_4 TEST hevc-conformance-RPS_A_docomo_4 TEST hevc-conformance-RPS_B_qualcomm_5 TEST hevc-conformance-RPS_C_ericsson_5 TEST hevc-conformance-RPS_D_ericsson_6 TEST hevc-conformance-RPS_E_qualcomm_5 TEST hevc-conformance-RPS_F_docomo_1 TEST hevc-conformance-RQT_A_HHI_4 TEST hevc-conformance-RQT_B_HHI_4 TEST hevc-conformance-RQT_C_HHI_4 Test hevc-conformance-RQT_B_HHI_4 failed. Look at tests/data/fate/hevc-conformance-RQT_B_HHI_4.err for details. make: *** [fate-hevc-conformance-RQT_B_HHI_4] Error 1 TEST hevc-conformance-RQT_D_HHI_4 TEST hevc-conformance-RQT_E_HHI_4 TEST hevc-conformance-RQT_F_HHI_4 TEST hevc-conformance-RQT_G_HHI_4 Test hevc-conformance-RQT_E_HHI_4 failed. Look at tests/data/fate/hevc-conformance-RQT_E_HHI_4.err for details. make: *** [fate-hevc-conformance-RQT_E_HHI_4] Error 1 TEST hevc-conformance-SAO_A_MediaTek_4 TEST hevc-conformance-SAO_B_MediaTek_5 TEST hevc-conformance-SAO_C_Samsung_4 TEST hevc-conformance-SAO_C_Samsung_5 TEST hevc-conformance-SAO_D_Samsung_4 Test hevc-conformance-SAO_B_MediaTek_5 failed. Look at tests/data/fate/hevc-conformance-SAO_B_MediaTek_5.err for details. make: *** [fate-hevc-conformance-SAO_B_MediaTek_5] Error 1 TEST hevc-conformance-SAO_D_Samsung_5 TEST hevc-conformance-SAO_E_Canon_4 TEST hevc-conformance-SAO_F_Canon_3 TEST hevc-conformance-SAO_G_Canon_3 TEST hevc-conformance-SDH_A_Orange_3 TEST hevc-conformance-SLICES_A_Rovi_3 TEST hevc-conformance-SLIST_A_Sony_4 TEST hevc-conformance-SLIST_B_Sony_8 TEST hevc-conformance-SLIST_C_Sony_3 TEST hevc-conformance-SLIST_D_Sony_9 TEST hevc-conformance-SLPPLP_A_VIDYO_1 TEST hevc-conformance-SLPPLP_A_VIDYO_2 TEST hevc-conformance-STRUCT_A_Samsung_5 TEST hevc-conformance-STRUCT_B_Samsung_4 TEST hevc-conformance-STRUCT_B_Samsung_6 TEST hevc-conformance-TILES_A_Cisco_2 Test hevc-conformance-STRUCT_B_Samsung_4 failed. Look at tests/data/fate/hevc-conformance-STRUCT_B_Samsung_4.err for details. make: *** [fate-hevc-conformance-STRUCT_B_Samsung_4] Error 1 TEST hevc-conformance-TILES_B_Cisco_1 Test hevc-conformance-STRUCT_B_Samsung_6 failed. Look at tests/data/fate/hevc-conformance-STRUCT_B_Samsung_6.err for details. make: *** [fate-hevc-conformance-STRUCT_B_Samsung_6] Error 1 TEST hevc-conformance-TMVP_A_MS_3 TEST hevc-conformance-TSCL_A_VIDYO_5 TEST hevc-conformance-TSCL_B_VIDYO_4 TEST hevc-conformance-TSKIP_A_MS_3 TEST hevc-conformance-TUSIZE_A_Samsung_1 TEST hevc-conformance-VPSID_A_VIDYO_1 TEST hevc-conformance-VPSID_A_VIDYO_2 Test hevc-conformance-TUSIZE_A_Samsung_1 failed. Look at tests/data/fate/hevc-conformance-TUSIZE_A_Samsung_1.err for details. make: *** [fate-hevc-conformance-TUSIZE_A_Samsung_1] Error 1 TEST hevc-conformance-WP_A_Toshiba_3 TEST hevc-conformance-WP_B_Toshiba_3 TEST hevc-conformance-WPP_A_ericsson_MAIN_2 TEST hevc-conformance-WPP_B_ericsson_MAIN_2 TEST hevc-conformance-WPP_C_ericsson_MAIN_2 TEST hevc-conformance-WPP_D_ericsson_MAIN_2 TEST hevc-conformance-WPP_E_ericsson_MAIN_2 TEST hevc-conformance-WPP_F_ericsson_MAIN_2 TEST hevc-conformance-DBLK_A_MAIN10_VIXS_3 TEST hevc-conformance-WP_A_MAIN10_Toshiba_3 TEST hevc-conformance-WP_MAIN10_B_Toshiba_3 TEST hevc-conformance-WPP_A_ericsson_MAIN10_2 TEST hevc-conformance-WPP_B_ericsson_MAIN10_2 TEST hevc-conformance-WPP_C_ericsson_MAIN10_2 TEST hevc-conformance-WPP_D_ericsson_MAIN10_2 TEST hevc-conformance-WPP_E_ericsson_MAIN10_2 TEST hevc-conformance-WPP_F_ericsson_MAIN10_2 TEST hevc-conformance-INITQP_B_Sony_1 TEST hevc-conformance-ADJUST_IPRED_ANGLE_A_RExt_Mitsubishi_1 TEST hevc-conformance-IPCM_A_RExt_NEC TEST hevc-conformance-Main_422_10_A_RExt_Sony_1 TEST hevc-conformance-Main_422_10_B_RExt_Sony_1 TEST hevc-conformance-QMATRIX_A_RExt_Sony_1 TEST hevc-conformance-IPCM_B_RExt_NEC TEST hevc-conformance-PERSIST_RPARAM_A_RExt_Sony_1 TEST hevc-conformance-PERSIST_RPARAM_A_RExt_Sony_3 TEST hevc-conformance-SAO_A_RExt_MediaTek_1 TEST hevc-paramchange-yuv420p-yuv420p10 TEST hevc-skiploopfilter TEST hevc-extradata-reload Test hevc-extradata-reload failed. Look at tests/data/fate/hevc-extradata-reload.err for details. make: *** [fate-hevc-extradata-reload] Error 1 TEST hevc-two-first-slice TEST indeo4 TEST indeo5 TEST matroska-remux TEST mov-3elist Test hevc-two-first-slice failed. Look at tests/data/fate/hevc-two-first-slice.err for details. make: *** [fate-hevc-two-first-slice] Error 1 TEST mov-3elist-1ctts TEST mov-1elist-1ctts TEST mov-1elist-noctts TEST mov-elist-starts-ctts-2ndsample TEST mov-1elist-ends-last-bframe TEST mov-2elist-elist1-ends-bframe TEST mov-3elist-encrypted TEST mov-frag-encrypted TEST mov-tenc-only-encrypted TEST mov-invalid-elst-entry-count Test mov-invalid-elst-entry-count failed. Look at tests/data/fate/mov-invalid-elst-entry-count.err for details. make: *** [fate-mov-invalid-elst-entry-count] Error 1 TEST mov-gpmf-remux TEST mov-440hz-10ms TEST mov-ibi-elst-starts-b Test mov-440hz-10ms failed. Look at tests/data/fate/mov-440hz-10ms.err for details. make: *** [fate-mov-440hz-10ms] Error 1 TEST mov-elst-ends-betn-b-and-i TEST mov-frag-overlap TEST mov-bbi-elst-starts-b TEST mov-neg-firstpts-discard-frames TEST mov-stream-shorter-than-movie Test mov-stream-shorter-than-movie failed. Look at tests/data/fate/mov-stream-shorter-than-movie.err for details. make: *** [fate-mov-stream-shorter-than-movie] Error 1 TEST mp3-float-conf-compl TEST mp3-float-conf-he_32khz TEST mp3-float-conf-he_44khz TEST mp3-float-conf-he_48khz TEST mp3-float-conf-hecommon TEST mp3-float-conf-si TEST mp3-float-conf-si_block TEST mp3-float-extra_overread TEST mpc7-demux TEST mpc8-demux TEST musepack7 TEST mpeg4-resolution-change-down-down TEST mpeg4-resolution-change-down-up TEST mpeg4-resolution-change-up-down TEST mpeg4-resolution-change-up-up TEST mpeg4-bsf-unpack-bframes TEST mpeg4-packed TEST m4v TEST m4v-cfr TEST mxf-missing-index-demux TEST mxf-essencegroup-demux TEST mxf-multiple-components-demux TEST mxf-metadata-source-ref1 TEST mxf-metadata-source-ref2 TEST mxf-reel_name TEST mxf-user-comments TEST mxf-d10-user-comments TEST mxf-opatom-user-comments TEST iff-pcm TEST pcm_dvd TEST pcm-planar TEST pcm_s16be-stereo TEST pcm_s16le-stereo TEST pcm_u8-mono TEST pcm_u8-stereo TEST w64 TEST theora-coeff-level64 TEST theora-offset TEST vp31 TEST vp60 Test mov-bbi-elst-starts-b failed. Look at tests/data/fate/mov-bbi-elst-starts-b.err for details. make: *** [fate-mov-bbi-elst-starts-b] Error 1 TEST vp61 TEST vp6a TEST vp6a-skip_alpha TEST vp6f TEST vp8-alpha TEST webm-dash-manifest TEST webm-dash-manifest-unaligned-video-streams TEST webm-dash-manifest-unaligned-audio-streams TEST webm-dash-manifest-representations TEST webm-dash-manifest-live TEST webm-dash-manifest-live-bandwidth TEST vp8-2451 TEST vp8-test-vector-001 TEST vp8-test-vector-002 TEST vp8-test-vector-003 TEST vp8-test-vector-004 TEST vp8-test-vector-005 TEST vp8-test-vector-006 TEST vp8-test-vector-007 TEST vp8-test-vector-008 TEST vp8-test-vector-009 TEST vp8-test-vector-010 TEST vp8-test-vector-011 TEST vp8-test-vector-012 TEST vp8-test-vector-013 TEST vp8-test-vector-014 TEST vp8-test-vector-015 TEST vp8-test-vector-016 TEST vp8-test-vector-017 TEST vp8-sign-bias TEST vp8-size-change TEST wavpack-lossless-8bit TEST wavpack-lossless-12bit TEST wavpack-lossless-16bit TEST wavpack-lossless-24bit TEST wavpack-lossless-32bit TEST wavpack-lossless-float TEST wavpack-lossy-8bit TEST wavpack-lossy-16bit TEST wavpack-lossy-24bit TEST wavpack-lossy-32bit TEST wavpack-lossy-float TEST wavpack-channels-monofloat TEST wavpack-channels-monoint TEST wavpack-channels-4.0 TEST wavpack-channels-5.1 TEST wavpack-channels-6.1 TEST wavpack-channels-7.1 TEST wavpack-speed-default TEST wavpack-speed-fast TEST wavpack-speed-high TEST wavpack-speed-vhigh TEST wavpack-clipping TEST wavpack-cuesheet TEST wavpack-falsestereo TEST wavpack-zerolsbs TEST wavpack-matroskamode TEST wavpack-matroska_mux-mono TEST wavpack-matroska_mux-61 TEST wmapro-2ch TEST wmapro-5.1 TEST wmapro-ism TEST wmavoice-7k TEST wmavoice-11k TEST wmavoice-19k TEST wmav1-encode TEST wmav2-encode TEST xvid-custom-matrix TEST xvid-idct TEST alac-16-level-0 TEST alac-16-level-1 TEST alac-16-level-2 TEST alac-16-lpc-orders TEST alac-24-level-0 TEST alac-24-level-1 TEST alac-24-level-2 TEST alac-24-lpc-orders TEST mpeg4-als-conformance-00 Test mpeg4-als-conformance-00 failed. Look at tests/data/fate/mpeg4-als-conformance-00.err for details. make: *** [fate-mpeg4-als-conformance-00] Error 1 TEST mpeg4-als-conformance-01 Test mpeg4-als-conformance-01 failed. Look at tests/data/fate/mpeg4-als-conformance-01.err for details. make: *** [fate-mpeg4-als-conformance-01] Error 1 TEST mpeg4-als-conformance-02 Test mpeg4-als-conformance-02 failed. Look at tests/data/fate/mpeg4-als-conformance-02.err for details. make: *** [fate-mpeg4-als-conformance-02] Error 1 TEST mpeg4-als-conformance-03 Test mpeg4-als-conformance-03 failed. Look at tests/data/fate/mpeg4-als-conformance-03.err for details. make: *** [fate-mpeg4-als-conformance-03] Error 1 TEST mpeg4-als-conformance-04 Test mpeg4-als-conformance-04 failed. Look at tests/data/fate/mpeg4-als-conformance-04.err for details. make: *** [fate-mpeg4-als-conformance-04] Error 1 TEST mpeg4-als-conformance-05 Test mpeg4-als-conformance-05 failed. Look at tests/data/fate/mpeg4-als-conformance-05.err for details. make: *** [fate-mpeg4-als-conformance-05] Error 1 TEST amrnb-4k75 TEST amrnb-5k15 TEST amrnb-5k9 TEST amrnb-6k7 TEST amrnb-7k4 TEST amrnb-7k95 TEST amrnb-10k2 TEST amrnb-12k2 TEST amrwb-6k60 TEST amrwb-8k85 TEST amrwb-12k65 TEST amrwb-14k25 TEST amrwb-15k85 TEST amrwb-18k25 TEST amrwb-19k85 TEST amrwb-23k05 TEST amrwb-23k85 TEST amrwb-23k85-2 TEST dnxhd-mbaff TEST dnxhr-444 TEST dnxhr-12bit TEST dnxhr-parse TEST dnxhr-prefix1 TEST dnxhr-prefix2 TEST dnxhr-prefix3 TEST dnxhr-prefix4 TEST dnxhr-prefix5 TEST hap1 TEST hap5 TEST hapy TEST hap-chunk TEST hapqa-nosnappy-127x71 TEST hapqa-snappy1-127x71 TEST hapqa-snappy16-127x71 TEST hap-alpha-only-nosnappy-128x72 TEST hap-alpha-only-snappy-127x71 TEST dpxparser TEST indeo2-delta TEST indeo2-intra TEST indeo3-1 TEST indeo3-2 TEST mss1-pal TEST mss2-pal TEST mss2-pals TEST mss2-rgb555 TEST mss2-rgb555s TEST mss2-wmv TEST mts2-xesc TEST wmv3-drm-dec TEST wmv3-drm-nodec TEST lossless-monkeysaudio-380-normal TEST lossless-monkeysaudio-380-extrahigh TEST lossless-monkeysaudio-388-normal TEST lossless-monkeysaudio-388-extrahigh TEST lossless-monkeysaudio-389b1-normal TEST lossless-monkeysaudio-389b1-extrahigh TEST lossless-monkeysaudio-391b1-normal TEST lossless-monkeysaudio-391b1-extrahigh TEST lossless-monkeysaudio-392b2-normal TEST lossless-monkeysaudio-392b2-extrahigh TEST lossless-monkeysaudio-394b1-normal TEST lossless-monkeysaudio-394b1-extrahigh TEST lossless-monkeysaudio-399 TEST opus-testvector01 TEST opus-testvector02 TEST opus-testvector03 TEST opus-testvector04 TEST opus-testvector05 TEST opus-testvector06 TEST opus-testvector07 TEST opus-testvector08 TEST opus-testvector09 TEST opus-testvector10 TEST opus-testvector11 TEST opus-testvector12 TEST opus-tron.6ch.tinypkts TEST pixlet-rgb TEST prores-422 TEST prores-422_hq TEST prores-422_lt TEST prores-422_proxy TEST prores-alpha TEST prores-alpha_skip TEST prores-transparency TEST prores-transparency_skip TEST prores-gray TEST qtrle-1bit TEST qtrle-2bit TEST qtrle-4bit Test prores-gray failed. Look at tests/data/fate/prores-gray.err for details. make: *** [fate-prores-gray] Error 1 TEST qtrle-8bit TEST qtrle-16bit TEST qtrle-24bit TEST qtrle-32bit TEST fic-avi TEST fmvc-type1 TEST fmvc-type2 TEST g2m2 TEST g2m3 TEST g2m4 TEST iscc TEST rscc-8bit TEST rscc-16bit TEST rscc-24bit TEST rscc-32bit TEST screenpresso-16bit TEST screenpresso-24bit TEST screenpresso-32bit TEST tdsc TEST tscc2-avi TEST tscc2-mov TEST utvideo_rgb_left TEST utvideo_rgb_median TEST utvideo_rgba_left TEST utvideo_rgba_median TEST utvideo_rgb_int_median TEST utvideo_rgba_gradient TEST utvideo_rgb_int_gradient TEST utvideo_rgba_single_symbol TEST utvideo_yuv420_left TEST utvideo_yuv420_median TEST utvideo_yuv420_int_median TEST utvideo_yuv420_gradient TEST utvideo_yuv420_int_gradient TEST utvideo_yuv422_left TEST utvideo_yuv422_median TEST utvideo_yuv422_int_median TEST utvideo_yuv422_gradient TEST utvideo_yuv422_int_gradient TEST utvideo_yuv444_709_median TEST utvideo_yuv444_709_int_median TEST utvideo_yuv444_709_gradient TEST utvideo_yuv444_709_int_gradient TEST vorbis-encode TEST vorbis-1 TEST vorbis-2 TEST vorbis-3 TEST vorbis-4 TEST vorbis-5 TEST vorbis-6 TEST vorbis-7 TEST vorbis-8 TEST vorbis-9 TEST vorbis-10 TEST vorbis-11 TEST vorbis-12 TEST vorbis-13 TEST vorbis-14 TEST vorbis-15 TEST vorbis-16 TEST vorbis-17 TEST vorbis-18 TEST vorbis-19 TEST vorbis-20 TEST truemotion1-15 TEST truemotion1-24 TEST truemotion2 TEST truemotion2rt-low TEST truemotion2rt-mid TEST truemotion2rt-high TEST vp5 TEST vp7 TEST vp9-00-quantizer-00 TEST vp9-00-quantizer-01 TEST vp9-00-quantizer-02 TEST vp9-00-quantizer-03 TEST vp9-00-quantizer-04 TEST vp9-00-quantizer-05 TEST vp9-00-quantizer-06 TEST vp9-00-quantizer-07 TEST vp9-00-quantizer-08 TEST vp9-00-quantizer-09 TEST vp9-00-quantizer-10 TEST vp9-00-quantizer-11 TEST vp9-00-quantizer-12 TEST vp9-00-quantizer-13 TEST vp9-00-quantizer-14 TEST vp9-00-quantizer-15 TEST vp9-00-quantizer-16 TEST vp9-00-quantizer-17 TEST vp9-00-quantizer-18 TEST vp9-00-quantizer-19 TEST vp9-00-quantizer-20 TEST vp9-00-quantizer-21 TEST vp9-00-quantizer-22 TEST vp9-00-quantizer-23 TEST vp9-00-quantizer-24 TEST vp9-00-quantizer-25 TEST vp9-00-quantizer-26 TEST vp9-00-quantizer-27 TEST vp9-00-quantizer-28 TEST vp9-00-quantizer-29 TEST vp9-00-quantizer-30 TEST vp9-00-quantizer-31 TEST vp9-00-quantizer-32 TEST vp9-00-quantizer-33 TEST vp9-00-quantizer-34 TEST vp9-00-quantizer-35 TEST vp9-00-quantizer-36 TEST vp9-00-quantizer-37 TEST vp9-00-quantizer-38 TEST vp9-00-quantizer-39 TEST vp9-00-quantizer-40 TEST vp9-00-quantizer-41 TEST vp9-00-quantizer-42 TEST vp9-00-quantizer-43 TEST vp9-00-quantizer-44 TEST vp9-00-quantizer-45 TEST vp9-00-quantizer-46 TEST vp9-00-quantizer-47 TEST vp9-00-quantizer-48 TEST vp9-00-quantizer-49 TEST vp9-00-quantizer-50 TEST vp9-00-quantizer-51 TEST vp9-00-quantizer-52 TEST vp9-00-quantizer-53 TEST vp9-00-quantizer-54 TEST vp9-00-quantizer-55 TEST vp9-00-quantizer-56 TEST vp9-00-quantizer-57 TEST vp9-00-quantizer-58 TEST vp9-00-quantizer-59 TEST vp9-00-quantizer-60 TEST vp9-00-quantizer-61 TEST vp9-00-quantizer-62 TEST vp9-00-quantizer-63 TEST vp9-01-sharpness-1 TEST vp9-01-sharpness-2 TEST vp9-01-sharpness-3 TEST vp9-01-sharpness-4 TEST vp9-01-sharpness-5 TEST vp9-01-sharpness-6 TEST vp9-01-sharpness-7 TEST vp9-02-size-08x08 TEST vp9-02-size-08x10 TEST vp9-02-size-08x16 TEST vp9-02-size-08x18 TEST vp9-02-size-08x32 TEST vp9-02-size-08x34 TEST vp9-02-size-08x64 TEST vp9-02-size-08x66 TEST vp9-02-size-10x08 TEST vp9-02-size-10x10 TEST vp9-02-size-10x16 TEST vp9-02-size-10x18 TEST vp9-02-size-10x32 TEST vp9-02-size-10x34 TEST vp9-02-size-10x64 TEST vp9-02-size-10x66 TEST vp9-02-size-16x08 TEST vp9-02-size-16x10 TEST vp9-02-size-16x16 TEST vp9-02-size-16x18 TEST vp9-02-size-16x32 TEST vp9-02-size-16x34 TEST vp9-02-size-16x64 TEST vp9-02-size-16x66 TEST vp9-02-size-18x08 TEST vp9-02-size-18x10 TEST vp9-02-size-18x16 TEST vp9-02-size-18x18 TEST vp9-02-size-18x32 TEST vp9-02-size-18x34 TEST vp9-02-size-18x64 TEST vp9-02-size-18x66 TEST vp9-02-size-32x08 TEST vp9-02-size-32x10 TEST vp9-02-size-32x16 TEST vp9-02-size-32x18 TEST vp9-02-size-32x32 TEST vp9-02-size-32x34 TEST vp9-02-size-32x64 TEST vp9-02-size-32x66 TEST vp9-02-size-34x08 TEST vp9-02-size-34x10 TEST vp9-02-size-34x16 TEST vp9-02-size-34x18 TEST vp9-02-size-34x32 TEST vp9-02-size-34x34 TEST vp9-02-size-34x64 TEST vp9-02-size-34x66 TEST vp9-02-size-64x08 TEST vp9-02-size-64x10 TEST vp9-02-size-64x16 TEST vp9-02-size-64x18 TEST vp9-02-size-64x32 TEST vp9-02-size-64x34 TEST vp9-02-size-64x64 TEST vp9-02-size-64x66 TEST vp9-02-size-66x08 TEST vp9-02-size-66x10 TEST vp9-02-size-66x16 TEST vp9-02-size-66x18 TEST vp9-02-size-66x32 TEST vp9-02-size-66x34 TEST vp9-02-size-66x64 TEST vp9-02-size-66x66 TEST vp9-03-size-196x196 TEST vp9-03-size-196x198 TEST vp9-03-size-196x200 TEST vp9-03-size-196x202 TEST vp9-03-size-196x208 TEST vp9-03-size-196x210 TEST vp9-03-size-196x224 TEST vp9-03-size-196x226 TEST vp9-03-size-198x196 TEST vp9-03-size-198x198 TEST vp9-03-size-198x200 TEST vp9-03-size-198x202 TEST vp9-03-size-198x208 TEST vp9-03-size-198x210 TEST vp9-03-size-198x224 TEST vp9-03-size-198x226 TEST vp9-03-size-200x196 TEST vp9-03-size-200x198 TEST vp9-03-size-200x200 TEST vp9-03-size-200x202 TEST vp9-03-size-200x208 TEST vp9-03-size-200x210 TEST vp9-03-size-200x224 TEST vp9-03-size-200x226 TEST vp9-03-size-202x196 TEST vp9-03-size-202x198 TEST vp9-03-size-202x200 TEST vp9-03-size-202x202 TEST vp9-03-size-202x208 TEST vp9-03-size-202x210 TEST vp9-03-size-202x224 TEST vp9-03-size-202x226 TEST vp9-03-size-208x196 TEST vp9-03-size-208x198 TEST vp9-03-size-208x200 TEST vp9-03-size-208x202 TEST vp9-03-size-208x208 TEST vp9-03-size-208x210 TEST vp9-03-size-208x224 TEST vp9-03-size-208x226 TEST vp9-03-size-210x196 TEST vp9-03-size-210x198 TEST vp9-03-size-210x200 TEST vp9-03-size-210x202 TEST vp9-03-size-210x208 TEST vp9-03-size-210x210 TEST vp9-03-size-210x224 TEST vp9-03-size-210x226 TEST vp9-03-size-224x196 TEST vp9-03-size-224x198 TEST vp9-03-size-224x200 TEST vp9-03-size-224x202 TEST vp9-03-size-224x208 TEST vp9-03-size-224x210 TEST vp9-03-size-224x224 TEST vp9-03-size-224x226 TEST vp9-03-size-226x196 TEST vp9-03-size-226x198 TEST vp9-03-size-226x200 TEST vp9-03-size-226x202 TEST vp9-03-size-226x208 TEST vp9-03-size-226x210 TEST vp9-03-size-226x224 TEST vp9-03-size-226x226 TEST vp9-03-deltaq TEST vp9p1-04-yuv422 TEST vp9p1-04-yuv440 TEST vp9p1-04-yuv444 TEST vp9p2-20-10bit-yuv420 TEST vp9p2-20-12bit-yuv420 TEST vp9p3-20-10bit-yuv422 TEST vp9p3-20-10bit-yuv440 TEST vp9p3-20-10bit-yuv444 TEST vp9p3-20-12bit-yuv422 TEST vp9p3-20-12bit-yuv440 TEST vp9p3-20-12bit-yuv444 TEST vp9-06-bilinear TEST vp9-09-lf_deltas TEST vp9-10-show-existing-frame TEST vp9-10-show-existing-frame2 TEST vp9-15-segkey_adpq TEST vp9-16-intra-only TEST vp9-2pass-akiyo TEST vp9-parallelmode-akiyo TEST vp9-segmentation-aq-akiyo TEST vp9-segmentation-sf-akiyo TEST vp9-tiling-pedestrian TEST vp9-trac3849 TEST vp9-trac4359 TEST vp9-05-resize TEST aac-ct-sbr_i-ps_i.aac TEST aac-al04_44 TEST aac-al04sf_48 Test aac-al04_44 failed. Look at tests/data/fate/aac-al04_44.err for details. make: *** [fate-aac-al04_44] Error 1 TEST aac-al05_44 TEST aac-al06_44 Test aac-al04sf_48 failed. Look at tests/data/fate/aac-al04sf_48.err for details. make: *** [fate-aac-al04sf_48] Error 1 TEST aac-al07_96 Test aac-al05_44 failed. Look at tests/data/fate/aac-al05_44.err for details. make: *** [fate-aac-al05_44] Error 1 TEST aac-al15_44 Test aac-al06_44 failed. Look at tests/data/fate/aac-al06_44.err for details. make: *** [fate-aac-al06_44] Error 1 TEST aac-al17_44 Test aac-al07_96 failed. Look at tests/data/fate/aac-al07_96.err for details. make: *** [fate-aac-al07_96] Error 1 TEST aac-al18_44 Test aac-al15_44 failed. Look at tests/data/fate/aac-al15_44.err for details. make: *** [fate-aac-al15_44] Error 1 TEST aac-am00_88 Test aac-al17_44 failed. Look at tests/data/fate/aac-al17_44.err for details. make: *** [fate-aac-al17_44] Error 1 TEST aac-am05_44 Test aac-al18_44 failed. Look at tests/data/fate/aac-al18_44.err for details. make: *** [fate-aac-al18_44] Error 1 TEST aac-al_sbr_hq_cm_48_2 Test aac-am05_44 failed. Look at tests/data/fate/aac-am05_44.err for details. make: *** [fate-aac-am05_44] Error 1 TEST aac-al_sbr_hq_cm_48_5.1 Test aac-al_sbr_hq_cm_48_2 failed. Look at tests/data/fate/aac-al_sbr_hq_cm_48_2.err for details. make: *** [fate-aac-al_sbr_hq_cm_48_2] Error 1 TEST aac-al_sbr_hq_sr_48_2_fsaac48 Test aac-am00_88 failed. Look at tests/data/fate/aac-am00_88.err for details. make: *** [fate-aac-am00_88] Error 1 TEST aac-al_sbr_ps_04_ur Test aac-al_sbr_hq_cm_48_5.1 failed. Look at tests/data/fate/aac-al_sbr_hq_cm_48_5.1.err for details. make: *** [fate-aac-al_sbr_hq_cm_48_5.1] Error 1 TEST aac-al_sbr_ps_06_ur Test aac-al_sbr_hq_sr_48_2_fsaac48 failed. Look at tests/data/fate/aac-al_sbr_hq_sr_48_2_fsaac48.err for details. make: *** [fate-aac-al_sbr_hq_sr_48_2_fsaac48] Error 1 TEST aac-ap05_48 Test aac-al_sbr_ps_04_ur failed. Look at tests/data/fate/aac-al_sbr_ps_04_ur.err for details. make: *** [fate-aac-al_sbr_ps_04_ur] Error 1 TEST aac-er_ad6000np_44_ep0 Test aac-al_sbr_ps_06_ur failed. Look at tests/data/fate/aac-al_sbr_ps_06_ur.err for details. make: *** [fate-aac-al_sbr_ps_06_ur] Error 1 TEST aac-er_eld1001np_44_ep0 Test aac-ap05_48 failed. Look at tests/data/fate/aac-ap05_48.err for details. make: *** [fate-aac-ap05_48] Error 1 TEST aac-er_eld2000np_48_ep0 Test aac-er_ad6000np_44_ep0 failed. Look at tests/data/fate/aac-er_ad6000np_44_ep0.err for details. make: *** [fate-aac-er_ad6000np_44_ep0] Error 1 TEST aac-er_eld2100np_48_ep0 Test aac-er_eld1001np_44_ep0 failed. Look at tests/data/fate/aac-er_eld1001np_44_ep0.err for details. make: *** [fate-aac-er_eld1001np_44_ep0] Error 1 TEST aac-ct-sbr_bc-ps_i.3gp Test aac-er_eld2000np_48_ep0 failed. Look at tests/data/fate/aac-er_eld2000np_48_ep0.err for details. make: *** [fate-aac-er_eld2000np_48_ep0] Error 1 TEST aac-ct-sbr_bic-ps_i.3gp Test aac-ct-sbr_bc-ps_i.3gp failed. Look at tests/data/fate/aac-ct-sbr_bc-ps_i.3gp.err for details. make: *** [fate-aac-ct-sbr_bc-ps_i.3gp] Error 1 TEST aac-ct-sbr_bc-ps_bc.mp4 Test aac-ct-sbr_bic-ps_i.3gp failed. Look at tests/data/fate/aac-ct-sbr_bic-ps_i.3gp.err for details. make: *** [fate-aac-ct-sbr_bic-ps_i.3gp] Error 1 TEST aac-ct-sbr_bc-ps_i.mp4 Test aac-ct-sbr_bc-ps_bc.mp4 failed. Look at tests/data/fate/aac-ct-sbr_bc-ps_bc.mp4.err for details. make: *** [fate-aac-ct-sbr_bc-ps_bc.mp4] Error 1 TEST aac-ct-sbr_i-ps_bic.mp4 Test aac-er_eld2100np_48_ep0 failed. Look at tests/data/fate/aac-er_eld2100np_48_ep0.err for details. make: *** [fate-aac-er_eld2100np_48_ep0] Error 1 TEST aac-ct-sbr_i-ps_i.mp4 Test aac-ct-sbr_bc-ps_i.mp4 failed. Look at tests/data/fate/aac-ct-sbr_bc-ps_i.mp4.err for details. make: *** [fate-aac-ct-sbr_bc-ps_i.mp4] Error 1 TEST aac-fixed-al04_44 Test aac-ct-sbr_i-ps_i.mp4 failed. Look at tests/data/fate/aac-ct-sbr_i-ps_i.mp4.err for details. make: *** [fate-aac-ct-sbr_i-ps_i.mp4] Error 1 TEST aac-fixed-al05_44 Test aac-ct-sbr_i-ps_bic.mp4 failed. Look at tests/data/fate/aac-ct-sbr_i-ps_bic.mp4.err for details. make: *** [fate-aac-ct-sbr_i-ps_bic.mp4] Error 1 TEST aac-fixed-al06_44 Test aac-fixed-al04_44 failed. Look at tests/data/fate/aac-fixed-al04_44.err for details. make: *** [fate-aac-fixed-al04_44] Error 1 TEST aac-fixed-al15_44 Test aac-fixed-al05_44 failed. Look at tests/data/fate/aac-fixed-al05_44.err for details. make: *** [fate-aac-fixed-al05_44] Error 1 TEST aac-fixed-al17_44 Test aac-fixed-al06_44 failed. Look at tests/data/fate/aac-fixed-al06_44.err for details. make: *** [fate-aac-fixed-al06_44] Error 1 TEST aac-fixed-al18_44 Test aac-fixed-al15_44 failed. Look at tests/data/fate/aac-fixed-al15_44.err for details. make: *** [fate-aac-fixed-al15_44] Error 1 TEST aac-fixed-al_sbr_hq_cm_48_2 Test aac-fixed-al17_44 failed. Look at tests/data/fate/aac-fixed-al17_44.err for details. make: *** [fate-aac-fixed-al17_44] Error 1 TEST aac-fixed-al_sbr_hq_cm_48_5.1 Test aac-fixed-al18_44 failed. Look at tests/data/fate/aac-fixed-al18_44.err for details. make: *** [fate-aac-fixed-al18_44] Error 1 TEST aac-fixed-al_sbr_hq_sr_48_2_fsaac48 Test aac-fixed-al_sbr_hq_cm_48_2 failed. Look at tests/data/fate/aac-fixed-al_sbr_hq_cm_48_2.err for details. make: *** [fate-aac-fixed-al_sbr_hq_cm_48_2] Error 1 TEST aac-fixed-ap05_48 Test aac-fixed-ap05_48 failed. Look at tests/data/fate/aac-fixed-ap05_48.err for details. make: *** [fate-aac-fixed-ap05_48] Error 1 TEST aac-fixed-er_ad6000np_44_ep0 Test aac-fixed-al_sbr_hq_sr_48_2_fsaac48 failed. Look at tests/data/fate/aac-fixed-al_sbr_hq_sr_48_2_fsaac48.err for details. make: *** [fate-aac-fixed-al_sbr_hq_sr_48_2_fsaac48] Error 1 TEST aac-fixed-er_eld1001np_44_ep0 Test aac-fixed-er_ad6000np_44_ep0 failed. Look at tests/data/fate/aac-fixed-er_ad6000np_44_ep0.err for details. make: *** [fate-aac-fixed-er_ad6000np_44_ep0] Error 1 TEST aac-fixed-er_eld2000np_48_ep0 Test aac-fixed-al_sbr_hq_cm_48_5.1 failed. Look at tests/data/fate/aac-fixed-al_sbr_hq_cm_48_5.1.err for details. make: *** [fate-aac-fixed-al_sbr_hq_cm_48_5.1] Error 1 TEST aac-latm_000000001180bc60 Test aac-fixed-er_eld1001np_44_ep0 failed. Look at tests/data/fate/aac-fixed-er_eld1001np_44_ep0.err for details. make: *** [fate-aac-fixed-er_eld1001np_44_ep0] Error 1 TEST aac-latm_stereo_to_51 Test aac-fixed-er_eld2000np_48_ep0 failed. Look at tests/data/fate/aac-fixed-er_eld2000np_48_ep0.err for details. make: *** [fate-aac-fixed-er_eld2000np_48_ep0] Error 1 TEST aac-aref-encode TEST aac-ln-encode TEST aac-ln-encode-128k TEST aac-pns-encode TEST aac-tns-encode TEST aac-is-encode TEST aac-ms-encode TEST aac-yoraw-encode TEST aac-pred-encode TEST aac-autobsf-adtstoasc TEST apng-clock TEST apng-osample TEST binkaudio-dct TEST binkaudio-rdft TEST bmv-audio TEST delphine-cin-audio TEST dolby-e TEST dss-lp TEST dss-sp TEST imc TEST nellymoser GEN tests/data/asynth-16000-1.wav TEST on2avc TEST paf-audio TEST sierra-vmd-audio TEST smacker-audio TEST ws_snd TEST dca-xll_51_16_192_768_0 TEST dca-xll_51_16_192_768_0-dmix_2 TEST dca-xll_51_16_192_768_0-dmix_6 TEST dca-xll_51_16_192_768_1 TEST dca-xll_51_16_192_768_1-dmix_2 TEST dca-xll_51_16_192_768_1-dmix_6 TEST dca-xll_51_24_48_768 TEST dca-xll_51_24_48_768-dmix_2 TEST dca-xll_51_24_48_768-dmix_6 TEST dca-xll_51_24_48_none TEST dca-xll_51_24_48_none-dmix_2 TEST dca-xll_51_24_48_none-dmix_6 TEST dca-xll_71_24_48_768_0 TEST dca-xll_71_24_48_768_0-dmix_2 TEST dca-xll_71_24_48_768_0-dmix_6 TEST dca-xll_71_24_48_768_1 TEST dca-xll_71_24_48_768_1-dmix_2 TEST dca-xll_71_24_48_768_1-dmix_6 TEST dca-xll_71_24_96_768 TEST dca-xll_71_24_96_768-dmix_2 TEST dca-xll_71_24_96_768-dmix_6 TEST dca-xll_x96_51_24_96_1509 TEST dca-xll_x96_51_24_96_1509-dmix_2 TEST dca-xll_x96_51_24_96_1509-dmix_6 TEST dca-xll_xch_61_24_48_768 TEST dca-xll_xch_61_24_48_768-dmix_2 TEST dca-xll_xch_61_24_48_768-dmix_6 TEST dca-core_51_24_48_768_0 TEST dca-core_51_24_48_768_1 TEST dca-x96_51_24_96_1509 TEST dca-x96_xch_61_24_96_3840 TEST dca-x96_xxch_71_24_96_3840 TEST dca-xbr_51_24_48_3840 TEST dca-xbr_xch_61_24_48_3840 TEST dca-xbr_xxch_71_24_48_3840 TEST dca-xch_61_24_48_768 TEST dca-xxch_71_24_48_2046 TEST dca-core_51_24_48_768_1-dmix_2 TEST dca-x96_xxch_71_24_96_3840-dmix_2 TEST dca-x96_xxch_71_24_96_3840-dmix_6 TEST dca-xch_61_24_48_768-dmix_6 TEST dca-core TEST dca-xll TEST dts_es TEST dca-core-bsf TEST avio-direct TEST adts-demux TEST adts-id3v1-demux TEST adts-id3v2-demux TEST adts-id3v2-two-tags-demux TEST aea-demux TEST ast TEST bink-demux TEST bfstm TEST bcstm TEST brstm TEST caf TEST cdxl-demux TEST cine-demux TEST d-cinema-demux TEST d-eavp6-demux TEST fits-demux TEST flv-demux TEST gif-demux TEST iv8-demux TEST jv-demux TEST lmlm4-demux TEST maxis-xa TEST mkv TEST mkv-1242 TEST mlv-demux TEST mov-mp3-demux TEST ts-opus-demux TEST ts-small-demux Test mov-mp3-demux failed. Look at tests/data/fate/mov-mp3-demux.err for details. make: *** [fate-mov-mp3-demux] Error 1 TEST mtv TEST mxf-demux TEST nc-demux TEST nistsphere-demux TEST nsv-demux TEST oggopus-demux TEST oggvp8-demux TEST oma-demux TEST paf-demux TEST pmp-demux TEST rsd-demux TEST redspark-demux TEST psx-str-demux TEST pva-demux TEST qcp-demux TEST redcode-demux TEST siff-demux TEST smjpeg-demux TEST wav-ac3 TEST westwood-aud TEST wtv-demux TEST xmv-demux TEST xwma-demux TEST ts-demux TEST ea-cdata TEST ea-cmv TEST ea-mad TEST ea-tgq TEST ea-tgv-1 TEST ea-tgv-2 TEST ea-tqi TEST fifo-muxer-h264 TEST fifo-muxer-wav TEST filter-owdenoise-sample TEST filter-delogo TEST filter-yadif-mode0 TEST filter-yadif-mode1 TEST filter-yadif10 TEST filter-yadif16 TEST filter-w3fdif-simple TEST filter-w3fdif-complex TEST filter-mcdeint-fast TEST filter-mcdeint-medium TEST filter-codecview-mvs TEST filter-showpalette TEST filter-palettegen-1 TEST filter-palettegen-2 TEST filter-paletteuse-nodither TEST filter-paletteuse-bayer TEST filter-paletteuse-sierra2_4a TEST filter-overlay_yuv420_yuva420 TEST filter-overlay_yuv422_yuva422 TEST filter-overlay_yuv444_yuva444 TEST filter-overlay_rgb_rgba TEST filter-overlay_gbrp_gbrap TEST filter-overlay_yuva420_yuva420 TEST filter-overlay_yuva422_yuva422 TEST filter-overlay_yuva444_yuva444 TEST filter-overlay_rgba_rgba TEST filter-overlay_gbrap_gbrap TEST filter-hqdn3d-sample TEST filter-overlay-dvdsub-2397 TEST filter-hq2x TEST filter-hq3x TEST filter-hq4x TEST filter-2xbr TEST filter-3xbr TEST filter-4xbr TEST filter-curves TEST filter-gradfun-sample TEST filter-fps-cfr TEST filter-fps TEST filter-fps-r TEST filter-refcmp-psnr-rgb TEST filter-refcmp-psnr-yuv TEST filter-refcmp-ssim-rgb TEST filter-refcmp-ssim-yuv TEST fitsdec-ext_data_min_max TEST fitsdec-blank_bitpix32 TEST fitsdec-bitpix-32 TEST fitsdec-bitpix-64 TEST fitsdec-multi TEST fitsdec-gray TEST fitsdec-gbrp TEST fitsdec-gbrp16 TEST fitsdec-gbrap16le TEST fitsenc-gray TEST fitsenc-gray16be TEST fitsenc-gbrp TEST fitsenc-gbrap TEST fitsenc-gbrp16be TEST fitsenc-gbrap16be 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-pxr24-half-uint32-13x9 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 exr-rgb-scanline-b44-uint32 TEST exr-rgb-scanline-pxr24-uint32 TEST exr-rgb-scanline-zip1-half-float-l1-zero-offsets TEST exr-rgb-scanline-half-piz-bw TEST exr-rgb-scanline-half-piz-color TEST exr-rgb-scanline-half-piz-dw-t01 TEST exr-rgb-scanline-float-piz-48x32 TEST exr-rgb-scanline-none-negative-red TEST exr-rgb-b44a-half-negative-4x4 TEST exr-y-tile-zip-half-12x8 TEST exr-y-scanline-zip-half-12x8 TEST exr-rgb-scanline-half-piz-dw-t08 TEST exr-rgba-zip16-16x32-flag4 TEST jpg-12bpp TEST jpg-jfif TEST png-gray8 TEST png-gray16 TEST png-rgb24 TEST png-rgb48 TEST png-rgba TEST png-rgba64 TEST png-ya8 TEST png-ya16 TEST png-int-rgb24 TEST psd-gray8 TEST psd-gray16 TEST psd-rgb24 TEST psd-rgb48 TEST psd-rgba TEST psd-rgba64 TEST psd-ya8 TEST psd-ya16 TEST psd-lena-127x127-rgb24 TEST psd-lena-rgb-rle-127x127-16b TEST psd-lena-rgb-rle-127x127-8b TEST psd-lena-rgba-rle-128x128-8b TEST psd-lena-256c TEST psd-lena-bitmap TEST psd-duo-tone-color 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-rgb-lena-lossless TEST webp-rgb-lena-lossless-rgb24 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-x8intra TEST vc1_sa00040 TEST vc1_sa00050 TEST vc1_sa10091 TEST vc1_sa10143 TEST vc1_sa20021 TEST vc1_ilaced_twomv TEST vc1test_smm0005 TEST vc1test_smm0015 TEST vc1-ism TEST asf-repldata TEST mpegps-remuxed-pcm-demux 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-1 TEST svq3-watermark 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 segment-mp4-to-ts 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-scc TEST sub-aqtitle TEST sub-cc TEST sub-cc-realtime TEST sub-cc-scte20 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-srt-badsyntax TEST sub-stl TEST sub-subviewer1 TEST sub-subviewer TEST sub-vplayer TEST sub-webvtt TEST sub-webvtt2 TEST sub-charenc 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 cfhd-1 TEST cfhd-2 TEST cfhd-3 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 dirac-low-delay 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 magicyuv-y4444i TEST magicyuv-y400i TEST magicyuv-y420 TEST magicyuv-y422i TEST magicyuv-y444 TEST magicyuv-rgba TEST magicyuv-rgb TEST mdec TEST mdec-v3 TEST mimic TEST mjpegb TEST motionpixels TEST mpeg2-field-enc TEST mpeg2-ticket186 TEST mpeg2-ticket6024 TEST mpeg2-ticket6677 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 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 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 TEST ffmpeg-attached_pics TEST ffmpeg-filter_colorkey TEST force_key_frames TEST sub2video TEST rgb24-mkv TEST adtstoasc_ticket3715 TEST h264_mp4toannexb_ticket2991 --- /home/mik/src/ffmpeg/src/tests/ref/fate/h264_mp4toannexb_ticket2991 2018-11-12 11:13:45.225336673 -0800 +++ tests/data/fate/h264_mp4toannexb_ticket2991 2019-04-23 11:44:12.369246762 -0700 @@ -1,127 +0,0 @@ -dba672c154b41414cf26aae967c27eef *tests/data/fate/h264_mp4toannexb_ticket2991.h264 -1985823 tests/data/fate/h264_mp4toannexb_ticket2991.h264 -#extradata 0: 48, 0x47ae0d55 -#tb 0: 1/1200000 -#media_type 0: video -#codec_id 0: h264 -#dimensions 0: 1280x720 -#sar 0: 3/4 -0, 0, 0, 48000, 37127, 0xc125184c -0, 48000, 48000, 40040, 6920, 0x8512361a, F=0x0 -0, 88040, 88040, 40040, 7550, 0x1bc56ed4, F=0x0 -0, 128081, 128081, 40040, 8752, 0xb8c6f0a1, F=0x0 -0, 168121, 168121, 40040, 13022, 0xe36b6255, F=0x0 -0, 208162, 208162, 40040, 12982, 0x7c993297, F=0x0 -0, 248202, 248202, 40040, 13982, 0x24fe5e0f, F=0x0 -0, 288242, 288242, 40040, 13958, 0x9a22230d, F=0x0 -0, 328283, 328283, 40040, 15346, 0xf0f1a59c, F=0x0 -0, 368323, 368323, 40040, 21016, 0x8d061e7f, F=0x0 -0, 408364, 408364, 40040, 14786, 0x7b1e889d, F=0x0 -0, 448404, 448404, 40040, 11917, 0xf7742a9d, F=0x0 -0, 488444, 488444, 40040, 11234, 0x83cbd9fd, F=0x0 -0, 528485, 528485, 40040, 17616, 0xfdf95104, F=0x0 -0, 568525, 568525, 40040, 10689, 0x9633d32b, F=0x0 -0, 608566, 608566, 40040, 45292, 0x66dd2cf6 -0, 648606, 648606, 40040, 20837, 0x051abfab, F=0x0 -0, 688646, 688646, 40040, 21418, 0xe2a59d70, F=0x0 -0, 728687, 728687, 40040, 15643, 0x15cf2cec, F=0x0 -0, 768727, 768727, 40040, 11956, 0x5aef382e, F=0x0 -0, 808768, 808768, 40040, 15393, 0x951dd757, F=0x0 -0, 848808, 848808, 40040, 14839, 0x2d33151c, F=0x0 -0, 888848, 888848, 40040, 14580, 0x2a895aa6, F=0x0 -0, 928889, 928889, 40040, 17571, 0xb3a115f0, F=0x0 -0, 968929, 968929, 40040, 15621, 0x2cc6577d, F=0x0 -0, 1008970, 1008970, 40040, 13653, 0xb6a3ac6e, F=0x0 -0, 1049010, 1049010, 40040, 16274, 0xe8b9b09d, F=0x0 -0, 1089050, 1089050, 40040, 13130, 0xcbb6bb8e, F=0x0 -0, 1129091, 1129091, 40040, 16180, 0x5d188a7a, F=0x0 -0, 1169131, 1169131, 40040, 14961, 0x9ff2f463, F=0x0 -0, 1209172, 1209172, 40040, 54297, 0xf98d30ed -0, 1249212, 1249212, 40040, 11500, 0x8c4852c9, F=0x0 -0, 1289252, 1289252, 40040, 12065, 0xfb7954c3, F=0x0 -0, 1329293, 1329293, 40040, 12532, 0xf0a935d3, F=0x0 -0, 1369333, 1369333, 40040, 16284, 0xc5c18561, F=0x0 -0, 1409374, 1409374, 40040, 17657, 0x08ce58cc, F=0x0 -0, 1449414, 1449414, 40040, 21336, 0xd0965202, F=0x0 -0, 1489454, 1489454, 40040, 18549, 0x9e9a42ef, F=0x0 -0, 1529495, 1529495, 40040, 14351, 0xa864d2be, F=0x0 -0, 1569535, 1569535, 40040, 15205, 0x5bd7b98e, F=0x0 -0, 1609576, 1609576, 40040, 18040, 0x287af301, F=0x0 -0, 1649616, 1649616, 40040, 15917, 0x2db52580, F=0x0 -0, 1689656, 1689656, 40040, 13250, 0xfed0deb8, F=0x0 -0, 1729697, 1729697, 40040, 13360, 0xbf92d476, F=0x0 -0, 1769737, 1769737, 40040, 11749, 0x3041eaf1, F=0x0 -0, 1809778, 1809778, 40040, 23998, 0xee87d5c4 -0, 1849818, 1849818, 40040, 16065, 0xe8f715b7, F=0x0 -0, 1889858, 1889858, 40040, 16441, 0x0a4e060f, F=0x0 -0, 1929899, 1929899, 40040, 17395, 0xa8edecc2, F=0x0 -0, 1969939, 1969939, 40040, 22295, 0xd5173c68, F=0x0 -0, 2009980, 2009980, 40040, 22778, 0xf5e522ce, F=0x0 -0, 2050020, 2050020, 40040, 20590, 0x2fd6b2ca, F=0x0 -0, 2090060, 2090060, 40040, 19937, 0xe109dda5, F=0x0 -0, 2130101, 2130101, 40040, 23833, 0xd12691cb, F=0x0 -0, 2170141, 2170141, 40040, 17969, 0x9baad67a, F=0x0 -0, 2210182, 2210182, 40040, 16645, 0x53fb3099, F=0x0 -0, 2250222, 2250222, 40040, 15307, 0xbc5bac8d, F=0x0 -0, 2290262, 2290262, 40040, 13748, 0xed26aeb4, F=0x0 -0, 2330303, 2330303, 40040, 15092, 0x3c983538, F=0x0 -0, 2370343, 2370343, 40040, 14636, 0x9b278a6c, F=0x0 -0, 2410384, 2410384, 40040, 29135, 0x0a34be18 -0, 2450424, 2450424, 40040, 10232, 0x5408e15b, F=0x0 -0, 2490464, 2490464, 40040, 9769, 0xc93cb7f9, F=0x0 -0, 2530505, 2530505, 40040, 14454, 0x45230dbe, F=0x0 -0, 2570545, 2570545, 40040, 14481, 0x4e111562, F=0x0 -0, 2610586, 2610586, 40040, 13439, 0x0e096eeb, F=0x0 -0, 2650626, 2650626, 40040, 13543, 0xc24569d9, F=0x0 -0, 2690666, 2690666, 40040, 16012, 0x81543332, F=0x0 -0, 2730707, 2730707, 40040, 15769, 0x2ddfa189, F=0x0 -0, 2770747, 2770747, 40040, 14208, 0x1379add2, F=0x0 -0, 2810788, 2810788, 40040, 11479, 0xdfc14b55, F=0x0 -0, 2850828, 2850828, 40040, 11130, 0x0ab5959b, F=0x0 -0, 2890868, 2890868, 40040, 14801, 0x40bae016, F=0x0 -0, 2930909, 2930909, 40040, 17303, 0x9ce1fd31, F=0x0 -0, 2970949, 2970949, 40040, 17678, 0x9bd66141, F=0x0 -0, 3010990, 3010990, 40040, 48673, 0x44b6ce46 -0, 3051030, 3051030, 40040, 11894, 0x12e1fece, F=0x0 -0, 3091070, 3091070, 40040, 16514, 0xc57aed05, F=0x0 -0, 3131111, 3131111, 40040, 13044, 0x61914fa0, F=0x0 -0, 3171151, 3171151, 40040, 16155, 0xb46c958a, F=0x0 -0, 3211192, 3211192, 40040, 12950, 0xa676f605, F=0x0 -0, 3251232, 3251232, 40040, 17870, 0x7a5aa03a, F=0x0 -0, 3291272, 3291272, 40040, 13192, 0x3c9e9d99, F=0x0 -0, 3331313, 3331313, 40040, 25559, 0x93e0becb, F=0x0 -0, 3371353, 3371353, 40040, 14695, 0x19ace95a, F=0x0 -0, 3411394, 3411394, 40040, 15484, 0x6e3bd0d2, F=0x0 -0, 3451434, 3451434, 40040, 17096, 0x2fd93b48, F=0x0 -0, 3491474, 3491474, 40040, 12208, 0x81a587c0, F=0x0 -0, 3531515, 3531515, 40040, 14709, 0x5dffbe04, F=0x0 -0, 3571555, 3571555, 40040, 14390, 0xbfd1e041, F=0x0 -0, 3611596, 3611596, 40040, 37237, 0xfa9a24b1 -0, 3651636, 3651636, 40040, 14056, 0x24714c7c, F=0x0 -0, 3691676, 3691676, 40040, 19438, 0x0c50dcd5, F=0x0 -0, 3731717, 3731717, 40040, 21728, 0x7eea4a11, F=0x0 -0, 3771757, 3771757, 40040, 17966, 0xac7ac988, F=0x0 -0, 3811798, 3811798, 40040, 14868, 0x0eecb1be, F=0x0 -0, 3851838, 3851838, 40040, 15608, 0x1449377e, F=0x0 -0, 3891878, 3891878, 40040, 12484, 0xc9881139, F=0x0 -0, 3931919, 3931919, 40040, 18226, 0xdcda8dfa, F=0x0 -0, 3971959, 3971959, 40040, 19199, 0xe7ea4c92, F=0x0 -0, 4012000, 4012000, 40040, 19042, 0xa5ade66f, F=0x0 -0, 4052040, 4052040, 40040, 15662, 0x19ac319a, F=0x0 -0, 4092080, 4092080, 40040, 16878, 0x98efbae2, F=0x0 -0, 4132121, 4132121, 40040, 14685, 0x1bf78d65, F=0x0 -0, 4172161, 4172161, 40040, 13127, 0x0b91881d, F=0x0 -0, 4212202, 4212202, 40040, 29391, 0x0955ed6b -0, 4252242, 4252242, 40040, 12576, 0xe9845ded, F=0x0 -0, 4292282, 4292282, 40040, 12599, 0x96a79ab8, F=0x0 -0, 4332323, 4332323, 40040, 16134, 0xb4c36d3f, F=0x0 -0, 4372363, 4372363, 40040, 15630, 0x33f65a2e, F=0x0 -0, 4412404, 4412404, 40040, 13087, 0xb4b3886d, F=0x0 -0, 4452444, 4452444, 40040, 10728, 0xbffd10fa, F=0x0 -0, 4492484, 4492484, 40040, 10353, 0xccfe3506, F=0x0 -0, 4532525, 4532525, 40040, 9534, 0xd42083f5, F=0x0 -0, 4572565, 4572565, 40040, 12641, 0x93e8abbd, F=0x0 -0, 4612606, 4612606, 40040, 11198, 0x6a9de1fb, F=0x0 -0, 4652646, 4652646, 40040, 15572, 0xd6cb6c4b, F=0x0 -0, 4692686, 4692686, 40040, 12072, 0x8928b77f, F=0x0 -0, 4732727, 4732727, 40040, 19172, 0x549b6b87, F=0x0 Test h264_mp4toannexb_ticket2991 failed. Look at tests/data/fate/h264_mp4toannexb_ticket2991.err for details. make: *** [fate-h264_mp4toannexb_ticket2991] Error 1 TEST h264_mp4toannexb_ticket5927 Test adtstoasc_ticket3715 failed. Look at tests/data/fate/adtstoasc_ticket3715.err for details. make: *** [fate-adtstoasc_ticket3715] Error 1 TEST h264_mp4toannexb_ticket5927_2 TEST ffmpeg-bsf-remove-k --- /home/mik/src/ffmpeg/src/tests/ref/fate/h264_mp4toannexb_ticket5927 2018-11-12 11:13:45.225336673 -0800 +++ tests/data/fate/h264_mp4toannexb_ticket5927 2019-04-23 11:44:22.178303763 -0700 @@ -1,21 +0,0 @@ -562487bfea635cdadbc23d390322b589 *tests/data/fate/h264_mp4toannexb_ticket5927.h264 -595585 tests/data/fate/h264_mp4toannexb_ticket5927.h264 -#extradata 0: 34, 0x8df608f8 -#tb 0: 1/1200000 -#media_type 0: video -#codec_id 0: h264 -#dimensions 0: 1920x1080 -#sar 0: 0/1 -0, -48000, -9223372036854775808, 48000, 247994, 0x2e1e21ea -0, 0, -9223372036854775808, 48000, 43354, 0xa05dca6f, F=0x0 -0, 48000, -9223372036854775808, 48000, 11423, 0x5e8086dd, F=0x0 -0, 96000, -9223372036854775808, 48000, 50798, 0x145fbe4f, F=0x0 -0, 144000, -9223372036854775808, 48000, 12567, 0x1e3d5304, F=0x0 -0, 192000, -9223372036854775808, 48000, 52444, 0x1a6c1a64, F=0x0 -0, 240000, -9223372036854775808, 48000, 12575, 0x2fff484b, F=0x0 -0, 288000, -9223372036854775808, 48000, 54025, 0xb3bf0ce6, F=0x0 -0, 336000, -9223372036854775808, 48000, 13539, 0xfdb16c57, F=0x0 -0, 384000, -9223372036854775808, 48000, 54483, 0xefead99f, F=0x0 -0, 432000, -9223372036854775808, 48000, 13705, 0x23cd27e8, F=0x0 -0, 480000, -9223372036854775808, 48000, 22308, 0x4093b5af, F=0x0 -0, 528000, -9223372036854775808, 48000, 6370, 0x96c12aa1 Test h264_mp4toannexb_ticket5927 failed. Look at tests/data/fate/h264_mp4toannexb_ticket5927.err for details. make: *** [fate-h264_mp4toannexb_ticket5927] Error 1 TEST ffmpeg-bsf-remove-r --- /home/mik/src/ffmpeg/src/tests/ref/fate/h264_mp4toannexb_ticket5927_2 2018-11-12 11:13:45.225336673 -0800 +++ tests/data/fate/h264_mp4toannexb_ticket5927_2 2019-04-23 11:44:22.678255700 -0700 @@ -1,21 +0,0 @@ -562487bfea635cdadbc23d390322b589 *tests/data/fate/h264_mp4toannexb_ticket5927_2.h264 -595585 tests/data/fate/h264_mp4toannexb_ticket5927_2.h264 -#extradata 0: 34, 0x8df608f8 -#tb 0: 1/1200000 -#media_type 0: video -#codec_id 0: h264 -#dimensions 0: 1920x1080 -#sar 0: 0/1 -0, -48000, -9223372036854775808, 48000, 247994, 0x2e1e21ea -0, 0, -9223372036854775808, 48000, 43354, 0xa05dca6f, F=0x0 -0, 48000, -9223372036854775808, 48000, 11423, 0x5e8086dd, F=0x0 -0, 96000, -9223372036854775808, 48000, 50798, 0x145fbe4f, F=0x0 -0, 144000, -9223372036854775808, 48000, 12567, 0x1e3d5304, F=0x0 -0, 192000, -9223372036854775808, 48000, 52444, 0x1a6c1a64, F=0x0 -0, 240000, -9223372036854775808, 48000, 12575, 0x2fff484b, F=0x0 -0, 288000, -9223372036854775808, 48000, 54025, 0xb3bf0ce6, F=0x0 -0, 336000, -9223372036854775808, 48000, 13539, 0xfdb16c57, F=0x0 -0, 384000, -9223372036854775808, 48000, 54483, 0xefead99f, F=0x0 -0, 432000, -9223372036854775808, 48000, 13705, 0x23cd27e8, F=0x0 -0, 480000, -9223372036854775808, 48000, 22308, 0x4093b5af, F=0x0 -0, 528000, -9223372036854775808, 48000, 6370, 0x96c12aa1 Test h264_mp4toannexb_ticket5927_2 failed. Look at tests/data/fate/h264_mp4toannexb_ticket5927_2.err for details. make: *** [fate-h264_mp4toannexb_ticket5927_2] Error 1 TEST ffmpeg-bsf-remove-e TEST copy-trac3074 TEST copy-trac236 TEST copy-trac4914 TEST copy-trac4914-avi TEST copy-trac2211-avi TEST limited_input_seek TEST limited_input_seek-copyts TEST copy-psp TEST time_base TEST hapqa-extract-snappy1-to-hapq --- /home/mik/src/ffmpeg/src/tests/ref/fate/copy-psp 2018-11-12 11:13:45.095349273 -0800 +++ tests/data/fate/copy-psp 2019-04-23 11:45:09.903715517 -0700 @@ -1,288 +0,0 @@ -65a177552e03123c9a62ddb942970d05 *tests/data/fate/copy-psp.psp -2041445 tests/data/fate/copy-psp.psp -#extradata 0: 51, 0xaf6d1012 -#extradata 1: 2, 0x00b200a1 -#tb 0: 1/90000 -#media_type 0: video -#codec_id 0: h264 -#dimensions 0: 1280x720 -#sar 0: 3/4 -#tb 1: 1/48000 -#media_type 1: audio -#codec_id 1: aac -#sample_rate 1: 48000 -#channel_layout 1: 3 -#channel_layout_name 1: stereo -0, 0, 0, 3003, 37084, 0x021a0d3f -1, 0, 0, 1024, 10, 0x0e270398 -1, 1024, 1024, 1025, 10, 0x0f4703b8 -0, 3003, 3003, 3003, 6925, 0x011b3822, F=0x0 -1, 2049, 2049, 1023, 334, 0x2675a55f -1, 3072, 3072, 1024, 230, 0xae3f7159 -0, 6006, 6006, 3003, 7555, 0x1bca7055, F=0x0 -1, 4096, 4096, 1025, 262, 0x76e98657 -0, 9009, 9009, 3003, 8757, 0x3a20f1d9, F=0x0 -1, 5121, 5121, 1023, 233, 0x262577fd -1, 6144, 6144, 1024, 233, 0x75ab73c7 -0, 12012, 12012, 3003, 13027, 0x40e3644b, F=0x0 -1, 7168, 7168, 1025, 236, 0x701e7571 -0, 15015, 15015, 3003, 12987, 0x41133465, F=0x0 -1, 8193, 8193, 1023, 245, 0x09cd77dd -1, 9216, 9216, 1024, 231, 0xa9cb7094 -0, 18018, 18018, 3003, 13987, 0x362d60c8, F=0x0 -1, 10240, 10240, 1025, 245, 0xc99d7a23 -0, 21021, 21021, 3003, 13963, 0x9b1124af, F=0x0 -1, 11265, 11265, 1023, 243, 0xbeeb7935 -1, 12288, 12288, 1024, 238, 0xe4bd7cf5 -0, 24024, 24024, 3003, 15351, 0xd21aa7af, F=0x0 -1, 13312, 13312, 1025, 238, 0x7e9b75d8 -1, 14337, 14337, 1023, 246, 0x49147fd8 -0, 27027, 27027, 3003, 21021, 0x9df020ce, F=0x0 -1, 15360, 15360, 1024, 246, 0x5a317584 -0, 30030, 30030, 3003, 14791, 0x8bee8b7d, F=0x0 -1, 16384, 16384, 1025, 231, 0xfcb075e9 -1, 17409, 17409, 1023, 232, 0xf3136bef -0, 33033, 33033, 3003, 11922, 0x0b362d3d, F=0x0 -1, 18432, 18432, 1024, 237, 0xab837892 -0, 36036, 36036, 3003, 11239, 0x77fddbf0, F=0x0 -1, 19456, 19456, 1025, 232, 0x317c7568 -1, 20481, 20481, 1023, 234, 0x904a79bc -0, 39039, 39039, 3003, 17621, 0xcb0a52fe, F=0x0 -1, 21504, 21504, 1024, 237, 0x28ec7ac7 -0, 42042, 42042, 3003, 10694, 0xc6b4d5fa, F=0x0 -1, 22528, 22528, 1025, 234, 0x1fd2755e -1, 23553, 23553, 1023, 229, 0xdcaa78d0 -0, 45045, 45045, 3003, 45249, 0x6f6421ee -1, 24576, 24576, 1024, 238, 0xfaf673bc -1, 25600, 25600, 1025, 236, 0x16867d24 -0, 48048, 48048, 3003, 20842, 0x6521c147, F=0x0 -1, 26625, 26625, 1023, 238, 0x6ee87de7 -0, 51051, 51051, 3003, 21423, 0x7a01a052, F=0x0 -1, 27648, 27648, 1024, 234, 0xf4ee6df3 -1, 28672, 28672, 1025, 235, 0xe7b8777f -0, 54054, 54054, 3003, 15648, 0x6dfd2f29, F=0x0 -1, 29697, 29697, 1023, 236, 0x8c367282 -0, 57057, 57057, 3003, 11961, 0x971439f6, F=0x0 -1, 30720, 30720, 1024, 239, 0x3be87756 -1, 31744, 31744, 1025, 243, 0x1bbb727b -0, 60060, 60060, 3003, 15398, 0x93edd999, F=0x0 -1, 32769, 32769, 1023, 242, 0xb1c7746f -0, 63063, 63063, 3003, 14844, 0x83811831, F=0x0 -1, 33792, 33792, 1024, 237, 0xe1c97add -1, 34816, 34816, 1025, 235, 0xce716f9a -0, 66066, 66066, 3003, 14585, 0xdd855cb8, F=0x0 -1, 35841, 35841, 1023, 237, 0x15697576 -0, 69069, 69069, 3003, 17576, 0xb7f618bc, F=0x0 -1, 36864, 36864, 1024, 237, 0x177c730f -1, 37888, 37888, 1025, 236, 0x247b6cb5 -0, 72072, 72072, 3003, 15626, 0x3dcd59a4, F=0x0 -1, 38913, 38913, 1023, 241, 0x04b673d0 -1, 39936, 39936, 1024, 235, 0x8f037097 -0, 75075, 75075, 3003, 13658, 0xdfccadde, F=0x0 -1, 40960, 40960, 1025, 240, 0x2fc37000 -0, 78078, 78078, 3003, 16279, 0x280fb353, F=0x0 -1, 41985, 41985, 1023, 241, 0xd6647dd4 -1, 43008, 43008, 1024, 258, 0xf0d9812d -0, 81081, 81081, 3003, 13135, 0xa20abdf0, F=0x0 -1, 44032, 44032, 1025, 238, 0x79e776e7 -0, 84084, 84084, 3003, 16185, 0x81148bd3, F=0x0 -1, 45057, 45057, 1023, 237, 0x12837273 -1, 46080, 46080, 1024, 236, 0xe53779a7 -0, 87087, 87087, 3003, 14966, 0xe8e6f6f3, F=0x0 -1, 47104, 47104, 1025, 235, 0xbe2f6f0e -0, 90090, 90090, 3003, 54254, 0x1a7c2635 -1, 48129, 48129, 1023, 238, 0x61757449 -1, 49152, 49152, 1024, 234, 0x7e006ec2 -0, 93093, 93093, 3003, 11505, 0xb40d54c7, F=0x0 -1, 50176, 50176, 1025, 235, 0xb0f46927 -1, 51201, 51201, 1023, 237, 0x8db2767a -0, 96096, 96096, 3003, 12070, 0x802756f8, F=0x0 -1, 52224, 52224, 1024, 236, 0x8708775a -0, 99099, 99099, 3003, 12537, 0x2b4038dc, F=0x0 -1, 53248, 53248, 1025, 238, 0xe3437a1b -1, 54273, 54273, 1023, 233, 0x6a66725d -0, 102102, 102102, 3003, 16289, 0xb5428821, F=0x0 -1, 55296, 55296, 1024, 231, 0xb24f7340 -0, 105105, 105105, 3003, 17662, 0x44585aef, F=0x0 -1, 56320, 56320, 1025, 243, 0x8fb17a7f -1, 57345, 57345, 1023, 240, 0x961f7d8e -0, 108108, 108108, 3003, 21341, 0xbd485492, F=0x0 -1, 58368, 58368, 1024, 240, 0x57937425 -0, 111111, 111111, 3003, 18554, 0xafb64591, F=0x0 -1, 59392, 59392, 1025, 238, 0x09907666 -1, 60417, 60417, 1023, 239, 0x0bda830f -0, 114114, 114114, 3003, 14356, 0xdee7d3eb, F=0x0 -1, 61440, 61440, 1024, 237, 0x57c07b31 -0, 117117, 117117, 3003, 15210, 0x0528bb14, F=0x0 -1, 62464, 62464, 1025, 232, 0x6a466fca -1, 63489, 63489, 1023, 233, 0x8f4b6baa -0, 120120, 120120, 3003, 18045, 0xdaddf4a5, F=0x0 -1, 64512, 64512, 1024, 227, 0x1b696c9c -1, 65536, 65536, 1025, 236, 0xe01d7262 -0, 123123, 123123, 3003, 15922, 0xc29b27d0, F=0x0 -1, 66561, 66561, 1023, 240, 0xcd0e782e -0, 126126, 126126, 3003, 13255, 0xb0b0e093, F=0x0 -1, 67584, 67584, 1024, 236, 0x042e7b88 -1, 68608, 68608, 1025, 238, 0xe2c47768 -0, 129129, 129129, 3003, 13365, 0xad86d6bf, F=0x0 -1, 69633, 69633, 1023, 236, 0x0ed47796 -0, 132132, 132132, 3003, 11754, 0x7d06ede8, F=0x0 -1, 70656, 70656, 1024, 239, 0x7371757e -1, 71680, 71680, 1025, 234, 0x2096752e -0, 135135, 135135, 3003, 23955, 0xd21cca3b -1, 72705, 72705, 1023, 233, 0x59e777fb -0, 138138, 138138, 3003, 16070, 0x74b2169d, F=0x0 -1, 73728, 73728, 1024, 239, 0x1c6470ba -1, 74752, 74752, 1025, 236, 0xfe806da3 -0, 141141, 141141, 3003, 16446, 0x3495076e, F=0x0 -1, 75777, 75777, 1023, 240, 0x2ad1718a -1, 76800, 76800, 1024, 236, 0x04b07e50 -0, 144144, 144144, 3003, 17400, 0x1cc3efdd, F=0x0 -1, 77824, 77824, 1025, 236, 0x77ad6f0e -0, 147147, 147147, 3003, 22300, 0x32a03fba, F=0x0 -1, 78849, 78849, 1023, 241, 0x94927537 -1, 79872, 79872, 1024, 235, 0x629a6fbd -0, 150150, 150150, 3003, 22783, 0xef212506, F=0x0 -1, 80896, 80896, 1025, 239, 0x09f679a2 -0, 153153, 153153, 3003, 20595, 0xb2f4b56d, F=0x0 -1, 81921, 81921, 1023, 237, 0xa36474d5 -1, 82944, 82944, 1024, 235, 0xd26a70e7 -0, 156156, 156156, 3003, 19942, 0x0c4ce0b8, F=0x0 -1, 83968, 83968, 1025, 238, 0xd95d71d9 -0, 159159, 159159, 3003, 23838, 0xc50f9426, F=0x0 -1, 84993, 84993, 1023, 237, 0x11ee7f87 -1, 86016, 86016, 1024, 239, 0x40127652 -0, 162162, 162162, 3003, 17974, 0xa878d8d6, F=0x0 -1, 87040, 87040, 1025, 233, 0x58757456 -1, 88065, 88065, 1023, 242, 0xff5f76f7 -0, 165165, 165165, 3003, 16650, 0x122b32c4, F=0x0 -1, 89088, 89088, 1024, 238, 0x15c173c8 -0, 168168, 168168, 3003, 15312, 0x133aae79, F=0x0 -1, 90112, 90112, 1025, 238, 0x140f79ba -1, 91137, 91137, 1023, 233, 0xde9b769c -0, 171171, 171171, 3003, 13753, 0xdb58b083, F=0x0 -1, 92160, 92160, 1024, 237, 0x0d9979a0 -0, 174174, 174174, 3003, 15097, 0x63ff384b, F=0x0 -1, 93184, 93184, 1025, 238, 0x87bf77a9 -1, 94209, 94209, 1023, 239, 0x1a197e12 -0, 177177, 177177, 3003, 14641, 0xafe08cb6, F=0x0 -1, 95232, 95232, 1024, 239, 0x22ef7995 -0, 180180, 180180, 3003, 29092, 0x0b42b3b3 -1, 96256, 96256, 1025, 234, 0xd4a9794c -1, 97281, 97281, 1023, 234, 0x61377aea -0, 183183, 183183, 3003, 10237, 0x505be360, F=0x0 -1, 98304, 98304, 1024, 230, 0x6c9e7294 -0, 186186, 186186, 3003, 9774, 0xbf14ba2d, F=0x0 -1, 99328, 99328, 1025, 237, 0x6caa7b23 -1, 100353, 100353, 1023, 237, 0x42196ff8 -0, 189189, 189189, 3003, 14459, 0x4dcb0f52, F=0x0 -1, 101376, 101376, 1024, 238, 0xbb96743d -1, 102400, 102400, 1025, 236, 0x4e5f7b52 -0, 192192, 192192, 3003, 14486, 0xe1151810, F=0x0 -1, 103425, 103425, 1023, 238, 0x2d1878af -0, 195195, 195195, 3003, 13444, 0x95487183, F=0x0 -1, 104448, 104448, 1024, 237, 0x42077cd4 -1, 105472, 105472, 1025, 238, 0x34d473fe -0, 198198, 198198, 3003, 13548, 0x98376bda, F=0x0 -1, 106497, 106497, 1023, 237, 0xe3a675fd -0, 201201, 201201, 3003, 16017, 0xeacb35e1, F=0x0 -1, 107520, 107520, 1024, 237, 0xf23d7e4e -1, 108544, 108544, 1025, 237, 0xaeb47b4a -0, 204204, 204204, 3003, 15774, 0x9178a444, F=0x0 -1, 109569, 109569, 1023, 233, 0xd73c7d0b -0, 207207, 207207, 3003, 14213, 0xfbafb06e, F=0x0 -1, 110592, 110592, 1024, 231, 0x82fb7b39 -1, 111616, 111616, 1025, 237, 0x877d7830 -0, 210210, 210210, 3003, 11484, 0xdcfb4d3e, F=0x0 -1, 112641, 112641, 1023, 238, 0xa6687f78 -1, 113664, 113664, 1024, 235, 0x9d2b704d -0, 213213, 213213, 3003, 11135, 0x63539825, F=0x0 -1, 114688, 114688, 1025, 230, 0x0c5a710a -0, 216216, 216216, 3003, 14806, 0xa838e206, F=0x0 -1, 115713, 115713, 1023, 237, 0x728a7284 -1, 116736, 116736, 1024, 234, 0x524b7789 -0, 219219, 219219, 3003, 17308, 0x5e7bfef1, F=0x0 -1, 117760, 117760, 1025, 239, 0x70087c21 -0, 222222, 222222, 3003, 17683, 0x570a6478, F=0x0 -1, 118785, 118785, 1023, 236, 0x1de97b11 -1, 119808, 119808, 1024, 234, 0x8d3f7965 -0, 225225, 225225, 3003, 48630, 0x069ec47f -1, 120832, 120832, 1025, 242, 0xe5337919 -0, 228228, 228228, 3003, 11899, 0x16270166, F=0x0 -1, 121857, 121857, 1023, 249, 0xed1373a5 -1, 122880, 122880, 1024, 236, 0xca247541 -0, 231231, 231231, 3003, 16519, 0xb620f0ab, F=0x0 -1, 123904, 123904, 1025, 236, 0x289a7798 -0, 234234, 234234, 3003, 13049, 0x051f52ab, F=0x0 -1, 124929, 124929, 1023, 240, 0xf1fe79fc -1, 125952, 125952, 1024, 248, 0xc5348476 -0, 237237, 237237, 3003, 16160, 0xa21297c9, F=0x0 -1, 126976, 126976, 1025, 235, 0x4f897046 -1, 128001, 128001, 1023, 235, 0x7efc7af0 -0, 240240, 240240, 3003, 12955, 0xbf92f7b3, F=0x0 -1, 129024, 129024, 1024, 235, 0x8d66780b -0, 243243, 243243, 3003, 17875, 0x61b5a332, F=0x0 -1, 130048, 130048, 1025, 236, 0x88cd7684 -1, 131073, 131073, 1023, 235, 0xdd60709c -0, 246246, 246246, 3003, 13197, 0xba0da039, F=0x0 -1, 132096, 132096, 1024, 240, 0x140578ee -0, 249249, 249249, 3003, 25564, 0x2aefc1ea, F=0x0 -1, 133120, 133120, 1025, 235, 0xc24579e0 -1, 134145, 134145, 1023, 233, 0xce1f7302 -0, 252252, 252252, 3003, 14700, 0x0452ebdf, F=0x0 -1, 135168, 135168, 1024, 233, 0x0aab7986 -0, 255255, 255255, 3003, 15489, 0x6b3ad36f, F=0x0 -1, 136192, 136192, 1025, 237, 0xb0c172fe -1, 137217, 137217, 1023, 232, 0x95847212 -0, 258258, 258258, 3003, 17101, 0x8be63e37, F=0x0 -1, 138240, 138240, 1024, 234, 0x780975bc -1, 139264, 139264, 1025, 239, 0xf12a7d34 -0, 261261, 261261, 3003, 12213, 0xcef78985, F=0x0 -1, 140289, 140289, 1023, 240, 0x7a6d76ee -0, 264264, 264264, 3003, 14714, 0x8b5cc097, F=0x0 -1, 141312, 141312, 1024, 233, 0xec837905 -1, 142336, 142336, 1025, 237, 0xc8ed6f24 -0, 267267, 267267, 3003, 14395, 0xba7fe195, F=0x0 -1, 143361, 143361, 1023, 237, 0xbeb87cd3 -0, 270270, 270270, 3003, 37194, 0x1c341a12 -1, 144384, 144384, 1024, 232, 0xc80a741c -1, 145408, 145408, 1025, 235, 0x94f07b00 -0, 273273, 273273, 3003, 14061, 0xa5c14f7f, F=0x0 -1, 146433, 146433, 1023, 238, 0x24ca7cb4 -0, 276276, 276276, 3003, 19443, 0xa7bbdef4, F=0x0 -1, 147456, 147456, 1024, 236, 0x43387d99 -1, 148480, 148480, 1025, 236, 0x8766772f -0, 279279, 279279, 3003, 21733, 0xdad44c2b, F=0x0 -1, 149505, 149505, 1023, 235, 0xc4d77369 -1, 150528, 150528, 1024, 234, 0x8f817237 -0, 282282, 282282, 3003, 17971, 0x7deccbe1, F=0x0 -1, 151552, 151552, 1025, 234, 0xc5337464 -0, 285285, 285285, 3003, 14873, 0x617fb3f1, F=0x0 -1, 152577, 152577, 1023, 238, 0x0fdc7b4f -1, 153600, 153600, 1024, 234, 0x0ca08072 -0, 288288, 288288, 3003, 15613, 0x8a293998, F=0x0 -1, 154624, 154624, 1025, 234, 0xa08f77cc -0, 291291, 291291, 3003, 12489, 0xbfba1313, F=0x0 -1, 155649, 155649, 1023, 231, 0xab257042 -0, 294294, 294294, 3003, 18231, 0xaaaa9157, F=0x0 -0, 297297, 297297, 3003, 19204, 0x18c54ec1, F=0x0 -0, 300300, 300300, 3003, 19047, 0x6cb3e900, F=0x0 -0, 303303, 303303, 3003, 15667, 0x74e133ea, F=0x0 -0, 306306, 306306, 3003, 16883, 0x39acbcf7, F=0x0 -0, 309309, 309309, 3003, 14690, 0xa8788fe0, F=0x0 -0, 312312, 312312, 3003, 13132, 0xe8958b7b, F=0x0 -0, 315315, 315315, 3003, 29348, 0x54bfe307 -0, 318318, 318318, 3003, 12581, 0x19e56122, F=0x0 -0, 321321, 321321, 3003, 12604, 0xec0d9d05, F=0x0 -0, 324324, 324324, 3003, 16139, 0x3a6c6f69, F=0x0 -0, 327327, 327327, 3003, 15635, 0x1d295c5e, F=0x0 -0, 330330, 330330, 3003, 13092, 0xd95889a5, F=0x0 -0, 333333, 333333, 3003, 10733, 0x24fb12f1, F=0x0 -0, 336336, 336336, 3003, 10358, 0xdbf93784, F=0x0 -0, 339339, 339339, 3003, 9539, 0x5c99853e, F=0x0 -0, 342342, 342342, 3003, 12646, 0xf745ae34, F=0x0 -0, 345345, 345345, 3003, 11203, 0x4385e4c9, F=0x0 -0, 348348, 348348, 3003, 15577, 0x86b16d42, F=0x0 -0, 351351, 351351, 3003, 12077, 0xe31ab9bb, F=0x0 -0, 354354, 354354, 3003, 19177, 0x8e7b6d9b, F=0x0 -0, 357357, 357357, 3003, 13853, 0x274b343a, F=0x0 Test copy-psp failed. Look at tests/data/fate/copy-psp.err for details. make: *** [fate-copy-psp] Error 1 TEST hapqa-extract-snappy16-to-hapq TEST hapqa-extract-snappy1-to-hapalphaonly TEST hapqa-extract-snappy16-to-hapalphaonly TEST prores-metadata TEST speedhq-422 TEST speedhq-422-singlefield TEST flcl1905 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-cropdetect failed. Look at tests/data/fate/filter-metadata-cropdetect.err for details. make: *** [fate-filter-metadata-cropdetect] Error 1 TEST filter-metadata-ebur128 TEST filter-metadata-readvitc-def TEST filter-metadata-readvitc-thr TEST filter-metadata-avf-aphase-meter-mono TEST filter-metadata-avf-aphase-meter-out-of-phase TEST h264-dts_5frames TEST hapqa-extract-nosnappy-to-hapq-mov TEST hapqa-extract-nosnappy-to-hapalphaonly-mov TEST hevc-paired-fields TEST hevc-monochrome-crop TEST id3v2-priv TEST matroska-spherical-mono TEST mov-neg-firstpts-discard TEST mov-neg-firstpts-discard-vorbis TEST mov-aac-2048-priming TEST mov-zombie Test mov-aac-2048-priming failed. Look at tests/data/fate/mov-aac-2048-priming.err for details. make: *** [fate-mov-aac-2048-priming] Error 1 TEST mov-init-nonkeyframe TEST mov-displaymatrix TEST mov-spherical-mono Test mov-init-nonkeyframe failed. Look at tests/data/fate/mov-init-nonkeyframe.err for details. make: *** [fate-mov-init-nonkeyframe] Error 1 TEST mov-guess-delay-1 TEST mov-guess-delay-2 TEST mov-guess-delay-3 TEST mov-mp4-with-mov-in24-ver TEST mpegts-probe-latm TEST mpegts-probe-program TEST mpegts-probe-pmt-merge TEST mxf-probe-d10 TEST mxf-probe-dnxhd TEST mxf-probe-dv25 TEST vorbis-1833-chapters CC tools/qt-faststart.o LD tests/checkasm/checkasm TEST api-threadmessage TEST api-flac GEN tests/data/asynth1.sw GEN tests/vsynth1/00.pgm TEST api-band TEST api-h264 TEST api-h264-slice TEST api-png-codec-param TEST api-mjpeg-codec-param TEST lavf-mxf TEST lavf-mxf_d10 TEST lavf-ts TEST concat-demuxer-extended-lavf-mxf TEST concat-demuxer-extended-lavf-mxf_d10 LD libavcodec/tests/fft LD libavcodec/tests/fft-fixed LD libavcodec/tests/fft-fixed32 LD libavcodec/tests/avfft LD libavcodec/tests/avpacket LD libavcodec/tests/cabac LD libavcodec/tests/celp_math LD libavcodec/tests/codec_desc LD libavcodec/tests/golomb LD libavcodec/tests/dct TEST h264-levels TEST iirfilter TEST mpeg12framerate TEST libavcodec-options TEST rangecoder TEST mathops TEST j2k-dwt TEST libavcodec-utils TEST libavcodec-huffman TEST libavcodec-htmlsubtitles LD libavformat/tests/noproxy LD libavformat/tests/srtp LD libavformat/tests/url LD libavformat/tests/movenc LD libavutil/tests/adler32 LD libavutil/tests/aes LD libavutil/tests/aes_ctr LD libavutil/tests/camellia LD libavutil/tests/cast5 LD libavutil/tests/audio_fifo LD libavutil/tests/avstring LD libavutil/tests/base64 LD libavutil/tests/blowfish LD libavutil/tests/bprint LD libavutil/tests/cpu LD libavutil/tests/crc LD libavutil/tests/color_utils LD libavutil/tests/des LD libavutil/tests/dict LD libavutil/tests/encryption_info LD libavutil/tests/eval LD libavutil/tests/fifo LD libavutil/tests/hash LD libavutil/tests/hmac LD libavutil/tests/imgutils LD libavutil/tests/integer LD libavutil/tests/lfg LD libavutil/tests/md5 LD libavutil/tests/murmur3 LD libavutil/tests/parseutils LD libavutil/tests/pixfmt_best LD libavutil/tests/display LD libavutil/tests/random_seed LD libavutil/tests/ripemd LD libavutil/tests/sha LD libavutil/tests/sha512 LD libavutil/tests/tree LD libavutil/tests/twofish LD libavutil/tests/xtea LD libavutil/tests/tea LD libavutil/tests/opt LD libavutil/tests/cpu_init LD libavutil/tests/pixelutils LD libswscale/tests/pixdesc_query TEST mapchan-6ch-extract-2 TEST mapchan-6ch-extract-2-downmix-mono TEST mapchan-silent-mono TEST mapchan-2ch-extract-ch0-ch2-trailing TEST mapchan-3ch-extract-ch0-ch2-trailing TEST fifo-muxer-tst 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 TEST filter-amerge TEST filter-pan-upmix2 TEST filter-pan-downmix1 TEST filter-pan-downmix2 TEST filter-channelmap-one-int LD libavfilter/tests/formats TEST swr-resample-s16p-2626-8000 TEST swr-resample-s16p-2626-44100 TEST swr-resample-s16p-2626-48000 TEST swr-resample-s16p-2626-96000 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-48000-2626 TEST swr-resample-s16p-48000-8000 TEST swr-resample-s16p-48000-44100 TEST swr-resample-s16p-48000-96000 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 dcinema-encode TEST unknown_layout-pcm TEST unknown_layout-ac3 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-vc2-thaar TEST vsynth1-vc2-t5_3 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 --- /home/mik/src/ffmpeg/src/tests/ref/vsynth/vsynth1-mpeg4 2018-11-12 11:13:45.375322135 -0800 +++ tests/data/fate/vsynth1-mpeg4 2019-04-23 12:04:54.999714244 -0700 @@ -1,4 +1,2 @@ b4e8871c504a22c8c874c7e845b73da7 *tests/data/fate/vsynth1-mpeg4.mp4 540085 tests/data/fate/vsynth1-mpeg4.mp4 -f80ec173d37f2f91add031e95579a220 *tests/data/fate/vsynth1-mpeg4.out.rawvideo -stddev: 7.97 PSNR: 30.10 MAXDIFF: 105 bytes: 7603200/ 7603200 Test vsynth1-mpeg4 failed. Look at tests/data/fate/vsynth1-mpeg4.err for details. make: *** [fate-vsynth1-mpeg4] Error 1 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_int TEST vsynth1-prores_444 TEST vsynth1-prores_444_int 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 GEN tests/data/vsynth2.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 --- /home/mik/src/ffmpeg/src/tests/ref/vsynth/vsynth3-mpeg4 2018-11-12 11:13:45.395320197 -0800 +++ tests/data/fate/vsynth3-mpeg4 2019-04-23 12:17:56.964678608 -0700 @@ -1,4 +1,2 @@ ddcff996543900496f0b374a2d5cae74 *tests/data/fate/vsynth3-mpeg4.mp4 26017 tests/data/fate/vsynth3-mpeg4.mp4 -fc0d8c1e58d254031e6207dfcae8f867 *tests/data/fate/vsynth3-mpeg4.out.rawvideo -stddev: 9.66 PSNR: 28.43 MAXDIFF: 79 bytes: 86700/ 86700 Test vsynth3-mpeg4 failed. Look at tests/data/fate/vsynth3-mpeg4.err for details. make: *** [fate-vsynth3-mpeg4] Error 1 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_int TEST vsynth3-prores_444 TEST vsynth3-prores_444_int 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-al TEST lavf-ast TEST lavf-au TEST lavf-caf TEST lavf-mmf TEST lavf-ogg TEST lavf-rso TEST lavf-sox TEST lavf-ul TEST lavf-voc TEST lavf-ircam TEST lavf-s16.voc TEST lavf-wav TEST lavf-peak.wav TEST lavf-peak_only.wav TEST lavf-w64 TEST lavf-tta TEST lavf-mka TEST lavf-wv TEST lavf-asf TEST lavf-avi TEST lavf-dv TEST lavf-dv_pal TEST lavf-dv_ntsc TEST lavf-flm TEST lavf-gxf TEST lavf-gxf_pal TEST lavf-gxf_ntsc TEST lavf-mkv TEST lavf-mkv_attachment TEST lavf-mov TEST lavf-mov_rtphint TEST lavf-ismv TEST lavf-mp4 TEST lavf-mpg TEST lavf-mxf_dv25 TEST lavf-mxf_dvcpro50 TEST lavf-mxf_opatom TEST lavf-mxf_opatom_audio TEST lavf-nut TEST lavf-rm TEST lavf-smjpeg TEST lavf-swf TEST lavf-wtv TEST lavf-bmp TEST lavf-dpx TEST lavf-gbrp10le.dpx TEST lavf-gbrp12le.dpx TEST lavf-rgb48le.dpx TEST lavf-rgb48le_10.dpx TEST lavf-rgba64le.dpx TEST lavf-jpg TEST lavf-pam TEST lavf-rgba.pam TEST lavf-gray.pam TEST lavf-gray16be.pam TEST lavf-rgb48be.pam TEST lavf-monob.pam TEST lavf-pcx TEST lavf-pgm TEST lavf-png TEST lavf-gray16be.png TEST lavf-rgb48be.png TEST lavf-ppm TEST lavf-sgi TEST lavf-sun TEST lavf-tga TEST lavf-tiff TEST lavf-xbm TEST lavf-xwd TEST lavf-rgba.xwd TEST lavf-rgb565be.xwd TEST lavf-rgb555be.xwd TEST lavf-rgb8.xwd TEST lavf-rgb4_byte.xwd TEST lavf-gray.xwd TEST lavf-monow.xwd TEST lavf-pbmpipe TEST lavf-pgmpipe TEST lavf-ppmpipe TEST lavf-apng TEST lavf-apng.png TEST lavf-gray.fits TEST lavf-gray16be.fits TEST lavf-gbrp.fits TEST lavf-gbrap.fits TEST lavf-gbrp16be.fits TEST lavf-gbrap16be.fits TEST lavf-gif TEST lavf-y4m TEST seek-acodec-adpcm-ima_qt TEST seek-acodec-adpcm-ima_qt-trellis TEST seek-acodec-adpcm-ima_wav TEST seek-acodec-adpcm-ima_wav-trellis TEST seek-acodec-adpcm-ms TEST seek-acodec-adpcm-ms-trellis TEST seek-acodec-adpcm-swf TEST seek-acodec-adpcm-swf-trellis TEST seek-acodec-adpcm-yamaha TEST seek-acodec-adpcm-yamaha-trellis TEST seek-acodec-alac TEST seek-acodec-flac TEST seek-acodec-mp2 TEST seek-acodec-pcm-alaw TEST seek-acodec-pcm-mulaw TEST seek-acodec-pcm-s8 TEST seek-acodec-pcm-u8 TEST seek-acodec-pcm-s16be TEST seek-acodec-pcm-s16le TEST seek-acodec-pcm-s24be TEST seek-acodec-pcm-s24le TEST seek-acodec-pcm-s32be TEST seek-acodec-pcm-s32le TEST seek-acodec-pcm-f32be TEST seek-acodec-pcm-f32le TEST seek-acodec-pcm-f64be TEST seek-acodec-pcm-f64le TEST seek-lavf-aiff TEST seek-lavf-al TEST seek-lavf-asf TEST seek-lavf-au TEST seek-lavf-avi TEST seek-lavf-bmp TEST seek-lavf-dv TEST seek-lavf-gif TEST seek-lavf-gxf TEST seek-lavf-jpg TEST seek-lavf-mkv TEST seek-lavf-mmf TEST seek-lavf-mov TEST seek-lavf-mpg TEST seek-lavf-ul Test seek-lavf-mov failed. Look at tests/data/fate/seek-lavf-mov.err for details. make: *** [fate-seek-lavf-mov] Error 1 TEST seek-lavf-mxf TEST seek-lavf-mxf_d10 TEST seek-lavf-mxf_dv25 TEST seek-lavf-mxf_dvcpro50 TEST seek-lavf-mxf_opatom TEST seek-lavf-mxf_opatom_audio TEST seek-lavf-nut TEST seek-lavf-ogg TEST seek-lavf-pbmpipe TEST seek-lavf-pcx TEST seek-lavf-pgm TEST seek-lavf-pgmpipe TEST seek-lavf-ppm TEST seek-lavf-ppmpipe TEST seek-lavf-rm TEST seek-lavf-sgi TEST seek-lavf-swf TEST seek-lavf-tga TEST seek-lavf-tiff TEST seek-lavf-ts TEST seek-lavf-voc TEST seek-lavf-wav TEST seek-lavf-wtv TEST seek-lavf-y4m TEST pixfmt-bgr24 TEST pixfmt-gray TEST pixfmt-monob TEST pixfmt-monow TEST pixfmt-rgb24 TEST pixfmt-rgb32 TEST pixfmt-rgb555 TEST pixfmt-rgb565 TEST pixfmt-yuv410p TEST pixfmt-yuv411p TEST pixfmt-yuv420p TEST pixfmt-yuv422p TEST pixfmt-yuv440p TEST pixfmt-yuv444p TEST pixfmt-yuvj420p TEST pixfmt-yuvj422p TEST pixfmt-yuvj440p TEST pixfmt-yuvj444p TEST pixfmt-yuyv422 TEST filter-boxblur TEST filter-colorchannelmixer TEST filter-drawbox TEST filter-fade TEST filter-fieldorder TEST filter-framepack-columns TEST filter-framepack-frameseq TEST filter-framepack-lines TEST filter-framepack-sbs TEST filter-framepack-tab TEST filter-gradfun TEST filter-hqdn3d TEST filter-interlace TEST filter-interlace-complex TEST filter-negate TEST filter-histogram-levels TEST filter-waveform_column TEST filter-waveform_row TEST filter-waveform_envelope TEST filter-waveform_uv TEST filter-vectorscope_gray TEST filter-vectorscope_color TEST filter-vectorscope_color2 TEST filter-vectorscope_color3 TEST filter-vectorscope_color4 TEST filter-vectorscope_xy TEST filter-mergeplanes TEST filter-hstack TEST filter-vstack TEST filter-overlay TEST filter-overlay_rgb TEST filter-overlay_yuv420 TEST filter-overlay_nv12 TEST filter-overlay_nv21 TEST filter-overlay_yuv422 TEST filter-overlay_yuv444 TEST filter-phase TEST filter-removegrain-mode-00 TEST filter-removegrain-mode-01 TEST filter-removegrain-mode-02 TEST filter-removegrain-mode-03 TEST filter-removegrain-mode-04 TEST filter-removegrain-mode-05 TEST filter-removegrain-mode-06 TEST filter-removegrain-mode-07 TEST filter-removegrain-mode-08 TEST filter-removegrain-mode-09 TEST filter-removegrain-mode-10 TEST filter-removegrain-mode-11 TEST filter-removegrain-mode-12 TEST filter-removegrain-mode-13 TEST filter-removegrain-mode-14 TEST filter-removegrain-mode-15 TEST filter-removegrain-mode-16 TEST filter-removegrain-mode-17 TEST filter-removegrain-mode-18 TEST filter-removegrain-mode-19 TEST filter-removegrain-mode-20 TEST filter-removegrain-mode-21 TEST filter-removegrain-mode-22 TEST filter-removegrain-mode-23 TEST filter-removegrain-mode-24 TEST filter-separatefields TEST filter-weave TEST filter-select-alternate TEST filter-setpts TEST filter-shuffleframes TEST filter-shuffleplanes-dup-luma TEST filter-shuffleplanes-swapuv TEST filter-swaprect TEST filter-tblend TEST filter-telecine TEST filter-transpose TEST filter-trim-duration TEST filter-trim-frame TEST filter-trim-mixed TEST filter-trim-time TEST filter-unsharp TEST filter-alphaextract_alphamerge_rgb TEST filter-alphaextract_alphamerge_yuv TEST filter-crop TEST filter-crop_scale TEST filter-crop_scale_vflip TEST filter-crop_vflip TEST filter-null TEST filter-scale200 TEST filter-scale500 TEST filter-scale2ref_keep_aspect TEST filter-scalechroma TEST filter-vflip TEST filter-colormatrix1 TEST filter-colormatrix2 TEST filter-vflip_crop TEST filter-vflip_vflip TEST filter-edgedetect TEST filter-edgedetect-colormix TEST filter-hue1 TEST filter-hue2 TEST filter-hue3 TEST filter-hue4 TEST filter-idet TEST filter-pad TEST filter-pp TEST filter-pp1 TEST filter-pp2 TEST filter-pp3 TEST filter-pp4 TEST filter-pp5 TEST filter-pp6 TEST filter-qp TEST filter-select TEST filter-setdar TEST filter-setsar TEST filter-stereo3d-al-sbsl TEST filter-stereo3d-ar-abl TEST filter-stereo3d-abr-mr TEST filter-stereo3d-abr-ml TEST filter-stereo3d-sbsl-abl TEST filter-stereo3d-sbsl-abr TEST filter-stereo3d-sbsl-al TEST filter-stereo3d-sbsl-sbsr TEST filter-stereo3d-sbsl-agmc TEST filter-stereo3d-sbsl-agmd TEST filter-stereo3d-sbsl-agmg TEST filter-stereo3d-sbsl-agmh TEST filter-stereo3d-sbsl-arbg TEST filter-stereo3d-sbsl-arcc TEST filter-stereo3d-sbsl-arcd TEST filter-stereo3d-sbsl-arcg TEST filter-stereo3d-sbsl-arch TEST filter-stereo3d-sbsl-argg TEST filter-stereo3d-sbsl-aybc TEST filter-stereo3d-sbsl-aybd TEST filter-stereo3d-sbsl-aybg TEST filter-stereo3d-sbsl-aybh TEST filter-thumbnail TEST filter-tile TEST filter-pixdesc-yuv420p TEST filter-pixdesc-yuyv422 TEST filter-pixdesc-rgb24 TEST filter-pixdesc-bgr24 TEST filter-pixdesc-yuv422p TEST filter-pixdesc-yuv444p TEST filter-pixdesc-yuv410p TEST filter-pixdesc-yuv411p TEST filter-pixdesc-gray TEST filter-pixdesc-monow TEST filter-pixdesc-monob TEST filter-pixdesc-yuvj420p TEST filter-pixdesc-yuvj422p TEST filter-pixdesc-yuvj444p TEST filter-pixdesc-uyvy422 TEST filter-pixdesc-bgr8 TEST filter-pixdesc-bgr4_byte TEST filter-pixdesc-rgb8 TEST filter-pixdesc-rgb4_byte TEST filter-pixdesc-nv12 TEST filter-pixdesc-nv21 TEST filter-pixdesc-argb TEST filter-pixdesc-rgba TEST filter-pixdesc-abgr TEST filter-pixdesc-bgra TEST filter-pixdesc-gray16be TEST filter-pixdesc-gray16le TEST filter-pixdesc-yuv440p TEST filter-pixdesc-yuvj440p TEST filter-pixdesc-yuva420p TEST filter-pixdesc-rgb48be TEST filter-pixdesc-rgb48le TEST filter-pixdesc-rgb565be TEST filter-pixdesc-rgb565le TEST filter-pixdesc-rgb555be TEST filter-pixdesc-rgb555le TEST filter-pixdesc-bgr565be TEST filter-pixdesc-bgr565le TEST filter-pixdesc-bgr555be TEST filter-pixdesc-bgr555le TEST filter-pixdesc-yuv420p16le TEST filter-pixdesc-yuv420p16be TEST filter-pixdesc-yuv422p16le TEST filter-pixdesc-yuv422p16be TEST filter-pixdesc-yuv444p16le TEST filter-pixdesc-yuv444p16be TEST filter-pixdesc-rgb444le TEST filter-pixdesc-rgb444be TEST filter-pixdesc-bgr444le TEST filter-pixdesc-bgr444be TEST filter-pixdesc-ya8 TEST filter-pixdesc-bgr48be TEST filter-pixdesc-bgr48le TEST filter-pixdesc-yuv420p9be TEST filter-pixdesc-yuv420p9le TEST filter-pixdesc-yuv420p10be TEST filter-pixdesc-yuv420p10le TEST filter-pixdesc-yuv422p10be TEST filter-pixdesc-yuv422p10le TEST filter-pixdesc-yuv444p9be TEST filter-pixdesc-yuv444p9le TEST filter-pixdesc-yuv444p10be TEST filter-pixdesc-yuv444p10le TEST filter-pixdesc-yuv422p9be TEST filter-pixdesc-yuv422p9le TEST filter-pixdesc-gbrp TEST filter-pixdesc-gbrp9be TEST filter-pixdesc-gbrp9le TEST filter-pixdesc-gbrp10be TEST filter-pixdesc-gbrp10le TEST filter-pixdesc-gbrp16be TEST filter-pixdesc-gbrp16le TEST filter-pixdesc-yuva422p TEST filter-pixdesc-yuva444p TEST filter-pixdesc-yuva420p9be TEST filter-pixdesc-yuva420p9le TEST filter-pixdesc-yuva422p9be TEST filter-pixdesc-yuva422p9le TEST filter-pixdesc-yuva444p9be TEST filter-pixdesc-yuva444p9le TEST filter-pixdesc-yuva420p10be TEST filter-pixdesc-yuva420p10le TEST filter-pixdesc-yuva422p10be TEST filter-pixdesc-yuva422p10le TEST filter-pixdesc-yuva444p10be TEST filter-pixdesc-yuva444p10le TEST filter-pixdesc-yuva420p16be TEST filter-pixdesc-yuva420p16le TEST filter-pixdesc-yuva422p16be TEST filter-pixdesc-yuva422p16le TEST filter-pixdesc-yuva444p16be TEST filter-pixdesc-yuva444p16le TEST filter-pixdesc-xyz12le TEST filter-pixdesc-xyz12be TEST filter-pixdesc-rgba64be TEST filter-pixdesc-rgba64le TEST filter-pixdesc-bgra64be TEST filter-pixdesc-bgra64le TEST filter-pixdesc-yvyu422 TEST filter-pixdesc-ya16be TEST filter-pixdesc-ya16le TEST filter-pixdesc-gbrap TEST filter-pixdesc-gbrap16be TEST filter-pixdesc-gbrap16le TEST filter-pixdesc-0rgb TEST filter-pixdesc-rgb0 TEST filter-pixdesc-0bgr TEST filter-pixdesc-bgr0 TEST filter-pixdesc-yuv420p12be TEST filter-pixdesc-yuv420p12le TEST filter-pixdesc-yuv420p14be TEST filter-pixdesc-yuv420p14le TEST filter-pixdesc-yuv422p12be TEST filter-pixdesc-yuv422p12le TEST filter-pixdesc-yuv422p14be TEST filter-pixdesc-yuv422p14le TEST filter-pixdesc-yuv444p12be TEST filter-pixdesc-yuv444p12le TEST filter-pixdesc-yuv444p14be TEST filter-pixdesc-yuv444p14le TEST filter-pixdesc-gbrp12be TEST filter-pixdesc-gbrp12le TEST filter-pixdesc-gbrp14be TEST filter-pixdesc-gbrp14le TEST filter-pixdesc-yuvj411p TEST filter-pixdesc-yuv440p10le TEST filter-pixdesc-yuv440p10be TEST filter-pixdesc-yuv440p12le TEST filter-pixdesc-yuv440p12be TEST filter-pixdesc-ayuv64le TEST filter-pixdesc-p010le TEST filter-pixdesc-p010be TEST filter-pixdesc-gbrap12be TEST filter-pixdesc-gbrap12le TEST filter-pixdesc-gbrap10be TEST filter-pixdesc-gbrap10le TEST filter-pixdesc-gray12be TEST filter-pixdesc-gray12le TEST filter-pixdesc-gray10be TEST filter-pixdesc-gray10le TEST filter-pixdesc-p016le TEST filter-pixdesc-p016be TEST filter-pixdesc-gray9be TEST filter-pixdesc-gray9le TEST filter-pixdesc-gray14be TEST filter-pixdesc-gray14le TEST filter-pixdesc-grayf32be TEST filter-pixdesc-grayf32le TEST filter-pixdesc-yuva422p12be TEST filter-pixdesc-yuva422p12le TEST filter-pixdesc-yuva444p12be TEST filter-pixdesc-yuva444p12le TEST filter-pixfmts-copy TEST filter-pixfmts-crop TEST filter-pixfmts-field TEST filter-pixfmts-fieldmatch TEST filter-pixfmts-fieldorder TEST filter-pixfmts-hflip TEST filter-pixfmts-il TEST filter-pixfmts-kerndeint TEST filter-pixfmts-lut TEST filter-pixfmts-null TEST filter-pixfmts-pad TEST filter-pixfmts-pullup TEST filter-pixfmts-rotate TEST filter-pixfmts-scale TEST filter-pixfmts-super2xsai TEST filter-pixfmts-swapuv TEST filter-pixfmts-tinterlace_cvlpf TEST filter-pixfmts-tinterlace_merge TEST filter-pixfmts-tinterlace_pad TEST filter-pixfmts-tinterlace_vlpf TEST filter-pixfmts-transpose TEST filter-pixfmts-vflip TEST utvideoenc_rgba_left TEST utvideoenc_rgba_median TEST utvideoenc_rgba_none TEST utvideoenc_rgb_left TEST utvideoenc_rgb_median TEST utvideoenc_rgb_none TEST utvideoenc_yuv420_left TEST utvideoenc_yuv420_median TEST utvideoenc_yuv420_none TEST utvideoenc_yuv422_left TEST utvideoenc_yuv422_median TEST utvideoenc_yuv422_none TEST utvideoenc_yuv444_left TEST utvideoenc_yuv444_median TEST utvideoenc_yuv444_none TEST ffprobe_compact TEST ffprobe_csv TEST ffprobe_default TEST ffprobe_flat TEST ffprobe_ini TEST ffprobe_json TEST ffprobe_xml TEST vsynth_lena-amv TEST vsynth_lena-asv1 TEST vsynth_lena-asv2 TEST vsynth_lena-cinepak TEST vsynth_lena-cljr TEST vsynth_lena-dnxhd-720p TEST vsynth_lena-dnxhd-720p-rd TEST vsynth_lena-dnxhd-720p-10bit TEST vsynth_lena-dnxhd-720p-hr-lb TEST vsynth_lena-dnxhd-4k-hr-lb TEST vsynth_lena-dnxhd-uhd-hr-sq TEST vsynth_lena-dnxhd-2k-hr-hq TEST vsynth_lena-dnxhd-edge1-hr TEST vsynth_lena-dnxhd-edge2-hr TEST vsynth_lena-dnxhd-edge3-hr TEST vsynth_lena-vc2-420p TEST vsynth_lena-vc2-420p10 TEST vsynth_lena-vc2-420p12 TEST vsynth_lena-vc2-422p TEST vsynth_lena-vc2-422p10 TEST vsynth_lena-vc2-422p12 TEST vsynth_lena-vc2-444p TEST vsynth_lena-vc2-444p10 TEST vsynth_lena-vc2-444p12 TEST vsynth_lena-vc2-thaar TEST vsynth_lena-vc2-t5_3 TEST vsynth_lena-dnxhd-1080i TEST vsynth_lena-dnxhd-1080i-10bit TEST vsynth_lena-dnxhd-1080i-colr TEST vsynth_lena-dnxhd-hr-lb-mov TEST vsynth_lena-dnxhd-hr-sq-mov TEST vsynth_lena-dnxhd-hr-hq-mov TEST vsynth_lena-dv TEST vsynth_lena-dv-411 TEST vsynth_lena-dv-50 TEST vsynth_lena-ffv1 TEST vsynth_lena-ffv1-v0 TEST vsynth_lena-ffv1-v3-yuv420p TEST vsynth_lena-ffv1-v3-yuv422p10 TEST vsynth_lena-ffv1-v3-yuv444p16 TEST vsynth_lena-ffv1-v3-bgr0 TEST vsynth_lena-ffv1-v3-rgb48 TEST vsynth_lena-ffvhuff TEST vsynth_lena-ffvhuff444 TEST vsynth_lena-ffvhuff420p12 TEST vsynth_lena-ffvhuff422p10left TEST vsynth_lena-ffvhuff444p16 TEST vsynth_lena-flashsv TEST vsynth_lena-flashsv2 TEST vsynth_lena-flv TEST vsynth_lena-h261 TEST vsynth_lena-h261-trellis TEST vsynth_lena-h263 TEST vsynth_lena-h263-obmc TEST vsynth_lena-h263p TEST vsynth_lena-huffyuv TEST vsynth_lena-huffyuvbgr24 TEST vsynth_lena-huffyuvbgra TEST vsynth_lena-jpegls TEST vsynth_lena-jpeg2000 TEST vsynth_lena-jpeg2000-97 TEST vsynth_lena-ljpeg TEST vsynth_lena-mjpeg TEST vsynth_lena-mjpeg-422 TEST vsynth_lena-mjpeg-444 TEST vsynth_lena-mjpeg-trell TEST vsynth_lena-mjpeg-huffman TEST vsynth_lena-mjpeg-trell-huffman TEST vsynth_lena-mpeg1 TEST vsynth_lena-mpeg1b TEST vsynth_lena-mpeg2 TEST vsynth_lena-mpeg2-422 TEST vsynth_lena-mpeg2-idct-int TEST vsynth_lena-mpeg2-ilace TEST vsynth_lena-mpeg2-ivlc-qprd TEST vsynth_lena-mpeg2-thread TEST vsynth_lena-mpeg2-thread-ivlc TEST vsynth_lena-mpeg4 TEST vsynth_lena-mpeg4-rc TEST vsynth_lena-mpeg4-adv --- /home/mik/src/ffmpeg/src/tests/ref/vsynth/vsynth_lena-mpeg4 2018-11-12 11:13:45.405319228 -0800 +++ tests/data/fate/vsynth_lena-mpeg4 2019-04-23 13:47:17.270636003 -0700 @@ -1,4 +1,2 @@ 4a029747434d24d128b078a5e6aa1e88 *tests/data/fate/vsynth_lena-mpeg4.mp4 119722 tests/data/fate/vsynth_lena-mpeg4.mp4 -9a1e085d9e488c5ead0c940c9612a37a *tests/data/fate/vsynth_lena-mpeg4.out.rawvideo -stddev: 5.34 PSNR: 33.57 MAXDIFF: 83 bytes: 7603200/ 7603200 Test vsynth_lena-mpeg4 failed. Look at tests/data/fate/vsynth_lena-mpeg4.err for details. make: *** [fate-vsynth_lena-mpeg4] Error 1 TEST vsynth_lena-mpeg4-qprd TEST vsynth_lena-mpeg4-adap TEST vsynth_lena-mpeg4-qpel TEST vsynth_lena-mpeg4-thread TEST vsynth_lena-mpeg4-error TEST vsynth_lena-mpeg4-nr TEST vsynth_lena-mpeg4-nsse TEST vsynth_lena-msmpeg4 TEST vsynth_lena-msmpeg4v2 TEST vsynth_lena-mpng TEST vsynth_lena-msvideo1 TEST vsynth_lena-prores TEST vsynth_lena-prores_int TEST vsynth_lena-prores_444 TEST vsynth_lena-prores_444_int TEST vsynth_lena-prores_ks TEST vsynth_lena-qtrle TEST vsynth_lena-qtrlegray TEST vsynth_lena-rgb TEST vsynth_lena-bpp1 TEST vsynth_lena-bpp15 TEST vsynth_lena-mov-bgr24 TEST vsynth_lena-mov-bpp15 TEST vsynth_lena-mov-bpp16 TEST vsynth_lena-roqvideo TEST vsynth_lena-rv10 TEST vsynth_lena-rv20 TEST vsynth_lena-snow TEST vsynth_lena-snow-hpel TEST vsynth_lena-snow-ll TEST vsynth_lena-svq1 TEST vsynth_lena-r210 TEST vsynth_lena-v210 TEST vsynth_lena-v210-10 TEST vsynth_lena-v308 TEST vsynth_lena-v408 TEST vsynth_lena-avui TEST vsynth_lena-wmv1 TEST vsynth_lena-wmv2 TEST vsynth_lena-yuv TEST vsynth_lena-xface TEST vsynth_lena-yuv4 TEST vsynth_lena-y41p TEST vsynth_lena-zlib TEST seek-vsynth_lena-asv1 TEST seek-vsynth_lena-asv2 TEST seek-vsynth_lena-dnxhd-720p TEST seek-vsynth_lena-dnxhd-720p-rd TEST seek-vsynth_lena-dnxhd-4k-hr-lb TEST seek-vsynth_lena-dnxhd-1080i TEST seek-vsynth_lena-dv TEST seek-vsynth_lena-dv-411 TEST seek-vsynth_lena-dv-50 TEST seek-vsynth_lena-ffv1 TEST seek-vsynth_lena-flashsv TEST seek-vsynth_lena-flv TEST seek-vsynth_lena-h261 TEST seek-vsynth_lena-h263 TEST seek-vsynth_lena-h263p TEST seek-vsynth_lena-huffyuv TEST seek-vsynth_lena-jpegls TEST seek-vsynth_lena-ljpeg TEST seek-vsynth_lena-mjpeg TEST seek-vsynth_lena-mpeg1 TEST seek-vsynth_lena-mpeg1b TEST seek-vsynth_lena-mpeg2-422 TEST seek-vsynth_lena-mpeg2-idct-int TEST seek-vsynth_lena-mpeg2-ilace TEST seek-vsynth_lena-mpeg2-ivlc-qprd TEST seek-vsynth_lena-mpeg2-thread TEST seek-vsynth_lena-mpeg2-thread-ivlc TEST seek-vsynth_lena-mpeg4-rc TEST seek-vsynth_lena-mpeg4-adv TEST seek-vsynth_lena-mpeg4-qprd TEST seek-vsynth_lena-mpeg4-adap TEST seek-vsynth_lena-mpeg4-qpel TEST seek-vsynth_lena-mpeg4-thread TEST seek-vsynth_lena-mpeg4-error TEST seek-vsynth_lena-mpeg4-nr TEST seek-vsynth_lena-mpeg4-nsse TEST seek-vsynth_lena-msmpeg4 TEST seek-vsynth_lena-msmpeg4v2 TEST seek-vsynth_lena-rgb TEST seek-vsynth_lena-roqvideo TEST seek-vsynth_lena-rv10 TEST seek-vsynth_lena-rv20 TEST seek-vsynth_lena-snow TEST seek-vsynth_lena-snow-ll TEST seek-vsynth_lena-svq1 TEST seek-vsynth_lena-wmv1 TEST seek-vsynth_lena-wmv2 TEST seek-vsynth_lena-yuv TEST filter-amix-simple TEST filter-amix-first TEST filter-amix-transition TEST gaplessenc-pcm-to-mov-aac TEST mts2 TEST lavf-fate-vp3.ogg TEST lavf-fate-vp8.ogg TEST lavf-fate-latm TEST lavf-fate-mp3 TEST lavf-fate-qtrle_mace6.mov TEST lavf-fate-cram.avi TEST nellymoser-aref-encode TEST v410enc TEST copy-apng LD tools/qt-faststart TEST checkasm-aacpsdsp TEST checkasm-af_afir TEST checkasm-alacdsp TEST checkasm-audiodsp TEST checkasm-blockdsp TEST checkasm-bswapdsp TEST checkasm-exrdsp TEST checkasm-fixed_dsp TEST checkasm-flacdsp TEST checkasm-float_dsp TEST checkasm-fmtconvert TEST checkasm-g722dsp TEST checkasm-h264dsp TEST checkasm-h264pred TEST checkasm-h264qpel TEST checkasm-hevc_add_res TEST checkasm-hevc_idct TEST checkasm-hevc_sao TEST checkasm-jpeg2000dsp TEST checkasm-llviddsp TEST checkasm-llviddspenc TEST checkasm-pixblockdsp TEST checkasm-sbrdsp TEST checkasm-synth_filter TEST checkasm-sw_rgb TEST checkasm-v210enc TEST checkasm-vf_blend TEST checkasm-vf_colorspace TEST checkasm-vf_hflip TEST checkasm-vf_threshold TEST checkasm-videodsp TEST checkasm-vp8dsp TEST checkasm-vp9dsp TEST lavf-flv TEST concat-demuxer-simple1-lavf-mxf TEST concat-demuxer-simple1-lavf-mxf_d10 TEST concat-demuxer-simple2-lavf-ts 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 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 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 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 TEST avpacket TEST cabac TEST celp_math TEST codec_desc TEST golomb TEST idct8x8-0 TEST idct8x8-1 TEST idct8x8-2 TEST idct248 TEST dct8x8 TEST noproxy TEST srtp TEST url TEST movenc TEST adler32 TEST aes TEST aes_ctr TEST camellia TEST cast5 TEST audio_fifo TEST avstring TEST base64 TEST blowfish TEST bprint 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 = 8) TEST crc TEST color_utils TEST des TEST dict TEST encryption-info TEST eval TEST fifo TEST hash TEST hmac TEST imgutils TEST integer TEST lfg TEST md5 TEST murmur3 TEST parseutils TEST pixfmt_best TEST display TEST random_seed TEST ripemd TEST sha TEST sha512 TEST tree TEST twofish TEST xtea TEST tea TEST opt TEST cpu_init TEST pixelutils TEST sws-pixdesc-query TEST filter-formats 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-vc2-thaar TEST vsynth2-vc2-t5_3 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 --- /home/mik/src/ffmpeg/src/tests/ref/vsynth/vsynth2-mpeg4 2018-11-12 11:13:45.385321166 -0800 +++ tests/data/fate/vsynth2-mpeg4 2019-04-23 14:51:17.851521013 -0700 @@ -1,4 +1,2 @@ adbd883d1701beabd04522d003dafab6 *tests/data/fate/vsynth2-mpeg4.mp4 159310 tests/data/fate/vsynth2-mpeg4.mp4 -2645405bc5350acc85ad72f3352f5135 *tests/data/fate/vsynth2-mpeg4.out.rawvideo -stddev: 6.02 PSNR: 32.53 MAXDIFF: 89 bytes: 7603200/ 7603200 Test vsynth2-mpeg4 failed. Look at tests/data/fate/vsynth2-mpeg4.err for details. make: *** [fate-vsynth2-mpeg4] Error 1 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_int TEST vsynth2-prores_444 TEST vsynth2-prores_444_int 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 TEST seek-lavf-flv TEST mov-faststart-4gb-overflow TEST api-seek make: Target `fate' not remade because of errors.