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 CC tests/api/api-seek-test.o HOSTCC tests/audiogen.o HOSTCC tests/videogen.o CC tests/api/api-band-test.o CC tests/api/api-h264-test.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] 119 | result = avcodec_decode_video2(ctx, fr, &got_frame, &pkt); | ^~~~~~ In file included from src/tests/api/api-seek-test.c:28: src/libavcodec/avcodec.h:3073:5: note: declared here 3073 | int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, | ^~~~~~~~~~~~~~~~~~~~~ CC tests/api/api-h264-slice-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] 166 | result = avcodec_encode_audio2(enc_ctx, &enc_pkt, in_frame, &got_output); | ^~~~~~ In file included from src/tests/api/api-flac-test.c:30: src/libavcodec/avcodec.h:3652:5: note: declared here 3652 | 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] 174 | result = avcodec_decode_audio4(dec_ctx, out_frame, &got_output, &enc_pkt); | ^~~~~~ In file included from src/tests/api/api-flac-test.c:30: src/libavcodec/avcodec.h:3024:5: note: declared here 3024 | int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame, | ^~~~~~~~~~~~~~~~~~~~~ CC tests/api/api-codec-param-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] 171 | result = avcodec_decode_video2(ctx, fr, &got_frame, &pkt); | ^~~~~~ In file included from src/tests/api/api-band-test.c:28: src/libavcodec/avcodec.h:3073:5: note: declared here 3073 | int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, | ^~~~~~~~~~~~~~~~~~~~~ CC tests/dnn/dnn-layer-pad-test.o 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] 122 | result = avcodec_decode_video2(ctx, fr, &got_frame, &pkt); | ^~~~~~ In file included from src/tests/api/api-h264-test.c:28: src/libavcodec/avcodec.h:3073:5: note: declared here 3073 | int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, | ^~~~~~~~~~~~~~~~~~~~~ CC tests/dnn/dnn-layer-conv2d-test.o CC tests/dnn/dnn-layer-depth2space-test.o CC tests/dnn/dnn-layer-mathbinary-test.o src/tests/api/api-codec-param-test.c: In function ‘try_decode_video_frame’: src/tests/api/api-codec-param-test.c:58:9: warning: ‘avcodec_decode_video2’ is deprecated [-Wdeprecated-declarations] 58 | ret = avcodec_decode_video2(codec_ctx, frame, &got_frame, pkt); | ^~~ In file included from src/libavformat/avformat.h:312, from src/tests/api/api-codec-param-test.c:24: src/libavcodec/avcodec.h:3073:5: note: declared here 3073 | 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] 95 | codec_ctx = st->codec; | ^~~~~~~~~ In file included from src/tests/api/api-codec-param-test.c:24: src/libavformat/avformat.h:880:21: note: declared here 880 | AVCodecContext *codec; | ^~~~~ src/tests/api/api-codec-param-test.c:120:13: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] 120 | codec_ctx = st->codec; | ^~~~~~~~~ In file included from src/tests/api/api-codec-param-test.c:24: src/libavformat/avformat.h:880:21: note: declared here 880 | AVCodecContext *codec; | ^~~~~ src/tests/api/api-codec-param-test.c:135:9: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] 135 | avcodec_close(st->codec); | ^~~~~~~~~~~~~ In file included from src/tests/api/api-codec-param-test.c:24: src/libavformat/avformat.h:880:21: note: declared here 880 | 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] 148 | AVCodecContext *codec_ctx = st->codec; | ^~~~~~~~~~~~~~ In file included from src/tests/api/api-codec-param-test.c:24: src/libavformat/avformat.h:880:21: note: declared here 880 | 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] 199 | AVCodecContext *codec_ctx1 = st1->codec; | ^~~~~~~~~~~~~~ In file included from src/tests/api/api-codec-param-test.c:24: src/libavformat/avformat.h:880:21: note: declared here 880 | AVCodecContext *codec; | ^~~~~ src/tests/api/api-codec-param-test.c:200:9: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] 200 | AVCodecContext *codec_ctx2 = st2->codec; | ^~~~~~~~~~~~~~ In file included from src/tests/api/api-codec-param-test.c:24: src/libavformat/avformat.h:880:21: note: declared here 880 | AVCodecContext *codec; | ^~~~~ CC tests/dnn/dnn-layer-maximum-test.o CC tests/dnn/dnn-layer-mathunary-test.o CC libavcodec/dctref.o CC libavcodec/tests/h264_levels.o CC libavcodec/tests/h265_levels.o CC libavcodec/tests/iirfilter.o CC libavcodec/tests/mpeg12framerate.o CC libavcodec/tests/options.o CC libavcodec/tests/rangecoder.o CC libavcodec/tests/mathops.o CC libavcodec/tests/jpeg2000dwt.o CC libavcodec/tests/utils.o CC libavcodec/tests/mjpegenc_huffman.o src/libavcodec/tests/options.c: In function ‘test_copy’: src/libavcodec/tests/options.c:152:5: warning: ‘avcodec_copy_context’ is deprecated [-Wdeprecated-declarations] 152 | avcodec_copy_context(ctx2, ctx1); | ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavcodec/tests/options.c:22: src/libavcodec/options.c:231:5: note: declared here 231 | int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src) | ^~~~~~~~~~~~~~~~~~~~ src/libavcodec/tests/options.c:167:9: warning: ‘avcodec_copy_context’ is deprecated [-Wdeprecated-declarations] 167 | avcodec_copy_context(ctx2, ctx1); | ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavcodec/tests/options.c:22: src/libavcodec/options.c:231:5: note: declared here 231 | int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src) | ^~~~~~~~~~~~~~~~~~~~ src/libavcodec/tests/options.c: In function ‘main’: src/libavcodec/tests/options.c:187:9: warning: ‘avcodec_register’ is deprecated [-Wdeprecated-declarations] 187 | avcodec_register(dummy_codec[i]); | ^~~~~~~~~~~~~~~~ In file included from src/libavcodec/options.c:27, from src/libavcodec/tests/options.c:22: src/libavcodec/avcodec.h:2738:6: note: declared here 2738 | void avcodec_register(AVCodec *codec); | ^~~~~~~~~~~~~~~~ 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 COPY tests/data/filtergraphs/scalenorm COPY tests/data/filtergraphs/concat COPY tests/data/filtergraphs/concat-vfr 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_yuv420p10 COPY tests/data/filtergraphs/overlay_nv12 COPY tests/data/filtergraphs/overlay_nv21 COPY tests/data/filtergraphs/overlay_yuv422 COPY tests/data/filtergraphs/overlay_yuv422p10 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 GEN tests/data/lena-gbrp.fits GEN tests/data/lena-gbrp16.fits GEN tests/data/lena-gbrap16le.fits make: *** [/home/fate/ffmpeg/tests/fate/flvenc.mak:3: tests/data/add_keyframe_index.flv] Error 1 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 GEN tests/data/hls_segment_single.m3u8 GEN tests/data/hls_init_time.m3u8 GEN tests/data/hls_list_size.m3u8 GEN tests/data/hls_segment_type_fmp4.m3u8 GEN tests/data/hls_fmp4_ac3.m3u8 GEN tests/data/mp4-to-ts.m3u8 GEN tests/data/adts-to-mkv.m3u8 GEN tests/data/adts-to-mkv-header.mkv COPY tests/data/filtergraphs/colorkey GEN tests/data/hapq_nosnappy.mov GEN tests/data/hapalphaonly_nosnappy.mov CC tools/qt-faststart.o 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 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/opusdsp.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/sw_scale.o CC tests/checkasm/utvideodsp.o CC tests/checkasm/v210dec.o CC tests/checkasm/v210enc.o CC tests/checkasm/vf_blend.o CC tests/checkasm/vf_colorspace.o CC tests/checkasm/vf_eq.o CC tests/checkasm/vf_gblur.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 X86ASM tests/checkasm/x86/checkasm.o TEST source STRIP tests/checkasm/x86/checkasm.o skipping strip -x tests/checkasm/x86/checkasm.o 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 LD tests/dnn/dnn-layer-pad-test LD tests/dnn/dnn-layer-conv2d-test LD tests/dnn/dnn-layer-depth2space-test LD tests/dnn/dnn-layer-mathbinary-test LD tests/dnn/dnn-layer-maximum-test LD tests/dnn/dnn-layer-mathunary-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/h265_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] 41 | av_md5_sum(md5val, in, 1000); | ^~ In file included from src/libavutil/tests/md5.c:22: src/libavutil/md5.h:89:46: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘volatile uint8_t *’ {aka ‘volatile unsigned char *’} 89 | 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] 43 | av_md5_sum(md5val, in, 63); | ^~ In file included from src/libavutil/tests/md5.c:22: src/libavutil/md5.h:89:46: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘volatile uint8_t *’ {aka ‘volatile unsigned char *’} 89 | 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] 45 | av_md5_sum(md5val, in, 64); | ^~ In file included from src/libavutil/tests/md5.c:22: src/libavutil/md5.h:89:46: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘volatile uint8_t *’ {aka ‘volatile unsigned char *’} 89 | 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] 47 | av_md5_sum(md5val, in, 65); | ^~ In file included from src/libavutil/tests/md5.c:22: src/libavutil/md5.h:89:46: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘volatile uint8_t *’ {aka ‘volatile unsigned char *’} 89 | 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] 51 | av_md5_sum(md5val, in, 999); | ^~ In file included from src/libavutil/tests/md5.c:22: src/libavutil/md5.h:89:46: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘volatile uint8_t *’ {aka ‘volatile unsigned char *’} 89 | void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len); | ~~~~~~~~~~~~~~~^~~ CC libavutil/tests/parseutils.o CC libavutil/tests/murmur3.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 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 TEST filter-adelay TEST filter-aecho TEST filter-aemphasis-50fm TEST filter-aemphasis-75kf TEST filter-afade-qsin TEST filter-afade-iqsin TEST filter-afade-esin TEST filter-afade-hsin TEST filter-afade-exp TEST filter-afade-log TEST filter-agate TEST filter-alimiter GEN tests/data/asynth-44100-1.wav TEST filter-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-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 filter-lavd-life TEST filter-lavd-testsrc Test filter-lavd-life failed. Look at tests/data/fate/filter-lavd-life.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-filter-lavd-life] Error 1 TEST filter-testsrc2-yuv420p TEST filter-testsrc2-yuv444p TEST filter-testsrc2-rgb24 TEST filter-testsrc2-rgba Test filter-lavd-testsrc failed. Look at tests/data/fate/filter-lavd-testsrc.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-filter-lavd-testsrc] Error 1 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-lavd-scalenorm failed. Look at tests/data/fate/filter-lavd-scalenorm.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-filter-lavd-scalenorm] Error 1 TEST filter-framerate-12bit-down TEST filter-minterpolate-up TEST filter-minterpolate-down TEST filter-untile TEST filter-concat TEST filter-concat-vfr 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_apm TEST acodec-adpcm-ima_qt TEST acodec-adpcm-ima_ssi 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 make: *** [/home/fate/ffmpeg/tests/Makefile:43: tests/data/ffprobe-test.nut] Error 1 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 adpcm-argo-mono TEST adpcm-argo-stereo TEST adpcm-ima-ssi-mono TEST adpcm-ima-ssi-stereo TEST adpcm-ima-apm-mono TEST adpcm-ima-apm-stereo TEST adpcm-ima-alp-mono TEST adpcm-ima-alp-stereo TEST adpcm-ima-cunning-single TEST adpcm-ima-cunning-track0 TEST adpcm-ima-cunning-track1 TEST adpcm-ima-cunning-trunc-t1 TEST adpcm-ima-cunning-trunc-t2-track0 TEST adpcm-ima-cunning-trunc-t2-track1 TEST adpcm-ima-cunning-trunc-t2a-track0 TEST adpcm-ima-cunning-trunc-t2a-track1 TEST adpcm-ima-cunning-trunc-h2 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-av1-av1-1-b8-02-allintra TEST cbs-av1-av1-1-b8-03-sizedown TEST cbs-av1-av1-1-b8-03-sizeup TEST cbs-av1-av1-1-b8-04-cdfupdate TEST cbs-av1-av1-1-b8-05-mv TEST cbs-av1-av1-1-b8-06-mfmv TEST cbs-av1-av1-1-b8-22-svc-L1T2 TEST cbs-av1-av1-1-b8-22-svc-L2T1 TEST cbs-av1-av1-1-b8-22-svc-L2T2 TEST cbs-av1-av1-1-b8-23-film_grain-50 TEST cbs-av1-av1-1-b10-23-film_grain-50 TEST cbs-av1-decode_model TEST cbs-av1-frames_refs_short_signaling TEST cbs-av1-non_uniform_tiling TEST cbs-av1-seq_hdr_op_param_info TEST cbs-av1-switch_frame 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 TEST filter-tremolo 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 CC tools/venc_data_dump.o 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-bsf-mp4toannexb TEST h264-direct-bff TEST h264-brokensps-2580 TEST h264-xavc-4389 TEST h264-attachment-631 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_6 TEST hevc-conformance-AMP_D_Hisilicon TEST hevc-conformance-AMP_E_Hisilicon 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-CAINIT_A_SHARP_4 TEST hevc-conformance-CAINIT_B_SHARP_4 TEST hevc-conformance-CAINIT_C_SHARP_3 TEST hevc-conformance-CAINIT_D_SHARP_3 TEST hevc-conformance-CAINIT_E_SHARP_3 TEST hevc-conformance-CAINIT_F_SHARP_3 TEST hevc-conformance-CAINIT_G_SHARP_3 TEST hevc-conformance-CAINIT_H_SHARP_3 TEST hevc-conformance-CIP_A_Panasonic_3 TEST hevc-conformance-cip_B_NEC_3 TEST hevc-conformance-CIP_C_Panasonic_2 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-LS_B_ORANGE_4 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-NUT_A_ericsson_5 TEST hevc-conformance-OPFLAG_A_Qualcomm_1 TEST hevc-conformance-OPFLAG_B_Qualcomm_1 TEST hevc-conformance-OPFLAG_C_Qualcomm_1 TEST hevc-conformance-PICSIZE_A_Bossen_1 TEST hevc-conformance-PICSIZE_B_Bossen_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_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-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_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-TILES_B_Cisco_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-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-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-skiploopfilter TEST hevc-conformance-Main_422_10_B_RExt_Sony_1 TEST hevc-conformance-SAO_A_RExt_MediaTek_1 TEST hevc-paramchange-yuv420p-yuv420p10 TEST hevc-extradata-reload TEST hevc-two-first-slice TEST hevc-cabac-tudepth TEST indeo4 TEST indeo5 TEST matroska-prores-zlib TEST matroska-prores-header-insertion-bz2 TEST matroska-remux TEST matroska-xiph-lacing TEST matroska-wavpack-missing-codecprivate TEST matroska-zlib-decompression TEST matroska-lzo-decompression TEST matroska-flac-channel-mapping TEST matroska-flac-extradata-update TEST mov-3elist 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-gpmf-remux TEST mov-440hz-10ms TEST mov-ibi-elst-starts-b 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 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 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-01 TEST mpeg4-als-conformance-02 TEST mpeg4-als-conformance-03 TEST mpeg4-als-conformance-04 TEST mpeg4-als-conformance-05 TEST mpeg4-als-conformance-09 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 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 vp4 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-al05_44 TEST aac-al06_44 TEST aac-al07_96 TEST aac-al15_44 TEST aac-al17_44 TEST aac-al18_44 TEST aac-am00_88 TEST aac-am05_44 TEST aac-al_sbr_hq_cm_48_2 TEST aac-al_sbr_hq_cm_48_5.1 TEST aac-al_sbr_hq_sr_48_2_fsaac48 TEST aac-al_sbr_ps_04_ur TEST aac-al_sbr_ps_06_ur TEST aac-ap05_48 TEST aac-er_ad6000np_44_ep0 TEST aac-er_eld1001np_44_ep0 TEST aac-er_eld2000np_48_ep0 TEST aac-er_eld2100np_48_ep0 TEST aac-ct-sbr_bc-ps_i.3gp TEST aac-ct-sbr_bic-ps_i.3gp TEST aac-ct-sbr_bc-ps_bc.mp4 TEST aac-ct-sbr_bc-ps_i.mp4 TEST aac-ct-sbr_i-ps_bic.mp4 TEST aac-ct-sbr_i-ps_i.mp4 TEST aac-fixed-al04_44 TEST aac-fixed-al05_44 TEST aac-fixed-al06_44 TEST aac-fixed-al15_44 TEST aac-fixed-al17_44 TEST aac-fixed-al18_44 TEST aac-fixed-al_sbr_hq_cm_48_2 TEST aac-fixed-al_sbr_hq_cm_48_5.1 TEST aac-fixed-al_sbr_hq_sr_48_2_fsaac48 TEST aac-fixed-ap05_48 TEST aac-fixed-er_ad6000np_44_ep0 TEST aac-fixed-er_eld1001np_44_ep0 TEST aac-fixed-er_eld2000np_48_ep0 TEST aac-latm_000000001180bc60 TEST aac-latm_stereo_to_51 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 dsf-dst 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 truehd-5.1 TEST truehd-5.1-downmix-2.0 TEST truehd-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 av1-annexb-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 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-meta-4560-rotate0 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 hls-live-no-endlist TEST hls-live-last-endlist TEST hls-live-endlist TEST hls-segment-size TEST hls-segment-single TEST hls-init-time TEST hls-list-size TEST hls-fmp4 --- /home/fate/ffmpeg/tests/ref/fate/hls-fmp4 2019-07-15 13:59:13.225752259 +0000 +++ tests/data/fate/hls-fmp4 2020-07-26 20:07:44.312887953 +0000 @@ -1,198 +0,0 @@ -#tb 0: 1/44100 -#media_type 0: audio -#codec_id 0: pcm_s16le -#sample_rate 0: 44100 -#channel_layout 0: 4 -#channel_layout_name 0: mono -0, 0, 0, 1152, 2304, 0x907cb7fa -0, 1152, 1152, 1152, 2304, 0xb8dc7525 -0, 2304, 2304, 1152, 2304, 0x3e7d6905 -0, 3456, 3456, 1152, 2304, 0xef47877b -0, 4608, 4608, 1152, 2304, 0xfe916b7e -0, 5760, 5760, 1152, 2304, 0xe3d08cde -0, 6912, 6912, 1152, 2304, 0xff7f86cf -0, 8064, 8064, 1152, 2304, 0x843e6f95 -0, 9216, 9216, 1152, 2304, 0x81577c26 -0, 10368, 10368, 1152, 2304, 0x04a085d5 -0, 11520, 11520, 1152, 2304, 0x1c5a76f5 -0, 12672, 12672, 1152, 2304, 0x4ee78623 -0, 13824, 13824, 1152, 2304, 0x8ec861dc -0, 14976, 14976, 1152, 2304, 0x0ca179d8 -0, 16128, 16128, 1152, 2304, 0xc6da750f -0, 17280, 17280, 1152, 2304, 0xf6bf79b5 -0, 18432, 18432, 1152, 2304, 0x97b88a43 -0, 19584, 19584, 1152, 2304, 0xf13c7b9c -0, 20736, 20736, 1152, 2304, 0xdfba83af -0, 21888, 21888, 1152, 2304, 0xc9467d4b -0, 23040, 23040, 1152, 2304, 0xbbb58e2b -0, 24192, 24192, 1152, 2304, 0x3a1078ea -0, 25344, 25344, 1152, 2304, 0xe9587a5c -0, 26496, 26496, 1152, 2304, 0xef5a8039 -0, 27648, 27648, 1152, 2304, 0x9d5f782f -0, 28800, 28800, 1152, 2304, 0x1a548291 -0, 29952, 29952, 1152, 2304, 0x07517701 -0, 31104, 31104, 1152, 2304, 0x78127d6e -0, 32256, 32256, 1152, 2304, 0x62e2788a -0, 33408, 33408, 1152, 2304, 0x29397ad9 -0, 34560, 34560, 1152, 2304, 0x45da82d6 -0, 35712, 35712, 1152, 2304, 0x8ed66e51 -0, 36864, 36864, 1152, 2304, 0x660775cd -0, 38016, 38016, 1152, 2304, 0x802c767a -0, 39168, 39168, 1152, 2304, 0xcc055840 -0, 40320, 40320, 1152, 2304, 0x701b7eaf -0, 41472, 41472, 1152, 2304, 0x8290749f -0, 42624, 42624, 1152, 2304, 0x2c7b7d30 -0, 43776, 43776, 1152, 2304, 0xe4f17743 -0, 44928, 44928, 1152, 2304, 0x0e747d6e -0, 46080, 46080, 1152, 2304, 0xbe7775a0 -0, 47232, 47232, 1152, 2304, 0xcf797673 -0, 48384, 48384, 1152, 2304, 0x29cb7800 -0, 49536, 49536, 1152, 2304, 0xfc947890 -0, 50688, 50688, 1152, 2304, 0x62757fc6 -0, 51840, 51840, 1152, 2304, 0x098876d0 -0, 52992, 52992, 1152, 2304, 0xa9567ee2 -0, 54144, 54144, 1152, 2304, 0xe3bb9173 -0, 55296, 55296, 1152, 2304, 0xcc2d6dee -0, 56448, 56448, 1152, 2304, 0xe94591ab -0, 57600, 57600, 1152, 2304, 0x5c7588de -0, 58752, 58752, 1152, 2304, 0xfd83643c -0, 59904, 59904, 1152, 2304, 0x528177f1 -0, 61056, 61056, 1152, 2304, 0x65d08474 -0, 62208, 62208, 1152, 2304, 0x738d765b -0, 63360, 63360, 1152, 2304, 0xdd3d810e -0, 64512, 64512, 1152, 2304, 0xef4f90d3 -0, 65664, 65664, 1152, 2304, 0x61e28d43 -0, 66816, 66816, 1152, 2304, 0x9a11796b -0, 67968, 67968, 1152, 2304, 0x96c97dcd -0, 69120, 69120, 1152, 2304, 0xa8fe8621 -0, 70272, 70272, 1152, 2304, 0x499b7d38 -0, 71424, 71424, 1152, 2304, 0xfcb078a9 -0, 72576, 72576, 1152, 2304, 0x40d78651 -0, 73728, 73728, 1152, 2304, 0xa4af7234 -0, 74880, 74880, 1152, 2304, 0x6831870a -0, 76032, 76032, 1152, 2304, 0x030e7b9d -0, 77184, 77184, 1152, 2304, 0x445a75b6 -0, 78336, 78336, 1152, 2304, 0x09857389 -0, 79488, 79488, 1152, 2304, 0x0d018866 -0, 80640, 80640, 1152, 2304, 0x2afe810a -0, 81792, 81792, 1152, 2304, 0x0bcf7c43 -0, 82944, 82944, 1152, 2304, 0x13737c12 -0, 84096, 84096, 1152, 2304, 0x716c7bba -0, 85248, 85248, 1152, 2304, 0xb801823b -0, 86400, 86400, 1152, 2304, 0x0fd573ee -0, 87552, 87552, 1152, 2304, 0xe1ab879c -0, 88704, 88704, 1152, 2304, 0x49e6764f -0, 89856, 89856, 1152, 2304, 0xd5f26ddc -0, 91008, 91008, 1152, 2304, 0x076775ff -0, 92160, 92160, 1152, 2304, 0xfbb86fce -0, 93312, 93312, 1152, 2304, 0x20c56858 -0, 94464, 94464, 1152, 2304, 0x043e6891 -0, 95616, 95616, 1152, 2304, 0x59648729 -0, 96768, 96768, 1152, 2304, 0xd4907a63 -0, 97920, 97920, 1152, 2304, 0xd0208a4c -0, 99072, 99072, 1152, 2304, 0xce968383 -0, 100224, 100224, 1152, 2304, 0x3cfc7cd1 -0, 101376, 101376, 1152, 2304, 0x628a7bf5 -0, 102528, 102528, 1152, 2304, 0x9cfe8a4f -0, 103680, 103680, 1152, 2304, 0xdf6f7c6d -0, 104832, 104832, 1152, 2304, 0x6cf6882a -0, 105984, 105984, 1152, 2304, 0x099773a3 -0, 107136, 107136, 1152, 2304, 0x4a1c7649 -0, 108288, 108288, 1152, 2304, 0x31ea71cb -0, 109440, 109440, 1152, 2304, 0xed127ed9 -0, 110592, 110592, 1152, 2304, 0x5b156954 -0, 111744, 111744, 1152, 2304, 0xdd638532 -0, 112896, 112896, 1152, 2304, 0xf1a271f2 -0, 114048, 114048, 1152, 2304, 0x779184d7 -0, 115200, 115200, 1152, 2304, 0x49a88aa8 -0, 116352, 116352, 1152, 2304, 0xa11b7c90 -0, 117504, 117504, 1152, 2304, 0xbf488274 -0, 118656, 118656, 1152, 2304, 0x002f79a8 -0, 119808, 119808, 1152, 2304, 0x0ed97e2f -0, 120960, 120960, 1152, 2304, 0x7845878f -0, 122112, 122112, 1152, 2304, 0x46d777dc -0, 123264, 123264, 1152, 2304, 0x8d0179e3 -0, 124416, 124416, 1152, 2304, 0x38917f9f -0, 125568, 125568, 1152, 2304, 0x449876e7 -0, 126720, 126720, 1152, 2304, 0x001a8769 -0, 127872, 127872, 1152, 2304, 0x06c1826b -0, 129024, 129024, 1152, 2304, 0x41b68047 -0, 130176, 130176, 1152, 2304, 0xeb9782c6 -0, 131328, 131328, 1152, 2304, 0x7cd9719c -0, 132480, 132480, 1152, 2304, 0x3a4a767c -0, 133632, 133632, 1152, 2304, 0x7f887e81 -0, 134784, 134784, 1152, 2304, 0xf75d714b -0, 135936, 135936, 1152, 2304, 0x33b57e9f -0, 137088, 137088, 1152, 2304, 0xc732749e -0, 138240, 138240, 1152, 2304, 0x386f7e1a -0, 139392, 139392, 1152, 2304, 0x6b9c767d -0, 140544, 140544, 1152, 2304, 0x701c83e5 -0, 141696, 141696, 1152, 2304, 0xb92571e1 -0, 142848, 142848, 1152, 2304, 0x833a84bc -0, 144000, 144000, 1152, 2304, 0x1b6984e0 -0, 145152, 145152, 1152, 2304, 0x1b2474ba -0, 146304, 146304, 1152, 2304, 0xc22775a6 -0, 147456, 147456, 1152, 2304, 0x3e8f7972 -0, 148608, 148608, 1152, 2304, 0x17a28a65 -0, 149760, 149760, 1152, 2304, 0x9b6178a4 -0, 150912, 150912, 1152, 2304, 0x5d707873 -0, 152064, 152064, 1152, 2304, 0x68e2645a -0, 153216, 153216, 1152, 2304, 0x1e377d28 -0, 154368, 154368, 1152, 2304, 0x54b384be -0, 155520, 155520, 1152, 2304, 0x0617808c -0, 156672, 156672, 1152, 2304, 0xbc2b8a6c -0, 157824, 157824, 1152, 2304, 0x7ced7180 -0, 158976, 158976, 1152, 2304, 0xf22180ab -0, 160128, 160128, 1152, 2304, 0xf13682c9 -0, 161280, 161280, 1152, 2304, 0x7eff87fd -0, 162432, 162432, 1152, 2304, 0x5a0b5cec -0, 163584, 163584, 1152, 2304, 0x57c18906 -0, 164736, 164736, 1152, 2304, 0xb55a6a16 -0, 165888, 165888, 1152, 2304, 0xf2608371 -0, 167040, 167040, 1152, 2304, 0x36df7576 -0, 168192, 168192, 1152, 2304, 0xdb106fb4 -0, 169344, 169344, 1152, 2304, 0x7e4f85d0 -0, 170496, 170496, 1152, 2304, 0xe3ee78ab -0, 171648, 171648, 1152, 2304, 0xd36b7dc7 -0, 172800, 172800, 1152, 2304, 0xadab7c5c -0, 173952, 173952, 1152, 2304, 0x70786f26 -0, 175104, 175104, 1152, 2304, 0xcd5d717e -0, 176256, 176256, 1152, 2304, 0xc1a96f9a -0, 177408, 177408, 1152, 2304, 0xad777887 -0, 178560, 178560, 1152, 2304, 0x98277c16 -0, 179712, 179712, 1152, 2304, 0x868882c5 -0, 180864, 180864, 1152, 2304, 0xc48092b9 -0, 182016, 182016, 1152, 2304, 0x230069da -0, 183168, 183168, 1152, 2304, 0x14147ad6 -0, 184320, 184320, 1152, 2304, 0xc9007172 -0, 185472, 185472, 1152, 2304, 0x85d67bcc -0, 186624, 186624, 1152, 2304, 0x22418bab -0, 187776, 187776, 1152, 2304, 0xe53c8b71 -0, 188928, 188928, 1152, 2304, 0x5a1a9053 -0, 190080, 190080, 1152, 2304, 0x9cd179af -0, 191232, 191232, 1152, 2304, 0xbb3c7d72 -0, 192384, 192384, 1152, 2304, 0x477a8677 -0, 193536, 193536, 1152, 2304, 0xe3337834 -0, 194688, 194688, 1152, 2304, 0x1cb56d77 -0, 195840, 195840, 1152, 2304, 0xe89d6dac -0, 196992, 196992, 1152, 2304, 0xd468827e -0, 198144, 198144, 1152, 2304, 0xebc46b87 -0, 199296, 199296, 1152, 2304, 0x5fbb78d2 -0, 200448, 200448, 1152, 2304, 0xa1b483d6 -0, 201600, 201600, 1152, 2304, 0x6fec7cab -0, 202752, 202752, 1152, 2304, 0xd86d6f6c -0, 203904, 203904, 1152, 2304, 0x8c2c7d51 -0, 205056, 205056, 1152, 2304, 0xe8377cd7 -0, 206208, 206208, 1152, 2304, 0xb57071b4 -0, 207360, 207360, 1152, 2304, 0xc35c71fd -0, 208512, 208512, 1152, 2304, 0x789079e9 -0, 209664, 209664, 1152, 2304, 0x413b710e -0, 210816, 210816, 1152, 2304, 0x82678332 -0, 211968, 211968, 1152, 2304, 0xe1576e75 -0, 213120, 213120, 1152, 2304, 0x7c0b7ad6 -0, 214272, 214272, 1152, 2304, 0xc6b6786d -0, 215424, 215424, 1152, 2304, 0x736f7b89 -0, 216576, 216576, 1152, 2304, 0x0ded72f1 -0, 217728, 217728, 1152, 2304, 0xcb877a3c -0, 218880, 218880, 1152, 2304, 0x7c497d40 -0, 220032, 220032, 1152, 2304, 0xb4a77052 Test hls-fmp4 failed. Look at tests/data/fate/hls-fmp4.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-hls-fmp4] Error 1 TEST hls-fmp4_ac3 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-rgtc2u TEST dds-rgtc2s 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-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 segment-adts-to-mkv GEN tests/data/adts-to-mkv-cated-000.mkv GEN tests/data/adts-to-mkv-cated-001.mkv GEN tests/data/adts-to-mkv-cated-002.mkv GEN tests/data/adts-to-mkv-cated-all.mkv 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 mjpeg-ticket3229 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 smvjpeg failed. Look at tests/data/fate/smvjpeg.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-smvjpeg] Error 1 TEST g723_1-dec-1 TEST g723_1-dec-2 TEST g723_1-dec-3 TEST g723_1-dec-4 TEST g723_1-dec-5 TEST g723_1-dec-6 TEST g723_1-dec-7 TEST g723_1-dec-8 TEST g726-encode-2bit TEST g726-encode-3bit TEST g726-encode-4bit TEST g726-encode-5bit TEST gsm-ms TEST gsm-toast TEST qcelp TEST truespeech TEST twinvq TEST vqf-demux TEST canopus-cllc-argb TEST canopus-cllc-rgb TEST canopus-cllc-yuy2-noblock TEST canopus-hq_hqa-hq TEST canopus-hq_hqa-hqa TEST canopus-hq_hqa-inter TEST canopus-hqx422 TEST canopus-hqx422a TEST ffmpeg-attached_pics TEST ffmpeg-filter_colorkey TEST force_key_frames TEST sub2video TEST sub2video_basic --- /home/fate/ffmpeg/tests/ref/fate/force_key_frames 2017-03-24 21:02:53.619713101 +0000 +++ tests/data/fate/force_key_frames 2020-07-26 20:16:43.089034628 +0000 @@ -1,4 +0,0 @@ -07567b9528b8de523faaf49e4e1e0fc6 *tests/data/fate/force_key_frames.avi -113312 tests/data/fate/force_key_frames.avi -b2e92b97bac0243242281d71108ffdbd *tests/data/fate/force_key_frames.out.framecrc -stddev:34612.83 PSNR: 5.54 MAXDIFF:61408 bytes: 7603200/ 264 Test force_key_frames failed. Look at tests/data/fate/force_key_frames.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-force_key_frames] Error 1 TEST sub2video_time_limited TEST rgb24-mkv TEST adtstoasc_ticket3715 Test rgb24-mkv failed. Look at tests/data/fate/rgb24-mkv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-rgb24-mkv] Error 1 TEST h264_mp4toannexb_ticket2991 TEST h264_mp4toannexb_ticket5927 TEST h264_mp4toannexb_ticket5927_2 Test sub2video failed. Look at tests/data/fate/sub2video.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-sub2video] Error 1 TEST ffmpeg-bsf-remove-k TEST ffmpeg-bsf-remove-r 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 ffmpeg-streamloop TEST time_base TEST hapqa-extract-snappy1-to-hapq 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-scdet Test filter-metadata-scenedetect failed. Look at tests/data/fate/filter-metadata-scenedetect.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-filter-metadata-scenedetect] Error 1 TEST filter-metadata-cropdetect Test filter-metadata-scdet failed. Look at tests/data/fate/filter-metadata-scdet.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-filter-metadata-scdet] Error 1 TEST filter-metadata-freezedetect Test filter-metadata-freezedetect failed. Look at tests/data/fate/filter-metadata-freezedetect.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-filter-metadata-freezedetect] Error 1 TEST filter-metadata-signalstats-yuv420p Test filter-metadata-signalstats-yuv420p failed. Look at tests/data/fate/filter-metadata-signalstats-yuv420p.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-filter-metadata-signalstats-yuv420p] Error 1 TEST filter-metadata-signalstats-yuv420p10 Test filter-metadata-signalstats-yuv420p10 failed. Look at tests/data/fate/filter-metadata-signalstats-yuv420p10.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-filter-metadata-signalstats-yuv420p10] Error 1 TEST filter-metadata-silencedetect Test filter-metadata-cropdetect failed. Look at tests/data/fate/filter-metadata-cropdetect.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-filter-metadata-cropdetect] Error 1 TEST filter-metadata-ebur128 TEST filter-metadata-readvitc-def TEST filter-metadata-readvitc-thr Test filter-metadata-readvitc-def failed. Look at tests/data/fate/filter-metadata-readvitc-def.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-filter-metadata-readvitc-def] Error 1 TEST filter-metadata-avf-aphase-meter-mono Test filter-metadata-readvitc-thr failed. Look at tests/data/fate/filter-metadata-readvitc-thr.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-filter-metadata-readvitc-thr] Error 1 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-init-nonkeyframe TEST mov-displaymatrix TEST mov-spherical-mono 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 TEST webm-dash-chapters LD tools/qt-faststart 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 dnn-layer-pad TEST dnn-layer-conv2d TEST dnn-layer-depth2space TEST dnn-layer-mathbinary TEST dnn-layer-maximum TEST dnn-layer-mathunary 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 h265-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-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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-asv1 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-asv1 2020-07-26 20:22:44.242009424 +0000 @@ -1,4 +0,0 @@ -8f1ab10246da351b6be88dd74319f76e *tests/data/fate/vsynth1-asv1.avi -1298620 tests/data/fate/vsynth1-asv1.avi -a4f95c58e8b9258da52b9d09153b1078 *tests/data/fate/vsynth1-asv1.out.rawvideo -stddev: 11.89 PSNR: 26.62 MAXDIFF: 132 bytes: 7603200/ 7603200 Test vsynth1-asv1 failed. Look at tests/data/fate/vsynth1-asv1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-asv1] Error 1 TEST vsynth1-cinepak --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-asv2 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-asv2 2020-07-26 20:22:45.628674706 +0000 @@ -1,4 +0,0 @@ -ea142aefed8e72a2e39cdef350c315ed *tests/data/fate/vsynth1-asv2.avi -1434412 tests/data/fate/vsynth1-asv2.avi -cb1f5560005800e889bfbb36cdc9fc40 *tests/data/fate/vsynth1-asv2.out.rawvideo -stddev: 8.36 PSNR: 29.68 MAXDIFF: 58 bytes: 7603200/ 7603200 Test vsynth1-asv2 failed. Look at tests/data/fate/vsynth1-asv2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-asv2] Error 1 TEST vsynth1-cljr --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-amv 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-amv 2020-07-26 20:22:42.555344441 +0000 @@ -1,4 +0,0 @@ -9e155fcedb3b853876e9ea4233971803 *tests/data/fate/vsynth1-amv.avi -1365500 tests/data/fate/vsynth1-amv.avi -e38681b9527b6d2531942f8a176a0265 *tests/data/fate/vsynth1-amv.out.rawvideo -stddev: 10.07 PSNR: 28.06 MAXDIFF: 98 bytes: 7603200/ 7603200 Test vsynth1-amv failed. Look at tests/data/fate/vsynth1-amv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-amv] Error 1 TEST vsynth1-dnxhd-720p --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-cljr 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-cljr 2020-07-26 20:22:53.608666737 +0000 @@ -1,4 +0,0 @@ -085c6c83b0ef1ff6b3abd598f296e01e *tests/data/fate/vsynth1-cljr.avi -5075652 tests/data/fate/vsynth1-cljr.avi -7bd979b8b397f7bac22a0102c7889452 *tests/data/fate/vsynth1-cljr.out.rawvideo -stddev: 6.74 PSNR: 31.55 MAXDIFF: 84 bytes: 7603200/ 7603200 Test vsynth1-cljr failed. Look at tests/data/fate/vsynth1-cljr.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-cljr] Error 1 TEST vsynth1-dnxhd-720p-rd --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-dnxhd-720p 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-dnxhd-720p 2020-07-26 20:22:54.121999557 +0000 @@ -1,4 +0,0 @@ -af03d57b8320568027162132643f7814 *tests/data/fate/vsynth1-dnxhd-720p.dnxhd -2293760 tests/data/fate/vsynth1-dnxhd-720p.dnxhd -5f9fba5bacda81e77a72d8a816612564 *tests/data/fate/vsynth1-dnxhd-720p.out.rawvideo -stddev: 6.22 PSNR: 32.24 MAXDIFF: 64 bytes: 7603200/ 760320 Test vsynth1-dnxhd-720p failed. Look at tests/data/fate/vsynth1-dnxhd-720p.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-dnxhd-720p] Error 1 TEST vsynth1-dnxhd-720p-10bit --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-dnxhd-720p-10bit 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-dnxhd-720p-10bit 2020-07-26 20:23:18.275308757 +0000 @@ -1,4 +0,0 @@ -f8c4b7aa165a80df2485d526161290a3 *tests/data/fate/vsynth1-dnxhd-720p-10bit.dnxhd -2293760 tests/data/fate/vsynth1-dnxhd-720p-10bit.dnxhd -87f1f0e074466facd3a9922ecc8311db *tests/data/fate/vsynth1-dnxhd-720p-10bit.out.rawvideo -stddev: 6.23 PSNR: 32.23 MAXDIFF: 64 bytes: 7603200/ 760320 Test vsynth1-dnxhd-720p-10bit failed. Look at tests/data/fate/vsynth1-dnxhd-720p-10bit.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-dnxhd-720p-10bit] Error 1 TEST vsynth1-dnxhd-720p-hr-lb --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-dnxhd-720p-rd 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-dnxhd-720p-rd 2020-07-26 20:23:01.898658455 +0000 @@ -1,4 +0,0 @@ -276e5175376051218b0e3eb36f9e9a63 *tests/data/fate/vsynth1-dnxhd-720p-rd.dnxhd -2293760 tests/data/fate/vsynth1-dnxhd-720p-rd.dnxhd -1c75ad86ccd5cc2112da7d43ace50dbf *tests/data/fate/vsynth1-dnxhd-720p-rd.out.rawvideo -stddev: 6.23 PSNR: 32.23 MAXDIFF: 64 bytes: 7603200/ 760320 Test vsynth1-dnxhd-720p-rd failed. Look at tests/data/fate/vsynth1-dnxhd-720p-rd.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-dnxhd-720p-rd] Error 1 TEST vsynth1-dnxhd-edge1-hr --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-dnxhd-720p-hr-lb 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-dnxhd-720p-hr-lb 2020-07-26 20:23:42.625284414 +0000 @@ -1,4 +0,0 @@ -08cbfe9b9f671cdb9dddc9307121d107 *tests/data/fate/vsynth1-dnxhd-720p-hr-lb.dnxhd -409600 tests/data/fate/vsynth1-dnxhd-720p-hr-lb.dnxhd -77e510e3538313b1cbafb86ed248d2df *tests/data/fate/vsynth1-dnxhd-720p-hr-lb.out.rawvideo -stddev: 7.50 PSNR: 30.62 MAXDIFF: 64 bytes: 7603200/ 760320 Test vsynth1-dnxhd-720p-hr-lb failed. Look at tests/data/fate/vsynth1-dnxhd-720p-hr-lb.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-dnxhd-720p-hr-lb] Error 1 TEST vsynth1-dnxhd-edge2-hr --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-dnxhd-edge1-hr 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-dnxhd-edge1-hr 2020-07-26 20:24:10.058590305 +0000 @@ -1,4 +0,0 @@ -58dfc47406a4cb7ca344dd7b2fe3fcdb *tests/data/fate/vsynth1-dnxhd-edge1-hr.dnxhd -81920 tests/data/fate/vsynth1-dnxhd-edge1-hr.dnxhd -6e4070ef8005ca5c56be1ad63e7ee596 *tests/data/fate/vsynth1-dnxhd-edge1-hr.out.rawvideo -stddev: 16.03 PSNR: 24.03 MAXDIFF: 150 bytes: 7603200/ 760320 Test vsynth1-dnxhd-edge1-hr failed. Look at tests/data/fate/vsynth1-dnxhd-edge1-hr.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-dnxhd-edge1-hr] Error 1 TEST vsynth1-dnxhd-edge3-hr --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-dnxhd-edge2-hr 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-dnxhd-edge2-hr 2020-07-26 20:24:13.075253953 +0000 @@ -1,4 +0,0 @@ -3ebeb52ae53a5b2ae4a0d90fa728c4fa *tests/data/fate/vsynth1-dnxhd-edge2-hr.dnxhd -81920 tests/data/fate/vsynth1-dnxhd-edge2-hr.dnxhd -1763637504f89c4e1a50a4de25c5e58a *tests/data/fate/vsynth1-dnxhd-edge2-hr.out.rawvideo -stddev: 15.86 PSNR: 24.12 MAXDIFF: 157 bytes: 7603200/ 760320 Test vsynth1-dnxhd-edge2-hr failed. Look at tests/data/fate/vsynth1-dnxhd-edge2-hr.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-dnxhd-edge2-hr] Error 1 TEST vsynth1-dnxhd-4k-hr-lb --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-dnxhd-edge3-hr 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-dnxhd-edge3-hr 2020-07-26 20:24:13.461920233 +0000 @@ -1,4 +0,0 @@ -d509f1f4a48aa2d11a6c2940e330a96d *tests/data/fate/vsynth1-dnxhd-edge3-hr.dnxhd -81920 tests/data/fate/vsynth1-dnxhd-edge3-hr.dnxhd -1798764ddce650db42e6e75c7c5330e0 *tests/data/fate/vsynth1-dnxhd-edge3-hr.out.rawvideo -stddev: 16.36 PSNR: 23.85 MAXDIFF: 152 bytes: 7603200/ 760320 Test vsynth1-dnxhd-edge3-hr failed. Look at tests/data/fate/vsynth1-dnxhd-edge3-hr.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-dnxhd-edge3-hr] Error 1 TEST vsynth1-dnxhd-2k-hr-hq --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-dnxhd-2k-hr-hq 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-dnxhd-2k-hr-hq 2020-07-26 20:24:16.758583600 +0000 @@ -1,4 +0,0 @@ -75cade089b56bb2f7a7a2133403cd3ac *tests/data/fate/vsynth1-dnxhd-2k-hr-hq.dnxhd -4894720 tests/data/fate/vsynth1-dnxhd-2k-hr-hq.dnxhd -1bab73266d809d523edb6ab7802001a8 *tests/data/fate/vsynth1-dnxhd-2k-hr-hq.out.rawvideo -stddev: 5.73 PSNR: 32.96 MAXDIFF: 55 bytes: 7603200/ 760320 Test vsynth1-dnxhd-2k-hr-hq failed. Look at tests/data/fate/vsynth1-dnxhd-2k-hr-hq.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-dnxhd-2k-hr-hq] Error 1 TEST vsynth1-dnxhd-uhd-hr-sq TEST vsynth1-vc2-420p --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-vc2-420p 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-vc2-420p 2020-07-26 20:25:02.961870674 +0000 @@ -1,4 +0,0 @@ -74df65b15463f098587d8c09d87286a1 *tests/data/fate/vsynth1-vc2-420p.mov -1155415 tests/data/fate/vsynth1-vc2-420p.mov -387696707c79cf1a6c9aeff4024226b9 *tests/data/fate/vsynth1-vc2-420p.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 760320 Test vsynth1-vc2-420p failed. Look at tests/data/fate/vsynth1-vc2-420p.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-vc2-420p] Error 1 TEST vsynth1-vc2-420p10 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-vc2-420p10 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-vc2-420p10 2020-07-26 20:25:07.061866568 +0000 @@ -1,4 +0,0 @@ -f469f3b94c9262fd421a67b20e1809e7 *tests/data/fate/vsynth1-vc2-420p10.mov -1417047 tests/data/fate/vsynth1-vc2-420p10.mov -387696707c79cf1a6c9aeff4024226b9 *tests/data/fate/vsynth1-vc2-420p10.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 760320 Test vsynth1-vc2-420p10 failed. Look at tests/data/fate/vsynth1-vc2-420p10.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-vc2-420p10] Error 1 TEST vsynth1-vc2-420p12 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-vc2-420p12 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-vc2-420p12 2020-07-26 20:25:11.495195460 +0000 @@ -1,4 +0,0 @@ -9e482c1b03d49cfec89c6515888bc735 *tests/data/fate/vsynth1-vc2-420p12.mov -1746007 tests/data/fate/vsynth1-vc2-420p12.mov -387696707c79cf1a6c9aeff4024226b9 *tests/data/fate/vsynth1-vc2-420p12.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 760320 Test vsynth1-vc2-420p12 failed. Look at tests/data/fate/vsynth1-vc2-420p12.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-vc2-420p12] Error 1 TEST vsynth1-vc2-422p --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-vc2-422p 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-vc2-422p 2020-07-26 20:25:17.195189749 +0000 @@ -1,4 +0,0 @@ -19b0ed7a894cda7378ace68f05c143cd *tests/data/fate/vsynth1-vc2-422p.mov -1229783 tests/data/fate/vsynth1-vc2-422p.mov -57a7f41235e7f9f094aa7ba5bdc82f02 *tests/data/fate/vsynth1-vc2-422p.out.rawvideo -stddev: 1.89 PSNR: 42.58 MAXDIFF: 23 bytes: 7603200/ 760320 Test vsynth1-vc2-422p failed. Look at tests/data/fate/vsynth1-vc2-422p.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-vc2-422p] Error 1 TEST vsynth1-vc2-422p10 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-vc2-422p10 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-vc2-422p10 2020-07-26 20:25:22.181851419 +0000 @@ -1,4 +0,0 @@ -e3ddb55b47e8960eba9412c4e38ce77a *tests/data/fate/vsynth1-vc2-422p10.mov -1684055 tests/data/fate/vsynth1-vc2-422p10.mov -f35dd1c1df4726bb1d75d95e321b0698 *tests/data/fate/vsynth1-vc2-422p10.out.rawvideo -stddev: 1.88 PSNR: 42.61 MAXDIFF: 23 bytes: 7603200/ 760320 Test vsynth1-vc2-422p10 failed. Look at tests/data/fate/vsynth1-vc2-422p10.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-vc2-422p10] Error 1 TEST vsynth1-vc2-422p12 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-vc2-422p12 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-vc2-422p12 2020-07-26 20:25:27.465179457 +0000 @@ -1,4 +0,0 @@ -4dd111ed0272534faa258cb6a2dab13d *tests/data/fate/vsynth1-vc2-422p12.mov -2135131 tests/data/fate/vsynth1-vc2-422p12.mov -1b56b3d127320c0e6c643e3430b7ffd1 *tests/data/fate/vsynth1-vc2-422p12.out.rawvideo -stddev: 1.88 PSNR: 42.62 MAXDIFF: 23 bytes: 7603200/ 760320 Test vsynth1-vc2-422p12 failed. Look at tests/data/fate/vsynth1-vc2-422p12.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-vc2-422p12] Error 1 TEST vsynth1-vc2-444p --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-vc2-444p 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-vc2-444p 2020-07-26 20:25:33.315173595 +0000 @@ -1,4 +0,0 @@ -377d8c8f5bf8cec078d96d4d62df6296 *tests/data/fate/vsynth1-vc2-444p.mov -1593810 tests/data/fate/vsynth1-vc2-444p.mov -791cf0f21558ad4a4cad43da05628e06 *tests/data/fate/vsynth1-vc2-444p.out.rawvideo -stddev: 2.69 PSNR: 39.51 MAXDIFF: 37 bytes: 7603200/ 760320 Test vsynth1-vc2-444p failed. Look at tests/data/fate/vsynth1-vc2-444p.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-vc2-444p] Error 1 TEST vsynth1-vc2-444p10 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-vc2-444p10 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-vc2-444p10 2020-07-26 20:25:39.471834091 +0000 @@ -1,4 +0,0 @@ -dca4f23469c7446fecf5c123bbc71b2b *tests/data/fate/vsynth1-vc2-444p10.mov -2167643 tests/data/fate/vsynth1-vc2-444p10.mov -0e2cd6d0e1d68ffee64d269dcb57d66d *tests/data/fate/vsynth1-vc2-444p10.out.rawvideo -stddev: 2.69 PSNR: 39.53 MAXDIFF: 37 bytes: 7603200/ 760320 Test vsynth1-vc2-444p10 failed. Look at tests/data/fate/vsynth1-vc2-444p10.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-vc2-444p10] Error 1 TEST vsynth1-vc2-444p12 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-vc2-444p12 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-vc2-444p12 2020-07-26 20:25:46.111827434 +0000 @@ -1,4 +0,0 @@ -f5ef425d9d29829e8dc4287ef253d3c7 *tests/data/fate/vsynth1-vc2-444p12.mov -2755159 tests/data/fate/vsynth1-vc2-444p12.mov -55998114d7386d219a49011c8b804a58 *tests/data/fate/vsynth1-vc2-444p12.out.rawvideo -stddev: 2.69 PSNR: 39.53 MAXDIFF: 37 bytes: 7603200/ 760320 Test vsynth1-vc2-444p12 failed. Look at tests/data/fate/vsynth1-vc2-444p12.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-vc2-444p12] Error 1 TEST vsynth1-vc2-thaar --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-vc2-thaar 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-vc2-thaar 2020-07-26 20:25:53.855153005 +0000 @@ -1,4 +0,0 @@ -a0aba4e9628b8952fe774bd8c1f3f18d *tests/data/fate/vsynth1-vc2-thaar.mov -1717724 tests/data/fate/vsynth1-vc2-thaar.mov -f35dd1c1df4726bb1d75d95e321b0698 *tests/data/fate/vsynth1-vc2-thaar.out.rawvideo -stddev: 1.88 PSNR: 42.61 MAXDIFF: 23 bytes: 7603200/ 760320 Test vsynth1-vc2-thaar failed. Look at tests/data/fate/vsynth1-vc2-thaar.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-vc2-thaar] Error 1 TEST vsynth1-vc2-t5_3 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-vc2-t5_3 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-vc2-t5_3 2020-07-26 20:25:58.991814521 +0000 @@ -1,4 +0,0 @@ -4e1ca89ec825e7926717146b945c916d *tests/data/fate/vsynth1-vc2-t5_3.mov -1604316 tests/data/fate/vsynth1-vc2-t5_3.mov -f35dd1c1df4726bb1d75d95e321b0698 *tests/data/fate/vsynth1-vc2-t5_3.out.rawvideo -stddev: 1.88 PSNR: 42.61 MAXDIFF: 23 bytes: 7603200/ 760320 Test vsynth1-vc2-t5_3 failed. Look at tests/data/fate/vsynth1-vc2-t5_3.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-vc2-t5_3] Error 1 TEST vsynth1-dnxhd-1080i --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-dnxhd-1080i 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-dnxhd-1080i 2020-07-26 20:26:04.131806493 +0000 @@ -1,4 +0,0 @@ -af5cbe239839f6282a68f1a106ed3a77 *tests/data/fate/vsynth1-dnxhd-1080i.mov -3031911 tests/data/fate/vsynth1-dnxhd-1080i.mov -fed9ed2a5179c9df0ef58772b025e303 *tests/data/fate/vsynth1-dnxhd-1080i.out.rawvideo -stddev: 6.18 PSNR: 32.31 MAXDIFF: 64 bytes: 7603200/ 760320 Test vsynth1-dnxhd-1080i failed. Look at tests/data/fate/vsynth1-dnxhd-1080i.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-dnxhd-1080i] Error 1 TEST vsynth1-dnxhd-1080i-10bit --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-dnxhd-uhd-hr-sq 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-dnxhd-uhd-hr-sq 2020-07-26 20:24:53.691879960 +0000 @@ -1,4 +0,0 @@ -2c53759ba6cfa1136604558224879054 *tests/data/fate/vsynth1-dnxhd-uhd-hr-sq.dnxhd -12042240 tests/data/fate/vsynth1-dnxhd-uhd-hr-sq.dnxhd -c91ca079d81d02dca7b6ae0161f6e2db *tests/data/fate/vsynth1-dnxhd-uhd-hr-sq.out.rawvideo -stddev: 5.62 PSNR: 33.12 MAXDIFF: 55 bytes: 7603200/ 760320 Test vsynth1-dnxhd-uhd-hr-sq failed. Look at tests/data/fate/vsynth1-dnxhd-uhd-hr-sq.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-dnxhd-uhd-hr-sq] Error 1 TEST vsynth1-dnxhd-1080i-colr --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-dnxhd-1080i-10bit 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-dnxhd-1080i-10bit 2020-07-26 20:26:50.498396013 +0000 @@ -1,4 +0,0 @@ -1a8261120bcc764a7bbdd198febff4c7 *tests/data/fate/vsynth1-dnxhd-1080i-10bit.mov -4588391 tests/data/fate/vsynth1-dnxhd-1080i-10bit.mov -31032fcb7e6af79daaac02288254c6d6 *tests/data/fate/vsynth1-dnxhd-1080i-10bit.out.rawvideo -stddev: 5.69 PSNR: 33.02 MAXDIFF: 55 bytes: 7603200/ 760320 Test vsynth1-dnxhd-1080i-10bit failed. Look at tests/data/fate/vsynth1-dnxhd-1080i-10bit.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-dnxhd-1080i-10bit] Error 1 TEST vsynth1-dnxhd-hr-lb-mov --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-dnxhd-1080i-colr 2020-04-13 20:23:33.218138847 +0000 +++ tests/data/fate/vsynth1-dnxhd-1080i-colr 2020-07-26 20:26:58.275049973 +0000 @@ -1,4 +0,0 @@ -5571f4ff9e29d352a7e373a14a9ed2ed *tests/data/fate/vsynth1-dnxhd-1080i-colr.mov -3031929 tests/data/fate/vsynth1-dnxhd-1080i-colr.mov -6f2d5429ffc4529a76acfeb28b560542 *tests/data/fate/vsynth1-dnxhd-1080i-colr.out.rawvideo -stddev: 5.65 PSNR: 33.09 MAXDIFF: 55 bytes: 7603200/ 760320 Test vsynth1-dnxhd-1080i-colr failed. Look at tests/data/fate/vsynth1-dnxhd-1080i-colr.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-dnxhd-1080i-colr] Error 1 TEST vsynth1-dnxhd-hr-sq-mov --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-dnxhd-4k-hr-lb 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-dnxhd-4k-hr-lb 2020-07-26 20:24:16.498583861 +0000 @@ -1,4 +0,0 @@ -c6b6b35ffd147297983da4ad94887ac6 *tests/data/fate/vsynth1-dnxhd-4k-hr-lb.dnxhd -3993600 tests/data/fate/vsynth1-dnxhd-4k-hr-lb.dnxhd -1dc1984e4a315a35e97ed9e99940d124 *tests/data/fate/vsynth1-dnxhd-4k-hr-lb.out.rawvideo -stddev: 5.58 PSNR: 33.19 MAXDIFF: 55 bytes: 7603200/ 760320 Test vsynth1-dnxhd-4k-hr-lb failed. Look at tests/data/fate/vsynth1-dnxhd-4k-hr-lb.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-dnxhd-4k-hr-lb] Error 1 TEST vsynth1-dnxhd-hr-hq-mov --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-dnxhd-hr-sq-mov 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-dnxhd-hr-sq-mov 2020-07-26 20:27:44.014976503 +0000 @@ -1,4 +0,0 @@ -31544b301d8a23101c1cf03d26546fb8 *tests/data/fate/vsynth1-dnxhd-hr-sq-mov.mov -2560763 tests/data/fate/vsynth1-dnxhd-hr-sq-mov.mov -66d29f91cdf038753894dd42e65d997a *tests/data/fate/vsynth1-dnxhd-hr-sq-mov.out.rawvideo -stddev: 5.77 PSNR: 32.91 MAXDIFF: 58 bytes: 7603200/ 760320 Test vsynth1-dnxhd-hr-sq-mov failed. Look at tests/data/fate/vsynth1-dnxhd-hr-sq-mov.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-dnxhd-hr-sq-mov] Error 1 TEST vsynth1-dv --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-dnxhd-hr-hq-mov 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-dnxhd-hr-hq-mov 2020-07-26 20:27:55.214958828 +0000 @@ -1,4 +0,0 @@ -36729f1faaa24daa9c643428bc87f090 *tests/data/fate/vsynth1-dnxhd-hr-hq-mov.mov -4772599 tests/data/fate/vsynth1-dnxhd-hr-hq-mov.mov -388c7c84573abe28cc963e3ad5e15a31 *tests/data/fate/vsynth1-dnxhd-hr-hq-mov.out.rawvideo -stddev: 5.73 PSNR: 32.96 MAXDIFF: 56 bytes: 7603200/ 760320 Test vsynth1-dnxhd-hr-hq-mov failed. Look at tests/data/fate/vsynth1-dnxhd-hr-hq-mov.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-dnxhd-hr-hq-mov] Error 1 TEST vsynth1-dv-411 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-dv 2017-08-08 19:06:43.766486747 +0000 +++ tests/data/fate/vsynth1-dv 2020-07-26 20:28:21.781584044 +0000 @@ -1,4 +0,0 @@ -4246668d61439617101d051d7a995108 *tests/data/fate/vsynth1-dv.dv -7200000 tests/data/fate/vsynth1-dv.dv -d52e7a9eac459ade9561d0b89bba58e7 *tests/data/fate/vsynth1-dv.out.rawvideo -stddev: 6.90 PSNR: 31.34 MAXDIFF: 76 bytes: 7603200/ 7603200 Test vsynth1-dv failed. Look at tests/data/fate/vsynth1-dv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-dv] Error 1 TEST vsynth1-dv-50 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-dv-411 2017-08-08 19:06:43.766486747 +0000 +++ tests/data/fate/vsynth1-dv-411 2020-07-26 20:28:31.791568592 +0000 @@ -1,4 +0,0 @@ -df067afe65f1712d9e8efa7117aab6ea *tests/data/fate/vsynth1-dv-411.dv -7200000 tests/data/fate/vsynth1-dv-411.dv -ed493bad827dc903188fce8d3b597fcb *tests/data/fate/vsynth1-dv-411.out.rawvideo -stddev: 9.45 PSNR: 28.62 MAXDIFF: 84 bytes: 7603200/ 7603200 Test vsynth1-dv-411 failed. Look at tests/data/fate/vsynth1-dv-411.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-dv-411] Error 1 TEST vsynth1-dv-hd --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-dv-50 2017-08-08 19:06:43.766486747 +0000 +++ tests/data/fate/vsynth1-dv-50 2020-07-26 20:29:01.101523852 +0000 @@ -1,4 +0,0 @@ -adb1df1a65cecab225677003a5de9f28 *tests/data/fate/vsynth1-dv-50.dv -14400000 tests/data/fate/vsynth1-dv-50.dv -4ab1f5b7aad15fab9e3c1ea5b96da39b *tests/data/fate/vsynth1-dv-50.out.rawvideo -stddev: 1.72 PSNR: 43.37 MAXDIFF: 29 bytes: 7603200/ 7603200 Test vsynth1-dv-50 failed. Look at tests/data/fate/vsynth1-dv-50.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-dv-50] Error 1 TEST vsynth1-dv-fhd --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-cinepak 2017-11-07 21:43:15.007977169 +0000 +++ tests/data/fate/vsynth1-cinepak 2020-07-26 20:22:51.255335754 +0000 @@ -1,4 +0,0 @@ -cd28e47a6ac396240a3fee69f15625d1 *tests/data/fate/vsynth1-cinepak.avi -408616 tests/data/fate/vsynth1-cinepak.avi -e74066a028c708f467272884ecd3f7d3 *tests/data/fate/vsynth1-cinepak.out.rawvideo -stddev: 61.38 PSNR: 12.37 MAXDIFF: 225 bytes: 7603200/ 921600 Test vsynth1-cinepak failed. Look at tests/data/fate/vsynth1-cinepak.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-cinepak] Error 1 TEST vsynth1-ffv1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-dv-hd 2019-11-13 17:24:18.523463998 +0000 +++ tests/data/fate/vsynth1-dv-hd 2020-07-26 20:29:09.808177367 +0000 @@ -1,4 +0,0 @@ -22d1d62a834fe8416fe79c51760012c1 *tests/data/fate/vsynth1-dv-hd.dv -14400000 tests/data/fate/vsynth1-dv-hd.dv -34b78cf725346c7f819c9d6209b8299a *tests/data/fate/vsynth1-dv-hd.out.rawvideo -stddev: 4.30 PSNR: 35.45 MAXDIFF: 74 bytes: 7603200/ 7603200 Test vsynth1-dv-hd failed. Look at tests/data/fate/vsynth1-dv-hd.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-dv-hd] Error 1 TEST vsynth1-ffv1-v0 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-dnxhd-hr-lb-mov 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-dnxhd-hr-lb-mov 2020-07-26 20:27:42.334979164 +0000 @@ -1,4 +0,0 @@ -ee2f1559d2cf82930d893ca4d0937c01 *tests/data/fate/vsynth1-dnxhd-hr-lb-mov.mov -3748599 tests/data/fate/vsynth1-dnxhd-hr-lb-mov.mov -21c68252f500bada13ccce232e1ecfca *tests/data/fate/vsynth1-dnxhd-hr-lb-mov.out.rawvideo -stddev: 5.59 PSNR: 33.17 MAXDIFF: 55 bytes: 7603200/ 760320 Test vsynth1-dnxhd-hr-lb-mov failed. Look at tests/data/fate/vsynth1-dnxhd-hr-lb-mov.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-dnxhd-hr-lb-mov] Error 1 TEST vsynth1-ffv1-v3-yuv420p --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-ffv1 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-ffv1 2020-07-26 20:30:34.698052252 +0000 @@ -1,4 +0,0 @@ -26b1296a0ef80a3b5c8b63cc57c52bc2 *tests/data/fate/vsynth1-ffv1.avi -2691268 tests/data/fate/vsynth1-ffv1.avi -c5ccac874dbf808e9088bc3107860042 *tests/data/fate/vsynth1-ffv1.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth1-ffv1 failed. Look at tests/data/fate/vsynth1-ffv1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-ffv1] Error 1 TEST vsynth1-ffv1-v3-yuv422p10 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-ffv1-v0 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-ffv1-v0 2020-07-26 20:30:45.181370498 +0000 @@ -1,4 +0,0 @@ -36011c9a2b288fb04bf6c520371646d4 *tests/data/fate/vsynth1-ffv1-v0.avi -2655368 tests/data/fate/vsynth1-ffv1-v0.avi -c5ccac874dbf808e9088bc3107860042 *tests/data/fate/vsynth1-ffv1-v0.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth1-ffv1-v0 failed. Look at tests/data/fate/vsynth1-ffv1-v0.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-ffv1-v0] Error 1 TEST vsynth1-ffv1-v3-yuv444p16 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-ffv1-v3-yuv420p 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-ffv1-v3-yuv420p 2020-07-26 20:30:51.948027466 +0000 @@ -1,4 +0,0 @@ -26b1296a0ef80a3b5c8b63cc57c52bc2 *tests/data/fate/vsynth1-ffv1-v3-yuv420p.avi -2691268 tests/data/fate/vsynth1-ffv1-v3-yuv420p.avi -c5ccac874dbf808e9088bc3107860042 *tests/data/fate/vsynth1-ffv1-v3-yuv420p.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth1-ffv1-v3-yuv420p failed. Look at tests/data/fate/vsynth1-ffv1-v3-yuv420p.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-ffv1-v3-yuv420p] Error 1 TEST vsynth1-ffv1-v3-bgr0 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-ffv1-v3-yuv422p10 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-ffv1-v3-yuv422p10 2020-07-26 20:31:04.878009021 +0000 @@ -1,4 +0,0 @@ -aa8c5630213381c7b2afdec4a91405ed *tests/data/fate/vsynth1-ffv1-v3-yuv422p10.avi -2845574 tests/data/fate/vsynth1-ffv1-v3-yuv422p10.avi -c5ccac874dbf808e9088bc3107860042 *tests/data/fate/vsynth1-ffv1-v3-yuv422p10.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth1-ffv1-v3-yuv422p10 failed. Look at tests/data/fate/vsynth1-ffv1-v3-yuv422p10.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-ffv1-v3-yuv422p10] Error 1 TEST vsynth1-ffv1-v3-rgb48 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-ffv1-v3-bgr0 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-ffv1-v3-bgr0 2020-07-26 20:31:23.294649602 +0000 @@ -1,4 +0,0 @@ -3c68357b239479fc26656f6dd76b0b58 *tests/data/fate/vsynth1-ffv1-v3-bgr0.avi -6883176 tests/data/fate/vsynth1-ffv1-v3-bgr0.avi -49c03ab1b73b7cd3cabc3c77a9479c9e *tests/data/fate/vsynth1-ffv1-v3-bgr0.out.rawvideo -stddev: 3.16 PSNR: 38.12 MAXDIFF: 50 bytes: 7603200/ 7603200 Test vsynth1-ffv1-v3-bgr0 failed. Look at tests/data/fate/vsynth1-ffv1-v3-bgr0.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-ffv1-v3-bgr0] Error 1 TEST vsynth1-ffvhuff --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-ffvhuff 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-ffvhuff 2020-07-26 20:32:38.507878551 +0000 @@ -1,4 +0,0 @@ -be797b3c97bea941c5df720b44b779d4 *tests/data/fate/vsynth1-ffvhuff.avi -6809214 tests/data/fate/vsynth1-ffvhuff.avi -c5ccac874dbf808e9088bc3107860042 *tests/data/fate/vsynth1-ffvhuff.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth1-ffvhuff failed. Look at tests/data/fate/vsynth1-ffvhuff.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-ffvhuff] Error 1 TEST vsynth1-ffvhuff444 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-ffvhuff444 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-ffvhuff444 2020-07-26 20:32:46.661200762 +0000 @@ -1,4 +0,0 @@ -b013f0933ef27f7e23a62a13226e0510 *tests/data/fate/vsynth1-ffvhuff444.avi -11712342 tests/data/fate/vsynth1-ffvhuff444.avi -10fb42f1abf40a289c3edafc0390482c *tests/data/fate/vsynth1-ffvhuff444.out.rawvideo -stddev: 2.67 PSNR: 39.60 MAXDIFF: 43 bytes: 7603200/ 7603200 Test vsynth1-ffvhuff444 failed. Look at tests/data/fate/vsynth1-ffvhuff444.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-ffvhuff444] Error 1 TEST vsynth1-ffvhuff420p12 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-ffvhuff420p12 2017-10-23 22:45:16.665289918 +0000 +++ tests/data/fate/vsynth1-ffvhuff420p12 2020-07-26 20:33:02.101179798 +0000 @@ -1,4 +0,0 @@ -866485c954242232878e40f0389790dd *tests/data/fate/vsynth1-ffvhuff420p12.avi -14205356 tests/data/fate/vsynth1-ffvhuff420p12.avi -c5ccac874dbf808e9088bc3107860042 *tests/data/fate/vsynth1-ffvhuff420p12.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth1-ffvhuff420p12 failed. Look at tests/data/fate/vsynth1-ffvhuff420p12.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-ffvhuff420p12] Error 1 TEST vsynth1-ffvhuff422p10left --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-dv-fhd 2019-11-13 17:24:18.523463998 +0000 +++ tests/data/fate/vsynth1-dv-fhd 2020-07-26 20:29:58.928104311 +0000 @@ -1,4 +0,0 @@ -74315a8678d12c7f592c02990dc8952d *tests/data/fate/vsynth1-dv-fhd.dv -28800000 tests/data/fate/vsynth1-dv-fhd.dv -c95b309bc128b162e5c8241374eb66a9 *tests/data/fate/vsynth1-dv-fhd.out.rawvideo -stddev: 2.53 PSNR: 40.03 MAXDIFF: 35 bytes: 7603200/ 7603200 Test vsynth1-dv-fhd failed. Look at tests/data/fate/vsynth1-dv-fhd.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-dv-fhd] Error 1 TEST vsynth1-ffvhuff444p16 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-ffvhuff422p10left 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-ffvhuff422p10left 2020-07-26 20:33:12.564498995 +0000 @@ -1,4 +0,0 @@ -d29edc22816fd865d3075ad6c1eaaffa *tests/data/fate/vsynth1-ffvhuff422p10left.avi -13860684 tests/data/fate/vsynth1-ffvhuff422p10left.avi -c31e6caada921ffa3daad3432ef3b754 *tests/data/fate/vsynth1-ffvhuff422p10left.out.rawvideo -stddev: 1.85 PSNR: 42.78 MAXDIFF: 29 bytes: 7603200/ 7603200 Test vsynth1-ffvhuff422p10left failed. Look at tests/data/fate/vsynth1-ffvhuff422p10left.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-ffvhuff422p10left] Error 1 TEST vsynth1-flashsv --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-ffv1-v3-yuv444p16 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-ffv1-v3-yuv444p16 2020-07-26 20:31:16.481325895 +0000 @@ -1,4 +0,0 @@ -f6b6943455d8b2c3010ff898df5dc9db *tests/data/fate/vsynth1-ffv1-v3-yuv444p16.avi -5357816 tests/data/fate/vsynth1-ffv1-v3-yuv444p16.avi -c5ccac874dbf808e9088bc3107860042 *tests/data/fate/vsynth1-ffv1-v3-yuv444p16.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth1-ffv1-v3-yuv444p16 failed. Look at tests/data/fate/vsynth1-ffv1-v3-yuv444p16.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-ffv1-v3-yuv444p16] Error 1 TEST vsynth1-flashsv2 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-flashsv 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-flashsv 2020-07-26 20:33:24.214483320 +0000 @@ -1,4 +0,0 @@ -97894502b4cb57aca1105b6333f72dae *tests/data/fate/vsynth1-flashsv.flv -14681925 tests/data/fate/vsynth1-flashsv.flv -791e1fb999deb2e4156e2286d48c4ed1 *tests/data/fate/vsynth1-flashsv.out.rawvideo -stddev: 2.84 PSNR: 39.04 MAXDIFF: 49 bytes: 7603200/ 7603200 Test vsynth1-flashsv failed. Look at tests/data/fate/vsynth1-flashsv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-flashsv] Error 1 TEST vsynth1-flv --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-flashsv2 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-flashsv2 2020-07-26 20:33:30.791141169 +0000 @@ -1,4 +0,0 @@ -adbbdd25c1ed2f87ea589d2314307cdf *tests/data/fate/vsynth1-flashsv2.flv -9368395 tests/data/fate/vsynth1-flashsv2.flv -efa88d09115a2e947eff00ee435ba3f3 *tests/data/fate/vsynth1-flashsv2.out.rawvideo -stddev: 3.47 PSNR: 37.31 MAXDIFF: 49 bytes: 7603200/ 7603200 Test vsynth1-flashsv2 failed. Look at tests/data/fate/vsynth1-flashsv2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-flashsv2] Error 1 TEST vsynth1-h261 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-ffvhuff444p16 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-ffvhuff444p16 2020-07-26 20:33:23.521150918 +0000 @@ -1,4 +0,0 @@ -2f780c186d2549aa257511a951918617 *tests/data/fate/vsynth1-ffvhuff444p16.avi -24706276 tests/data/fate/vsynth1-ffvhuff444p16.avi -ee8379fa217dfd023de3aa6974a14d1e *tests/data/fate/vsynth1-ffvhuff444p16.out.rawvideo -stddev: 2.66 PSNR: 39.62 MAXDIFF: 44 bytes: 7603200/ 7603200 Test vsynth1-ffvhuff444p16 failed. Look at tests/data/fate/vsynth1-ffvhuff444p16.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-ffvhuff444p16] Error 1 TEST vsynth1-h261-trellis --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-flv 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-flv 2020-07-26 20:33:40.944460930 +0000 @@ -1,4 +0,0 @@ -7f6ece1acc4163e33a982dd77dfad58a *tests/data/fate/vsynth1-flv.flv -636264 tests/data/fate/vsynth1-flv.flv -00ffbd9dac9233e53f4a4a19589a0efe *tests/data/fate/vsynth1-flv.out.rawvideo -stddev: 8.02 PSNR: 30.04 MAXDIFF: 105 bytes: 7603200/ 7603200 Test vsynth1-flv failed. Look at tests/data/fate/vsynth1-flv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-flv] Error 1 TEST vsynth1-h263 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-h261 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-h261 2020-07-26 20:33:48.037784811 +0000 @@ -1,4 +0,0 @@ -5a1114f9356235172ba9ad13f88108cf *tests/data/fate/vsynth1-h261.avi -707550 tests/data/fate/vsynth1-h261.avi -85fde92037c2ccecc02e2d6c21a169b0 *tests/data/fate/vsynth1-h261.out.rawvideo -stddev: 9.11 PSNR: 28.93 MAXDIFF: 113 bytes: 7603200/ 7603200 Test vsynth1-h261 failed. Look at tests/data/fate/vsynth1-h261.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-h261] Error 1 TEST vsynth1-h263-obmc --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-h263 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-h263 2020-07-26 20:33:52.144446016 +0000 @@ -1,4 +0,0 @@ -0d94f4a01b959b21de8d351b092d3fd8 *tests/data/fate/vsynth1-h263.avi -659678 tests/data/fate/vsynth1-h263.avi -aef88517578fa7f53fe5159c4b6754ef *tests/data/fate/vsynth1-h263.out.rawvideo -stddev: 8.03 PSNR: 30.03 MAXDIFF: 103 bytes: 7603200/ 7603200 Test vsynth1-h263 failed. Look at tests/data/fate/vsynth1-h263.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-h263] Error 1 TEST vsynth1-h263p --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-h261-trellis 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-h261-trellis 2020-07-26 20:33:50.574448104 +0000 @@ -1,4 +0,0 @@ -02b4109ce5343b7ef24fb11c2635498a *tests/data/fate/vsynth1-h261-trellis.avi -655416 tests/data/fate/vsynth1-h261-trellis.avi -70ceba944548ba680b1101c91707ea25 *tests/data/fate/vsynth1-h261-trellis.out.rawvideo -stddev: 8.75 PSNR: 29.28 MAXDIFF: 90 bytes: 7603200/ 7603200 Test vsynth1-h261-trellis failed. Look at tests/data/fate/vsynth1-h261-trellis.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-h261-trellis] Error 1 TEST vsynth1-huffyuv --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-h263-obmc 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-h263-obmc 2020-07-26 20:33:58.697770651 +0000 @@ -1,4 +0,0 @@ -7dec64380f375e5118b66f3baaaa1e24 *tests/data/fate/vsynth1-h263-obmc.avi -657320 tests/data/fate/vsynth1-h263-obmc.avi -844f7ee27fa122e199fe20987b41a15c *tests/data/fate/vsynth1-h263-obmc.out.rawvideo -stddev: 8.16 PSNR: 29.89 MAXDIFF: 113 bytes: 7603200/ 7603200 Test vsynth1-h263-obmc failed. Look at tests/data/fate/vsynth1-h263-obmc.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-h263-obmc] Error 1 TEST vsynth1-huffyuvbgr24 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-h263p 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-h263p 2020-07-26 20:34:03.031098244 +0000 @@ -1,4 +0,0 @@ -7fbb9a42f7047643fa4e1d533bc61f57 *tests/data/fate/vsynth1-h263p.avi -2328366 tests/data/fate/vsynth1-h263p.avi -911330cb57c99c440234392be1588081 *tests/data/fate/vsynth1-h263p.out.rawvideo -stddev: 2.06 PSNR: 41.83 MAXDIFF: 20 bytes: 7603200/ 7603200 Test vsynth1-h263p failed. Look at tests/data/fate/vsynth1-h263p.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-h263p] Error 1 TEST vsynth1-huffyuvbgra --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-huffyuv 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-huffyuv 2020-07-26 20:34:11.371087219 +0000 @@ -1,4 +0,0 @@ -9a89f73cb2e305c15dda99c99c39b9d1 *tests/data/fate/vsynth1-huffyuv.avi -8876474 tests/data/fate/vsynth1-huffyuv.avi -c5ccac874dbf808e9088bc3107860042 *tests/data/fate/vsynth1-huffyuv.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth1-huffyuv failed. Look at tests/data/fate/vsynth1-huffyuv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-huffyuv] Error 1 TEST vsynth1-jpegls --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-huffyuvbgr24 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-huffyuvbgr24 2020-07-26 20:34:11.524420350 +0000 @@ -1,4 +0,0 @@ -54032b56a1727c1ad940d8c66d65169e *tests/data/fate/vsynth1-huffyuvbgr24.avi -13196990 tests/data/fate/vsynth1-huffyuvbgr24.avi -49c03ab1b73b7cd3cabc3c77a9479c9e *tests/data/fate/vsynth1-huffyuvbgr24.out.rawvideo -stddev: 3.16 PSNR: 38.12 MAXDIFF: 50 bytes: 7603200/ 7603200 Test vsynth1-huffyuvbgr24 failed. Look at tests/data/fate/vsynth1-huffyuvbgr24.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-huffyuvbgr24] Error 1 TEST vsynth1-jpeg2000 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-huffyuvbgra 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-huffyuvbgra 2020-07-26 20:34:21.264407515 +0000 @@ -1,4 +0,0 @@ -98e1f0bd1734cfb0eb0b442259a7de32 *tests/data/fate/vsynth1-huffyuvbgra.avi -14464170 tests/data/fate/vsynth1-huffyuvbgra.avi -49c03ab1b73b7cd3cabc3c77a9479c9e *tests/data/fate/vsynth1-huffyuvbgra.out.rawvideo -stddev: 3.16 PSNR: 38.12 MAXDIFF: 50 bytes: 7603200/ 7603200 Test vsynth1-huffyuvbgra failed. Look at tests/data/fate/vsynth1-huffyuvbgra.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-huffyuvbgra] Error 1 TEST vsynth1-jpeg2000-97 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-ffv1-v3-rgb48 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-ffv1-v3-rgb48 2020-07-26 20:32:14.857911019 +0000 @@ -1,4 +0,0 @@ -f457dba7d58f0c28aedcfef518758d23 *tests/data/fate/vsynth1-ffv1-v3-rgb48.avi -16858304 tests/data/fate/vsynth1-ffv1-v3-rgb48.avi -b91ddc45eb70b4377dc7439e16733232 *tests/data/fate/vsynth1-ffv1-v3-rgb48.out.rawvideo -stddev: 3.58 PSNR: 37.04 MAXDIFF: 75 bytes: 7603200/ 7603200 Test vsynth1-ffv1-v3-rgb48 failed. Look at tests/data/fate/vsynth1-ffv1-v3-rgb48.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-ffv1-v3-rgb48] Error 1 TEST vsynth1-ljpeg --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-ljpeg 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-ljpeg 2020-07-26 20:35:24.407658634 +0000 @@ -1,4 +0,0 @@ -a9c92718692c7eb3fdce5041a6a21eb6 *tests/data/fate/vsynth1-ljpeg.avi -6309482 tests/data/fate/vsynth1-ljpeg.avi -c5ccac874dbf808e9088bc3107860042 *tests/data/fate/vsynth1-ljpeg.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth1-ljpeg failed. Look at tests/data/fate/vsynth1-ljpeg.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-ljpeg] Error 1 TEST vsynth1-mjpeg --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mjpeg 2017-04-08 23:05:15.311705498 +0000 +++ tests/data/fate/vsynth1-mjpeg 2020-07-26 20:35:44.837632380 +0000 @@ -1,4 +0,0 @@ -63ea9bd494e16bad8f3a0c8dbb3dc11e *tests/data/fate/vsynth1-mjpeg.avi -1391380 tests/data/fate/vsynth1-mjpeg.avi -9a3b8169c251d19044f7087a95458c55 *tests/data/fate/vsynth1-mjpeg.out.rawvideo -stddev: 7.87 PSNR: 30.21 MAXDIFF: 63 bytes: 7603200/ 7603200 Test vsynth1-mjpeg failed. Look at tests/data/fate/vsynth1-mjpeg.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-mjpeg] Error 1 TEST vsynth1-mjpeg-422 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-jpegls 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-jpegls 2020-07-26 20:34:22.537739174 +0000 @@ -1,4 +0,0 @@ -29cea344136c89ef4e9da29888f7bf34 *tests/data/fate/vsynth1-jpegls.avi -9089804 tests/data/fate/vsynth1-jpegls.avi -791e1fb999deb2e4156e2286d48c4ed1 *tests/data/fate/vsynth1-jpegls.out.rawvideo -stddev: 2.84 PSNR: 39.04 MAXDIFF: 49 bytes: 7603200/ 7603200 Test vsynth1-jpegls failed. Look at tests/data/fate/vsynth1-jpegls.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-jpegls] Error 1 TEST vsynth1-mjpeg-444 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mjpeg-422 2017-04-08 23:05:15.311705498 +0000 +++ tests/data/fate/vsynth1-mjpeg-422 2020-07-26 20:35:59.154280743 +0000 @@ -1,4 +0,0 @@ -82d8874bfe13f56ec466b206a08a4402 *tests/data/fate/vsynth1-mjpeg-422.avi -1611832 tests/data/fate/vsynth1-mjpeg-422.avi -c35eea486c6d72050f4848eab64032b5 *tests/data/fate/vsynth1-mjpeg-422.out.rawvideo -stddev: 7.45 PSNR: 30.69 MAXDIFF: 63 bytes: 7603200/ 7603200 Test vsynth1-mjpeg-422 failed. Look at tests/data/fate/vsynth1-mjpeg-422.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-mjpeg-422] Error 1 TEST vsynth1-mjpeg-trell --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mjpeg-444 2017-04-08 23:05:15.311705498 +0000 +++ tests/data/fate/vsynth1-mjpeg-444 2020-07-26 20:36:09.820933822 +0000 @@ -1,4 +0,0 @@ -2dd741cbee9b3499826beca7c7d3b8dc *tests/data/fate/vsynth1-mjpeg-444.avi -1831614 tests/data/fate/vsynth1-mjpeg-444.avi -313a4a76af13d5879ea4910107b7ea74 *tests/data/fate/vsynth1-mjpeg-444.out.rawvideo -stddev: 7.37 PSNR: 30.77 MAXDIFF: 63 bytes: 7603200/ 7603200 Test vsynth1-mjpeg-444 failed. Look at tests/data/fate/vsynth1-mjpeg-444.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-mjpeg-444] Error 1 TEST vsynth1-mjpeg-huffman --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mjpeg-trell 2017-04-08 23:05:15.311705498 +0000 +++ tests/data/fate/vsynth1-mjpeg-trell 2020-07-26 20:36:15.907592753 +0000 @@ -1,4 +0,0 @@ -d9410fa80c07edbd2a2b44ceb06086ca *tests/data/fate/vsynth1-mjpeg-trell.avi -1360456 tests/data/fate/vsynth1-mjpeg-trell.avi -0266b223bdd7928426a951164bb4a366 *tests/data/fate/vsynth1-mjpeg-trell.out.rawvideo -stddev: 7.68 PSNR: 30.42 MAXDIFF: 62 bytes: 7603200/ 7603200 Test vsynth1-mjpeg-trell failed. Look at tests/data/fate/vsynth1-mjpeg-trell.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-mjpeg-trell] Error 1 TEST vsynth1-mjpeg-trell-huffman --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mjpeg-huffman 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-mjpeg-huffman 2020-07-26 20:36:30.387574404 +0000 @@ -1,4 +0,0 @@ -63ea9bd494e16bad8f3a0c8dbb3dc11e *tests/data/fate/vsynth1-mjpeg-huffman.avi -1391380 tests/data/fate/vsynth1-mjpeg-huffman.avi -9a3b8169c251d19044f7087a95458c55 *tests/data/fate/vsynth1-mjpeg-huffman.out.rawvideo -stddev: 7.87 PSNR: 30.21 MAXDIFF: 63 bytes: 7603200/ 7603200 Test vsynth1-mjpeg-huffman failed. Look at tests/data/fate/vsynth1-mjpeg-huffman.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-mjpeg-huffman] Error 1 TEST vsynth1-mpeg1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mpeg1 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-mpeg1 2020-07-26 20:36:44.774222912 +0000 @@ -1,4 +0,0 @@ -746ae4adb7d1921800b9cc30257d7231 *tests/data/fate/vsynth1-mpeg1.mpeg1video -711835 tests/data/fate/vsynth1-mpeg1.mpeg1video -c126c7dd12e7161df192d253e3100475 *tests/data/fate/vsynth1-mpeg1.out.rawvideo -stddev: 7.63 PSNR: 30.48 MAXDIFF: 84 bytes: 7603200/ 7603200 Test vsynth1-mpeg1 failed. Look at tests/data/fate/vsynth1-mpeg1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-mpeg1] Error 1 TEST vsynth1-mpeg1b --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mjpeg-trell-huffman 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-mjpeg-trell-huffman 2020-07-26 20:36:37.064232634 +0000 @@ -1,4 +0,0 @@ -d9410fa80c07edbd2a2b44ceb06086ca *tests/data/fate/vsynth1-mjpeg-trell-huffman.avi -1360456 tests/data/fate/vsynth1-mjpeg-trell-huffman.avi -0266b223bdd7928426a951164bb4a366 *tests/data/fate/vsynth1-mjpeg-trell-huffman.out.rawvideo -stddev: 7.68 PSNR: 30.42 MAXDIFF: 62 bytes: 7603200/ 7603200 Test vsynth1-mjpeg-trell-huffman failed. Look at tests/data/fate/vsynth1-mjpeg-trell-huffman.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-mjpeg-trell-huffman] Error 1 TEST vsynth1-mpeg2 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mpeg2 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-mpeg2 2020-07-26 20:36:57.717539967 +0000 @@ -1,4 +0,0 @@ -89d9481c12d2342e256b322d317e81c4 *tests/data/fate/vsynth1-mpeg2.mpeg2video -728400 tests/data/fate/vsynth1-mpeg2.mpeg2video -66c2a14725ba0a6f1535b9a62768977b *tests/data/fate/vsynth1-mpeg2.out.rawvideo -stddev: 7.65 PSNR: 30.45 MAXDIFF: 84 bytes: 7603200/ 7603200 Test vsynth1-mpeg2 failed. Look at tests/data/fate/vsynth1-mpeg2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-mpeg2] Error 1 TEST vsynth1-mpeg2-422 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mpeg1b 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-mpeg1b 2020-07-26 20:36:55.490876098 +0000 @@ -1,4 +0,0 @@ -f99bb6797faddeb48863a49a244793fc *tests/data/fate/vsynth1-mpeg1b.mpeg1video -1031387 tests/data/fate/vsynth1-mpeg1b.mpeg1video -22289cbbeb1e40c5fd68dcc73a07d8f5 *tests/data/fate/vsynth1-mpeg1b.out.rawvideo -stddev: 6.30 PSNR: 32.13 MAXDIFF: 75 bytes: 7603200/ 7603200 Test vsynth1-mpeg1b failed. Look at tests/data/fate/vsynth1-mpeg1b.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-mpeg1b] Error 1 TEST vsynth1-mpeg2-idct-int --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mpeg2-idct-int 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-mpeg2-idct-int 2020-07-26 20:37:09.704191610 +0000 @@ -1,4 +0,0 @@ -b63161625d83d39c9114c7018cac5e9b *tests/data/fate/vsynth1-mpeg2-idct-int.mpeg2video -725668 tests/data/fate/vsynth1-mpeg2-idct-int.mpeg2video -8130f71a467315c9e7bd1a25a01dbb23 *tests/data/fate/vsynth1-mpeg2-idct-int.out.rawvideo -stddev: 7.65 PSNR: 30.45 MAXDIFF: 80 bytes: 7603200/ 7603200 Test vsynth1-mpeg2-idct-int failed. Look at tests/data/fate/vsynth1-mpeg2-idct-int.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-mpeg2-idct-int] Error 1 TEST vsynth1-mpeg2-ilace --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mpeg2-ilace 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-mpeg2-ilace 2020-07-26 20:37:22.247509270 +0000 @@ -1,4 +0,0 @@ -a92e79aa97a2d6b3b48b6cd9ceee1701 *tests/data/fate/vsynth1-mpeg2-ilace.mpeg2video -738127 tests/data/fate/vsynth1-mpeg2-ilace.mpeg2video -d0f2fab8d3a3fb8bc67aca068447d2db *tests/data/fate/vsynth1-mpeg2-ilace.out.rawvideo -stddev: 7.67 PSNR: 30.43 MAXDIFF: 84 bytes: 7603200/ 7603200 Test vsynth1-mpeg2-ilace failed. Look at tests/data/fate/vsynth1-mpeg2-ilace.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-mpeg2-ilace] Error 1 TEST vsynth1-mpeg2-ivlc-qprd --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-jpeg2000 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-jpeg2000 2020-07-26 20:34:29.121063860 +0000 @@ -1,4 +0,0 @@ -d2a06ad916711d29b30977a06335bb76 *tests/data/fate/vsynth1-jpeg2000.avi -2265698 tests/data/fate/vsynth1-jpeg2000.avi -15a8e49f6fd014193bbafd72f84936c7 *tests/data/fate/vsynth1-jpeg2000.out.rawvideo -stddev: 5.36 PSNR: 33.55 MAXDIFF: 61 bytes: 7603200/ 7603200 Test vsynth1-jpeg2000 failed. Look at tests/data/fate/vsynth1-jpeg2000.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-jpeg2000] Error 1 TEST vsynth1-mpeg2-thread --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-jpeg2000-97 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-jpeg2000-97 2020-07-26 20:34:41.671047428 +0000 @@ -1,4 +0,0 @@ -8bb707e596f97451fd325dec2dd610a7 *tests/data/fate/vsynth1-jpeg2000-97.avi -3654620 tests/data/fate/vsynth1-jpeg2000-97.avi -5073771a78e1f5366a7eb0df341662fc *tests/data/fate/vsynth1-jpeg2000-97.out.rawvideo -stddev: 4.23 PSNR: 35.59 MAXDIFF: 53 bytes: 7603200/ 7603200 Test vsynth1-jpeg2000-97 failed. Look at tests/data/fate/vsynth1-jpeg2000-97.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-jpeg2000-97] Error 1 TEST vsynth1-mpeg2-thread-ivlc --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mpeg2-thread 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-mpeg2-thread 2020-07-26 20:38:11.524114827 +0000 @@ -1,4 +0,0 @@ -b4026056b8b903c37f6adfe2cd2d1894 *tests/data/fate/vsynth1-mpeg2-thread.mpeg2video -801214 tests/data/fate/vsynth1-mpeg2-thread.mpeg2video -d433c9b07b40b0d6c4fd5426699efb7f *tests/data/fate/vsynth1-mpeg2-thread.out.rawvideo -stddev: 7.63 PSNR: 30.48 MAXDIFF: 110 bytes: 7603200/ 7603200 Test vsynth1-mpeg2-thread failed. Look at tests/data/fate/vsynth1-mpeg2-thread.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-mpeg2-thread] Error 1 TEST vsynth1-mpeg4 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mpeg2-ivlc-qprd 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-mpeg2-ivlc-qprd 2020-07-26 20:37:38.330822578 +0000 @@ -1,4 +0,0 @@ -2e5882eeaaae088750d9854c93bbf68e *tests/data/fate/vsynth1-mpeg2-ivlc-qprd.mpeg2video -783518 tests/data/fate/vsynth1-mpeg2-ivlc-qprd.mpeg2video -0876d78f40971c5a8eb2367cbd27c5a6 *tests/data/fate/vsynth1-mpeg2-ivlc-qprd.out.rawvideo -stddev: 10.07 PSNR: 28.07 MAXDIFF: 165 bytes: 7603200/ 7603200 Test vsynth1-mpeg2-ivlc-qprd failed. Look at tests/data/fate/vsynth1-mpeg2-ivlc-qprd.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-mpeg2-ivlc-qprd] Error 1 TEST vsynth1-mpeg4-rc --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mpeg2-422 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-mpeg2-422 2020-07-26 20:37:08.310860020 +0000 @@ -1,4 +0,0 @@ -6e135a1a27235a320311a932147846b4 *tests/data/fate/vsynth1-mpeg2-422.mpeg2video -730780 tests/data/fate/vsynth1-mpeg2-422.mpeg2video -0273cd8463d1fc115378748239951560 *tests/data/fate/vsynth1-mpeg2-422.out.rawvideo -stddev: 10.27 PSNR: 27.90 MAXDIFF: 162 bytes: 7603200/ 7603200 Test vsynth1-mpeg2-422 failed. Look at tests/data/fate/vsynth1-mpeg2-422.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-mpeg2-422] Error 1 TEST vsynth1-mpeg4-adv --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mpeg2-thread-ivlc 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-mpeg2-thread-ivlc 2020-07-26 20:38:27.004095777 +0000 @@ -1,4 +0,0 @@ -08310d12ac77af11a0ac564552322e08 *tests/data/fate/vsynth1-mpeg2-thread-ivlc.mpeg2video -791673 tests/data/fate/vsynth1-mpeg2-thread-ivlc.mpeg2video -d433c9b07b40b0d6c4fd5426699efb7f *tests/data/fate/vsynth1-mpeg2-thread-ivlc.out.rawvideo -stddev: 7.63 PSNR: 30.48 MAXDIFF: 110 bytes: 7603200/ 7603200 Test vsynth1-mpeg2-thread-ivlc failed. Look at tests/data/fate/vsynth1-mpeg2-thread-ivlc.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-mpeg2-thread-ivlc] Error 1 TEST vsynth1-mpeg4-qprd --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mpeg4 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-mpeg4 2020-07-26 20:38:35.250752322 +0000 @@ -1,4 +0,0 @@ -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: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-mpeg4] Error 1 TEST vsynth1-mpeg4-adap --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mpeg4-rc 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-mpeg4-rc 2020-07-26 20:38:42.450743499 +0000 @@ -1,4 +0,0 @@ -91c127f2acc04f51e0e62bcf0752e064 *tests/data/fate/vsynth1-mpeg4-rc.avi -830498 tests/data/fate/vsynth1-mpeg4-rc.avi -9dcd9d022ae14fe1e4a53aa4865464c6 *tests/data/fate/vsynth1-mpeg4-rc.out.rawvideo -stddev: 10.24 PSNR: 27.92 MAXDIFF: 196 bytes: 7603200/ 7603200 Test vsynth1-mpeg4-rc failed. Look at tests/data/fate/vsynth1-mpeg4-rc.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-mpeg4-rc] Error 1 TEST vsynth1-mpeg4-qpel --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mpeg4-adv 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-mpeg4-adv 2020-07-26 20:38:45.564073022 +0000 @@ -1,4 +0,0 @@ -0700d773f269babdaea4c6c71a3d7876 *tests/data/fate/vsynth1-mpeg4-adv.avi -589708 tests/data/fate/vsynth1-mpeg4-adv.avi -b651bd94456005a1990fb64c28306262 *tests/data/fate/vsynth1-mpeg4-adv.out.rawvideo -stddev: 6.98 PSNR: 31.25 MAXDIFF: 84 bytes: 7603200/ 7603200 Test vsynth1-mpeg4-adv failed. Look at tests/data/fate/vsynth1-mpeg4-adv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-mpeg4-adv] Error 1 TEST vsynth1-mpeg4-thread --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mpeg4-adap 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-mpeg4-adap 2020-07-26 20:38:55.360727716 +0000 @@ -1,4 +0,0 @@ -f120f0bf976bb510c5b5305fe7d8159a *tests/data/fate/vsynth1-mpeg4-adap.avi -403436 tests/data/fate/vsynth1-mpeg4-adap.avi -fad0b9dc08fe4a95b297af1a7411c1e9 *tests/data/fate/vsynth1-mpeg4-adap.out.rawvideo -stddev: 14.05 PSNR: 25.17 MAXDIFF: 184 bytes: 7603200/ 7603200 Test vsynth1-mpeg4-adap failed. Look at tests/data/fate/vsynth1-mpeg4-adap.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-mpeg4-adap] Error 1 TEST vsynth1-mpeg4-error --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mpeg4-qpel 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-mpeg4-qpel 2020-07-26 20:38:58.207390907 +0000 @@ -1,4 +0,0 @@ -cb55178feaf790db7bca758708f989dd *tests/data/fate/vsynth1-mpeg4-qpel.avi -858684 tests/data/fate/vsynth1-mpeg4-qpel.avi -5089090df7169eb482532df5471d7f5f *tests/data/fate/vsynth1-mpeg4-qpel.out.rawvideo -stddev: 5.63 PSNR: 33.11 MAXDIFF: 70 bytes: 7603200/ 7603200 Test vsynth1-mpeg4-qpel failed. Look at tests/data/fate/vsynth1-mpeg4-qpel.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-mpeg4-qpel] Error 1 TEST vsynth1-mpeg4-nr --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mpeg4-thread 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-mpeg4-thread 2020-07-26 20:39:21.564029145 +0000 @@ -1,4 +0,0 @@ -369ace2f9613261af869efd9fbb3c149 *tests/data/fate/vsynth1-mpeg4-thread.avi -774754 tests/data/fate/vsynth1-mpeg4-thread.avi -9aa327a244d5179acf7fe64dc1459bff *tests/data/fate/vsynth1-mpeg4-thread.out.rawvideo -stddev: 10.13 PSNR: 28.02 MAXDIFF: 183 bytes: 7603200/ 7603200 Test vsynth1-mpeg4-thread failed. Look at tests/data/fate/vsynth1-mpeg4-thread.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-mpeg4-thread] Error 1 TEST vsynth1-mpeg4-nsse --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mpeg4-qprd 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-mpeg4-qprd 2020-07-26 20:38:50.724066712 +0000 @@ -1,4 +0,0 @@ -14612d85cd7f77de7b5e6345240535ba *tests/data/fate/vsynth1-mpeg4-qprd.avi -710676 tests/data/fate/vsynth1-mpeg4-qprd.avi -693231ac7e6fbf8758415f9f2509408d *tests/data/fate/vsynth1-mpeg4-qprd.out.rawvideo -stddev: 9.79 PSNR: 28.31 MAXDIFF: 176 bytes: 7603200/ 7603200 Test vsynth1-mpeg4-qprd failed. Look at tests/data/fate/vsynth1-mpeg4-qprd.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-mpeg4-qprd] Error 1 TEST vsynth1-msmpeg4 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mpeg4-error 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-mpeg4-error 2020-07-26 20:39:53.620657011 +0000 @@ -1,4 +0,0 @@ -d23ad508e15bf6af8de8799c59acd6dc *tests/data/fate/vsynth1-mpeg4-error.avi -752350 tests/data/fate/vsynth1-mpeg4-error.avi -5853c8c789f260ae4dcbf37a17d04b66 *tests/data/fate/vsynth1-mpeg4-error.out.rawvideo -stddev: 17.33 PSNR: 23.35 MAXDIFF: 229 bytes: 7603200/ 7603200 Test vsynth1-mpeg4-error failed. Look at tests/data/fate/vsynth1-mpeg4-error.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-mpeg4-error] Error 1 TEST vsynth1-msmpeg4v2 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mpeg4-nsse 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-mpeg4-nsse 2020-07-26 20:40:08.957305201 +0000 @@ -1,4 +0,0 @@ -1c2eac81a7768afe8dba1df85e977aec *tests/data/fate/vsynth1-mpeg4-nsse.avi -886846 tests/data/fate/vsynth1-mpeg4-nsse.avi -a987cb2e49284ea83174e3a2c6527173 *tests/data/fate/vsynth1-mpeg4-nsse.out.rawvideo -stddev: 6.00 PSNR: 32.57 MAXDIFF: 73 bytes: 7603200/ 7603200 Test vsynth1-mpeg4-nsse failed. Look at tests/data/fate/vsynth1-mpeg4-nsse.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-mpeg4-nsse] Error 1 TEST vsynth1-mpng --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mpeg4-nr 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-mpeg4-nr 2020-07-26 20:40:02.663979442 +0000 @@ -1,4 +0,0 @@ -793b77835fe8073bba19a22e9039d6e1 *tests/data/fate/vsynth1-mpeg4-nr.avi -675456 tests/data/fate/vsynth1-mpeg4-nr.avi -5fee518cde41e5567f800fbe14210fb8 *tests/data/fate/vsynth1-mpeg4-nr.out.rawvideo -stddev: 6.99 PSNR: 31.24 MAXDIFF: 86 bytes: 7603200/ 7603200 Test vsynth1-mpeg4-nr failed. Look at tests/data/fate/vsynth1-mpeg4-nr.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-mpeg4-nr] Error 1 TEST vsynth1-msvideo1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-msmpeg4 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-msmpeg4 2020-07-26 20:40:16.657295943 +0000 @@ -1,4 +0,0 @@ -3957ca57ac97f651c828ab00d8f0e088 *tests/data/fate/vsynth1-msmpeg4.avi -624706 tests/data/fate/vsynth1-msmpeg4.avi -4529fee96b8073e02974f5355e5f6c4e *tests/data/fate/vsynth1-msmpeg4.out.rawvideo -stddev: 7.98 PSNR: 30.09 MAXDIFF: 104 bytes: 7603200/ 7603200 Test vsynth1-msmpeg4 failed. Look at tests/data/fate/vsynth1-msmpeg4.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-msmpeg4] Error 1 TEST vsynth1-prores --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-msmpeg4v2 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-msmpeg4v2 2020-07-26 20:40:17.457294983 +0000 @@ -1,4 +0,0 @@ -d13c6aaf0d3842d3e50cc96574572f6f *tests/data/fate/vsynth1-msmpeg4v2.avi -623770 tests/data/fate/vsynth1-msmpeg4v2.avi -0476d9aafc4358654f411fa9648f9560 *tests/data/fate/vsynth1-msmpeg4v2.out.rawvideo -stddev: 7.97 PSNR: 30.10 MAXDIFF: 105 bytes: 7603200/ 7603200 Test vsynth1-msmpeg4v2 failed. Look at tests/data/fate/vsynth1-msmpeg4v2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-msmpeg4v2] Error 1 TEST vsynth1-prores_int --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mpng 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-mpng 2020-07-26 20:40:22.810621889 +0000 @@ -1,4 +0,0 @@ -6a27410a07ed1c5556e15b7a7c6a586d *tests/data/fate/vsynth1-mpng.avi -12158280 tests/data/fate/vsynth1-mpng.avi -93695a27c24a61105076ca7b1f010bbd *tests/data/fate/vsynth1-mpng.out.rawvideo -stddev: 3.42 PSNR: 37.44 MAXDIFF: 48 bytes: 7603200/ 7603200 Test vsynth1-mpng failed. Look at tests/data/fate/vsynth1-mpng.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-mpng] Error 1 TEST vsynth1-prores_444 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-prores 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-prores 2020-07-26 20:40:28.080615568 +0000 @@ -1,4 +0,0 @@ -460f69344752e6af2dc46b00169b78a3 *tests/data/fate/vsynth1-prores.mov -5022821 tests/data/fate/vsynth1-prores.mov -fb4a9e025d12afc0dbbca8d82831858f *tests/data/fate/vsynth1-prores.out.rawvideo -stddev: 2.47 PSNR: 40.27 MAXDIFF: 31 bytes: 7603200/ 7603200 Test vsynth1-prores failed. Look at tests/data/fate/vsynth1-prores.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-prores] Error 1 TEST vsynth1-prores_444_int --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-prores_int 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-prores_int 2020-07-26 20:40:28.883947939 +0000 @@ -1,4 +0,0 @@ -3711e22aa5052f39dabfcb9ee3a42045 *tests/data/fate/vsynth1-prores_int.mov -6308688 tests/data/fate/vsynth1-prores_int.mov -164a4ca890695cf594293d1acec9463c *tests/data/fate/vsynth1-prores_int.out.rawvideo -stddev: 2.66 PSNR: 39.62 MAXDIFF: 34 bytes: 7603200/ 7603200 Test vsynth1-prores_int failed. Look at tests/data/fate/vsynth1-prores_int.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-prores_int] Error 1 TEST vsynth1-prores_ks --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-prores_444 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-prores_444 2020-07-26 20:40:40.107267833 +0000 @@ -1,4 +0,0 @@ -509e0407dff118c775dcaa4f509a4aae *tests/data/fate/vsynth1-prores_444.mov -7778954 tests/data/fate/vsynth1-prores_444.mov -e0da52b5d58171294d1b299539801ae0 *tests/data/fate/vsynth1-prores_444.out.rawvideo -stddev: 2.80 PSNR: 39.17 MAXDIFF: 44 bytes: 7603200/ 7603200 Test vsynth1-prores_444 failed. Look at tests/data/fate/vsynth1-prores_444.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-prores_444] Error 1 TEST vsynth1-qtrle --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-qtrle 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-qtrle 2020-07-26 20:41:25.117214201 +0000 @@ -1,4 +0,0 @@ -fb84d62fc821cf063b5877c61b975e62 *tests/data/fate/vsynth1-qtrle.mov -15263158 tests/data/fate/vsynth1-qtrle.mov -93695a27c24a61105076ca7b1f010bbd *tests/data/fate/vsynth1-qtrle.out.rawvideo -stddev: 3.42 PSNR: 37.44 MAXDIFF: 48 bytes: 7603200/ 7603200 Test vsynth1-qtrle failed. Look at tests/data/fate/vsynth1-qtrle.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-qtrle] Error 1 TEST vsynth1-qtrlegray --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-qtrlegray 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-qtrlegray 2020-07-26 20:41:36.697200468 +0000 @@ -1,4 +0,0 @@ -75753ab19241d1e45297219204a0925d *tests/data/fate/vsynth1-qtrlegray.mov -5113293 tests/data/fate/vsynth1-qtrlegray.mov -cb20af0e5a65aad7cf47002fcb52288e *tests/data/fate/vsynth1-qtrlegray.out.rawvideo -stddev: 25.34 PSNR: 20.05 MAXDIFF: 122 bytes: 7603200/ 7603200 Test vsynth1-qtrlegray failed. Look at tests/data/fate/vsynth1-qtrlegray.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-qtrlegray] Error 1 TEST vsynth1-rgb --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-rgb 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-rgb 2020-07-26 20:41:41.353861621 +0000 @@ -1,4 +0,0 @@ -9d2bd1fa569a803c41b5dc5dd03f088e *tests/data/fate/vsynth1-rgb.avi -15213252 tests/data/fate/vsynth1-rgb.avi -93695a27c24a61105076ca7b1f010bbd *tests/data/fate/vsynth1-rgb.out.rawvideo -stddev: 3.42 PSNR: 37.44 MAXDIFF: 48 bytes: 7603200/ 7603200 Test vsynth1-rgb failed. Look at tests/data/fate/vsynth1-rgb.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-rgb] Error 1 TEST vsynth1-bpp1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-bpp1 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-bpp1 2020-07-26 20:41:47.940520492 +0000 @@ -1,4 +0,0 @@ -1c78e77c971b1ce31f229c6fc23d0902 *tests/data/fate/vsynth1-bpp1.avi -640460 tests/data/fate/vsynth1-bpp1.avi -cd1e1448d9895561347ceb66d0add34d *tests/data/fate/vsynth1-bpp1.out.rawvideo -stddev: 84.48 PSNR: 9.60 MAXDIFF: 218 bytes: 7603200/ 7603200 Test vsynth1-bpp1 failed. Look at tests/data/fate/vsynth1-bpp1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-bpp1] Error 1 TEST vsynth1-bpp15 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-bpp15 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-bpp15 2020-07-26 20:41:51.583849519 +0000 @@ -1,4 +0,0 @@ -6147f5f235657fa9ced6ec6146be6ff0 *tests/data/fate/vsynth1-bpp15.avi -10144452 tests/data/fate/vsynth1-bpp15.avi -3aee2d6e82a9507d7f01844c04d2b57b *tests/data/fate/vsynth1-bpp15.out.rawvideo -stddev: 38.44 PSNR: 16.43 MAXDIFF: 159 bytes: 7603200/ 7603200 Test vsynth1-bpp15 failed. Look at tests/data/fate/vsynth1-bpp15.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-bpp15] Error 1 TEST vsynth1-mov-bgr24 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-prores_444_int 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-prores_444_int 2020-07-26 20:40:59.107245143 +0000 @@ -1,4 +0,0 @@ -1d5e484fa8ca08781ef2ed8428963d12 *tests/data/fate/vsynth1-prores_444_int.mov -9940947 tests/data/fate/vsynth1-prores_444_int.mov -732ceeb6887524e0aee98762fe50578b *tests/data/fate/vsynth1-prores_444_int.out.rawvideo -stddev: 2.83 PSNR: 39.08 MAXDIFF: 45 bytes: 7603200/ 7603200 Test vsynth1-prores_444_int failed. Look at tests/data/fate/vsynth1-prores_444_int.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-prores_444_int] Error 1 TEST vsynth1-mov-bpp15 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mov-bgr24 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-mov-bgr24 2020-07-26 20:41:58.427174767 +0000 @@ -1,4 +0,0 @@ -ba9d5cbc4b432db076fb501b1d5fa536 *tests/data/fate/vsynth1-mov-bgr24.mov -15207169 tests/data/fate/vsynth1-mov-bgr24.mov -93695a27c24a61105076ca7b1f010bbd *tests/data/fate/vsynth1-mov-bgr24.out.rawvideo -stddev: 3.42 PSNR: 37.44 MAXDIFF: 48 bytes: 7603200/ 7603200 Test vsynth1-mov-bgr24 failed. Look at tests/data/fate/vsynth1-mov-bgr24.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-mov-bgr24] Error 1 TEST vsynth1-mov-bpp16 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mov-bpp15 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-mov-bpp15 2020-07-26 20:41:59.193840528 +0000 @@ -1,4 +0,0 @@ -dfd88a906ae74dddd4caf3c455224fa3 *tests/data/fate/vsynth1-mov-bpp15.mov -10138329 tests/data/fate/vsynth1-mov-bpp15.mov -99bece160cfb0da47f446b60d42fa3ae *tests/data/fate/vsynth1-mov-bpp15.out.rawvideo -stddev: 4.06 PSNR: 35.94 MAXDIFF: 47 bytes: 7603200/ 7603200 Test vsynth1-mov-bpp15 failed. Look at tests/data/fate/vsynth1-mov-bpp15.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-mov-bpp15] Error 1 TEST vsynth1-roqvideo --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mov-bpp16 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-mov-bpp16 2020-07-26 20:42:05.893832623 +0000 @@ -1,4 +0,0 @@ -3d7e3f8bd238c341b0b4d55a30d8f5a2 *tests/data/fate/vsynth1-mov-bpp16.mov -10138329 tests/data/fate/vsynth1-mov-bpp16.mov -0cea382b9b0a4ce88260c1edc20b3f5b *tests/data/fate/vsynth1-mov-bpp16.out.rawvideo -stddev: 3.79 PSNR: 36.55 MAXDIFF: 46 bytes: 7603200/ 7603200 Test vsynth1-mov-bpp16 failed. Look at tests/data/fate/vsynth1-mov-bpp16.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-mov-bpp16] Error 1 TEST vsynth1-rv10 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-rv10 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-rv10 2020-07-26 20:42:12.613824701 +0000 @@ -1,4 +0,0 @@ -5ef46004d474669d19ad06133a1cf137 *tests/data/fate/vsynth1-rv10.rm -653907 tests/data/fate/vsynth1-rv10.rm -aef88517578fa7f53fe5159c4b6754ef *tests/data/fate/vsynth1-rv10.out.rawvideo -stddev: 8.03 PSNR: 30.03 MAXDIFF: 103 bytes: 7603200/ 7603200 Test vsynth1-rv10 failed. Look at tests/data/fate/vsynth1-rv10.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-rv10] Error 1 TEST vsynth1-rv20 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-rv20 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-rv20 2020-07-26 20:42:23.793811540 +0000 @@ -1,4 +0,0 @@ -0f04eec24aaa8ea06eafc58082c2e2ef *tests/data/fate/vsynth1-rv20.rm -646019 tests/data/fate/vsynth1-rv20.rm -3f55bcfb3c672d74f0fa64aa90aa0395 *tests/data/fate/vsynth1-rv20.out.rawvideo -stddev: 8.26 PSNR: 29.79 MAXDIFF: 103 bytes: 7603200/ 7603200 Test vsynth1-rv20 failed. Look at tests/data/fate/vsynth1-rv20.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-rv20] Error 1 TEST vsynth1-snow --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-msvideo1 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-msvideo1 2020-07-26 20:40:27.173949990 +0000 @@ -1,4 +0,0 @@ -41c8ec9813bb32831c4cf279677e631b *tests/data/fate/vsynth1-msvideo1.avi -2051896 tests/data/fate/vsynth1-msvideo1.avi -f4605ac6df556a3ca7053c49aaac04d8 *tests/data/fate/vsynth1-msvideo1.out.rawvideo -stddev: 11.89 PSNR: 26.62 MAXDIFF: 159 bytes: 7603200/ 7603200 Test vsynth1-msvideo1 failed. Look at tests/data/fate/vsynth1-msvideo1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-msvideo1] Error 1 TEST vsynth1-snow-hpel --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-prores_ks 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-prores_ks 2020-07-26 20:41:10.637231410 +0000 @@ -1,4 +0,0 @@ -5b0970bacd4b03d70f7648fee2f0c85f *tests/data/fate/vsynth1-prores_ks.mov -3858911 tests/data/fate/vsynth1-prores_ks.mov -100eb002413fe7a632d440dfbdf7e3ff *tests/data/fate/vsynth1-prores_ks.out.rawvideo -stddev: 3.17 PSNR: 38.09 MAXDIFF: 39 bytes: 7603200/ 7603200 Test vsynth1-prores_ks failed. Look at tests/data/fate/vsynth1-prores_ks.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-prores_ks] Error 1 TEST vsynth1-snow-ll --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-snow 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-snow 2020-07-26 20:42:35.080464941 +0000 @@ -1,4 +0,0 @@ -67c10f8d52fcd1103caa675a1408bf6e *tests/data/fate/vsynth1-snow.avi -136088 tests/data/fate/vsynth1-snow.avi -bfc0bcc4bc7b956933aa58acc587018d *tests/data/fate/vsynth1-snow.out.rawvideo -stddev: 22.77 PSNR: 20.98 MAXDIFF: 175 bytes: 7603200/ 7603200 Test vsynth1-snow failed. Look at tests/data/fate/vsynth1-snow.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-snow] Error 1 TEST vsynth1-svq1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-snow-hpel 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-snow-hpel 2020-07-26 20:42:59.087103465 +0000 @@ -1,4 +0,0 @@ -e62ae25d5040d04622a965bcb27fdb1e *tests/data/fate/vsynth1-snow-hpel.avi -138446 tests/data/fate/vsynth1-snow-hpel.avi -57c914cd150f8fc260b5989ce3e5884c *tests/data/fate/vsynth1-snow-hpel.out.rawvideo -stddev: 22.74 PSNR: 20.99 MAXDIFF: 172 bytes: 7603200/ 7603200 Test vsynth1-snow-hpel failed. Look at tests/data/fate/vsynth1-snow-hpel.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-snow-hpel] Error 1 TEST vsynth1-r210 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-r210 2018-12-03 16:52:21.338556264 +0000 +++ tests/data/fate/vsynth1-r210 2020-07-26 20:44:41.830317355 +0000 @@ -1,4 +0,0 @@ -1a522a30ddd8c2865a731a5659001717 *tests/data/fate/vsynth1-r210.avi -22125252 tests/data/fate/vsynth1-r210.avi -b6444935d6c4d8c75fe63d5978f5b457 *tests/data/fate/vsynth1-r210.out.rawvideo -stddev: 3.73 PSNR: 36.68 MAXDIFF: 48 bytes: 7603200/ 7603200 Test vsynth1-r210 failed. Look at tests/data/fate/vsynth1-r210.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-r210] Error 1 TEST vsynth1-v210 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-v210 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-v210 2020-07-26 20:44:51.990305624 +0000 @@ -1,4 +0,0 @@ -767471c71d60daf46ca3a758771c4f8e *tests/data/fate/vsynth1-v210.avi -14752452 tests/data/fate/vsynth1-v210.avi -2ba7f4ca302f3c4147860b9dfb12b6e4 *tests/data/fate/vsynth1-v210.out.rawvideo -stddev: 1.84 PSNR: 42.81 MAXDIFF: 29 bytes: 7603200/ 7603200 Test vsynth1-v210 failed. Look at tests/data/fate/vsynth1-v210.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-v210] Error 1 TEST vsynth1-v210-10 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-v210-10 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-v210-10 2020-07-26 20:44:55.800301229 +0000 @@ -1,4 +0,0 @@ -9269ce2a5294a4c9a8346328d06b23af *tests/data/fate/vsynth1-v210-10.avi -14752452 tests/data/fate/vsynth1-v210-10.avi -50973792d3f1abe04a51ee0121f077f2 *tests/data/fate/vsynth1-v210-10.out.rawvideo -stddev: 1.85 PSNR: 42.78 MAXDIFF: 29 bytes: 7603200/ 7603200 Test vsynth1-v210-10 failed. Look at tests/data/fate/vsynth1-v210-10.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-v210-10] Error 1 TEST vsynth1-v308 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-snow-ll 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-snow-ll 2020-07-26 20:43:25.570405858 +0000 @@ -1,4 +0,0 @@ -47690bd6f32d8f5ce11b9f6e7f090be2 *tests/data/fate/vsynth1-snow-ll.avi -3419972 tests/data/fate/vsynth1-snow-ll.avi -c5ccac874dbf808e9088bc3107860042 *tests/data/fate/vsynth1-snow-ll.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth1-snow-ll failed. Look at tests/data/fate/vsynth1-snow-ll.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-snow-ll] Error 1 TEST vsynth1-v408 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-v308 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-v308 2020-07-26 20:44:58.920297631 +0000 @@ -1,4 +0,0 @@ -5d868b73c554a9a2422d6c8a18ce9c02 *tests/data/fate/vsynth1-v308.avi -15213252 tests/data/fate/vsynth1-v308.avi -10fb42f1abf40a289c3edafc0390482c *tests/data/fate/vsynth1-v308.out.rawvideo -stddev: 2.67 PSNR: 39.60 MAXDIFF: 43 bytes: 7603200/ 7603200 Test vsynth1-v308 failed. Look at tests/data/fate/vsynth1-v308.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-v308] Error 1 TEST vsynth1-avui --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-v408 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-v408 2020-07-26 20:45:01.170295036 +0000 @@ -1,4 +0,0 @@ -4e977bec707cda2b09edb717805cb960 *tests/data/fate/vsynth1-v408.avi -20282052 tests/data/fate/vsynth1-v408.avi -c5ccac874dbf808e9088bc3107860042 *tests/data/fate/vsynth1-v408.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth1-v408 failed. Look at tests/data/fate/vsynth1-v408.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-v408] Error 1 TEST vsynth1-wmv1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-avui 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-avui 2020-07-26 20:45:02.770293193 +0000 @@ -1,4 +0,0 @@ -be8ffb8056d1fb5f8c500b95bf7af14c *tests/data/fate/vsynth1-avui.mov -42625037 tests/data/fate/vsynth1-avui.mov -c5ccac874dbf808e9088bc3107860042 *tests/data/fate/vsynth1-avui.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth1-avui failed. Look at tests/data/fate/vsynth1-avui.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-avui] Error 1 TEST vsynth1-wmv2 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-wmv1 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-wmv1 2020-07-26 20:45:05.230290358 +0000 @@ -1,4 +0,0 @@ -871a92dc2fe36ca94211830160f9f406 *tests/data/fate/vsynth1-wmv1.avi -626874 tests/data/fate/vsynth1-wmv1.avi -3354066ebdd8cd8098394be2384744e7 *tests/data/fate/vsynth1-wmv1.out.rawvideo -stddev: 7.97 PSNR: 30.09 MAXDIFF: 110 bytes: 7603200/ 7603200 Test vsynth1-wmv1 failed. Look at tests/data/fate/vsynth1-wmv1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-wmv1] Error 1 TEST vsynth1-yuv --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-yuv 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-yuv 2020-07-26 20:45:16.976943498 +0000 @@ -1,4 +0,0 @@ -795ce63f1fe371b98822b1cb385b062f *tests/data/fate/vsynth1-yuv.avi -7610052 tests/data/fate/vsynth1-yuv.avi -c5ccac874dbf808e9088bc3107860042 *tests/data/fate/vsynth1-yuv.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth1-yuv failed. Look at tests/data/fate/vsynth1-yuv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-yuv] Error 1 TEST vsynth1-xface --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-wmv2 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-wmv2 2020-07-26 20:45:08.786952927 +0000 @@ -1,4 +0,0 @@ -be5c5985d7f4d5b7797aeb0c825bf4f8 *tests/data/fate/vsynth1-wmv2.avi -659142 tests/data/fate/vsynth1-wmv2.avi -8a6061ef825e79d887705db656d51247 *tests/data/fate/vsynth1-wmv2.out.rawvideo -stddev: 7.97 PSNR: 30.09 MAXDIFF: 105 bytes: 7603200/ 7603200 Test vsynth1-wmv2 failed. Look at tests/data/fate/vsynth1-wmv2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-wmv2] Error 1 TEST vsynth1-yuv4 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-xface 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-xface 2020-07-26 20:45:18.920274595 +0000 @@ -1,4 +0,0 @@ -98a6c85c83454c3209eedbe704a09cb5 *tests/data/fate/vsynth1-xface.nut -19800 tests/data/fate/vsynth1-xface.nut -cb1d399fcf818a70e5bc5769934d0094 *tests/data/fate/vsynth1-xface.out.rawvideo -stddev: 103.97 PSNR: 7.79 MAXDIFF: 254 bytes: 7603200/ 7603200 Test vsynth1-xface failed. Look at tests/data/fate/vsynth1-xface.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-xface] Error 1 TEST vsynth1-y41p --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-yuv4 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-yuv4 2020-07-26 20:45:21.193605314 +0000 @@ -1,4 +0,0 @@ -71d07cf8dd5631f8669294aa86db363e *tests/data/fate/vsynth1-yuv4.avi -7610052 tests/data/fate/vsynth1-yuv4.avi -c5ccac874dbf808e9088bc3107860042 *tests/data/fate/vsynth1-yuv4.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth1-yuv4 failed. Look at tests/data/fate/vsynth1-yuv4.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-yuv4] Error 1 TEST vsynth1-zlib --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-y41p 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-y41p 2020-07-26 20:45:22.820270110 +0000 @@ -1,4 +0,0 @@ -7355fc7614e1ba50d364fc13af5fc3e1 *tests/data/fate/vsynth1-y41p.avi -7610052 tests/data/fate/vsynth1-y41p.avi -3aef1d83732a3f9835ee2523a11c95c1 *tests/data/fate/vsynth1-y41p.out.rawvideo -stddev: 5.98 PSNR: 32.59 MAXDIFF: 87 bytes: 7603200/ 7603200 Test vsynth1-y41p failed. Look at tests/data/fate/vsynth1-y41p.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-y41p] Error 1 GEN tests/data/vsynth2.yuv TEST vsynth3-amv --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-amv 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-amv 2020-07-26 20:45:25.956933170 +0000 @@ -1,4 +0,0 @@ -be6f013af371ab9d350e4998e86d2ea4 *tests/data/fate/vsynth3-amv.avi -33932 tests/data/fate/vsynth3-amv.avi -f916c620790a9cf2674391610985ae27 *tests/data/fate/vsynth3-amv.out.rawvideo -stddev: 11.58 PSNR: 26.85 MAXDIFF: 89 bytes: 86700/ 86700 Test vsynth3-amv failed. Look at tests/data/fate/vsynth3-amv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-amv] Error 1 TEST vsynth3-asv1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-asv1 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-asv1 2020-07-26 20:45:28.410263683 +0000 @@ -1,4 +0,0 @@ -81eeea0d0e6219b2f381cf2100e9a12f *tests/data/fate/vsynth3-asv1.avi -34704 tests/data/fate/vsynth3-asv1.avi -3c8636e22a96267451684f42d7a6f608 *tests/data/fate/vsynth3-asv1.out.rawvideo -stddev: 13.16 PSNR: 25.74 MAXDIFF: 112 bytes: 86700/ 86700 Test vsynth3-asv1 failed. Look at tests/data/fate/vsynth3-asv1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-asv1] Error 1 TEST vsynth3-asv2 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-asv2 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-asv2 2020-07-26 20:45:30.406928055 +0000 @@ -1,4 +0,0 @@ -8402fb1112fb8119c019154a472b5cd0 *tests/data/fate/vsynth3-asv2.avi -36208 tests/data/fate/vsynth3-asv2.avi -5469c0735b7c9279e5e8e3439fc6acab *tests/data/fate/vsynth3-asv2.out.rawvideo -stddev: 9.07 PSNR: 28.97 MAXDIFF: 51 bytes: 86700/ 86700 Test vsynth3-asv2 failed. Look at tests/data/fate/vsynth3-asv2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-asv2] Error 1 TEST vsynth3-cljr --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-cljr 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-cljr 2020-07-26 20:45:32.406925758 +0000 @@ -1,4 +0,0 @@ -34c26d901c5ccfcd10fd63a1494ae23a *tests/data/fate/vsynth3-cljr.avi -68052 tests/data/fate/vsynth3-cljr.avi -ac4c80dda332b6311beb1e8f723c13ca *tests/data/fate/vsynth3-cljr.out.rawvideo -stddev: 7.51 PSNR: 30.61 MAXDIFF: 84 bytes: 86700/ 86700 Test vsynth3-cljr failed. Look at tests/data/fate/vsynth3-cljr.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-cljr] Error 1 TEST vsynth3-dnxhd-720p-hr-lb --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-zlib 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-zlib 2020-07-26 20:45:23.476936021 +0000 @@ -1,4 +0,0 @@ -fd44e7bf6322f4be46f4f0dada728849 *tests/data/fate/vsynth1-zlib.avi -12108636 tests/data/fate/vsynth1-zlib.avi -93695a27c24a61105076ca7b1f010bbd *tests/data/fate/vsynth1-zlib.out.rawvideo -stddev: 3.42 PSNR: 37.44 MAXDIFF: 48 bytes: 7603200/ 7603200 Test vsynth1-zlib failed. Look at tests/data/fate/vsynth1-zlib.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-zlib] Error 1 TEST vsynth3-dnxhd-edge1-hr --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-dnxhd-edge1-hr 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-dnxhd-edge1-hr 2020-07-26 20:45:40.196916811 +0000 @@ -1,4 +0,0 @@ -178cbf39ee530bfa190b332ce3fa3498 *tests/data/fate/vsynth3-dnxhd-edge1-hr.dnxhd -81920 tests/data/fate/vsynth3-dnxhd-edge1-hr.dnxhd -714fd3f9f467cb60d606548b98e5d52b *tests/data/fate/vsynth3-dnxhd-edge1-hr.out.rawvideo -stddev: 7.11 PSNR: 31.09 MAXDIFF: 52 bytes: 86700/ 8670 Test vsynth3-dnxhd-edge1-hr failed. Look at tests/data/fate/vsynth3-dnxhd-edge1-hr.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-dnxhd-edge1-hr] Error 1 TEST vsynth3-dnxhd-edge2-hr --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-dnxhd-edge2-hr 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-dnxhd-edge2-hr 2020-07-26 20:45:42.760247203 +0000 @@ -1,4 +0,0 @@ -a115494fe55740743b4a1a75e8f940ec *tests/data/fate/vsynth3-dnxhd-edge2-hr.dnxhd -81920 tests/data/fate/vsynth3-dnxhd-edge2-hr.dnxhd -3bdf0df4e807f5c10362618ba572978c *tests/data/fate/vsynth3-dnxhd-edge2-hr.out.rawvideo -stddev: 7.08 PSNR: 31.13 MAXDIFF: 52 bytes: 86700/ 8670 Test vsynth3-dnxhd-edge2-hr failed. Look at tests/data/fate/vsynth3-dnxhd-edge2-hr.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-dnxhd-edge2-hr] Error 1 TEST vsynth3-dnxhd-edge3-hr --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-roqvideo 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-roqvideo 2020-07-26 20:42:06.393832034 +0000 @@ -1,4 +0,0 @@ -8037e62b2707a246e787bb1723b752b9 *tests/data/fate/vsynth1-roqvideo.roq -102571 tests/data/fate/vsynth1-roqvideo.roq -9e3bb47e5e9708392d7eba8f944b6920 *tests/data/fate/vsynth1-roqvideo.out.rawvideo -stddev: 7.75 PSNR: 30.34 MAXDIFF: 88 bytes: 7603200/ 760320 Test vsynth1-roqvideo failed. Look at tests/data/fate/vsynth1-roqvideo.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-roqvideo] Error 1 TEST vsynth3-dnxhd-4k-hr-lb --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-dnxhd-edge3-hr 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-dnxhd-edge3-hr 2020-07-26 20:45:45.650243886 +0000 @@ -1,4 +0,0 @@ -db949ad0c841bc6cf603646e14a5da53 *tests/data/fate/vsynth3-dnxhd-edge3-hr.dnxhd -81920 tests/data/fate/vsynth3-dnxhd-edge3-hr.dnxhd -d34c4c4324e40370a78eb178c9745126 *tests/data/fate/vsynth3-dnxhd-edge3-hr.out.rawvideo -stddev: 7.12 PSNR: 31.08 MAXDIFF: 51 bytes: 86700/ 8670 Test vsynth3-dnxhd-edge3-hr failed. Look at tests/data/fate/vsynth3-dnxhd-edge3-hr.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-dnxhd-edge3-hr] Error 1 TEST vsynth3-dnxhd-2k-hr-hq --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-dnxhd-720p-hr-lb 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-dnxhd-720p-hr-lb 2020-07-26 20:45:34.496923356 +0000 @@ -1,4 +0,0 @@ -09f95ea080635205a4b6e681822b25d6 *tests/data/fate/vsynth3-dnxhd-720p-hr-lb.dnxhd -409600 tests/data/fate/vsynth3-dnxhd-720p-hr-lb.dnxhd -b3349ba1bba0281d575f7650aa8e7c72 *tests/data/fate/vsynth3-dnxhd-720p-hr-lb.out.rawvideo -stddev: 6.92 PSNR: 31.32 MAXDIFF: 50 bytes: 86700/ 8670 Test vsynth3-dnxhd-720p-hr-lb failed. Look at tests/data/fate/vsynth3-dnxhd-720p-hr-lb.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-dnxhd-720p-hr-lb] Error 1 TEST vsynth3-dnxhd-uhd-hr-sq --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-svq1 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-svq1 2020-07-26 20:44:25.753669277 +0000 @@ -1,4 +0,0 @@ -39ec74da265e3ef27756618108641181 *tests/data/fate/vsynth1-svq1.mov -1334233 tests/data/fate/vsynth1-svq1.mov -9cc35c54b2c77d36bd7e308b393c1f81 *tests/data/fate/vsynth1-svq1.out.rawvideo -stddev: 9.58 PSNR: 28.50 MAXDIFF: 210 bytes: 7603200/ 7603200 Test vsynth1-svq1 failed. Look at tests/data/fate/vsynth1-svq1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth1-svq1] Error 1 TEST vsynth3-dnxhd-1080i-10bit --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-dnxhd-2k-hr-hq 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-dnxhd-2k-hr-hq 2020-07-26 20:45:48.273574211 +0000 @@ -1,4 +0,0 @@ -fa0cc58e64c981a45d1c6d667ba4e584 *tests/data/fate/vsynth3-dnxhd-2k-hr-hq.dnxhd -4894720 tests/data/fate/vsynth3-dnxhd-2k-hr-hq.dnxhd -1128a9cf1a6ccb4614be69adef557bf1 *tests/data/fate/vsynth3-dnxhd-2k-hr-hq.out.rawvideo -stddev: 6.91 PSNR: 31.33 MAXDIFF: 50 bytes: 86700/ 8670 Test vsynth3-dnxhd-2k-hr-hq failed. Look at tests/data/fate/vsynth3-dnxhd-2k-hr-hq.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-dnxhd-2k-hr-hq] Error 1 TEST vsynth3-dnxhd-1080i-colr --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-dnxhd-1080i-10bit 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth3-dnxhd-1080i-10bit 2020-07-26 20:45:57.850229898 +0000 @@ -1,4 +0,0 @@ -4e6185e273297061def8e0b7fabff71b *tests/data/fate/vsynth3-dnxhd-1080i-10bit.mov -4588391 tests/data/fate/vsynth3-dnxhd-1080i-10bit.mov -c192f36ef8687e56c72a3dc416c7e191 *tests/data/fate/vsynth3-dnxhd-1080i-10bit.out.rawvideo -stddev: 6.92 PSNR: 31.32 MAXDIFF: 50 bytes: 86700/ 8670 Test vsynth3-dnxhd-1080i-10bit failed. Look at tests/data/fate/vsynth3-dnxhd-1080i-10bit.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-dnxhd-1080i-10bit] Error 1 TEST vsynth3-dnxhd-hr-lb-mov --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-dnxhd-1080i-colr 2020-04-13 20:23:33.218138847 +0000 +++ tests/data/fate/vsynth3-dnxhd-1080i-colr 2020-07-26 20:46:20.663537120 +0000 @@ -1,4 +0,0 @@ -92a2f67cf77abf3428fe2d4f53ba2027 *tests/data/fate/vsynth3-dnxhd-1080i-colr.mov -3031929 tests/data/fate/vsynth3-dnxhd-1080i-colr.mov -f907fd2d48bedbc5283fbfc3fb9f61a0 *tests/data/fate/vsynth3-dnxhd-1080i-colr.out.rawvideo -stddev: 6.92 PSNR: 31.32 MAXDIFF: 50 bytes: 86700/ 8670 Test vsynth3-dnxhd-1080i-colr failed. Look at tests/data/fate/vsynth3-dnxhd-1080i-colr.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-dnxhd-1080i-colr] Error 1 TEST vsynth3-dnxhd-hr-sq-mov --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-dnxhd-hr-sq-mov 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth3-dnxhd-hr-sq-mov 2020-07-26 20:46:51.893501466 +0000 @@ -1,4 +0,0 @@ -3b1420fc4cb6de03ea4a7858f5a0438e *tests/data/fate/vsynth3-dnxhd-hr-sq-mov.mov -2560763 tests/data/fate/vsynth3-dnxhd-hr-sq-mov.mov -730c00cc5a24e13ee99a75789806cb28 *tests/data/fate/vsynth3-dnxhd-hr-sq-mov.out.rawvideo -stddev: 6.91 PSNR: 31.33 MAXDIFF: 50 bytes: 86700/ 8670 Test vsynth3-dnxhd-hr-sq-mov failed. Look at tests/data/fate/vsynth3-dnxhd-hr-sq-mov.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-dnxhd-hr-sq-mov] Error 1 TEST vsynth3-dnxhd-hr-hq-mov --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-dnxhd-uhd-hr-sq 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-dnxhd-uhd-hr-sq 2020-07-26 20:45:55.793565588 +0000 @@ -1,4 +0,0 @@ -067a66401b915f54171b65f086822bbb *tests/data/fate/vsynth3-dnxhd-uhd-hr-sq.dnxhd -12042240 tests/data/fate/vsynth3-dnxhd-uhd-hr-sq.dnxhd -8491cb6cf111fdeccdf5e4f5712a33c1 *tests/data/fate/vsynth3-dnxhd-uhd-hr-sq.out.rawvideo -stddev: 6.92 PSNR: 31.32 MAXDIFF: 50 bytes: 86700/ 8670 Test vsynth3-dnxhd-uhd-hr-sq failed. Look at tests/data/fate/vsynth3-dnxhd-uhd-hr-sq.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-dnxhd-uhd-hr-sq] Error 1 TEST vsynth3-dv-hd --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-dnxhd-hr-hq-mov 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth3-dnxhd-hr-hq-mov 2020-07-26 20:47:15.853474180 +0000 @@ -1,4 +0,0 @@ -1b9e337636198690850f102c7a987eae *tests/data/fate/vsynth3-dnxhd-hr-hq-mov.mov -4772599 tests/data/fate/vsynth3-dnxhd-hr-hq-mov.mov -aa2e6c13a1e7760a22fccfca9faacdf3 *tests/data/fate/vsynth3-dnxhd-hr-hq-mov.out.rawvideo -stddev: 6.92 PSNR: 31.32 MAXDIFF: 50 bytes: 86700/ 8670 Test vsynth3-dnxhd-hr-hq-mov failed. Look at tests/data/fate/vsynth3-dnxhd-hr-hq-mov.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-dnxhd-hr-hq-mov] Error 1 TEST vsynth3-dv-fhd --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-dnxhd-4k-hr-lb 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-dnxhd-4k-hr-lb 2020-07-26 20:45:46.830242533 +0000 @@ -1,4 +0,0 @@ -1dc788461df79c2a1e7b64309cd9f131 *tests/data/fate/vsynth3-dnxhd-4k-hr-lb.dnxhd -3993600 tests/data/fate/vsynth3-dnxhd-4k-hr-lb.dnxhd -2d70a847288c6b194e7c38f42ed3c840 *tests/data/fate/vsynth3-dnxhd-4k-hr-lb.out.rawvideo -stddev: 6.92 PSNR: 31.32 MAXDIFF: 50 bytes: 86700/ 8670 Test vsynth3-dnxhd-4k-hr-lb failed. Look at tests/data/fate/vsynth3-dnxhd-4k-hr-lb.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-dnxhd-4k-hr-lb] Error 1 TEST vsynth3-ffv1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-ffv1 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-ffv1 2020-07-26 20:48:21.363399858 +0000 @@ -1,4 +0,0 @@ -f969ca8542c8384c27233f362b661f8a *tests/data/fate/vsynth3-ffv1.avi -62194 tests/data/fate/vsynth3-ffv1.avi -a038ad7c3c09f776304ef7accdea9c74 *tests/data/fate/vsynth3-ffv1.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 86700/ 86700 Test vsynth3-ffv1 failed. Look at tests/data/fate/vsynth3-ffv1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-ffv1] Error 1 TEST vsynth3-ffv1-v0 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-ffv1-v0 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-ffv1-v0 2020-07-26 20:48:23.680063903 +0000 @@ -1,4 +0,0 @@ -91ddf7723476e2b084253ffca69f382e *tests/data/fate/vsynth3-ffv1-v0.avi -52256 tests/data/fate/vsynth3-ffv1-v0.avi -a038ad7c3c09f776304ef7accdea9c74 *tests/data/fate/vsynth3-ffv1-v0.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 86700/ 86700 Test vsynth3-ffv1-v0 failed. Look at tests/data/fate/vsynth3-ffv1-v0.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-ffv1-v0] Error 1 TEST vsynth3-ffv1-v3-yuv420p --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-ffv1-v3-yuv420p 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-ffv1-v3-yuv420p 2020-07-26 20:48:25.883394743 +0000 @@ -1,4 +0,0 @@ -f969ca8542c8384c27233f362b661f8a *tests/data/fate/vsynth3-ffv1-v3-yuv420p.avi -62194 tests/data/fate/vsynth3-ffv1-v3-yuv420p.avi -a038ad7c3c09f776304ef7accdea9c74 *tests/data/fate/vsynth3-ffv1-v3-yuv420p.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 86700/ 86700 Test vsynth3-ffv1-v3-yuv420p failed. Look at tests/data/fate/vsynth3-ffv1-v3-yuv420p.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-ffv1-v3-yuv420p] Error 1 TEST vsynth3-ffv1-v3-yuv422p10 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-ffv1-v3-yuv422p10 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-ffv1-v3-yuv422p10 2020-07-26 20:48:28.140058858 +0000 @@ -1,4 +0,0 @@ -4fc113caac00ada68e19639ae6f7bc47 *tests/data/fate/vsynth3-ffv1-v3-yuv422p10.avi -63840 tests/data/fate/vsynth3-ffv1-v3-yuv422p10.avi -a038ad7c3c09f776304ef7accdea9c74 *tests/data/fate/vsynth3-ffv1-v3-yuv422p10.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 86700/ 86700 Test vsynth3-ffv1-v3-yuv422p10 failed. Look at tests/data/fate/vsynth3-ffv1-v3-yuv422p10.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-ffv1-v3-yuv422p10] Error 1 TEST vsynth3-ffv1-v3-yuv444p16 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-ffv1-v3-yuv444p16 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-ffv1-v3-yuv444p16 2020-07-26 20:48:31.093388851 +0000 @@ -1,4 +0,0 @@ -1e8981cec92407938b25cd82381d1c64 *tests/data/fate/vsynth3-ffv1-v3-yuv444p16.avi -82908 tests/data/fate/vsynth3-ffv1-v3-yuv444p16.avi -a038ad7c3c09f776304ef7accdea9c74 *tests/data/fate/vsynth3-ffv1-v3-yuv444p16.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 86700/ 86700 Test vsynth3-ffv1-v3-yuv444p16 failed. Look at tests/data/fate/vsynth3-ffv1-v3-yuv444p16.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-ffv1-v3-yuv444p16] Error 1 TEST vsynth3-ffv1-v3-bgr0 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-ffv1-v3-bgr0 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-ffv1-v3-bgr0 2020-07-26 20:48:34.816717975 +0000 @@ -1,4 +0,0 @@ -bdb5f694222e91bb7cb7264d2d5d419b *tests/data/fate/vsynth3-ffv1-v3-bgr0.avi -112780 tests/data/fate/vsynth3-ffv1-v3-bgr0.avi -5d031d2e891b13593b8cd79e63d083b4 *tests/data/fate/vsynth3-ffv1-v3-bgr0.out.rawvideo -stddev: 3.23 PSNR: 37.92 MAXDIFF: 50 bytes: 86700/ 86700 Test vsynth3-ffv1-v3-bgr0 failed. Look at tests/data/fate/vsynth3-ffv1-v3-bgr0.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-ffv1-v3-bgr0] Error 1 TEST vsynth3-ffv1-v3-rgb48 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-ffv1-v3-rgb48 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-ffv1-v3-rgb48 2020-07-26 20:48:37.816714584 +0000 @@ -1,4 +0,0 @@ -3bec2f4381dc362c24d1bbc304d0af58 *tests/data/fate/vsynth3-ffv1-v3-rgb48.avi -244742 tests/data/fate/vsynth3-ffv1-v3-rgb48.avi -d37e1507abd3233e27b0b00441149ddc *tests/data/fate/vsynth3-ffv1-v3-rgb48.out.rawvideo -stddev: 3.52 PSNR: 37.19 MAXDIFF: 59 bytes: 86700/ 86700 Test vsynth3-ffv1-v3-rgb48 failed. Look at tests/data/fate/vsynth3-ffv1-v3-rgb48.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-ffv1-v3-rgb48] Error 1 TEST vsynth3-ffvhuff --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-dv-hd 2019-11-13 17:24:18.523463998 +0000 +++ tests/data/fate/vsynth3-dv-hd 2020-07-26 20:47:41.713444794 +0000 @@ -1,4 +0,0 @@ -2f81f3ccec178ba2fd9d3e3b46f33670 *tests/data/fate/vsynth3-dv-hd.dv -14400000 tests/data/fate/vsynth3-dv-hd.dv -a038ad7c3c09f776304ef7accdea9c74 *tests/data/fate/vsynth3-dv-hd.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 86700/ 86700 Test vsynth3-dv-hd failed. Look at tests/data/fate/vsynth3-dv-hd.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-dv-hd] Error 1 TEST vsynth3-ffvhuff444 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-ffvhuff 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-ffvhuff 2020-07-26 20:48:42.180042987 +0000 @@ -1,4 +0,0 @@ -9f355bfe2abe63b06e325a078151f784 *tests/data/fate/vsynth3-ffvhuff.avi -90210 tests/data/fate/vsynth3-ffvhuff.avi -a038ad7c3c09f776304ef7accdea9c74 *tests/data/fate/vsynth3-ffvhuff.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 86700/ 86700 Test vsynth3-ffvhuff failed. Look at tests/data/fate/vsynth3-ffvhuff.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-ffvhuff] Error 1 TEST vsynth3-ffvhuff420p12 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-ffvhuff444 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-ffvhuff444 2020-07-26 20:48:42.993375401 +0000 @@ -1,4 +0,0 @@ -dc07c964dad37768d1a021afe7c3612e *tests/data/fate/vsynth3-ffvhuff444.avi -151366 tests/data/fate/vsynth3-ffvhuff444.avi -02a85ec07377df6b483281038f8882ee *tests/data/fate/vsynth3-ffvhuff444.out.rawvideo -stddev: 3.06 PSNR: 38.40 MAXDIFF: 40 bytes: 86700/ 86700 Test vsynth3-ffvhuff444 failed. Look at tests/data/fate/vsynth3-ffvhuff444.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-ffvhuff444] Error 1 TEST vsynth3-ffvhuff422p10left --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-ffvhuff420p12 2017-10-23 22:45:16.668623250 +0000 +++ tests/data/fate/vsynth3-ffvhuff420p12 2020-07-26 20:48:44.103374148 +0000 @@ -1,4 +0,0 @@ -e5a178d75afeda6df1d4eb6f7cdfa3a0 *tests/data/fate/vsynth3-ffvhuff420p12.avi -175260 tests/data/fate/vsynth3-ffvhuff420p12.avi -a038ad7c3c09f776304ef7accdea9c74 *tests/data/fate/vsynth3-ffvhuff420p12.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 86700/ 86700 Test vsynth3-ffvhuff420p12 failed. Look at tests/data/fate/vsynth3-ffvhuff420p12.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-ffvhuff420p12] Error 1 TEST vsynth3-ffvhuff444p16 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-ffvhuff422p10left 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-ffvhuff422p10left 2020-07-26 20:48:45.196706246 +0000 @@ -1,4 +0,0 @@ -37e15f58570aeeafc86972524756136a *tests/data/fate/vsynth3-ffvhuff422p10left.avi -173552 tests/data/fate/vsynth3-ffvhuff422p10left.avi -0cf7cf68724fa5146b1667e4fa08b0e1 *tests/data/fate/vsynth3-ffvhuff422p10left.out.rawvideo -stddev: 2.12 PSNR: 41.58 MAXDIFF: 26 bytes: 86700/ 86700 Test vsynth3-ffvhuff422p10left failed. Look at tests/data/fate/vsynth3-ffvhuff422p10left.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-ffvhuff422p10left] Error 1 TEST vsynth3-flashsv --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-ffvhuff444p16 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-ffvhuff444p16 2020-07-26 20:48:46.266705037 +0000 @@ -1,4 +0,0 @@ -93571f2ddceadebd534c6d76fe93fc93 *tests/data/fate/vsynth3-ffvhuff444p16.avi -320088 tests/data/fate/vsynth3-ffvhuff444p16.avi -e5933e1e6dbacddb78e6d90cd5ed2b5d *tests/data/fate/vsynth3-ffvhuff444p16.out.rawvideo -stddev: 3.06 PSNR: 38.40 MAXDIFF: 40 bytes: 86700/ 86700 Test vsynth3-ffvhuff444p16 failed. Look at tests/data/fate/vsynth3-ffvhuff444p16.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-ffvhuff444p16] Error 1 TEST vsynth3-flashsv2 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-flashsv 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-flashsv 2020-07-26 20:48:47.376703783 +0000 @@ -1,4 +0,0 @@ -832fe60169f4d91339458c60a5292924 *tests/data/fate/vsynth3-flashsv.flv -171419 tests/data/fate/vsynth3-flashsv.flv -faa660b0ecaaab1bf9b5d7284019aa01 *tests/data/fate/vsynth3-flashsv.out.rawvideo -stddev: 2.97 PSNR: 38.67 MAXDIFF: 49 bytes: 86700/ 86700 Test vsynth3-flashsv failed. Look at tests/data/fate/vsynth3-flashsv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-flashsv] Error 1 TEST vsynth3-flv --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-flv 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-flv 2020-07-26 20:48:49.610034595 +0000 @@ -1,4 +0,0 @@ -c36dbc8109d1ceed68bd5590084eb375 *tests/data/fate/vsynth3-flv.flv -28496 tests/data/fate/vsynth3-flv.flv -b82944d78d1ee68a36d01933c9602520 *tests/data/fate/vsynth3-flv.out.rawvideo -stddev: 9.71 PSNR: 28.38 MAXDIFF: 86 bytes: 86700/ 86700 Test vsynth3-flv failed. Look at tests/data/fate/vsynth3-flv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-flv] Error 1 TEST vsynth3-huffyuv --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-flashsv2 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-flashsv2 2020-07-26 20:48:49.250035001 +0000 @@ -1,4 +0,0 @@ -ba57c9555329e60250905def79fe6257 *tests/data/fate/vsynth3-flashsv2.flv -107956 tests/data/fate/vsynth3-flashsv2.flv -fb6b5134561d86fc05ccce9323553b80 *tests/data/fate/vsynth3-flashsv2.out.rawvideo -stddev: 3.62 PSNR: 36.95 MAXDIFF: 49 bytes: 86700/ 86700 Test vsynth3-flashsv2 failed. Look at tests/data/fate/vsynth3-flashsv2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-flashsv2] Error 1 TEST vsynth3-huffyuvbgr24 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-dnxhd-hr-lb-mov 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth3-dnxhd-hr-lb-mov 2020-07-26 20:46:27.476862665 +0000 @@ -1,4 +0,0 @@ -1ac0627cfcad3df568026aea4696901f *tests/data/fate/vsynth3-dnxhd-hr-lb-mov.mov -3748599 tests/data/fate/vsynth3-dnxhd-hr-lb-mov.mov -1a4d12fd893e4585944dd9c68fb23edf *tests/data/fate/vsynth3-dnxhd-hr-lb-mov.out.rawvideo -stddev: 6.92 PSNR: 31.32 MAXDIFF: 50 bytes: 86700/ 8670 Test vsynth3-dnxhd-hr-lb-mov failed. Look at tests/data/fate/vsynth3-dnxhd-hr-lb-mov.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-dnxhd-hr-lb-mov] Error 1 TEST vsynth3-huffyuvbgra --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-huffyuv 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-huffyuv 2020-07-26 20:48:52.070031817 +0000 @@ -1,4 +0,0 @@ -4468635f2c221d7744cc6f87ff9e9b48 *tests/data/fate/vsynth3-huffyuv.avi -116350 tests/data/fate/vsynth3-huffyuv.avi -a038ad7c3c09f776304ef7accdea9c74 *tests/data/fate/vsynth3-huffyuv.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 86700/ 86700 Test vsynth3-huffyuv failed. Look at tests/data/fate/vsynth3-huffyuv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-huffyuv] Error 1 TEST vsynth3-jpegls --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-huffyuvbgr24 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-huffyuvbgr24 2020-07-26 20:48:52.826697629 +0000 @@ -1,4 +0,0 @@ -758d6b72a396743c096b003f41f54023 *tests/data/fate/vsynth3-huffyuvbgr24.avi -165158 tests/data/fate/vsynth3-huffyuvbgr24.avi -5d031d2e891b13593b8cd79e63d083b4 *tests/data/fate/vsynth3-huffyuvbgr24.out.rawvideo -stddev: 3.23 PSNR: 37.92 MAXDIFF: 50 bytes: 86700/ 86700 Test vsynth3-huffyuvbgr24 failed. Look at tests/data/fate/vsynth3-huffyuvbgr24.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-huffyuvbgr24] Error 1 TEST vsynth3-jpeg2000 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-huffyuvbgra 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-huffyuvbgra 2020-07-26 20:48:53.033364063 +0000 @@ -1,4 +0,0 @@ -79a2b229d1c105b4b20de226f254f4b2 *tests/data/fate/vsynth3-huffyuvbgra.avi -179602 tests/data/fate/vsynth3-huffyuvbgra.avi -5d031d2e891b13593b8cd79e63d083b4 *tests/data/fate/vsynth3-huffyuvbgra.out.rawvideo -stddev: 3.23 PSNR: 37.92 MAXDIFF: 50 bytes: 86700/ 86700 Test vsynth3-huffyuvbgra failed. Look at tests/data/fate/vsynth3-huffyuvbgra.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-huffyuvbgra] Error 1 TEST vsynth3-jpeg2000-97 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-jpegls 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-jpegls 2020-07-26 20:48:54.266696004 +0000 @@ -1,4 +0,0 @@ -7651480a59692e77e346f9cc4d2fdb96 *tests/data/fate/vsynth3-jpegls.avi -133168 tests/data/fate/vsynth3-jpegls.avi -faa660b0ecaaab1bf9b5d7284019aa01 *tests/data/fate/vsynth3-jpegls.out.rawvideo -stddev: 2.97 PSNR: 38.67 MAXDIFF: 49 bytes: 86700/ 86700 Test vsynth3-jpegls failed. Look at tests/data/fate/vsynth3-jpegls.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-jpegls] Error 1 TEST vsynth3-ljpeg --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-ljpeg 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-ljpeg 2020-07-26 20:48:57.556692291 +0000 @@ -1,4 +0,0 @@ -d3cd7906eecc70b882b7cae300d08646 *tests/data/fate/vsynth3-ljpeg.avi -105844 tests/data/fate/vsynth3-ljpeg.avi -a038ad7c3c09f776304ef7accdea9c74 *tests/data/fate/vsynth3-ljpeg.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 86700/ 86700 Test vsynth3-ljpeg failed. Look at tests/data/fate/vsynth3-ljpeg.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-ljpeg] Error 1 TEST vsynth3-mjpeg --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-jpeg2000 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-jpeg2000 2020-07-26 20:48:55.040028464 +0000 @@ -1,4 +0,0 @@ -0b8aa8113c10772cffff60f9c8ffd902 *tests/data/fate/vsynth3-jpeg2000.avi -65548 tests/data/fate/vsynth3-jpeg2000.avi -2d8bd94d558755c47d7e23fd9556e164 *tests/data/fate/vsynth3-jpeg2000.out.rawvideo -stddev: 5.48 PSNR: 33.34 MAXDIFF: 47 bytes: 86700/ 86700 Test vsynth3-jpeg2000 failed. Look at tests/data/fate/vsynth3-jpeg2000.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-jpeg2000] Error 1 TEST vsynth3-mjpeg-422 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-jpeg2000-97 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-jpeg2000-97 2020-07-26 20:48:55.280028194 +0000 @@ -1,4 +0,0 @@ -b6c88a623c3296ca945346d2203f0af0 *tests/data/fate/vsynth3-jpeg2000-97.avi -83870 tests/data/fate/vsynth3-jpeg2000-97.avi -0cd707bfb1bbe5312b00c094f695b1fa *tests/data/fate/vsynth3-jpeg2000-97.out.rawvideo -stddev: 4.52 PSNR: 35.02 MAXDIFF: 47 bytes: 86700/ 86700 Test vsynth3-jpeg2000-97 failed. Look at tests/data/fate/vsynth3-jpeg2000-97.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-jpeg2000-97] Error 1 TEST vsynth3-mjpeg-444 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mjpeg 2017-04-08 23:05:15.311705498 +0000 +++ tests/data/fate/vsynth3-mjpeg 2020-07-26 20:48:59.610023307 +0000 @@ -1,4 +0,0 @@ -eec435352485fec167179a63405505be *tests/data/fate/vsynth3-mjpeg.avi -48156 tests/data/fate/vsynth3-mjpeg.avi -c4fe7a2669afbd96c640748693fc4e30 *tests/data/fate/vsynth3-mjpeg.out.rawvideo -stddev: 8.60 PSNR: 29.43 MAXDIFF: 58 bytes: 86700/ 86700 Test vsynth3-mjpeg failed. Look at tests/data/fate/vsynth3-mjpeg.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-mjpeg] Error 1 TEST vsynth3-mjpeg-trell --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mjpeg-422 2017-04-08 23:05:15.311705498 +0000 +++ tests/data/fate/vsynth3-mjpeg-422 2020-07-26 20:49:00.343355813 +0000 @@ -1,4 +0,0 @@ -396394fab0d456443a3929a33f8c0d59 *tests/data/fate/vsynth3-mjpeg-422.avi -52606 tests/data/fate/vsynth3-mjpeg-422.avi -a332893cb0603f2f505fe5d3bf105519 *tests/data/fate/vsynth3-mjpeg-422.out.rawvideo -stddev: 8.23 PSNR: 29.82 MAXDIFF: 58 bytes: 86700/ 86700 Test vsynth3-mjpeg-422 failed. Look at tests/data/fate/vsynth3-mjpeg-422.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-mjpeg-422] Error 1 TEST vsynth3-mjpeg-huffman --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mjpeg-444 2017-04-08 23:05:15.311705498 +0000 +++ tests/data/fate/vsynth3-mjpeg-444 2020-07-26 20:49:00.723355384 +0000 @@ -1,4 +0,0 @@ -3f2dca7be789eb7818c69ec716c0d831 *tests/data/fate/vsynth3-mjpeg-444.avi -53958 tests/data/fate/vsynth3-mjpeg-444.avi -79a901f2ed85d82cf1c674fab3d3ef72 *tests/data/fate/vsynth3-mjpeg-444.out.rawvideo -stddev: 8.21 PSNR: 29.84 MAXDIFF: 58 bytes: 86700/ 86700 Test vsynth3-mjpeg-444 failed. Look at tests/data/fate/vsynth3-mjpeg-444.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-mjpeg-444] Error 1 TEST vsynth3-mjpeg-trell-huffman --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mjpeg-trell 2017-04-08 23:05:15.311705498 +0000 +++ tests/data/fate/vsynth3-mjpeg-trell 2020-07-26 20:49:02.330020238 +0000 @@ -1,4 +0,0 @@ -484fa337b71c06a0206243814c4894b0 *tests/data/fate/vsynth3-mjpeg-trell.avi -47816 tests/data/fate/vsynth3-mjpeg-trell.avi -f0ccfe4584d193fd6d690a85a70db188 *tests/data/fate/vsynth3-mjpeg-trell.out.rawvideo -stddev: 8.27 PSNR: 29.78 MAXDIFF: 55 bytes: 86700/ 86700 Test vsynth3-mjpeg-trell failed. Look at tests/data/fate/vsynth3-mjpeg-trell.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-mjpeg-trell] Error 1 TEST vsynth3-mpeg1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mjpeg-huffman 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-mjpeg-huffman 2020-07-26 20:49:03.153352643 +0000 @@ -1,4 +0,0 @@ -eec435352485fec167179a63405505be *tests/data/fate/vsynth3-mjpeg-huffman.avi -48156 tests/data/fate/vsynth3-mjpeg-huffman.avi -c4fe7a2669afbd96c640748693fc4e30 *tests/data/fate/vsynth3-mjpeg-huffman.out.rawvideo -stddev: 8.60 PSNR: 29.43 MAXDIFF: 58 bytes: 86700/ 86700 Test vsynth3-mjpeg-huffman failed. Look at tests/data/fate/vsynth3-mjpeg-huffman.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-mjpeg-huffman] Error 1 TEST vsynth3-mpeg1b --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mjpeg-trell-huffman 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-mjpeg-trell-huffman 2020-07-26 20:49:03.580018828 +0000 @@ -1,4 +0,0 @@ -484fa337b71c06a0206243814c4894b0 *tests/data/fate/vsynth3-mjpeg-trell-huffman.avi -47816 tests/data/fate/vsynth3-mjpeg-trell-huffman.avi -f0ccfe4584d193fd6d690a85a70db188 *tests/data/fate/vsynth3-mjpeg-trell-huffman.out.rawvideo -stddev: 8.27 PSNR: 29.78 MAXDIFF: 55 bytes: 86700/ 86700 Test vsynth3-mjpeg-trell-huffman failed. Look at tests/data/fate/vsynth3-mjpeg-trell-huffman.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-mjpeg-trell-huffman] Error 1 TEST vsynth3-mpeg2 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mpeg1 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-mpeg1 2020-07-26 20:49:05.173350363 +0000 @@ -1,4 +0,0 @@ -972ddac6afa89f1344d02b25542fc469 *tests/data/fate/vsynth3-mpeg1.mpeg1video -28028 tests/data/fate/vsynth3-mpeg1.mpeg1video -bffc40252da80b55302666b0046468c2 *tests/data/fate/vsynth3-mpeg1.out.rawvideo -stddev: 9.10 PSNR: 28.94 MAXDIFF: 63 bytes: 86700/ 86700 Test vsynth3-mpeg1 failed. Look at tests/data/fate/vsynth3-mpeg1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-mpeg1] Error 1 TEST vsynth3-mpeg2-422 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mpeg1b 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-mpeg1b 2020-07-26 20:49:05.883349563 +0000 @@ -1,4 +0,0 @@ -a2e36336e35f9466c883ade059c6485e *tests/data/fate/vsynth3-mpeg1b.mpeg1video -38251 tests/data/fate/vsynth3-mpeg1b.mpeg1video -c44023d27be27deb7f3793321655ca75 *tests/data/fate/vsynth3-mpeg1b.out.rawvideo -stddev: 7.00 PSNR: 31.22 MAXDIFF: 56 bytes: 86700/ 86700 Test vsynth3-mpeg1b failed. Look at tests/data/fate/vsynth3-mpeg1b.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-mpeg1b] Error 1 TEST vsynth3-mpeg2-idct-int --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mpeg2 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-mpeg2 2020-07-26 20:49:06.443348931 +0000 @@ -1,4 +0,0 @@ -d95da92e3e77e32e3766ed9a95241f98 *tests/data/fate/vsynth3-mpeg2.mpeg2video -29567 tests/data/fate/vsynth3-mpeg2.mpeg2video -1df6a406c3959c6de7651b4e4fd98a36 *tests/data/fate/vsynth3-mpeg2.out.rawvideo -stddev: 9.12 PSNR: 28.93 MAXDIFF: 63 bytes: 86700/ 86700 Test vsynth3-mpeg2 failed. Look at tests/data/fate/vsynth3-mpeg2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-mpeg2] Error 1 TEST vsynth3-mpeg2-ilace --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mpeg2-idct-int 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-mpeg2-idct-int 2020-07-26 20:49:08.363346766 +0000 @@ -1,4 +0,0 @@ -e79b543bed136bca385b2a870d532870 *tests/data/fate/vsynth3-mpeg2-idct-int.mpeg2video -29614 tests/data/fate/vsynth3-mpeg2-idct-int.mpeg2video -aebaf03348e2e114d9f487101f61fe3d *tests/data/fate/vsynth3-mpeg2-idct-int.out.rawvideo -stddev: 9.10 PSNR: 28.94 MAXDIFF: 65 bytes: 86700/ 86700 Test vsynth3-mpeg2-idct-int failed. Look at tests/data/fate/vsynth3-mpeg2-idct-int.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-mpeg2-idct-int] Error 1 TEST vsynth3-mpeg2-ivlc-qprd --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mpeg2-ilace 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-mpeg2-ilace 2020-07-26 20:49:08.836679566 +0000 @@ -1,4 +0,0 @@ -c13776ac25a9a9553847abddabd41915 *tests/data/fate/vsynth3-mpeg2-ilace.mpeg2video -35773 tests/data/fate/vsynth3-mpeg2-ilace.mpeg2video -78861ce7b0d433205e45960e1fadd911 *tests/data/fate/vsynth3-mpeg2-ilace.out.rawvideo -stddev: 9.10 PSNR: 28.95 MAXDIFF: 62 bytes: 86700/ 86700 Test vsynth3-mpeg2-ilace failed. Look at tests/data/fate/vsynth3-mpeg2-ilace.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-mpeg2-ilace] Error 1 TEST vsynth3-mpeg2-thread --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mpeg2-422 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-mpeg2-422 2020-07-26 20:49:07.526681043 +0000 @@ -1,4 +0,0 @@ -4d108b861715f1fa010fd70baea91793 *tests/data/fate/vsynth3-mpeg2-422.mpeg2video -68612 tests/data/fate/vsynth3-mpeg2-422.mpeg2video -73b16e906d07b6bbccf4b00d4a25302c *tests/data/fate/vsynth3-mpeg2-422.out.rawvideo -stddev: 4.02 PSNR: 36.05 MAXDIFF: 46 bytes: 86700/ 86700 Test vsynth3-mpeg2-422 failed. Look at tests/data/fate/vsynth3-mpeg2-422.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-mpeg2-422] Error 1 TEST vsynth3-mpeg2-thread-ivlc --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mpeg2-thread 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-mpeg2-thread 2020-07-26 20:49:11.483343248 +0000 @@ -1,4 +0,0 @@ -adceaea1136d072c629d8be517f8d96d *tests/data/fate/vsynth3-mpeg2-thread.mpeg2video -40356 tests/data/fate/vsynth3-mpeg2-thread.mpeg2video -917f425ebc14d29783d184d90f493e86 *tests/data/fate/vsynth3-mpeg2-thread.out.rawvideo -stddev: 8.93 PSNR: 29.11 MAXDIFF: 64 bytes: 86700/ 86700 Test vsynth3-mpeg2-thread failed. Look at tests/data/fate/vsynth3-mpeg2-thread.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-mpeg2-thread] Error 1 TEST vsynth3-mpeg4 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mpeg2-ivlc-qprd 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-mpeg2-ivlc-qprd 2020-07-26 20:49:10.796677355 +0000 @@ -1,4 +0,0 @@ -15a7db418ab54b6827d0bf53999de58f *tests/data/fate/vsynth3-mpeg2-ivlc-qprd.mpeg2video -59765 tests/data/fate/vsynth3-mpeg2-ivlc-qprd.mpeg2video -92048d455345edebc2b21a5ff102c3e4 *tests/data/fate/vsynth3-mpeg2-ivlc-qprd.out.rawvideo -stddev: 2.66 PSNR: 39.61 MAXDIFF: 22 bytes: 86700/ 86700 Test vsynth3-mpeg2-ivlc-qprd failed. Look at tests/data/fate/vsynth3-mpeg2-ivlc-qprd.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-mpeg2-ivlc-qprd] Error 1 TEST vsynth3-mpeg4-rc --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mpeg2-thread-ivlc 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-mpeg2-thread-ivlc 2020-07-26 20:49:14.506673173 +0000 @@ -1,4 +0,0 @@ -221231dae1cd87b8c51a8f4772be6632 *tests/data/fate/vsynth3-mpeg2-thread-ivlc.mpeg2video -40091 tests/data/fate/vsynth3-mpeg2-thread-ivlc.mpeg2video -917f425ebc14d29783d184d90f493e86 *tests/data/fate/vsynth3-mpeg2-thread-ivlc.out.rawvideo -stddev: 8.93 PSNR: 29.11 MAXDIFF: 64 bytes: 86700/ 86700 Test vsynth3-mpeg2-thread-ivlc failed. Look at tests/data/fate/vsynth3-mpeg2-thread-ivlc.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-mpeg2-thread-ivlc] Error 1 TEST vsynth3-mpeg4-adv --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mpeg4 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-mpeg4 2020-07-26 20:49:15.000005950 +0000 @@ -1,4 +0,0 @@ -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: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-mpeg4] Error 1 TEST vsynth3-mpeg4-qprd --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mpeg4-rc 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-mpeg4-rc 2020-07-26 20:49:15.653338547 +0000 @@ -1,4 +0,0 @@ -5b51e8f91fecd621cd3aa5d687659fbc *tests/data/fate/vsynth3-mpeg4-rc.avi -81092 tests/data/fate/vsynth3-mpeg4-rc.avi -07ba5baf141a24561f7dba43645a3400 *tests/data/fate/vsynth3-mpeg4-rc.out.rawvideo -stddev: 2.62 PSNR: 39.74 MAXDIFF: 23 bytes: 86700/ 86700 Test vsynth3-mpeg4-rc failed. Look at tests/data/fate/vsynth3-mpeg4-rc.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-mpeg4-rc] Error 1 TEST vsynth3-mpeg4-adap --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mpeg4-adv 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-mpeg4-adv 2020-07-26 20:49:17.846669408 +0000 @@ -1,4 +0,0 @@ -140ecea2eb7d85cbe647adb666f09aa5 *tests/data/fate/vsynth3-mpeg4-adv.avi -32296 tests/data/fate/vsynth3-mpeg4-adv.avi -9f80b96af57556d53ce44008bd687f55 *tests/data/fate/vsynth3-mpeg4-adv.out.rawvideo -stddev: 7.60 PSNR: 30.51 MAXDIFF: 63 bytes: 86700/ 86700 Test vsynth3-mpeg4-adv failed. Look at tests/data/fate/vsynth3-mpeg4-adv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-mpeg4-adv] Error 1 TEST vsynth3-mpeg4-qpel --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mpeg4-adap 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-mpeg4-adap 2020-07-26 20:49:18.653335166 +0000 @@ -1,4 +0,0 @@ -c16e5c2436ca9953517eadba562768e9 *tests/data/fate/vsynth3-mpeg4-adap.avi -43706 tests/data/fate/vsynth3-mpeg4-adap.avi -b42b614e19e7c4859fca1af6d4e36eae *tests/data/fate/vsynth3-mpeg4-adap.out.rawvideo -stddev: 5.48 PSNR: 33.34 MAXDIFF: 53 bytes: 86700/ 86700 Test vsynth3-mpeg4-adap failed. Look at tests/data/fate/vsynth3-mpeg4-adap.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-mpeg4-adap] Error 1 TEST vsynth3-mpeg4-thread --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mpeg4-qprd 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-mpeg4-qprd 2020-07-26 20:49:18.396668788 +0000 @@ -1,4 +0,0 @@ -e3b49e22e8acbd21f34a2909bb35075e *tests/data/fate/vsynth3-mpeg4-qprd.avi -61830 tests/data/fate/vsynth3-mpeg4-qprd.avi -c59f2bead1c81b23fabc0a740048b110 *tests/data/fate/vsynth3-mpeg4-qprd.out.rawvideo -stddev: 2.68 PSNR: 39.55 MAXDIFF: 27 bytes: 86700/ 86700 Test vsynth3-mpeg4-qprd failed. Look at tests/data/fate/vsynth3-mpeg4-qprd.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-mpeg4-qprd] Error 1 TEST vsynth3-mpeg4-error --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mpeg4-qpel 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-mpeg4-qpel 2020-07-26 20:49:21.399998738 +0000 @@ -1,4 +0,0 @@ -8e60ed0013bfc28f48ed4d826fd26a6a *tests/data/fate/vsynth3-mpeg4-qpel.avi -42622 tests/data/fate/vsynth3-mpeg4-qpel.avi -50af37a5ae05f0af34bd56dcef997c8d *tests/data/fate/vsynth3-mpeg4-qpel.out.rawvideo -stddev: 6.59 PSNR: 31.75 MAXDIFF: 54 bytes: 86700/ 86700 Test vsynth3-mpeg4-qpel failed. Look at tests/data/fate/vsynth3-mpeg4-qpel.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-mpeg4-qpel] Error 1 TEST vsynth3-mpeg4-nr --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mpeg4-error 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-mpeg4-error 2020-07-26 20:49:23.683329499 +0000 @@ -1,4 +0,0 @@ -7f1fb64c5a37be6e5606f92adb84f273 *tests/data/fate/vsynth3-mpeg4-error.avi -38212 tests/data/fate/vsynth3-mpeg4-error.avi -f9fd24e26f4ffb5ed597b9bbf0ea731b *tests/data/fate/vsynth3-mpeg4-error.out.rawvideo -stddev: 6.06 PSNR: 32.47 MAXDIFF: 54 bytes: 86700/ 86700 Test vsynth3-mpeg4-error failed. Look at tests/data/fate/vsynth3-mpeg4-error.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-mpeg4-error] Error 1 TEST vsynth3-mpeg4-nsse --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mpeg4-thread 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-mpeg4-thread 2020-07-26 20:49:23.136663448 +0000 @@ -1,4 +0,0 @@ -b071631783ee76df554161fc3966f567 *tests/data/fate/vsynth3-mpeg4-thread.avi -74582 tests/data/fate/vsynth3-mpeg4-thread.avi -7eb4d38b01c71064406ce6705c471439 *tests/data/fate/vsynth3-mpeg4-thread.out.rawvideo -stddev: 1.99 PSNR: 42.12 MAXDIFF: 18 bytes: 86700/ 86700 Test vsynth3-mpeg4-thread failed. Look at tests/data/fate/vsynth3-mpeg4-thread.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-mpeg4-thread] Error 1 TEST vsynth3-msmpeg4 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mpeg4-nr 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-mpeg4-nr 2020-07-26 20:49:25.516660767 +0000 @@ -1,4 +0,0 @@ -62790bdb7c2bb4da94dba992ea967fc8 *tests/data/fate/vsynth3-mpeg4-nr.avi -36500 tests/data/fate/vsynth3-mpeg4-nr.avi -d0ad9918a12019dd2eacfb804d1f7e78 *tests/data/fate/vsynth3-mpeg4-nr.out.rawvideo -stddev: 8.27 PSNR: 29.78 MAXDIFF: 70 bytes: 86700/ 86700 Test vsynth3-mpeg4-nr failed. Look at tests/data/fate/vsynth3-mpeg4-nr.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-mpeg4-nr] Error 1 TEST vsynth3-msmpeg4v2 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mpeg4-nsse 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-mpeg4-nsse 2020-07-26 20:49:26.926659179 +0000 @@ -1,4 +0,0 @@ -88b1aa2dcea6a45c527487ba8f441feb *tests/data/fate/vsynth3-mpeg4-nsse.avi -41980 tests/data/fate/vsynth3-mpeg4-nsse.avi -69d86dec0d73e00608e03855a79dbdc0 *tests/data/fate/vsynth3-mpeg4-nsse.out.rawvideo -stddev: 6.70 PSNR: 31.60 MAXDIFF: 68 bytes: 86700/ 86700 Test vsynth3-mpeg4-nsse failed. Look at tests/data/fate/vsynth3-mpeg4-nsse.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-mpeg4-nsse] Error 1 TEST vsynth3-mpng --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-msmpeg4 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-msmpeg4 2020-07-26 20:49:27.756658244 +0000 @@ -1,4 +0,0 @@ -31c27687a8bda16ef9cafc9b43f1a016 *tests/data/fate/vsynth3-msmpeg4.avi -32444 tests/data/fate/vsynth3-msmpeg4.avi -216b15fb02691b662d0f0112507d5583 *tests/data/fate/vsynth3-msmpeg4.out.rawvideo -stddev: 9.63 PSNR: 28.45 MAXDIFF: 104 bytes: 86700/ 86700 Test vsynth3-msmpeg4 failed. Look at tests/data/fate/vsynth3-msmpeg4.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-msmpeg4] Error 1 TEST vsynth3-prores --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-msmpeg4v2 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-msmpeg4v2 2020-07-26 20:49:28.673323879 +0000 @@ -1,4 +0,0 @@ -206b95674f0d7d77b894c17bf81b6b2d *tests/data/fate/vsynth3-msmpeg4v2.avi -32630 tests/data/fate/vsynth3-msmpeg4v2.avi -575bfa06fd3f3944faf92205fabf5f22 *tests/data/fate/vsynth3-msmpeg4v2.out.rawvideo -stddev: 9.66 PSNR: 28.43 MAXDIFF: 86 bytes: 86700/ 86700 Test vsynth3-msmpeg4v2 failed. Look at tests/data/fate/vsynth3-msmpeg4v2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-msmpeg4v2] Error 1 TEST vsynth3-prores_int --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mpng 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-mpng 2020-07-26 20:49:29.639989456 +0000 @@ -1,4 +0,0 @@ -3f64b66a1f46e31d45dd7f5514422ed0 *tests/data/fate/vsynth3-mpng.avi -179804 tests/data/fate/vsynth3-mpng.avi -693aff10c094f8bd31693f74cf79d2b2 *tests/data/fate/vsynth3-mpng.out.rawvideo -stddev: 3.67 PSNR: 36.82 MAXDIFF: 43 bytes: 86700/ 86700 Test vsynth3-mpng failed. Look at tests/data/fate/vsynth3-mpng.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-mpng] Error 1 TEST vsynth3-prores_444 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-prores 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth3-prores 2020-07-26 20:49:30.483321840 +0000 @@ -1,4 +0,0 @@ -3e6f1fd0e4fdad4a8dd351dec08b0bf5 *tests/data/fate/vsynth3-prores.mov -105367 tests/data/fate/vsynth3-prores.mov -fff5e7ad21d78501c8fa4749bf4bf289 *tests/data/fate/vsynth3-prores.out.rawvideo -stddev: 2.80 PSNR: 39.17 MAXDIFF: 27 bytes: 86700/ 86700 Test vsynth3-prores failed. Look at tests/data/fate/vsynth3-prores.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-prores] Error 1 TEST vsynth3-prores_444_int --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-prores_int 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth3-prores_int 2020-07-26 20:49:31.303320917 +0000 @@ -1,4 +0,0 @@ -6085fc27cc6cc7c02abc59ce914d85cb *tests/data/fate/vsynth3-prores_int.mov -120484 tests/data/fate/vsynth3-prores_int.mov -e5859ba47a99f9e53c1ddcaa68a8f8f8 *tests/data/fate/vsynth3-prores_int.out.rawvideo -stddev: 2.92 PSNR: 38.81 MAXDIFF: 29 bytes: 86700/ 86700 Test vsynth3-prores_int failed. Look at tests/data/fate/vsynth3-prores_int.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-prores_int] Error 1 TEST vsynth3-prores_ks --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-prores_444 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth3-prores_444 2020-07-26 20:49:31.893320253 +0000 @@ -1,4 +0,0 @@ -3070da65c30c1a9905ee31c7ede1cf57 *tests/data/fate/vsynth3-prores_444.mov -159127 tests/data/fate/vsynth3-prores_444.mov -025b48feb3d9a9652983ef71e6cb7e7c *tests/data/fate/vsynth3-prores_444.out.rawvideo -stddev: 3.21 PSNR: 37.98 MAXDIFF: 41 bytes: 86700/ 86700 Test vsynth3-prores_444 failed. Look at tests/data/fate/vsynth3-prores_444.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-prores_444] Error 1 TEST vsynth3-qtrle --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-qtrle 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth3-qtrle 2020-07-26 20:49:35.569982781 +0000 @@ -1,4 +0,0 @@ -b9152e4c2931818140086903c9d9a8ae *tests/data/fate/vsynth3-qtrle.mov -179656 tests/data/fate/vsynth3-qtrle.mov -693aff10c094f8bd31693f74cf79d2b2 *tests/data/fate/vsynth3-qtrle.out.rawvideo -stddev: 3.67 PSNR: 36.82 MAXDIFF: 43 bytes: 86700/ 86700 Test vsynth3-qtrle failed. Look at tests/data/fate/vsynth3-qtrle.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-qtrle] Error 1 TEST vsynth3-rgb --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-prores_444_int 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth3-prores_444_int 2020-07-26 20:49:33.643318282 +0000 @@ -1,4 +0,0 @@ -c6279e0584575ffa1e2e13047cc7ecec *tests/data/fate/vsynth3-prores_444_int.mov -184397 tests/data/fate/vsynth3-prores_444_int.mov -a8852aa2841c2ce5f2aa86176ceda4ef *tests/data/fate/vsynth3-prores_444_int.out.rawvideo -stddev: 3.24 PSNR: 37.91 MAXDIFF: 41 bytes: 86700/ 86700 Test vsynth3-prores_444_int failed. Look at tests/data/fate/vsynth3-prores_444_int.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-prores_444_int] Error 1 TEST vsynth3-bpp1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-rgb 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-rgb 2020-07-26 20:49:37.733313679 +0000 @@ -1,4 +0,0 @@ -3e2909a69865eb88df72916c38d265de *tests/data/fate/vsynth3-rgb.avi -183652 tests/data/fate/vsynth3-rgb.avi -693aff10c094f8bd31693f74cf79d2b2 *tests/data/fate/vsynth3-rgb.out.rawvideo -stddev: 3.67 PSNR: 36.82 MAXDIFF: 43 bytes: 86700/ 86700 Test vsynth3-rgb failed. Look at tests/data/fate/vsynth3-rgb.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-rgb] Error 1 TEST vsynth3-bpp15 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-prores_ks 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth3-prores_ks 2020-07-26 20:49:35.476649552 +0000 @@ -1,4 +0,0 @@ -f6ce1e8e2272cea0592d3f969d48c1de *tests/data/fate/vsynth3-prores_ks.mov -95053 tests/data/fate/vsynth3-prores_ks.mov -9ab6d3e3cc7749796cd9fa984c60d890 *tests/data/fate/vsynth3-prores_ks.out.rawvideo -stddev: 4.09 PSNR: 35.88 MAXDIFF: 35 bytes: 86700/ 86700 Test vsynth3-prores_ks failed. Look at tests/data/fate/vsynth3-prores_ks.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-prores_ks] Error 1 TEST vsynth3-mov-bgr24 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-bpp1 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-bpp1 2020-07-26 20:49:38.853312418 +0000 @@ -1,4 +0,0 @@ -7eafab02a501b3b0ac9f854cd334f47a *tests/data/fate/vsynth3-bpp1.avi -20460 tests/data/fate/vsynth3-bpp1.avi -52ae74ef7910e5b603c12288d425b9ae *tests/data/fate/vsynth3-bpp1.out.rawvideo -stddev: 84.76 PSNR: 9.57 MAXDIFF: 232 bytes: 86700/ 86700 Test vsynth3-bpp1 failed. Look at tests/data/fate/vsynth3-bpp1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-bpp1] Error 1 TEST vsynth3-mov-bpp15 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-bpp15 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-bpp15 2020-07-26 20:49:39.779978042 +0000 @@ -1,4 +0,0 @@ -ad67910bcee1f3fe49ba7312499a3b16 *tests/data/fate/vsynth3-bpp15.avi -122452 tests/data/fate/vsynth3-bpp15.avi -85ac2fa98252ae907b97a7a561ca676f *tests/data/fate/vsynth3-bpp15.out.rawvideo -stddev: 37.76 PSNR: 16.59 MAXDIFF: 156 bytes: 86700/ 86700 Test vsynth3-bpp15 failed. Look at tests/data/fate/vsynth3-bpp15.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-bpp15] Error 1 TEST vsynth3-mov-bpp16 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mov-bgr24 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth3-mov-bgr24 2020-07-26 20:49:40.093311023 +0000 @@ -1,4 +0,0 @@ -0141cd3b6e8eea836d392adf6949afc4 *tests/data/fate/vsynth3-mov-bgr24.mov -174093 tests/data/fate/vsynth3-mov-bgr24.mov -693aff10c094f8bd31693f74cf79d2b2 *tests/data/fate/vsynth3-mov-bgr24.out.rawvideo -stddev: 3.67 PSNR: 36.82 MAXDIFF: 43 bytes: 86700/ 86700 Test vsynth3-mov-bgr24 failed. Look at tests/data/fate/vsynth3-mov-bgr24.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-mov-bgr24] Error 1 TEST vsynth3-svq1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mov-bpp15 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth3-mov-bpp15 2020-07-26 20:49:40.876643475 +0000 @@ -1,4 +0,0 @@ -96e1406b041b16e9598092d928ea9d3e *tests/data/fate/vsynth3-mov-bpp15.mov -116293 tests/data/fate/vsynth3-mov-bpp15.mov -19f61c34cbdef98b0f4aca6c19f59ed4 *tests/data/fate/vsynth3-mov-bpp15.out.rawvideo -stddev: 4.35 PSNR: 35.35 MAXDIFF: 46 bytes: 86700/ 86700 Test vsynth3-mov-bpp15 failed. Look at tests/data/fate/vsynth3-mov-bpp15.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-mov-bpp15] Error 1 TEST vsynth3-r210 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mov-bpp16 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth3-mov-bpp16 2020-07-26 20:49:41.826642406 +0000 @@ -1,4 +0,0 @@ -65b51e9a83da767fae244fd6816f2bc7 *tests/data/fate/vsynth3-mov-bpp16.mov -116293 tests/data/fate/vsynth3-mov-bpp16.mov -756f68dd5412d245d4bbeda7b5d51829 *tests/data/fate/vsynth3-mov-bpp16.out.rawvideo -stddev: 4.07 PSNR: 35.93 MAXDIFF: 46 bytes: 86700/ 86700 Test vsynth3-mov-bpp16 failed. Look at tests/data/fate/vsynth3-mov-bpp16.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-mov-bpp16] Error 1 TEST vsynth3-v210 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-r210 2018-12-03 16:52:21.345222928 +0000 +++ tests/data/fate/vsynth3-r210 2020-07-26 20:49:42.973307783 +0000 @@ -1,4 +0,0 @@ -fd12f6dde75d0872ccf9012b342208de *tests/data/fate/vsynth3-r210.avi -442052 tests/data/fate/vsynth3-r210.avi -a2c4e460ebede1109bd794b1b7b05a1f *tests/data/fate/vsynth3-r210.out.rawvideo -stddev: 4.10 PSNR: 35.87 MAXDIFF: 48 bytes: 86700/ 86700 Test vsynth3-r210 failed. Look at tests/data/fate/vsynth3-r210.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-r210] Error 1 TEST vsynth3-v210-10 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-v210 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-v210 2020-07-26 20:49:43.916640054 +0000 @@ -1,4 +0,0 @@ -6824f941ed079952cdf22cc9cdfaa35d *tests/data/fate/vsynth3-v210.avi -224452 tests/data/fate/vsynth3-v210.avi -198ffb24c06927d8aaac5e59d81a0934 *tests/data/fate/vsynth3-v210.out.rawvideo -stddev: 2.11 PSNR: 41.61 MAXDIFF: 27 bytes: 86700/ 86700 Test vsynth3-v210 failed. Look at tests/data/fate/vsynth3-v210.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-v210] Error 1 TEST vsynth3-v308 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-svq1 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth3-svq1 2020-07-26 20:49:42.183308671 +0000 @@ -1,4 +0,0 @@ -1972e0df8be667443992e405cceec291 *tests/data/fate/vsynth3-svq1.mov -40773 tests/data/fate/vsynth3-svq1.mov -a1e5334cf67649bf8c7d95dc4d1bf148 *tests/data/fate/vsynth3-svq1.out.rawvideo -stddev: 14.49 PSNR: 24.91 MAXDIFF: 183 bytes: 86700/ 86700 Test vsynth3-svq1 failed. Look at tests/data/fate/vsynth3-svq1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-svq1] Error 1 TEST vsynth3-v408 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-v210-10 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-v210-10 2020-07-26 20:49:45.123305364 +0000 @@ -1,4 +0,0 @@ -83eef7004f81a2f9529941ed27554509 *tests/data/fate/vsynth3-v210-10.avi -224452 tests/data/fate/vsynth3-v210-10.avi -0cf7cf68724fa5146b1667e4fa08b0e1 *tests/data/fate/vsynth3-v210-10.out.rawvideo -stddev: 2.12 PSNR: 41.58 MAXDIFF: 26 bytes: 86700/ 86700 Test vsynth3-v210-10 failed. Look at tests/data/fate/vsynth3-v210-10.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-v210-10] Error 1 TEST vsynth3-wmv1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-v308 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-v308 2020-07-26 20:49:45.936637782 +0000 @@ -1,4 +0,0 @@ -e1259287375d05431ee718e50eb7f37b *tests/data/fate/vsynth3-v308.avi -180252 tests/data/fate/vsynth3-v308.avi -02a85ec07377df6b483281038f8882ee *tests/data/fate/vsynth3-v308.out.rawvideo -stddev: 3.06 PSNR: 38.40 MAXDIFF: 40 bytes: 86700/ 86700 Test vsynth3-v308 failed. Look at tests/data/fate/vsynth3-v308.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-v308] Error 1 TEST vsynth3-wmv2 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-v408 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-v408 2020-07-26 20:49:46.439970549 +0000 @@ -1,4 +0,0 @@ -c75fc69c19c6c578ec95c3972f4af339 *tests/data/fate/vsynth3-v408.avi -238052 tests/data/fate/vsynth3-v408.avi -a038ad7c3c09f776304ef7accdea9c74 *tests/data/fate/vsynth3-v408.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 86700/ 86700 Test vsynth3-v408 failed. Look at tests/data/fate/vsynth3-v408.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-v408] Error 1 TEST vsynth3-yuv --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-wmv1 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-wmv1 2020-07-26 20:49:47.186636376 +0000 @@ -1,4 +0,0 @@ -de255d5f4838784e18af6ff86cf97e0b *tests/data/fate/vsynth3-wmv1.avi -32658 tests/data/fate/vsynth3-wmv1.avi -4dafe3c433c7f48c6c9e56d59ca0f7c3 *tests/data/fate/vsynth3-wmv1.out.rawvideo -stddev: 9.65 PSNR: 28.44 MAXDIFF: 91 bytes: 86700/ 86700 Test vsynth3-wmv1 failed. Look at tests/data/fate/vsynth3-wmv1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-wmv1] Error 1 TEST vsynth3-xface --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-yuv 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-yuv 2020-07-26 20:49:48.456634948 +0000 @@ -1,4 +0,0 @@ -7935fee60d3eb567baf312900616dec0 *tests/data/fate/vsynth3-yuv.avi -93552 tests/data/fate/vsynth3-yuv.avi -a038ad7c3c09f776304ef7accdea9c74 *tests/data/fate/vsynth3-yuv.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 86700/ 86700 Test vsynth3-yuv failed. Look at tests/data/fate/vsynth3-yuv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-yuv] Error 1 TEST vsynth3-yuv4 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-wmv2 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-wmv2 2020-07-26 20:49:47.986635476 +0000 @@ -1,4 +0,0 @@ -d9c2a235b43d1704bb41c73f285d86a8 *tests/data/fate/vsynth3-wmv2.avi -33980 tests/data/fate/vsynth3-wmv2.avi -691e00ebbb56c061f74ade70088102e7 *tests/data/fate/vsynth3-wmv2.out.rawvideo -stddev: 9.60 PSNR: 28.48 MAXDIFF: 81 bytes: 86700/ 86700 Test vsynth3-wmv2 failed. Look at tests/data/fate/vsynth3-wmv2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-wmv2] Error 1 TEST vsynth3-zlib --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-yuv4 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-yuv4 2020-07-26 20:49:50.333299504 +0000 @@ -1,4 +0,0 @@ -88bcfebb7710fc17137459c104d7de4e *tests/data/fate/vsynth3-yuv4.avi -93552 tests/data/fate/vsynth3-yuv4.avi -a038ad7c3c09f776304ef7accdea9c74 *tests/data/fate/vsynth3-yuv4.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 86700/ 86700 Test vsynth3-yuv4 failed. Look at tests/data/fate/vsynth3-yuv4.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-yuv4] Error 1 TEST lavf-aiff --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-zlib 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-zlib 2020-07-26 20:49:50.679965781 +0000 @@ -1,4 +0,0 @@ -d3705acfc90b16968d0d4a3ac56b049c *tests/data/fate/vsynth3-zlib.avi -174882 tests/data/fate/vsynth3-zlib.avi -693aff10c094f8bd31693f74cf79d2b2 *tests/data/fate/vsynth3-zlib.out.rawvideo -stddev: 3.67 PSNR: 36.82 MAXDIFF: 43 bytes: 86700/ 86700 Test vsynth3-zlib failed. Look at tests/data/fate/vsynth3-zlib.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-zlib] Error 1 TEST lavf-al --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-xface 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-xface 2020-07-26 20:49:49.866633362 +0000 @@ -1,4 +0,0 @@ -367fa226e570b30935305a22982a54ba *tests/data/fate/vsynth3-xface.nut -15772 tests/data/fate/vsynth3-xface.nut -83a8c44631fbc8b185df932679db0e5b *tests/data/fate/vsynth3-xface.out.rawvideo -stddev: 97.23 PSNR: 8.37 MAXDIFF: 238 bytes: 86700/ 86700 Test vsynth3-xface failed. Look at tests/data/fate/vsynth3-xface.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-xface] Error 1 TEST lavf-ast TEST lavf-au TEST lavf-caf TEST lavf-mmf --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-dv-fhd 2019-11-13 17:24:18.523463998 +0000 +++ tests/data/fate/vsynth3-dv-fhd 2020-07-26 20:47:46.516772676 +0000 @@ -1,4 +0,0 @@ -5b8b7f1dc31d7076af891e94c2e88c06 *tests/data/fate/vsynth3-dv-fhd.dv -28800000 tests/data/fate/vsynth3-dv-fhd.dv -a038ad7c3c09f776304ef7accdea9c74 *tests/data/fate/vsynth3-dv-fhd.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 86700/ 86700 Test vsynth3-dv-fhd failed. Look at tests/data/fate/vsynth3-dv-fhd.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth3-dv-fhd] Error 1 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-mxf TEST seek-lavf-mxf_d10 TEST seek-lavf-mxf_dv25 TEST seek-lavf-mxf_dvcpro50 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-fieldorder failed. Look at tests/data/fate/filter-fieldorder.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-filter-fieldorder] Error 1 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-interlace failed. Look at tests/data/fate/filter-interlace.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-filter-interlace] Error 1 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_yuv420p10 TEST filter-overlay_nv12 TEST filter-overlay_nv21 TEST filter-overlay_yuv422 TEST filter-overlay_yuv422p10 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-colorlevels Test filter-scalechroma failed. Look at tests/data/fate/filter-scalechroma.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-filter-scalechroma] Error 1 TEST filter-colorlevels-16 TEST filter-colorbalance TEST filter-colorbalance-gbrap TEST filter-colorbalance-rgba64 TEST filter-colorbalance-gbrap-16 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-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-gbrpf32be TEST filter-pixdesc-gbrpf32le TEST filter-pixdesc-gbrapf32be TEST filter-pixdesc-gbrapf32le 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-pixdesc-nv24 TEST filter-pixdesc-nv42 TEST filter-pixdesc-x2rgb10le 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 vsynth_lena-amv TEST vsynth_lena-asv1 TEST vsynth_lena-asv2 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-amv 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-amv 2020-07-26 21:19:58.521574234 +0000 @@ -1,4 +0,0 @@ -49552a6ac39f27568fab1a4644aa5ddd *tests/data/fate/vsynth_lena-amv.avi -761980 tests/data/fate/vsynth_lena-amv.avi -f256ad9feefb499c6569d06d868eb496 *tests/data/fate/vsynth_lena-amv.out.rawvideo -stddev: 4.30 PSNR: 35.46 MAXDIFF: 65 bytes: 7603200/ 7603200 Test vsynth_lena-amv failed. Look at tests/data/fate/vsynth_lena-amv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-amv] Error 1 TEST vsynth_lena-cinepak --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-asv1 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-asv1 2020-07-26 21:20:06.424899704 +0000 @@ -1,4 +0,0 @@ -fc74737b0ea7de84609e1207d0ee9d93 *tests/data/fate/vsynth_lena-asv1.avi -689420 tests/data/fate/vsynth_lena-asv1.avi -a7cdefad200f48ab308c746461a8792e *tests/data/fate/vsynth_lena-asv1.out.rawvideo -stddev: 5.07 PSNR: 34.03 MAXDIFF: 70 bytes: 7603200/ 7603200 Test vsynth_lena-asv1 failed. Look at tests/data/fate/vsynth_lena-asv1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-asv1] Error 1 TEST vsynth_lena-cljr --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-asv2 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-asv2 2020-07-26 21:20:07.544898588 +0000 @@ -1,4 +0,0 @@ -36b7ff52186fd87027f57f880eb67fd7 *tests/data/fate/vsynth_lena-asv2.avi -675588 tests/data/fate/vsynth_lena-asv2.avi -5990db66c7ac0bbe2f98ec2770c1bf3b *tests/data/fate/vsynth_lena-asv2.out.rawvideo -stddev: 4.57 PSNR: 34.93 MAXDIFF: 47 bytes: 7603200/ 7603200 Test vsynth_lena-asv2 failed. Look at tests/data/fate/vsynth_lena-asv2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-asv2] Error 1 TEST vsynth_lena-dnxhd-720p --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-cljr 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-cljr 2020-07-26 21:20:12.014894139 +0000 @@ -1,4 +0,0 @@ -e3579621c868e464da096a41af0674e4 *tests/data/fate/vsynth_lena-cljr.avi -5075652 tests/data/fate/vsynth_lena-cljr.avi -965c4a134144b30b24d6d138b03ddb8c *tests/data/fate/vsynth_lena-cljr.out.rawvideo -stddev: 3.29 PSNR: 37.76 MAXDIFF: 23 bytes: 7603200/ 7603200 Test vsynth_lena-cljr failed. Look at tests/data/fate/vsynth_lena-cljr.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-cljr] Error 1 TEST vsynth_lena-dnxhd-720p-rd --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-dnxhd-720p 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-dnxhd-720p 2020-07-26 21:20:13.664892495 +0000 @@ -1,4 +0,0 @@ -4ca9473a8d106bdfe36e9bf7c516b648 *tests/data/fate/vsynth_lena-dnxhd-720p.dnxhd -2293760 tests/data/fate/vsynth_lena-dnxhd-720p.dnxhd -9ccd48d24b4f1af2323b65abb6d65d7f *tests/data/fate/vsynth_lena-dnxhd-720p.out.rawvideo -stddev: 1.31 PSNR: 45.77 MAXDIFF: 22 bytes: 7603200/ 760320 Test vsynth_lena-dnxhd-720p failed. Look at tests/data/fate/vsynth_lena-dnxhd-720p.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-dnxhd-720p] Error 1 TEST vsynth_lena-dnxhd-720p-10bit --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-dnxhd-720p-10bit 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-dnxhd-720p-10bit 2020-07-26 21:20:29.518210030 +0000 @@ -1,4 +0,0 @@ -e96fc4a7d994b9369c50da32fd325822 *tests/data/fate/vsynth_lena-dnxhd-720p-10bit.dnxhd -2293760 tests/data/fate/vsynth_lena-dnxhd-720p-10bit.dnxhd -0e9fcec94aeff70bac5dec02cf2391bc *tests/data/fate/vsynth_lena-dnxhd-720p-10bit.out.rawvideo -stddev: 1.33 PSNR: 45.61 MAXDIFF: 22 bytes: 7603200/ 760320 Test vsynth_lena-dnxhd-720p-10bit failed. Look at tests/data/fate/vsynth_lena-dnxhd-720p-10bit.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-dnxhd-720p-10bit] Error 1 TEST vsynth_lena-dnxhd-720p-hr-lb --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-dnxhd-720p-hr-lb 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-dnxhd-720p-hr-lb 2020-07-26 21:20:45.531527386 +0000 @@ -1,4 +0,0 @@ -2cc387afd3e5a244dca45add1e0742bb *tests/data/fate/vsynth_lena-dnxhd-720p-hr-lb.dnxhd -409600 tests/data/fate/vsynth_lena-dnxhd-720p-hr-lb.dnxhd -8a7fe93d1fb2971d82dd8c8f14498567 *tests/data/fate/vsynth_lena-dnxhd-720p-hr-lb.out.rawvideo -stddev: 1.63 PSNR: 43.86 MAXDIFF: 23 bytes: 7603200/ 760320 Test vsynth_lena-dnxhd-720p-hr-lb failed. Look at tests/data/fate/vsynth_lena-dnxhd-720p-hr-lb.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-dnxhd-720p-hr-lb] Error 1 TEST vsynth_lena-dnxhd-edge1-hr --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-dnxhd-edge1-hr 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-dnxhd-edge1-hr 2020-07-26 21:21:11.168168436 +0000 @@ -1,4 +0,0 @@ -c2802b8a262fd6fc304d01819ad49f31 *tests/data/fate/vsynth_lena-dnxhd-edge1-hr.dnxhd -81920 tests/data/fate/vsynth_lena-dnxhd-edge1-hr.dnxhd -12818941028a00036756031e4268e9af *tests/data/fate/vsynth_lena-dnxhd-edge1-hr.out.rawvideo -stddev: 4.94 PSNR: 34.25 MAXDIFF: 78 bytes: 7603200/ 760320 Test vsynth_lena-dnxhd-edge1-hr failed. Look at tests/data/fate/vsynth_lena-dnxhd-edge1-hr.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-dnxhd-edge1-hr] Error 1 TEST vsynth_lena-dnxhd-edge2-hr --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-dnxhd-edge2-hr 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-dnxhd-edge2-hr 2020-07-26 21:21:14.158165445 +0000 @@ -1,4 +0,0 @@ -e84602720da8933dd68ef480fb7857c0 *tests/data/fate/vsynth_lena-dnxhd-edge2-hr.dnxhd -81920 tests/data/fate/vsynth_lena-dnxhd-edge2-hr.dnxhd -86784a85131a975cf656c63009d3242d *tests/data/fate/vsynth_lena-dnxhd-edge2-hr.out.rawvideo -stddev: 4.70 PSNR: 34.68 MAXDIFF: 79 bytes: 7603200/ 760320 Test vsynth_lena-dnxhd-edge2-hr failed. Look at tests/data/fate/vsynth_lena-dnxhd-edge2-hr.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-dnxhd-edge2-hr] Error 1 TEST vsynth_lena-dnxhd-edge3-hr --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-dnxhd-edge3-hr 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-dnxhd-edge3-hr 2020-07-26 21:21:17.264829004 +0000 @@ -1,4 +0,0 @@ -a0ad1f4433b9ab253fc78e96e75ce024 *tests/data/fate/vsynth_lena-dnxhd-edge3-hr.dnxhd -81920 tests/data/fate/vsynth_lena-dnxhd-edge3-hr.dnxhd -a6de77789a2e04d85cc0e86c21b0c2ec *tests/data/fate/vsynth_lena-dnxhd-edge3-hr.out.rawvideo -stddev: 5.09 PSNR: 33.98 MAXDIFF: 84 bytes: 7603200/ 760320 Test vsynth_lena-dnxhd-edge3-hr failed. Look at tests/data/fate/vsynth_lena-dnxhd-edge3-hr.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-dnxhd-edge3-hr] Error 1 TEST vsynth_lena-dnxhd-4k-hr-lb --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-dnxhd-720p-rd 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-dnxhd-720p-rd 2020-07-26 21:20:20.394885790 +0000 @@ -1,4 +0,0 @@ -b305b03708e905717b42fc0b304367d4 *tests/data/fate/vsynth_lena-dnxhd-720p-rd.dnxhd -2293760 tests/data/fate/vsynth_lena-dnxhd-720p-rd.dnxhd -3793391df8448937b17d876b6df0d26d *tests/data/fate/vsynth_lena-dnxhd-720p-rd.out.rawvideo -stddev: 1.31 PSNR: 45.75 MAXDIFF: 22 bytes: 7603200/ 760320 Test vsynth_lena-dnxhd-720p-rd failed. Look at tests/data/fate/vsynth_lena-dnxhd-720p-rd.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-dnxhd-720p-rd] Error 1 TEST vsynth_lena-dnxhd-2k-hr-hq TEST vsynth_lena-dnxhd-uhd-hr-sq --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-dnxhd-2k-hr-hq 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-dnxhd-2k-hr-hq 2020-07-26 21:21:21.974824290 +0000 @@ -1,4 +0,0 @@ -aea59b04d0e5b095559d4f3079be208c *tests/data/fate/vsynth_lena-dnxhd-2k-hr-hq.dnxhd -4894720 tests/data/fate/vsynth_lena-dnxhd-2k-hr-hq.dnxhd -a001dd521e7ac397f88077653b1f5ad0 *tests/data/fate/vsynth_lena-dnxhd-2k-hr-hq.out.rawvideo -stddev: 1.34 PSNR: 45.56 MAXDIFF: 23 bytes: 7603200/ 760320 Test vsynth_lena-dnxhd-2k-hr-hq failed. Look at tests/data/fate/vsynth_lena-dnxhd-2k-hr-hq.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-dnxhd-2k-hr-hq] Error 1 TEST vsynth_lena-vc2-420p --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-vc2-420p 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth_lena-vc2-420p 2020-07-26 21:21:55.551457315 +0000 @@ -1,4 +0,0 @@ -9e1e6da4f166d6d4998923ad52d047c9 *tests/data/fate/vsynth_lena-vc2-420p.mov -849735 tests/data/fate/vsynth_lena-vc2-420p.mov -b1c660113acab8eb4075f3d9fbb9cee9 *tests/data/fate/vsynth_lena-vc2-420p.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 760320 Test vsynth_lena-vc2-420p failed. Look at tests/data/fate/vsynth_lena-vc2-420p.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-vc2-420p] Error 1 TEST vsynth_lena-vc2-420p10 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-vc2-420p10 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth_lena-vc2-420p10 2020-07-26 21:21:59.598119921 +0000 @@ -1,4 +0,0 @@ -b989bdb42043851048f4b489463e585d *tests/data/fate/vsynth_lena-vc2-420p10.mov -1154775 tests/data/fate/vsynth_lena-vc2-420p10.mov -b1c660113acab8eb4075f3d9fbb9cee9 *tests/data/fate/vsynth_lena-vc2-420p10.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 760320 Test vsynth_lena-vc2-420p10 failed. Look at tests/data/fate/vsynth_lena-vc2-420p10.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-vc2-420p10] Error 1 TEST vsynth_lena-vc2-420p12 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-vc2-420p12 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth_lena-vc2-420p12 2020-07-26 21:22:03.964782206 +0000 @@ -1,4 +0,0 @@ -98c9ce4afcbedb6634b10dcba9e5d8ec *tests/data/fate/vsynth_lena-vc2-420p12.mov -1516759 tests/data/fate/vsynth_lena-vc2-420p12.mov -b1c660113acab8eb4075f3d9fbb9cee9 *tests/data/fate/vsynth_lena-vc2-420p12.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 760320 Test vsynth_lena-vc2-420p12 failed. Look at tests/data/fate/vsynth_lena-vc2-420p12.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-vc2-420p12] Error 1 TEST vsynth_lena-vc2-422p --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-vc2-422p 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth_lena-vc2-422p 2020-07-26 21:22:08.631444188 +0000 @@ -1,4 +0,0 @@ -f326f79e00a1499a4e387d01ea07b812 *tests/data/fate/vsynth_lena-vc2-422p.mov -1049287 tests/data/fate/vsynth_lena-vc2-422p.mov -c4b2e69278c822f22655344068ea486d *tests/data/fate/vsynth_lena-vc2-422p.out.rawvideo -stddev: 0.26 PSNR: 59.82 MAXDIFF: 5 bytes: 7603200/ 760320 Test vsynth_lena-vc2-422p failed. Look at tests/data/fate/vsynth_lena-vc2-422p.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-vc2-422p] Error 1 TEST vsynth_lena-vc2-422p10 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-vc2-422p10 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth_lena-vc2-422p10 2020-07-26 21:22:13.408106059 +0000 @@ -1,4 +0,0 @@ -b5a757abdf6e7e2a777520ecf99107b7 *tests/data/fate/vsynth_lena-vc2-422p10.mov -1294039 tests/data/fate/vsynth_lena-vc2-422p10.mov -e5ea17416bda234ae58f27dea27e8135 *tests/data/fate/vsynth_lena-vc2-422p10.out.rawvideo -stddev: 0.30 PSNR: 58.58 MAXDIFF: 5 bytes: 7603200/ 760320 Test vsynth_lena-vc2-422p10 failed. Look at tests/data/fate/vsynth_lena-vc2-422p10.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-vc2-422p10] Error 1 TEST vsynth_lena-vc2-422p12 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-vc2-422p12 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth_lena-vc2-422p12 2020-07-26 21:22:18.414767698 +0000 @@ -1,4 +0,0 @@ -c2ec3fa0b1faf0cfdbee4410655037a0 *tests/data/fate/vsynth_lena-vc2-422p12.mov -1768027 tests/data/fate/vsynth_lena-vc2-422p12.mov -bd374304997834410a69ee6c6e047d19 *tests/data/fate/vsynth_lena-vc2-422p12.out.rawvideo -stddev: 0.29 PSNR: 58.76 MAXDIFF: 5 bytes: 7603200/ 760320 Test vsynth_lena-vc2-422p12 failed. Look at tests/data/fate/vsynth_lena-vc2-422p12.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-vc2-422p12] Error 1 TEST vsynth_lena-vc2-444p --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-vc2-444p 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth_lena-vc2-444p 2020-07-26 21:22:23.994762092 +0000 @@ -1,4 +0,0 @@ -37eb0398cf913a66e0f628d6419775b5 *tests/data/fate/vsynth_lena-vc2-444p.mov -1174738 tests/data/fate/vsynth_lena-vc2-444p.mov -f9306b14ff827ced1a992301d1ab02ca *tests/data/fate/vsynth_lena-vc2-444p.out.rawvideo -stddev: 0.38 PSNR: 56.43 MAXDIFF: 6 bytes: 7603200/ 760320 Test vsynth_lena-vc2-444p failed. Look at tests/data/fate/vsynth_lena-vc2-444p.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-vc2-444p] Error 1 TEST vsynth_lena-vc2-444p10 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-vc2-444p10 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth_lena-vc2-444p10 2020-07-26 21:22:29.741422983 +0000 @@ -1,4 +0,0 @@ -c0de26ba4c95df2e07ab249158fa947c *tests/data/fate/vsynth_lena-vc2-444p10.mov -1577815 tests/data/fate/vsynth_lena-vc2-444p10.mov -da13c67fe1c6d98dd73e92a6ba006edc *tests/data/fate/vsynth_lena-vc2-444p10.out.rawvideo -stddev: 0.42 PSNR: 55.56 MAXDIFF: 7 bytes: 7603200/ 760320 Test vsynth_lena-vc2-444p10 failed. Look at tests/data/fate/vsynth_lena-vc2-444p10.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-vc2-444p10] Error 1 TEST vsynth_lena-vc2-444p12 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-vc2-444p12 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth_lena-vc2-444p12 2020-07-26 21:22:35.964750060 +0000 @@ -1,4 +0,0 @@ -effbd39862492bb3f81973ddce70a1d7 *tests/data/fate/vsynth_lena-vc2-444p12.mov -2134875 tests/data/fate/vsynth_lena-vc2-444p12.mov -a505434ec95362772a57d274f63a3f5a *tests/data/fate/vsynth_lena-vc2-444p12.out.rawvideo -stddev: 0.42 PSNR: 55.58 MAXDIFF: 7 bytes: 7603200/ 760320 Test vsynth_lena-vc2-444p12 failed. Look at tests/data/fate/vsynth_lena-vc2-444p12.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-vc2-444p12] Error 1 TEST vsynth_lena-vc2-thaar --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-vc2-thaar 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth_lena-vc2-thaar 2020-07-26 21:22:43.141409509 +0000 @@ -1,4 +0,0 @@ -33a539a633dba8051c65c61564c578fd *tests/data/fate/vsynth_lena-vc2-thaar.mov -1431772 tests/data/fate/vsynth_lena-vc2-thaar.mov -e5ea17416bda234ae58f27dea27e8135 *tests/data/fate/vsynth_lena-vc2-thaar.out.rawvideo -stddev: 0.30 PSNR: 58.58 MAXDIFF: 5 bytes: 7603200/ 760320 Test vsynth_lena-vc2-thaar failed. Look at tests/data/fate/vsynth_lena-vc2-thaar.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-vc2-thaar] Error 1 TEST vsynth_lena-vc2-t5_3 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-vc2-t5_3 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth_lena-vc2-t5_3 2020-07-26 21:22:48.108071179 +0000 @@ -1,4 +0,0 @@ -950197d63d02f51021c0ed238b44181b *tests/data/fate/vsynth_lena-vc2-t5_3.mov -1305436 tests/data/fate/vsynth_lena-vc2-t5_3.mov -e5ea17416bda234ae58f27dea27e8135 *tests/data/fate/vsynth_lena-vc2-t5_3.out.rawvideo -stddev: 0.30 PSNR: 58.58 MAXDIFF: 5 bytes: 7603200/ 760320 Test vsynth_lena-vc2-t5_3 failed. Look at tests/data/fate/vsynth_lena-vc2-t5_3.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-vc2-t5_3] Error 1 TEST vsynth_lena-dnxhd-1080i --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-dnxhd-uhd-hr-sq 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-dnxhd-uhd-hr-sq 2020-07-26 21:21:24.308155289 +0000 @@ -1,4 +0,0 @@ -5ae3072820e217e21ca9a818d9150acc *tests/data/fate/vsynth_lena-dnxhd-uhd-hr-sq.dnxhd -12042240 tests/data/fate/vsynth_lena-dnxhd-uhd-hr-sq.dnxhd -77c6a7feb43d6eff94baf08570368bda *tests/data/fate/vsynth_lena-dnxhd-uhd-hr-sq.out.rawvideo -stddev: 1.32 PSNR: 45.69 MAXDIFF: 21 bytes: 7603200/ 760320 Test vsynth_lena-dnxhd-uhd-hr-sq failed. Look at tests/data/fate/vsynth_lena-dnxhd-uhd-hr-sq.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-dnxhd-uhd-hr-sq] Error 1 TEST vsynth_lena-dnxhd-1080i-10bit --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-dnxhd-1080i 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth_lena-dnxhd-1080i 2020-07-26 21:22:53.098066157 +0000 @@ -1,4 +0,0 @@ -1bb94b5a7917c1d81f3a92dd9b5b66ae *tests/data/fate/vsynth_lena-dnxhd-1080i.mov -3031911 tests/data/fate/vsynth_lena-dnxhd-1080i.mov -7d0ca92f12711535d57eff3609462b31 *tests/data/fate/vsynth_lena-dnxhd-1080i.out.rawvideo -stddev: 1.29 PSNR: 45.87 MAXDIFF: 22 bytes: 7603200/ 760320 Test vsynth_lena-dnxhd-1080i failed. Look at tests/data/fate/vsynth_lena-dnxhd-1080i.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-dnxhd-1080i] Error 1 TEST vsynth_lena-dnxhd-1080i-colr --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-dnxhd-1080i-10bit 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth_lena-dnxhd-1080i-10bit 2020-07-26 21:23:15.868043225 +0000 @@ -1,4 +0,0 @@ -55e1097376ac44e916528eee5ee2266e *tests/data/fate/vsynth_lena-dnxhd-1080i-10bit.mov -4588391 tests/data/fate/vsynth_lena-dnxhd-1080i-10bit.mov -f2dc4375c58e0406d442e0cb28573e91 *tests/data/fate/vsynth_lena-dnxhd-1080i-10bit.out.rawvideo -stddev: 1.36 PSNR: 45.40 MAXDIFF: 22 bytes: 7603200/ 760320 Test vsynth_lena-dnxhd-1080i-10bit failed. Look at tests/data/fate/vsynth_lena-dnxhd-1080i-10bit.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-dnxhd-1080i-10bit] Error 1 TEST vsynth_lena-dnxhd-hr-lb-mov --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-dnxhd-4k-hr-lb 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-dnxhd-4k-hr-lb 2020-07-26 21:21:20.274825992 +0000 @@ -1,4 +0,0 @@ -c166f5e1355784eae8b82bbaeef79273 *tests/data/fate/vsynth_lena-dnxhd-4k-hr-lb.dnxhd -3993600 tests/data/fate/vsynth_lena-dnxhd-4k-hr-lb.dnxhd -49c22d3eb9de0194b572f75491444772 *tests/data/fate/vsynth_lena-dnxhd-4k-hr-lb.out.rawvideo -stddev: 1.30 PSNR: 45.82 MAXDIFF: 21 bytes: 7603200/ 760320 Test vsynth_lena-dnxhd-4k-hr-lb failed. Look at tests/data/fate/vsynth_lena-dnxhd-4k-hr-lb.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-dnxhd-4k-hr-lb] Error 1 TEST vsynth_lena-dnxhd-hr-sq-mov --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-dnxhd-hr-sq-mov 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth_lena-dnxhd-hr-sq-mov 2020-07-26 21:23:56.731335334 +0000 @@ -1,4 +0,0 @@ -b1d5da9fd4811b87b1bf05afee6e44e4 *tests/data/fate/vsynth_lena-dnxhd-hr-sq-mov.mov -2560763 tests/data/fate/vsynth_lena-dnxhd-hr-sq-mov.mov -95e7da46fc066ed795de4ec1cf4d4ab5 *tests/data/fate/vsynth_lena-dnxhd-hr-sq-mov.out.rawvideo -stddev: 1.35 PSNR: 45.51 MAXDIFF: 23 bytes: 7603200/ 760320 Test vsynth_lena-dnxhd-hr-sq-mov failed. Look at tests/data/fate/vsynth_lena-dnxhd-hr-sq-mov.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-dnxhd-hr-sq-mov] Error 1 TEST vsynth_lena-dnxhd-hr-hq-mov --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-dnxhd-1080i-colr 2020-04-13 20:52:00.211449292 +0000 +++ tests/data/fate/vsynth_lena-dnxhd-1080i-colr 2020-07-26 21:23:39.208019690 +0000 @@ -1,4 +0,0 @@ -f80be8c3350ca8b22ae8aa8724b2ef20 *tests/data/fate/vsynth_lena-dnxhd-1080i-colr.mov -3031929 tests/data/fate/vsynth_lena-dnxhd-1080i-colr.mov -ce4993a69ef55c8c4b18138716f17b6f *tests/data/fate/vsynth_lena-dnxhd-1080i-colr.out.rawvideo -stddev: 1.33 PSNR: 45.59 MAXDIFF: 22 bytes: 7603200/ 760320 Test vsynth_lena-dnxhd-1080i-colr failed. Look at tests/data/fate/vsynth_lena-dnxhd-1080i-colr.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-dnxhd-1080i-colr] Error 1 TEST vsynth_lena-dv --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-dnxhd-hr-hq-mov 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth_lena-dnxhd-hr-hq-mov 2020-07-26 21:24:23.811307969 +0000 @@ -1,4 +0,0 @@ -f19dfcd4d9d7a0da1131c0dd909ad0ae *tests/data/fate/vsynth_lena-dnxhd-hr-hq-mov.mov -4772599 tests/data/fate/vsynth_lena-dnxhd-hr-hq-mov.mov -e6c3531cb32eb3d0c465c44098746fea *tests/data/fate/vsynth_lena-dnxhd-hr-hq-mov.out.rawvideo -stddev: 1.34 PSNR: 45.54 MAXDIFF: 23 bytes: 7603200/ 760320 Test vsynth_lena-dnxhd-hr-hq-mov failed. Look at tests/data/fate/vsynth_lena-dnxhd-hr-hq-mov.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-dnxhd-hr-hq-mov] Error 1 TEST vsynth_lena-dv-411 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-dv 2017-08-08 19:06:43.766486747 +0000 +++ tests/data/fate/vsynth_lena-dv 2020-07-26 21:24:25.304639792 +0000 @@ -1,4 +0,0 @@ -ab03241e988dcd5bd36a76b25372343f *tests/data/fate/vsynth_lena-dv.dv -7200000 tests/data/fate/vsynth_lena-dv.dv -6e4b90be39ad408ddc1c0dc4ced40bf0 *tests/data/fate/vsynth_lena-dv.out.rawvideo -stddev: 1.69 PSNR: 43.54 MAXDIFF: 33 bytes: 7603200/ 7603200 Test vsynth_lena-dv failed. Look at tests/data/fate/vsynth_lena-dv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-dv] Error 1 TEST vsynth_lena-dv-50 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-dv-411 2017-08-08 19:06:43.766486747 +0000 +++ tests/data/fate/vsynth_lena-dv-411 2020-07-26 21:24:56.924607792 +0000 @@ -1,4 +0,0 @@ -1a7f091993eb6fe5b6f9d927ba60387d *tests/data/fate/vsynth_lena-dv-411.dv -7200000 tests/data/fate/vsynth_lena-dv-411.dv -e5624f3d4de96e514ac9b96c2b4b447c *tests/data/fate/vsynth_lena-dv-411.out.rawvideo -stddev: 2.87 PSNR: 38.97 MAXDIFF: 45 bytes: 7603200/ 7603200 Test vsynth_lena-dv-411 failed. Look at tests/data/fate/vsynth_lena-dv-411.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-dv-411] Error 1 TEST vsynth_lena-dv-hd --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-dv-50 2017-08-08 19:06:43.766486747 +0000 +++ tests/data/fate/vsynth_lena-dv-50 2020-07-26 21:24:59.117938905 +0000 @@ -1,4 +0,0 @@ -c678b291e58a277725aa4557387efc58 *tests/data/fate/vsynth_lena-dv-50.dv -14400000 tests/data/fate/vsynth_lena-dv-50.dv -bda4f98f387f82986e521b78a9bc1eef *tests/data/fate/vsynth_lena-dv-50.out.rawvideo -stddev: 0.78 PSNR: 50.28 MAXDIFF: 12 bytes: 7603200/ 7603200 Test vsynth_lena-dv-50 failed. Look at tests/data/fate/vsynth_lena-dv-50.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-dv-50] Error 1 TEST vsynth_lena-dv-fhd --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-dnxhd-hr-lb-mov 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth_lena-dnxhd-hr-lb-mov 2020-07-26 21:23:48.661343482 +0000 @@ -1,4 +0,0 @@ -f27068c1444d2e11e094fab37eceb9d5 *tests/data/fate/vsynth_lena-dnxhd-hr-lb-mov.mov -3748599 tests/data/fate/vsynth_lena-dnxhd-hr-lb-mov.mov -0951de00b90d1bf34d2ff10a51db705d *tests/data/fate/vsynth_lena-dnxhd-hr-lb-mov.out.rawvideo -stddev: 1.31 PSNR: 45.72 MAXDIFF: 21 bytes: 7603200/ 760320 Test vsynth_lena-dnxhd-hr-lb-mov failed. Look at tests/data/fate/vsynth_lena-dnxhd-hr-lb-mov.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-dnxhd-hr-lb-mov] Error 1 TEST vsynth_lena-ffv1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-ffv1 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-ffv1 2020-07-26 21:26:17.834525716 +0000 @@ -1,4 +0,0 @@ -ed72c22374718589ffacd7ea15424687 *tests/data/fate/vsynth_lena-ffv1.avi -3547792 tests/data/fate/vsynth_lena-ffv1.avi -dde5895817ad9d219f79a52d0bdfb001 *tests/data/fate/vsynth_lena-ffv1.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth_lena-ffv1 failed. Look at tests/data/fate/vsynth_lena-ffv1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-ffv1] Error 1 TEST vsynth_lena-ffv1-v0 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-dv-hd 2019-11-13 23:52:22.684343788 +0000 +++ tests/data/fate/vsynth_lena-dv-hd 2020-07-26 21:25:29.994574279 +0000 @@ -1,4 +0,0 @@ -01a61c53943a421fa6a5e03dbc205972 *tests/data/fate/vsynth_lena-dv-hd.dv -14400000 tests/data/fate/vsynth_lena-dv-hd.dv -4db4175c80ea1f16b7ec303611b8873a *tests/data/fate/vsynth_lena-dv-hd.out.rawvideo -stddev: 1.49 PSNR: 44.66 MAXDIFF: 27 bytes: 7603200/ 7603200 Test vsynth_lena-dv-hd failed. Look at tests/data/fate/vsynth_lena-dv-hd.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-dv-hd] Error 1 TEST vsynth_lena-ffv1-v3-yuv420p --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-ffv1-v0 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-ffv1-v0 2020-07-26 21:26:49.014494019 +0000 @@ -1,4 +0,0 @@ -ad518c7014bdd6a72514a79a9102f64f *tests/data/fate/vsynth_lena-ffv1-v0.avi -3525796 tests/data/fate/vsynth_lena-ffv1-v0.avi -dde5895817ad9d219f79a52d0bdfb001 *tests/data/fate/vsynth_lena-ffv1-v0.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth_lena-ffv1-v0 failed. Look at tests/data/fate/vsynth_lena-ffv1-v0.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-ffv1-v0] Error 1 TEST vsynth_lena-ffv1-v3-yuv422p10 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-ffv1-v3-yuv420p 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-ffv1-v3-yuv420p 2020-07-26 21:26:55.087821174 +0000 @@ -1,4 +0,0 @@ -ed72c22374718589ffacd7ea15424687 *tests/data/fate/vsynth_lena-ffv1-v3-yuv420p.avi -3547792 tests/data/fate/vsynth_lena-ffv1-v3-yuv420p.avi -dde5895817ad9d219f79a52d0bdfb001 *tests/data/fate/vsynth_lena-ffv1-v3-yuv420p.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth_lena-ffv1-v3-yuv420p failed. Look at tests/data/fate/vsynth_lena-ffv1-v3-yuv420p.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-ffv1-v3-yuv420p] Error 1 TEST vsynth_lena-ffv1-v3-yuv444p16 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-cinepak 2017-11-07 21:43:15.017977169 +0000 +++ tests/data/fate/vsynth_lena-cinepak 2020-07-26 21:20:08.281564522 +0000 @@ -1,4 +0,0 @@ -a9ea19eb0d239a53af8630d5bc4167d0 *tests/data/fate/vsynth_lena-cinepak.avi -407574 tests/data/fate/vsynth_lena-cinepak.avi -e32d4103194665d2ea0f46d5cdd0cdf2 *tests/data/fate/vsynth_lena-cinepak.out.rawvideo -stddev: 58.10 PSNR: 12.85 MAXDIFF: 185 bytes: 7603200/ 921600 Test vsynth_lena-cinepak failed. Look at tests/data/fate/vsynth_lena-cinepak.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-cinepak] Error 1 TEST vsynth_lena-ffv1-v3-bgr0 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-ffv1-v3-yuv422p10 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-ffv1-v3-yuv422p10 2020-07-26 21:27:20.404462072 +0000 @@ -1,4 +0,0 @@ -cd3f5b3d4544a30bd08a9a11945a8adc *tests/data/fate/vsynth_lena-ffv1-v3-yuv422p10.avi -3910306 tests/data/fate/vsynth_lena-ffv1-v3-yuv422p10.avi -dde5895817ad9d219f79a52d0bdfb001 *tests/data/fate/vsynth_lena-ffv1-v3-yuv422p10.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth_lena-ffv1-v3-yuv422p10 failed. Look at tests/data/fate/vsynth_lena-ffv1-v3-yuv422p10.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-ffv1-v3-yuv422p10] Error 1 TEST vsynth_lena-ffv1-v3-rgb48 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-ffv1-v3-bgr0 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-ffv1-v3-bgr0 2020-07-26 21:27:29.204453110 +0000 @@ -1,4 +0,0 @@ -edf0987619d4d63f8b7e3022a8d0a724 *tests/data/fate/vsynth_lena-ffv1-v3-bgr0.avi -6013028 tests/data/fate/vsynth_lena-ffv1-v3-bgr0.avi -0a8b7ddfec03622e37c869c5b552f9fc *tests/data/fate/vsynth_lena-ffv1-v3-bgr0.out.rawvideo -stddev: 1.24 PSNR: 46.26 MAXDIFF: 17 bytes: 7603200/ 7603200 Test vsynth_lena-ffv1-v3-bgr0 failed. Look at tests/data/fate/vsynth_lena-ffv1-v3-bgr0.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-ffv1-v3-bgr0] Error 1 TEST vsynth_lena-ffvhuff --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-ffvhuff 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-ffvhuff 2020-07-26 21:28:40.944379958 +0000 @@ -1,4 +0,0 @@ -c8bcad0cd3babf63ce96525f6c11ae6e *tests/data/fate/vsynth_lena-ffvhuff.avi -4845026 tests/data/fate/vsynth_lena-ffvhuff.avi -dde5895817ad9d219f79a52d0bdfb001 *tests/data/fate/vsynth_lena-ffvhuff.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth_lena-ffvhuff failed. Look at tests/data/fate/vsynth_lena-ffvhuff.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-ffvhuff] Error 1 TEST vsynth_lena-ffvhuff444 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-dv-fhd 2019-11-13 23:52:22.684343788 +0000 +++ tests/data/fate/vsynth_lena-dv-fhd 2020-07-26 21:25:51.454552505 +0000 @@ -1,4 +0,0 @@ -3a33e512f8b3f4213477c98d4e7e2559 *tests/data/fate/vsynth_lena-dv-fhd.dv -28800000 tests/data/fate/vsynth_lena-dv-fhd.dv -b97e0a057202359ef93f2ec0b9fdfec4 *tests/data/fate/vsynth_lena-dv-fhd.out.rawvideo -stddev: 1.03 PSNR: 47.80 MAXDIFF: 14 bytes: 7603200/ 7603200 Test vsynth_lena-dv-fhd failed. Look at tests/data/fate/vsynth_lena-dv-fhd.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-dv-fhd] Error 1 TEST vsynth_lena-ffvhuff420p12 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-ffvhuff420p12 2017-10-23 22:45:16.668623250 +0000 +++ tests/data/fate/vsynth_lena-ffvhuff420p12 2020-07-26 21:28:53.507700465 +0000 @@ -1,4 +0,0 @@ -b2f3d04ca30c113b79877bb5518dd6ea *tests/data/fate/vsynth_lena-ffvhuff420p12.avi -10925580 tests/data/fate/vsynth_lena-ffvhuff420p12.avi -dde5895817ad9d219f79a52d0bdfb001 *tests/data/fate/vsynth_lena-ffvhuff420p12.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth_lena-ffvhuff420p12 failed. Look at tests/data/fate/vsynth_lena-ffvhuff420p12.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-ffvhuff420p12] Error 1 TEST vsynth_lena-ffvhuff422p10left --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-ffvhuff444 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-ffvhuff444 2020-07-26 21:28:48.774371965 +0000 @@ -1,4 +0,0 @@ -1afdc5e87de165520f2b7e0fab18b241 *tests/data/fate/vsynth_lena-ffvhuff444.avi -7530718 tests/data/fate/vsynth_lena-ffvhuff444.avi -d43cb310c130c69214332d74f6ee5f9a *tests/data/fate/vsynth_lena-ffvhuff444.out.rawvideo -stddev: 0.41 PSNR: 55.80 MAXDIFF: 7 bytes: 7603200/ 7603200 Test vsynth_lena-ffvhuff444 failed. Look at tests/data/fate/vsynth_lena-ffvhuff444.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-ffvhuff444] Error 1 TEST vsynth_lena-ffvhuff444p16 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-ffvhuff422p10left 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-ffvhuff422p10left 2020-07-26 21:29:02.697691080 +0000 @@ -1,4 +0,0 @@ -f6eae87090fcccc682f84a794784b4dd *tests/data/fate/vsynth_lena-ffvhuff422p10left.avi -10041836 tests/data/fate/vsynth_lena-ffvhuff422p10left.avi -a627fb50c8276200fd71383977d87ca3 *tests/data/fate/vsynth_lena-ffvhuff422p10left.out.rawvideo -stddev: 0.34 PSNR: 57.43 MAXDIFF: 6 bytes: 7603200/ 7603200 Test vsynth_lena-ffvhuff422p10left failed. Look at tests/data/fate/vsynth_lena-ffvhuff422p10left.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-ffvhuff422p10left] Error 1 TEST vsynth_lena-flashsv --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-ffv1-v3-yuv444p16 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-ffv1-v3-yuv444p16 2020-07-26 21:27:26.907788783 +0000 @@ -1,4 +0,0 @@ -e65ad01440ad756b1872b22d3cfa23d7 *tests/data/fate/vsynth_lena-ffv1-v3-yuv444p16.avi -4871266 tests/data/fate/vsynth_lena-ffv1-v3-yuv444p16.avi -dde5895817ad9d219f79a52d0bdfb001 *tests/data/fate/vsynth_lena-ffv1-v3-yuv444p16.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth_lena-ffv1-v3-yuv444p16 failed. Look at tests/data/fate/vsynth_lena-ffv1-v3-yuv444p16.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-ffv1-v3-yuv444p16] Error 1 TEST vsynth_lena-flashsv2 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-ffvhuff444p16 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-ffvhuff444p16 2020-07-26 21:29:03.924356493 +0000 @@ -1,4 +0,0 @@ -94e2c25a08522071ca4d2314ddb2a4a1 *tests/data/fate/vsynth_lena-ffvhuff444p16.avi -26360720 tests/data/fate/vsynth_lena-ffvhuff444p16.avi -05ccd9a38f9726030b3099c0c99d3a13 *tests/data/fate/vsynth_lena-ffvhuff444p16.out.rawvideo -stddev: 0.45 PSNR: 55.06 MAXDIFF: 7 bytes: 7603200/ 7603200 Test vsynth_lena-ffvhuff444p16 failed. Look at tests/data/fate/vsynth_lena-ffvhuff444p16.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-ffvhuff444p16] Error 1 TEST vsynth_lena-flv --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-flashsv 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-flashsv 2020-07-26 21:29:14.041012826 +0000 @@ -1,4 +0,0 @@ -0667077971e0cb63b5f49c580006e90e *tests/data/fate/vsynth_lena-flashsv.flv -12368953 tests/data/fate/vsynth_lena-flashsv.flv -3a984506f1ebfc9fb73b6814cab201cc *tests/data/fate/vsynth_lena-flashsv.out.rawvideo -stddev: 0.66 PSNR: 51.73 MAXDIFF: 14 bytes: 7603200/ 7603200 Test vsynth_lena-flashsv failed. Look at tests/data/fate/vsynth_lena-flashsv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-flashsv] Error 1 TEST vsynth_lena-h261 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-h261 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-h261 2020-07-26 21:29:31.504328313 +0000 @@ -1,4 +0,0 @@ -9a2104849cbcf03a612e5906ef4d264b *tests/data/fate/vsynth_lena-h261.avi -191064 tests/data/fate/vsynth_lena-h261.avi -08f65e9aeeeaf189548c2bb417d5114f *tests/data/fate/vsynth_lena-h261.out.rawvideo -stddev: 6.37 PSNR: 32.03 MAXDIFF: 77 bytes: 7603200/ 7603200 Test vsynth_lena-h261 failed. Look at tests/data/fate/vsynth_lena-h261.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-h261] Error 1 TEST vsynth_lena-h261-trellis --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-flv 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-flv 2020-07-26 21:29:31.384328436 +0000 @@ -1,4 +0,0 @@ -dee04bdab18c2eed81373faec89fd5a7 *tests/data/fate/vsynth_lena-flv.flv -131380 tests/data/fate/vsynth_lena-flv.flv -184034553ceb801bb1d1521d2d998a67 *tests/data/fate/vsynth_lena-flv.out.rawvideo -stddev: 5.33 PSNR: 33.59 MAXDIFF: 79 bytes: 7603200/ 7603200 Test vsynth_lena-flv failed. Look at tests/data/fate/vsynth_lena-flv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-flv] Error 1 TEST vsynth_lena-h263 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-flashsv2 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-flashsv2 2020-07-26 21:29:24.877668420 +0000 @@ -1,4 +0,0 @@ -01e0aa4da9ccc8e12fd03df63625eea4 *tests/data/fate/vsynth_lena-flashsv2.flv -9291162 tests/data/fate/vsynth_lena-flashsv2.flv -8f63e24049ba1789a7f8353c695a3d99 *tests/data/fate/vsynth_lena-flashsv2.out.rawvideo -stddev: 2.39 PSNR: 40.55 MAXDIFF: 21 bytes: 7603200/ 7603200 Test vsynth_lena-flashsv2 failed. Look at tests/data/fate/vsynth_lena-flashsv2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-flashsv2] Error 1 TEST vsynth_lena-h263-obmc --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-h263 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-h263 2020-07-26 21:29:39.200987113 +0000 @@ -1,4 +0,0 @@ -005cba8a5e8f10adc8973fd3c66ea236 *tests/data/fate/vsynth_lena-h263.avi -160106 tests/data/fate/vsynth_lena-h263.avi -b7d733ebedbaa04f49bf7493a907e223 *tests/data/fate/vsynth_lena-h263.out.rawvideo -stddev: 5.43 PSNR: 33.42 MAXDIFF: 77 bytes: 7603200/ 7603200 Test vsynth_lena-h263 failed. Look at tests/data/fate/vsynth_lena-h263.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-h263] Error 1 TEST vsynth_lena-h263p --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-h261-trellis 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-h261-trellis 2020-07-26 21:29:39.144320504 +0000 @@ -1,4 +0,0 @@ -41522be50f14b7fff6b1fb8d10b1ff00 *tests/data/fate/vsynth_lena-h261-trellis.avi -184586 tests/data/fate/vsynth_lena-h261-trellis.avi -f9df8cd110a2f3d9706dd2f29a1d0a89 *tests/data/fate/vsynth_lena-h261-trellis.out.rawvideo -stddev: 6.32 PSNR: 32.11 MAXDIFF: 89 bytes: 7603200/ 7603200 Test vsynth_lena-h261-trellis failed. Look at tests/data/fate/vsynth_lena-h261-trellis.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-h261-trellis] Error 1 TEST vsynth_lena-huffyuv --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-h263-obmc 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-h263-obmc 2020-07-26 21:29:42.440983799 +0000 @@ -1,4 +0,0 @@ -3c6946f808412ac320be9e0c36051ea2 *tests/data/fate/vsynth_lena-h263-obmc.avi -154730 tests/data/fate/vsynth_lena-h263-obmc.avi -588d992d9d8096da8bdc5027268da914 *tests/data/fate/vsynth_lena-h263-obmc.out.rawvideo -stddev: 5.39 PSNR: 33.49 MAXDIFF: 82 bytes: 7603200/ 7603200 Test vsynth_lena-h263-obmc failed. Look at tests/data/fate/vsynth_lena-h263-obmc.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-h263-obmc] Error 1 TEST vsynth_lena-huffyuvbgr24 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-h263p 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-h263p 2020-07-26 21:29:47.127645675 +0000 @@ -1,4 +0,0 @@ -de3a8bca32aba3bd5138cbb40fe0099e *tests/data/fate/vsynth_lena-h263p.avi -868002 tests/data/fate/vsynth_lena-h263p.avi -dca18571c05c13dd691d7b0b232e43fc *tests/data/fate/vsynth_lena-h263p.out.rawvideo -stddev: 1.91 PSNR: 42.50 MAXDIFF: 19 bytes: 7603200/ 7603200 Test vsynth_lena-h263p failed. Look at tests/data/fate/vsynth_lena-h263p.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-h263p] Error 1 TEST vsynth_lena-huffyuvbgra --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-huffyuv 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-huffyuv 2020-07-26 21:29:50.667642055 +0000 @@ -1,4 +0,0 @@ -e0027fb7a9ab8ac964bba02186b4a829 *tests/data/fate/vsynth_lena-huffyuv.avi -6108514 tests/data/fate/vsynth_lena-huffyuv.avi -dde5895817ad9d219f79a52d0bdfb001 *tests/data/fate/vsynth_lena-huffyuv.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth_lena-huffyuv failed. Look at tests/data/fate/vsynth_lena-huffyuv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-huffyuv] Error 1 TEST vsynth_lena-jpegls --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-huffyuvbgr24 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-huffyuvbgr24 2020-07-26 21:29:52.157640530 +0000 @@ -1,4 +0,0 @@ -baa4da184fd977f1d6040d63644cbd55 *tests/data/fate/vsynth_lena-huffyuvbgr24.avi -8872414 tests/data/fate/vsynth_lena-huffyuvbgr24.avi -0a8b7ddfec03622e37c869c5b552f9fc *tests/data/fate/vsynth_lena-huffyuvbgr24.out.rawvideo -stddev: 1.24 PSNR: 46.26 MAXDIFF: 17 bytes: 7603200/ 7603200 Test vsynth_lena-huffyuvbgr24 failed. Look at tests/data/fate/vsynth_lena-huffyuvbgr24.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-huffyuvbgr24] Error 1 TEST vsynth_lena-jpeg2000 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-huffyuvbgra 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-huffyuvbgra 2020-07-26 21:30:00.417632082 +0000 @@ -1,4 +0,0 @@ -bf52b827c5fabea0949ce4776d3d66c8 *tests/data/fate/vsynth_lena-huffyuvbgra.avi -10139602 tests/data/fate/vsynth_lena-huffyuvbgra.avi -0a8b7ddfec03622e37c869c5b552f9fc *tests/data/fate/vsynth_lena-huffyuvbgra.out.rawvideo -stddev: 1.24 PSNR: 46.26 MAXDIFF: 17 bytes: 7603200/ 7603200 Test vsynth_lena-huffyuvbgra failed. Look at tests/data/fate/vsynth_lena-huffyuvbgra.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-huffyuvbgra] Error 1 TEST vsynth_lena-jpeg2000-97 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-ffv1-v3-rgb48 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-ffv1-v3-rgb48 2020-07-26 21:28:19.791068210 +0000 @@ -1,4 +0,0 @@ -294d4f9fdf53ba0fe9d224d28ba700f0 *tests/data/fate/vsynth_lena-ffv1-v3-rgb48.avi -13795036 tests/data/fate/vsynth_lena-ffv1-v3-rgb48.avi -7bd82d1860095ae1e10ec0ace9cb04b6 *tests/data/fate/vsynth_lena-ffv1-v3-rgb48.out.rawvideo -stddev: 0.91 PSNR: 48.91 MAXDIFF: 21 bytes: 7603200/ 7603200 Test vsynth_lena-ffv1-v3-rgb48 failed. Look at tests/data/fate/vsynth_lena-ffv1-v3-rgb48.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-ffv1-v3-rgb48] Error 1 TEST vsynth_lena-ljpeg --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-ljpeg 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-ljpeg 2020-07-26 21:30:47.154250918 +0000 @@ -1,4 +0,0 @@ -dc136b224f01c757a887d5672d5edfd2 *tests/data/fate/vsynth_lena-ljpeg.avi -4763458 tests/data/fate/vsynth_lena-ljpeg.avi -dde5895817ad9d219f79a52d0bdfb001 *tests/data/fate/vsynth_lena-ljpeg.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth_lena-ljpeg failed. Look at tests/data/fate/vsynth_lena-ljpeg.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-ljpeg] Error 1 TEST vsynth_lena-mjpeg --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-mjpeg 2017-04-08 23:05:15.311705498 +0000 +++ tests/data/fate/vsynth_lena-mjpeg 2020-07-26 21:31:06.284231326 +0000 @@ -1,4 +0,0 @@ -007c989af621445dc7c9bd248b9df3b4 *tests/data/fate/vsynth_lena-mjpeg.avi -635498 tests/data/fate/vsynth_lena-mjpeg.avi -9d4bd90e9abfa18192383b4adc23c8d4 *tests/data/fate/vsynth_lena-mjpeg.out.rawvideo -stddev: 4.32 PSNR: 35.40 MAXDIFF: 49 bytes: 7603200/ 7603200 Test vsynth_lena-mjpeg failed. Look at tests/data/fate/vsynth_lena-mjpeg.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-mjpeg] Error 1 TEST vsynth_lena-mjpeg-422 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-mjpeg-422 2017-04-08 23:05:15.311705498 +0000 +++ tests/data/fate/vsynth_lena-mjpeg-422 2020-07-26 21:31:16.660887362 +0000 @@ -1,4 +0,0 @@ -e867bc5e8e4e4555846c61b3cb4580a6 *tests/data/fate/vsynth_lena-mjpeg-422.avi -707376 tests/data/fate/vsynth_lena-mjpeg-422.avi -451ac80989c4e14445cf951fd7f83b6d *tests/data/fate/vsynth_lena-mjpeg-422.out.rawvideo -stddev: 4.18 PSNR: 35.70 MAXDIFF: 49 bytes: 7603200/ 7603200 Test vsynth_lena-mjpeg-422 failed. Look at tests/data/fate/vsynth_lena-mjpeg-422.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-mjpeg-422] Error 1 TEST vsynth_lena-mjpeg-444 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-mjpeg-444 2017-04-08 23:05:15.311705498 +0000 +++ tests/data/fate/vsynth_lena-mjpeg-444 2020-07-26 21:31:28.957541427 +0000 @@ -1,4 +0,0 @@ -9a36b201c4f68051441b1ee1307a2cc2 *tests/data/fate/vsynth_lena-mjpeg-444.avi -807628 tests/data/fate/vsynth_lena-mjpeg-444.avi -34edcb9c87ff7aac456a4fb07f43504b *tests/data/fate/vsynth_lena-mjpeg-444.out.rawvideo -stddev: 4.05 PSNR: 35.96 MAXDIFF: 49 bytes: 7603200/ 7603200 Test vsynth_lena-mjpeg-444 failed. Look at tests/data/fate/vsynth_lena-mjpeg-444.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-mjpeg-444] Error 1 TEST vsynth_lena-mjpeg-trell --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-jpegls 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-jpegls 2020-07-26 21:30:01.310964503 +0000 @@ -1,4 +0,0 @@ -517b3a8d84f1ec5d502ddb9ed0bb8580 *tests/data/fate/vsynth_lena-jpegls.avi -8334622 tests/data/fate/vsynth_lena-jpegls.avi -3a984506f1ebfc9fb73b6814cab201cc *tests/data/fate/vsynth_lena-jpegls.out.rawvideo -stddev: 0.66 PSNR: 51.73 MAXDIFF: 14 bytes: 7603200/ 7603200 Test vsynth_lena-jpegls failed. Look at tests/data/fate/vsynth_lena-jpegls.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-jpegls] Error 1 TEST vsynth_lena-mjpeg-huffman --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-mjpeg-trell 2017-04-08 23:05:15.311705498 +0000 +++ tests/data/fate/vsynth_lena-mjpeg-trell 2020-07-26 21:31:44.540858788 +0000 @@ -1,4 +0,0 @@ -6eb36ab28a082f496f1f3bc165704a68 *tests/data/fate/vsynth_lena-mjpeg-trell.avi -582534 tests/data/fate/vsynth_lena-mjpeg-trell.avi -dcb183a6a5fa06e7234d46dd97ceb8ec *tests/data/fate/vsynth_lena-mjpeg-trell.out.rawvideo -stddev: 4.51 PSNR: 35.05 MAXDIFF: 60 bytes: 7603200/ 7603200 Test vsynth_lena-mjpeg-trell failed. Look at tests/data/fate/vsynth_lena-mjpeg-trell.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-mjpeg-trell] Error 1 TEST vsynth_lena-mjpeg-trell-huffman --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-mjpeg-huffman 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-mjpeg-huffman 2020-07-26 21:31:48.800854421 +0000 @@ -1,4 +0,0 @@ -007c989af621445dc7c9bd248b9df3b4 *tests/data/fate/vsynth_lena-mjpeg-huffman.avi -635498 tests/data/fate/vsynth_lena-mjpeg-huffman.avi -9d4bd90e9abfa18192383b4adc23c8d4 *tests/data/fate/vsynth_lena-mjpeg-huffman.out.rawvideo -stddev: 4.32 PSNR: 35.40 MAXDIFF: 49 bytes: 7603200/ 7603200 Test vsynth_lena-mjpeg-huffman failed. Look at tests/data/fate/vsynth_lena-mjpeg-huffman.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-mjpeg-huffman] Error 1 TEST vsynth_lena-mpeg1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-mpeg1 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-mpeg1 2020-07-26 21:31:59.294176995 +0000 @@ -1,4 +0,0 @@ -a77a8eb6e2ad32a5b20b41abda16f4c1 *tests/data/fate/vsynth_lena-mpeg1.mpeg1video -192794 tests/data/fate/vsynth_lena-mpeg1.mpeg1video -b3584042c60385e0fb988b8ec5b36409 *tests/data/fate/vsynth_lena-mpeg1.out.rawvideo -stddev: 4.95 PSNR: 34.22 MAXDIFF: 57 bytes: 7603200/ 7603200 Test vsynth_lena-mpeg1 failed. Look at tests/data/fate/vsynth_lena-mpeg1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-mpeg1] Error 1 TEST vsynth_lena-mpeg1b --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-mjpeg-trell-huffman 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-mjpeg-trell-huffman 2020-07-26 21:31:57.684178646 +0000 @@ -1,4 +0,0 @@ -6eb36ab28a082f496f1f3bc165704a68 *tests/data/fate/vsynth_lena-mjpeg-trell-huffman.avi -582534 tests/data/fate/vsynth_lena-mjpeg-trell-huffman.avi -dcb183a6a5fa06e7234d46dd97ceb8ec *tests/data/fate/vsynth_lena-mjpeg-trell-huffman.out.rawvideo -stddev: 4.51 PSNR: 35.05 MAXDIFF: 60 bytes: 7603200/ 7603200 Test vsynth_lena-mjpeg-trell-huffman failed. Look at tests/data/fate/vsynth_lena-mjpeg-trell-huffman.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-mjpeg-trell-huffman] Error 1 TEST vsynth_lena-mpeg2 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-mpeg1b 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-mpeg1b 2020-07-26 21:32:07.000835758 +0000 @@ -1,4 +0,0 @@ -333395b113b8045bac4e3fd90839ca6a *tests/data/fate/vsynth_lena-mpeg1b.mpeg1video -225201 tests/data/fate/vsynth_lena-mpeg1b.mpeg1video -f17fb3eef4ed3d03eeaaee45b217f7a5 *tests/data/fate/vsynth_lena-mpeg1b.out.rawvideo -stddev: 4.10 PSNR: 35.86 MAXDIFF: 59 bytes: 7603200/ 7603200 Test vsynth_lena-mpeg1b failed. Look at tests/data/fate/vsynth_lena-mpeg1b.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-mpeg1b] Error 1 TEST vsynth_lena-mpeg2-422 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-mpeg2 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-mpeg2 2020-07-26 21:32:10.754165242 +0000 @@ -1,4 +0,0 @@ -6071414a26d41ae9c4cc5477d8ca19eb *tests/data/fate/vsynth_lena-mpeg2.mpeg2video -198673 tests/data/fate/vsynth_lena-mpeg2.mpeg2video -9efe4846a75d9b7387d1e3bb1e5db29a *tests/data/fate/vsynth_lena-mpeg2.out.rawvideo -stddev: 4.96 PSNR: 34.20 MAXDIFF: 59 bytes: 7603200/ 7603200 Test vsynth_lena-mpeg2 failed. Look at tests/data/fate/vsynth_lena-mpeg2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-mpeg2] Error 1 TEST vsynth_lena-mpeg2-idct-int --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-mpeg2-idct-int 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-mpeg2-idct-int 2020-07-26 21:32:18.497490632 +0000 @@ -1,4 +0,0 @@ -505371e1b10f5af01b63b3f57606b26e *tests/data/fate/vsynth_lena-mpeg2-idct-int.mpeg2video -198041 tests/data/fate/vsynth_lena-mpeg2-idct-int.mpeg2video -92794e70e4a19a494f10efe353d9895d *tests/data/fate/vsynth_lena-mpeg2-idct-int.out.rawvideo -stddev: 4.97 PSNR: 34.19 MAXDIFF: 58 bytes: 7603200/ 7603200 Test vsynth_lena-mpeg2-idct-int failed. Look at tests/data/fate/vsynth_lena-mpeg2-idct-int.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-mpeg2-idct-int] Error 1 TEST vsynth_lena-mpeg2-ilace --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-mpeg2-ilace 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-mpeg2-ilace 2020-07-26 21:32:27.077481829 +0000 @@ -1,4 +0,0 @@ -dbc7dd0272f3711f50722f4753e3bfb0 *tests/data/fate/vsynth_lena-mpeg2-ilace.mpeg2video -204576 tests/data/fate/vsynth_lena-mpeg2-ilace.mpeg2video -d69be0d4ba1cb9c1fef9fb0d94a912ba *tests/data/fate/vsynth_lena-mpeg2-ilace.out.rawvideo -stddev: 4.98 PSNR: 34.18 MAXDIFF: 65 bytes: 7603200/ 7603200 Test vsynth_lena-mpeg2-ilace failed. Look at tests/data/fate/vsynth_lena-mpeg2-ilace.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-mpeg2-ilace] Error 1 TEST vsynth_lena-mpeg2-ivlc-qprd --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-mpeg2-ivlc-qprd 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-mpeg2-ivlc-qprd 2020-07-26 21:32:39.794135447 +0000 @@ -1,4 +0,0 @@ -5731a196498d4e8097c0ebe57e383ef6 *tests/data/fate/vsynth_lena-mpeg2-ivlc-qprd.mpeg2video -244694 tests/data/fate/vsynth_lena-mpeg2-ivlc-qprd.mpeg2video -b26e21599dee48a174bdbc40b2817e55 *tests/data/fate/vsynth_lena-mpeg2-ivlc-qprd.out.rawvideo -stddev: 4.15 PSNR: 35.76 MAXDIFF: 74 bytes: 7603200/ 7603200 Test vsynth_lena-mpeg2-ivlc-qprd failed. Look at tests/data/fate/vsynth_lena-mpeg2-ivlc-qprd.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-mpeg2-ivlc-qprd] Error 1 TEST vsynth_lena-mpeg2-thread --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-jpeg2000 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-jpeg2000 2020-07-26 21:30:09.190956442 +0000 @@ -1,4 +0,0 @@ -1f2cf6061c78905b8011091a9a7c425f *tests/data/fate/vsynth_lena-jpeg2000.avi -1138054 tests/data/fate/vsynth_lena-jpeg2000.avi -955653ca7a08447e7b1501b444f24562 *tests/data/fate/vsynth_lena-jpeg2000.out.rawvideo -stddev: 4.40 PSNR: 35.25 MAXDIFF: 58 bytes: 7603200/ 7603200 Test vsynth_lena-jpeg2000 failed. Look at tests/data/fate/vsynth_lena-jpeg2000.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-jpeg2000] Error 1 TEST vsynth_lena-mpeg2-thread-ivlc --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-jpeg2000-97 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-jpeg2000-97 2020-07-26 21:30:20.444278261 +0000 @@ -1,4 +0,0 @@ -e5a756e97910420c90e76259c56261cb *tests/data/fate/vsynth_lena-jpeg2000-97.avi -1918956 tests/data/fate/vsynth_lena-jpeg2000-97.avi -93a4ba0c230f2430a813df594676e58a *tests/data/fate/vsynth_lena-jpeg2000-97.out.rawvideo -stddev: 2.84 PSNR: 39.04 MAXDIFF: 28 bytes: 7603200/ 7603200 Test vsynth_lena-jpeg2000-97 failed. Look at tests/data/fate/vsynth_lena-jpeg2000-97.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-jpeg2000-97] Error 1 TEST vsynth_lena-mpeg4 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-mpeg2-422 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-mpeg2-422 2020-07-26 21:32:17.820824660 +0000 @@ -1,4 +0,0 @@ -521ec92c0b8672011a43dd13db98c400 *tests/data/fate/vsynth_lena-mpeg2-422.mpeg2video -356431 tests/data/fate/vsynth_lena-mpeg2-422.mpeg2video -51ca353620f85db8b5b1c56f1a275add *tests/data/fate/vsynth_lena-mpeg2-422.out.rawvideo -stddev: 3.15 PSNR: 38.14 MAXDIFF: 49 bytes: 7603200/ 7603200 Test vsynth_lena-mpeg2-422 failed. Look at tests/data/fate/vsynth_lena-mpeg2-422.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-mpeg2-422] Error 1 TEST vsynth_lena-mpeg4-rc --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-mpeg2-thread 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-mpeg2-thread 2020-07-26 21:33:19.644094540 +0000 @@ -1,4 +0,0 @@ -9e734d384b4234d075203dffffa5174c *tests/data/fate/vsynth_lena-mpeg2-thread.mpeg2video -179656 tests/data/fate/vsynth_lena-mpeg2-thread.mpeg2video -f8f084b7f51fbe4f82d57b8aeec17edf *tests/data/fate/vsynth_lena-mpeg2-thread.out.rawvideo -stddev: 4.72 PSNR: 34.65 MAXDIFF: 72 bytes: 7603200/ 7603200 Test vsynth_lena-mpeg2-thread failed. Look at tests/data/fate/vsynth_lena-mpeg2-thread.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-mpeg2-thread] Error 1 TEST vsynth_lena-mpeg4-adv --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-mpeg2-thread-ivlc 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-mpeg2-thread-ivlc 2020-07-26 21:33:22.147425302 +0000 @@ -1,4 +0,0 @@ -39ae4e15e3da14218ebf250180badd92 *tests/data/fate/vsynth_lena-mpeg2-thread-ivlc.mpeg2video -178807 tests/data/fate/vsynth_lena-mpeg2-thread-ivlc.mpeg2video -f8f084b7f51fbe4f82d57b8aeec17edf *tests/data/fate/vsynth_lena-mpeg2-thread-ivlc.out.rawvideo -stddev: 4.72 PSNR: 34.65 MAXDIFF: 72 bytes: 7603200/ 7603200 Test vsynth_lena-mpeg2-thread-ivlc failed. Look at tests/data/fate/vsynth_lena-mpeg2-thread-ivlc.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-mpeg2-thread-ivlc] Error 1 TEST vsynth_lena-mpeg4-qprd --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-mpeg4 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-mpeg4 2020-07-26 21:33:30.487416736 +0000 @@ -1,4 +0,0 @@ -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: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-mpeg4] Error 1 TEST vsynth_lena-mpeg4-adap --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-mpeg4-rc 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-mpeg4-rc 2020-07-26 21:33:37.900742455 +0000 @@ -1,4 +0,0 @@ -396a76466dee56e2714dfa42cebe3d2d *tests/data/fate/vsynth_lena-mpeg4-rc.avi -226314 tests/data/fate/vsynth_lena-mpeg4-rc.avi -6e8b62e8c3bcbfdcc58afb69a0b1c4e3 *tests/data/fate/vsynth_lena-mpeg4-rc.out.rawvideo -stddev: 4.23 PSNR: 35.60 MAXDIFF: 85 bytes: 7603200/ 7603200 Test vsynth_lena-mpeg4-rc failed. Look at tests/data/fate/vsynth_lena-mpeg4-rc.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-mpeg4-rc] Error 1 TEST vsynth_lena-mpeg4-qpel --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-mpeg4-adv 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-mpeg4-adv 2020-07-26 21:33:38.030742322 +0000 @@ -1,4 +0,0 @@ -68117f01abe704a4ce6a664efffcfb40 *tests/data/fate/vsynth_lena-mpeg4-adv.avi -141538 tests/data/fate/vsynth_lena-mpeg4-adv.avi -3f3a21e9db85a9c0f7022f557a5374c1 *tests/data/fate/vsynth_lena-mpeg4-adv.out.rawvideo -stddev: 4.94 PSNR: 34.25 MAXDIFF: 69 bytes: 7603200/ 7603200 Test vsynth_lena-mpeg4-adv failed. Look at tests/data/fate/vsynth_lena-mpeg4-adv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-mpeg4-adv] Error 1 TEST vsynth_lena-mpeg4-thread --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-mpeg4-adap 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-mpeg4-adap 2020-07-26 21:33:46.187400609 +0000 @@ -1,4 +0,0 @@ -c6108621b1202d32dac68b1944c5b8c2 *tests/data/fate/vsynth_lena-mpeg4-adap.avi -198500 tests/data/fate/vsynth_lena-mpeg4-adap.avi -87b6dbe98d276137fceaae2fa672eced *tests/data/fate/vsynth_lena-mpeg4-adap.out.rawvideo -stddev: 3.75 PSNR: 36.65 MAXDIFF: 71 bytes: 7603200/ 7603200 Test vsynth_lena-mpeg4-adap failed. Look at tests/data/fate/vsynth_lena-mpeg4-adap.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-mpeg4-adap] Error 1 TEST vsynth_lena-mpeg4-error --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-mpeg4-thread 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-mpeg4-thread 2020-07-26 21:33:58.584054539 +0000 @@ -1,4 +0,0 @@ -af5ea0bab124371051eb104552344b2e *tests/data/fate/vsynth_lena-mpeg4-thread.avi -250096 tests/data/fate/vsynth_lena-mpeg4-thread.avi -045fe9f226bbcc3d41644bffaed03b31 *tests/data/fate/vsynth_lena-mpeg4-thread.out.rawvideo -stddev: 3.69 PSNR: 36.78 MAXDIFF: 65 bytes: 7603200/ 7603200 Test vsynth_lena-mpeg4-thread failed. Look at tests/data/fate/vsynth_lena-mpeg4-thread.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-mpeg4-thread] Error 1 TEST vsynth_lena-mpeg4-nr --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-mpeg4-qprd 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-mpeg4-qprd 2020-07-26 21:33:40.540739743 +0000 @@ -1,4 +0,0 @@ -5342abedb8fdc788e08c344d4122f2dc *tests/data/fate/vsynth_lena-mpeg4-qprd.avi -231454 tests/data/fate/vsynth_lena-mpeg4-qprd.avi -3071250e0864546c2455c9f9c9b8604e *tests/data/fate/vsynth_lena-mpeg4-qprd.out.rawvideo -stddev: 3.71 PSNR: 36.72 MAXDIFF: 61 bytes: 7603200/ 7603200 Test vsynth_lena-mpeg4-qprd failed. Look at tests/data/fate/vsynth_lena-mpeg4-qprd.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-mpeg4-qprd] Error 1 TEST vsynth_lena-mpeg4-nsse --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-mpeg4-nsse 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-mpeg4-nsse 2020-07-26 21:34:34.667341276 +0000 @@ -1,4 +0,0 @@ -f09593231b2137ae2064845c315b6a0b *tests/data/fate/vsynth_lena-mpeg4-nsse.avi -198438 tests/data/fate/vsynth_lena-mpeg4-nsse.avi -59864a1050e641eaed8b0ee077bc780b *tests/data/fate/vsynth_lena-mpeg4-nsse.out.rawvideo -stddev: 4.32 PSNR: 35.40 MAXDIFF: 60 bytes: 7603200/ 7603200 Test vsynth_lena-mpeg4-nsse failed. Look at tests/data/fate/vsynth_lena-mpeg4-nsse.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-mpeg4-nsse] Error 1 TEST vsynth_lena-msmpeg4 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-mpeg4-error 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-mpeg4-error 2020-07-26 21:34:27.354019336 +0000 @@ -1,4 +0,0 @@ -0126f46feb09b49144136be09ce6d26b *tests/data/fate/vsynth_lena-mpeg4-error.avi -180368 tests/data/fate/vsynth_lena-mpeg4-error.avi -4537ba5320f1ae0971cc6e329c366776 *tests/data/fate/vsynth_lena-mpeg4-error.out.rawvideo -stddev: 7.65 PSNR: 30.45 MAXDIFF: 158 bytes: 7603200/ 7603200 Test vsynth_lena-mpeg4-error failed. Look at tests/data/fate/vsynth_lena-mpeg4-error.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-mpeg4-error] Error 1 TEST vsynth_lena-msmpeg4v2 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-mpeg4-qpel 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-mpeg4-qpel 2020-07-26 21:33:50.850729152 +0000 @@ -1,4 +0,0 @@ -04d020deb9956fb2b5970a16986d688c *tests/data/fate/vsynth_lena-mpeg4-qpel.avi -163666 tests/data/fate/vsynth_lena-mpeg4-qpel.avi -e2ce994dbb66da51c2e1ad26617d7c2f *tests/data/fate/vsynth_lena-mpeg4-qpel.out.rawvideo -stddev: 3.97 PSNR: 36.14 MAXDIFF: 54 bytes: 7603200/ 7603200 Test vsynth_lena-mpeg4-qpel failed. Look at tests/data/fate/vsynth_lena-mpeg4-qpel.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-mpeg4-qpel] Error 1 TEST vsynth_lena-mpng --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-mpeg4-nr 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-mpeg4-nr 2020-07-26 21:34:31.444012958 +0000 @@ -1,4 +0,0 @@ -c1cf10bd999899bce94be0efd15c3605 *tests/data/fate/vsynth_lena-mpeg4-nr.avi -154998 tests/data/fate/vsynth_lena-mpeg4-nr.avi -d89cd5d0b1707f48fa9c4747c66d2d56 *tests/data/fate/vsynth_lena-mpeg4-nr.out.rawvideo -stddev: 4.73 PSNR: 34.63 MAXDIFF: 64 bytes: 7603200/ 7603200 Test vsynth_lena-mpeg4-nr failed. Look at tests/data/fate/vsynth_lena-mpeg4-nr.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-mpeg4-nr] Error 1 TEST vsynth_lena-msvideo1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-msmpeg4 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-msmpeg4 2020-07-26 21:34:45.067325152 +0000 @@ -1,4 +0,0 @@ -9f48dd3b88a931ba25963a02d33261ca *tests/data/fate/vsynth_lena-msmpeg4.avi -127664 tests/data/fate/vsynth_lena-msmpeg4.avi -bb14902d5850d6b0ab70fdb017855775 *tests/data/fate/vsynth_lena-msmpeg4.out.rawvideo -stddev: 5.33 PSNR: 33.58 MAXDIFF: 78 bytes: 7603200/ 7603200 Test vsynth_lena-msmpeg4 failed. Look at tests/data/fate/vsynth_lena-msmpeg4.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-msmpeg4] Error 1 TEST vsynth_lena-prores --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-msmpeg4v2 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-msmpeg4v2 2020-07-26 21:34:45.220658249 +0000 @@ -1,4 +0,0 @@ -7e3376dea39d44edd6ee3b0a59a87cbd *tests/data/fate/vsynth_lena-msmpeg4v2.avi -129922 tests/data/fate/vsynth_lena-msmpeg4v2.avi -537c114e1d47c54a4bccd31f4073e9bd *tests/data/fate/vsynth_lena-msmpeg4v2.out.rawvideo -stddev: 5.33 PSNR: 33.59 MAXDIFF: 79 bytes: 7603200/ 7603200 Test vsynth_lena-msmpeg4v2 failed. Look at tests/data/fate/vsynth_lena-msmpeg4v2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-msmpeg4v2] Error 1 TEST vsynth_lena-prores_int --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-mpng 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-mpng 2020-07-26 21:34:50.253983813 +0000 @@ -1,4 +0,0 @@ -319ca02f8465a9c53128442f4b0dd528 *tests/data/fate/vsynth_lena-mpng.avi -12558334 tests/data/fate/vsynth_lena-mpng.avi -98d0e2854731472c5bf13d8638502d0a *tests/data/fate/vsynth_lena-mpng.out.rawvideo -stddev: 1.26 PSNR: 46.10 MAXDIFF: 13 bytes: 7603200/ 7603200 Test vsynth_lena-mpng failed. Look at tests/data/fate/vsynth_lena-mpng.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-mpng] Error 1 TEST vsynth_lena-prores_444 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-prores 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth_lena-prores 2020-07-26 21:34:53.127312719 +0000 @@ -1,4 +0,0 @@ -eed04261f5d5878ea3b91321420270a0 *tests/data/fate/vsynth_lena-prores.mov -2844076 tests/data/fate/vsynth_lena-prores.mov -03fd29e3963716a09d232b6f817ecb57 *tests/data/fate/vsynth_lena-prores.out.rawvideo -stddev: 1.31 PSNR: 45.77 MAXDIFF: 11 bytes: 7603200/ 7603200 Test vsynth_lena-prores failed. Look at tests/data/fate/vsynth_lena-prores.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-prores] Error 1 TEST vsynth_lena-prores_444_int --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-prores_int 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth_lena-prores_int 2020-07-26 21:34:53.303979115 +0000 @@ -1,4 +0,0 @@ -f45bc9026780bbbcdbbcc0d54c21ef06 *tests/data/fate/vsynth_lena-prores_int.mov -3532698 tests/data/fate/vsynth_lena-prores_int.mov -eb5caa9824ca294f403cd13f33c40f23 *tests/data/fate/vsynth_lena-prores_int.out.rawvideo -stddev: 1.47 PSNR: 44.78 MAXDIFF: 12 bytes: 7603200/ 7603200 Test vsynth_lena-prores_int failed. Look at tests/data/fate/vsynth_lena-prores_int.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-prores_int] Error 1 TEST vsynth_lena-prores_ks --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-prores_444 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth_lena-prores_444 2020-07-26 21:35:08.513955797 +0000 @@ -1,4 +0,0 @@ -b8677f9e1da7be861e8b7207028b3a9e *tests/data/fate/vsynth_lena-prores_444.mov -4734395 tests/data/fate/vsynth_lena-prores_444.mov -a704e05e3e0a451edef7515b25a76bb8 *tests/data/fate/vsynth_lena-prores_444.out.rawvideo -stddev: 0.81 PSNR: 49.88 MAXDIFF: 8 bytes: 7603200/ 7603200 Test vsynth_lena-prores_444 failed. Look at tests/data/fate/vsynth_lena-prores_444.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-prores_444] Error 1 TEST vsynth_lena-qtrle --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-prores_444_int 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth_lena-prores_444_int 2020-07-26 21:35:19.503939065 +0000 @@ -1,4 +0,0 @@ -38195b0437f6ae1c910ba108e7a799d1 *tests/data/fate/vsynth_lena-prores_444_int.mov -5696258 tests/data/fate/vsynth_lena-prores_444_int.mov -466380156e4d2b811f4ffb9c5a8bca72 *tests/data/fate/vsynth_lena-prores_444_int.out.rawvideo -stddev: 0.88 PSNR: 49.23 MAXDIFF: 9 bytes: 7603200/ 7603200 Test vsynth_lena-prores_444_int failed. Look at tests/data/fate/vsynth_lena-prores_444_int.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-prores_444_int] Error 1 TEST vsynth_lena-qtrlegray --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-qtrle 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth_lena-qtrle 2020-07-26 21:35:56.177217233 +0000 @@ -1,4 +0,0 @@ -513ca7d64af25676f5f99f00e2287ced *tests/data/fate/vsynth_lena-qtrle.mov -14798345 tests/data/fate/vsynth_lena-qtrle.mov -98d0e2854731472c5bf13d8638502d0a *tests/data/fate/vsynth_lena-qtrle.out.rawvideo -stddev: 1.26 PSNR: 46.10 MAXDIFF: 13 bytes: 7603200/ 7603200 Test vsynth_lena-qtrle failed. Look at tests/data/fate/vsynth_lena-qtrle.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-qtrle] Error 1 TEST vsynth_lena-rgb --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-qtrlegray 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth_lena-qtrlegray 2020-07-26 21:36:05.107203951 +0000 @@ -1,4 +0,0 @@ -8db6b52b706a91f483c37eaa2f011cfe *tests/data/fate/vsynth_lena-qtrlegray.mov -5111283 tests/data/fate/vsynth_lena-qtrlegray.mov -d7bfbe259af9ae323bb94b09c33570a5 *tests/data/fate/vsynth_lena-qtrlegray.out.rawvideo -stddev: 18.65 PSNR: 22.72 MAXDIFF: 72 bytes: 7603200/ 7603200 Test vsynth_lena-qtrlegray failed. Look at tests/data/fate/vsynth_lena-qtrlegray.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-qtrlegray] Error 1 TEST vsynth_lena-bpp1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-bpp1 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-bpp1 2020-07-26 21:36:09.830530281 +0000 @@ -1,4 +0,0 @@ -8dc90696dabf220a8f4413af20e93073 *tests/data/fate/vsynth_lena-bpp1.avi -640460 tests/data/fate/vsynth_lena-bpp1.avi -6183ba861d4e48d4aaefc514fde270e5 *tests/data/fate/vsynth_lena-bpp1.out.rawvideo -stddev: 83.28 PSNR: 9.72 MAXDIFF: 215 bytes: 7603200/ 7603200 Test vsynth_lena-bpp1 failed. Look at tests/data/fate/vsynth_lena-bpp1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-bpp1] Error 1 TEST vsynth_lena-bpp15 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-rgb 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-rgb 2020-07-26 21:36:08.363865788 +0000 @@ -1,4 +0,0 @@ -6ffbbd6939b3fe9f5dcf036ee46aad2d *tests/data/fate/vsynth_lena-rgb.avi -15213252 tests/data/fate/vsynth_lena-rgb.avi -98d0e2854731472c5bf13d8638502d0a *tests/data/fate/vsynth_lena-rgb.out.rawvideo -stddev: 1.26 PSNR: 46.10 MAXDIFF: 13 bytes: 7603200/ 7603200 Test vsynth_lena-rgb failed. Look at tests/data/fate/vsynth_lena-rgb.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-rgb] Error 1 TEST vsynth_lena-mov-bgr24 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-bpp15 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-bpp15 2020-07-26 21:36:13.380525029 +0000 @@ -1,4 +0,0 @@ -64516ba947d531db2bccc2ecc338b7be *tests/data/fate/vsynth_lena-bpp15.avi -10144452 tests/data/fate/vsynth_lena-bpp15.avi -ccf6fc507e938e8cc5c2a97b644de51c *tests/data/fate/vsynth_lena-bpp15.out.rawvideo -stddev: 32.84 PSNR: 17.80 MAXDIFF: 92 bytes: 7603200/ 7603200 Test vsynth_lena-bpp15 failed. Look at tests/data/fate/vsynth_lena-bpp15.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-bpp15] Error 1 TEST vsynth_lena-mov-bpp15 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-mov-bgr24 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth_lena-mov-bgr24 2020-07-26 21:36:15.053855889 +0000 @@ -1,4 +0,0 @@ -3656f10647727ff16119ad54e11ed09d *tests/data/fate/vsynth_lena-mov-bgr24.mov -15207169 tests/data/fate/vsynth_lena-mov-bgr24.mov -98d0e2854731472c5bf13d8638502d0a *tests/data/fate/vsynth_lena-mov-bgr24.out.rawvideo -stddev: 1.26 PSNR: 46.10 MAXDIFF: 13 bytes: 7603200/ 7603200 Test vsynth_lena-mov-bgr24 failed. Look at tests/data/fate/vsynth_lena-mov-bgr24.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-mov-bgr24] Error 1 TEST vsynth_lena-mov-bpp16 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-mov-bpp15 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth_lena-mov-bpp15 2020-07-26 21:36:20.223848262 +0000 @@ -1,4 +0,0 @@ -846672fbdf449e0345cec63e1611661a *tests/data/fate/vsynth_lena-mov-bpp15.mov -10138329 tests/data/fate/vsynth_lena-mov-bpp15.mov -be0e64bdf519ce1097613063804eded9 *tests/data/fate/vsynth_lena-mov-bpp15.out.rawvideo -stddev: 2.16 PSNR: 41.43 MAXDIFF: 17 bytes: 7603200/ 7603200 Test vsynth_lena-mov-bpp15 failed. Look at tests/data/fate/vsynth_lena-mov-bpp15.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-mov-bpp15] Error 1 TEST vsynth_lena-roqvideo --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-mov-bpp16 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth_lena-mov-bpp16 2020-07-26 21:36:21.747179350 +0000 @@ -1,4 +0,0 @@ -f425fe7f36bd821d4afa260088542cf9 *tests/data/fate/vsynth_lena-mov-bpp16.mov -10138329 tests/data/fate/vsynth_lena-mov-bpp16.mov -789bfa1dc2a72f498928f2ae85e461c3 *tests/data/fate/vsynth_lena-mov-bpp16.out.rawvideo -stddev: 1.76 PSNR: 43.18 MAXDIFF: 17 bytes: 7603200/ 7603200 Test vsynth_lena-mov-bpp16 failed. Look at tests/data/fate/vsynth_lena-mov-bpp16.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-mov-bpp16] Error 1 TEST vsynth_lena-rv10 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-prores_ks 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth_lena-prores_ks 2020-07-26 21:35:21.700602399 +0000 @@ -1,4 +0,0 @@ -86b9932d5f78d0b5836533e972a37a65 *tests/data/fate/vsynth_lena-prores_ks.mov -3884596 tests/data/fate/vsynth_lena-prores_ks.mov -6cfe987de99cf8ac9d43bdc5cd150838 *tests/data/fate/vsynth_lena-prores_ks.out.rawvideo -stddev: 0.92 PSNR: 48.78 MAXDIFF: 10 bytes: 7603200/ 7603200 Test vsynth_lena-prores_ks failed. Look at tests/data/fate/vsynth_lena-prores_ks.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-prores_ks] Error 1 TEST vsynth_lena-rv20 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-rv10 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-rv10 2020-07-26 21:36:28.440502844 +0000 @@ -1,4 +0,0 @@ -33a2aae3351b0b2121f823057c0e226f *tests/data/fate/vsynth_lena-rv10.rm -154321 tests/data/fate/vsynth_lena-rv10.rm -b7d733ebedbaa04f49bf7493a907e223 *tests/data/fate/vsynth_lena-rv10.out.rawvideo -stddev: 5.43 PSNR: 33.42 MAXDIFF: 77 bytes: 7603200/ 7603200 Test vsynth_lena-rv10 failed. Look at tests/data/fate/vsynth_lena-rv10.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-rv10] Error 1 TEST vsynth_lena-snow --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-rv20 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-rv20 2020-07-26 21:36:28.597169279 +0000 @@ -1,4 +0,0 @@ -4d23a72fe7e29f98f38888804eacd111 *tests/data/fate/vsynth_lena-rv20.rm -153304 tests/data/fate/vsynth_lena-rv20.rm -6fa5dc1c2f00f858fc4895ad640891a2 *tests/data/fate/vsynth_lena-rv20.out.rawvideo -stddev: 5.48 PSNR: 33.35 MAXDIFF: 81 bytes: 7603200/ 7603200 Test vsynth_lena-rv20 failed. Look at tests/data/fate/vsynth_lena-rv20.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-rv20] Error 1 TEST vsynth_lena-snow-hpel --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-msvideo1 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-msvideo1 2020-07-26 21:34:50.633983226 +0000 @@ -1,4 +0,0 @@ -f2d42ddffd6546b6ca71bbb6e3b62c00 *tests/data/fate/vsynth_lena-msvideo1.avi -914564 tests/data/fate/vsynth_lena-msvideo1.avi -9a6ac7c0171286f009d159b59fdc1154 *tests/data/fate/vsynth_lena-msvideo1.out.rawvideo -stddev: 7.97 PSNR: 30.10 MAXDIFF: 123 bytes: 7603200/ 7603200 Test vsynth_lena-msvideo1 failed. Look at tests/data/fate/vsynth_lena-msvideo1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-msvideo1] Error 1 TEST vsynth_lena-snow-ll --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-snow-hpel 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-snow-hpel 2020-07-26 21:36:36.997156974 +0000 @@ -1,4 +0,0 @@ -56b14cb1cbb637536233982e87f7ac3e *tests/data/fate/vsynth_lena-snow-hpel.avi -61764 tests/data/fate/vsynth_lena-snow-hpel.avi -244b0266127fa354d8485234b2c388e4 *tests/data/fate/vsynth_lena-snow-hpel.out.rawvideo -stddev: 10.45 PSNR: 27.74 MAXDIFF: 119 bytes: 7603200/ 7603200 Test vsynth_lena-snow-hpel failed. Look at tests/data/fate/vsynth_lena-snow-hpel.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-snow-hpel] Error 1 TEST vsynth_lena-svq1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-snow 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-snow 2020-07-26 21:36:36.410491165 +0000 @@ -1,4 +0,0 @@ -8e96f337e8f4ccac7d72ef517e1d2208 *tests/data/fate/vsynth_lena-snow.avi -57680 tests/data/fate/vsynth_lena-snow.avi -90963cfd2359d460001c94d94256dc2b *tests/data/fate/vsynth_lena-snow.out.rawvideo -stddev: 10.48 PSNR: 27.72 MAXDIFF: 119 bytes: 7603200/ 7603200 Test vsynth_lena-snow failed. Look at tests/data/fate/vsynth_lena-snow.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-snow] Error 1 TEST vsynth_lena-r210 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-r210 2018-12-03 16:52:21.345222928 +0000 +++ tests/data/fate/vsynth_lena-r210 2020-07-26 21:38:12.840353058 +0000 @@ -1,4 +0,0 @@ -61fd53566d99b725e75212747b35893f *tests/data/fate/vsynth_lena-r210.avi -22125252 tests/data/fate/vsynth_lena-r210.avi -4b7425191bb6a7fc4ca0dc649d9ba202 *tests/data/fate/vsynth_lena-r210.out.rawvideo -stddev: 0.93 PSNR: 48.72 MAXDIFF: 11 bytes: 7603200/ 7603200 Test vsynth_lena-r210 failed. Look at tests/data/fate/vsynth_lena-r210.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-r210] Error 1 TEST vsynth_lena-v210 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-v210 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-v210 2020-07-26 21:38:22.850339035 +0000 @@ -1,4 +0,0 @@ -0e0db58fa269cffbfb15f81277fa2828 *tests/data/fate/vsynth_lena-v210.avi -14752452 tests/data/fate/vsynth_lena-v210.avi -7ba6e411e43c6b57c95c49d6848f41e6 *tests/data/fate/vsynth_lena-v210.out.rawvideo -stddev: 0.34 PSNR: 57.41 MAXDIFF: 6 bytes: 7603200/ 7603200 Test vsynth_lena-v210 failed. Look at tests/data/fate/vsynth_lena-v210.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-v210] Error 1 TEST vsynth_lena-v210-10 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-v210-10 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-v210-10 2020-07-26 21:38:25.930334732 +0000 @@ -1,4 +0,0 @@ -0d638c575c7784c2d445f7f7e3b889bc *tests/data/fate/vsynth_lena-v210-10.avi -14752452 tests/data/fate/vsynth_lena-v210-10.avi -a627fb50c8276200fd71383977d87ca3 *tests/data/fate/vsynth_lena-v210-10.out.rawvideo -stddev: 0.34 PSNR: 57.43 MAXDIFF: 6 bytes: 7603200/ 7603200 Test vsynth_lena-v210-10 failed. Look at tests/data/fate/vsynth_lena-v210-10.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-v210-10] Error 1 TEST vsynth_lena-v308 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-v308 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-v308 2020-07-26 21:38:29.010330433 +0000 @@ -1,4 +0,0 @@ -eabb002088244fa802b67aea78271641 *tests/data/fate/vsynth_lena-v308.avi -15213252 tests/data/fate/vsynth_lena-v308.avi -d43cb310c130c69214332d74f6ee5f9a *tests/data/fate/vsynth_lena-v308.out.rawvideo -stddev: 0.41 PSNR: 55.80 MAXDIFF: 7 bytes: 7603200/ 7603200 Test vsynth_lena-v308 failed. Look at tests/data/fate/vsynth_lena-v308.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-v308] Error 1 TEST vsynth_lena-v408 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-v408 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-v408 2020-07-26 21:38:32.853658409 +0000 @@ -1,4 +0,0 @@ -ba166cd36099177b3942b16cd2c200fc *tests/data/fate/vsynth_lena-v408.avi -20282052 tests/data/fate/vsynth_lena-v408.avi -dde5895817ad9d219f79a52d0bdfb001 *tests/data/fate/vsynth_lena-v408.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth_lena-v408 failed. Look at tests/data/fate/vsynth_lena-v408.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-v408] Error 1 TEST vsynth_lena-avui --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-avui 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth_lena-avui 2020-07-26 21:38:36.736986339 +0000 @@ -1,4 +0,0 @@ -7b670636544a60f4fb2c153e3caabdee *tests/data/fate/vsynth_lena-avui.mov -42625037 tests/data/fate/vsynth_lena-avui.mov -dde5895817ad9d219f79a52d0bdfb001 *tests/data/fate/vsynth_lena-avui.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth_lena-avui failed. Look at tests/data/fate/vsynth_lena-avui.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-avui] Error 1 TEST vsynth_lena-wmv1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-wmv1 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-wmv1 2020-07-26 21:38:42.756977975 +0000 @@ -1,4 +0,0 @@ -a9f43b25c3235a6cf922a2c5abd086e8 *tests/data/fate/vsynth_lena-wmv1.avi -129514 tests/data/fate/vsynth_lena-wmv1.avi -dec44e3c04db4fef49a7728f164d9159 *tests/data/fate/vsynth_lena-wmv1.out.rawvideo -stddev: 5.33 PSNR: 33.60 MAXDIFF: 77 bytes: 7603200/ 7603200 Test vsynth_lena-wmv1 failed. Look at tests/data/fate/vsynth_lena-wmv1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-wmv1] Error 1 TEST vsynth_lena-wmv2 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-wmv2 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-wmv2 2020-07-26 21:38:51.070299793 +0000 @@ -1,4 +0,0 @@ -62ef27d48181d8256ad476e02c536145 *tests/data/fate/vsynth_lena-wmv2.avi -129856 tests/data/fate/vsynth_lena-wmv2.avi -b4de16a0d302c52702f7a4362da989bc *tests/data/fate/vsynth_lena-wmv2.out.rawvideo -stddev: 5.33 PSNR: 33.59 MAXDIFF: 77 bytes: 7603200/ 7603200 Test vsynth_lena-wmv2 failed. Look at tests/data/fate/vsynth_lena-wmv2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-wmv2] Error 1 TEST vsynth_lena-yuv --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-yuv 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-yuv 2020-07-26 21:39:00.353620306 +0000 @@ -1,4 +0,0 @@ -2f4102cd4375383c0a3b6114a502996f *tests/data/fate/vsynth_lena-yuv.avi -7610052 tests/data/fate/vsynth_lena-yuv.avi -dde5895817ad9d219f79a52d0bdfb001 *tests/data/fate/vsynth_lena-yuv.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth_lena-yuv failed. Look at tests/data/fate/vsynth_lena-yuv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-yuv] Error 1 TEST vsynth_lena-xface --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-snow-ll 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-snow-ll 2020-07-26 21:37:21.220426280 +0000 @@ -1,4 +0,0 @@ -c0b349dadc1d1714960df23b7c92961c *tests/data/fate/vsynth_lena-snow-ll.avi -2721750 tests/data/fate/vsynth_lena-snow-ll.avi -dde5895817ad9d219f79a52d0bdfb001 *tests/data/fate/vsynth_lena-snow-ll.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth_lena-snow-ll failed. Look at tests/data/fate/vsynth_lena-snow-ll.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-snow-ll] Error 1 TEST vsynth_lena-yuv4 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-xface 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-xface 2020-07-26 21:39:02.313617605 +0000 @@ -1,4 +0,0 @@ -0dd4e19b989cb102ffb06768740d940f *tests/data/fate/vsynth_lena-xface.nut -17551 tests/data/fate/vsynth_lena-xface.nut -88ff6155a8b88872e6581d08febdb050 *tests/data/fate/vsynth_lena-xface.out.rawvideo -stddev: 99.20 PSNR: 8.20 MAXDIFF: 238 bytes: 7603200/ 7603200 Test vsynth_lena-xface failed. Look at tests/data/fate/vsynth_lena-xface.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-xface] Error 1 TEST vsynth_lena-y41p --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-yuv4 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-yuv4 2020-07-26 21:39:04.540281206 +0000 @@ -1,4 +0,0 @@ -0686b8b4cbd3398f8b9f9d8c12922442 *tests/data/fate/vsynth_lena-yuv4.avi -7610052 tests/data/fate/vsynth_lena-yuv4.avi -dde5895817ad9d219f79a52d0bdfb001 *tests/data/fate/vsynth_lena-yuv4.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth_lena-yuv4 failed. Look at tests/data/fate/vsynth_lena-yuv4.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-yuv4] Error 1 TEST vsynth_lena-zlib --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-y41p 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-y41p 2020-07-26 21:39:06.173612293 +0000 @@ -1,4 +0,0 @@ -159548ec0881286674e4a1bd75b89f9e *tests/data/fate/vsynth_lena-y41p.avi -7610052 tests/data/fate/vsynth_lena-y41p.avi -d27a84ccdac09055724d122e03fea82a *tests/data/fate/vsynth_lena-y41p.out.rawvideo -stddev: 1.07 PSNR: 47.54 MAXDIFF: 21 bytes: 7603200/ 7603200 Test vsynth_lena-y41p failed. Look at tests/data/fate/vsynth_lena-y41p.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-y41p] Error 1 TEST filter-amix-simple TEST filter-amix-first TEST filter-amix-transition --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-svq1 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth_lena-svq1 2020-07-26 21:37:52.653714841 +0000 @@ -1,4 +0,0 @@ -a6398d8fd306cfe96dc41060335e67e8 *tests/data/fate/vsynth_lena-svq1.mov -766701 tests/data/fate/vsynth_lena-svq1.mov -aa03471dac3f49455a33a2b19fda1098 *tests/data/fate/vsynth_lena-svq1.out.rawvideo -stddev: 3.23 PSNR: 37.93 MAXDIFF: 61 bytes: 7603200/ 7603200 Test vsynth_lena-svq1 failed. Look at tests/data/fate/vsynth_lena-svq1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-svq1] Error 1 TEST gaplessenc-pcm-to-mov-aac LD tools/venc_data_dump --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-zlib 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-zlib 2020-07-26 21:39:06.863611344 +0000 @@ -1,4 +0,0 @@ -abbfccc551b173a357024d8392de21dd *tests/data/fate/vsynth_lena-zlib.avi -12517180 tests/data/fate/vsynth_lena-zlib.avi -98d0e2854731472c5bf13d8638502d0a *tests/data/fate/vsynth_lena-zlib.out.rawvideo -stddev: 1.26 PSNR: 46.10 MAXDIFF: 13 bytes: 7603200/ 7603200 Test vsynth_lena-zlib failed. Look at tests/data/fate/vsynth_lena-zlib.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:255: fate-vsynth_lena-zlib] Error 1 TEST mts2 TEST lavf-fate-av1.mp4 TEST lavf-fate-av1.mkv TEST lavf-fate-h264.mp4 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 segment-adts-to-mkv-header-000 TEST segment-adts-to-mkv-header-001 TEST segment-adts-to-mkv-header-002 TEST segment-adts-to-mkv-header-all TEST v410enc TEST copy-apng TEST mov-faststart-4gb-overflow TEST checkasm-aacpsdsp TEST checkasm-af_afir TEST checkasm-alacdsp TEST checkasm-audiodsp TEST checkasm-blockdsp TEST checkasm-bswapdsp --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-roqvideo 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-roqvideo 2020-07-26 21:36:27.080504841 +0000 @@ -1,4 +0,0 @@ -1a43cd71c91f2ef42d11a81419bff3bd *tests/data/fate/vsynth_lena-roqvideo.roq -94810 tests/data/fate/vsynth_lena-roqvideo.roq -97cda6096430c0ab7a43a0e120cd3e91 *tests/data/fate/vsynth_lena-roqvideo.out.rawvideo -stddev: 3.81 PSNR: 36.50 MAXDIFF: 49 bytes: 7603200/ 760320 Test vsynth_lena-roqvideo failed. Look at tests/data/fate/vsynth_lena-roqvideo.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth_lena-roqvideo] Error 1 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-opusdsp TEST checkasm-pixblockdsp TEST checkasm-sbrdsp TEST checkasm-synth_filter TEST checkasm-sw_rgb TEST checkasm-sw_scale TEST checkasm-v210dec TEST checkasm-v210enc TEST checkasm-vf_blend TEST checkasm-vf_colorspace TEST checkasm-vf_eq TEST checkasm-vf_gblur 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 concat-demuxer-extended-lavf-mxf_d10 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 TEST crc cpu_flags(raw) = 0x000FD3DB cpu_flags_str(raw) = mmx mmxext sse sse2 sse3 ssse3 sse4.1 sse4.2 avx fma3 cmov avx2 bmi1 bmi2 aesni cpu_flags(effective) = 0x000FD3DB cpu_flags_str(effective) = mmx mmxext sse sse2 sse3 ssse3 sse4.1 sse4.2 avx fma3 cmov avx2 bmi1 bmi2 aesni threads = 1 (cpu_count = 8) 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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-asv1 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-asv1 2020-07-26 21:44:38.869843859 +0000 @@ -1,4 +0,0 @@ -375a52cafcd2b2d7bd2fc2841e945bf8 *tests/data/fate/vsynth2-asv1.avi -836556 tests/data/fate/vsynth2-asv1.avi -da15fb1affc65904161dc37eff4cdc7a *tests/data/fate/vsynth2-asv1.out.rawvideo -stddev: 5.78 PSNR: 32.88 MAXDIFF: 75 bytes: 7603200/ 7603200 Test vsynth2-asv1 failed. Look at tests/data/fate/vsynth2-asv1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-asv1] Error 1 TEST vsynth2-cinepak --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-asv2 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-asv2 2020-07-26 21:44:42.676505756 +0000 @@ -1,4 +0,0 @@ -ad6e4a2adf55b04ba42bea1db19d360f *tests/data/fate/vsynth2-asv2.avi -822232 tests/data/fate/vsynth2-asv2.avi -15329433bcccfb9ca874d949423cef47 *tests/data/fate/vsynth2-asv2.out.rawvideo -stddev: 5.13 PSNR: 33.92 MAXDIFF: 50 bytes: 7603200/ 7603200 Test vsynth2-asv2 failed. Look at tests/data/fate/vsynth2-asv2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-asv2] Error 1 TEST vsynth2-cljr --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-amv 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-amv 2020-07-26 21:44:38.439844397 +0000 @@ -1,4 +0,0 @@ -a77c55410820d0e0883c76f557774bcf *tests/data/fate/vsynth2-amv.avi -912552 tests/data/fate/vsynth2-amv.avi -5b7fe07a366b176e35d2564ecf95ebe9 *tests/data/fate/vsynth2-amv.out.rawvideo -stddev: 4.91 PSNR: 34.31 MAXDIFF: 71 bytes: 7603200/ 7603200 Test vsynth2-amv failed. Look at tests/data/fate/vsynth2-amv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-amv] Error 1 TEST vsynth2-dnxhd-720p --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-cljr 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-cljr 2020-07-26 21:44:49.073164418 +0000 @@ -1,4 +0,0 @@ -4ccffc9ea4a5e260b9867b03d127f85c *tests/data/fate/vsynth2-cljr.avi -5075652 tests/data/fate/vsynth2-cljr.avi -14e64b6e6c1d7fdefbb111920911f301 *tests/data/fate/vsynth2-cljr.out.rawvideo -stddev: 3.34 PSNR: 37.65 MAXDIFF: 37 bytes: 7603200/ 7603200 Test vsynth2-cljr failed. Look at tests/data/fate/vsynth2-cljr.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-cljr] Error 1 TEST vsynth2-dnxhd-720p-rd TEST vsynth2-dnxhd-720p-10bit --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-dnxhd-720p 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-dnxhd-720p 2020-07-26 21:44:49.203164255 +0000 @@ -1,4 +0,0 @@ -3bb2d4fe12b49eae830918d68bde0675 *tests/data/fate/vsynth2-dnxhd-720p.dnxhd -2293760 tests/data/fate/vsynth2-dnxhd-720p.dnxhd -bf3c208086609fea7cb40a9ad97b1fd4 *tests/data/fate/vsynth2-dnxhd-720p.out.rawvideo -stddev: 1.52 PSNR: 44.49 MAXDIFF: 31 bytes: 7603200/ 760320 Test vsynth2-dnxhd-720p failed. Look at tests/data/fate/vsynth2-dnxhd-720p.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-dnxhd-720p] Error 1 TEST vsynth2-dnxhd-720p-hr-lb --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-dnxhd-720p-10bit 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-dnxhd-720p-10bit 2020-07-26 21:45:00.769816475 +0000 @@ -1,4 +0,0 @@ -e49cb87f69acc809aee55d64990c84a9 *tests/data/fate/vsynth2-dnxhd-720p-10bit.dnxhd -2293760 tests/data/fate/vsynth2-dnxhd-720p-10bit.dnxhd -1e6e1ef90e5c9b16a80acc17fde596ff *tests/data/fate/vsynth2-dnxhd-720p-10bit.out.rawvideo -stddev: 1.54 PSNR: 44.36 MAXDIFF: 31 bytes: 7603200/ 760320 Test vsynth2-dnxhd-720p-10bit failed. Look at tests/data/fate/vsynth2-dnxhd-720p-10bit.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-dnxhd-720p-10bit] Error 1 TEST vsynth2-dnxhd-edge1-hr --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-dnxhd-edge1-hr 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-dnxhd-edge1-hr 2020-07-26 21:45:18.126461524 +0000 @@ -1,4 +0,0 @@ -e0837e973c1f03330f57194be254eb62 *tests/data/fate/vsynth2-dnxhd-edge1-hr.dnxhd -81920 tests/data/fate/vsynth2-dnxhd-edge1-hr.dnxhd -3fc73167079a12e181613b6578598cb0 *tests/data/fate/vsynth2-dnxhd-edge1-hr.out.rawvideo -stddev: 7.01 PSNR: 31.21 MAXDIFF: 107 bytes: 7603200/ 760320 Test vsynth2-dnxhd-edge1-hr failed. Look at tests/data/fate/vsynth2-dnxhd-edge1-hr.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-dnxhd-edge1-hr] Error 1 TEST vsynth2-dnxhd-edge2-hr --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-dnxhd-edge2-hr 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-dnxhd-edge2-hr 2020-07-26 21:45:21.333124205 +0000 @@ -1,4 +0,0 @@ -cc7d61221237f08493c2c4405742593c *tests/data/fate/vsynth2-dnxhd-edge2-hr.dnxhd -81920 tests/data/fate/vsynth2-dnxhd-edge2-hr.dnxhd -58370b3a671e9a1aaa3ff0f04f6b65ff *tests/data/fate/vsynth2-dnxhd-edge2-hr.out.rawvideo -stddev: 6.77 PSNR: 31.52 MAXDIFF: 106 bytes: 7603200/ 760320 Test vsynth2-dnxhd-edge2-hr failed. Look at tests/data/fate/vsynth2-dnxhd-edge2-hr.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-dnxhd-edge2-hr] Error 1 TEST vsynth2-dnxhd-edge3-hr --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-dnxhd-edge3-hr 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-dnxhd-edge3-hr 2020-07-26 21:45:24.759786615 +0000 @@ -1,4 +0,0 @@ -4b9649af0908c027c57432cbbacd5bc5 *tests/data/fate/vsynth2-dnxhd-edge3-hr.dnxhd -81920 tests/data/fate/vsynth2-dnxhd-edge3-hr.dnxhd -a32d6ce6d693cbeb35b93a97fb68c088 *tests/data/fate/vsynth2-dnxhd-edge3-hr.out.rawvideo -stddev: 7.45 PSNR: 30.68 MAXDIFF: 111 bytes: 7603200/ 760320 Test vsynth2-dnxhd-edge3-hr failed. Look at tests/data/fate/vsynth2-dnxhd-edge3-hr.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-dnxhd-edge3-hr] Error 1 TEST vsynth2-dnxhd-4k-hr-lb --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-dnxhd-720p-hr-lb 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-dnxhd-720p-hr-lb 2020-07-26 21:45:05.366477409 +0000 @@ -1,4 +0,0 @@ -cefe318822be828a03c9eab92f4b2187 *tests/data/fate/vsynth2-dnxhd-720p-hr-lb.dnxhd -409600 tests/data/fate/vsynth2-dnxhd-720p-hr-lb.dnxhd -d7a6f4bdb30f2b24bc6d4df890e03957 *tests/data/fate/vsynth2-dnxhd-720p-hr-lb.out.rawvideo -stddev: 1.94 PSNR: 42.37 MAXDIFF: 35 bytes: 7603200/ 760320 Test vsynth2-dnxhd-720p-hr-lb failed. Look at tests/data/fate/vsynth2-dnxhd-720p-hr-lb.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-dnxhd-720p-hr-lb] Error 1 TEST vsynth2-dnxhd-2k-hr-hq --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-dnxhd-2k-hr-hq 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-dnxhd-2k-hr-hq 2020-07-26 21:45:29.053114619 +0000 @@ -1,4 +0,0 @@ -dea0fb4bd16c552837e4ad0ddd67194a *tests/data/fate/vsynth2-dnxhd-2k-hr-hq.dnxhd -4894720 tests/data/fate/vsynth2-dnxhd-2k-hr-hq.dnxhd -5fc4378c1f2e577e4366baa9b22cbda3 *tests/data/fate/vsynth2-dnxhd-2k-hr-hq.out.rawvideo -stddev: 1.56 PSNR: 44.26 MAXDIFF: 34 bytes: 7603200/ 760320 Test vsynth2-dnxhd-2k-hr-hq failed. Look at tests/data/fate/vsynth2-dnxhd-2k-hr-hq.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-dnxhd-2k-hr-hq] Error 1 TEST vsynth2-dnxhd-uhd-hr-sq --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-dnxhd-720p-rd 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-dnxhd-720p-rd 2020-07-26 21:44:57.269820843 +0000 @@ -1,4 +0,0 @@ -b723c7412a4c93f500b917ad721f6d21 *tests/data/fate/vsynth2-dnxhd-720p-rd.dnxhd -2293760 tests/data/fate/vsynth2-dnxhd-720p-rd.dnxhd -b7c5de5578317654792c6ea31bfeeb7d *tests/data/fate/vsynth2-dnxhd-720p-rd.out.rawvideo -stddev: 1.52 PSNR: 44.48 MAXDIFF: 31 bytes: 7603200/ 760320 Test vsynth2-dnxhd-720p-rd failed. Look at tests/data/fate/vsynth2-dnxhd-720p-rd.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-dnxhd-720p-rd] Error 1 TEST vsynth2-vc2-420p --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-vc2-420p 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth2-vc2-420p 2020-07-26 21:46:09.326398171 +0000 @@ -1,4 +0,0 @@ -78daa3a27c0630aa37024121a43a7908 *tests/data/fate/vsynth2-vc2-420p.mov -860743 tests/data/fate/vsynth2-vc2-420p.mov -01389f7ae4f2a3dc0d7b8384d435fd83 *tests/data/fate/vsynth2-vc2-420p.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 760320 Test vsynth2-vc2-420p failed. Look at tests/data/fate/vsynth2-vc2-420p.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-vc2-420p] Error 1 TEST vsynth2-vc2-420p10 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-vc2-420p10 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth2-vc2-420p10 2020-07-26 21:46:13.356393209 +0000 @@ -1,4 +0,0 @@ -e4627f308056d82de52a849b3a07b415 *tests/data/fate/vsynth2-vc2-420p10.mov -1181271 tests/data/fate/vsynth2-vc2-420p10.mov -01389f7ae4f2a3dc0d7b8384d435fd83 *tests/data/fate/vsynth2-vc2-420p10.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 760320 Test vsynth2-vc2-420p10 failed. Look at tests/data/fate/vsynth2-vc2-420p10.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-vc2-420p10] Error 1 TEST vsynth2-vc2-420p12 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-vc2-420p12 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth2-vc2-420p12 2020-07-26 21:46:17.703054528 +0000 @@ -1,4 +0,0 @@ -8ff2cd721eae2e95d91568dde88a9970 *tests/data/fate/vsynth2-vc2-420p12.mov -1525079 tests/data/fate/vsynth2-vc2-420p12.mov -01389f7ae4f2a3dc0d7b8384d435fd83 *tests/data/fate/vsynth2-vc2-420p12.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 760320 Test vsynth2-vc2-420p12 failed. Look at tests/data/fate/vsynth2-vc2-420p12.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-vc2-420p12] Error 1 TEST vsynth2-vc2-422p --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-vc2-422p 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth2-vc2-422p 2020-07-26 21:46:22.283048898 +0000 @@ -1,4 +0,0 @@ -2a5213e25c03b60685e8467dfb11883c *tests/data/fate/vsynth2-vc2-422p.mov -1035207 tests/data/fate/vsynth2-vc2-422p.mov -c14eb0038a5dba9382f42f750d46ed3c *tests/data/fate/vsynth2-vc2-422p.out.rawvideo -stddev: 0.35 PSNR: 57.21 MAXDIFF: 7 bytes: 7603200/ 760320 Test vsynth2-vc2-422p failed. Look at tests/data/fate/vsynth2-vc2-422p.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-vc2-422p] Error 1 TEST vsynth2-vc2-422p10 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-vc2-422p10 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth2-vc2-422p10 2020-07-26 21:46:27.046376381 +0000 @@ -1,4 +0,0 @@ -6a99394db4353cc092e6bd9697e836ef *tests/data/fate/vsynth2-vc2-422p10.mov -1321687 tests/data/fate/vsynth2-vc2-422p10.mov -8f629e5cea24cc804d6aeadceacf0b2a *tests/data/fate/vsynth2-vc2-422p10.out.rawvideo -stddev: 0.37 PSNR: 56.66 MAXDIFF: 7 bytes: 7603200/ 760320 Test vsynth2-vc2-422p10 failed. Look at tests/data/fate/vsynth2-vc2-422p10.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-vc2-422p10] Error 1 TEST vsynth2-vc2-422p12 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-vc2-422p12 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth2-vc2-422p12 2020-07-26 21:46:32.433036437 +0000 @@ -1,4 +0,0 @@ -ef1f1484a569008ba64803f25b06df54 *tests/data/fate/vsynth2-vc2-422p12.mov -1752535 tests/data/fate/vsynth2-vc2-422p12.mov -7241b922e7c17d14701567db6c743a9e *tests/data/fate/vsynth2-vc2-422p12.out.rawvideo -stddev: 0.37 PSNR: 56.73 MAXDIFF: 7 bytes: 7603200/ 760320 Test vsynth2-vc2-422p12 failed. Look at tests/data/fate/vsynth2-vc2-422p12.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-vc2-422p12] Error 1 TEST vsynth2-vc2-444p --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-vc2-444p 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth2-vc2-444p 2020-07-26 21:46:38.166362741 +0000 @@ -1,4 +0,0 @@ -a2cae781cdec41c7128a6cc71fbf6b3b *tests/data/fate/vsynth2-vc2-444p.mov -1202386 tests/data/fate/vsynth2-vc2-444p.mov -6b35f3ddc3b52f4424237d4191a2461f *tests/data/fate/vsynth2-vc2-444p.out.rawvideo -stddev: 0.44 PSNR: 55.07 MAXDIFF: 10 bytes: 7603200/ 760320 Test vsynth2-vc2-444p failed. Look at tests/data/fate/vsynth2-vc2-444p.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-vc2-444p] Error 1 TEST vsynth2-vc2-444p10 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-vc2-444p10 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth2-vc2-444p10 2020-07-26 21:46:43.896355723 +0000 @@ -1,4 +0,0 @@ -77b67d38ccb0d0e8d6c0af256afb1496 *tests/data/fate/vsynth2-vc2-444p10.mov -1603927 tests/data/fate/vsynth2-vc2-444p10.mov -d5c80ee1881a0306b0487e3c868529a3 *tests/data/fate/vsynth2-vc2-444p10.out.rawvideo -stddev: 0.48 PSNR: 54.46 MAXDIFF: 10 bytes: 7603200/ 760320 Test vsynth2-vc2-444p10 failed. Look at tests/data/fate/vsynth2-vc2-444p10.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-vc2-444p10] Error 1 TEST vsynth2-vc2-444p12 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-vc2-444p12 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth2-vc2-444p12 2020-07-26 21:46:50.036348210 +0000 @@ -1,4 +0,0 @@ -1b535238247c0cdca338f2927e2c8c37 *tests/data/fate/vsynth2-vc2-444p12.mov -2145499 tests/data/fate/vsynth2-vc2-444p12.mov -38836be5c12b951c9b280d15fe3b31ce *tests/data/fate/vsynth2-vc2-444p12.out.rawvideo -stddev: 0.48 PSNR: 54.46 MAXDIFF: 10 bytes: 7603200/ 760320 Test vsynth2-vc2-444p12 failed. Look at tests/data/fate/vsynth2-vc2-444p12.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-vc2-444p12] Error 1 TEST vsynth2-vc2-thaar --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-vc2-thaar 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth2-vc2-thaar 2020-07-26 21:46:57.223006092 +0000 @@ -1,4 +0,0 @@ -866641af5f57980f9da4c78c105155f1 *tests/data/fate/vsynth2-vc2-thaar.mov -1470300 tests/data/fate/vsynth2-vc2-thaar.mov -8f629e5cea24cc804d6aeadceacf0b2a *tests/data/fate/vsynth2-vc2-thaar.out.rawvideo -stddev: 0.37 PSNR: 56.66 MAXDIFF: 7 bytes: 7603200/ 760320 Test vsynth2-vc2-thaar failed. Look at tests/data/fate/vsynth2-vc2-thaar.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-vc2-thaar] Error 1 TEST vsynth2-vc2-t5_3 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-vc2-t5_3 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth2-vc2-t5_3 2020-07-26 21:47:02.272999925 +0000 @@ -1,4 +0,0 @@ -89aa19c48c8f1ba7c418102706980efa *tests/data/fate/vsynth2-vc2-t5_3.mov -1335772 tests/data/fate/vsynth2-vc2-t5_3.mov -8f629e5cea24cc804d6aeadceacf0b2a *tests/data/fate/vsynth2-vc2-t5_3.out.rawvideo -stddev: 0.37 PSNR: 56.66 MAXDIFF: 7 bytes: 7603200/ 760320 Test vsynth2-vc2-t5_3 failed. Look at tests/data/fate/vsynth2-vc2-t5_3.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-vc2-t5_3] Error 1 TEST vsynth2-dnxhd-1080i --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-dnxhd-1080i 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth2-dnxhd-1080i 2020-07-26 21:47:07.316327106 +0000 @@ -1,4 +0,0 @@ -0067903558c99e3abed402ed65297735 *tests/data/fate/vsynth2-dnxhd-1080i.mov -3031911 tests/data/fate/vsynth2-dnxhd-1080i.mov -e941d2587cfeccddc450da7f41f7f911 *tests/data/fate/vsynth2-dnxhd-1080i.out.rawvideo -stddev: 1.50 PSNR: 44.56 MAXDIFF: 31 bytes: 7603200/ 760320 Test vsynth2-dnxhd-1080i failed. Look at tests/data/fate/vsynth2-dnxhd-1080i.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-dnxhd-1080i] Error 1 TEST vsynth2-dnxhd-1080i-10bit --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-dnxhd-uhd-hr-sq 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-dnxhd-uhd-hr-sq 2020-07-26 21:46:05.456402938 +0000 @@ -1,4 +0,0 @@ -63b4e6456d98b12d5d88617e21a56220 *tests/data/fate/vsynth2-dnxhd-uhd-hr-sq.dnxhd -12042240 tests/data/fate/vsynth2-dnxhd-uhd-hr-sq.dnxhd -6f480e2c0c106b172d4d477ca0cba130 *tests/data/fate/vsynth2-dnxhd-uhd-hr-sq.out.rawvideo -stddev: 1.52 PSNR: 44.46 MAXDIFF: 33 bytes: 7603200/ 760320 Test vsynth2-dnxhd-uhd-hr-sq failed. Look at tests/data/fate/vsynth2-dnxhd-uhd-hr-sq.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-dnxhd-uhd-hr-sq] Error 1 TEST vsynth2-dnxhd-1080i-colr --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-dnxhd-4k-hr-lb 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-dnxhd-4k-hr-lb 2020-07-26 21:45:28.086449152 +0000 @@ -1,4 +0,0 @@ -90a59e7600362d156922be89aa966199 *tests/data/fate/vsynth2-dnxhd-4k-hr-lb.dnxhd -3993600 tests/data/fate/vsynth2-dnxhd-4k-hr-lb.dnxhd -ed9d27aa5a9686cf0055085c5157ff7a *tests/data/fate/vsynth2-dnxhd-4k-hr-lb.out.rawvideo -stddev: 1.51 PSNR: 44.54 MAXDIFF: 32 bytes: 7603200/ 760320 Test vsynth2-dnxhd-4k-hr-lb failed. Look at tests/data/fate/vsynth2-dnxhd-4k-hr-lb.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-dnxhd-4k-hr-lb] Error 1 TEST vsynth2-dnxhd-hr-lb-mov --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-dnxhd-1080i-10bit 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth2-dnxhd-1080i-10bit 2020-07-26 21:47:52.276272464 +0000 @@ -1,4 +0,0 @@ -16e86953a697e1e7f9d80903ff4fef0c *tests/data/fate/vsynth2-dnxhd-1080i-10bit.mov -4588391 tests/data/fate/vsynth2-dnxhd-1080i-10bit.mov -e4ca9be476869afb94962d945f90bdf6 *tests/data/fate/vsynth2-dnxhd-1080i-10bit.out.rawvideo -stddev: 1.57 PSNR: 44.18 MAXDIFF: 33 bytes: 7603200/ 760320 Test vsynth2-dnxhd-1080i-10bit failed. Look at tests/data/fate/vsynth2-dnxhd-1080i-10bit.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-dnxhd-1080i-10bit] Error 1 TEST vsynth2-dnxhd-hr-sq-mov --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-dnxhd-1080i-colr 2020-04-13 20:23:33.218138847 +0000 +++ tests/data/fate/vsynth2-dnxhd-1080i-colr 2020-07-26 21:47:57.076266652 +0000 @@ -1,4 +0,0 @@ -eee674d012c850c1d2bb5e816b668cdf *tests/data/fate/vsynth2-dnxhd-1080i-colr.mov -3031929 tests/data/fate/vsynth2-dnxhd-1080i-colr.mov -ec40a8014b819d02951b2f06bee7b514 *tests/data/fate/vsynth2-dnxhd-1080i-colr.out.rawvideo -stddev: 1.54 PSNR: 44.33 MAXDIFF: 33 bytes: 7603200/ 760320 Test vsynth2-dnxhd-1080i-colr failed. Look at tests/data/fate/vsynth2-dnxhd-1080i-colr.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-dnxhd-1080i-colr] Error 1 TEST vsynth2-dnxhd-hr-hq-mov --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-dnxhd-hr-sq-mov 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth2-dnxhd-hr-sq-mov 2020-07-26 21:48:25.856231891 +0000 @@ -1,4 +0,0 @@ -2398b73a57a5ae4c4cd54b3ebb796bfb *tests/data/fate/vsynth2-dnxhd-hr-sq-mov.mov -2560763 tests/data/fate/vsynth2-dnxhd-hr-sq-mov.mov -ba86d472b3f160e2f1d00cf569231e3f *tests/data/fate/vsynth2-dnxhd-hr-sq-mov.out.rawvideo -stddev: 1.58 PSNR: 44.13 MAXDIFF: 35 bytes: 7603200/ 760320 Test vsynth2-dnxhd-hr-sq-mov failed. Look at tests/data/fate/vsynth2-dnxhd-hr-sq-mov.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-dnxhd-hr-sq-mov] Error 1 TEST vsynth2-dv --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-dnxhd-hr-hq-mov 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth2-dnxhd-hr-hq-mov 2020-07-26 21:48:42.342878708 +0000 @@ -1,4 +0,0 @@ -a71fffeebf680f52aaae2df02b85d2fe *tests/data/fate/vsynth2-dnxhd-hr-hq-mov.mov -4772599 tests/data/fate/vsynth2-dnxhd-hr-hq-mov.mov -9c087836b5e07bddb96533d27939219f *tests/data/fate/vsynth2-dnxhd-hr-hq-mov.out.rawvideo -stddev: 1.56 PSNR: 44.25 MAXDIFF: 33 bytes: 7603200/ 760320 Test vsynth2-dnxhd-hr-hq-mov failed. Look at tests/data/fate/vsynth2-dnxhd-hr-hq-mov.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-dnxhd-hr-hq-mov] Error 1 TEST vsynth2-dv-411 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-dv 2017-08-08 19:06:43.766486747 +0000 +++ tests/data/fate/vsynth2-dv 2020-07-26 21:48:52.006200427 +0000 @@ -1,4 +0,0 @@ -6a059698f1f619312dd91504697cca98 *tests/data/fate/vsynth2-dv.dv -7200000 tests/data/fate/vsynth2-dv.dv -528fd407b6d19f5fe3b3446a3080d148 *tests/data/fate/vsynth2-dv.out.rawvideo -stddev: 1.99 PSNR: 42.13 MAXDIFF: 38 bytes: 7603200/ 7603200 Test vsynth2-dv failed. Look at tests/data/fate/vsynth2-dv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-dv] Error 1 TEST vsynth2-dv-50 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-dv-411 2017-08-08 19:06:43.766486747 +0000 +++ tests/data/fate/vsynth2-dv-411 2020-07-26 21:49:15.576172161 +0000 @@ -1,4 +0,0 @@ -a4afd3c595b4242fb5f1329c82a0b0c2 *tests/data/fate/vsynth2-dv-411.dv -7200000 tests/data/fate/vsynth2-dv-411.dv -1ef9bd89b72a942c02571f32af03bb04 *tests/data/fate/vsynth2-dv-411.out.rawvideo -stddev: 3.48 PSNR: 37.29 MAXDIFF: 56 bytes: 7603200/ 7603200 Test vsynth2-dv-411 failed. Look at tests/data/fate/vsynth2-dv-411.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-dv-411] Error 1 TEST vsynth2-dv-hd --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-dv-50 2017-08-08 19:06:43.766486747 +0000 +++ tests/data/fate/vsynth2-dv-50 2020-07-26 21:49:27.829490833 +0000 @@ -1,4 +0,0 @@ -8774632954e780697c472d945c597daf *tests/data/fate/vsynth2-dv-50.dv -14400000 tests/data/fate/vsynth2-dv-50.dv -11167de05c205f974d462f91f56eb837 *tests/data/fate/vsynth2-dv-50.out.rawvideo -stddev: 0.86 PSNR: 49.43 MAXDIFF: 17 bytes: 7603200/ 7603200 Test vsynth2-dv-50 failed. Look at tests/data/fate/vsynth2-dv-50.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-dv-50] Error 1 TEST vsynth2-dv-fhd --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-dnxhd-hr-lb-mov 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth2-dnxhd-hr-lb-mov 2020-07-26 21:48:20.962904458 +0000 @@ -1,4 +0,0 @@ -6a514f231b36542a3bc6af90bbc04dcd *tests/data/fate/vsynth2-dnxhd-hr-lb-mov.mov -3748599 tests/data/fate/vsynth2-dnxhd-hr-lb-mov.mov -6d4cdd8822ead300690af9ce52db037c *tests/data/fate/vsynth2-dnxhd-hr-lb-mov.out.rawvideo -stddev: 1.52 PSNR: 44.49 MAXDIFF: 33 bytes: 7603200/ 760320 Test vsynth2-dnxhd-hr-lb-mov failed. Look at tests/data/fate/vsynth2-dnxhd-hr-lb-mov.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-dnxhd-hr-lb-mov] Error 1 TEST vsynth2-ffv1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-dv-hd 2019-11-13 17:24:18.523463998 +0000 +++ tests/data/fate/vsynth2-dv-hd 2020-07-26 21:49:49.669464756 +0000 @@ -1,4 +0,0 @@ -4270e5d552e0a05193f44bff75c2d271 *tests/data/fate/vsynth2-dv-hd.dv -14400000 tests/data/fate/vsynth2-dv-hd.dv -15dbe911532aca81c67bdd2846419027 *tests/data/fate/vsynth2-dv-hd.out.rawvideo -stddev: 1.75 PSNR: 43.26 MAXDIFF: 34 bytes: 7603200/ 7603200 Test vsynth2-dv-hd failed. Look at tests/data/fate/vsynth2-dv-hd.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-dv-hd] Error 1 TEST vsynth2-ffv1-v0 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-ffv1 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-ffv1 2020-07-26 21:51:00.849380222 +0000 @@ -1,4 +0,0 @@ -6d7b6352f49e21153bb891df411e60ec *tests/data/fate/vsynth2-ffv1.avi -3718026 tests/data/fate/vsynth2-ffv1.avi -36d7ca943916e1743cefa609eba0205c *tests/data/fate/vsynth2-ffv1.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth2-ffv1 failed. Look at tests/data/fate/vsynth2-ffv1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-ffv1] Error 1 TEST vsynth2-ffv1-v3-yuv420p --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-ffv1-v0 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-ffv1-v0 2020-07-26 21:51:15.699362668 +0000 @@ -1,4 +0,0 @@ -9647e906f0739ed84303bd03d1cb8105 *tests/data/fate/vsynth2-ffv1-v0.avi -3692542 tests/data/fate/vsynth2-ffv1-v0.avi -36d7ca943916e1743cefa609eba0205c *tests/data/fate/vsynth2-ffv1-v0.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth2-ffv1-v0 failed. Look at tests/data/fate/vsynth2-ffv1-v0.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-ffv1-v0] Error 1 TEST vsynth2-ffv1-v3-yuv422p10 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-ffv1-v3-yuv420p 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-ffv1-v3-yuv420p 2020-07-26 21:51:31.786010349 +0000 @@ -1,4 +0,0 @@ -6d7b6352f49e21153bb891df411e60ec *tests/data/fate/vsynth2-ffv1-v3-yuv420p.avi -3718026 tests/data/fate/vsynth2-ffv1-v3-yuv420p.avi -36d7ca943916e1743cefa609eba0205c *tests/data/fate/vsynth2-ffv1-v3-yuv420p.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth2-ffv1-v3-yuv420p failed. Look at tests/data/fate/vsynth2-ffv1-v3-yuv420p.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-ffv1-v3-yuv420p] Error 1 TEST vsynth2-ffv1-v3-yuv444p16 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-cinepak 2017-11-07 21:43:15.007977169 +0000 +++ tests/data/fate/vsynth2-cinepak 2020-07-26 21:44:44.999836181 +0000 @@ -1,4 +0,0 @@ -663a2804f421709208c76f6e34e7bea5 *tests/data/fate/vsynth2-cinepak.avi -400402 tests/data/fate/vsynth2-cinepak.avi -2c761c3c8cda083eb8f54b2df72b257b *tests/data/fate/vsynth2-cinepak.out.rawvideo -stddev: 80.96 PSNR: 9.96 MAXDIFF: 227 bytes: 7603200/ 921600 Test vsynth2-cinepak failed. Look at tests/data/fate/vsynth2-cinepak.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-cinepak] Error 1 TEST vsynth2-ffv1-v3-bgr0 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-ffv1-v3-yuv422p10 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-ffv1-v3-yuv422p10 2020-07-26 21:51:46.799325990 +0000 @@ -1,4 +0,0 @@ -b43b20163948e44a6c806714e69ac3bf *tests/data/fate/vsynth2-ffv1-v3-yuv422p10.avi -4069370 tests/data/fate/vsynth2-ffv1-v3-yuv422p10.avi -36d7ca943916e1743cefa609eba0205c *tests/data/fate/vsynth2-ffv1-v3-yuv422p10.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth2-ffv1-v3-yuv422p10 failed. Look at tests/data/fate/vsynth2-ffv1-v3-yuv422p10.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-ffv1-v3-yuv422p10] Error 1 TEST vsynth2-ffv1-v3-rgb48 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-dv-fhd 2019-11-13 17:24:18.523463998 +0000 +++ tests/data/fate/vsynth2-dv-fhd 2020-07-26 21:50:21.996092948 +0000 @@ -1,4 +0,0 @@ -1f96ce7c1a5f09ec9d30c51c7271cf77 *tests/data/fate/vsynth2-dv-fhd.dv -28800000 tests/data/fate/vsynth2-dv-fhd.dv -cff30e2430730522bf67c6d94cf1352e *tests/data/fate/vsynth2-dv-fhd.out.rawvideo -stddev: 1.16 PSNR: 46.82 MAXDIFF: 21 bytes: 7603200/ 7603200 Test vsynth2-dv-fhd failed. Look at tests/data/fate/vsynth2-dv-fhd.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-dv-fhd] Error 1 TEST vsynth2-ffvhuff --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-ffvhuff 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-ffvhuff 2020-07-26 21:53:27.462541326 +0000 @@ -1,4 +0,0 @@ -bf05520f43523ffde8952c23f36cc6a9 *tests/data/fate/vsynth2-ffvhuff.avi -4865622 tests/data/fate/vsynth2-ffvhuff.avi -36d7ca943916e1743cefa609eba0205c *tests/data/fate/vsynth2-ffvhuff.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth2-ffvhuff failed. Look at tests/data/fate/vsynth2-ffvhuff.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-ffvhuff] Error 1 TEST vsynth2-ffvhuff444 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-ffv1-v3-bgr0 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-ffv1-v3-bgr0 2020-07-26 21:52:29.662608952 +0000 @@ -1,4 +0,0 @@ -4e8ea4c31ddb7703638989c6251e37fe *tests/data/fate/vsynth2-ffv1-v3-bgr0.avi -6386312 tests/data/fate/vsynth2-ffv1-v3-bgr0.avi -835a86f8dff88917c3e5f2776954c5b7 *tests/data/fate/vsynth2-ffv1-v3-bgr0.out.rawvideo -stddev: 1.57 PSNR: 44.18 MAXDIFF: 20 bytes: 7603200/ 7603200 Test vsynth2-ffv1-v3-bgr0 failed. Look at tests/data/fate/vsynth2-ffv1-v3-bgr0.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-ffv1-v3-bgr0] Error 1 TEST vsynth2-ffvhuff420p12 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-ffvhuff420p12 2017-10-23 22:45:16.668623250 +0000 +++ tests/data/fate/vsynth2-ffvhuff420p12 2020-07-26 21:53:40.495859454 +0000 @@ -1,4 +0,0 @@ -3ab9567895bf1ec31a82aadf16a5da0e *tests/data/fate/vsynth2-ffvhuff420p12.avi -10562808 tests/data/fate/vsynth2-ffvhuff420p12.avi -36d7ca943916e1743cefa609eba0205c *tests/data/fate/vsynth2-ffvhuff420p12.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth2-ffvhuff420p12 failed. Look at tests/data/fate/vsynth2-ffvhuff420p12.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-ffvhuff420p12] Error 1 TEST vsynth2-ffvhuff422p10left --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-ffvhuff444 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-ffvhuff444 2020-07-26 21:53:35.345865460 +0000 @@ -1,4 +0,0 @@ -770909cb12fc8a1b2ce020e5f9b421d4 *tests/data/fate/vsynth2-ffvhuff444.avi -7635774 tests/data/fate/vsynth2-ffvhuff444.avi -8394327c14ef0b6fbaae3b69fcc5572a *tests/data/fate/vsynth2-ffvhuff444.out.rawvideo -stddev: 0.50 PSNR: 54.10 MAXDIFF: 13 bytes: 7603200/ 7603200 Test vsynth2-ffvhuff444 failed. Look at tests/data/fate/vsynth2-ffvhuff444.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-ffvhuff444] Error 1 TEST vsynth2-ffvhuff444p16 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-ffv1-v3-yuv444p16 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-ffv1-v3-yuv444p16 2020-07-26 21:52:02.632640693 +0000 @@ -1,4 +0,0 @@ -ae0bad7ece3ceacc9554f342ab489a4d *tests/data/fate/vsynth2-ffv1-v3-yuv444p16.avi -5086918 tests/data/fate/vsynth2-ffv1-v3-yuv444p16.avi -36d7ca943916e1743cefa609eba0205c *tests/data/fate/vsynth2-ffv1-v3-yuv444p16.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth2-ffv1-v3-yuv444p16 failed. Look at tests/data/fate/vsynth2-ffv1-v3-yuv444p16.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-ffv1-v3-yuv444p16] Error 1 TEST vsynth2-flashsv --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-ffvhuff422p10left 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-ffvhuff422p10left 2020-07-26 21:53:49.909181815 +0000 @@ -1,4 +0,0 @@ -d13c20fb63b70b81dd6100be47a3f07c *tests/data/fate/vsynth2-ffvhuff422p10left.avi -9870628 tests/data/fate/vsynth2-ffvhuff422p10left.avi -8bb1c449e1a2a94fd0d98841c04246bb *tests/data/fate/vsynth2-ffvhuff422p10left.out.rawvideo -stddev: 0.39 PSNR: 56.17 MAXDIFF: 9 bytes: 7603200/ 7603200 Test vsynth2-ffvhuff422p10left failed. Look at tests/data/fate/vsynth2-ffvhuff422p10left.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-ffvhuff422p10left] Error 1 TEST vsynth2-flashsv2 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-flashsv 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-flashsv 2020-07-26 21:54:00.325836349 +0000 @@ -1,4 +0,0 @@ -f4b45770dd93b43b4077532e8ef90bfc *tests/data/fate/vsynth2-flashsv.flv -11636546 tests/data/fate/vsynth2-flashsv.flv -7f0fc12c02e68faddc153e69ddd6841c *tests/data/fate/vsynth2-flashsv.out.rawvideo -stddev: 1.20 PSNR: 46.52 MAXDIFF: 20 bytes: 7603200/ 7603200 Test vsynth2-flashsv failed. Look at tests/data/fate/vsynth2-flashsv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-flashsv] Error 1 TEST vsynth2-flv --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-ffvhuff444p16 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-ffvhuff444p16 2020-07-26 21:53:51.399180078 +0000 @@ -1,4 +0,0 @@ -63ad1a32444c67d7092735fd74a7193d *tests/data/fate/vsynth2-ffvhuff444p16.avi -26612924 tests/data/fate/vsynth2-ffvhuff444p16.avi -410af07de7ae21936aaeae03fc90cbc9 *tests/data/fate/vsynth2-ffvhuff444p16.out.rawvideo -stddev: 0.53 PSNR: 53.63 MAXDIFF: 13 bytes: 7603200/ 7603200 Test vsynth2-ffvhuff444p16 failed. Look at tests/data/fate/vsynth2-ffvhuff444p16.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-ffvhuff444p16] Error 1 TEST vsynth2-h261 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-flashsv2 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-flashsv2 2020-07-26 21:54:01.939167804 +0000 @@ -1,4 +0,0 @@ -22bdec26851a2003c9f37dd1828284da *tests/data/fate/vsynth2-flashsv2.flv -8660168 tests/data/fate/vsynth2-flashsv2.flv -c1b3691276c2982ea55c34c130b2fdb1 *tests/data/fate/vsynth2-flashsv2.out.rawvideo -stddev: 2.87 PSNR: 38.97 MAXDIFF: 28 bytes: 7603200/ 7603200 Test vsynth2-flashsv2 failed. Look at tests/data/fate/vsynth2-flashsv2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-flashsv2] Error 1 TEST vsynth2-h261-trellis --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-flv 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-flv 2020-07-26 21:54:17.239150003 +0000 @@ -1,4 +0,0 @@ -9c5da517eec395fd98318a4a86578f03 *tests/data/fate/vsynth2-flv.flv -174673 tests/data/fate/vsynth2-flv.flv -b49557d32c0a4a230a1201b270cfadc3 *tests/data/fate/vsynth2-flv.out.rawvideo -stddev: 6.02 PSNR: 32.53 MAXDIFF: 83 bytes: 7603200/ 7603200 Test vsynth2-flv failed. Look at tests/data/fate/vsynth2-flv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-flv] Error 1 TEST vsynth2-h263 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-h261 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-h261 2020-07-26 21:54:18.832481483 +0000 @@ -1,4 +0,0 @@ -49ae672f343b45e9d18523634176b857 *tests/data/fate/vsynth2-h261.avi -257938 tests/data/fate/vsynth2-h261.avi -8962b6ea3153a828e5a4df68e1d5da44 *tests/data/fate/vsynth2-h261.out.rawvideo -stddev: 7.21 PSNR: 30.97 MAXDIFF: 96 bytes: 7603200/ 7603200 Test vsynth2-h261 failed. Look at tests/data/fate/vsynth2-h261.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-h261] Error 1 TEST vsynth2-h263-obmc --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-h261-trellis 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-h261-trellis 2020-07-26 21:54:19.245814337 +0000 @@ -1,4 +0,0 @@ -f5e0cfc70bbe4f4048c15be88dea4378 *tests/data/fate/vsynth2-h261-trellis.avi -249856 tests/data/fate/vsynth2-h261-trellis.avi -15452237f6c333690d3e05f354f63196 *tests/data/fate/vsynth2-h261-trellis.out.rawvideo -stddev: 7.10 PSNR: 31.10 MAXDIFF: 96 bytes: 7603200/ 7603200 Test vsynth2-h261-trellis failed. Look at tests/data/fate/vsynth2-h261-trellis.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-h261-trellis] Error 1 TEST vsynth2-h263p --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-h263 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-h263 2020-07-26 21:54:26.035806444 +0000 @@ -1,4 +0,0 @@ -8f765ba6afa2a0a1e33d7bf9d168ae2f *tests/data/fate/vsynth2-h263.avi -216474 tests/data/fate/vsynth2-h263.avi -d77291a0611eeec0667bbc3aba7190b8 *tests/data/fate/vsynth2-h263.out.rawvideo -stddev: 6.12 PSNR: 32.39 MAXDIFF: 83 bytes: 7603200/ 7603200 Test vsynth2-h263 failed. Look at tests/data/fate/vsynth2-h263.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-h263] Error 1 TEST vsynth2-huffyuv --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-h263-obmc 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-h263-obmc 2020-07-26 21:54:27.352471581 +0000 @@ -1,4 +0,0 @@ -2d8a58b295e03f94e6a41468b2d3909e *tests/data/fate/vsynth2-h263-obmc.avi -208522 tests/data/fate/vsynth2-h263-obmc.avi -4a939ef99fc759293f2e609bfcacd2a4 *tests/data/fate/vsynth2-h263-obmc.out.rawvideo -stddev: 6.10 PSNR: 32.41 MAXDIFF: 90 bytes: 7603200/ 7603200 Test vsynth2-h263-obmc failed. Look at tests/data/fate/vsynth2-h263-obmc.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-h263-obmc] Error 1 TEST vsynth2-huffyuvbgr24 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-huffyuv 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-huffyuv 2020-07-26 21:54:34.575796523 +0000 @@ -1,4 +0,0 @@ -0f56e00a2850c0156de419d979782f29 *tests/data/fate/vsynth2-huffyuv.avi -6159098 tests/data/fate/vsynth2-huffyuv.avi -36d7ca943916e1743cefa609eba0205c *tests/data/fate/vsynth2-huffyuv.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth2-huffyuv failed. Look at tests/data/fate/vsynth2-huffyuv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-huffyuv] Error 1 TEST vsynth2-huffyuvbgra --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-h263p 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-h263p 2020-07-26 21:54:31.915799612 +0000 @@ -1,4 +0,0 @@ -f18d6a61cb0b581b0c4835f4055f0905 *tests/data/fate/vsynth2-h263p.avi -1134966 tests/data/fate/vsynth2-h263p.avi -66e8c0bd40918f970e62b6cdd7df79a5 *tests/data/fate/vsynth2-h263p.out.rawvideo -stddev: 2.01 PSNR: 42.04 MAXDIFF: 21 bytes: 7603200/ 7603200 Test vsynth2-h263p failed. Look at tests/data/fate/vsynth2-h263p.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-h263p] Error 1 TEST vsynth2-jpegls --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-huffyuvbgr24 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-huffyuvbgr24 2020-07-26 21:54:37.782459466 +0000 @@ -1,4 +0,0 @@ -f7a321d9dc6b2cdef377067eae413954 *tests/data/fate/vsynth2-huffyuvbgr24.avi -8809210 tests/data/fate/vsynth2-huffyuvbgr24.avi -835a86f8dff88917c3e5f2776954c5b7 *tests/data/fate/vsynth2-huffyuvbgr24.out.rawvideo -stddev: 1.57 PSNR: 44.18 MAXDIFF: 20 bytes: 7603200/ 7603200 Test vsynth2-huffyuvbgr24 failed. Look at tests/data/fate/vsynth2-huffyuvbgr24.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-huffyuvbgr24] Error 1 TEST vsynth2-jpeg2000 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-huffyuvbgra 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-huffyuvbgra 2020-07-26 21:54:45.165784228 +0000 @@ -1,4 +0,0 @@ -7f591295660b0a4dd93cc436e51d1a87 *tests/data/fate/vsynth2-huffyuvbgra.avi -10076390 tests/data/fate/vsynth2-huffyuvbgra.avi -835a86f8dff88917c3e5f2776954c5b7 *tests/data/fate/vsynth2-huffyuvbgra.out.rawvideo -stddev: 1.57 PSNR: 44.18 MAXDIFF: 20 bytes: 7603200/ 7603200 Test vsynth2-huffyuvbgra failed. Look at tests/data/fate/vsynth2-huffyuvbgra.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-huffyuvbgra] Error 1 TEST vsynth2-jpeg2000-97 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-ffv1-v3-rgb48 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-ffv1-v3-rgb48 2020-07-26 21:52:47.659254526 +0000 @@ -1,4 +0,0 @@ -99b39b0286428ccf9c788545dfccb49f *tests/data/fate/vsynth2-ffv1-v3-rgb48.avi -15089212 tests/data/fate/vsynth2-ffv1-v3-rgb48.avi -b7278d99ea84fe8becf02de773fee0a5 *tests/data/fate/vsynth2-ffv1-v3-rgb48.out.rawvideo -stddev: 1.43 PSNR: 44.97 MAXDIFF: 28 bytes: 7603200/ 7603200 Test vsynth2-ffv1-v3-rgb48 failed. Look at tests/data/fate/vsynth2-ffv1-v3-rgb48.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-ffv1-v3-rgb48] Error 1 TEST vsynth2-ljpeg --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-ljpeg 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-ljpeg 2020-07-26 21:55:24.202405651 +0000 @@ -1,4 +0,0 @@ -ae8b43d92240077d7a80b6d543a63d0c *tests/data/fate/vsynth2-ljpeg.avi -4712248 tests/data/fate/vsynth2-ljpeg.avi -36d7ca943916e1743cefa609eba0205c *tests/data/fate/vsynth2-ljpeg.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth2-ljpeg failed. Look at tests/data/fate/vsynth2-ljpeg.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-ljpeg] Error 1 TEST vsynth2-mjpeg --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mjpeg 2017-04-08 23:05:15.311705498 +0000 +++ tests/data/fate/vsynth2-mjpeg 2020-07-26 21:55:43.045717186 +0000 @@ -1,4 +0,0 @@ -9bf00cd3188b7395b798bb10df376243 *tests/data/fate/vsynth2-mjpeg.avi -792742 tests/data/fate/vsynth2-mjpeg.avi -2b8c59c59e33d6ca7c85d31c5eeab7be *tests/data/fate/vsynth2-mjpeg.out.rawvideo -stddev: 4.87 PSNR: 34.37 MAXDIFF: 55 bytes: 7603200/ 7603200 Test vsynth2-mjpeg failed. Look at tests/data/fate/vsynth2-mjpeg.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-mjpeg] Error 1 TEST vsynth2-mjpeg-422 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mjpeg-422 2017-04-08 23:05:15.311705498 +0000 +++ tests/data/fate/vsynth2-mjpeg-422 2020-07-26 21:55:54.802370265 +0000 @@ -1,4 +0,0 @@ -e37720892c9ee9d02842cc50bf20181e *tests/data/fate/vsynth2-mjpeg-422.avi -877786 tests/data/fate/vsynth2-mjpeg-422.avi -4a1b18eeb8b0f3dccc2c0e6a9f8c876d *tests/data/fate/vsynth2-mjpeg-422.out.rawvideo -stddev: 4.69 PSNR: 34.69 MAXDIFF: 55 bytes: 7603200/ 7603200 Test vsynth2-mjpeg-422 failed. Look at tests/data/fate/vsynth2-mjpeg-422.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-mjpeg-422] Error 1 TEST vsynth2-mjpeg-444 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mjpeg-444 2017-04-08 23:05:15.311705498 +0000 +++ tests/data/fate/vsynth2-mjpeg-444 2020-07-26 21:56:07.722355344 +0000 @@ -1,4 +0,0 @@ -28c9331da946a4ba76947cef290fe184 *tests/data/fate/vsynth2-mjpeg-444.avi -1005052 tests/data/fate/vsynth2-mjpeg-444.avi -6417f5a4be03ca7854f0a1be429a286e *tests/data/fate/vsynth2-mjpeg-444.out.rawvideo -stddev: 4.57 PSNR: 34.93 MAXDIFF: 55 bytes: 7603200/ 7603200 Test vsynth2-mjpeg-444 failed. Look at tests/data/fate/vsynth2-mjpeg-444.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-mjpeg-444] Error 1 TEST vsynth2-mjpeg-trell --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-jpegls 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-jpegls 2020-07-26 21:54:46.452449402 +0000 @@ -1,4 +0,0 @@ -b26c90f2661ccfe8a68b6cde71e9ccf0 *tests/data/fate/vsynth2-jpegls.avi -8311648 tests/data/fate/vsynth2-jpegls.avi -7f0fc12c02e68faddc153e69ddd6841c *tests/data/fate/vsynth2-jpegls.out.rawvideo -stddev: 1.20 PSNR: 46.52 MAXDIFF: 20 bytes: 7603200/ 7603200 Test vsynth2-jpegls failed. Look at tests/data/fate/vsynth2-jpegls.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-jpegls] Error 1 TEST vsynth2-mjpeg-huffman --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mjpeg-trell 2017-04-08 23:05:15.311705498 +0000 +++ tests/data/fate/vsynth2-mjpeg-trell 2020-07-26 21:56:24.295669553 +0000 @@ -1,4 +0,0 @@ -a59d99d31d24875161504820d4266e4d *tests/data/fate/vsynth2-mjpeg-trell.avi -734728 tests/data/fate/vsynth2-mjpeg-trell.avi -42376126213c73c86b408882e24ba015 *tests/data/fate/vsynth2-mjpeg-trell.out.rawvideo -stddev: 5.03 PSNR: 34.09 MAXDIFF: 67 bytes: 7603200/ 7603200 Test vsynth2-mjpeg-trell failed. Look at tests/data/fate/vsynth2-mjpeg-trell.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-mjpeg-trell] Error 1 TEST vsynth2-mjpeg-trell-huffman --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mjpeg-huffman 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-mjpeg-huffman 2020-07-26 21:56:28.302331600 +0000 @@ -1,4 +0,0 @@ -9bf00cd3188b7395b798bb10df376243 *tests/data/fate/vsynth2-mjpeg-huffman.avi -792742 tests/data/fate/vsynth2-mjpeg-huffman.avi -2b8c59c59e33d6ca7c85d31c5eeab7be *tests/data/fate/vsynth2-mjpeg-huffman.out.rawvideo -stddev: 4.87 PSNR: 34.37 MAXDIFF: 55 bytes: 7603200/ 7603200 Test vsynth2-mjpeg-huffman failed. Look at tests/data/fate/vsynth2-mjpeg-huffman.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-mjpeg-huffman] Error 1 TEST vsynth2-mpeg1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mpeg1 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-mpeg1 2020-07-26 21:56:40.435650947 +0000 @@ -1,4 +0,0 @@ -2e5441dfaf41f9afc1934c9f475afa5d *tests/data/fate/vsynth2-mpeg1.mpeg1video -262153 tests/data/fate/vsynth2-mpeg1.mpeg1video -5fd6c2afc4f880cdf65637bfd8d94d9d *tests/data/fate/vsynth2-mpeg1.out.rawvideo -stddev: 5.54 PSNR: 33.26 MAXDIFF: 77 bytes: 7603200/ 7603200 Test vsynth2-mpeg1 failed. Look at tests/data/fate/vsynth2-mpeg1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-mpeg1] Error 1 TEST vsynth2-mpeg1b --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mjpeg-trell-huffman 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-mjpeg-trell-huffman 2020-07-26 21:56:39.342318874 +0000 @@ -1,4 +0,0 @@ -a59d99d31d24875161504820d4266e4d *tests/data/fate/vsynth2-mjpeg-trell-huffman.avi -734728 tests/data/fate/vsynth2-mjpeg-trell-huffman.avi -42376126213c73c86b408882e24ba015 *tests/data/fate/vsynth2-mjpeg-trell-huffman.out.rawvideo -stddev: 5.03 PSNR: 34.09 MAXDIFF: 67 bytes: 7603200/ 7603200 Test vsynth2-mjpeg-trell-huffman failed. Look at tests/data/fate/vsynth2-mjpeg-trell-huffman.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-mjpeg-trell-huffman] Error 1 TEST vsynth2-mpeg2 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mpeg1b 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-mpeg1b 2020-07-26 21:56:48.915641178 +0000 @@ -1,4 +0,0 @@ -1496c950cd3d3b61b08b5888c5ae42a1 *tests/data/fate/vsynth2-mpeg1b.mpeg1video -298132 tests/data/fate/vsynth2-mpeg1b.mpeg1video -e300711fe39a914c66793b806360b754 *tests/data/fate/vsynth2-mpeg1b.out.rawvideo -stddev: 4.60 PSNR: 34.87 MAXDIFF: 77 bytes: 7603200/ 7603200 Test vsynth2-mpeg1b failed. Look at tests/data/fate/vsynth2-mpeg1b.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-mpeg1b] Error 1 TEST vsynth2-mpeg2-422 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mpeg2 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-mpeg2 2020-07-26 21:56:53.752302275 +0000 @@ -1,4 +0,0 @@ -38afa638d9ac0b9c7ccebb8073412920 *tests/data/fate/vsynth2-mpeg2.mpeg2video -268153 tests/data/fate/vsynth2-mpeg2.mpeg2video -bbddc9948fadfcc79487b391417ba8ed *tests/data/fate/vsynth2-mpeg2.out.rawvideo -stddev: 5.55 PSNR: 33.23 MAXDIFF: 77 bytes: 7603200/ 7603200 Test vsynth2-mpeg2 failed. Look at tests/data/fate/vsynth2-mpeg2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-mpeg2] Error 1 TEST vsynth2-mpeg2-idct-int --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mpeg2-idct-int 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-mpeg2-idct-int 2020-07-26 21:57:02.195625888 +0000 @@ -1,4 +0,0 @@ -67a99a21e2b88e22b64d8e3d1b5572e8 *tests/data/fate/vsynth2-mpeg2-idct-int.mpeg2video -267370 tests/data/fate/vsynth2-mpeg2-idct-int.mpeg2video -b750f48d58f157da94613fe92012e7a5 *tests/data/fate/vsynth2-mpeg2-idct-int.out.rawvideo -stddev: 5.56 PSNR: 33.22 MAXDIFF: 77 bytes: 7603200/ 7603200 Test vsynth2-mpeg2-idct-int failed. Look at tests/data/fate/vsynth2-mpeg2-idct-int.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-mpeg2-idct-int] Error 1 TEST vsynth2-mpeg2-ilace --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mpeg2-ilace 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-mpeg2-ilace 2020-07-26 21:57:11.578948424 +0000 @@ -1,4 +0,0 @@ -b7d52a6496d439f61e8199bfa53e8af8 *tests/data/fate/vsynth2-mpeg2-ilace.mpeg2video -274976 tests/data/fate/vsynth2-mpeg2-ilace.mpeg2video -7c5b9f6986686e1c3accbc16efd02408 *tests/data/fate/vsynth2-mpeg2-ilace.out.rawvideo -stddev: 5.57 PSNR: 33.20 MAXDIFF: 77 bytes: 7603200/ 7603200 Test vsynth2-mpeg2-ilace failed. Look at tests/data/fate/vsynth2-mpeg2-ilace.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-mpeg2-ilace] Error 1 TEST vsynth2-mpeg2-ivlc-qprd --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mpeg2-ivlc-qprd 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-mpeg2-ivlc-qprd 2020-07-26 21:57:24.775599915 +0000 @@ -1,4 +0,0 @@ -907a30295ed8323780eee08e606af0ab *tests/data/fate/vsynth2-mpeg2-ivlc-qprd.mpeg2video -269722 tests/data/fate/vsynth2-mpeg2-ivlc-qprd.mpeg2video -d2d9793bf8f3427b5cc17a1be78ddd64 *tests/data/fate/vsynth2-mpeg2-ivlc-qprd.out.rawvideo -stddev: 5.54 PSNR: 33.25 MAXDIFF: 94 bytes: 7603200/ 7603200 Test vsynth2-mpeg2-ivlc-qprd failed. Look at tests/data/fate/vsynth2-mpeg2-ivlc-qprd.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-mpeg2-ivlc-qprd] Error 1 TEST vsynth2-mpeg2-thread --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-jpeg2000 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-jpeg2000 2020-07-26 21:54:55.495772244 +0000 @@ -1,4 +0,0 @@ -6c2f979e4a33a36f36aec86f2d464143 *tests/data/fate/vsynth2-jpeg2000.avi -1494516 tests/data/fate/vsynth2-jpeg2000.avi -36afd96d6e55bc83166fd615351ba366 *tests/data/fate/vsynth2-jpeg2000.out.rawvideo -stddev: 5.00 PSNR: 34.15 MAXDIFF: 59 bytes: 7603200/ 7603200 Test vsynth2-jpeg2000 failed. Look at tests/data/fate/vsynth2-jpeg2000.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-jpeg2000] Error 1 TEST vsynth2-mpeg2-thread-ivlc --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mpeg2-422 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-mpeg2-422 2020-07-26 21:57:00.315628052 +0000 @@ -1,4 +0,0 @@ -b2fa9b73c3547191ecc01b8163abd4e5 *tests/data/fate/vsynth2-mpeg2-422.mpeg2video -379164 tests/data/fate/vsynth2-mpeg2-422.mpeg2video -704f6a96f93c2409219bd48b74169041 *tests/data/fate/vsynth2-mpeg2-422.out.rawvideo -stddev: 4.17 PSNR: 35.73 MAXDIFF: 70 bytes: 7603200/ 7603200 Test vsynth2-mpeg2-422 failed. Look at tests/data/fate/vsynth2-mpeg2-422.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-mpeg2-422] Error 1 TEST vsynth2-mpeg4 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mpeg2-thread 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-mpeg2-thread 2020-07-26 21:58:06.092219133 +0000 @@ -1,4 +0,0 @@ -a451384397f9b64a48fbb52e70be85ec *tests/data/fate/vsynth2-mpeg2-thread.mpeg2video -230624 tests/data/fate/vsynth2-mpeg2-thread.mpeg2video -6d666990137b894baf28aadc306f7c2b *tests/data/fate/vsynth2-mpeg2-thread.out.rawvideo -stddev: 5.31 PSNR: 33.62 MAXDIFF: 73 bytes: 7603200/ 7603200 Test vsynth2-mpeg2-thread failed. Look at tests/data/fate/vsynth2-mpeg2-thread.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-mpeg2-thread] Error 1 TEST vsynth2-mpeg4-rc --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-jpeg2000-97 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-jpeg2000-97 2020-07-26 21:55:05.635760489 +0000 @@ -1,4 +0,0 @@ -2e43f004a55f4a55a19c4b79fc8e8743 *tests/data/fate/vsynth2-jpeg2000-97.avi -2448706 tests/data/fate/vsynth2-jpeg2000-97.avi -a6e2453118a0de135836a868b2ca0e60 *tests/data/fate/vsynth2-jpeg2000-97.out.rawvideo -stddev: 3.23 PSNR: 37.94 MAXDIFF: 29 bytes: 7603200/ 7603200 Test vsynth2-jpeg2000-97 failed. Look at tests/data/fate/vsynth2-jpeg2000-97.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-jpeg2000-97] Error 1 TEST vsynth2-mpeg4-adv --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mpeg4 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-mpeg4 2020-07-26 21:58:20.735535673 +0000 @@ -1,4 +0,0 @@ -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: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-mpeg4] Error 1 TEST vsynth2-mpeg4-qprd --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mpeg2-thread-ivlc 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-mpeg2-thread-ivlc 2020-07-26 21:58:17.738872442 +0000 @@ -1,4 +0,0 @@ -ec4005f89785d14fbb3da14e9e3b18f5 *tests/data/fate/vsynth2-mpeg2-thread-ivlc.mpeg2video -227850 tests/data/fate/vsynth2-mpeg2-thread-ivlc.mpeg2video -6d666990137b894baf28aadc306f7c2b *tests/data/fate/vsynth2-mpeg2-thread-ivlc.out.rawvideo -stddev: 5.31 PSNR: 33.62 MAXDIFF: 73 bytes: 7603200/ 7603200 Test vsynth2-mpeg2-thread-ivlc failed. Look at tests/data/fate/vsynth2-mpeg2-thread-ivlc.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-mpeg2-thread-ivlc] Error 1 TEST vsynth2-mpeg4-adap --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mpeg4-rc 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-mpeg4-rc 2020-07-26 21:58:25.152197276 +0000 @@ -1,4 +0,0 @@ -0cf3a444622becc5d56e9034b226cfe2 *tests/data/fate/vsynth2-mpeg4-rc.avi -254738 tests/data/fate/vsynth2-mpeg4-rc.avi -53ef615a87c8ae49c379242385315f61 *tests/data/fate/vsynth2-mpeg4-rc.out.rawvideo -stddev: 5.57 PSNR: 33.20 MAXDIFF: 116 bytes: 7603200/ 7603200 Test vsynth2-mpeg4-rc failed. Look at tests/data/fate/vsynth2-mpeg4-rc.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-mpeg4-rc] Error 1 TEST vsynth2-mpeg4-qpel --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mpeg4-adv 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-mpeg4-adv 2020-07-26 21:58:25.258863820 +0000 @@ -1,4 +0,0 @@ -b2021365c46e52a93492e2a8697762e5 *tests/data/fate/vsynth2-mpeg4-adv.avi -187246 tests/data/fate/vsynth2-mpeg4-adv.avi -505bdffb9b051dc2123d07a4ae183faf *tests/data/fate/vsynth2-mpeg4-adv.out.rawvideo -stddev: 5.51 PSNR: 33.30 MAXDIFF: 80 bytes: 7603200/ 7603200 Test vsynth2-mpeg4-adv failed. Look at tests/data/fate/vsynth2-mpeg4-adv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-mpeg4-adv] Error 1 TEST vsynth2-mpeg4-thread --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mpeg4-thread 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-mpeg4-thread 2020-07-26 21:58:47.702171441 +0000 @@ -1,4 +0,0 @@ -92128f8adc4ac70a66fdddf58e46b923 *tests/data/fate/vsynth2-mpeg4-thread.avi -268396 tests/data/fate/vsynth2-mpeg4-thread.avi -f432bd8d897c7c8e286e385b77cedcfa *tests/data/fate/vsynth2-mpeg4-thread.out.rawvideo -stddev: 4.89 PSNR: 34.34 MAXDIFF: 86 bytes: 7603200/ 7603200 Test vsynth2-mpeg4-thread failed. Look at tests/data/fate/vsynth2-mpeg4-thread.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-mpeg4-thread] Error 1 TEST vsynth2-mpeg4-error --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mpeg4-adap 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-mpeg4-adap 2020-07-26 21:58:37.728849530 +0000 @@ -1,4 +0,0 @@ -4bff98da2342836476da817428594403 *tests/data/fate/vsynth2-mpeg4-adap.avi -213508 tests/data/fate/vsynth2-mpeg4-adap.avi -0c709f2b81f4593eaa29490332c2cb39 *tests/data/fate/vsynth2-mpeg4-adap.out.rawvideo -stddev: 4.87 PSNR: 34.36 MAXDIFF: 86 bytes: 7603200/ 7603200 Test vsynth2-mpeg4-adap failed. Look at tests/data/fate/vsynth2-mpeg4-adap.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-mpeg4-adap] Error 1 TEST vsynth2-mpeg4-nr --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mpeg4-qprd 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-mpeg4-qprd 2020-07-26 21:58:36.882183834 +0000 @@ -1,4 +0,0 @@ -4ddd2fef35854d9b387bbcbda03dc7f0 *tests/data/fate/vsynth2-mpeg4-qprd.avi -248706 tests/data/fate/vsynth2-mpeg4-qprd.avi -baa8d0d57a7fb5e393642cb20efed2c2 *tests/data/fate/vsynth2-mpeg4-qprd.out.rawvideo -stddev: 4.85 PSNR: 34.40 MAXDIFF: 85 bytes: 7603200/ 7603200 Test vsynth2-mpeg4-qprd failed. Look at tests/data/fate/vsynth2-mpeg4-qprd.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-mpeg4-qprd] Error 1 TEST vsynth2-mpeg4-nsse --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mpeg4-error 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-mpeg4-error 2020-07-26 21:59:19.955467866 +0000 @@ -1,4 +0,0 @@ -0bee773ac15fd1edd56e1dd28704292f *tests/data/fate/vsynth2-mpeg4-error.avi -236060 tests/data/fate/vsynth2-mpeg4-error.avi -f67a99fe41cd22a2a6713965eebb990e *tests/data/fate/vsynth2-mpeg4-error.out.rawvideo -stddev: 15.66 PSNR: 24.23 MAXDIFF: 236 bytes: 7603200/ 7603200 Test vsynth2-mpeg4-error failed. Look at tests/data/fate/vsynth2-mpeg4-error.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-mpeg4-error] Error 1 TEST vsynth2-msmpeg4 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mpeg4-qpel 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-mpeg4-qpel 2020-07-26 21:58:38.745515032 +0000 @@ -1,4 +0,0 @@ -d05dbd6c6b8a57953aea3caa6cab57b0 *tests/data/fate/vsynth2-mpeg4-qpel.avi -209870 tests/data/fate/vsynth2-mpeg4-qpel.avi -5313cb1ef8c520de548389d541842c51 *tests/data/fate/vsynth2-mpeg4-qpel.out.rawvideo -stddev: 4.42 PSNR: 35.22 MAXDIFF: 56 bytes: 7603200/ 7603200 Test vsynth2-mpeg4-qpel failed. Look at tests/data/fate/vsynth2-mpeg4-qpel.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-mpeg4-qpel] Error 1 TEST vsynth2-msmpeg4v2 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mpeg4-nr 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-mpeg4-nr 2020-07-26 21:59:21.758799137 +0000 @@ -1,4 +0,0 @@ -83bb3f4618f8d6259d48a51bc65b3cbc *tests/data/fate/vsynth2-mpeg4-nr.avi -206038 tests/data/fate/vsynth2-mpeg4-nr.avi -b1b0edaec04620b5f9149dce5171939c *tests/data/fate/vsynth2-mpeg4-nr.out.rawvideo -stddev: 5.32 PSNR: 33.61 MAXDIFF: 78 bytes: 7603200/ 7603200 Test vsynth2-mpeg4-nr failed. Look at tests/data/fate/vsynth2-mpeg4-nr.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-mpeg4-nr] Error 1 TEST vsynth2-mpng --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mpeg4-nsse 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-mpeg4-nsse 2020-07-26 21:59:31.452121388 +0000 @@ -1,4 +0,0 @@ -4fdc2aaa4761f245590a3c78c85f0ae2 *tests/data/fate/vsynth2-mpeg4-nsse.avi -266100 tests/data/fate/vsynth2-mpeg4-nsse.avi -9123b1641394250a6edd389d02f249e8 *tests/data/fate/vsynth2-mpeg4-nsse.out.rawvideo -stddev: 4.83 PSNR: 34.45 MAXDIFF: 59 bytes: 7603200/ 7603200 Test vsynth2-mpeg4-nsse failed. Look at tests/data/fate/vsynth2-mpeg4-nsse.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-mpeg4-nsse] Error 1 TEST vsynth2-msvideo1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-msmpeg4 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-msmpeg4 2020-07-26 21:59:38.125447095 +0000 @@ -1,4 +0,0 @@ -3f4e6d746b71f367ce5964fd1e421c91 *tests/data/fate/vsynth2-msmpeg4.avi -170440 tests/data/fate/vsynth2-msmpeg4.avi -81135454c184b78040c49a2aadca6394 *tests/data/fate/vsynth2-msmpeg4.out.rawvideo -stddev: 6.02 PSNR: 32.53 MAXDIFF: 89 bytes: 7603200/ 7603200 Test vsynth2-msmpeg4 failed. Look at tests/data/fate/vsynth2-msmpeg4.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-msmpeg4] Error 1 TEST vsynth2-prores --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-msmpeg4v2 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-msmpeg4v2 2020-07-26 21:59:38.932112839 +0000 @@ -1,4 +0,0 @@ -67358757350de1b3ba39ab074e92b5a7 *tests/data/fate/vsynth2-msmpeg4v2.avi -171910 tests/data/fate/vsynth2-msmpeg4v2.avi -c4ca06487e0fdfdfccdccdb671acab42 *tests/data/fate/vsynth2-msmpeg4v2.out.rawvideo -stddev: 6.02 PSNR: 32.53 MAXDIFF: 83 bytes: 7603200/ 7603200 Test vsynth2-msmpeg4v2 failed. Look at tests/data/fate/vsynth2-msmpeg4v2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-msmpeg4v2] Error 1 TEST vsynth2-prores_int --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mpng 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-mpng 2020-07-26 21:59:42.012109320 +0000 @@ -1,4 +0,0 @@ -481e2d148f411bb61783aa688ec22943 *tests/data/fate/vsynth2-mpng.avi -11816978 tests/data/fate/vsynth2-mpng.avi -32fae3e665407bb4317b3f90fedb903c *tests/data/fate/vsynth2-mpng.out.rawvideo -stddev: 1.54 PSNR: 44.37 MAXDIFF: 17 bytes: 7603200/ 7603200 Test vsynth2-mpng failed. Look at tests/data/fate/vsynth2-mpng.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-mpng] Error 1 TEST vsynth2-prores_444 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-prores 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth2-prores 2020-07-26 21:59:46.778770541 +0000 @@ -1,4 +0,0 @@ -a38660faa093dbc8a1ae8e570b6e595b *tests/data/fate/vsynth2-prores.mov -3260123 tests/data/fate/vsynth2-prores.mov -416fa8773615889c70491452428d6710 *tests/data/fate/vsynth2-prores.out.rawvideo -stddev: 1.38 PSNR: 45.29 MAXDIFF: 12 bytes: 7603200/ 7603200 Test vsynth2-prores failed. Look at tests/data/fate/vsynth2-prores.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-prores] Error 1 TEST vsynth2-prores_444_int --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-prores_int 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth2-prores_int 2020-07-26 21:59:47.732102785 +0000 @@ -1,4 +0,0 @@ -dd7835992e7a30b7be9014916411b5b3 *tests/data/fate/vsynth2-prores_int.mov -4070996 tests/data/fate/vsynth2-prores_int.mov -bef9e38387a1fbb1ce2e4401b6d41674 *tests/data/fate/vsynth2-prores_int.out.rawvideo -stddev: 1.54 PSNR: 44.37 MAXDIFF: 13 bytes: 7603200/ 7603200 Test vsynth2-prores_int failed. Look at tests/data/fate/vsynth2-prores_int.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-prores_int] Error 1 TEST vsynth2-prores_ks --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-prores_444 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth2-prores_444 2020-07-26 22:00:00.045422056 +0000 @@ -1,4 +0,0 @@ -21f973c4c6076ea21f82d5fe486c0c98 *tests/data/fate/vsynth2-prores_444.mov -5219722 tests/data/fate/vsynth2-prores_444.mov -e425b6af7afa51b5e64fc529528b3691 *tests/data/fate/vsynth2-prores_444.out.rawvideo -stddev: 0.88 PSNR: 49.18 MAXDIFF: 14 bytes: 7603200/ 7603200 Test vsynth2-prores_444 failed. Look at tests/data/fate/vsynth2-prores_444.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-prores_444] Error 1 TEST vsynth2-qtrle --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-qtrle 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth2-qtrle 2020-07-26 22:00:50.982030620 +0000 @@ -1,4 +0,0 @@ -492bef0aea081c076307d668d94fb9c4 *tests/data/fate/vsynth2-qtrle.mov -14035926 tests/data/fate/vsynth2-qtrle.mov -32fae3e665407bb4317b3f90fedb903c *tests/data/fate/vsynth2-qtrle.out.rawvideo -stddev: 1.54 PSNR: 44.37 MAXDIFF: 17 bytes: 7603200/ 7603200 Test vsynth2-qtrle failed. Look at tests/data/fate/vsynth2-qtrle.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-qtrle] Error 1 TEST vsynth2-qtrlegray --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-qtrlegray 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth2-qtrlegray 2020-07-26 22:01:03.062016855 +0000 @@ -1,4 +0,0 @@ -109c88cbb3528378c1e848e50cf1792d *tests/data/fate/vsynth2-qtrlegray.mov -4988372 tests/data/fate/vsynth2-qtrlegray.mov -510a92a21b552c51fcafab8188982f4d *tests/data/fate/vsynth2-qtrlegray.out.rawvideo -stddev: 16.31 PSNR: 23.88 MAXDIFF: 89 bytes: 7603200/ 7603200 Test vsynth2-qtrlegray failed. Look at tests/data/fate/vsynth2-qtrlegray.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-qtrlegray] Error 1 TEST vsynth2-rgb --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-prores_444_int 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth2-prores_444_int 2020-07-26 22:00:16.968736073 +0000 @@ -1,4 +0,0 @@ -500a8249bc63ec6bb79f816bce5b6db1 *tests/data/fate/vsynth2-prores_444_int.mov -6420787 tests/data/fate/vsynth2-prores_444_int.mov -33a5db4f0423168d4ae4f1db3610928e *tests/data/fate/vsynth2-prores_444_int.out.rawvideo -stddev: 0.93 PSNR: 48.73 MAXDIFF: 14 bytes: 7603200/ 7603200 Test vsynth2-prores_444_int failed. Look at tests/data/fate/vsynth2-prores_444_int.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-prores_444_int] Error 1 TEST vsynth2-bpp1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-bpp1 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-bpp1 2020-07-26 22:01:08.308677545 +0000 @@ -1,4 +0,0 @@ -22664dc7e6cefc580b1456502c46eb10 *tests/data/fate/vsynth2-bpp1.avi -640460 tests/data/fate/vsynth2-bpp1.avi -f0dfc0e87e5d96bce29a5944b1bd7471 *tests/data/fate/vsynth2-bpp1.out.rawvideo -stddev: 68.98 PSNR: 11.36 MAXDIFF: 218 bytes: 7603200/ 7603200 Test vsynth2-bpp1 failed. Look at tests/data/fate/vsynth2-bpp1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-bpp1] Error 1 TEST vsynth2-bpp15 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-rgb 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth2-rgb 2020-07-26 22:01:07.745344853 +0000 @@ -1,4 +0,0 @@ -3f8f04636aa027d1fc8245b08c7a8414 *tests/data/fate/vsynth2-rgb.avi -15213252 tests/data/fate/vsynth2-rgb.avi -32fae3e665407bb4317b3f90fedb903c *tests/data/fate/vsynth2-rgb.out.rawvideo -stddev: 1.54 PSNR: 44.37 MAXDIFF: 17 bytes: 7603200/ 7603200 Test vsynth2-rgb failed. Look at tests/data/fate/vsynth2-rgb.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-rgb] Error 1 TEST vsynth2-mov-bgr24 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-bpp15 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-bpp15 2020-07-26 22:01:11.862006831 +0000 @@ -1,4 +0,0 @@ -1760b76ddf1df0092333434f1a97407b *tests/data/fate/vsynth2-bpp15.avi -10144452 tests/data/fate/vsynth2-bpp15.avi -9a40133384e3f22c960d70c8cfe51781 *tests/data/fate/vsynth2-bpp15.out.rawvideo -stddev: 33.97 PSNR: 17.51 MAXDIFF: 154 bytes: 7603200/ 7603200 Test vsynth2-bpp15 failed. Look at tests/data/fate/vsynth2-bpp15.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-bpp15] Error 1 TEST vsynth2-mov-bpp15 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mov-bgr24 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth2-mov-bgr24 2020-07-26 22:01:14.362003985 +0000 @@ -1,4 +0,0 @@ -1c5a5b9e299c5e02e757d8be98999cf4 *tests/data/fate/vsynth2-mov-bgr24.mov -15207169 tests/data/fate/vsynth2-mov-bgr24.mov -32fae3e665407bb4317b3f90fedb903c *tests/data/fate/vsynth2-mov-bgr24.out.rawvideo -stddev: 1.54 PSNR: 44.37 MAXDIFF: 17 bytes: 7603200/ 7603200 Test vsynth2-mov-bgr24 failed. Look at tests/data/fate/vsynth2-mov-bgr24.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-mov-bgr24] Error 1 TEST vsynth2-mov-bpp16 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mov-bpp15 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth2-mov-bpp15 2020-07-26 22:01:19.808664449 +0000 @@ -1,4 +0,0 @@ -a004683db50f49520abd74479b25cbd1 *tests/data/fate/vsynth2-mov-bpp15.mov -10138329 tests/data/fate/vsynth2-mov-bpp15.mov -eb3f0c974ed17ede7cd3ce30ce417d8d *tests/data/fate/vsynth2-mov-bpp15.out.rawvideo -stddev: 2.81 PSNR: 39.14 MAXDIFF: 19 bytes: 7603200/ 7603200 Test vsynth2-mov-bpp15 failed. Look at tests/data/fate/vsynth2-mov-bpp15.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-mov-bpp15] Error 1 TEST vsynth2-roqvideo --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mov-bpp16 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth2-mov-bpp16 2020-07-26 22:01:21.148662923 +0000 @@ -1,4 +0,0 @@ -b7ffee543580662d2cae327233816fca *tests/data/fate/vsynth2-mov-bpp16.mov -10138329 tests/data/fate/vsynth2-mov-bpp16.mov -7747ab837f0e832be2124120d4f7df1c *tests/data/fate/vsynth2-mov-bpp16.out.rawvideo -stddev: 2.21 PSNR: 41.24 MAXDIFF: 18 bytes: 7603200/ 7603200 Test vsynth2-mov-bpp16 failed. Look at tests/data/fate/vsynth2-mov-bpp16.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-mov-bpp16] Error 1 TEST vsynth2-rv10 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-prores_ks 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth2-prores_ks 2020-07-26 22:00:20.295398945 +0000 @@ -1,4 +0,0 @@ -abde4f84a5e4060492e3d8fcb56f2467 *tests/data/fate/vsynth2-prores_ks.mov -3868162 tests/data/fate/vsynth2-prores_ks.mov -fe7ad707205c6100e9a3956d4e1c300e *tests/data/fate/vsynth2-prores_ks.out.rawvideo -stddev: 1.17 PSNR: 46.72 MAXDIFF: 14 bytes: 7603200/ 7603200 Test vsynth2-prores_ks failed. Look at tests/data/fate/vsynth2-prores_ks.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-prores_ks] Error 1 TEST vsynth2-rv20 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-rv10 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth2-rv10 2020-07-26 22:01:27.928655205 +0000 @@ -1,4 +0,0 @@ -45a1e6800af36b7e2d42cadd2b6d1447 *tests/data/fate/vsynth2-rv10.rm -210679 tests/data/fate/vsynth2-rv10.rm -d77291a0611eeec0667bbc3aba7190b8 *tests/data/fate/vsynth2-rv10.out.rawvideo -stddev: 6.12 PSNR: 32.39 MAXDIFF: 83 bytes: 7603200/ 7603200 Test vsynth2-rv10 failed. Look at tests/data/fate/vsynth2-rv10.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-rv10] Error 1 TEST vsynth2-snow --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-rv20 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth2-rv20 2020-07-26 22:01:35.188646942 +0000 @@ -1,4 +0,0 @@ -17ea9a2979ce2a39a390643af5112fa6 *tests/data/fate/vsynth2-rv20.rm -210658 tests/data/fate/vsynth2-rv20.rm -3aa8e0c1d5dcf3f07960ac0a2d439b48 *tests/data/fate/vsynth2-rv20.out.rawvideo -stddev: 6.19 PSNR: 32.28 MAXDIFF: 81 bytes: 7603200/ 7603200 Test vsynth2-rv20 failed. Look at tests/data/fate/vsynth2-rv20.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-rv20] Error 1 TEST vsynth2-snow-hpel --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-msvideo1 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-msvideo1 2020-07-26 21:59:42.435442170 +0000 @@ -1,4 +0,0 @@ -92708a8eb94d1dc80ae3508c4f712e54 *tests/data/fate/vsynth2-msvideo1.avi -1301740 tests/data/fate/vsynth2-msvideo1.avi -9b6e5905b00c64ed936293f85abbd6cf *tests/data/fate/vsynth2-msvideo1.out.rawvideo -stddev: 9.04 PSNR: 29.01 MAXDIFF: 169 bytes: 7603200/ 7603200 Test vsynth2-msvideo1 failed. Look at tests/data/fate/vsynth2-msvideo1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-msvideo1] Error 1 TEST vsynth2-snow-ll --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-snow-hpel 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth2-snow-hpel 2020-07-26 22:01:44.341969860 +0000 @@ -1,4 +0,0 @@ -9bc409e4794ee50691a26c9c836d31a7 *tests/data/fate/vsynth2-snow-hpel.avi -79728 tests/data/fate/vsynth2-snow-hpel.avi -2cc64d8171175a1532fd7d3ed3011fbf *tests/data/fate/vsynth2-snow-hpel.out.rawvideo -stddev: 13.70 PSNR: 25.39 MAXDIFF: 162 bytes: 7603200/ 7603200 Test vsynth2-snow-hpel failed. Look at tests/data/fate/vsynth2-snow-hpel.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-snow-hpel] Error 1 TEST vsynth2-svq1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-snow 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth2-snow 2020-07-26 22:01:36.565312042 +0000 @@ -1,4 +0,0 @@ -0a41e73ddd2f54936490655b46dad4a3 *tests/data/fate/vsynth2-snow.avi -72868 tests/data/fate/vsynth2-snow.avi -34a75f5cf8a71159f1a572d9cedcfef9 *tests/data/fate/vsynth2-snow.out.rawvideo -stddev: 13.73 PSNR: 25.37 MAXDIFF: 162 bytes: 7603200/ 7603200 Test vsynth2-snow failed. Look at tests/data/fate/vsynth2-snow.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-snow] Error 1 TEST vsynth2-r210 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-r210 2018-12-03 16:52:21.338556264 +0000 +++ tests/data/fate/vsynth2-r210 2020-07-26 22:03:04.088545905 +0000 @@ -1,4 +0,0 @@ -9a27c0c96f9e658d610d2590b61416a1 *tests/data/fate/vsynth2-r210.avi -22125252 tests/data/fate/vsynth2-r210.avi -d43196c64fd611f6e9c046e0ef3e570e *tests/data/fate/vsynth2-r210.out.rawvideo -stddev: 1.37 PSNR: 45.34 MAXDIFF: 14 bytes: 7603200/ 7603200 Test vsynth2-r210 failed. Look at tests/data/fate/vsynth2-r210.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-r210] Error 1 TEST vsynth2-v210 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-v210 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth2-v210 2020-07-26 22:03:14.335200942 +0000 @@ -1,4 +0,0 @@ -7a4f5840860ae0bec0c354025b488118 *tests/data/fate/vsynth2-v210.avi -14752452 tests/data/fate/vsynth2-v210.avi -99e367a50da75c2c187230889bee8e2e *tests/data/fate/vsynth2-v210.out.rawvideo -stddev: 0.40 PSNR: 56.06 MAXDIFF: 9 bytes: 7603200/ 7603200 Test vsynth2-v210 failed. Look at tests/data/fate/vsynth2-v210.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-v210] Error 1 TEST vsynth2-v210-10 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-v210-10 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth2-v210-10 2020-07-26 22:03:17.401864129 +0000 @@ -1,4 +0,0 @@ -d078cb3cbbbc022ed7c5c448026b050a *tests/data/fate/vsynth2-v210-10.avi -14752452 tests/data/fate/vsynth2-v210-10.avi -8bb1c449e1a2a94fd0d98841c04246bb *tests/data/fate/vsynth2-v210-10.out.rawvideo -stddev: 0.39 PSNR: 56.17 MAXDIFF: 9 bytes: 7603200/ 7603200 Test vsynth2-v210-10 failed. Look at tests/data/fate/vsynth2-v210-10.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-v210-10] Error 1 TEST vsynth2-v308 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-v308 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth2-v308 2020-07-26 22:03:20.515193930 +0000 @@ -1,4 +0,0 @@ -866fb5095976d62279c402023526d7a9 *tests/data/fate/vsynth2-v308.avi -15213252 tests/data/fate/vsynth2-v308.avi -8394327c14ef0b6fbaae3b69fcc5572a *tests/data/fate/vsynth2-v308.out.rawvideo -stddev: 0.50 PSNR: 54.10 MAXDIFF: 13 bytes: 7603200/ 7603200 Test vsynth2-v308 failed. Look at tests/data/fate/vsynth2-v308.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-v308] Error 1 TEST vsynth2-v408 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-v408 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth2-v408 2020-07-26 22:03:24.405189516 +0000 @@ -1,4 +0,0 @@ -a9b25bf6f9559cdbe795913cc69d5c0f *tests/data/fate/vsynth2-v408.avi -20282052 tests/data/fate/vsynth2-v408.avi -36d7ca943916e1743cefa609eba0205c *tests/data/fate/vsynth2-v408.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth2-v408 failed. Look at tests/data/fate/vsynth2-v408.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-v408] Error 1 TEST vsynth2-avui --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-avui 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth2-avui 2020-07-26 22:03:28.521851513 +0000 @@ -1,4 +0,0 @@ -4a08755db5e09933a45178bc6f5f61b6 *tests/data/fate/vsynth2-avui.mov -42625037 tests/data/fate/vsynth2-avui.mov -36d7ca943916e1743cefa609eba0205c *tests/data/fate/vsynth2-avui.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth2-avui failed. Look at tests/data/fate/vsynth2-avui.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-avui] Error 1 TEST vsynth2-wmv1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-wmv1 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth2-wmv1 2020-07-26 22:03:34.645177900 +0000 @@ -1,4 +0,0 @@ -1e041a3ffcdbc4ebfe5e4b43c3d177e2 *tests/data/fate/vsynth2-wmv1.avi -172404 tests/data/fate/vsynth2-wmv1.avi -da619b78881243205024fca4c525d8cc *tests/data/fate/vsynth2-wmv1.out.rawvideo -stddev: 6.01 PSNR: 32.54 MAXDIFF: 88 bytes: 7603200/ 7603200 Test vsynth2-wmv1 failed. Look at tests/data/fate/vsynth2-wmv1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-wmv1] Error 1 TEST vsynth2-wmv2 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-wmv2 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth2-wmv2 2020-07-26 22:03:43.658501012 +0000 @@ -1,4 +0,0 @@ -a999f38b25de2ff43438802e40c1ce70 *tests/data/fate/vsynth2-wmv2.avi -173822 tests/data/fate/vsynth2-wmv2.avi -cfcdca2c4b183c5502cd6ec69e573127 *tests/data/fate/vsynth2-wmv2.out.rawvideo -stddev: 6.02 PSNR: 32.54 MAXDIFF: 88 bytes: 7603200/ 7603200 Test vsynth2-wmv2 failed. Look at tests/data/fate/vsynth2-wmv2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-wmv2] Error 1 TEST vsynth2-yuv --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-yuv 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth2-yuv 2020-07-26 22:03:53.125156945 +0000 @@ -1,4 +0,0 @@ -5eda550fac21e8913cbb2c88e4f0791a *tests/data/fate/vsynth2-yuv.avi -7610052 tests/data/fate/vsynth2-yuv.avi -36d7ca943916e1743cefa609eba0205c *tests/data/fate/vsynth2-yuv.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth2-yuv failed. Look at tests/data/fate/vsynth2-yuv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-yuv] Error 1 TEST vsynth2-xface --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-snow-ll 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth2-snow-ll 2020-07-26 22:02:13.951936188 +0000 @@ -1,4 +0,0 @@ -4934defc7c2d3f3b6b74a8d3d877cd96 *tests/data/fate/vsynth2-snow-ll.avi -2829418 tests/data/fate/vsynth2-snow-ll.avi -36d7ca943916e1743cefa609eba0205c *tests/data/fate/vsynth2-snow-ll.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth2-snow-ll failed. Look at tests/data/fate/vsynth2-snow-ll.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-snow-ll] Error 1 TEST vsynth2-yuv4 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-xface 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth2-xface 2020-07-26 22:03:55.098488041 +0000 @@ -1,4 +0,0 @@ -c498ec3b58b86b8164cef9d63184fa6d *tests/data/fate/vsynth2-xface.nut -16423 tests/data/fate/vsynth2-xface.nut -9106961054b226c360f284272cfd4474 *tests/data/fate/vsynth2-xface.out.rawvideo -stddev: 85.41 PSNR: 9.50 MAXDIFF: 250 bytes: 7603200/ 7603200 Test vsynth2-xface failed. Look at tests/data/fate/vsynth2-xface.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-xface] Error 1 TEST vsynth2-y41p --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-yuv4 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth2-yuv4 2020-07-26 22:03:57.368485468 +0000 @@ -1,4 +0,0 @@ -a62377e0d0a7eba811aada12434959f0 *tests/data/fate/vsynth2-yuv4.avi -7610052 tests/data/fate/vsynth2-yuv4.avi -36d7ca943916e1743cefa609eba0205c *tests/data/fate/vsynth2-yuv4.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth2-yuv4 failed. Look at tests/data/fate/vsynth2-yuv4.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-yuv4] Error 1 TEST vsynth2-zlib --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-y41p 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth2-y41p 2020-07-26 22:03:58.848483790 +0000 @@ -1,4 +0,0 @@ -4eda6db518001a8f2bbb2ec4b414b05a *tests/data/fate/vsynth2-y41p.avi -7610052 tests/data/fate/vsynth2-y41p.avi -7c760febffcf1c2e43e494f38b010af1 *tests/data/fate/vsynth2-y41p.out.rawvideo -stddev: 1.32 PSNR: 45.72 MAXDIFF: 34 bytes: 7603200/ 7603200 Test vsynth2-y41p failed. Look at tests/data/fate/vsynth2-y41p.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-y41p] Error 1 TEST seek-lavf-flv TEST seek-lavf-mxf_opatom TEST h264-encparams TEST vp9-encparams TEST api-seek --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-zlib 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth2-zlib 2020-07-26 22:03:59.688482838 +0000 @@ -1,4 +0,0 @@ -8d2783483b354e7836cfc45a7241c4eb *tests/data/fate/vsynth2-zlib.avi -11760520 tests/data/fate/vsynth2-zlib.avi -32fae3e665407bb4317b3f90fedb903c *tests/data/fate/vsynth2-zlib.out.rawvideo -stddev: 1.54 PSNR: 44.37 MAXDIFF: 17 bytes: 7603200/ 7603200 Test vsynth2-zlib failed. Look at tests/data/fate/vsynth2-zlib.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:256: fate-vsynth2-zlib] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-svq1 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth2-svq1 2020-07-26 22:02:56.491887862 +0000 @@ -1,4 +0,0 @@ -1c12440c323bc8ace5464587b5369c4a *tests/data/fate/vsynth2-svq1.mov -940289 tests/data/fate/vsynth2-svq1.mov -a8cd3b833cd7f570ddbf1e6b3eb125b6 *tests/data/fate/vsynth2-svq1.out.rawvideo -stddev: 3.71 PSNR: 36.72 MAXDIFF: 210 bytes: 7603200/ 7603200 Test vsynth2-svq1 failed. Look at tests/data/fate/vsynth2-svq1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:255: fate-vsynth2-svq1] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-roqvideo 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth2-roqvideo 2020-07-26 22:01:26.741989889 +0000 @@ -1,4 +0,0 @@ -f6caa394394e07b16c73fa2bb4807a88 *tests/data/fate/vsynth2-roqvideo.roq -92517 tests/data/fate/vsynth2-roqvideo.roq -a80f3f01b06b062ae416bee6a65917e9 *tests/data/fate/vsynth2-roqvideo.out.rawvideo -stddev: 4.87 PSNR: 34.37 MAXDIFF: 73 bytes: 7603200/ 760320 Test vsynth2-roqvideo failed. Look at tests/data/fate/vsynth2-roqvideo.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:255: fate-vsynth2-roqvideo] Error 1 make: Target 'fate' not remade because of errors.