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-flac-test.o CC tests/api/api-threadmessage-test.o CC tests/api/api-seek-test.o HOSTCC tests/audiogen.o CC tests/api/api-band-test.o HOSTCC tests/videogen.o CC tests/api/api-h264-test.o CC tests/api/api-h264-slice-test.o CC tests/api/api-codec-param-test.o CC tests/dnn/dnn-layer-pad-test.o CC tests/dnn/dnn-layer-conv2d-test.o CC tests/dnn/dnn-layer-depth2space-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:5503:5: note: declared here 5503 | 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:4859:5: note: declared here 4859 | int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame, | ^~~~~~~~~~~~~~~~~~~~~ CC tests/dnn/dnn-layer-maximum-test.o CC libavcodec/dctref.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:4908:5: note: declared here 4908 | int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, | ^~~~~~~~~~~~~~~~~~~~~ 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:4908:5: note: declared here 4908 | int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, | ^~~~~~~~~~~~~~~~~~~~~ CC libavcodec/tests/h264_levels.o CC libavcodec/tests/h265_levels.o CC libavcodec/tests/iirfilter.o CC libavcodec/tests/mpeg12framerate.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:4908:5: note: declared here 4908 | int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, | ^~~~~~~~~~~~~~~~~~~~~ CC libavcodec/tests/options.o CC libavcodec/tests/rangecoder.o CC libavcodec/tests/mathops.o CC libavcodec/tests/jpeg2000dwt.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:4908:5: note: declared here 4908 | 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 libavcodec/tests/utils.o CC libavcodec/tests/mjpegenc_huffman.o 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 src/libavcodec/tests/utils.c: In function ‘main’: src/libavcodec/tests/utils.c:25:5: warning: ‘av_codec_next’ is deprecated [-Wdeprecated-declarations] 25 | while (codec = av_codec_next(codec)) { | ^~~~~ In file included from src/libavcodec/tests/utils.c:19: src/libavcodec/avcodec.h:4197:10: note: declared here 4197 | AVCodec *av_codec_next(const AVCodec *c); | ^~~~~~~~~~~~~ GEN tests/data/add_keyframe_index.flv GEN tests/data/live_no_endlist.m3u8 GEN tests/data/live_last_endlist.m3u8 make: *** [/home/fate/ffmpeg/tests/fate/flvenc.mak:3: tests/data/add_keyframe_index.flv] Error 1 GEN tests/data/live_endlist.m3u8 GEN tests/data/hls_segment_size.m3u8 In file included from src/libavcodec/tests/options.c:22: src/libavcodec/options.c: In function ‘codec_child_class_next’: src/libavcodec/options.c:61:5: warning: ‘av_codec_next’ is deprecated [-Wdeprecated-declarations] 61 | while (prev && (c = av_codec_next(c))) | ^~~~~ In file included from src/libavcodec/options.c:27, from src/libavcodec/tests/options.c:22: src/libavcodec/avcodec.h:4197:10: note: declared here 4197 | AVCodec *av_codec_next(const AVCodec *c); | ^~~~~~~~~~~~~ In file included from src/libavcodec/tests/options.c:22: src/libavcodec/options.c:66:5: warning: ‘av_codec_next’ is deprecated [-Wdeprecated-declarations] 66 | while (c = av_codec_next(c)) | ^~~~~ In file included from src/libavcodec/options.c:27, from src/libavcodec/tests/options.c:22: src/libavcodec/avcodec.h:4197:10: note: declared here 4197 | AVCodec *av_codec_next(const AVCodec *c); | ^~~~~~~~~~~~~ src/libavcodec/tests/options.c: In function ‘test_copy’: src/libavcodec/tests/options.c:152:5: warning: ‘avcodec_copy_context’ is deprecated [-Wdeprecated-declarations] 152 | avcodec_copy_context(ctx2, ctx1); | ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavcodec/tests/options.c:22: src/libavcodec/options.c:215:5: note: declared here 215 | 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:215:5: note: declared here 215 | int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src) | ^~~~~~~~~~~~~~~~~~~~ src/libavcodec/tests/options.c: In function ‘main’: src/libavcodec/tests/options.c:188:9: warning: ‘avcodec_register’ is deprecated [-Wdeprecated-declarations] 188 | 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:4225:6: note: declared here 4225 | void avcodec_register(AVCodec *codec); | ^~~~~~~~~~~~~~~~ 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 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/select-alternate COPY tests/data/filtergraphs/setpts COPY tests/data/filtergraphs/alphamerge_alphaextract_rgb COPY tests/data/filtergraphs/alphamerge_alphaextract_yuv CC libavfilter/tests/filtfmts.o COPY tests/test_copy.ffmeta GEN tests/data/hevc-mp4.mov GEN tests/data/fits-multi.fits COPY tests/data/filtergraphs/hqdn3d COPY tests/data/filtergraphs/overlay-dvdsub-2397 COPY tests/data/filtergraphs/gradfun GEN tests/data/file4560-override2rotate0.mov GEN tests/data/lena-gray.fits make: *** [/home/fate/ffmpeg/tests/fate/fits.mak:3: tests/data/fits-multi.fits] Error 1 GEN tests/data/lena-gbrp.fits GEN tests/data/lena-gbrp16.fits GEN tests/data/lena-gbrap16le.fits make: *** [/home/fate/ffmpeg/tests/fate/fits.mak:16: tests/data/lena-gbrp.fits] Error 1 make: *** [/home/fate/ffmpeg/tests/fate/fits.mak:16: tests/data/lena-gbrp16.fits] Error 1 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 make: *** [/home/fate/ffmpeg/tests/fate/fits.mak:16: tests/data/lena-gbrap16le.fits] Error 1 GEN tests/data/hapalphaonly_nosnappy.mov GEN tests/data/hapq_nosnappy.mov HOSTLD tests/base64 HOSTLD tests/tiny_psnr HOSTLD tests/tiny_ssim HOSTLD tests/audiomatch CC tests/checkasm/aacpsdsp.o CC tests/checkasm/af_afir.o CC tests/checkasm/alacdsp.o 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/synth_filter.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 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-maximum-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 CC libavutil/tests/murmur3.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/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 GEN tests/data/asynth-22050-6.wav GEN tests/data/asynth-22050-1.wav GEN tests/data/asynth-44100-2.wav GEN tests/data/asynth-44100-3.wav LD libavformat/tests/fifo_muxer GEN tests/data/asynth-44100-1.wav TEST filter-apad TEST filter-anequalizer TEST filter-asetnsamples-pad TEST filter-asetnsamples-nopad TEST filter-asetrate TEST filter-chorus TEST filter-dcshift TEST filter-earwax TEST filter-extrastereo TEST filter-firequalizer TEST filter-pan-mono1 TEST filter-pan-mono2 TEST filter-pan-stereo1 TEST filter-pan-stereo2 TEST filter-pan-stereo3 TEST filter-pan-stereo4 TEST filter-pan-upmix1 GEN tests/data/asynth-44100-4.wav GEN tests/data/asynth-44100-11.wav TEST filter-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-join TEST filter-channelsplit TEST filter-volume CC libavfilter/tests/formats.o 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 TEST filter-lavd-life TEST filter-testsrc2-yuv420p TEST filter-lavd-testsrc TEST filter-testsrc2-yuv444p TEST filter-testsrc2-rgb24 TEST filter-testsrc2-rgba TEST filter-allrgb TEST filter-allyuv TEST filter-pal75bars TEST filter-pal100bars TEST filter-rgbtestsrc TEST filter-smptebars TEST filter-smptehdbars TEST filter-yuvtestsrc-yuv444p TEST filter-yuvtestsrc-yuv444p12 TEST filter-framerate-up TEST filter-framerate-down TEST filter-framerate-12bit-up TEST filter-framerate-12bit-down 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-48000 TEST swr-resample-s16p-44100-8000 TEST swr-resample-s16p-44100-96000 GEN tests/data/asynth-48000-1.wav TEST swr-resample-s32p-2626-8000 TEST swr-resample-s32p-2626-44100 GEN tests/data/asynth-96000-1.wav 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-8000 TEST swr-resample-fltp-48000-2626 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-48000 TEST swr-resample-dblp-8000-44100 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-48000 TEST swr-resample_exact-dblp-2626-8000 TEST swr-resample_exact-fltp-96000-44100 TEST swr-resample_exact-dblp-2626-48000 TEST swr-resample_exact-dblp-2626-44100 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-48000-8000 TEST swr-resample_exact_lin_async-s16p-44100-48000 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-s24le_planar TEST acodec-pcm-s16le_planar TEST acodec-pcm-s32le_planar TEST acodec-adpcm-adx TEST acodec-adpcm-ima_qt TEST acodec-adpcm-ima_wav TEST acodec-adpcm-ms TEST acodec-adpcm-swf TEST acodec-adpcm-yamaha TEST acodec-adpcm-adx-trellis TEST acodec-adpcm-ima_qt-trellis TEST acodec-adpcm-ima_wav-trellis TEST acodec-adpcm-ms-trellis TEST acodec-adpcm-swf-trellis TEST acodec-adpcm-yamaha-trellis TEST acodec-mp2 TEST acodec-mp2fixed TEST acodec-alac TEST acodec-dca TEST acodec-dca2 TEST acodec-flac TEST acodec-flac-exact-rice TEST acodec-g723_1 TEST acodec-ra144 TEST acodec-roqaudio TEST acodec-s302m TEST acodec-wavpack TEST acodec-tta GEN tests/data/vsynth1.yuv HOSTLD tests/rotozoom GEN tests/data/vsynth3.yuv LD libavformat/tests/seek LD libavfilter/tests/filtfmts GEN tests/data/ffprobe-test.nut TEST probe-format-roundup997 TEST probe-format-roundup1383 TEST probe-format-roundup1414 TEST probe-format-roundup2015 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-fixed-2.0 TEST ac3-5.1-downmix-stereo 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 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 --- /home/fate/ffmpeg/tests/ref/fate/bmp-4bit 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/bmp-4bit 2020-04-04 16:04:27.878323878 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 127x64 -#sar 0: 0/1 -0, 0, 0, 1, 24384, 0x322d81f4 --- /home/fate/ffmpeg/tests/ref/fate/bmp-1bit 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/bmp-1bit 2020-04-04 16:04:27.874990549 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 127x64 -#sar 0: 0/1 -0, 0, 0, 1, 24384, 0x4c968301 Test bmp-4bit failed. Look at tests/data/fate/bmp-4bit.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-bmp-4bit] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/bmp-4bit-os2 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/bmp-4bit-os2 2020-04-04 16:04:27.884990535 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 300x22 -#sar 0: 0/1 -0, 0, 0, 1, 19800, 0x563b599a Test bmp-1bit failed. Look at tests/data/fate/bmp-1bit.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-bmp-1bit] Error 1 TEST bmp-8bit-os2 TEST bmp-15bit Test bmp-4bit-os2 failed. Look at tests/data/fate/bmp-4bit-os2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-bmp-4bit-os2] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/bmp-8bit 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/bmp-8bit 2020-04-04 16:04:27.898323849 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 127x64 -#sar 0: 0/1 -0, 0, 0, 1, 24384, 0xa7aa6b9b TEST bmp-15bit-mask Test bmp-8bit failed. Look at tests/data/fate/bmp-8bit.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-bmp-8bit] Error 1 TEST bmp-16bit-mask --- /home/fate/ffmpeg/tests/ref/fate/bmp-8bit-os2 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/bmp-8bit-os2 2020-04-04 16:04:27.921657151 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 127x64 -#sar 0: 0/1 -0, 0, 0, 1, 24384, 0xa7aa6b9b Test bmp-8bit-os2 failed. Look at tests/data/fate/bmp-8bit-os2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-bmp-8bit-os2] Error 1 TEST bmp-24bit TEST bmp-32bit TEST bmp-32bit-mask TEST bmp-rle4 TEST bmp-rle8 TEST cbs-av1-av1-1-b8-02-allintra --- /home/fate/ffmpeg/tests/ref/fate/bmp-32bit 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/bmp-32bit 2020-04-04 16:04:27.964990423 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 127x64 -#sar 0: 0/1 -0, 0, 0, 1, 24384, 0x325dd8d9 TEST cbs-av1-av1-1-b8-03-sizedown --- /home/fate/ffmpeg/tests/ref/fate/bmp-32bit-mask 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/bmp-32bit-mask 2020-04-04 16:04:27.968323752 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 127x64 -#sar 0: 0/1 -0, 0, 0, 1, 24384, 0x325dd8d9 Test bmp-32bit-mask failed. Look at tests/data/fate/bmp-32bit-mask.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-bmp-32bit-mask] Error 1 Test bmp-32bit failed. Look at tests/data/fate/bmp-32bit.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-bmp-32bit] Error 1 TEST cbs-av1-av1-1-b8-04-cdfupdate TEST cbs-av1-av1-1-b8-05-mv TEST cbs-av1-av1-1-b8-03-sizeup --- /home/fate/ffmpeg/tests/ref/fate/bmp-rle4 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/bmp-rle4 2020-04-04 16:04:27.978323738 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 127x64 -#sar 0: 0/1 -0, 0, 0, 1, 24384, 0x322d81f4 Test bmp-rle4 failed. Look at tests/data/fate/bmp-rle4.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-bmp-rle4] Error 1 TEST cbs-av1-av1-1-b8-06-mfmv --- /home/fate/ffmpeg/tests/ref/fate/bmp-rle8 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/bmp-rle8 2020-04-04 16:04:27.984990396 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 127x64 -#sar 0: 0/1 -0, 0, 0, 1, 24384, 0xa7aa6b9b TEST cbs-av1-av1-1-b8-22-svc-L1T2 Test bmp-rle8 failed. Look at tests/data/fate/bmp-rle8.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-bmp-rle8] Error 1 TEST cbs-av1-av1-1-b8-22-svc-L2T1 TEST cbs-av1-av1-1-b8-22-svc-L2T2 TEST cbs-av1-av1-1-b10-23-film_grain-50 TEST cbs-av1-av1-1-b8-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 --- /home/fate/ffmpeg/tests/ref/fate/cdxl-pal8-small 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/cdxl-pal8-small 2020-04-04 16:04:28.634989488 +0000 @@ -1,51 +0,0 @@ -#tb 0: 368/11025 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 128x80 -#sar 0: 0/1 -0, 0, 0, 1, 30720, 0x0d552cfd -0, 1, 1, 1, 30720, 0x3cf93291 -0, 2, 2, 1, 30720, 0xe45b2868 -0, 3, 3, 1, 30720, 0xb5df289b -0, 4, 4, 1, 30720, 0x2562259e -0, 5, 5, 1, 30720, 0xbf171878 -0, 6, 6, 1, 30720, 0x695b1d73 -0, 7, 7, 1, 30720, 0x89ef1614 -0, 8, 8, 1, 30720, 0xe12a1dd9 -0, 9, 9, 1, 30720, 0x49622ffa -0, 10, 10, 1, 30720, 0xd6832703 -0, 11, 11, 1, 30720, 0xec1d0cb7 -0, 12, 12, 1, 30720, 0x8bee0525 -0, 13, 13, 1, 30720, 0x1e0cf0c4 -0, 14, 14, 1, 30720, 0xf83fd9db -0, 15, 15, 1, 30720, 0xffb0d6ab -0, 16, 16, 1, 30720, 0xe37fe239 -0, 17, 17, 1, 30720, 0x74b0f856 -0, 18, 18, 1, 30720, 0x9c88d3e1 -0, 19, 19, 1, 30720, 0x714db368 -0, 20, 20, 1, 30720, 0x6c8e8860 -0, 21, 21, 1, 30720, 0x804968e6 -0, 22, 22, 1, 30720, 0x7ac56ae4 -0, 23, 23, 1, 30720, 0xffd85cbf -0, 24, 24, 1, 30720, 0x1f8455f9 -0, 25, 25, 1, 30720, 0x3ae65296 -0, 26, 26, 1, 30720, 0x9e544ecd -0, 27, 27, 1, 30720, 0x35678e5a -0, 28, 28, 1, 30720, 0x04bae866 -0, 29, 29, 1, 30720, 0xb126ed94 -0, 30, 30, 1, 30720, 0x1720efc5 -0, 31, 31, 1, 30720, 0x4c1b01c2 -0, 32, 32, 1, 30720, 0xd0a1e866 -0, 33, 33, 1, 30720, 0x0d330789 -0, 34, 34, 1, 30720, 0xf5ac08bb -0, 35, 35, 1, 30720, 0x9abe0d83 -0, 36, 36, 1, 30720, 0xa44c02f4 -0, 37, 37, 1, 30720, 0xdc4cc688 -0, 38, 38, 1, 30720, 0x22eef3c1 -0, 39, 39, 1, 30720, 0xcfbc0d1d -0, 40, 40, 1, 30720, 0x7104ea31 -0, 41, 41, 1, 30720, 0x80daecfb -0, 42, 42, 1, 30720, 0xe1bab995 -0, 43, 43, 1, 30720, 0x43f4b896 -0, 44, 44, 1, 30720, 0xa0d2bf5c -0, 45, 45, 1, 30720, 0x3556a114 TEST cover-art-ogg --- /home/fate/ffmpeg/tests/ref/fate/cdxl-pal8 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/cdxl-pal8 2020-04-04 16:04:28.631656159 +0000 @@ -1,16 +0,0 @@ -#tb 0: 1/50 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 176x128 -#sar 0: 0/1 -0, 0, 0, 1, 67584, 0x5eae629b -0, 1, 1, 1, 67584, 0x32591227 -0, 2, 2, 1, 67584, 0x4e4424c7 -0, 3, 3, 1, 67584, 0x70db0134 -0, 4, 4, 1, 67584, 0x3550ed0b -0, 5, 5, 1, 67584, 0x86fe3eef -0, 6, 6, 1, 67584, 0x3414bb33 -0, 7, 7, 1, 67584, 0x667bfb91 -0, 8, 8, 1, 67584, 0x6e1a4ccb -0, 9, 9, 1, 67584, 0xf723f9ae -0, 10, 10, 1, 67584, 0x88481d5d Test cdxl-pal8-small failed. Look at tests/data/fate/cdxl-pal8-small.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-cdxl-pal8-small] Error 1 TEST cover-art-wma TEST cover-art-wma-id3 TEST cover-art-wma-metadatalib TEST cover-art-wv Test cdxl-pal8 failed. Look at tests/data/fate/cdxl-pal8.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-cdxl-pal8] Error 1 TEST dfa1 TEST dfa2 TEST dfa3 TEST dfa4 TEST dfa5 --- /home/fate/ffmpeg/tests/ref/fate/dfa1 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/dfa1 2020-04-04 16:04:28.691656076 +0000 @@ -1,30 +0,0 @@ -#tb 0: 16/125 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 640x480 -#sar 0: 0/1 -0, 0, 0, 1, 921600, 0xb69faa34 -0, 1, 1, 1, 921600, 0x38680829 -0, 2, 2, 1, 921600, 0xa7263c5a -0, 3, 3, 1, 921600, 0xa784626a -0, 4, 4, 1, 921600, 0xb4c47212 -0, 5, 5, 1, 921600, 0xd17285ea -0, 6, 6, 1, 921600, 0xe9b33902 -0, 7, 7, 1, 921600, 0x215ea693 -0, 8, 8, 1, 921600, 0xe2ab6c7a -0, 9, 9, 1, 921600, 0xf2867624 -0, 10, 10, 1, 921600, 0x607d78c1 -0, 11, 11, 1, 921600, 0x6e743bb7 -0, 12, 12, 1, 921600, 0x1fbf8f5a -0, 13, 13, 1, 921600, 0xac6c912e -0, 14, 14, 1, 921600, 0x556933bc -0, 15, 15, 1, 921600, 0xda4c242b -0, 16, 16, 1, 921600, 0xa6b32f83 -0, 17, 17, 1, 921600, 0x1ecc2996 -0, 18, 18, 1, 921600, 0xf1c3fc0f -0, 19, 19, 1, 921600, 0x3f1db909 -0, 20, 20, 1, 921600, 0x7582fb93 -0, 21, 21, 1, 921600, 0x102ba261 -0, 22, 22, 1, 921600, 0xfbcf9de0 -0, 23, 23, 1, 921600, 0xe9ecb4d9 -0, 24, 24, 1, 921600, 0x7ee36a42 TEST dfa6 Test dfa1 failed. Look at tests/data/fate/dfa1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-dfa1] Error 1 TEST dfa7 TEST dfa8 --- /home/fate/ffmpeg/tests/ref/fate/dfa2 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/dfa2 2020-04-04 16:04:28.704989391 +0000 @@ -1,22 +0,0 @@ -#tb 0: 71/1000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 640x480 -#sar 0: 0/1 -0, 0, 0, 1, 921600, 0x8a5d15df -0, 1, 1, 1, 921600, 0x92c01362 -0, 2, 2, 1, 921600, 0xe1a31643 -0, 3, 3, 1, 921600, 0x37a90fe2 -0, 4, 4, 1, 921600, 0x74410783 -0, 5, 5, 1, 921600, 0xecf4ef1a -0, 6, 6, 1, 921600, 0x4d7ff3d4 -0, 7, 7, 1, 921600, 0xac820317 -0, 8, 8, 1, 921600, 0xbe5ff56e -0, 9, 9, 1, 921600, 0x8e59c329 -0, 10, 10, 1, 921600, 0x73bf23f3 -0, 11, 11, 1, 921600, 0xb90c780f -0, 12, 12, 1, 921600, 0xfbd9dc32 -0, 13, 13, 1, 921600, 0x30586821 -0, 14, 14, 1, 921600, 0x6695195b -0, 15, 15, 1, 921600, 0xc449aa85 -0, 16, 16, 1, 921600, 0xca6a391c --- /home/fate/ffmpeg/tests/ref/fate/dfa3 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/dfa3 2020-04-04 16:04:28.708322719 +0000 @@ -1,15 +0,0 @@ -#tb 0: 1/10 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x200 -#sar 0: 0/1 -0, 0, 0, 1, 192000, 0x236a1b54 -0, 1, 1, 1, 192000, 0xfb438b68 -0, 2, 2, 1, 192000, 0xde504563 -0, 3, 3, 1, 192000, 0xfaf88e05 -0, 4, 4, 1, 192000, 0xe15de5af -0, 5, 5, 1, 192000, 0x641fcca4 -0, 6, 6, 1, 192000, 0x74899cb6 -0, 7, 7, 1, 192000, 0x93fdb1b4 -0, 8, 8, 1, 192000, 0x58d83456 -0, 9, 9, 1, 192000, 0x7d3012ac Test dfa3 failed. Look at tests/data/fate/dfa3.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-dfa3] Error 1 Test dfa2 failed. Look at tests/data/fate/dfa2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-dfa2] Error 1 TEST dfa9 TEST dfa10 --- /home/fate/ffmpeg/tests/ref/fate/dfa4 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/dfa4 2020-04-04 16:04:28.718322705 +0000 @@ -1,19 +0,0 @@ -#tb 0: 71/500 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 640x480 -#sar 0: 0/1 -0, 0, 0, 1, 921600, 0x00000000 -0, 1, 1, 1, 921600, 0xd9e060e3 -0, 2, 2, 1, 921600, 0x15e28dc7 -0, 3, 3, 1, 921600, 0x78e8bfbc -0, 4, 4, 1, 921600, 0xe9407075 -0, 5, 5, 1, 921600, 0xab818b8a -0, 6, 6, 1, 921600, 0xab818b8a -0, 7, 7, 1, 921600, 0xab818b8a -0, 8, 8, 1, 921600, 0xab818b8a -0, 9, 9, 1, 921600, 0xab818b8a -0, 10, 10, 1, 921600, 0xab818b8a -0, 11, 11, 1, 921600, 0xad5ad11c -0, 12, 12, 1, 921600, 0xe6e50f8c -0, 13, 13, 1, 921600, 0x9f127099 --- /home/fate/ffmpeg/tests/ref/fate/dfa5 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/dfa5 2020-04-04 16:04:28.718322705 +0000 @@ -1,20 +0,0 @@ -#tb 0: 1/10 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x200 -#sar 0: 0/1 -0, 0, 0, 1, 192000, 0x9754890f -0, 1, 1, 1, 192000, 0x01668965 -0, 2, 2, 1, 192000, 0xbd1b5e12 -0, 3, 3, 1, 192000, 0x2e97fb9f -0, 4, 4, 1, 192000, 0xf8b452e2 -0, 5, 5, 1, 192000, 0xc6859449 -0, 6, 6, 1, 192000, 0x910844f7 -0, 7, 7, 1, 192000, 0x99443581 -0, 8, 8, 1, 192000, 0xec52d1e5 -0, 9, 9, 1, 192000, 0x2fc66c35 -0, 10, 10, 1, 192000, 0xd9af7379 -0, 11, 11, 1, 192000, 0x947a26ef -0, 12, 12, 1, 192000, 0x7b77ab28 -0, 13, 13, 1, 192000, 0x2507637e -0, 14, 14, 1, 192000, 0x6ce8c0ea --- /home/fate/ffmpeg/tests/ref/fate/dfa7 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/dfa7 2020-04-04 16:04:28.731656020 +0000 @@ -1,17 +0,0 @@ -#tb 0: 71/1000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 46x57 -#sar 0: 0/1 -0, 0, 0, 1, 7866, 0xab73dae7 -0, 1, 1, 1, 7866, 0x100adec8 -0, 2, 2, 1, 7866, 0x1a20ddfa -0, 3, 3, 1, 7866, 0xc358cd16 -0, 4, 4, 1, 7866, 0xee0bd20e -0, 5, 5, 1, 7866, 0xef26bef9 -0, 6, 6, 1, 7866, 0xa9d0c755 -0, 7, 7, 1, 7866, 0x6c11cc7c -0, 8, 8, 1, 7866, 0x4d6ed988 -0, 9, 9, 1, 7866, 0x9965cf24 -0, 10, 10, 1, 7866, 0x9a12db24 -0, 11, 11, 1, 7866, 0x2e85cfeb --- /home/fate/ffmpeg/tests/ref/fate/dfa6 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/dfa6 2020-04-04 16:04:28.728322691 +0000 @@ -1,17 +0,0 @@ -#tb 0: 71/1000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x200 -#sar 0: 0/1 -0, 0, 0, 1, 192000, 0xb718dc63 -0, 1, 1, 1, 192000, 0x2efb7b89 -0, 2, 2, 1, 192000, 0x70827047 -0, 3, 3, 1, 192000, 0x61e1fd2f -0, 4, 4, 1, 192000, 0x06f8bccd -0, 5, 5, 1, 192000, 0xf0362404 -0, 6, 6, 1, 192000, 0xc00fc1b8 -0, 7, 7, 1, 192000, 0x94265476 -0, 8, 8, 1, 192000, 0x4b50ad23 -0, 9, 9, 1, 192000, 0x4d578b60 -0, 10, 10, 1, 192000, 0xfb14b875 -0, 11, 11, 1, 192000, 0x81682338 Test dfa4 failed. Look at tests/data/fate/dfa4.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-dfa4] Error 1 Test dfa7 failed. Look at tests/data/fate/dfa7.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-dfa7] Error 1 Test dfa5 failed. Look at tests/data/fate/dfa5.err for details. Test dfa6 failed. Look at tests/data/fate/dfa6.err for details. TEST dfa11 make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-dfa5] Error 1 make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-dfa6] Error 1 TEST dpcm-idroq TEST dpcm-interplay TEST dpcm-sierra --- /home/fate/ffmpeg/tests/ref/fate/dfa8 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/dfa8 2020-04-04 16:04:28.734989348 +0000 @@ -1,41 +0,0 @@ -#tb 0: 71/1000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 218x206 -#sar 0: 0/1 -0, 0, 0, 1, 134724, 0x53784ca9 -0, 1, 1, 1, 134724, 0x14c345b7 -0, 2, 2, 1, 134724, 0xe0d0dd51 -0, 3, 3, 1, 134724, 0xd53b5610 -0, 4, 4, 1, 134724, 0x7cbb8d47 -0, 5, 5, 1, 134724, 0x875d67c4 -0, 6, 6, 1, 134724, 0x9811c085 -0, 7, 7, 1, 134724, 0x25f6d228 -0, 8, 8, 1, 134724, 0x349495a0 -0, 9, 9, 1, 134724, 0xd0d75311 -0, 10, 10, 1, 134724, 0xb49cdfbb -0, 11, 11, 1, 134724, 0x9fa69518 -0, 12, 12, 1, 134724, 0x28a1f58c -0, 13, 13, 1, 134724, 0xb8dab657 -0, 14, 14, 1, 134724, 0x8c7e3b3b -0, 15, 15, 1, 134724, 0x37268acf -0, 16, 16, 1, 134724, 0xcce8ca02 -0, 17, 17, 1, 134724, 0xe0fd0c28 -0, 18, 18, 1, 134724, 0x5bdac906 -0, 19, 19, 1, 134724, 0xdd850bf0 -0, 20, 20, 1, 134724, 0x2002a228 -0, 21, 21, 1, 134724, 0x633617ea -0, 22, 22, 1, 134724, 0x2a3ef337 -0, 23, 23, 1, 134724, 0x507886c3 -0, 24, 24, 1, 134724, 0x51c0f07b -0, 25, 25, 1, 134724, 0x5e73dce1 -0, 26, 26, 1, 134724, 0x26acc6f0 -0, 27, 27, 1, 134724, 0x360c4349 -0, 28, 28, 1, 134724, 0xc7dbabd4 -0, 29, 29, 1, 134724, 0x671bbf66 -0, 30, 30, 1, 134724, 0x4d44df79 -0, 31, 31, 1, 134724, 0x69eade5b -0, 32, 32, 1, 134724, 0x2b1bca82 -0, 33, 33, 1, 134724, 0x8b16af47 -0, 34, 34, 1, 134724, 0xb59fa1bd -0, 35, 35, 1, 134724, 0x2ec17c24 --- /home/fate/ffmpeg/tests/ref/fate/dfa10 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/dfa10 2020-04-04 16:04:28.751655992 +0000 @@ -1,13 +0,0 @@ -#tb 0: 71/1000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x200 -#sar 0: 0/1 -0, 0, 0, 1, 192000, 0x7384f9b2 -0, 1, 1, 1, 192000, 0xd1f61c71 -0, 2, 2, 1, 192000, 0x0c6937d1 -0, 3, 3, 1, 192000, 0x56459a3a -0, 4, 4, 1, 192000, 0x6d011790 -0, 5, 5, 1, 192000, 0xb5347ce8 -0, 6, 6, 1, 192000, 0xcd422568 -0, 7, 7, 1, 192000, 0xde4fef2d Test dfa8 failed. Look at tests/data/fate/dfa8.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-dfa8] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/dfa9 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/dfa9 2020-04-04 16:04:28.748322663 +0000 @@ -1,11 +0,0 @@ -#tb 0: 71/1000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 338x225 -#sar 0: 0/1 -0, 0, 0, 1, 228150, 0xde68df49 -0, 1, 1, 1, 228150, 0x8e12bcaf -0, 2, 2, 1, 228150, 0x851b04f7 -0, 3, 3, 1, 228150, 0x7e5e0950 -0, 4, 4, 1, 228150, 0x1d92219f -0, 5, 5, 1, 228150, 0x93caa693 TEST dpcm-xan Test dfa10 failed. Look at tests/data/fate/dfa10.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-dfa10] Error 1 Test dfa9 failed. Look at tests/data/fate/dfa9.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-dfa9] Error 1 TEST filter-acrossfade TEST filter-stereotools TEST filter-silenceremove --- /home/fate/ffmpeg/tests/ref/fate/dfa11 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/dfa11 2020-04-04 16:04:28.764989306 +0000 @@ -1,14 +0,0 @@ -#tb 0: 71/1000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x200 -#sar 0: 0/1 -0, 0, 0, 1, 192000, 0x4269d703 -0, 1, 1, 1, 192000, 0xdf8667e7 -0, 2, 2, 1, 192000, 0x450026ad -0, 3, 3, 1, 192000, 0x2528ea52 -0, 4, 4, 1, 192000, 0x83bcd1ec -0, 5, 5, 1, 192000, 0x88d5ba27 -0, 6, 6, 1, 192000, 0x44424577 -0, 7, 7, 1, 192000, 0xd93f12a3 -0, 8, 8, 1, 192000, 0xcd625f3e Test dfa11 failed. Look at tests/data/fate/dfa11.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-dfa11] Error 1 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 --- /home/fate/ffmpeg/tests/ref/fate/gifenc-rgb8 2019-08-17 16:23:50.616845447 +0000 +++ tests/data/fate/gifenc-rgb8 2020-04-04 16:04:31.188319256 +0000 @@ -1,178 +0,0 @@ -#tb 0: 1/10 -#media_type 0: video -#codec_id 0: gif -#dimensions 0: 217x217 -#sar 0: 0/1 -0, 0, 0, 1, 1341, 0xaa85adb1 -0, 1, 1, 1, 236, 0xa46f676e, F=0x0 -0, 2, 2, 1, 186, 0xd99b4ec2, F=0x0 -0, 3, 3, 1, 208, 0xb9be5007, F=0x0 -0, 4, 4, 1, 282, 0xe43d8422, F=0x0 -0, 5, 5, 1, 209, 0xda215145, F=0x0 -0, 6, 6, 1, 225, 0xc6375b19, F=0x0 -0, 7, 7, 1, 204, 0x467a54c1, F=0x0 -0, 8, 8, 1, 181, 0x1c0e4dae, F=0x0 -0, 9, 9, 1, 200, 0xc55e53c1, F=0x0 -0, 10, 10, 1, 184, 0x87644454, F=0x0 -0, 11, 11, 1, 191, 0x3847484a, F=0x0 -0, 12, 12, 1, 290, 0x9ce37f1f, F=0x0 -0, 13, 13, 1, 153, 0x7ab03afc, F=0x0 -0, 14, 14, 1, 175, 0x64bc4621, F=0x0 -0, 15, 15, 1, 187, 0x9284451d, F=0x0 -0, 16, 16, 1, 418, 0x7b18c8a5, F=0x0 -0, 17, 17, 1, 200, 0xf8e5527f, F=0x0 -0, 18, 18, 1, 347, 0xbc6494eb, F=0x0 -0, 19, 19, 1, 176, 0x8d1842e5, F=0x0 -0, 20, 20, 1, 294, 0x52fe8678, F=0x0 -0, 21, 21, 1, 166, 0x614142a1, F=0x0 -0, 22, 22, 1, 306, 0xafe8850d, F=0x0 -0, 23, 23, 1, 180, 0xa2cc44a0, F=0x0 -0, 24, 24, 1, 207, 0x91e25233, F=0x0 -0, 25, 25, 1, 204, 0x0f174cb7, F=0x0 -0, 26, 26, 1, 259, 0x629071c3, F=0x0 -0, 27, 27, 1, 181, 0x950e4a15, F=0x0 -0, 28, 28, 1, 152, 0x77023d8a, F=0x0 -0, 29, 29, 1, 194, 0x890b4d08, F=0x0 -0, 30, 30, 1, 159, 0xaa5a397d, F=0x0 -0, 31, 31, 1, 162, 0x8ae73c95, F=0x0 -0, 32, 32, 1, 178, 0x7fba4974, F=0x0 -0, 33, 33, 1, 187, 0x41fd52cc, F=0x0 -0, 34, 34, 1, 336, 0xd8139332, F=0x0 -0, 35, 35, 1, 184, 0x61b3484a, F=0x0 -0, 36, 36, 1, 227, 0x8be2607e, F=0x0 -0, 37, 37, 1, 182, 0x9bc84478, F=0x0 -0, 38, 38, 1, 162, 0x33423e3c, F=0x0 -0, 39, 39, 1, 187, 0x62fd4805, F=0x0 -0, 40, 40, 1, 503, 0xfc0ce5c8, F=0x0 -0, 41, 41, 1, 167, 0x40bd40d7, F=0x0 -0, 42, 42, 1, 289, 0xe5ad805c, F=0x0 -0, 43, 43, 1, 194, 0xc0174c24, F=0x0 -0, 44, 44, 1, 285, 0x48f38060, F=0x0 -0, 45, 45, 1, 199, 0x62bd52dc, F=0x0 -0, 46, 46, 1, 197, 0xcc1f4d1d, F=0x0 -0, 47, 47, 1, 203, 0xa0cb4c90, F=0x0 -0, 48, 48, 1, 208, 0x460155cd, F=0x0 -0, 49, 49, 1, 1198, 0x0b795bb1, F=0x0 -0, 50, 50, 1, 175, 0x36cc4a76, F=0x0 -0, 51, 51, 1, 740, 0xeb6f68b9, F=0x0 -0, 52, 52, 1, 180, 0xa22544ba, F=0x0 -0, 53, 53, 1, 238, 0x08ff6b12, F=0x0 -0, 54, 54, 1, 198, 0x3d4d50dd, F=0x0 -0, 55, 55, 1, 196, 0xbef74ccd, F=0x0 -0, 56, 56, 1, 224, 0x47c05ea9, F=0x0 -0, 57, 57, 1, 765, 0xb89e6f01, F=0x0 -0, 58, 58, 1, 149, 0x26bb3969, F=0x0 -0, 59, 59, 1, 479, 0xcdd6d6bf, F=0x0 -0, 60, 60, 1, 179, 0x537948eb, F=0x0 -0, 61, 61, 1, 217, 0x6b9b5b06, F=0x0 -0, 62, 62, 1, 190, 0x56b54a3a, F=0x0 -0, 63, 63, 1, 155, 0x487439ef, F=0x0 -0, 64, 64, 1, 167, 0x1bb947ba, F=0x0 -0, 65, 65, 1, 649, 0xb44a3058, F=0x0 -0, 66, 66, 1, 196, 0x66ae5688, F=0x0 -0, 67, 67, 1, 427, 0x8b0bd38d, F=0x0 -0, 68, 68, 1, 175, 0xbb9d4294, F=0x0 -0, 69, 69, 1, 284, 0x9f768221, F=0x0 -0, 70, 70, 1, 131, 0x612d2e14, F=0x0 -0, 71, 71, 1, 256, 0x701a69b4, F=0x0 -0, 72, 72, 1, 186, 0xf7114a80, F=0x0 -0, 73, 73, 1, 190, 0x53144c4d, F=0x0 -0, 74, 74, 1, 216, 0xc67b53e5, F=0x0 -0, 75, 75, 1, 154, 0xc04e39ba, F=0x0 -0, 76, 76, 1, 113, 0x4800284b, F=0x0 -0, 77, 77, 1, 402, 0xee43b0dd, F=0x0 -0, 78, 78, 1, 198, 0x55e451cc, F=0x0 -0, 79, 79, 1, 466, 0xb3c8cff3, F=0x0 -0, 80, 80, 1, 322, 0x5ade8d02, F=0x0 -0, 81, 81, 1, 387, 0x72edb2f7, F=0x0 -0, 82, 82, 1, 158, 0x12a5402c, F=0x0 -0, 83, 83, 1, 278, 0xd6727a4a, F=0x0 -0, 84, 84, 1, 190, 0x58205087, F=0x0 -0, 85, 85, 1, 175, 0x9a58432a, F=0x0 -0, 86, 86, 1, 206, 0x85954c9e, F=0x0 -0, 87, 87, 1, 379, 0x4f1db56a, F=0x0 -0, 88, 88, 1, 202, 0x19b05154, F=0x0 -0, 89, 89, 1, 225, 0xf4166005, F=0x0 -0, 90, 90, 1, 175, 0x44414761, F=0x0 -0, 91, 91, 1, 235, 0xe01c603f, F=0x0 -0, 92, 92, 1, 185, 0xfab74905, F=0x0 -0, 93, 93, 1, 182, 0x9c5f4ae7, F=0x0 -0, 94, 94, 1, 114, 0xe0542abd, F=0x0 -0, 95, 95, 1, 176, 0x6e274c2e, F=0x0 -0, 96, 96, 1, 214, 0x44725ac3, F=0x0 -0, 97, 97, 1, 182, 0x54e9482e, F=0x0 -0, 98, 98, 1, 195, 0x6231525e, F=0x0 -0, 99, 99, 1, 303, 0xf63c84a1, F=0x0 -0, 100, 100, 1, 191, 0x4aa84e6f, F=0x0 -0, 101, 101, 1, 177, 0xfd82496d, F=0x0 -0, 102, 102, 1, 172, 0x13d041cb, F=0x0 -0, 103, 103, 1, 179, 0x89f54866, F=0x0 -0, 104, 104, 1, 188, 0xf39d4d8d, F=0x0 -0, 105, 105, 1, 177, 0x4d0e4882, F=0x0 -0, 106, 106, 1, 215, 0xca7b5a6f, F=0x0 -0, 107, 107, 1, 339, 0x1dd598fe, F=0x0 -0, 108, 108, 1, 189, 0xe2d94497, F=0x0 -0, 109, 109, 1, 209, 0x682356be, F=0x0 -0, 110, 110, 1, 205, 0xa5af51b7, F=0x0 -0, 111, 111, 1, 185, 0xa1224e22, F=0x0 -0, 112, 112, 1, 211, 0x09a95a00, F=0x0 -0, 113, 113, 1, 178, 0x31ab47cc, F=0x0 -0, 114, 114, 1, 195, 0x960f4c9c, F=0x0 -0, 115, 115, 1, 116, 0x8f8b2da3, F=0x0 -0, 116, 116, 1, 116, 0xf30c2b3d, F=0x0 -0, 117, 117, 1, 427, 0xa3dcc81b, F=0x0 -0, 118, 118, 1, 182, 0xce37489b, F=0x0 -0, 119, 119, 1, 267, 0x516c6f3e, F=0x0 -0, 120, 120, 1, 191, 0xff5c4af7, F=0x0 -0, 121, 121, 1, 195, 0x49cd5178, F=0x0 -0, 122, 122, 1, 755, 0xb9b4608d, F=0x0 -0, 123, 123, 1, 179, 0x6d0c4600, F=0x0 -0, 124, 124, 1, 522, 0xffe5f236, F=0x0 -0, 125, 125, 1, 171, 0xea4c40b8, F=0x0 -0, 126, 126, 1, 379, 0xbf2fa98b, F=0x0 -0, 127, 127, 1, 539, 0xace2f7b5, F=0x0 -0, 128, 128, 1, 199, 0xe0534e3d, F=0x0 -0, 129, 129, 1, 458, 0x2b54d13e, F=0x0 -0, 130, 130, 1, 177, 0x6ff04b91, F=0x0 -0, 131, 131, 1, 299, 0x51d1893e, F=0x0 -0, 132, 132, 1, 333, 0x5cba941f, F=0x0 -0, 133, 133, 1, 179, 0x2381453b, F=0x0 -0, 134, 134, 1, 263, 0xac907176, F=0x0 -0, 135, 135, 1, 177, 0xb87546d9, F=0x0 -0, 136, 136, 1, 184, 0x761c4765, F=0x0 -0, 137, 137, 1, 433, 0x55f0c2d6, F=0x0 -0, 138, 138, 1, 1138, 0x3b7137a0, F=0x0 -0, 139, 139, 1, 863, 0x5afd9dae, F=0x0 -0, 140, 140, 1, 328, 0x4537973f, F=0x0 -0, 141, 141, 1, 222, 0xadb859e4, F=0x0 -0, 142, 142, 1, 171, 0x7ce844b6, F=0x0 -0, 143, 143, 1, 222, 0xa5815a1f, F=0x0 -0, 144, 144, 1, 738, 0x3fe75c6a, F=0x0 -0, 145, 145, 1, 444, 0x320fd03e, F=0x0 -0, 146, 146, 1, 267, 0x288273f3, F=0x0 -0, 147, 147, 1, 187, 0x07594c67, F=0x0 -0, 148, 148, 1, 186, 0xbd1c50de, F=0x0 -0, 149, 149, 1, 196, 0xf3e14fdb, F=0x0 -0, 150, 150, 1, 589, 0x127314a0, F=0x0 -0, 151, 151, 1, 188, 0x22d74d85, F=0x0 -0, 152, 152, 1, 339, 0xcadaa1b6, F=0x0 -0, 153, 153, 1, 179, 0x6a1843a7, F=0x0 -0, 154, 154, 1, 294, 0xe04184fa, F=0x0 -0, 155, 155, 1, 291, 0x4b018587, F=0x0 -0, 156, 156, 1, 144, 0x470f3737, F=0x0 -0, 157, 157, 1, 182, 0x3b994dcd, F=0x0 -0, 158, 158, 1, 195, 0x7f884fd3, F=0x0 -0, 159, 159, 1, 268, 0xb6097b3b, F=0x0 -0, 160, 160, 1, 526, 0x40e0fd27, F=0x0 -0, 161, 161, 1, 372, 0x9dffaa6d, F=0x0 -0, 162, 162, 1, 171, 0xc06841eb, F=0x0 -0, 163, 163, 1, 344, 0xc47da473, F=0x0 -0, 164, 164, 1, 159, 0xacf64002, F=0x0 -0, 165, 165, 1, 391, 0x520cad43, F=0x0 -0, 166, 166, 1, 180, 0x05c04cac, F=0x0 -0, 167, 167, 1, 303, 0x748493c3, F=0x0 -0, 168, 168, 1, 180, 0x3fc54928, F=0x0 -0, 169, 169, 1, 269, 0xcd227967, F=0x0 -0, 170, 170, 1, 199, 0x3a3053e8, F=0x0 -0, 171, 171, 1, 287, 0x3c37840b, F=0x0 -0, 172, 172, 1, 217, 0xabd063fc, F=0x0 Test gifenc-rgb8 failed. Look at tests/data/fate/gifenc-rgb8.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-gifenc-rgb8] Error 1 TEST gifenc-rgb4_byte TEST gifenc-bgr4_byte --- /home/fate/ffmpeg/tests/ref/fate/gifenc-bgr8 2019-08-17 16:23:50.616845447 +0000 +++ tests/data/fate/gifenc-bgr8 2020-04-04 16:04:31.211652557 +0000 @@ -1,178 +0,0 @@ -#tb 0: 1/10 -#media_type 0: video -#codec_id 0: gif -#dimensions 0: 217x217 -#sar 0: 0/1 -0, 0, 0, 1, 1341, 0xe4e2af18 -0, 1, 1, 1, 236, 0x332769fd, F=0x0 -0, 2, 2, 1, 186, 0x770d5061, F=0x0 -0, 3, 3, 1, 208, 0x55784c8f, F=0x0 -0, 4, 4, 1, 282, 0x98e8825d, F=0x0 -0, 5, 5, 1, 209, 0x4cc15280, F=0x0 -0, 6, 6, 1, 225, 0xf8785d6c, F=0x0 -0, 7, 7, 1, 204, 0x322754b4, F=0x0 -0, 8, 8, 1, 181, 0x9f4f4d10, F=0x0 -0, 9, 9, 1, 200, 0x64a453a1, F=0x0 -0, 10, 10, 1, 184, 0x79c344d3, F=0x0 -0, 11, 11, 1, 191, 0x7097487b, F=0x0 -0, 12, 12, 1, 290, 0x1f998186, F=0x0 -0, 13, 13, 1, 153, 0xfe4c3a7c, F=0x0 -0, 14, 14, 1, 175, 0xfdf442e0, F=0x0 -0, 15, 15, 1, 187, 0x393845f2, F=0x0 -0, 16, 16, 1, 418, 0xe94bc757, F=0x0 -0, 17, 17, 1, 200, 0x8dab52be, F=0x0 -0, 18, 18, 1, 347, 0xae379838, F=0x0 -0, 19, 19, 1, 176, 0x868742d2, F=0x0 -0, 20, 20, 1, 294, 0xb1fb8365, F=0x0 -0, 21, 21, 1, 166, 0x06e44260, F=0x0 -0, 22, 22, 1, 306, 0x29e983b7, F=0x0 -0, 23, 23, 1, 180, 0xfa4a44eb, F=0x0 -0, 24, 24, 1, 207, 0x99de52c8, F=0x0 -0, 25, 25, 1, 204, 0x73944c35, F=0x0 -0, 26, 26, 1, 259, 0xa0637375, F=0x0 -0, 27, 27, 1, 181, 0x130f4b9a, F=0x0 -0, 28, 28, 1, 152, 0x4be93cae, F=0x0 -0, 29, 29, 1, 194, 0x81e34e1d, F=0x0 -0, 30, 30, 1, 159, 0x5913380b, F=0x0 -0, 31, 31, 1, 162, 0xf0683bb1, F=0x0 -0, 32, 32, 1, 178, 0xce32498c, F=0x0 -0, 33, 33, 1, 187, 0x5d61509f, F=0x0 -0, 34, 34, 1, 336, 0xe5569440, F=0x0 -0, 35, 35, 1, 184, 0x3fa349ea, F=0x0 -0, 36, 36, 1, 227, 0x7cad5f66, F=0x0 -0, 37, 37, 1, 182, 0xf23a4522, F=0x0 -0, 38, 38, 1, 162, 0x2a053dcc, F=0x0 -0, 39, 39, 1, 187, 0xc18a4686, F=0x0 -0, 40, 40, 1, 503, 0xa5a7e669, F=0x0 -0, 41, 41, 1, 167, 0xa28a43e8, F=0x0 -0, 42, 42, 1, 289, 0xf1968090, F=0x0 -0, 43, 43, 1, 194, 0xedbb4eb7, F=0x0 -0, 44, 44, 1, 285, 0x82e7818b, F=0x0 -0, 45, 45, 1, 199, 0x5e725190, F=0x0 -0, 46, 46, 1, 197, 0x0c6a4fb9, F=0x0 -0, 47, 47, 1, 203, 0x05684b96, F=0x0 -0, 48, 48, 1, 208, 0xd33457ad, F=0x0 -0, 49, 49, 1, 1198, 0x029f5f1b, F=0x0 -0, 50, 50, 1, 175, 0xf4e94c40, F=0x0 -0, 51, 51, 1, 740, 0x6e096787, F=0x0 -0, 52, 52, 1, 180, 0xf34f45be, F=0x0 -0, 53, 53, 1, 238, 0xfbed6adb, F=0x0 -0, 54, 54, 1, 198, 0x6f3a5344, F=0x0 -0, 55, 55, 1, 196, 0x8bbb4b02, F=0x0 -0, 56, 56, 1, 224, 0x92c55d92, F=0x0 -0, 57, 57, 1, 765, 0xd16e6d65, F=0x0 -0, 58, 58, 1, 149, 0x97aa38d2, F=0x0 -0, 59, 59, 1, 479, 0x1030d73b, F=0x0 -0, 60, 60, 1, 179, 0x441e493a, F=0x0 -0, 61, 61, 1, 217, 0x16c259b7, F=0x0 -0, 62, 62, 1, 190, 0x5b2349ca, F=0x0 -0, 63, 63, 1, 155, 0x422f39ff, F=0x0 -0, 64, 64, 1, 167, 0x28444898, F=0x0 -0, 65, 65, 1, 649, 0x57b331e2, F=0x0 -0, 66, 66, 1, 196, 0x99a1574f, F=0x0 -0, 67, 67, 1, 427, 0xfd45d548, F=0x0 -0, 68, 68, 1, 175, 0x90cc42ce, F=0x0 -0, 69, 69, 1, 284, 0x49398208, F=0x0 -0, 70, 70, 1, 131, 0x18e42fc2, F=0x0 -0, 71, 71, 1, 256, 0xac896bbe, F=0x0 -0, 72, 72, 1, 186, 0x522d4974, F=0x0 -0, 73, 73, 1, 190, 0x5e064e04, F=0x0 -0, 74, 74, 1, 216, 0x863f53fa, F=0x0 -0, 75, 75, 1, 154, 0x17f1383f, F=0x0 -0, 76, 76, 1, 113, 0x20f827ee, F=0x0 -0, 77, 77, 1, 402, 0xce2caf45, F=0x0 -0, 78, 78, 1, 198, 0x0bc851ae, F=0x0 -0, 79, 79, 1, 466, 0xb31ad387, F=0x0 -0, 80, 80, 1, 322, 0x20018e02, F=0x0 -0, 81, 81, 1, 387, 0x5038b1b8, F=0x0 -0, 82, 82, 1, 158, 0xc6ac3feb, F=0x0 -0, 83, 83, 1, 278, 0x59f17c03, F=0x0 -0, 84, 84, 1, 190, 0xd7665022, F=0x0 -0, 85, 85, 1, 175, 0x1a6e4225, F=0x0 -0, 86, 86, 1, 206, 0xc3f44e3a, F=0x0 -0, 87, 87, 1, 379, 0xb1e6b77e, F=0x0 -0, 88, 88, 1, 202, 0x17975145, F=0x0 -0, 89, 89, 1, 225, 0x96985fd2, F=0x0 -0, 90, 90, 1, 175, 0x71b1497a, F=0x0 -0, 91, 91, 1, 235, 0x2bdc5faa, F=0x0 -0, 92, 92, 1, 185, 0x68124958, F=0x0 -0, 93, 93, 1, 182, 0x120c4c63, F=0x0 -0, 94, 94, 1, 114, 0xdd9b2b02, F=0x0 -0, 95, 95, 1, 176, 0x0d5b4b46, F=0x0 -0, 96, 96, 1, 214, 0xfb5e5b47, F=0x0 -0, 97, 97, 1, 182, 0xf4c54860, F=0x0 -0, 98, 98, 1, 195, 0x6e075188, F=0x0 -0, 99, 99, 1, 303, 0x4c158465, F=0x0 -0, 100, 100, 1, 191, 0x12005055, F=0x0 -0, 101, 101, 1, 177, 0x01ed4929, F=0x0 -0, 102, 102, 1, 172, 0x86984280, F=0x0 -0, 103, 103, 1, 179, 0xb854481c, F=0x0 -0, 104, 104, 1, 188, 0xeacd47ed, F=0x0 -0, 105, 105, 1, 177, 0x36be4889, F=0x0 -0, 106, 106, 1, 215, 0x6aa65c99, F=0x0 -0, 107, 107, 1, 339, 0x1af496b2, F=0x0 -0, 108, 108, 1, 189, 0x941045fa, F=0x0 -0, 109, 109, 1, 209, 0x37445651, F=0x0 -0, 110, 110, 1, 205, 0x9cf85222, F=0x0 -0, 111, 111, 1, 185, 0x8b964cb5, F=0x0 -0, 112, 112, 1, 211, 0xd03d59ce, F=0x0 -0, 113, 113, 1, 178, 0xe40e4c08, F=0x0 -0, 114, 114, 1, 195, 0x971d4d92, F=0x0 -0, 115, 115, 1, 116, 0x5f9a2d3f, F=0x0 -0, 116, 116, 1, 116, 0x5c4e2d06, F=0x0 -0, 117, 117, 1, 427, 0x6128c7da, F=0x0 -0, 118, 118, 1, 182, 0x8a9a4a85, F=0x0 -0, 119, 119, 1, 267, 0x94e16d98, F=0x0 -0, 120, 120, 1, 191, 0x8cd6499b, F=0x0 -0, 121, 121, 1, 195, 0x2955524a, F=0x0 -0, 122, 122, 1, 755, 0x21115eef, F=0x0 -0, 123, 123, 1, 179, 0x89ff45fd, F=0x0 -0, 124, 124, 1, 522, 0x1b1cf19d, F=0x0 -0, 125, 125, 1, 171, 0x48034194, F=0x0 -0, 126, 126, 1, 379, 0x3914a793, F=0x0 -0, 127, 127, 1, 539, 0x7155fc34, F=0x0 -0, 128, 128, 1, 199, 0xb8674f8a, F=0x0 -0, 129, 129, 1, 458, 0x0a87ce97, F=0x0 -0, 130, 130, 1, 177, 0xac704b44, F=0x0 -0, 131, 131, 1, 299, 0x49318aa9, F=0x0 -0, 132, 132, 1, 333, 0xa188949d, F=0x0 -0, 133, 133, 1, 179, 0x2474436d, F=0x0 -0, 134, 134, 1, 263, 0x84e871f8, F=0x0 -0, 135, 135, 1, 177, 0xf7904597, F=0x0 -0, 136, 136, 1, 184, 0xb053486d, F=0x0 -0, 137, 137, 1, 433, 0xd3c0c5a1, F=0x0 -0, 138, 138, 1, 1138, 0xd5af3462, F=0x0 -0, 139, 139, 1, 863, 0xdce99f4f, F=0x0 -0, 140, 140, 1, 328, 0x608a949d, F=0x0 -0, 141, 141, 1, 222, 0xecb75a19, F=0x0 -0, 142, 142, 1, 171, 0x6cf94548, F=0x0 -0, 143, 143, 1, 222, 0xcf8d5778, F=0x0 -0, 144, 144, 1, 738, 0x9cf358a2, F=0x0 -0, 145, 145, 1, 444, 0x3798cdf6, F=0x0 -0, 146, 146, 1, 267, 0x8ca87717, F=0x0 -0, 147, 147, 1, 187, 0x4d734c80, F=0x0 -0, 148, 148, 1, 186, 0x9def4fb6, F=0x0 -0, 149, 149, 1, 196, 0x49214f94, F=0x0 -0, 150, 150, 1, 589, 0x02e2142f, F=0x0 -0, 151, 151, 1, 188, 0x285c4dad, F=0x0 -0, 152, 152, 1, 339, 0x8a0fa092, F=0x0 -0, 153, 153, 1, 179, 0x775543d4, F=0x0 -0, 154, 154, 1, 294, 0x0c8885eb, F=0x0 -0, 155, 155, 1, 291, 0xd78084b1, F=0x0 -0, 156, 156, 1, 144, 0xd7323963, F=0x0 -0, 157, 157, 1, 182, 0x97194ede, F=0x0 -0, 158, 158, 1, 195, 0x410f50a6, F=0x0 -0, 159, 159, 1, 268, 0xb878789a, F=0x0 -0, 160, 160, 1, 526, 0x6e13fb3e, F=0x0 -0, 161, 161, 1, 372, 0xf1fca999, F=0x0 -0, 162, 162, 1, 171, 0x86033fb7, F=0x0 -0, 163, 163, 1, 344, 0x8db8a374, F=0x0 -0, 164, 164, 1, 159, 0xa3463fb6, F=0x0 -0, 165, 165, 1, 391, 0x6ab1aa7d, F=0x0 -0, 166, 166, 1, 180, 0x55d04d01, F=0x0 -0, 167, 167, 1, 303, 0xac779365, F=0x0 -0, 168, 168, 1, 180, 0x54e94840, F=0x0 -0, 169, 169, 1, 269, 0x56e57720, F=0x0 -0, 170, 170, 1, 199, 0x510b5589, F=0x0 -0, 171, 171, 1, 287, 0xd70d8529, F=0x0 -0, 172, 172, 1, 217, 0x04a0649e, F=0x0 Test gifenc-bgr8 failed. Look at tests/data/fate/gifenc-bgr8.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-gifenc-bgr8] Error 1 TEST gifenc-gray TEST gifenc-pal8 --- /home/fate/ffmpeg/tests/ref/fate/gifenc-rgb4_byte 2019-08-17 16:23:50.616845447 +0000 +++ tests/data/fate/gifenc-rgb4_byte 2020-04-04 16:04:31.248319172 +0000 @@ -1,178 +0,0 @@ -#tb 0: 1/10 -#media_type 0: video -#codec_id 0: gif -#dimensions 0: 217x217 -#sar 0: 0/1 -0, 0, 0, 1, 1297, 0x5618fe71 -0, 1, 1, 1, 158, 0xfa673468, F=0x0 -0, 2, 2, 1, 143, 0x61cf2b35, F=0x0 -0, 3, 3, 1, 169, 0x152a369a, F=0x0 -0, 4, 4, 1, 254, 0x22935c08, F=0x0 -0, 5, 5, 1, 221, 0x9972496f, F=0x0 -0, 6, 6, 1, 176, 0xf6af3ab2, F=0x0 -0, 7, 7, 1, 189, 0xcdc23f20, F=0x0 -0, 8, 8, 1, 139, 0x081e3020, F=0x0 -0, 9, 9, 1, 160, 0x9153335f, F=0x0 -0, 10, 10, 1, 149, 0x8fa12e7d, F=0x0 -0, 11, 11, 1, 190, 0x43ef3de1, F=0x0 -0, 12, 12, 1, 308, 0x95c77160, F=0x0 -0, 13, 13, 1, 193, 0xf9084196, F=0x0 -0, 14, 14, 1, 191, 0x07784447, F=0x0 -0, 15, 15, 1, 198, 0x7d72420a, F=0x0 -0, 16, 16, 1, 417, 0xbf40acdc, F=0x0 -0, 17, 17, 1, 163, 0xf7df3842, F=0x0 -0, 18, 18, 1, 383, 0xadcf9e8e, F=0x0 -0, 19, 19, 1, 193, 0xba544052, F=0x0 -0, 20, 20, 1, 337, 0x1510922f, F=0x0 -0, 21, 21, 1, 199, 0x11d64936, F=0x0 -0, 22, 22, 1, 308, 0x79597dbc, F=0x0 -0, 23, 23, 1, 186, 0x25d04175, F=0x0 -0, 24, 24, 1, 199, 0x8b65402f, F=0x0 -0, 25, 25, 1, 163, 0x128e38b6, F=0x0 -0, 26, 26, 1, 302, 0xacc979b2, F=0x0 -0, 27, 27, 1, 189, 0x491f3c5c, F=0x0 -0, 28, 28, 1, 157, 0x50783600, F=0x0 -0, 29, 29, 1, 205, 0xad9045b3, F=0x0 -0, 30, 30, 1, 160, 0xcbf332f8, F=0x0 -0, 31, 31, 1, 202, 0xc72c48bf, F=0x0 -0, 32, 32, 1, 160, 0xe6c436dd, F=0x0 -0, 33, 33, 1, 215, 0x4f705072, F=0x0 -0, 34, 34, 1, 422, 0xed27b0b0, F=0x0 -0, 35, 35, 1, 184, 0x6ba8415a, F=0x0 -0, 36, 36, 1, 289, 0x0b5f73a3, F=0x0 -0, 37, 37, 1, 190, 0xea5b4316, F=0x0 -0, 38, 38, 1, 195, 0xd9f2441d, F=0x0 -0, 39, 39, 1, 199, 0x47e34e05, F=0x0 -0, 40, 40, 1, 448, 0xec8bbf56, F=0x0 -0, 41, 41, 1, 170, 0x42fb3755, F=0x0 -0, 42, 42, 1, 279, 0x87cc6f54, F=0x0 -0, 43, 43, 1, 180, 0x085f398a, F=0x0 -0, 44, 44, 1, 303, 0x46fe7c55, F=0x0 -0, 45, 45, 1, 209, 0xc60b5116, F=0x0 -0, 46, 46, 1, 198, 0x795f4655, F=0x0 -0, 47, 47, 1, 194, 0xeb1b4abe, F=0x0 -0, 48, 48, 1, 186, 0x97b44251, F=0x0 -0, 49, 49, 1, 1200, 0xeb5a36ba, F=0x0 -0, 50, 50, 1, 204, 0x00bc4594, F=0x0 -0, 51, 51, 1, 1066, 0xdc39eee0, F=0x0 -0, 52, 52, 1, 187, 0x344b4304, F=0x0 -0, 53, 53, 1, 323, 0x899f8522, F=0x0 -0, 54, 54, 1, 205, 0x48af49da, F=0x0 -0, 55, 55, 1, 213, 0xf2534ff5, F=0x0 -0, 56, 56, 1, 208, 0x8fba4b25, F=0x0 -0, 57, 57, 1, 737, 0x1612477c, F=0x0 -0, 58, 58, 1, 181, 0x903b38ad, F=0x0 -0, 59, 59, 1, 614, 0xb154157d, F=0x0 -0, 60, 60, 1, 215, 0x4e82532e, F=0x0 -0, 61, 61, 1, 291, 0x69476efd, F=0x0 -0, 62, 62, 1, 208, 0x471d4ea1, F=0x0 -0, 63, 63, 1, 208, 0xa2b04628, F=0x0 -0, 64, 64, 1, 203, 0x96d646b2, F=0x0 -0, 65, 65, 1, 531, 0xd085ea85, F=0x0 -0, 66, 66, 1, 178, 0x51663ad1, F=0x0 -0, 67, 67, 1, 446, 0x00adbe2d, F=0x0 -0, 68, 68, 1, 188, 0x7ccb3dda, F=0x0 -0, 69, 69, 1, 177, 0xd881441a, F=0x0 -0, 70, 70, 1, 112, 0x44cc2135, F=0x0 -0, 71, 71, 1, 296, 0x717d7172, F=0x0 -0, 72, 72, 1, 153, 0xbd403424, F=0x0 -0, 73, 73, 1, 218, 0x1d9a4f26, F=0x0 -0, 74, 74, 1, 202, 0x6ee647eb, F=0x0 -0, 75, 75, 1, 239, 0x71245ad2, F=0x0 -0, 76, 76, 1, 139, 0xbbdd2d23, F=0x0 -0, 77, 77, 1, 467, 0x6e1cc838, F=0x0 -0, 78, 78, 1, 274, 0xea1079c5, F=0x0 -0, 79, 79, 1, 404, 0xbf5caaa0, F=0x0 -0, 80, 80, 1, 257, 0xac4865e5, F=0x0 -0, 81, 81, 1, 419, 0xa45ab5fc, F=0x0 -0, 82, 82, 1, 208, 0xb5dd4fc3, F=0x0 -0, 83, 83, 1, 294, 0xcf5176ee, F=0x0 -0, 84, 84, 1, 191, 0xed7e3e98, F=0x0 -0, 85, 85, 1, 181, 0x9105450e, F=0x0 -0, 86, 86, 1, 218, 0x445c54ae, F=0x0 -0, 87, 87, 1, 423, 0x5dc9bec5, F=0x0 -0, 88, 88, 1, 202, 0xdfde4a35, F=0x0 -0, 89, 89, 1, 317, 0x9a918033, F=0x0 -0, 90, 90, 1, 172, 0x081e3d8c, F=0x0 -0, 91, 91, 1, 275, 0x37536b50, F=0x0 -0, 92, 92, 1, 214, 0xecfc4e8f, F=0x0 -0, 93, 93, 1, 182, 0x85bf44e5, F=0x0 -0, 94, 94, 1, 151, 0x4c8230ae, F=0x0 -0, 95, 95, 1, 157, 0xa02a32eb, F=0x0 -0, 96, 96, 1, 202, 0xb24a4355, F=0x0 -0, 97, 97, 1, 162, 0x632d3576, F=0x0 -0, 98, 98, 1, 186, 0x6f9c407c, F=0x0 -0, 99, 99, 1, 318, 0xade078ca, F=0x0 -0, 100, 100, 1, 225, 0xd2754eee, F=0x0 -0, 101, 101, 1, 207, 0xdedb4552, F=0x0 -0, 102, 102, 1, 212, 0x25384cd1, F=0x0 -0, 103, 103, 1, 153, 0x489434d3, F=0x0 -0, 104, 104, 1, 196, 0x659145f9, F=0x0 -0, 105, 105, 1, 146, 0x8b223366, F=0x0 -0, 106, 106, 1, 194, 0x0bc14890, F=0x0 -0, 107, 107, 1, 304, 0xdece8235, F=0x0 -0, 108, 108, 1, 194, 0x7737464d, F=0x0 -0, 109, 109, 1, 190, 0x945e43a4, F=0x0 -0, 110, 110, 1, 204, 0x8de14af3, F=0x0 -0, 111, 111, 1, 136, 0xd0862cb1, F=0x0 -0, 112, 112, 1, 171, 0xff6f3da8, F=0x0 -0, 113, 113, 1, 140, 0x3475307b, F=0x0 -0, 114, 114, 1, 158, 0x8f31321e, F=0x0 -0, 115, 115, 1, 94, 0xf6691c01, F=0x0 -0, 116, 116, 1, 110, 0x66e52218, F=0x0 -0, 117, 117, 1, 256, 0x4b086864, F=0x0 -0, 118, 118, 1, 220, 0x6fb75337, F=0x0 -0, 119, 119, 1, 221, 0x69a94e72, F=0x0 -0, 120, 120, 1, 205, 0xbae94509, F=0x0 -0, 121, 121, 1, 169, 0xdd3c388b, F=0x0 -0, 122, 122, 1, 970, 0x9771c82f, F=0x0 -0, 123, 123, 1, 181, 0xec794298, F=0x0 -0, 124, 124, 1, 955, 0x23edba10, F=0x0 -0, 125, 125, 1, 158, 0x3ad83314, F=0x0 -0, 126, 126, 1, 344, 0x29aa8843, F=0x0 -0, 127, 127, 1, 627, 0x6d3f18dc, F=0x0 -0, 128, 128, 1, 172, 0x985d3cc5, F=0x0 -0, 129, 129, 1, 494, 0x591cdcc3, F=0x0 -0, 130, 130, 1, 184, 0x83ca42c1, F=0x0 -0, 131, 131, 1, 352, 0x68169925, F=0x0 -0, 132, 132, 1, 351, 0x06998cfa, F=0x0 -0, 133, 133, 1, 170, 0xaec83809, F=0x0 -0, 134, 134, 1, 275, 0xd1ea6a74, F=0x0 -0, 135, 135, 1, 168, 0xe9b93a2e, F=0x0 -0, 136, 136, 1, 169, 0xa27f3870, F=0x0 -0, 137, 137, 1, 521, 0xf195dc2e, F=0x0 -0, 138, 138, 1, 1262, 0x52b34497, F=0x0 -0, 139, 139, 1, 994, 0x9d72bc25, F=0x0 -0, 140, 140, 1, 290, 0xb2c17360, F=0x0 -0, 141, 141, 1, 188, 0x2c30402b, F=0x0 -0, 142, 142, 1, 164, 0x8bb13b7a, F=0x0 -0, 143, 143, 1, 212, 0x69af44ca, F=0x0 -0, 144, 144, 1, 870, 0xebc09472, F=0x0 -0, 145, 145, 1, 635, 0x1f781aee, F=0x0 -0, 146, 146, 1, 290, 0x01a5786c, F=0x0 -0, 147, 147, 1, 211, 0xec4d5052, F=0x0 -0, 148, 148, 1, 177, 0x56db3c7b, F=0x0 -0, 149, 149, 1, 182, 0x312c3f58, F=0x0 -0, 150, 150, 1, 588, 0x9924fcca, F=0x0 -0, 151, 151, 1, 163, 0xe23a370e, F=0x0 -0, 152, 152, 1, 407, 0x525ab1a8, F=0x0 -0, 153, 153, 1, 204, 0x0b84449d, F=0x0 -0, 154, 154, 1, 290, 0xa97e7886, F=0x0 -0, 155, 155, 1, 308, 0xac988116, F=0x0 -0, 156, 156, 1, 196, 0x6d6c47fa, F=0x0 -0, 157, 157, 1, 181, 0x7a413f71, F=0x0 -0, 158, 158, 1, 203, 0xb03b4fa8, F=0x0 -0, 159, 159, 1, 227, 0xb3d55aeb, F=0x0 -0, 160, 160, 1, 524, 0xa731e285, F=0x0 -0, 161, 161, 1, 377, 0x4ac097de, F=0x0 -0, 162, 162, 1, 196, 0x78264511, F=0x0 -0, 163, 163, 1, 250, 0x6d4f65a1, F=0x0 -0, 164, 164, 1, 214, 0x31534ffe, F=0x0 -0, 165, 165, 1, 323, 0xd4d78fa2, F=0x0 -0, 166, 166, 1, 176, 0x642e40ab, F=0x0 -0, 167, 167, 1, 305, 0x63db7e18, F=0x0 -0, 168, 168, 1, 179, 0x4c4042da, F=0x0 -0, 169, 169, 1, 245, 0x645264fb, F=0x0 -0, 170, 170, 1, 181, 0x0a3e403e, F=0x0 -0, 171, 171, 1, 241, 0x592e57b1, F=0x0 -0, 172, 172, 1, 172, 0xf5cb3f7f, F=0x0 --- /home/fate/ffmpeg/tests/ref/fate/gifenc-bgr4_byte 2019-08-17 16:23:50.616845447 +0000 +++ tests/data/fate/gifenc-bgr4_byte 2020-04-04 16:04:31.254985830 +0000 @@ -1,178 +0,0 @@ -#tb 0: 1/10 -#media_type 0: video -#codec_id 0: gif -#dimensions 0: 217x217 -#sar 0: 0/1 -0, 0, 0, 1, 1297, 0x53e8b1c1 -0, 1, 1, 1, 158, 0xe1873465, F=0x0 -0, 2, 2, 1, 143, 0x56992b17, F=0x0 -0, 3, 3, 1, 169, 0x4f0434c7, F=0x0 -0, 4, 4, 1, 254, 0xb4845bf3, F=0x0 -0, 5, 5, 1, 221, 0xa02a4ae2, F=0x0 -0, 6, 6, 1, 176, 0xdcfc3a8b, F=0x0 -0, 7, 7, 1, 189, 0xb45f3f8d, F=0x0 -0, 8, 8, 1, 139, 0xf2622fc0, F=0x0 -0, 9, 9, 1, 160, 0xf77b327d, F=0x0 -0, 10, 10, 1, 149, 0x56b62de9, F=0x0 -0, 11, 11, 1, 190, 0x1eca3f72, F=0x0 -0, 12, 12, 1, 308, 0xfc7373fc, F=0x0 -0, 13, 13, 1, 193, 0x94304232, F=0x0 -0, 14, 14, 1, 191, 0x82e84504, F=0x0 -0, 15, 15, 1, 198, 0xd31944a2, F=0x0 -0, 16, 16, 1, 417, 0x9547ac22, F=0x0 -0, 17, 17, 1, 163, 0xb55537d0, F=0x0 -0, 18, 18, 1, 383, 0x634f9f88, F=0x0 -0, 19, 19, 1, 193, 0xf6d24046, F=0x0 -0, 20, 20, 1, 337, 0x45d6916f, F=0x0 -0, 21, 21, 1, 199, 0xabb34a72, F=0x0 -0, 22, 22, 1, 308, 0x097f7e58, F=0x0 -0, 23, 23, 1, 186, 0x369b41cc, F=0x0 -0, 24, 24, 1, 199, 0xa93c4113, F=0x0 -0, 25, 25, 1, 163, 0x16823904, F=0x0 -0, 26, 26, 1, 302, 0xaf1d78da, F=0x0 -0, 27, 27, 1, 189, 0x3f7a3bde, F=0x0 -0, 28, 28, 1, 157, 0x45e23500, F=0x0 -0, 29, 29, 1, 205, 0x797b4510, F=0x0 -0, 30, 30, 1, 160, 0x20e533d1, F=0x0 -0, 31, 31, 1, 202, 0xd3b748b3, F=0x0 -0, 32, 32, 1, 160, 0x207c371f, F=0x0 -0, 33, 33, 1, 215, 0x079951b6, F=0x0 -0, 34, 34, 1, 422, 0xbb9db080, F=0x0 -0, 35, 35, 1, 184, 0x3a044098, F=0x0 -0, 36, 36, 1, 289, 0xf2757206, F=0x0 -0, 37, 37, 1, 190, 0xc3264203, F=0x0 -0, 38, 38, 1, 195, 0x28544262, F=0x0 -0, 39, 39, 1, 199, 0x32db4bba, F=0x0 -0, 40, 40, 1, 448, 0x64a8bfe8, F=0x0 -0, 41, 41, 1, 170, 0x62a536d7, F=0x0 -0, 42, 42, 1, 279, 0xe1df6ff6, F=0x0 -0, 43, 43, 1, 180, 0x762f3aac, F=0x0 -0, 44, 44, 1, 303, 0x73727c79, F=0x0 -0, 45, 45, 1, 209, 0xf4a8515c, F=0x0 -0, 46, 46, 1, 198, 0xe09f451e, F=0x0 -0, 47, 47, 1, 194, 0x301e4b04, F=0x0 -0, 48, 48, 1, 186, 0x7c66421b, F=0x0 -0, 49, 49, 1, 1200, 0xe55e34e7, F=0x0 -0, 50, 50, 1, 204, 0x25534779, F=0x0 -0, 51, 51, 1, 1066, 0x9792efa8, F=0x0 -0, 52, 52, 1, 187, 0xd82e41f0, F=0x0 -0, 53, 53, 1, 323, 0x0f9d8485, F=0x0 -0, 54, 54, 1, 205, 0x86ef4c75, F=0x0 -0, 55, 55, 1, 213, 0x6e515113, F=0x0 -0, 56, 56, 1, 208, 0x1ac84bed, F=0x0 -0, 57, 57, 1, 737, 0x68a047be, F=0x0 -0, 58, 58, 1, 181, 0x84353a71, F=0x0 -0, 59, 59, 1, 614, 0x3c9a142a, F=0x0 -0, 60, 60, 1, 215, 0xacaf535d, F=0x0 -0, 61, 61, 1, 291, 0x4dab7020, F=0x0 -0, 62, 62, 1, 208, 0x3dd84d1f, F=0x0 -0, 63, 63, 1, 208, 0x8ccb45cc, F=0x0 -0, 64, 64, 1, 203, 0xa905456b, F=0x0 -0, 65, 65, 1, 531, 0x6b32eaf4, F=0x0 -0, 66, 66, 1, 178, 0xd30b3bff, F=0x0 -0, 67, 67, 1, 446, 0x881abe2a, F=0x0 -0, 68, 68, 1, 188, 0xb5a43e6b, F=0x0 -0, 69, 69, 1, 177, 0x9255436c, F=0x0 -0, 70, 70, 1, 112, 0x2990213a, F=0x0 -0, 71, 71, 1, 296, 0x7d6e7183, F=0x0 -0, 72, 72, 1, 153, 0x35053313, F=0x0 -0, 73, 73, 1, 218, 0xcf105015, F=0x0 -0, 74, 74, 1, 202, 0xb4634837, F=0x0 -0, 75, 75, 1, 239, 0x0a4b5b7b, F=0x0 -0, 76, 76, 1, 139, 0x18d92e35, F=0x0 -0, 77, 77, 1, 467, 0x784dc79e, F=0x0 -0, 78, 78, 1, 274, 0x1e9b78ef, F=0x0 -0, 79, 79, 1, 404, 0xb5c6ab9b, F=0x0 -0, 80, 80, 1, 257, 0x7aaa66ce, F=0x0 -0, 81, 81, 1, 419, 0xcb62b6cb, F=0x0 -0, 82, 82, 1, 208, 0xcbba506d, F=0x0 -0, 83, 83, 1, 294, 0x031a76f9, F=0x0 -0, 84, 84, 1, 191, 0x5ba83f77, F=0x0 -0, 85, 85, 1, 181, 0xfc454323, F=0x0 -0, 86, 86, 1, 218, 0xcd7e540e, F=0x0 -0, 87, 87, 1, 423, 0xdcebc01f, F=0x0 -0, 88, 88, 1, 202, 0x160a4ab6, F=0x0 -0, 89, 89, 1, 317, 0xff2b8104, F=0x0 -0, 90, 90, 1, 172, 0x68753e2d, F=0x0 -0, 91, 91, 1, 275, 0x7f766cd1, F=0x0 -0, 92, 92, 1, 214, 0xf37e5043, F=0x0 -0, 93, 93, 1, 182, 0x5e5544f6, F=0x0 -0, 94, 94, 1, 151, 0xf74532b7, F=0x0 -0, 95, 95, 1, 157, 0xe99b33b0, F=0x0 -0, 96, 96, 1, 202, 0x77994327, F=0x0 -0, 97, 97, 1, 162, 0x93f235fc, F=0x0 -0, 98, 98, 1, 186, 0xc25d3f3f, F=0x0 -0, 99, 99, 1, 318, 0xdf547809, F=0x0 -0, 100, 100, 1, 225, 0xf8074f18, F=0x0 -0, 101, 101, 1, 207, 0x12204757, F=0x0 -0, 102, 102, 1, 212, 0xd2ec4c59, F=0x0 -0, 103, 103, 1, 153, 0x0e1c33cd, F=0x0 -0, 104, 104, 1, 196, 0x45d4455d, F=0x0 -0, 105, 105, 1, 146, 0x5dba32b0, F=0x0 -0, 106, 106, 1, 194, 0x13a8490b, F=0x0 -0, 107, 107, 1, 304, 0xcf73832f, F=0x0 -0, 108, 108, 1, 194, 0x68fd43c9, F=0x0 -0, 109, 109, 1, 190, 0xdbc64442, F=0x0 -0, 110, 110, 1, 204, 0x8eb94b27, F=0x0 -0, 111, 111, 1, 136, 0xd0162d03, F=0x0 -0, 112, 112, 1, 171, 0xbb8b3d15, F=0x0 -0, 113, 113, 1, 140, 0x4cb930a9, F=0x0 -0, 114, 114, 1, 158, 0xdebb32d2, F=0x0 -0, 115, 115, 1, 94, 0x16a71c65, F=0x0 -0, 116, 116, 1, 110, 0x358d20bf, F=0x0 -0, 117, 117, 1, 256, 0x49a469b7, F=0x0 -0, 118, 118, 1, 220, 0x08b95486, F=0x0 -0, 119, 119, 1, 221, 0xe0af4f92, F=0x0 -0, 120, 120, 1, 205, 0x7ac444a5, F=0x0 -0, 121, 121, 1, 169, 0x62c039d3, F=0x0 -0, 122, 122, 1, 970, 0xc8f6c8a6, F=0x0 -0, 123, 123, 1, 181, 0x0d9c42ba, F=0x0 -0, 124, 124, 1, 955, 0xdf5dba5e, F=0x0 -0, 125, 125, 1, 158, 0xa01833fd, F=0x0 -0, 126, 126, 1, 344, 0xd17989f3, F=0x0 -0, 127, 127, 1, 627, 0x8c611977, F=0x0 -0, 128, 128, 1, 172, 0x7cf83c63, F=0x0 -0, 129, 129, 1, 494, 0xadccdc2b, F=0x0 -0, 130, 130, 1, 184, 0x4e784407, F=0x0 -0, 131, 131, 1, 352, 0x852f992b, F=0x0 -0, 132, 132, 1, 351, 0x99e78bb8, F=0x0 -0, 133, 133, 1, 170, 0x9f4b3869, F=0x0 -0, 134, 134, 1, 275, 0x29b96b3c, F=0x0 -0, 135, 135, 1, 168, 0x98d0399b, F=0x0 -0, 136, 136, 1, 169, 0x015039aa, F=0x0 -0, 137, 137, 1, 521, 0x3c33db57, F=0x0 -0, 138, 138, 1, 1262, 0x9cf44321, F=0x0 -0, 139, 139, 1, 994, 0x5ea8bcd4, F=0x0 -0, 140, 140, 1, 290, 0xf24f72b0, F=0x0 -0, 141, 141, 1, 188, 0x36cb408f, F=0x0 -0, 142, 142, 1, 164, 0x6c813b02, F=0x0 -0, 143, 143, 1, 212, 0x1dfb463e, F=0x0 -0, 144, 144, 1, 870, 0xd89e94ed, F=0x0 -0, 145, 145, 1, 635, 0x87bf1ae2, F=0x0 -0, 146, 146, 1, 290, 0x34ff78fe, F=0x0 -0, 147, 147, 1, 211, 0x9f755207, F=0x0 -0, 148, 148, 1, 177, 0x3f003c44, F=0x0 -0, 149, 149, 1, 182, 0xe8c23eea, F=0x0 -0, 150, 150, 1, 588, 0xb4b9fc5d, F=0x0 -0, 151, 151, 1, 163, 0x3078356b, F=0x0 -0, 152, 152, 1, 407, 0x4161b245, F=0x0 -0, 153, 153, 1, 204, 0xe2a64478, F=0x0 -0, 154, 154, 1, 290, 0x5cc079af, F=0x0 -0, 155, 155, 1, 308, 0xf5958253, F=0x0 -0, 156, 156, 1, 196, 0xb1cb46f0, F=0x0 -0, 157, 157, 1, 181, 0x0aee4103, F=0x0 -0, 158, 158, 1, 203, 0x36784ee0, F=0x0 -0, 159, 159, 1, 227, 0x23fd5b71, F=0x0 -0, 160, 160, 1, 524, 0x18a6e404, F=0x0 -0, 161, 161, 1, 377, 0x1f5697de, F=0x0 -0, 162, 162, 1, 196, 0x72304538, F=0x0 -0, 163, 163, 1, 250, 0xb8e46580, F=0x0 -0, 164, 164, 1, 214, 0xe9df51b6, F=0x0 -0, 165, 165, 1, 323, 0xacbb9067, F=0x0 -0, 166, 166, 1, 176, 0xa12a410c, F=0x0 -0, 167, 167, 1, 305, 0x21227d7a, F=0x0 -0, 168, 168, 1, 179, 0x3dac422b, F=0x0 -0, 169, 169, 1, 245, 0x948963cd, F=0x0 -0, 170, 170, 1, 181, 0x407140fb, F=0x0 -0, 171, 171, 1, 241, 0xd2a35a7a, F=0x0 -0, 172, 172, 1, 172, 0x9fa83e96, F=0x0 Test gifenc-rgb4_byte failed. Look at tests/data/fate/gifenc-rgb4_byte.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-gifenc-rgb4_byte] Error 1 Test gifenc-bgr4_byte failed. Look at tests/data/fate/gifenc-bgr4_byte.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-gifenc-bgr4_byte] Error 1 TEST h264-conformance-aud_mw_e TEST h264-conformance-ba1_ft_c --- /home/fate/ffmpeg/tests/ref/fate/gifenc-gray 2018-12-13 18:33:46.491536260 +0000 +++ tests/data/fate/gifenc-gray 2020-04-04 16:04:31.281652459 +0000 @@ -1,178 +0,0 @@ -#tb 0: 1/10 -#media_type 0: video -#codec_id 0: gif -#dimensions 0: 217x217 -#sar 0: 0/1 -0, 0, 0, 1, 1368, 0x6cf0befd -0, 1, 1, 1, 158, 0xcd173bb4, F=0x0 -0, 2, 2, 1, 163, 0x4f7a451d, F=0x0 -0, 3, 3, 1, 152, 0x17723839, F=0x0 -0, 4, 4, 1, 160, 0x67854056, F=0x0 -0, 5, 5, 1, 144, 0x0dc43ead, F=0x0 -0, 6, 6, 1, 142, 0xb0d73867, F=0x0 -0, 7, 7, 1, 137, 0xd8f333a1, F=0x0 -0, 8, 8, 1, 131, 0x32f93270, F=0x0 -0, 9, 9, 1, 131, 0xf27b2e93, F=0x0 -0, 10, 10, 1, 158, 0x152842d2, F=0x0 -0, 11, 11, 1, 142, 0x12733116, F=0x0 -0, 12, 12, 1, 142, 0x28f03160, F=0x0 -0, 13, 13, 1, 131, 0x038d2dda, F=0x0 -0, 14, 14, 1, 135, 0xb96c33a3, F=0x0 -0, 15, 15, 1, 127, 0x4cbf2d59, F=0x0 -0, 16, 16, 1, 146, 0xff013760, F=0x0 -0, 17, 17, 1, 148, 0xa14d3c03, F=0x0 -0, 18, 18, 1, 130, 0x139430b3, F=0x0 -0, 19, 19, 1, 131, 0x40e03264, F=0x0 -0, 20, 20, 1, 148, 0xf9d23c5c, F=0x0 -0, 21, 21, 1, 131, 0xfdc9328b, F=0x0 -0, 22, 22, 1, 131, 0x986d326f, F=0x0 -0, 23, 23, 1, 132, 0x3fdc3311, F=0x0 -0, 24, 24, 1, 130, 0x84c2330a, F=0x0 -0, 25, 25, 1, 130, 0x9c0033f1, F=0x0 -0, 26, 26, 1, 131, 0x62eb32f5, F=0x0 -0, 27, 27, 1, 126, 0x326e328e, F=0x0 -0, 28, 28, 1, 167, 0x8c8f4674, F=0x0 -0, 29, 29, 1, 148, 0x340d32d5, F=0x0 -0, 30, 30, 1, 171, 0xac2549fa, F=0x0 -0, 31, 31, 1, 150, 0xe77535b1, F=0x0 -0, 32, 32, 1, 178, 0x2c0b4c3a, F=0x0 -0, 33, 33, 1, 154, 0xe99137bb, F=0x0 -0, 34, 34, 1, 140, 0x525535c1, F=0x0 -0, 35, 35, 1, 121, 0xdfdc2d02, F=0x0 -0, 36, 36, 1, 140, 0x4db8345b, F=0x0 -0, 37, 37, 1, 128, 0x32e92f77, F=0x0 -0, 38, 38, 1, 143, 0x06663646, F=0x0 -0, 39, 39, 1, 131, 0xbcef3180, F=0x0 -0, 40, 40, 1, 127, 0xa8b92f17, F=0x0 -0, 41, 41, 1, 127, 0xc88e300a, F=0x0 -0, 42, 42, 1, 128, 0x2b3932e6, F=0x0 -0, 43, 43, 1, 122, 0x89332dc5, F=0x0 -0, 44, 44, 1, 133, 0x2b1d37ee, F=0x0 -0, 45, 45, 1, 125, 0x4c5e32ab, F=0x0 -0, 46, 46, 1, 124, 0x83122eaa, F=0x0 -0, 47, 47, 1, 132, 0xa3953564, F=0x0 -0, 48, 48, 1, 125, 0xae672fd9, F=0x0 -0, 49, 49, 1, 143, 0xd5d8390e, F=0x0 -0, 50, 50, 1, 139, 0xebab3726, F=0x0 -0, 51, 51, 1, 130, 0x4c9b358b, F=0x0 -0, 52, 52, 1, 130, 0x14993609, F=0x0 -0, 53, 53, 1, 132, 0x2ced3637, F=0x0 -0, 54, 54, 1, 134, 0xb27f3881, F=0x0 -0, 55, 55, 1, 125, 0x0402336b, F=0x0 -0, 56, 56, 1, 117, 0xf8a7310f, F=0x0 -0, 57, 57, 1, 128, 0x07752f60, F=0x0 -0, 58, 58, 1, 128, 0xf4d430da, F=0x0 -0, 59, 59, 1, 130, 0xbf9733aa, F=0x0 -0, 60, 60, 1, 124, 0x199f2f0e, F=0x0 -0, 61, 61, 1, 127, 0x84ff32b6, F=0x0 -0, 62, 62, 1, 124, 0x8d63305e, F=0x0 -0, 63, 63, 1, 127, 0x7d6130f4, F=0x0 -0, 64, 64, 1, 126, 0x78c83176, F=0x0 -0, 65, 65, 1, 145, 0x3ec33e58, F=0x0 -0, 66, 66, 1, 157, 0xb5764127, F=0x0 -0, 67, 67, 1, 123, 0xd9bd309d, F=0x0 -0, 68, 68, 1, 139, 0x93bc3ce8, F=0x0 -0, 69, 69, 1, 123, 0x67813058, F=0x0 -0, 70, 70, 1, 108, 0x176e2b80, F=0x0 -0, 71, 71, 1, 117, 0x2ab12db9, F=0x0 -0, 72, 72, 1, 128, 0xb52130fe, F=0x0 -0, 73, 73, 1, 124, 0x62102d4e, F=0x0 -0, 74, 74, 1, 114, 0x186f2dc7, F=0x0 -0, 75, 75, 1, 104, 0x74ec2761, F=0x0 -0, 76, 76, 1, 107, 0x9ba32643, F=0x0 -0, 77, 77, 1, 127, 0xa8ef3544, F=0x0 -0, 78, 78, 1, 127, 0xcd7e3051, F=0x0 -0, 79, 79, 1, 221, 0x9d035e74, F=0x0 -0, 80, 80, 1, 217, 0x99d45fbc, F=0x0 -0, 81, 81, 1, 128, 0xc9522cfc, F=0x0 -0, 82, 82, 1, 127, 0x934f3004, F=0x0 -0, 83, 83, 1, 132, 0xb899320f, F=0x0 -0, 84, 84, 1, 133, 0xec2b3427, F=0x0 -0, 85, 85, 1, 131, 0xbedb31b2, F=0x0 -0, 86, 86, 1, 127, 0x11bc321c, F=0x0 -0, 87, 87, 1, 127, 0x36cf2f3e, F=0x0 -0, 88, 88, 1, 115, 0x22b32e12, F=0x0 -0, 89, 89, 1, 127, 0x53f73452, F=0x0 -0, 90, 90, 1, 123, 0xc54931ba, F=0x0 -0, 91, 91, 1, 170, 0x3055476c, F=0x0 -0, 92, 92, 1, 132, 0xc6e431a9, F=0x0 -0, 93, 93, 1, 124, 0x00e02e2c, F=0x0 -0, 94, 94, 1, 92, 0x838f2429, F=0x0 -0, 95, 95, 1, 184, 0xcee75528, F=0x0 -0, 96, 96, 1, 145, 0xcbb533f9, F=0x0 -0, 97, 97, 1, 187, 0x025b53b3, F=0x0 -0, 98, 98, 1, 158, 0x73dc3de6, F=0x0 -0, 99, 99, 1, 148, 0x489e3a52, F=0x0 -0, 100, 100, 1, 137, 0xf4c23446, F=0x0 -0, 101, 101, 1, 154, 0xc7eb3a4c, F=0x0 -0, 102, 102, 1, 141, 0x175d328b, F=0x0 -0, 103, 103, 1, 198, 0x22615c9f, F=0x0 -0, 104, 104, 1, 167, 0x9f3c40f0, F=0x0 -0, 105, 105, 1, 196, 0x66495290, F=0x0 -0, 106, 106, 1, 171, 0x10b14318, F=0x0 -0, 107, 107, 1, 152, 0x0e8538ba, F=0x0 -0, 108, 108, 1, 144, 0xa7e83928, F=0x0 -0, 109, 109, 1, 158, 0x2b6f3bb5, F=0x0 -0, 110, 110, 1, 142, 0x242d3ac1, F=0x0 -0, 111, 111, 1, 206, 0xf7935cd2, F=0x0 -0, 112, 112, 1, 177, 0xc96a46b4, F=0x0 -0, 113, 113, 1, 218, 0x96145d0c, F=0x0 -0, 114, 114, 1, 182, 0xdb8e4b9e, F=0x0 -0, 115, 115, 1, 145, 0x58483725, F=0x0 -0, 116, 116, 1, 130, 0xe26b33a3, F=0x0 -0, 117, 117, 1, 160, 0x162d3c34, F=0x0 -0, 118, 118, 1, 145, 0x77cd3b1f, F=0x0 -0, 119, 119, 1, 164, 0xfd024449, F=0x0 -0, 120, 120, 1, 148, 0x68293a64, F=0x0 -0, 121, 121, 1, 187, 0x8643475d, F=0x0 -0, 122, 122, 1, 124, 0xe904324b, F=0x0 -0, 123, 123, 1, 126, 0xb3482fed, F=0x0 -0, 124, 124, 1, 131, 0x60183155, F=0x0 -0, 125, 125, 1, 133, 0xf592319f, F=0x0 -0, 126, 126, 1, 202, 0xb53c5af2, F=0x0 -0, 127, 127, 1, 130, 0xe2503351, F=0x0 -0, 128, 128, 1, 132, 0x2c1a3433, F=0x0 -0, 129, 129, 1, 141, 0x772f36f2, F=0x0 -0, 130, 130, 1, 134, 0x5f2f3838, F=0x0 -0, 131, 131, 1, 216, 0x659c5fca, F=0x0 -0, 132, 132, 1, 139, 0x4876362d, F=0x0 -0, 133, 133, 1, 122, 0x96d13129, F=0x0 -0, 134, 134, 1, 137, 0x875238ec, F=0x0 -0, 135, 135, 1, 128, 0x953e3481, F=0x0 -0, 136, 136, 1, 172, 0x6390470d, F=0x0 -0, 137, 137, 1, 253, 0xe4e37282, F=0x0 -0, 138, 138, 1, 223, 0xca0060e6, F=0x0 -0, 139, 139, 1, 233, 0x20d96471, F=0x0 -0, 140, 140, 1, 131, 0x07302c8c, F=0x0 -0, 141, 141, 1, 132, 0x808b30dd, F=0x0 -0, 142, 142, 1, 133, 0xa91231c3, F=0x0 -0, 143, 143, 1, 130, 0x9a3a33d8, F=0x0 -0, 144, 144, 1, 232, 0x00826277, F=0x0 -0, 145, 145, 1, 247, 0x2edf6c06, F=0x0 -0, 146, 146, 1, 135, 0xd47b35de, F=0x0 -0, 147, 147, 1, 134, 0xc9c0330d, F=0x0 -0, 148, 148, 1, 132, 0x2d0e3263, F=0x0 -0, 149, 149, 1, 134, 0x5bd737ba, F=0x0 -0, 150, 150, 1, 131, 0x67223298, F=0x0 -0, 151, 151, 1, 125, 0xf483315a, F=0x0 -0, 152, 152, 1, 127, 0xb83e31a0, F=0x0 -0, 153, 153, 1, 125, 0x2dc033ab, F=0x0 -0, 154, 154, 1, 157, 0x438344e2, F=0x0 -0, 155, 155, 1, 135, 0xd01739e4, F=0x0 -0, 156, 156, 1, 121, 0x834a3276, F=0x0 -0, 157, 157, 1, 136, 0x243b3b8a, F=0x0 -0, 158, 158, 1, 119, 0x47893201, F=0x0 -0, 159, 159, 1, 154, 0xc688461f, F=0x0 -0, 160, 160, 1, 245, 0x68786756, F=0x0 -0, 161, 161, 1, 241, 0xa531647c, F=0x0 -0, 162, 162, 1, 168, 0x5d6a4447, F=0x0 -0, 163, 163, 1, 133, 0x55de34ee, F=0x0 -0, 164, 164, 1, 139, 0xde613ccd, F=0x0 -0, 165, 165, 1, 239, 0xf26b6ede, F=0x0 -0, 166, 166, 1, 161, 0x6fed41b5, F=0x0 -0, 167, 167, 1, 134, 0x011c3786, F=0x0 -0, 168, 168, 1, 121, 0xf0532db8, F=0x0 -0, 169, 169, 1, 133, 0x58b63448, F=0x0 -0, 170, 170, 1, 130, 0x78c52ed9, F=0x0 -0, 171, 171, 1, 153, 0xd99a3fab, F=0x0 -0, 172, 172, 1, 179, 0x8ec74c98, F=0x0 Test gifenc-gray failed. Look at tests/data/fate/gifenc-gray.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-gifenc-gray] Error 1 TEST h264-conformance-ba1_sony_d --- /home/fate/ffmpeg/tests/ref/fate/gifenc-pal8 2019-08-17 16:23:50.616845447 +0000 +++ tests/data/fate/gifenc-pal8 2020-04-04 16:04:31.294985775 +0000 @@ -1,178 +0,0 @@ -#tb 0: 1/10 -#media_type 0: video -#codec_id 0: gif -#dimensions 0: 217x217 -#sar 0: 0/1 -0, 0, 0, 1, 2109, 0x39642b3d -0, 1, 1, 1, 236, 0x332769fd, F=0x0 -0, 2, 2, 1, 186, 0x770d5061, F=0x0 -0, 3, 3, 1, 208, 0x55784c8f, F=0x0 -0, 4, 4, 1, 282, 0x98e8825d, F=0x0 -0, 5, 5, 1, 209, 0x4cc15280, F=0x0 -0, 6, 6, 1, 225, 0xf8785d6c, F=0x0 -0, 7, 7, 1, 204, 0x322754b4, F=0x0 -0, 8, 8, 1, 181, 0x9f4f4d10, F=0x0 -0, 9, 9, 1, 200, 0x64a453a1, F=0x0 -0, 10, 10, 1, 184, 0x79c344d3, F=0x0 -0, 11, 11, 1, 191, 0x7097487b, F=0x0 -0, 12, 12, 1, 290, 0x1f998186, F=0x0 -0, 13, 13, 1, 153, 0xfe4c3a7c, F=0x0 -0, 14, 14, 1, 175, 0xfdf442e0, F=0x0 -0, 15, 15, 1, 187, 0x393845f2, F=0x0 -0, 16, 16, 1, 418, 0xe94bc757, F=0x0 -0, 17, 17, 1, 200, 0x8dab52be, F=0x0 -0, 18, 18, 1, 347, 0xae379838, F=0x0 -0, 19, 19, 1, 176, 0x868742d2, F=0x0 -0, 20, 20, 1, 294, 0xb1fb8365, F=0x0 -0, 21, 21, 1, 166, 0x06e44260, F=0x0 -0, 22, 22, 1, 306, 0x29e983b7, F=0x0 -0, 23, 23, 1, 180, 0xfa4a44eb, F=0x0 -0, 24, 24, 1, 207, 0x99de52c8, F=0x0 -0, 25, 25, 1, 204, 0x73944c35, F=0x0 -0, 26, 26, 1, 259, 0xa0637375, F=0x0 -0, 27, 27, 1, 181, 0x130f4b9a, F=0x0 -0, 28, 28, 1, 152, 0x4be93cae, F=0x0 -0, 29, 29, 1, 194, 0x81e34e1d, F=0x0 -0, 30, 30, 1, 159, 0x5913380b, F=0x0 -0, 31, 31, 1, 162, 0xf0683bb1, F=0x0 -0, 32, 32, 1, 178, 0xce32498c, F=0x0 -0, 33, 33, 1, 187, 0x5d61509f, F=0x0 -0, 34, 34, 1, 336, 0xe5569440, F=0x0 -0, 35, 35, 1, 184, 0x3fa349ea, F=0x0 -0, 36, 36, 1, 227, 0x7cad5f66, F=0x0 -0, 37, 37, 1, 182, 0xf23a4522, F=0x0 -0, 38, 38, 1, 162, 0x2a053dcc, F=0x0 -0, 39, 39, 1, 187, 0xc18a4686, F=0x0 -0, 40, 40, 1, 503, 0xa5a7e669, F=0x0 -0, 41, 41, 1, 167, 0xa28a43e8, F=0x0 -0, 42, 42, 1, 289, 0xf1968090, F=0x0 -0, 43, 43, 1, 194, 0xedbb4eb7, F=0x0 -0, 44, 44, 1, 285, 0x82e7818b, F=0x0 -0, 45, 45, 1, 199, 0x5e725190, F=0x0 -0, 46, 46, 1, 197, 0x0c6a4fb9, F=0x0 -0, 47, 47, 1, 203, 0x05684b96, F=0x0 -0, 48, 48, 1, 208, 0xd33457ad, F=0x0 -0, 49, 49, 1, 1198, 0x029f5f1b, F=0x0 -0, 50, 50, 1, 175, 0xf4e94c40, F=0x0 -0, 51, 51, 1, 740, 0x6e096787, F=0x0 -0, 52, 52, 1, 180, 0xf34f45be, F=0x0 -0, 53, 53, 1, 238, 0xfbed6adb, F=0x0 -0, 54, 54, 1, 198, 0x6f3a5344, F=0x0 -0, 55, 55, 1, 196, 0x8bbb4b02, F=0x0 -0, 56, 56, 1, 224, 0x92c55d92, F=0x0 -0, 57, 57, 1, 765, 0xd16e6d65, F=0x0 -0, 58, 58, 1, 149, 0x97aa38d2, F=0x0 -0, 59, 59, 1, 479, 0x1030d73b, F=0x0 -0, 60, 60, 1, 179, 0x441e493a, F=0x0 -0, 61, 61, 1, 217, 0x16c259b7, F=0x0 -0, 62, 62, 1, 190, 0x5b2349ca, F=0x0 -0, 63, 63, 1, 155, 0x422f39ff, F=0x0 -0, 64, 64, 1, 167, 0x28444898, F=0x0 -0, 65, 65, 1, 649, 0x57b331e2, F=0x0 -0, 66, 66, 1, 196, 0x99a1574f, F=0x0 -0, 67, 67, 1, 427, 0xfd45d548, F=0x0 -0, 68, 68, 1, 175, 0x90cc42ce, F=0x0 -0, 69, 69, 1, 284, 0x49398208, F=0x0 -0, 70, 70, 1, 131, 0x18e42fc2, F=0x0 -0, 71, 71, 1, 256, 0xac896bbe, F=0x0 -0, 72, 72, 1, 186, 0x522d4974, F=0x0 -0, 73, 73, 1, 190, 0x5e064e04, F=0x0 -0, 74, 74, 1, 216, 0x863f53fa, F=0x0 -0, 75, 75, 1, 154, 0x17f1383f, F=0x0 -0, 76, 76, 1, 113, 0x20f827ee, F=0x0 -0, 77, 77, 1, 402, 0xce2caf45, F=0x0 -0, 78, 78, 1, 198, 0x0bc851ae, F=0x0 -0, 79, 79, 1, 466, 0xb31ad387, F=0x0 -0, 80, 80, 1, 322, 0x20018e02, F=0x0 -0, 81, 81, 1, 387, 0x5038b1b8, F=0x0 -0, 82, 82, 1, 158, 0xc6ac3feb, F=0x0 -0, 83, 83, 1, 278, 0x59f17c03, F=0x0 -0, 84, 84, 1, 190, 0xd7665022, F=0x0 -0, 85, 85, 1, 175, 0x1a6e4225, F=0x0 -0, 86, 86, 1, 206, 0xc3f44e3a, F=0x0 -0, 87, 87, 1, 379, 0xb1e6b77e, F=0x0 -0, 88, 88, 1, 202, 0x17975145, F=0x0 -0, 89, 89, 1, 225, 0x96985fd2, F=0x0 -0, 90, 90, 1, 175, 0x71b1497a, F=0x0 -0, 91, 91, 1, 235, 0x2bdc5faa, F=0x0 -0, 92, 92, 1, 185, 0x68124958, F=0x0 -0, 93, 93, 1, 182, 0x120c4c63, F=0x0 -0, 94, 94, 1, 114, 0xdd9b2b02, F=0x0 -0, 95, 95, 1, 176, 0x0d5b4b46, F=0x0 -0, 96, 96, 1, 214, 0xfb5e5b47, F=0x0 -0, 97, 97, 1, 182, 0xf4c54860, F=0x0 -0, 98, 98, 1, 195, 0x6e075188, F=0x0 -0, 99, 99, 1, 303, 0x4c158465, F=0x0 -0, 100, 100, 1, 191, 0x12005055, F=0x0 -0, 101, 101, 1, 177, 0x01ed4929, F=0x0 -0, 102, 102, 1, 172, 0x86984280, F=0x0 -0, 103, 103, 1, 179, 0xb854481c, F=0x0 -0, 104, 104, 1, 188, 0xeacd47ed, F=0x0 -0, 105, 105, 1, 177, 0x36be4889, F=0x0 -0, 106, 106, 1, 215, 0x6aa65c99, F=0x0 -0, 107, 107, 1, 339, 0x1af496b2, F=0x0 -0, 108, 108, 1, 189, 0x941045fa, F=0x0 -0, 109, 109, 1, 209, 0x37445651, F=0x0 -0, 110, 110, 1, 205, 0x9cf85222, F=0x0 -0, 111, 111, 1, 185, 0x8b964cb5, F=0x0 -0, 112, 112, 1, 211, 0xd03d59ce, F=0x0 -0, 113, 113, 1, 178, 0xe40e4c08, F=0x0 -0, 114, 114, 1, 195, 0x971d4d92, F=0x0 -0, 115, 115, 1, 116, 0x5f9a2d3f, F=0x0 -0, 116, 116, 1, 116, 0x5c4e2d06, F=0x0 -0, 117, 117, 1, 427, 0x6128c7da, F=0x0 -0, 118, 118, 1, 182, 0x8a9a4a85, F=0x0 -0, 119, 119, 1, 267, 0x94e16d98, F=0x0 -0, 120, 120, 1, 191, 0x8cd6499b, F=0x0 -0, 121, 121, 1, 195, 0x2955524a, F=0x0 -0, 122, 122, 1, 755, 0x21115eef, F=0x0 -0, 123, 123, 1, 179, 0x89ff45fd, F=0x0 -0, 124, 124, 1, 522, 0x1b1cf19d, F=0x0 -0, 125, 125, 1, 171, 0x48034194, F=0x0 -0, 126, 126, 1, 379, 0x3914a793, F=0x0 -0, 127, 127, 1, 539, 0x7155fc34, F=0x0 -0, 128, 128, 1, 199, 0xb8674f8a, F=0x0 -0, 129, 129, 1, 458, 0x0a87ce97, F=0x0 -0, 130, 130, 1, 177, 0xac704b44, F=0x0 -0, 131, 131, 1, 299, 0x49318aa9, F=0x0 -0, 132, 132, 1, 333, 0xa188949d, F=0x0 -0, 133, 133, 1, 179, 0x2474436d, F=0x0 -0, 134, 134, 1, 263, 0x84e871f8, F=0x0 -0, 135, 135, 1, 177, 0xf7904597, F=0x0 -0, 136, 136, 1, 184, 0xb053486d, F=0x0 -0, 137, 137, 1, 433, 0xd3c0c5a1, F=0x0 -0, 138, 138, 1, 1138, 0xd5af3462, F=0x0 -0, 139, 139, 1, 863, 0xdce99f4f, F=0x0 -0, 140, 140, 1, 328, 0x608a949d, F=0x0 -0, 141, 141, 1, 222, 0xecb75a19, F=0x0 -0, 142, 142, 1, 171, 0x6cf94548, F=0x0 -0, 143, 143, 1, 222, 0xcf8d5778, F=0x0 -0, 144, 144, 1, 738, 0x9cf358a2, F=0x0 -0, 145, 145, 1, 444, 0x3798cdf6, F=0x0 -0, 146, 146, 1, 267, 0x8ca87717, F=0x0 -0, 147, 147, 1, 187, 0x4d734c80, F=0x0 -0, 148, 148, 1, 186, 0x9def4fb6, F=0x0 -0, 149, 149, 1, 196, 0x49214f94, F=0x0 -0, 150, 150, 1, 589, 0x02e2142f, F=0x0 -0, 151, 151, 1, 188, 0x285c4dad, F=0x0 -0, 152, 152, 1, 339, 0x8a0fa092, F=0x0 -0, 153, 153, 1, 179, 0x775543d4, F=0x0 -0, 154, 154, 1, 294, 0x0c8885eb, F=0x0 -0, 155, 155, 1, 291, 0xd78084b1, F=0x0 -0, 156, 156, 1, 144, 0xd7323963, F=0x0 -0, 157, 157, 1, 182, 0x97194ede, F=0x0 -0, 158, 158, 1, 195, 0x410f50a6, F=0x0 -0, 159, 159, 1, 268, 0xb878789a, F=0x0 -0, 160, 160, 1, 526, 0x6e13fb3e, F=0x0 -0, 161, 161, 1, 372, 0xf1fca999, F=0x0 -0, 162, 162, 1, 171, 0x86033fb7, F=0x0 -0, 163, 163, 1, 344, 0x8db8a374, F=0x0 -0, 164, 164, 1, 159, 0xa3463fb6, F=0x0 -0, 165, 165, 1, 391, 0x6ab1aa7d, F=0x0 -0, 166, 166, 1, 180, 0x55d04d01, F=0x0 -0, 167, 167, 1, 303, 0xac779365, F=0x0 -0, 168, 168, 1, 180, 0x54e94840, F=0x0 -0, 169, 169, 1, 269, 0x56e57720, F=0x0 -0, 170, 170, 1, 199, 0x510b5589, F=0x0 -0, 171, 171, 1, 287, 0xd70d8529, F=0x0 -0, 172, 172, 1, 217, 0x04a0649e, F=0x0 Test gifenc-pal8 failed. Look at tests/data/fate/gifenc-pal8.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-gifenc-pal8] Error 1 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-camanl1_toshiba_b TEST h264-conformance-camaci3_sony_c 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-nlmq1_jvc_c TEST h264-conformance-nl3_sva_e 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 --- /home/fate/ffmpeg/tests/ref/fate/h264-reinit-large_420_8-to-small_420_8 2017-03-24 21:02:53.626379784 +0000 +++ tests/data/fate/h264-reinit-large_420_8-to-small_420_8 2020-04-04 16:04:35.784979502 +0000 @@ -1,105 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 0/1 -0, 0, 0, 1, 608256, 0x65574c43 -0, 1, 1, 1, 608256, 0x5e5a1aa4 -0, 2, 2, 1, 608256, 0xa9a5cbc5 -0, 3, 3, 1, 608256, 0x4e462c02 -0, 4, 4, 1, 608256, 0xf8215f14 -0, 5, 5, 1, 608256, 0x4f332ccd -0, 6, 6, 1, 608256, 0x5dac18a3 -0, 7, 7, 1, 608256, 0x81196f38 -0, 8, 8, 1, 608256, 0xd4cb4ffc -0, 9, 9, 1, 608256, 0x839af1a4 -0, 10, 10, 1, 608256, 0x15ab7a99 -0, 11, 11, 1, 608256, 0x7496aec8 -0, 12, 12, 1, 608256, 0xfe974593 -0, 13, 13, 1, 608256, 0x702a94b7 -0, 14, 14, 1, 608256, 0x0f74cd7a -0, 15, 15, 1, 608256, 0x3b35b667 -0, 16, 16, 1, 608256, 0x22083d70 -0, 17, 17, 1, 608256, 0xab77f6e1 -0, 18, 18, 1, 608256, 0x51513651 -0, 19, 19, 1, 608256, 0x06ff4ef1 -0, 20, 20, 1, 608256, 0xdf2ed7d3 -0, 21, 21, 1, 608256, 0x3107421b -0, 22, 22, 1, 608256, 0x975823fe -0, 23, 23, 1, 608256, 0xe40d9894 -0, 24, 24, 1, 608256, 0x8fb1fead -0, 25, 25, 1, 608256, 0x56e5056b -0, 26, 26, 1, 608256, 0x3346b970 -0, 27, 27, 1, 608256, 0x7e3c5b82 -0, 28, 28, 1, 608256, 0x6a86c482 -0, 29, 29, 1, 608256, 0x3e800e13 -0, 30, 30, 1, 608256, 0xd6c4589e -0, 31, 31, 1, 608256, 0xcdfa7d94 -0, 32, 32, 1, 608256, 0xdc91cfce -0, 33, 33, 1, 608256, 0x8aa5fd0e -0, 34, 34, 1, 608256, 0x85c190be -0, 35, 35, 1, 608256, 0xe7563061 -0, 36, 36, 1, 608256, 0x7fd501ec -0, 37, 37, 1, 608256, 0x088d0df3 -0, 38, 38, 1, 608256, 0x08129a2f -0, 39, 39, 1, 608256, 0x7bed8d9c -0, 40, 40, 1, 608256, 0x16ce64c6 -0, 41, 41, 1, 608256, 0x6a120a3a -0, 42, 42, 1, 608256, 0xfe0b889e -0, 43, 43, 1, 608256, 0x57f4efcd -0, 44, 44, 1, 608256, 0xc363ca91 -0, 45, 45, 1, 608256, 0x92237dce -0, 46, 46, 1, 608256, 0x77bab64f -0, 47, 47, 1, 608256, 0x29118201 -0, 48, 48, 1, 608256, 0x6f8e8e53 -0, 49, 49, 1, 608256, 0x4a13c4a3 -0, 50, 50, 1, 608256, 0x27a069a3 -0, 51, 51, 1, 608256, 0x22a5ff96 -0, 52, 52, 1, 608256, 0x29ad753f -0, 53, 53, 1, 608256, 0x955788a6 -0, 54, 54, 1, 608256, 0xb73599c5 -0, 55, 55, 1, 608256, 0x73765aca -0, 56, 56, 1, 608256, 0x39118f45 -0, 57, 57, 1, 608256, 0xfb0f8b96 -0, 58, 58, 1, 608256, 0xfcf71085 -0, 59, 59, 1, 608256, 0xccaaca7d -0, 60, 60, 1, 608256, 0xde873299 -0, 61, 61, 1, 608256, 0x5d904202 -0, 62, 62, 1, 608256, 0x1e92c9b8 -0, 63, 63, 1, 608256, 0xdb8ec231 -0, 64, 64, 1, 608256, 0x388e2b9f -0, 65, 65, 1, 608256, 0x1d190c39 -0, 66, 66, 1, 608256, 0xb6609efd -0, 67, 67, 1, 608256, 0x0c6bf1d0 -0, 68, 68, 1, 608256, 0x178e0a3c -0, 69, 69, 1, 608256, 0x439509f7 -0, 70, 70, 1, 608256, 0x00eb29ec -0, 71, 71, 1, 608256, 0xee45f2a0 -0, 72, 72, 1, 608256, 0xae62eb8c -0, 73, 73, 1, 608256, 0x3bb7510d -0, 74, 74, 1, 608256, 0x03f08d02 -0, 75, 75, 1, 608256, 0x4beffc2a -0, 76, 76, 1, 608256, 0x6071eb56 -0, 77, 77, 1, 608256, 0xbcb4e4e5 -0, 78, 78, 1, 608256, 0x775864aa -0, 79, 79, 1, 608256, 0x3cfa0a94 -0, 80, 80, 1, 608256, 0x4652d529 -0, 81, 81, 1, 608256, 0xc5be07e2 -0, 82, 82, 1, 608256, 0xe7b480a2 -0, 83, 83, 1, 608256, 0x83b11945 -0, 84, 84, 1, 608256, 0x25ff0458 -0, 85, 85, 1, 608256, 0x5a780cda -0, 86, 86, 1, 608256, 0x3448077c -0, 87, 87, 1, 608256, 0x0f9c6f09 -0, 88, 88, 1, 608256, 0x05ece146 -0, 89, 89, 1, 608256, 0x3b02b504 -0, 90, 90, 1, 608256, 0xf3a8e2a6 -0, 91, 91, 1, 608256, 0xd4544847 -0, 92, 92, 1, 608256, 0x49bd2a3f -0, 93, 93, 1, 608256, 0x22a42082 -0, 94, 94, 1, 608256, 0x8d8d1923 -0, 95, 95, 1, 608256, 0x2ba6877f -0, 96, 96, 1, 608256, 0x494d481b -0, 97, 97, 1, 608256, 0x28c99c35 -0, 98, 98, 1, 608256, 0x80128077 -0, 99, 99, 1, 608256, 0x887c2fb0 Test h264-reinit-large_420_8-to-small_420_8 failed. Look at tests/data/fate/h264-reinit-large_420_8-to-small_420_8.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-h264-reinit-large_420_8-to-small_420_8] Error 1 TEST h264-missing-frame --- /home/fate/ffmpeg/tests/ref/fate/h264-reinit-small_420_8-to-large_444_10 2017-03-24 21:02:53.626379784 +0000 +++ tests/data/fate/h264-reinit-small_420_8-to-large_444_10 2020-04-04 16:04:35.804979474 +0000 @@ -1,105 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 0/1 -0, 0, 0, 1, 608256, 0x27a069a3 -0, 1, 1, 1, 608256, 0x22a5ff96 -0, 2, 2, 1, 608256, 0x29ad753f -0, 3, 3, 1, 608256, 0x955788a6 -0, 4, 4, 1, 608256, 0xb73599c5 -0, 5, 5, 1, 608256, 0x73765aca -0, 6, 6, 1, 608256, 0x39118f45 -0, 7, 7, 1, 608256, 0xfb0f8b96 -0, 8, 8, 1, 608256, 0xfcf71085 -0, 9, 9, 1, 608256, 0xccaaca7d -0, 10, 10, 1, 608256, 0xde873299 -0, 11, 11, 1, 608256, 0x5d904202 -0, 12, 12, 1, 608256, 0x1e92c9b8 -0, 13, 13, 1, 608256, 0xdb8ec231 -0, 14, 14, 1, 608256, 0x388e2b9f -0, 15, 15, 1, 608256, 0x1d190c39 -0, 16, 16, 1, 608256, 0xb6609efd -0, 17, 17, 1, 608256, 0x0c6bf1d0 -0, 18, 18, 1, 608256, 0x178e0a3c -0, 19, 19, 1, 608256, 0x439509f7 -0, 20, 20, 1, 608256, 0x00eb29ec -0, 21, 21, 1, 608256, 0xee45f2a0 -0, 22, 22, 1, 608256, 0xae62eb8c -0, 23, 23, 1, 608256, 0x3bb7510d -0, 24, 24, 1, 608256, 0x03f08d02 -0, 25, 25, 1, 608256, 0x4beffc2a -0, 26, 26, 1, 608256, 0x6071eb56 -0, 27, 27, 1, 608256, 0xbcb4e4e5 -0, 28, 28, 1, 608256, 0x775864aa -0, 29, 29, 1, 608256, 0x3cfa0a94 -0, 30, 30, 1, 608256, 0x4652d529 -0, 31, 31, 1, 608256, 0xc5be07e2 -0, 32, 32, 1, 608256, 0xe7b480a2 -0, 33, 33, 1, 608256, 0x83b11945 -0, 34, 34, 1, 608256, 0x25ff0458 -0, 35, 35, 1, 608256, 0x5a780cda -0, 36, 36, 1, 608256, 0x3448077c -0, 37, 37, 1, 608256, 0x0f9c6f09 -0, 38, 38, 1, 608256, 0x05ece146 -0, 39, 39, 1, 608256, 0x3b02b504 -0, 40, 40, 1, 608256, 0xf3a8e2a6 -0, 41, 41, 1, 608256, 0xd4544847 -0, 42, 42, 1, 608256, 0x49bd2a3f -0, 43, 43, 1, 608256, 0x22a42082 -0, 44, 44, 1, 608256, 0x8d8d1923 -0, 45, 45, 1, 608256, 0x2ba6877f -0, 46, 46, 1, 608256, 0x494d481b -0, 47, 47, 1, 608256, 0x28c99c35 -0, 48, 48, 1, 608256, 0x80128077 -0, 49, 49, 1, 608256, 0x887c2fb0 -0, 50, 50, 1, 608256, 0xfaba3fe4 -0, 51, 51, 1, 608256, 0x0369a227 -0, 52, 52, 1, 608256, 0xe62cb2b1 -0, 53, 53, 1, 608256, 0x851d9e78 -0, 54, 54, 1, 608256, 0x6847b938 -0, 55, 55, 1, 608256, 0x48eb702e -0, 56, 56, 1, 608256, 0x3eb52eec -0, 57, 57, 1, 608256, 0xf880edf8 -0, 58, 58, 1, 608256, 0xf7ac1860 -0, 59, 59, 1, 608256, 0x3ead29f3 -0, 60, 60, 1, 608256, 0x6db1860a -0, 61, 61, 1, 608256, 0x72ee9271 -0, 62, 62, 1, 608256, 0xa8b643e4 -0, 63, 63, 1, 608256, 0x22a95a3e -0, 64, 64, 1, 608256, 0x4e8aa877 -0, 65, 65, 1, 608256, 0x9545cfcf -0, 66, 66, 1, 608256, 0x42d820e0 -0, 67, 67, 1, 608256, 0xe701ea6f -0, 68, 68, 1, 608256, 0x05f61a49 -0, 69, 69, 1, 608256, 0xc1de9f65 -0, 70, 70, 1, 608256, 0x2b121933 -0, 71, 71, 1, 608256, 0x4de4e185 -0, 72, 72, 1, 608256, 0x01c6fb05 -0, 73, 73, 1, 608256, 0x1fbf8603 -0, 74, 74, 1, 608256, 0x9d8f2fd4 -0, 75, 75, 1, 608256, 0xb7d6f14e -0, 76, 76, 1, 608256, 0x503c33a9 -0, 77, 77, 1, 608256, 0x051e8b02 -0, 78, 78, 1, 608256, 0xeff7c286 -0, 79, 79, 1, 608256, 0xeb80088a -0, 80, 80, 1, 608256, 0xffbc6cec -0, 81, 81, 1, 608256, 0x42d55e9d -0, 82, 82, 1, 608256, 0x4898c507 -0, 83, 83, 1, 608256, 0x2c2411b5 -0, 84, 84, 1, 608256, 0xd70a34a4 -0, 85, 85, 1, 608256, 0xce5e64f5 -0, 86, 86, 1, 608256, 0x7790d293 -0, 87, 87, 1, 608256, 0xac5b44fb -0, 88, 88, 1, 608256, 0xae4c2921 -0, 89, 89, 1, 608256, 0x373a26bb -0, 90, 90, 1, 608256, 0x3aa3fed4 -0, 91, 91, 1, 608256, 0x4f4b1496 -0, 92, 92, 1, 608256, 0x4760fe2b -0, 93, 93, 1, 608256, 0x9e38af43 -0, 94, 94, 1, 608256, 0xd7c66f6e -0, 95, 95, 1, 608256, 0xf6cb1649 -0, 96, 96, 1, 608256, 0xb0591bf1 -0, 97, 97, 1, 608256, 0xb507b282 -0, 98, 98, 1, 608256, 0xfb53c6e5 -0, 99, 99, 1, 608256, 0x5410f10f --- /home/fate/ffmpeg/tests/ref/fate/h264-reinit-small_422_9-to-small_420_9 2017-03-24 21:02:53.626379784 +0000 +++ tests/data/fate/h264-reinit-small_422_9-to-small_420_9 2020-04-04 16:04:35.808312802 +0000 @@ -1,105 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 0/1 -0, 0, 0, 1, 608256, 0x3aef31f3 -0, 1, 1, 1, 608256, 0x05afe4e8 -0, 2, 2, 1, 608256, 0x9d7dc9b1 -0, 3, 3, 1, 608256, 0x60b3efec -0, 4, 4, 1, 608256, 0x7dc51741 -0, 5, 5, 1, 608256, 0xb3bfb413 -0, 6, 6, 1, 608256, 0x0a2738b3 -0, 7, 7, 1, 608256, 0xfd3f8f1b -0, 8, 8, 1, 608256, 0x922d413f -0, 9, 9, 1, 608256, 0x775b4cfb -0, 10, 10, 1, 608256, 0xcbfaec82 -0, 11, 11, 1, 608256, 0x1f1903a2 -0, 12, 12, 1, 608256, 0xdd246528 -0, 13, 13, 1, 608256, 0xe3d8afdc -0, 14, 14, 1, 608256, 0xb29c4235 -0, 15, 15, 1, 608256, 0xa230e654 -0, 16, 16, 1, 608256, 0xe0246276 -0, 17, 17, 1, 608256, 0xd47b6b3c -0, 18, 18, 1, 608256, 0xa5593d23 -0, 19, 19, 1, 608256, 0x01cd5642 -0, 20, 20, 1, 608256, 0x0c451611 -0, 21, 21, 1, 608256, 0xc4833ff5 -0, 22, 22, 1, 608256, 0xbed881fc -0, 23, 23, 1, 608256, 0x709e77e6 -0, 24, 24, 1, 608256, 0x9815dad3 -0, 25, 25, 1, 608256, 0x55c1fe5f -0, 26, 26, 1, 608256, 0xd89ff770 -0, 27, 27, 1, 608256, 0xc636abf7 -0, 28, 28, 1, 608256, 0x17d3f5b1 -0, 29, 29, 1, 608256, 0x0389cd38 -0, 30, 30, 1, 608256, 0x502eea66 -0, 31, 31, 1, 608256, 0xcb697a48 -0, 32, 32, 1, 608256, 0xd4f6c694 -0, 33, 33, 1, 608256, 0x734a5163 -0, 34, 34, 1, 608256, 0xa53f5187 -0, 35, 35, 1, 608256, 0x64d2c1c7 -0, 36, 36, 1, 608256, 0x41a170d0 -0, 37, 37, 1, 608256, 0x6f671fe1 -0, 38, 38, 1, 608256, 0x56983008 -0, 39, 39, 1, 608256, 0x95911957 -0, 40, 40, 1, 608256, 0x027f2a7a -0, 41, 41, 1, 608256, 0xcd22d70f -0, 42, 42, 1, 608256, 0x268beec0 -0, 43, 43, 1, 608256, 0xcf14123e -0, 44, 44, 1, 608256, 0xfc8e3bff -0, 45, 45, 1, 608256, 0x6974ad54 -0, 46, 46, 1, 608256, 0x8fbd9cdd -0, 47, 47, 1, 608256, 0x66110ef8 -0, 48, 48, 1, 608256, 0x84b4b1f1 -0, 49, 49, 1, 608256, 0xf0d4949b -0, 50, 50, 1, 608256, 0xee06377f -0, 51, 51, 1, 608256, 0x9c22c5ee -0, 52, 52, 1, 608256, 0x322abee2 -0, 53, 53, 1, 608256, 0x82745ed3 -0, 54, 54, 1, 608256, 0xe7b9248b -0, 55, 55, 1, 608256, 0xc8c1ce0e -0, 56, 56, 1, 608256, 0x8451eba9 -0, 57, 57, 1, 608256, 0xece9412d -0, 58, 58, 1, 608256, 0xffbc2c24 -0, 59, 59, 1, 608256, 0xf58c117e -0, 60, 60, 1, 608256, 0x7853f334 -0, 61, 61, 1, 608256, 0x1acd6465 -0, 62, 62, 1, 608256, 0xb668856c -0, 63, 63, 1, 608256, 0x3f52c230 -0, 64, 64, 1, 608256, 0xd7e8b5b6 -0, 65, 65, 1, 608256, 0xf663681d -0, 66, 66, 1, 608256, 0x07ef670c -0, 67, 67, 1, 608256, 0x1d5084f4 -0, 68, 68, 1, 608256, 0x0ea3fe04 -0, 69, 69, 1, 608256, 0xf095d1e0 -0, 70, 70, 1, 608256, 0xbdac37fb -0, 71, 71, 1, 608256, 0x2cbfdf91 -0, 72, 72, 1, 608256, 0x8da7190f -0, 73, 73, 1, 608256, 0x08bf6fc9 -0, 74, 74, 1, 608256, 0xa2368e5c -0, 75, 75, 1, 608256, 0x36d38f81 -0, 76, 76, 1, 608256, 0x94d344cc -0, 77, 77, 1, 608256, 0x1cf33f86 -0, 78, 78, 1, 608256, 0x98d6341f -0, 79, 79, 1, 608256, 0xb04e3a3a -0, 80, 80, 1, 608256, 0x74e52483 -0, 81, 81, 1, 608256, 0x6acc8d96 -0, 82, 82, 1, 608256, 0x136d6c4e -0, 83, 83, 1, 608256, 0x50efa37a -0, 84, 84, 1, 608256, 0x53170421 -0, 85, 85, 1, 608256, 0x2ed5210e -0, 86, 86, 1, 608256, 0x5f471854 -0, 87, 87, 1, 608256, 0xd6ff7856 -0, 88, 88, 1, 608256, 0x446bf456 -0, 89, 89, 1, 608256, 0x872b95b1 -0, 90, 90, 1, 608256, 0xc9e5e827 -0, 91, 91, 1, 608256, 0xdab3eb04 -0, 92, 92, 1, 608256, 0xccd6347e -0, 93, 93, 1, 608256, 0xd7dfd0a9 -0, 94, 94, 1, 608256, 0x60b834c3 -0, 95, 95, 1, 608256, 0x0b822676 -0, 96, 96, 1, 608256, 0x0e5d3d5a -0, 97, 97, 1, 608256, 0x1fa0233d -0, 98, 98, 1, 608256, 0xb853b650 -0, 99, 99, 1, 608256, 0x30d8d033 --- /home/fate/ffmpeg/tests/ref/fate/h264-reinit-small_420_9-to-small_420_8 2017-03-24 21:02:53.626379784 +0000 +++ tests/data/fate/h264-reinit-small_420_9-to-small_420_8 2020-04-04 16:04:35.808312802 +0000 @@ -1,105 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 0/1 -0, 0, 0, 1, 608256, 0xee06377f -0, 1, 1, 1, 608256, 0x9c22c5ee -0, 2, 2, 1, 608256, 0x322abee2 -0, 3, 3, 1, 608256, 0x82745ed3 -0, 4, 4, 1, 608256, 0xe7b9248b -0, 5, 5, 1, 608256, 0xc8c1ce0e -0, 6, 6, 1, 608256, 0x8451eba9 -0, 7, 7, 1, 608256, 0xece9412d -0, 8, 8, 1, 608256, 0xffbc2c24 -0, 9, 9, 1, 608256, 0xf58c117e -0, 10, 10, 1, 608256, 0x7853f334 -0, 11, 11, 1, 608256, 0x1acd6465 -0, 12, 12, 1, 608256, 0xb668856c -0, 13, 13, 1, 608256, 0x3f52c230 -0, 14, 14, 1, 608256, 0xd7e8b5b6 -0, 15, 15, 1, 608256, 0xf663681d -0, 16, 16, 1, 608256, 0x07ef670c -0, 17, 17, 1, 608256, 0x1d5084f4 -0, 18, 18, 1, 608256, 0x0ea3fe04 -0, 19, 19, 1, 608256, 0xf095d1e0 -0, 20, 20, 1, 608256, 0xbdac37fb -0, 21, 21, 1, 608256, 0x2cbfdf91 -0, 22, 22, 1, 608256, 0x8da7190f -0, 23, 23, 1, 608256, 0x08bf6fc9 -0, 24, 24, 1, 608256, 0xa2368e5c -0, 25, 25, 1, 608256, 0x36d38f81 -0, 26, 26, 1, 608256, 0x94d344cc -0, 27, 27, 1, 608256, 0x1cf33f86 -0, 28, 28, 1, 608256, 0x98d6341f -0, 29, 29, 1, 608256, 0xb04e3a3a -0, 30, 30, 1, 608256, 0x74e52483 -0, 31, 31, 1, 608256, 0x6acc8d96 -0, 32, 32, 1, 608256, 0x136d6c4e -0, 33, 33, 1, 608256, 0x50efa37a -0, 34, 34, 1, 608256, 0x53170421 -0, 35, 35, 1, 608256, 0x2ed5210e -0, 36, 36, 1, 608256, 0x5f471854 -0, 37, 37, 1, 608256, 0xd6ff7856 -0, 38, 38, 1, 608256, 0x446bf456 -0, 39, 39, 1, 608256, 0x872b95b1 -0, 40, 40, 1, 608256, 0xc9e5e827 -0, 41, 41, 1, 608256, 0xdab3eb04 -0, 42, 42, 1, 608256, 0xccd6347e -0, 43, 43, 1, 608256, 0xd7dfd0a9 -0, 44, 44, 1, 608256, 0x60b834c3 -0, 45, 45, 1, 608256, 0x0b822676 -0, 46, 46, 1, 608256, 0x0e5d3d5a -0, 47, 47, 1, 608256, 0x1fa0233d -0, 48, 48, 1, 608256, 0xb853b650 -0, 49, 49, 1, 608256, 0x30d8d033 -0, 50, 50, 1, 608256, 0x27a069a3 -0, 51, 51, 1, 608256, 0x22a5ff96 -0, 52, 52, 1, 608256, 0x29ad753f -0, 53, 53, 1, 608256, 0x955788a6 -0, 54, 54, 1, 608256, 0xb73599c5 -0, 55, 55, 1, 608256, 0x73765aca -0, 56, 56, 1, 608256, 0x39118f45 -0, 57, 57, 1, 608256, 0xfb0f8b96 -0, 58, 58, 1, 608256, 0xfcf71085 -0, 59, 59, 1, 608256, 0xccaaca7d -0, 60, 60, 1, 608256, 0xde873299 -0, 61, 61, 1, 608256, 0x5d904202 -0, 62, 62, 1, 608256, 0x1e92c9b8 -0, 63, 63, 1, 608256, 0xdb8ec231 -0, 64, 64, 1, 608256, 0x388e2b9f -0, 65, 65, 1, 608256, 0x1d190c39 -0, 66, 66, 1, 608256, 0xb6609efd -0, 67, 67, 1, 608256, 0x0c6bf1d0 -0, 68, 68, 1, 608256, 0x178e0a3c -0, 69, 69, 1, 608256, 0x439509f7 -0, 70, 70, 1, 608256, 0x00eb29ec -0, 71, 71, 1, 608256, 0xee45f2a0 -0, 72, 72, 1, 608256, 0xae62eb8c -0, 73, 73, 1, 608256, 0x3bb7510d -0, 74, 74, 1, 608256, 0x03f08d02 -0, 75, 75, 1, 608256, 0x4beffc2a -0, 76, 76, 1, 608256, 0x6071eb56 -0, 77, 77, 1, 608256, 0xbcb4e4e5 -0, 78, 78, 1, 608256, 0x775864aa -0, 79, 79, 1, 608256, 0x3cfa0a94 -0, 80, 80, 1, 608256, 0x4652d529 -0, 81, 81, 1, 608256, 0xc5be07e2 -0, 82, 82, 1, 608256, 0xe7b480a2 -0, 83, 83, 1, 608256, 0x83b11945 -0, 84, 84, 1, 608256, 0x25ff0458 -0, 85, 85, 1, 608256, 0x5a780cda -0, 86, 86, 1, 608256, 0x3448077c -0, 87, 87, 1, 608256, 0x0f9c6f09 -0, 88, 88, 1, 608256, 0x05ece146 -0, 89, 89, 1, 608256, 0x3b02b504 -0, 90, 90, 1, 608256, 0xf3a8e2a6 -0, 91, 91, 1, 608256, 0xd4544847 -0, 92, 92, 1, 608256, 0x49bd2a3f -0, 93, 93, 1, 608256, 0x22a42082 -0, 94, 94, 1, 608256, 0x8d8d1923 -0, 95, 95, 1, 608256, 0x2ba6877f -0, 96, 96, 1, 608256, 0x494d481b -0, 97, 97, 1, 608256, 0x28c99c35 -0, 98, 98, 1, 608256, 0x80128077 -0, 99, 99, 1, 608256, 0x887c2fb0 Test h264-reinit-small_422_9-to-small_420_9 failed. Look at tests/data/fate/h264-reinit-small_422_9-to-small_420_9.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-h264-reinit-small_422_9-to-small_420_9] Error 1 Test h264-reinit-small_420_8-to-large_444_10 failed. Look at tests/data/fate/h264-reinit-small_420_8-to-large_444_10.err for details. Test h264-reinit-small_420_9-to-small_420_8 failed. Look at tests/data/fate/h264-reinit-small_420_9-to-small_420_8.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-h264-reinit-small_420_8-to-large_444_10] Error 1 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-h264-reinit-small_420_9-to-small_420_8] Error 1 TEST h264-ref-pic-mod-overflow TEST h264-timecode TEST h264-crop-to-container TEST h264-extradata-reload TEST h264-interlace-crop --- /home/fate/ffmpeg/tests/ref/fate/h264-extradata-reload 2017-03-24 21:02:53.626379784 +0000 +++ tests/data/fate/h264-extradata-reload 2020-04-04 16:04:35.934979292 +0000 @@ -9,5 +9,3 @@ #stream#, dts, pts, duration, size, hash 0, 0, 0, 1, 49152, ae09c88e87e3ea0aa8ad267ee91222e5 0, 1, 1, 1, 49152, 7ccd8321a6e23ae1f82bd323c8376524 -0, 2, 2, 1, 49152, 8ed93ab585ff9848801cc28b75b5e12d -0, 3, 3, 1, 49152, 0049913870ddb62ffc535282018766f4 Test h264-extradata-reload failed. Look at tests/data/fate/h264-extradata-reload.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-h264-extradata-reload] Error 1 TEST h264-mixed-nal-coding TEST h264-unescaped-extradata TEST h264-invalid-ref-mod TEST h264-twofields-packet TEST h264-bsf-mp4toannexb TEST h264-direct-bff TEST h264-brokensps-2580 TEST h264-xavc-4389 TEST h264-attachment-631 --- /home/fate/ffmpeg/tests/ref/fate/h264-brokensps-2580 2017-03-24 21:02:53.623046443 +0000 +++ tests/data/fate/h264-brokensps-2580 2020-04-04 16:04:36.118312370 +0000 @@ -1,84 +0,0 @@ -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 192x144 -#sar 0: 0/1 -0, 0, 0, 1, 41472, 0x89c63720 -0, 2, 2, 1, 41472, 0x4605aca8 -0, 4, 4, 1, 41472, 0xc1c6fdf7 -0, 6, 6, 1, 41472, 0x09f7f4c9 -0, 8, 8, 1, 41472, 0x823abdcb -0, 10, 10, 1, 41472, 0xc338b5e3 -0, 12, 12, 1, 41472, 0xb961599b -0, 14, 14, 1, 41472, 0x871b59ea -0, 16, 16, 1, 41472, 0x949a2948 -0, 18, 18, 1, 41472, 0x32561424 -0, 20, 20, 1, 41472, 0x54920aec -0, 22, 22, 1, 41472, 0x14d6ec9d -0, 24, 24, 1, 41472, 0x2a30e4ba -0, 26, 26, 1, 41472, 0x8774de8b -0, 28, 28, 1, 41472, 0xf33cd23f -0, 32, 32, 1, 41472, 0x41059fc9 -0, 34, 34, 1, 41472, 0x65a3a3b9 -0, 36, 36, 1, 41472, 0xbf28a6bc -0, 38, 38, 1, 41472, 0xc69bab99 -0, 40, 40, 1, 41472, 0xc5f4ae3f -0, 42, 42, 1, 41472, 0x4c98b28e -0, 44, 44, 1, 41472, 0x81d8afa5 -0, 46, 46, 1, 41472, 0x5293b73c -0, 48, 48, 1, 41472, 0x5ba2bb28 -0, 50, 50, 1, 41472, 0x7fcfc16d -0, 52, 52, 1, 41472, 0x86a4bd93 -0, 54, 54, 1, 41472, 0x7337bd9f -0, 56, 56, 1, 41472, 0x6f84bfa0 -0, 58, 58, 1, 41472, 0x4868c1fe -0, 60, 60, 1, 41472, 0x38d8ada8 -0, 62, 62, 1, 41472, 0x4bb988aa -0, 64, 64, 1, 41472, 0x33a67dc5 -0, 66, 66, 1, 41472, 0xaf187be9 -0, 68, 68, 1, 41472, 0xf7d27ca8 -0, 70, 70, 1, 41472, 0xf9807fb3 -0, 72, 72, 1, 41472, 0x14447ee3 -0, 74, 74, 1, 41472, 0xf66285e9 -0, 76, 76, 1, 41472, 0x10b38fa5 -0, 78, 78, 1, 41472, 0x335d916d -0, 80, 80, 1, 41472, 0xe82e93be -0, 82, 82, 1, 41472, 0x2b3393d5 -0, 84, 84, 1, 41472, 0x95239770 -0, 86, 86, 1, 41472, 0xe3989676 -0, 88, 88, 1, 41472, 0x627398fd -0, 90, 90, 1, 41472, 0xd2639c33 -0, 92, 92, 1, 41472, 0x361fa861 -0, 94, 94, 1, 41472, 0x0bf6a938 -0, 96, 96, 1, 41472, 0xf2caab81 -0, 98, 98, 1, 41472, 0xae2aab1b -0, 100, 100, 1, 41472, 0x1c54a705 -0, 102, 102, 1, 41472, 0xe681a95f -0, 104, 104, 1, 41472, 0x4ee7abc6 -0, 125, 125, 1, 41472, 0x68a45a04 -0, 131, 131, 1, 41472, 0xf41a4071 -0, 133, 133, 1, 41472, 0xa269adab -0, 135, 135, 1, 41472, 0xaa1eb23d -0, 137, 137, 1, 41472, 0xae605bff -0, 139, 139, 1, 41472, 0xabc75beb -0, 141, 141, 1, 41472, 0x3f988c08 -0, 143, 143, 1, 41472, 0xc2968ef7 -0, 145, 145, 1, 41472, 0x90d75ca9 -0, 147, 147, 1, 41472, 0x57096134 -0, 149, 149, 1, 41472, 0x32398f58 -0, 151, 151, 1, 41472, 0xde0c8b4c -0, 153, 153, 1, 41472, 0x7c489797 -0, 155, 155, 1, 41472, 0xaa4e9f12 -0, 157, 157, 1, 41472, 0x9c29a032 -0, 159, 159, 1, 41472, 0x75154e97 -0, 161, 161, 1, 41472, 0x090ba403 -0, 163, 163, 1, 41472, 0xefbfa8bd -0, 165, 165, 1, 41472, 0x7ce0289a -0, 167, 167, 1, 41472, 0x48cc318b -0, 169, 169, 1, 41472, 0xaf6fae87 -0, 171, 171, 1, 41472, 0xf7bab36b -0, 173, 173, 1, 41472, 0x4a5b38cd -0, 175, 175, 1, 41472, 0x73de3c81 -0, 177, 177, 1, 41472, 0x46e2aba0 -0, 179, 179, 1, 41472, 0xe75eb500 -0, 181, 181, 1, 41472, 0xfaf40d50 Test h264-brokensps-2580 failed. Look at tests/data/fate/h264-brokensps-2580.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-h264-brokensps-2580] Error 1 TEST h264-skip-nokey TEST h264-skip-nointra TEST hevc-bsf-mp4toannexb TEST hevc-conformance-AMP_A_Samsung_4 TEST hevc-conformance-AMP_A_Samsung_6 TEST hevc-conformance-AMP_B_Samsung_4 TEST hevc-conformance-AMP_B_Samsung_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_2 TEST hevc-conformance-SLPPLP_A_VIDYO_1 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-Main_422_10_B_RExt_Sony_1 TEST hevc-conformance-IPCM_B_RExt_NEC TEST hevc-conformance-PERSIST_RPARAM_A_RExt_Sony_1 TEST hevc-conformance-PERSIST_RPARAM_A_RExt_Sony_3 TEST hevc-conformance-SAO_A_RExt_MediaTek_1 TEST hevc-paramchange-yuv420p-yuv420p10 TEST hevc-skiploopfilter TEST hevc-extradata-reload TEST hevc-two-first-slice TEST hevc-cabac-tudepth --- /home/fate/ffmpeg/tests/ref/fate/hevc-extradata-reload 2017-04-01 19:44:18.398246011 +0000 +++ tests/data/fate/hevc-extradata-reload 2020-04-04 16:04:44.751633631 +0000 @@ -9,5 +9,3 @@ #stream#, dts, pts, duration, size, hash 0, 0, 0, 1, 24576, 0d01217c5d1ec6799643fc7d75ba2337 0, 1, 1, 1, 24576, f73d9cca9b4c1765d0ead242c3f0c339 -0, 2, 2, 1, 24576, 39a8714d763c623ae7f6faae34e107d1 -0, 3, 3, 1, 24576, 5db2600aa268b4fd28b64ab28a096f32 Test hevc-extradata-reload failed. Look at tests/data/fate/hevc-extradata-reload.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-hevc-extradata-reload] Error 1 TEST indeo4 TEST indeo5 TEST matroska-prores-zlib TEST matroska-prores-header-insertion-bz2 TEST matroska-remux TEST matroska-wavpack-missing-codecprivate TEST matroska-xiph-lacing 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-noctts TEST mov-1elist-1ctts TEST mov-elist-starts-ctts-2ndsample TEST mov-1elist-ends-last-bframe TEST mov-2elist-elist1-ends-bframe TEST mov-frag-encrypted TEST mov-3elist-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 --- /home/fate/ffmpeg/tests/ref/fate/hevc-paramchange-yuv420p-yuv420p10 2017-03-24 21:02:53.633046466 +0000 +++ tests/data/fate/hevc-paramchange-yuv420p-yuv420p10 2020-04-04 16:04:45.704965630 +0000 @@ -13,259 +13,3 @@ 0, 7, 7, 1, 13368960, 0x7832ef4e 0, 8, 8, 1, 13368960, 0x328142e9 0, 9, 9, 1, 13368960, 0xbe22f686 -0, 10, 10, 1, 13368960, 0x9c4bc207 -0, 11, 11, 1, 13368960, 0x3c5ed3a8 -0, 12, 12, 1, 13368960, 0x2bbad24b -0, 13, 13, 1, 13368960, 0x1673c4d9 -0, 14, 14, 1, 13368960, 0x2091113f -0, 15, 15, 1, 13368960, 0xcf6d4fbc -0, 16, 16, 1, 13368960, 0xd6568883 -0, 17, 17, 1, 13368960, 0xb28f6a46 -0, 18, 18, 1, 13368960, 0x2194e8aa -0, 19, 19, 1, 13368960, 0xcf9c48ce -0, 20, 20, 1, 13368960, 0xfc38b71e -0, 21, 21, 1, 13368960, 0x95497860 -0, 22, 22, 1, 13368960, 0x18d43b46 -0, 23, 23, 1, 13368960, 0xb9e03612 -0, 24, 24, 1, 13368960, 0x0df619fa -0, 25, 25, 1, 13368960, 0x941c823f -0, 26, 26, 1, 13368960, 0x4df9ed34 -0, 27, 27, 1, 13368960, 0x6f09aec5 -0, 28, 28, 1, 13368960, 0x03dfcbb1 -0, 29, 29, 1, 13368960, 0x4a64c338 -0, 30, 30, 1, 13368960, 0xd33cf17a -0, 31, 31, 1, 13368960, 0xc1a38b1b -0, 32, 32, 1, 13368960, 0x38571158 -0, 33, 33, 1, 13368960, 0x1979e549 -0, 34, 34, 1, 13368960, 0x0c1f42e6 -0, 35, 35, 1, 13368960, 0x589267c1 -0, 36, 36, 1, 13368960, 0x77643e84 -0, 37, 37, 1, 13368960, 0x0b91e89c -0, 38, 38, 1, 13368960, 0x5a627dc6 -0, 39, 39, 1, 13368960, 0xb1576053 -0, 40, 40, 1, 13368960, 0x9adbc4a1 -0, 41, 41, 1, 13368960, 0x4f6b0f4f -0, 42, 42, 1, 13368960, 0x70bb7560 -0, 43, 43, 1, 13368960, 0x8c5de89e -0, 44, 44, 1, 13368960, 0x3268ad70 -0, 45, 45, 1, 13368960, 0xef3caed4 -0, 46, 46, 1, 13368960, 0x71f817b9 -0, 47, 47, 1, 13368960, 0x645da999 -0, 48, 48, 1, 13368960, 0x928ecfad -0, 49, 49, 1, 13368960, 0xb0d92ec8 -0, 50, 50, 1, 13368960, 0x165927df -0, 51, 51, 1, 13368960, 0x08fffeed -0, 52, 52, 1, 13368960, 0xae5b6e67 -0, 53, 53, 1, 13368960, 0x9865c501 -0, 54, 54, 1, 13368960, 0x7ffe38dd -0, 55, 55, 1, 13368960, 0x27494a3d -0, 56, 56, 1, 13368960, 0x4bd65d63 -0, 57, 57, 1, 13368960, 0x740c1991 -0, 58, 58, 1, 13368960, 0xc4dd13a5 -0, 59, 59, 1, 13368960, 0xda00e57e -0, 60, 60, 1, 13368960, 0x49dd07ed -0, 61, 61, 1, 13368960, 0x0abd3d38 -0, 62, 62, 1, 13368960, 0x5e4dd6c1 -0, 63, 63, 1, 13368960, 0x8003709b -0, 64, 64, 1, 13368960, 0xc6890279 -0, 65, 65, 1, 13368960, 0x19873cc1 -0, 66, 66, 1, 13368960, 0x4b200ba0 -0, 67, 67, 1, 13368960, 0x4a1cd324 -0, 68, 68, 1, 13368960, 0x0c3067bd -0, 69, 69, 1, 13368960, 0x8aaa7653 -0, 70, 70, 1, 13368960, 0xf80e0b5b -0, 71, 71, 1, 13368960, 0x8b3994a7 -0, 72, 72, 1, 13368960, 0x9283add5 -0, 73, 73, 1, 13368960, 0x84c65370 -0, 74, 74, 1, 13368960, 0x861eb66f -0, 75, 75, 1, 13368960, 0x861eb66f -0, 76, 76, 1, 13368960, 0xb345c45f -0, 77, 77, 1, 13368960, 0xb345c45f -0, 78, 78, 1, 13368960, 0x610a4127 -0, 79, 79, 1, 13368960, 0x80243f40 -0, 80, 80, 1, 13368960, 0xf4759cb7 -0, 81, 81, 1, 13368960, 0x6590bcb9 -0, 82, 82, 1, 13368960, 0xccda37ba -0, 83, 83, 1, 13368960, 0x63753eb2 -0, 84, 84, 1, 13368960, 0x6c9f0d49 -0, 85, 85, 1, 13368960, 0x65c8760b -0, 86, 86, 1, 13368960, 0xf67331ae -0, 87, 87, 1, 13368960, 0xf67331ae -0, 88, 88, 1, 13368960, 0x04e4f2cf -0, 89, 89, 1, 13368960, 0xce3bf739 -0, 90, 90, 1, 13368960, 0x37dfaf28 -0, 91, 91, 1, 13368960, 0x66439ac4 -0, 92, 92, 1, 13368960, 0xfccfa1bc -0, 93, 93, 1, 13368960, 0x5bdfc263 -0, 94, 94, 1, 13368960, 0x65c4c237 -0, 95, 95, 1, 13368960, 0x17aad32b -0, 96, 96, 1, 13368960, 0xa8dba25c -0, 97, 97, 1, 13368960, 0x26c6fc9d -0, 98, 98, 1, 13368960, 0x7e8b4357 -0, 99, 99, 1, 13368960, 0x1bb60730 -0, 100, 100, 1, 13368960, 0x7fa37b25 -0, 101, 101, 1, 13368960, 0xacc7fcf2 -0, 102, 102, 1, 13368960, 0x06a9f637 -0, 103, 103, 1, 13368960, 0x06a9f637 -0, 104, 104, 1, 13368960, 0xd875e692 -0, 105, 105, 1, 13368960, 0x6e4b9e1d -0, 106, 106, 1, 13368960, 0x58cb3e45 -0, 107, 107, 1, 13368960, 0x9c5daea2 -0, 108, 108, 1, 13368960, 0x78d01454 -0, 109, 109, 1, 13368960, 0xd2122531 -0, 110, 110, 1, 13368960, 0xaf115288 -0, 111, 111, 1, 13368960, 0x17b09d6e -0, 112, 112, 1, 13368960, 0xc7335c78 -0, 113, 113, 1, 13368960, 0x028bf70c -0, 114, 114, 1, 13368960, 0x84c9f7ef -0, 115, 115, 1, 13368960, 0x7151bb7d -0, 116, 116, 1, 13368960, 0xe5a88164 -0, 117, 117, 1, 13368960, 0xd5e4e381 -0, 118, 118, 1, 13368960, 0xdb3be595 -0, 119, 119, 1, 13368960, 0x068a5b66 -0, 120, 120, 1, 13368960, 0x0eab39c8 -0, 121, 121, 1, 13368960, 0x0dc56563 -0, 122, 122, 1, 13368960, 0xbbf98dd0 -0, 123, 123, 1, 13368960, 0x5a487c5c -0, 124, 124, 1, 13368960, 0xd33dc8a8 -0, 125, 125, 1, 13368960, 0x8527158b -0, 126, 126, 1, 13368960, 0x20f2321a -0, 127, 127, 1, 13368960, 0x2609d883 -0, 128, 128, 1, 13368960, 0x69b89df1 -0, 129, 129, 1, 13368960, 0x74d5246b -0, 130, 130, 1, 13368960, 0x873e0eeb -0, 131, 131, 1, 13368960, 0x90405f59 -0, 132, 132, 1, 13368960, 0x93125fd2 -0, 133, 133, 1, 13368960, 0xcbe963c1 -0, 134, 134, 1, 13368960, 0xe79c6347 -0, 135, 135, 1, 13368960, 0x6ffbf0fb -0, 136, 136, 1, 13368960, 0x3ed97d05 -0, 137, 137, 1, 13368960, 0x724221bc -0, 138, 138, 1, 13368960, 0x5c1baa66 -0, 139, 139, 1, 13368960, 0x5c1baa66 -0, 140, 140, 1, 13368960, 0xbd3690df -0, 141, 141, 1, 13368960, 0x52a5947d -0, 142, 142, 1, 13368960, 0xd73732c8 -0, 143, 143, 1, 13368960, 0x4356196a -0, 144, 144, 1, 13368960, 0xef7e1e3f -0, 145, 145, 1, 13368960, 0xa3d76323 -0, 146, 146, 1, 13368960, 0x01751d58 -0, 147, 147, 1, 13368960, 0xd0ef9115 -0, 148, 148, 1, 13368960, 0x2e09d119 -0, 149, 149, 1, 13368960, 0x09d7a785 -0, 150, 150, 1, 13368960, 0xb93189a9 -0, 151, 151, 1, 13368960, 0xd8277b99 -0, 152, 152, 1, 13368960, 0xf3b8766a -0, 153, 153, 1, 13368960, 0x782e9fa1 -0, 154, 154, 1, 13368960, 0x36d4601e -0, 155, 155, 1, 13368960, 0x86f70f8c -0, 156, 156, 1, 13368960, 0xcc7f2c1d -0, 157, 157, 1, 13368960, 0xe83641fc -0, 158, 158, 1, 13368960, 0x1d81af8a -0, 159, 159, 1, 13368960, 0x83c2fe6c -0, 160, 160, 1, 13368960, 0x3e324390 -0, 161, 161, 1, 13368960, 0xd00235b3 -0, 162, 162, 1, 13368960, 0xd1e8873a -0, 163, 163, 1, 13368960, 0x7d8f603a -0, 164, 164, 1, 13368960, 0x76107866 -0, 165, 165, 1, 13368960, 0x79f71d19 -0, 166, 166, 1, 13368960, 0x5ae7b71d -0, 167, 167, 1, 13368960, 0xeb0acd6e -0, 168, 168, 1, 13368960, 0x3400e989 -0, 169, 169, 1, 13368960, 0xaa5f7ae6 -0, 170, 170, 1, 13368960, 0xfc294222 -0, 171, 171, 1, 13368960, 0xc95000e2 -0, 172, 172, 1, 13368960, 0x8525afaf -0, 173, 173, 1, 13368960, 0x02e87e93 -0, 174, 174, 1, 13368960, 0x84de93e2 -0, 175, 175, 1, 13368960, 0xc96984ed -0, 176, 176, 1, 13368960, 0xf2bba506 -0, 177, 177, 1, 13368960, 0x580a43bd -0, 178, 178, 1, 13368960, 0xa0768ffe -0, 179, 179, 1, 13368960, 0x6438a4e6 -0, 180, 180, 1, 13368960, 0x93be17fb -0, 181, 181, 1, 13368960, 0x3ae701f8 -0, 182, 182, 1, 13368960, 0xdd915885 -0, 183, 183, 1, 13368960, 0x72fd266b -0, 184, 184, 1, 13368960, 0xb4278a8e -0, 185, 185, 1, 13368960, 0x3c48692b -0, 186, 186, 1, 13368960, 0x44dced17 -0, 187, 187, 1, 13368960, 0x75091091 -0, 188, 188, 1, 13368960, 0x5c3e2aeb -0, 189, 189, 1, 13368960, 0xb867b21b -0, 190, 190, 1, 13368960, 0x4c54d3df -0, 191, 191, 1, 13368960, 0x513a925d -0, 192, 192, 1, 13368960, 0x1413cd87 -0, 193, 193, 1, 13368960, 0x1413cd87 -0, 194, 194, 1, 13368960, 0x3d18513f -0, 195, 195, 1, 13368960, 0x3d18513f -0, 196, 196, 1, 13368960, 0x97666d1f -0, 197, 197, 1, 13368960, 0xc650d2fb -0, 198, 198, 1, 13368960, 0x506d7298 -0, 199, 199, 1, 13368960, 0x727835f3 -0, 200, 200, 1, 13368960, 0xbd01cccf -0, 201, 201, 1, 13368960, 0x9903d82f -0, 202, 202, 1, 13368960, 0x365cccf3 -0, 203, 203, 1, 13368960, 0x6fe5fa0e -0, 204, 204, 1, 13368960, 0x365cccf3 -0, 205, 205, 1, 13368960, 0x6f3bbbe8 -0, 206, 206, 1, 13368960, 0x15e1563c -0, 207, 207, 1, 13368960, 0x92b7c586 -0, 208, 208, 1, 13368960, 0x06303a2b -0, 209, 209, 1, 13368960, 0x6821a67f -0, 210, 210, 1, 13368960, 0x53dcf376 -0, 211, 211, 1, 13368960, 0x853cca77 -0, 212, 212, 1, 13368960, 0x4990374c -0, 213, 213, 1, 13368960, 0x96a45ba2 -0, 214, 214, 1, 13368960, 0x33119f81 -0, 215, 215, 1, 13368960, 0x98bcd5cd -0, 216, 216, 1, 13368960, 0xfe96fda5 -0, 217, 217, 1, 13368960, 0xf299be0f -0, 218, 218, 1, 13368960, 0xa986733f -0, 219, 219, 1, 13368960, 0xe95f90f7 -0, 220, 220, 1, 13368960, 0xbc388307 -0, 221, 221, 1, 13368960, 0x9f85ff25 -0, 222, 222, 1, 13368960, 0xec8200e0 -0, 223, 223, 1, 13368960, 0x508b9054 -0, 224, 224, 1, 13368960, 0x96a4975f -0, 225, 225, 1, 13368960, 0xe583cf82 -0, 226, 226, 1, 13368960, 0xdb930543 -0, 227, 227, 1, 13368960, 0x4359caa5 -0, 228, 228, 1, 13368960, 0x6eb2243b -0, 229, 229, 1, 13368960, 0xb0b2afd0 -0, 230, 230, 1, 13368960, 0x6b546e73 -0, 231, 231, 1, 13368960, 0x9e3d3798 -0, 232, 232, 1, 13368960, 0xb5c6fd40 -0, 233, 233, 1, 13368960, 0x61ca65a9 -0, 234, 234, 1, 13368960, 0x01c5eb8d -0, 235, 235, 1, 13368960, 0x02b9f965 -0, 236, 236, 1, 13368960, 0xf8250f5f -0, 237, 237, 1, 13368960, 0x29ca8680 -0, 238, 238, 1, 13368960, 0x22788402 -0, 239, 239, 1, 13368960, 0xa48697c6 -0, 240, 240, 1, 13368960, 0x20edbbbf -0, 241, 241, 1, 13368960, 0x83202f92 -0, 242, 242, 1, 13368960, 0x39753c63 -0, 243, 243, 1, 13368960, 0xe53b2010 -0, 244, 244, 1, 13368960, 0x8f4de71d -0, 245, 245, 1, 13368960, 0x6258a840 -0, 246, 246, 1, 13368960, 0xe6bb63fa -0, 247, 247, 1, 13368960, 0xe402b0fa -0, 248, 248, 1, 13368960, 0x2fb45d78 -0, 249, 249, 1, 13368960, 0xf1615865 -0, 250, 250, 1, 13368960, 0xf7b27d57 -0, 251, 251, 1, 13368960, 0x8acff7a0 -0, 252, 252, 1, 13368960, 0x9a07f770 -0, 253, 253, 1, 13368960, 0xd78ebcec -0, 254, 254, 1, 13368960, 0x9ab52d9c -0, 255, 255, 1, 13368960, 0xd27494dd -0, 256, 256, 1, 13368960, 0xc8e60814 -0, 257, 257, 1, 13368960, 0xa1225c85 -0, 258, 258, 1, 13368960, 0x94386aec -0, 259, 259, 1, 13368960, 0x98352e63 -0, 260, 260, 1, 13368960, 0x1e469945 -0, 261, 261, 1, 13368960, 0xf646569c -0, 262, 262, 1, 13368960, 0x9831b297 -0, 263, 263, 1, 13368960, 0x37e38119 -0, 264, 264, 1, 13368960, 0xebe37433 -0, 265, 265, 1, 13368960, 0xa1b5c8e1 Test hevc-paramchange-yuv420p-yuv420p10 failed. Look at tests/data/fate/hevc-paramchange-yuv420p-yuv420p10.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-hevc-paramchange-yuv420p-yuv420p10] Error 1 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 --- /home/fate/ffmpeg/tests/ref/fate/mpeg4-resolution-change-up-up 2017-03-24 21:02:53.633046466 +0000 +++ tests/data/fate/mpeg4-resolution-change-up-up 2020-04-04 16:04:45.971631924 +0000 @@ -57,103 +57,3 @@ 0, 47, 47, 1, 152064, 7aa99b69eb5b2cc85ea99e246d378260 0, 48, 48, 1, 152064, dd008e25da59d3260d089a9e3f5ca07c 0, 49, 49, 1, 152064, c76ea53f0ac9a0cc5626c0b24d818e33 -0, 50, 50, 1, 152064, 89735f9e0d3be100be93d399472815d5 -0, 51, 51, 1, 152064, e6ceaa7d2df6e7d1f0833cd0efc10762 -0, 52, 52, 1, 152064, 619768d16aed503750e36e6ad1e7da49 -0, 53, 53, 1, 152064, b0a262a526be1363c1cdae34cb963500 -0, 54, 54, 1, 152064, 367f1f0f8e7f16b60d579611705bdaf7 -0, 55, 55, 1, 152064, 32013ef82c20af9a5701ac822e758995 -0, 56, 56, 1, 152064, ed37bcd10044179ff15313ac638a6cb9 -0, 57, 57, 1, 152064, 7f396f585d454a828949a82994c07e55 -0, 58, 58, 1, 152064, 203cd9b81f324784f2d06ae5596cc141 -0, 59, 59, 1, 152064, c81977bf1603b3889285125e8fa869ab -0, 60, 60, 1, 152064, a915aac53d793ff7af3c6c073a22ab4a -0, 61, 61, 1, 152064, e100fbd898f4263eadf11f9c48b16154 -0, 62, 62, 1, 152064, 83a6ddeba2a921a8c30ce4186ae85171 -0, 63, 63, 1, 152064, ec3d156b338d5ed1c73467ba827780eb -0, 64, 64, 1, 152064, aca73a9b00ca3e79a6915f0af8ea21c3 -0, 65, 65, 1, 152064, 8575798a21a4417f368525b193b1b91b -0, 66, 66, 1, 152064, d149f32e2f7ac054d70525f2a6a95eb7 -0, 67, 67, 1, 152064, 86afd4fc9c7daaa3493e7b3690f6cfd3 -0, 68, 68, 1, 152064, 5d9e18798bb214ddf1db5b52596f564c -0, 69, 69, 1, 152064, 7dc13fe68442967746a29a83b460aacd -0, 70, 70, 1, 152064, cc53daafdf5123591c23ae81098c1910 -0, 71, 71, 1, 152064, 3e67307e26dcfc3a3670b605e2807e8d -0, 72, 72, 1, 152064, 204a839741780015879f69e5d1a14ee9 -0, 73, 73, 1, 152064, c2190591032c3a78271565a2ef2b775e -0, 74, 74, 1, 152064, 3e998a8508082402bd8fb3f233b54090 -0, 75, 75, 1, 152064, 1a8aa4f4b3762550becdc410ec15aa1e -0, 76, 76, 1, 152064, 8942b68b03d47ad70fdfab7bdd6ba6e3 -0, 77, 77, 1, 152064, 1dc3a0d8f8f9e21838a3076d37f7440e -0, 78, 78, 1, 152064, b741149b65ab4d546589ddd86eab0974 -0, 79, 79, 1, 152064, ae613ac4352122303830630aa1659bf3 -0, 80, 80, 1, 152064, 9d63f03904c4ba2d6ba9f5064fb876c0 -0, 81, 81, 1, 152064, 558613ee2d0067463955a3e0ad53300c -0, 82, 82, 1, 152064, b7dc3958e008647203699ba33eee87fa -0, 83, 83, 1, 152064, edaa3e3518609d3e74992333a82e7112 -0, 84, 84, 1, 152064, 52a6a70676e436a33ee895d84ad596bc -0, 85, 85, 1, 152064, 0e2a16eb0f92f36a8850ef1bf0036666 -0, 86, 86, 1, 152064, ae7a1bbd95a3720abe058188332c23d5 -0, 87, 87, 1, 152064, b5a96ba8cdd239f71ea3b8ba9dff2d5b -0, 88, 88, 1, 152064, 779ddc0e67b4ae2680b2cbcf7677c455 -0, 89, 89, 1, 152064, d21d0d06a337c3f15a0a14bfc690314f -0, 90, 90, 1, 152064, ad8dbde040a9d7e908b378b6ff239197 -0, 91, 91, 1, 152064, 558f727ae629c902aacec1adde0b93bf -0, 92, 92, 1, 152064, c1eb3c2cad922e3485a1dae690fa30bc -0, 93, 93, 1, 152064, 0070fda686af92eaca687066ae74c31a -0, 94, 94, 1, 152064, 363328969fd103a7860e109267211547 -0, 95, 95, 1, 152064, 2def2821815115bb3c0574c686c68231 -0, 96, 96, 1, 152064, 08c93e6efc9148b1903dc5bbb999594d -0, 97, 97, 1, 152064, 7611bd388d2ca03b2bbe0b8659cc15f5 -0, 98, 98, 1, 152064, 8f41948219f2366883896f51b208a93a -0, 99, 99, 1, 152064, efa7e5d74dbdff7cdca512c0abf7e0cd -0, 100, 100, 1, 152064, 9764d3ab383ef0964149f1e22376a8c6 -0, 101, 101, 1, 152064, c6c28e349ca4dc37d5862419e35f0786 -0, 102, 102, 1, 152064, 7a4a7315a5c4b76f8ee4704a48ec9f4d -0, 103, 103, 1, 152064, f3336a5107afcf7a797826c9bfa791d2 -0, 104, 104, 1, 152064, ef25146735a0250b737a359bd29c35fd -0, 105, 105, 1, 152064, 8b0979747f36694dd0f9d16c545f777b -0, 106, 106, 1, 152064, 23911162849aedca0136528e30784c2f -0, 107, 107, 1, 152064, 8390350c4d3065e52ba42189019889a4 -0, 108, 108, 1, 152064, 228a4f65158409f984d334e80cabe978 -0, 109, 109, 1, 152064, 3eb67bba80c7bbea6cce099f666a2ede -0, 110, 110, 1, 152064, 437966de7c15a11fdcea5c544204a0f4 -0, 111, 111, 1, 152064, bbfbb8008f1e7b002aab021082bf59c6 -0, 112, 112, 1, 152064, 388b81b3b7d6efa9e1fe2481308f23c7 -0, 113, 113, 1, 152064, efabd9424c4541c04eed3c8ba95d0596 -0, 114, 114, 1, 152064, 86ad8a0772ffaca7c23284625a7cbcee -0, 115, 115, 1, 152064, 9d7988d07bcfd36442fbf2d8e5e101f4 -0, 116, 116, 1, 152064, 80770b3dbf125e02167e79324ad1cd91 -0, 117, 117, 1, 152064, b9479f64fe9fbd98ae9abab1a6312ae8 -0, 118, 118, 1, 152064, d6c209d64d1d7126a7ec034bea9ff90d -0, 119, 119, 1, 152064, 14f93282da9b72f6b5ad48a7adbe123e -0, 120, 120, 1, 152064, 12a54bf2592e25a18c706164b6ec101d -0, 121, 121, 1, 152064, cb352e89039a04a8f16620107e8d9014 -0, 122, 122, 1, 152064, c8e116f3f3366f50bf70a51cc93be7e7 -0, 123, 123, 1, 152064, 8d7eb47f6b233a92151f2775d1978f0e -0, 124, 124, 1, 152064, 5cfab1f17edf8a84f34a349d6794f032 -0, 125, 125, 1, 152064, 6ebec5f5e1fb1edc4063be265314ad8f -0, 126, 126, 1, 152064, a49875c669e23e24ea17f2de189b21d3 -0, 127, 127, 1, 152064, 5c8d5b347ecccecb0bae9745ac6b45f0 -0, 128, 128, 1, 152064, b6dc1815dc30eaaab5df0554f0a5b56e -0, 129, 129, 1, 152064, 509a0ac070524f8c719a3c4d79fb76e5 -0, 130, 130, 1, 152064, ad13dcf1552d26a87d17101036b45c52 -0, 131, 131, 1, 152064, 2620e7fb141063ca4fbad4439f32dae7 -0, 132, 132, 1, 152064, 18d34d054c41a1423d969344af80fac4 -0, 133, 133, 1, 152064, 8599dccbb02cc59563b5afea6c193acd -0, 134, 134, 1, 152064, b53d42b366b8d7cbb4af52f8840630e4 -0, 135, 135, 1, 152064, 11747b80047ff5599dda6f9f0417478e -0, 136, 136, 1, 152064, 10f68820f282a0e89b58a1657bcf6fa8 -0, 137, 137, 1, 152064, ca0f0c0ca11c703f16cf190d52971a2a -0, 138, 138, 1, 152064, b6fb4d3ce986c503cac8ae21ad72313b -0, 139, 139, 1, 152064, 194b3f779eaddadf563b447b7b579d3c -0, 140, 140, 1, 152064, 6c248256e677d7d374b2ca2cc42f58e7 -0, 141, 141, 1, 152064, dd358dcc4e3f750b2bcc96db0c3293c7 -0, 142, 142, 1, 152064, eb0d082f192d46bc4188b892e2812eb6 -0, 143, 143, 1, 152064, f539f619df45340677c6a80db65f1795 -0, 144, 144, 1, 152064, 9d274ccc0a6e7bc52065f6d413b82d2f -0, 145, 145, 1, 152064, 18b950f15cc925d25e3ce823dea4c265 -0, 146, 146, 1, 152064, 38573a7cdfc3fdd7110ed6682d57e2b6 -0, 147, 147, 1, 152064, e41c4605b77dc0286314b318865375b7 -0, 148, 148, 1, 152064, 5080b5b6bc48d21c6445b98f42ae72e8 -0, 149, 149, 1, 152064, afc35d2de20b972087e40dbb597c888a --- /home/fate/ffmpeg/tests/ref/fate/mpeg4-resolution-change-down-down 2017-03-24 21:02:53.633046466 +0000 +++ tests/data/fate/mpeg4-resolution-change-down-down 2020-04-04 16:04:45.974965252 +0000 @@ -57,103 +57,3 @@ 0, 47, 47, 1, 460800, 29a243a8e57c2b923c514d68c18645bf 0, 48, 48, 1, 460800, 7a1538cfa6fad69f93bf9977ce03b2df 0, 49, 49, 1, 460800, 91e042b5a26fb0a578fe8abad6a881c8 -0, 50, 50, 1, 460800, 4892c52ebd173c1c1f651ab9043bc0ae -0, 51, 51, 1, 460800, 411e8f1d0603f1bf9a6e0e2fbf139b40 -0, 52, 52, 1, 460800, a8982db63153a60d32d22e3ec52d055f -0, 53, 53, 1, 460800, eccd934107810c2360850b125c60aa20 -0, 54, 54, 1, 460800, 4ff4a75ad54f3fca7fe302fd42d8b635 -0, 55, 55, 1, 460800, 096f9c7f9605bd03a7d1a2f3707ab0cd -0, 56, 56, 1, 460800, 8b71840efcaa91b0e999b656458259e4 -0, 57, 57, 1, 460800, a316e47df5e3b815890bbe8ad28e58f7 -0, 58, 58, 1, 460800, c05734743b26b5938bbe491c5e1207bb -0, 59, 59, 1, 460800, f513bfb6d22eb6dee298bd60289d49ef -0, 60, 60, 1, 460800, 1242d643e8c4d4b758dd2e4ea934ddb1 -0, 61, 61, 1, 460800, d390abd9c75cce2847ea11929d765a97 -0, 62, 62, 1, 460800, 07c172820c57f4653db9d980f8003f05 -0, 63, 63, 1, 460800, f5121dc906185e1dad2b4d3ef036ffa2 -0, 64, 64, 1, 460800, ab9d1fcf6a5aad68d0f7f68f956a8905 -0, 65, 65, 1, 460800, a30b4e2d59c411cb8ed8b420d0e9980f -0, 66, 66, 1, 460800, a239203d87b8f6dae0b04aedb5509303 -0, 67, 67, 1, 460800, 08fe1416f25273f66354a8f4365886a9 -0, 68, 68, 1, 460800, 62a4f52f688484a633219bf2431a05a1 -0, 69, 69, 1, 460800, 4f56bbbdce274dca30ea0a6af1ad9fb5 -0, 70, 70, 1, 460800, 7cb37bb372fac6a6ed10066724bd55dc -0, 71, 71, 1, 460800, 74452850aa88ea0072e84657503d9044 -0, 72, 72, 1, 460800, e5a41bc0f20298b7ad04d5920cbd0ef9 -0, 73, 73, 1, 460800, 6bf692b510e12a1478ad701cd6b92f5f -0, 74, 74, 1, 460800, 70a990aa4e4e1cd09eb145fc5830182d -0, 75, 75, 1, 460800, d1766902072052fb820a485c382c5c38 -0, 76, 76, 1, 460800, 36959297268283e0134118a7552d5432 -0, 77, 77, 1, 460800, 907bec0f379ea9eb60a3122b8c253eeb -0, 78, 78, 1, 460800, 43f1068a583a9645245a0d60dc647b00 -0, 79, 79, 1, 460800, ee55d4619e4b10d3e931eca18a4d4586 -0, 80, 80, 1, 460800, ba6a2efc84360d701944df2236292d74 -0, 81, 81, 1, 460800, b496e4674b5eb6a60e16ec4069ffa1c2 -0, 82, 82, 1, 460800, 5ae928c45606d4665d82da353dd81a81 -0, 83, 83, 1, 460800, 3c84403932cf66e616373f0d25c9f4a8 -0, 84, 84, 1, 460800, e0b63b21cdfd96c44adeb2617ecd9022 -0, 85, 85, 1, 460800, 57e0299f7435c8bd610cba860b128001 -0, 86, 86, 1, 460800, a543a8694155a488e7cc9066a70739e5 -0, 87, 87, 1, 460800, 953d38d3b44e1564b037f83171f7f594 -0, 88, 88, 1, 460800, 3725640ec5fdaec8acc4da7a224b8137 -0, 89, 89, 1, 460800, bd1086accdf2eb9f3e8cfb1e0f09ff60 -0, 90, 90, 1, 460800, b1fc08e447396a2db10e1be8c6cda6a4 -0, 91, 91, 1, 460800, 76849824f2b9aafc850dcb9994058afb -0, 92, 92, 1, 460800, 90523973962279d4eb5ce1261f631ff0 -0, 93, 93, 1, 460800, d5c69da4109d4d41d9b7940dbed8a21a -0, 94, 94, 1, 460800, 978d8cbfe9413418d295c485225d8ac8 -0, 95, 95, 1, 460800, a917cd3dc6dd127523e972424f1f1544 -0, 96, 96, 1, 460800, 1a4889b8c72066ea90c2a66ff80cd118 -0, 97, 97, 1, 460800, 30f1792bad369f51bd90e20b8d084779 -0, 98, 98, 1, 460800, 14d67997177544d76d9ec69abe992bf5 -0, 99, 99, 1, 460800, 39ba73b642d95ab9d7d00ca9ecb276af -0, 100, 100, 1, 460800, 7614eed47fa4ab378fa95a6fa09048dd -0, 101, 101, 1, 460800, efbce233c30851726551446f2cf007d4 -0, 102, 102, 1, 460800, 4cdf067f4e0dec1d5468d73bc2fb6971 -0, 103, 103, 1, 460800, b6d5a482c97622ca0ac526e46864586c -0, 104, 104, 1, 460800, 860c1d3db436f96a29f83b25cad8a292 -0, 105, 105, 1, 460800, 3e1adea399679f5ea40539c49d63f475 -0, 106, 106, 1, 460800, 0422ac63df21baada7df73d9efb2b4a8 -0, 107, 107, 1, 460800, f372ebfd2acea1ac3d06a898bdf5ed28 -0, 108, 108, 1, 460800, 95c1bdc33fa3a9bf6fc1cf616eae4989 -0, 109, 109, 1, 460800, a8b67585ab13e9476a2075afb347e551 -0, 110, 110, 1, 460800, 6d7ff7585b172c18e9095bbf304701aa -0, 111, 111, 1, 460800, ca17a315650ecafcbff854414e832daf -0, 112, 112, 1, 460800, 0e58c300f666e2f608dde25cb4e7c6e4 -0, 113, 113, 1, 460800, 7e05f8ab2cf1fb99d11edb7dce8adb61 -0, 114, 114, 1, 460800, 5ec17032a3d98c18055eedc994d5b22c -0, 115, 115, 1, 460800, 3be2f9e9bdf62279b1d1c55af298b8bf -0, 116, 116, 1, 460800, d791c1335df7a9aac01aeb893e16ebeb -0, 117, 117, 1, 460800, b1235bfe00b13ac9d4abeb42be518de6 -0, 118, 118, 1, 460800, 770b5fc1acd72c526f7b751569f9ebdd -0, 119, 119, 1, 460800, 76988407c42beb84704e5cc8175ae3d1 -0, 120, 120, 1, 460800, 9b38739847b080d019403ad0d62505f1 -0, 121, 121, 1, 460800, 06d881fe05e16b528a056001f6162b18 -0, 122, 122, 1, 460800, 2f920d88d0ac956bb7c82c2ee1999b5d -0, 123, 123, 1, 460800, 3bda811ee889672ef9bf3b329c0d8702 -0, 124, 124, 1, 460800, 793ca50f817442d000c228bae1d34f01 -0, 125, 125, 1, 460800, 6ac43125d47508fbee2a112962d68f7f -0, 126, 126, 1, 460800, ee60676687c0a54c648f37dc5ac62934 -0, 127, 127, 1, 460800, 34c11e62e2f886fb3f86eabaf5bb8616 -0, 128, 128, 1, 460800, fbf06b77ea70076417e7dae3f05559ad -0, 129, 129, 1, 460800, 0910773159fee4579b60665961f42dff -0, 130, 130, 1, 460800, 16e2bdddb02ed137c45779915e83f8ce -0, 131, 131, 1, 460800, 36c2a8b39e39e37dfd3acaf53166d32d -0, 132, 132, 1, 460800, 86a93fca2ea3b276d8b5d7922b051635 -0, 133, 133, 1, 460800, 453eeba71c375f94cd2955a390e19aee -0, 134, 134, 1, 460800, 9b0661b42795d819909b6a10759f2ea8 -0, 135, 135, 1, 460800, 982d156baa7facd8ff90dfc896705dba -0, 136, 136, 1, 460800, 4346140eb7859cf937813b320c2afd75 -0, 137, 137, 1, 460800, cb19089d54d215ee5759fa95c995cb03 -0, 138, 138, 1, 460800, 4372a47d5c86bd7f36af8b1708d89db1 -0, 139, 139, 1, 460800, 63c1ccf9233c8ced848a536ca83fd2e2 -0, 140, 140, 1, 460800, e05f15fe8811919b514aff6d712e050b -0, 141, 141, 1, 460800, 7a0787e04d549faeb60e6c53d036fc36 -0, 142, 142, 1, 460800, a48da643d5807dc1b2c9e3768c14fa09 -0, 143, 143, 1, 460800, 18e8af2af9a6d07d0319c216f32833bd -0, 144, 144, 1, 460800, 54a4abc6dc41181dc6c4ed12ff68d9b6 -0, 145, 145, 1, 460800, 8c4bb205f07927c237134a2b43a1c75e -0, 146, 146, 1, 460800, c8fbebc0b9d1b0eef22ed22b339c29ad -0, 147, 147, 1, 460800, 0092360b69fd89eec83302f9c54e63c0 -0, 148, 148, 1, 460800, 454f705a542986ee3df10a31571bac36 -0, 149, 149, 1, 460800, 810de13c12e064d70ca6d1f1c175f0b6 Test mpeg4-resolution-change-down-down failed. Look at tests/data/fate/mpeg4-resolution-change-down-down.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-mpeg4-resolution-change-down-down] Error 1 TEST m4v-cfr Test mpeg4-resolution-change-up-up failed. Look at tests/data/fate/mpeg4-resolution-change-up-up.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-mpeg4-resolution-change-up-up] Error 1 TEST mxf-missing-index-demux --- /home/fate/ffmpeg/tests/ref/fate/mpeg4-resolution-change-up-down 2017-03-24 21:02:53.633046466 +0000 +++ tests/data/fate/mpeg4-resolution-change-up-down 2020-04-04 16:04:46.004965210 +0000 @@ -57,103 +57,3 @@ 0, 47, 47, 1, 180000, 91d7f5d53a0d5f37c2cf485e73db66bb 0, 48, 48, 1, 180000, 74463929bc9e7e56bd8b2f9cc194e0e9 0, 49, 49, 1, 180000, 14c4f3cead9eda56e96dbaedce61e4c8 -0, 50, 50, 1, 180000, ba12d7a55633679bb4a9767e1c4a4c76 -0, 51, 51, 1, 180000, ad39deaa1c6a3c3dbc9a5448b9449d55 -0, 52, 52, 1, 180000, 1a59266fd8b69ecd8c0ba6894a902d9f -0, 53, 53, 1, 180000, f0229d7137bfac76273261df2eaacbaf -0, 54, 54, 1, 180000, 0655f3778ec7c64aa44b2cb7e9f4bce9 -0, 55, 55, 1, 180000, e5d0cf9f7a9c751afe09cac6f415f9a3 -0, 56, 56, 1, 180000, a103674a6d42da7bb026ddc6c21907f5 -0, 57, 57, 1, 180000, 86fd09abac435c94aacdc4e24bae5fa4 -0, 58, 58, 1, 180000, cba4362f9905f12ea415114011f634e3 -0, 59, 59, 1, 180000, adc6dc728070c97414d5681606f9509a -0, 60, 60, 1, 180000, ab105d61727de7f3234c1b4618684fff -0, 61, 61, 1, 180000, e1bb39c9fda419ce27459b3679bab6f5 -0, 62, 62, 1, 180000, 6b1b2e9e4dbf0512f5c082b950f5d1ea -0, 63, 63, 1, 180000, 58fde3d07e884461f9e535cc6af67d61 -0, 64, 64, 1, 180000, d696821896825012fdef20361ea43376 -0, 65, 65, 1, 180000, b3a15b5a8efb394dbec89ef722d02937 -0, 66, 66, 1, 180000, bbf7cc7fef6b4b37abf12dea62c190ec -0, 67, 67, 1, 180000, 19ad669ab8639d4eebd3f7217270b8d3 -0, 68, 68, 1, 180000, 1c8d1f98393cb9d0d38d43a296c47d17 -0, 69, 69, 1, 180000, 6feac439b0e0172220c87abda22c726b -0, 70, 70, 1, 180000, 9c8608262d6a6012f9dd49001e8a5c2d -0, 71, 71, 1, 180000, e79b848e3d0e323d6425a76c35a6d6f1 -0, 72, 72, 1, 180000, f2553bbaaae2e1b6898202401a085cf0 -0, 73, 73, 1, 180000, 34903147296c1d9f5c6c322a05ad1bbe -0, 74, 74, 1, 180000, 6ed277498b9cdee9591b98bf9c1d6ba2 -0, 75, 75, 1, 180000, 5d94ad871ad94c36a7b6e3cf72058c4e -0, 76, 76, 1, 180000, e380d7309b5f5c135c47773709575061 -0, 77, 77, 1, 180000, 554aa8facbaacc17eab7d2c36e2516c8 -0, 78, 78, 1, 180000, e5d7a81ec4c3244f548ad8d9225672fe -0, 79, 79, 1, 180000, 201b30fb23e71c5472b884153592846d -0, 80, 80, 1, 180000, 329bcc411f576fa4fbc7cd863e2ae459 -0, 81, 81, 1, 180000, 0b7ace1a4821d560c61053e3980b9b21 -0, 82, 82, 1, 180000, ebb2567c17350e67415e1e2259b0da8b -0, 83, 83, 1, 180000, c10b8774392c43585c69434f7d5bd94e -0, 84, 84, 1, 180000, 9f5862196d2bebc4ad09c214593b223e -0, 85, 85, 1, 180000, 300dc16fbb0f2486100ed167f1d90627 -0, 86, 86, 1, 180000, 0bec9c42aa215b0c5e73a5faf8f5c925 -0, 87, 87, 1, 180000, 779d67d3f58b5dd8094b414a830b94fc -0, 88, 88, 1, 180000, a9414e841f60cd04e414a9cad3126f22 -0, 89, 89, 1, 180000, 6b4bf1026523dd19e77705a56c9395bf -0, 90, 90, 1, 180000, 3e7f0e8db2738e287a5c1dff33bdc90b -0, 91, 91, 1, 180000, 5d8bf7db24fa21a21beaba6fb6ac3c95 -0, 92, 92, 1, 180000, 90f594797c97a10457bc1617d8e069e0 -0, 93, 93, 1, 180000, 9caa885630cd088d51a3601afa090f45 -0, 94, 94, 1, 180000, c189ea0726442a93a30466930b498aba -0, 95, 95, 1, 180000, 117422414360e8bb3b617e4118bb5699 -0, 96, 96, 1, 180000, 4ad2ffd81a6adeb21affce414fea992e -0, 97, 97, 1, 180000, 4b1f12d5a755070858d5a8218cb42ee5 -0, 98, 98, 1, 180000, 77bee2dff4ebafdea925228a870aa270 -0, 99, 99, 1, 180000, f9e4ed9fb47611084dfe1998b3a17fe2 -0, 100, 100, 1, 180000, e532cc6487cc51a7ea99d7a909f0d9d7 -0, 101, 101, 1, 180000, 79abcb269e5400f7676c869db06201f5 -0, 102, 102, 1, 180000, 5ea8363a325b8c73d8f7689234b534cb -0, 103, 103, 1, 180000, 8b92e05ce85cb879779256efb60ef56d -0, 104, 104, 1, 180000, 7319585dceaaa1dc339cba253ca7f7e1 -0, 105, 105, 1, 180000, a589ddfebfc5106268996dc641b63ed5 -0, 106, 106, 1, 180000, f1ea16230a29ab7a0c76b62119aec1f6 -0, 107, 107, 1, 180000, bf783508ccdc7ded175c240803c8ba42 -0, 108, 108, 1, 180000, 8432ceb650366458ea568d5d38f34339 -0, 109, 109, 1, 180000, e83eec0ba33fb28c2652985e3d5a5aa7 -0, 110, 110, 1, 180000, 866481b59ea1f6654c617b598218ac72 -0, 111, 111, 1, 180000, d1d5d72d11b430986d62a4976d3f440b -0, 112, 112, 1, 180000, d5bbb30019545ef298f5aedeb1e50420 -0, 113, 113, 1, 180000, 9b519b5c800734d940d5b6e1c519d2f3 -0, 114, 114, 1, 180000, 46854ea69f9de67f74d216fb46ca0d3f -0, 115, 115, 1, 180000, 43c3e53ee16e172c635bc2215e1dbe7a -0, 116, 116, 1, 180000, 76ffdd6b5630a716cea844e34f357726 -0, 117, 117, 1, 180000, 9a65251f4152bee7529d22017d75d30b -0, 118, 118, 1, 180000, 350ff9995c2287a5d6af83adaaa94692 -0, 119, 119, 1, 180000, 18c87ab4e73b5c4013e722a82015144a -0, 120, 120, 1, 180000, 45bfbaac738447afda91f1aa3b877114 -0, 121, 121, 1, 180000, 727d7b1d10b96f60593b0363a1da04a3 -0, 122, 122, 1, 180000, 77c7fff4a368cf923d442a70bef5d2b6 -0, 123, 123, 1, 180000, e021419b7c840409c8543d127c55ceef -0, 124, 124, 1, 180000, 5af4ffe289b7466c7b2ba6696e24b891 -0, 125, 125, 1, 180000, 7869c8c388f762054726a4fded34ef76 -0, 126, 126, 1, 180000, 9de7b2074944cdb6c1b28490b89b4d1b -0, 127, 127, 1, 180000, 1c65f0842787445c5a4291db5ec95306 -0, 128, 128, 1, 180000, 0836fc11e0537c64b89ca03c98e91a88 -0, 129, 129, 1, 180000, 6c0633861801dfff2464211987e199f4 -0, 130, 130, 1, 180000, 804f395636e19519f8b2c57572e2f5b9 -0, 131, 131, 1, 180000, 26119987a7cfce7146596b5119627cec -0, 132, 132, 1, 180000, bb064421d53f2aa472e189ceb1d1fb8f -0, 133, 133, 1, 180000, 8f4fe12cf1ada41bd75a8ab4e6c29daa -0, 134, 134, 1, 180000, 320803434ed72884005218c336ec616c -0, 135, 135, 1, 180000, 636d47f0af76b7caa244436b61d066ea -0, 136, 136, 1, 180000, d72bcab89102d278bdc34cc9d6d70d8d -0, 137, 137, 1, 180000, 8b97a2fd174e873c5d2f815c996307e1 -0, 138, 138, 1, 180000, 780a5d69dab54077770f038b83da3786 -0, 139, 139, 1, 180000, 49238301baf70b59bc7155c79b77812f -0, 140, 140, 1, 180000, ba9c941092f9c000935f5d0077943155 -0, 141, 141, 1, 180000, 2c91278ed0bd73a83fafa5ab373025ae -0, 142, 142, 1, 180000, e8c1ce1347e00d9a9267ec2ee2e55f88 -0, 143, 143, 1, 180000, a9d055533ee4c85f1a47dbc0e4900ee5 -0, 144, 144, 1, 180000, 37011528ef6d82c233ab81d6fa4b25c9 -0, 145, 145, 1, 180000, bec33254e1b75e5bcf9add1b016c6409 -0, 146, 146, 1, 180000, 686469d5f908c4b13f7da93accdbfe08 -0, 147, 147, 1, 180000, 175bc1a2a4b93c51f26cec24919a5e71 -0, 148, 148, 1, 180000, 7b42cf6186457f0796a5edf418c97ff1 -0, 149, 149, 1, 180000, f6dc114720002a975e5dd4c96d64eec8 Test mpeg4-resolution-change-up-down failed. Look at tests/data/fate/mpeg4-resolution-change-up-down.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-mpeg4-resolution-change-up-down] Error 1 TEST mxf-essencegroup-demux TEST mxf-multiple-components-demux --- /home/fate/ffmpeg/tests/ref/fate/mpeg4-resolution-change-down-up 2017-03-24 21:02:53.633046466 +0000 +++ tests/data/fate/mpeg4-resolution-change-down-up 2020-04-04 16:04:46.028298511 +0000 @@ -57,103 +57,3 @@ 0, 47, 47, 1, 460800, 29a243a8e57c2b923c514d68c18645bf 0, 48, 48, 1, 460800, 7a1538cfa6fad69f93bf9977ce03b2df 0, 49, 49, 1, 460800, 91e042b5a26fb0a578fe8abad6a881c8 -0, 50, 50, 1, 460800, 7614eed47fa4ab378fa95a6fa09048dd -0, 51, 51, 1, 460800, efbce233c30851726551446f2cf007d4 -0, 52, 52, 1, 460800, 4cdf067f4e0dec1d5468d73bc2fb6971 -0, 53, 53, 1, 460800, b6d5a482c97622ca0ac526e46864586c -0, 54, 54, 1, 460800, 860c1d3db436f96a29f83b25cad8a292 -0, 55, 55, 1, 460800, 3e1adea399679f5ea40539c49d63f475 -0, 56, 56, 1, 460800, 0422ac63df21baada7df73d9efb2b4a8 -0, 57, 57, 1, 460800, f372ebfd2acea1ac3d06a898bdf5ed28 -0, 58, 58, 1, 460800, 95c1bdc33fa3a9bf6fc1cf616eae4989 -0, 59, 59, 1, 460800, a8b67585ab13e9476a2075afb347e551 -0, 60, 60, 1, 460800, 6d7ff7585b172c18e9095bbf304701aa -0, 61, 61, 1, 460800, ca17a315650ecafcbff854414e832daf -0, 62, 62, 1, 460800, 0e58c300f666e2f608dde25cb4e7c6e4 -0, 63, 63, 1, 460800, 7e05f8ab2cf1fb99d11edb7dce8adb61 -0, 64, 64, 1, 460800, 5ec17032a3d98c18055eedc994d5b22c -0, 65, 65, 1, 460800, 3be2f9e9bdf62279b1d1c55af298b8bf -0, 66, 66, 1, 460800, d791c1335df7a9aac01aeb893e16ebeb -0, 67, 67, 1, 460800, b1235bfe00b13ac9d4abeb42be518de6 -0, 68, 68, 1, 460800, 770b5fc1acd72c526f7b751569f9ebdd -0, 69, 69, 1, 460800, 76988407c42beb84704e5cc8175ae3d1 -0, 70, 70, 1, 460800, 9b38739847b080d019403ad0d62505f1 -0, 71, 71, 1, 460800, 06d881fe05e16b528a056001f6162b18 -0, 72, 72, 1, 460800, 2f920d88d0ac956bb7c82c2ee1999b5d -0, 73, 73, 1, 460800, 3bda811ee889672ef9bf3b329c0d8702 -0, 74, 74, 1, 460800, 793ca50f817442d000c228bae1d34f01 -0, 75, 75, 1, 460800, 6ac43125d47508fbee2a112962d68f7f -0, 76, 76, 1, 460800, ee60676687c0a54c648f37dc5ac62934 -0, 77, 77, 1, 460800, 34c11e62e2f886fb3f86eabaf5bb8616 -0, 78, 78, 1, 460800, fbf06b77ea70076417e7dae3f05559ad -0, 79, 79, 1, 460800, 0910773159fee4579b60665961f42dff -0, 80, 80, 1, 460800, 16e2bdddb02ed137c45779915e83f8ce -0, 81, 81, 1, 460800, 36c2a8b39e39e37dfd3acaf53166d32d -0, 82, 82, 1, 460800, 86a93fca2ea3b276d8b5d7922b051635 -0, 83, 83, 1, 460800, 453eeba71c375f94cd2955a390e19aee -0, 84, 84, 1, 460800, 9b0661b42795d819909b6a10759f2ea8 -0, 85, 85, 1, 460800, 982d156baa7facd8ff90dfc896705dba -0, 86, 86, 1, 460800, 4346140eb7859cf937813b320c2afd75 -0, 87, 87, 1, 460800, cb19089d54d215ee5759fa95c995cb03 -0, 88, 88, 1, 460800, 4372a47d5c86bd7f36af8b1708d89db1 -0, 89, 89, 1, 460800, 63c1ccf9233c8ced848a536ca83fd2e2 -0, 90, 90, 1, 460800, e05f15fe8811919b514aff6d712e050b -0, 91, 91, 1, 460800, 7a0787e04d549faeb60e6c53d036fc36 -0, 92, 92, 1, 460800, a48da643d5807dc1b2c9e3768c14fa09 -0, 93, 93, 1, 460800, 18e8af2af9a6d07d0319c216f32833bd -0, 94, 94, 1, 460800, 54a4abc6dc41181dc6c4ed12ff68d9b6 -0, 95, 95, 1, 460800, 8c4bb205f07927c237134a2b43a1c75e -0, 96, 96, 1, 460800, c8fbebc0b9d1b0eef22ed22b339c29ad -0, 97, 97, 1, 460800, 0092360b69fd89eec83302f9c54e63c0 -0, 98, 98, 1, 460800, 454f705a542986ee3df10a31571bac36 -0, 99, 99, 1, 460800, 810de13c12e064d70ca6d1f1c175f0b6 -0, 100, 100, 1, 460800, 4892c52ebd173c1c1f651ab9043bc0ae -0, 101, 101, 1, 460800, 411e8f1d0603f1bf9a6e0e2fbf139b40 -0, 102, 102, 1, 460800, a8982db63153a60d32d22e3ec52d055f -0, 103, 103, 1, 460800, eccd934107810c2360850b125c60aa20 -0, 104, 104, 1, 460800, 4ff4a75ad54f3fca7fe302fd42d8b635 -0, 105, 105, 1, 460800, 096f9c7f9605bd03a7d1a2f3707ab0cd -0, 106, 106, 1, 460800, 8b71840efcaa91b0e999b656458259e4 -0, 107, 107, 1, 460800, a316e47df5e3b815890bbe8ad28e58f7 -0, 108, 108, 1, 460800, c05734743b26b5938bbe491c5e1207bb -0, 109, 109, 1, 460800, f513bfb6d22eb6dee298bd60289d49ef -0, 110, 110, 1, 460800, 1242d643e8c4d4b758dd2e4ea934ddb1 -0, 111, 111, 1, 460800, d390abd9c75cce2847ea11929d765a97 -0, 112, 112, 1, 460800, 07c172820c57f4653db9d980f8003f05 -0, 113, 113, 1, 460800, f5121dc906185e1dad2b4d3ef036ffa2 -0, 114, 114, 1, 460800, ab9d1fcf6a5aad68d0f7f68f956a8905 -0, 115, 115, 1, 460800, a30b4e2d59c411cb8ed8b420d0e9980f -0, 116, 116, 1, 460800, a239203d87b8f6dae0b04aedb5509303 -0, 117, 117, 1, 460800, 08fe1416f25273f66354a8f4365886a9 -0, 118, 118, 1, 460800, 62a4f52f688484a633219bf2431a05a1 -0, 119, 119, 1, 460800, 4f56bbbdce274dca30ea0a6af1ad9fb5 -0, 120, 120, 1, 460800, 7cb37bb372fac6a6ed10066724bd55dc -0, 121, 121, 1, 460800, 74452850aa88ea0072e84657503d9044 -0, 122, 122, 1, 460800, e5a41bc0f20298b7ad04d5920cbd0ef9 -0, 123, 123, 1, 460800, 6bf692b510e12a1478ad701cd6b92f5f -0, 124, 124, 1, 460800, 70a990aa4e4e1cd09eb145fc5830182d -0, 125, 125, 1, 460800, d1766902072052fb820a485c382c5c38 -0, 126, 126, 1, 460800, 36959297268283e0134118a7552d5432 -0, 127, 127, 1, 460800, 907bec0f379ea9eb60a3122b8c253eeb -0, 128, 128, 1, 460800, 43f1068a583a9645245a0d60dc647b00 -0, 129, 129, 1, 460800, ee55d4619e4b10d3e931eca18a4d4586 -0, 130, 130, 1, 460800, ba6a2efc84360d701944df2236292d74 -0, 131, 131, 1, 460800, b496e4674b5eb6a60e16ec4069ffa1c2 -0, 132, 132, 1, 460800, 5ae928c45606d4665d82da353dd81a81 -0, 133, 133, 1, 460800, 3c84403932cf66e616373f0d25c9f4a8 -0, 134, 134, 1, 460800, e0b63b21cdfd96c44adeb2617ecd9022 -0, 135, 135, 1, 460800, 57e0299f7435c8bd610cba860b128001 -0, 136, 136, 1, 460800, a543a8694155a488e7cc9066a70739e5 -0, 137, 137, 1, 460800, 953d38d3b44e1564b037f83171f7f594 -0, 138, 138, 1, 460800, 3725640ec5fdaec8acc4da7a224b8137 -0, 139, 139, 1, 460800, bd1086accdf2eb9f3e8cfb1e0f09ff60 -0, 140, 140, 1, 460800, b1fc08e447396a2db10e1be8c6cda6a4 -0, 141, 141, 1, 460800, 76849824f2b9aafc850dcb9994058afb -0, 142, 142, 1, 460800, 90523973962279d4eb5ce1261f631ff0 -0, 143, 143, 1, 460800, d5c69da4109d4d41d9b7940dbed8a21a -0, 144, 144, 1, 460800, 978d8cbfe9413418d295c485225d8ac8 -0, 145, 145, 1, 460800, a917cd3dc6dd127523e972424f1f1544 -0, 146, 146, 1, 460800, 1a4889b8c72066ea90c2a66ff80cd118 -0, 147, 147, 1, 460800, 30f1792bad369f51bd90e20b8d084779 -0, 148, 148, 1, 460800, 14d67997177544d76d9ec69abe992bf5 -0, 149, 149, 1, 460800, 39ba73b642d95ab9d7d00ca9ecb276af TEST mxf-metadata-source-ref1 Test mpeg4-resolution-change-down-up failed. Look at tests/data/fate/mpeg4-resolution-change-down-up.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-mpeg4-resolution-change-down-up] Error 1 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 vp60 TEST vp31 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 --- /home/fate/ffmpeg/tests/ref/fate/vp8-size-change 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/vp8-size-change 2020-04-04 16:04:46.578297742 +0000 @@ -10,30 +10,3 @@ 0, 0, 0, 1, 21600, 5abd6c163522c7e882f7e9c369293bf9 0, 1, 1, 1, 21600, 5c11d8cc9cc9102d0ef5afd1dc64aff1 0, 2, 2, 1, 21600, cbeffa9ea9d682af77d3fd0fdf12c8c1 -0, 3, 3, 1, 21600, ea7cec515fcf8ccbc932d9e9b472cdc7 -0, 4, 4, 1, 21600, 23038b711dbac95ce710657b1fef5901 -0, 5, 5, 1, 21600, e0d6fb46bb5c0d939ee33af82b887668 -0, 6, 6, 1, 21600, 694518f14d3a2bd3c319bc0b098c78bb -0, 7, 7, 1, 21600, c1c7394bd4236afbc773af52ef7a10ea -0, 8, 8, 1, 21600, 4d8d3b2c9a637f963521585ea879357b -0, 9, 9, 1, 21600, b4444dc3cbf1b6cdd8047d3dcd497ffd -0, 10, 10, 1, 21600, 65e5d667ec9ceb636e21357f032ce800 -0, 11, 11, 1, 21600, fd9a4c67598051074387b640df7edaa9 -0, 12, 12, 1, 21600, 0e54e22d90f6296ae6989c83846272cd -0, 13, 13, 1, 21600, db4b1727450243b202bfec5ed6c73ae0 -0, 14, 14, 1, 21600, ab37a84be075ca42cc7351ff9fb1cb47 -0, 15, 15, 1, 21600, ae4d2d297e646bd8e05e76b457d9b576 -0, 16, 16, 1, 21600, e7cfd580e3c3d7c3f2f5136d1e548595 -0, 17, 17, 1, 21600, cbec09314a0b7ad53f4893eb474e1c65 -0, 18, 18, 1, 21600, e1fa89cd63c37496bc86f18694324d88 -0, 19, 19, 1, 21600, e9655b151253950313810228278ca104 -0, 20, 20, 1, 21600, 69ba31c0eff7bc93f4180173d8e64c60 -0, 21, 21, 1, 21600, 368a1f6a1172d7d56f695153b234a330 -0, 22, 22, 1, 21600, 6c298b196e16c64f7c2f407ba1242937 -0, 23, 23, 1, 21600, bf54474112ed5592c4d890e3313881a0 -0, 24, 24, 1, 21600, 945d49abedb0606b6a009c8b5d8face3 -0, 25, 25, 1, 21600, dd6ebef7b6f24619910de811918d3437 -0, 26, 26, 1, 21600, 7952346fc0f1eff3914e0d7646b3cf28 -0, 27, 27, 1, 21600, 26bd0d6b21e8a2df17af8d1446fba745 -0, 28, 28, 1, 21600, b0d91600416716d81c1f73ac141a0b62 -0, 29, 29, 1, 21600, 08f16698beb9cc15f7115961bd69e995 TEST wavpack-lossless-float Test vp8-size-change failed. Look at tests/data/fate/vp8-size-change.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vp8-size-change] Error 1 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 --- /home/fate/ffmpeg/tests/ref/fate/dnxhd-mbaff 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/dnxhd-mbaff 2020-04-04 16:04:48.424961823 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 1440x1080 -#sar 0: 1/1 -0, 0, 0, 1, 6220800, 0xe78198c0 TEST dnxhr-prefix3 Test dnxhd-mbaff failed. Look at tests/data/fate/dnxhd-mbaff.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-dnxhd-mbaff] Error 1 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 --- /home/fate/ffmpeg/tests/ref/fate/dpxparser 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/dpxparser 2020-04-04 16:04:48.654961502 +0000 @@ -4,6 +4,3 @@ #dimensions 0: 130x130 #sar 0: 0/1 0, 0, 0, 1, 50700, 0xe7153545 -0, 1, 1, 1, 50700, 0x2bc92ece -0, 2, 2, 1, 50700, 0x83c731bb -0, 3, 3, 1, 50700, 0x92f52f19 TEST mss2-rgb555 Test dpxparser failed. Look at tests/data/fate/dpxparser.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-dpxparser] Error 1 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 --- /home/fate/ffmpeg/tests/ref/fate/qtrle-2bit 2017-03-24 21:02:53.636379807 +0000 +++ tests/data/fate/qtrle-2bit 2020-04-04 16:04:49.428293752 +0000 @@ -1,43 +0,0 @@ -#tb 0: 1/12 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x240 -#sar 0: 0/1 -0, 0, 0, 1, 230400, 0xb1ee55dc -0, 1, 1, 1, 230400, 0x97c580bf -0, 2, 2, 1, 230400, 0xd4bd57e8 -0, 3, 3, 1, 230400, 0x412b79aa -0, 4, 4, 1, 230400, 0x928a44d1 -0, 5, 5, 1, 230400, 0x6bbdc0e4 -0, 6, 6, 1, 230400, 0x382e960f -0, 7, 7, 1, 230400, 0x62c863ea -0, 8, 8, 1, 230400, 0xbfccd3ce -0, 9, 9, 1, 230400, 0x1987cdd4 -0, 10, 10, 1, 230400, 0x40279727 -0, 11, 11, 1, 230400, 0x9d4f6746 -0, 12, 12, 1, 230400, 0x7b8a77ec -0, 13, 13, 1, 230400, 0x2ce7a781 -0, 14, 14, 1, 230400, 0xb749815e -0, 15, 15, 1, 230400, 0x61c88610 -0, 16, 16, 1, 230400, 0x8449114d -0, 17, 17, 1, 230400, 0x5f73e666 -0, 18, 18, 1, 230400, 0xbde53ce6 -0, 19, 19, 1, 230400, 0x8c7406fd -0, 20, 20, 1, 230400, 0xf9e9a3ef -0, 21, 21, 1, 230400, 0x7e0a3077 -0, 22, 22, 1, 230400, 0xd9245c5f -0, 23, 23, 1, 230400, 0x6d077ea2 -0, 24, 24, 1, 230400, 0xf622bb2a -0, 25, 25, 1, 230400, 0x35292dc8 -0, 26, 26, 1, 230400, 0xc0cea946 -0, 27, 27, 1, 230400, 0x98b27b60 -0, 28, 28, 1, 230400, 0x668ef6bd -0, 29, 29, 1, 230400, 0x6c07a31c -0, 30, 30, 1, 230400, 0x0b4a6ae1 -0, 31, 31, 1, 230400, 0x945b9878 -0, 32, 32, 1, 230400, 0xab28031c -0, 33, 33, 1, 230400, 0x977252b0 -0, 34, 34, 1, 230400, 0x6c3d9706 -0, 35, 35, 1, 230400, 0xe053bc2a -0, 36, 36, 1, 230400, 0x4cf2fc7c -0, 37, 37, 1, 230400, 0x610beda7 TEST qtrle-4bit Test qtrle-2bit failed. Look at tests/data/fate/qtrle-2bit.err for details. TEST qtrle-8bit make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-qtrle-2bit] Error 1 TEST qtrle-16bit TEST qtrle-24bit TEST qtrle-32bit --- /home/fate/ffmpeg/tests/ref/fate/qtrle-8bit 2019-08-27 20:18:32.198479001 +0000 +++ tests/data/fate/qtrle-8bit 2020-04-04 16:04:49.471627025 +0000 @@ -1,172 +0,0 @@ -#tb 0: 1/15 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 640x480 -#sar 0: 0/1 -0, 0, 0, 1, 921600, 0x1492e3ed -0, 1, 1, 1, 921600, 0x1492e3ed -0, 2, 2, 1, 921600, 0x1492e3ed -0, 3, 3, 1, 921600, 0x23ef4fc7 -0, 4, 4, 1, 921600, 0x23ef4fc7 -0, 5, 5, 1, 921600, 0xe406d4be -0, 6, 6, 1, 921600, 0xe406d4be -0, 7, 7, 1, 921600, 0xe406d4be -0, 8, 8, 1, 921600, 0x62b8b5a1 -0, 9, 9, 1, 921600, 0x62b8b5a1 -0, 10, 10, 1, 921600, 0x7d8ba674 -0, 11, 11, 1, 921600, 0x7d8ba674 -0, 12, 12, 1, 921600, 0x7d8ba674 -0, 13, 13, 1, 921600, 0xfe666be7 -0, 14, 14, 1, 921600, 0xfe666be7 -0, 15, 15, 1, 921600, 0x721baec0 -0, 16, 16, 1, 921600, 0x721baec0 -0, 17, 17, 1, 921600, 0x721baec0 -0, 18, 18, 1, 921600, 0xc237180a -0, 19, 19, 1, 921600, 0xc237180a -0, 20, 20, 1, 921600, 0xf03a7482 -0, 21, 21, 1, 921600, 0xf03a7482 -0, 22, 22, 1, 921600, 0xf03a7482 -0, 23, 23, 1, 921600, 0x5612a391 -0, 24, 24, 1, 921600, 0x5612a391 -0, 25, 25, 1, 921600, 0x9dbcc46a -0, 26, 26, 1, 921600, 0x9dbcc46a -0, 27, 27, 1, 921600, 0x9dbcc46a -0, 28, 28, 1, 921600, 0xa128a5d5 -0, 29, 29, 1, 921600, 0xa128a5d5 -0, 30, 30, 1, 921600, 0x63e0025c -0, 31, 31, 1, 921600, 0x63e0025c -0, 32, 32, 1, 921600, 0x63e0025c -0, 33, 33, 1, 921600, 0x262359ed -0, 34, 34, 1, 921600, 0x262359ed -0, 35, 35, 1, 921600, 0x343688e8 -0, 36, 36, 1, 921600, 0x343688e8 -0, 37, 37, 1, 921600, 0x343688e8 -0, 38, 38, 1, 921600, 0x343688e8 -0, 39, 39, 1, 921600, 0x343688e8 -0, 40, 40, 1, 921600, 0x343688e8 -0, 41, 41, 1, 921600, 0x343688e8 -0, 42, 42, 1, 921600, 0x343688e8 -0, 43, 43, 1, 921600, 0x343688e8 -0, 44, 44, 1, 921600, 0x343688e8 -0, 45, 45, 1, 921600, 0xe4b29d57 -0, 46, 46, 1, 921600, 0xe4b29d57 -0, 47, 47, 1, 921600, 0xe4b29d57 -0, 48, 48, 1, 921600, 0x198e8a4a -0, 49, 49, 1, 921600, 0x198e8a4a -0, 50, 50, 1, 921600, 0x0cad8dc9 -0, 51, 51, 1, 921600, 0x0cad8dc9 -0, 52, 52, 1, 921600, 0x0cad8dc9 -0, 53, 53, 1, 921600, 0x1f74cf3d -0, 54, 54, 1, 921600, 0x1f74cf3d -0, 55, 55, 1, 921600, 0xec5b5449 -0, 56, 56, 1, 921600, 0xec5b5449 -0, 57, 57, 1, 921600, 0xec5b5449 -0, 58, 58, 1, 921600, 0x39829711 -0, 59, 59, 1, 921600, 0x39829711 -0, 60, 60, 1, 921600, 0x6de5b9c6 -0, 61, 61, 1, 921600, 0x6de5b9c6 -0, 62, 62, 1, 921600, 0x6de5b9c6 -0, 63, 63, 1, 921600, 0x47b0e9d4 -0, 64, 64, 1, 921600, 0x47b0e9d4 -0, 65, 65, 1, 921600, 0x756452b8 -0, 66, 66, 1, 921600, 0x756452b8 -0, 67, 67, 1, 921600, 0x756452b8 -0, 68, 68, 1, 921600, 0x6fce3478 -0, 69, 69, 1, 921600, 0x6fce3478 -0, 70, 70, 1, 921600, 0x372397cd -0, 71, 71, 1, 921600, 0x372397cd -0, 72, 72, 1, 921600, 0x372397cd -0, 73, 73, 1, 921600, 0xe3999ba1 -0, 74, 74, 1, 921600, 0xe3999ba1 -0, 75, 75, 1, 921600, 0x6ba26b43 -0, 76, 76, 1, 921600, 0x6ba26b43 -0, 77, 77, 1, 921600, 0x6ba26b43 -0, 78, 78, 1, 921600, 0x4e9ee49e -0, 79, 79, 1, 921600, 0x4e9ee49e -0, 80, 80, 1, 921600, 0xdb5fd6e7 -0, 81, 81, 1, 921600, 0xdb5fd6e7 -0, 82, 82, 1, 921600, 0xdb5fd6e7 -0, 83, 83, 1, 921600, 0x8f2254a5 -0, 84, 84, 1, 921600, 0x8f2254a5 -0, 85, 85, 1, 921600, 0x8f2254a5 -0, 86, 86, 1, 921600, 0x8f2254a5 -0, 87, 87, 1, 921600, 0x8f2254a5 -0, 88, 88, 1, 921600, 0x8f2254a5 -0, 89, 89, 1, 921600, 0x8f2254a5 -0, 90, 90, 1, 921600, 0x8f2254a5 -0, 91, 91, 1, 921600, 0x8f2254a5 -0, 92, 92, 1, 921600, 0x8f2254a5 -0, 93, 93, 1, 921600, 0x57e95c32 -0, 94, 94, 1, 921600, 0x57e95c32 -0, 95, 95, 1, 921600, 0x41627a9b -0, 96, 96, 1, 921600, 0x41627a9b -0, 97, 97, 1, 921600, 0x41627a9b -0, 98, 98, 1, 921600, 0x7412dcee -0, 99, 99, 1, 921600, 0x7412dcee -0, 100, 100, 1, 921600, 0xaebe10ed -0, 101, 101, 1, 921600, 0xaebe10ed -0, 102, 102, 1, 921600, 0xaebe10ed -0, 103, 103, 1, 921600, 0x411a91f6 -0, 104, 104, 1, 921600, 0x411a91f6 -0, 105, 105, 1, 921600, 0xb059df3f -0, 106, 106, 1, 921600, 0xb059df3f -0, 107, 107, 1, 921600, 0xb059df3f -0, 108, 108, 1, 921600, 0x4d6f5a77 -0, 109, 109, 1, 921600, 0x4d6f5a77 -0, 110, 110, 1, 921600, 0xbbf06df4 -0, 111, 111, 1, 921600, 0xbbf06df4 -0, 112, 112, 1, 921600, 0xbbf06df4 -0, 113, 113, 1, 921600, 0xe27f7bf6 -0, 114, 114, 1, 921600, 0xe27f7bf6 -0, 115, 115, 1, 921600, 0xd7e8360e -0, 116, 116, 1, 921600, 0xd7e8360e -0, 117, 117, 1, 921600, 0xd7e8360e -0, 118, 118, 1, 921600, 0x1dd4c344 -0, 119, 119, 1, 921600, 0x1dd4c344 -0, 120, 120, 1, 921600, 0x7995a7ce -0, 121, 121, 1, 921600, 0x7995a7ce -0, 122, 122, 1, 921600, 0x7995a7ce -0, 123, 123, 1, 921600, 0x2ef3c566 -0, 124, 124, 1, 921600, 0x2ef3c566 -0, 125, 125, 1, 921600, 0xf296736e -0, 126, 126, 1, 921600, 0xf296736e -0, 127, 127, 1, 921600, 0xf296736e -0, 128, 128, 1, 921600, 0xf296736e -0, 129, 129, 1, 921600, 0xf296736e -0, 130, 130, 1, 921600, 0xf296736e -0, 131, 131, 1, 921600, 0xf296736e -0, 132, 132, 1, 921600, 0xf296736e -0, 133, 133, 1, 921600, 0xf296736e -0, 134, 134, 1, 921600, 0xf296736e -0, 135, 135, 1, 921600, 0x1a488311 -0, 136, 136, 1, 921600, 0x1a488311 -0, 137, 137, 1, 921600, 0x1a488311 -0, 138, 138, 1, 921600, 0x9e28011b -0, 139, 139, 1, 921600, 0x9e28011b -0, 140, 140, 1, 921600, 0x84d1ea80 -0, 141, 141, 1, 921600, 0x84d1ea80 -0, 142, 142, 1, 921600, 0x84d1ea80 -0, 143, 143, 1, 921600, 0x9ed41052 -0, 144, 144, 1, 921600, 0x9ed41052 -0, 145, 145, 1, 921600, 0xd4db7206 -0, 146, 146, 1, 921600, 0xd4db7206 -0, 147, 147, 1, 921600, 0xd4db7206 -0, 148, 148, 1, 921600, 0x55f695a9 -0, 149, 149, 1, 921600, 0x55f695a9 -0, 150, 150, 1, 921600, 0x9d8c667f -0, 151, 151, 1, 921600, 0x9d8c667f -0, 152, 152, 1, 921600, 0x9d8c667f -0, 153, 153, 1, 921600, 0x9b6037ec -0, 154, 154, 1, 921600, 0x9b6037ec -0, 155, 155, 1, 921600, 0x57c5e835 -0, 156, 156, 1, 921600, 0x57c5e835 -0, 157, 157, 1, 921600, 0x57c5e835 -0, 158, 158, 1, 921600, 0x476dad89 -0, 159, 159, 1, 921600, 0x476dad89 -0, 160, 160, 1, 921600, 0xcfd6ad2b -0, 161, 161, 1, 921600, 0xcfd6ad2b -0, 162, 162, 1, 921600, 0xcfd6ad2b -0, 163, 163, 1, 921600, 0x3b372379 -0, 164, 164, 1, 921600, 0x3b372379 -0, 165, 165, 1, 921600, 0x36f245f5 -0, 166, 166, 1, 921600, 0x36f245f5 --- /home/fate/ffmpeg/tests/ref/fate/qtrle-4bit 2017-03-24 21:02:53.636379807 +0000 +++ tests/data/fate/qtrle-4bit 2020-04-04 16:04:49.471627025 +0000 @@ -1,43 +0,0 @@ -#tb 0: 1/12 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x240 -#sar 0: 0/1 -0, 0, 0, 1, 230400, 0x0655b3d9 -0, 1, 1, 1, 230400, 0x9c626fd3 -0, 2, 2, 1, 230400, 0x5bc95868 -0, 3, 3, 1, 230400, 0x55a38387 -0, 4, 4, 1, 230400, 0xd3495b60 -0, 5, 5, 1, 230400, 0xecdb2d15 -0, 6, 6, 1, 230400, 0x7f9b373e -0, 7, 7, 1, 230400, 0x51caac22 -0, 8, 8, 1, 230400, 0x0f2ac153 -0, 9, 9, 1, 230400, 0xe5a6f9e7 -0, 10, 10, 1, 230400, 0xfc2b2250 -0, 11, 11, 1, 230400, 0x24e2da1b -0, 12, 12, 1, 230400, 0x2723d7dd -0, 13, 13, 1, 230400, 0x024a4989 -0, 14, 14, 1, 230400, 0xdbafb92d -0, 15, 15, 1, 230400, 0x6b9b5056 -0, 16, 16, 1, 230400, 0x010cabb4 -0, 17, 17, 1, 230400, 0xf75bc1c0 -0, 18, 18, 1, 230400, 0x6c7fd744 -0, 19, 19, 1, 230400, 0xabe4371a -0, 20, 20, 1, 230400, 0xe41fb781 -0, 21, 21, 1, 230400, 0x42c5649e -0, 22, 22, 1, 230400, 0xf5511deb -0, 23, 23, 1, 230400, 0xebf5ab32 -0, 24, 24, 1, 230400, 0x44398194 -0, 25, 25, 1, 230400, 0xfd63510c -0, 26, 26, 1, 230400, 0xa013975e -0, 27, 27, 1, 230400, 0xe0aa028d -0, 28, 28, 1, 230400, 0x349f6f3b -0, 29, 29, 1, 230400, 0x2446032c -0, 30, 30, 1, 230400, 0x648f122c -0, 31, 31, 1, 230400, 0xbda221fd -0, 32, 32, 1, 230400, 0xf0f97642 -0, 33, 33, 1, 230400, 0x6a1737de -0, 34, 34, 1, 230400, 0x808a8179 -0, 35, 35, 1, 230400, 0x121641cf -0, 36, 36, 1, 230400, 0x275d11ea -0, 37, 37, 1, 230400, 0x92adf2cf --- /home/fate/ffmpeg/tests/ref/fate/qtrle-16bit 2017-03-24 21:02:53.636379807 +0000 +++ tests/data/fate/qtrle-16bit 2020-04-04 16:04:49.484960339 +0000 @@ -1,88 +0,0 @@ -#tb 0: 1/15 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 160x120 -#sar 0: 0/1 -0, 0, 0, 1, 57600, 0xcf2d39fc -0, 1, 1, 1, 57600, 0xfc9f6bed -0, 2, 2, 1, 57600, 0x3f5805bb -0, 3, 3, 1, 57600, 0xcb34504e -0, 4, 4, 1, 57600, 0x66b6f6e9 -0, 5, 5, 1, 57600, 0x18698e4d -0, 6, 6, 1, 57600, 0x233288d7 -0, 7, 7, 1, 57600, 0x6b195ac5 -0, 8, 8, 1, 57600, 0x3b466b45 -0, 9, 9, 1, 57600, 0x9e3dbd75 -0, 10, 10, 1, 57600, 0x90ee04b7 -0, 11, 11, 1, 57600, 0x81096dda -0, 12, 12, 1, 57600, 0xef24ca50 -0, 13, 13, 1, 57600, 0xea7a3da8 -0, 14, 14, 1, 57600, 0xc3f054c2 -0, 15, 15, 1, 57600, 0x34af39ec -0, 16, 16, 1, 57600, 0xfc31f846 -0, 17, 17, 1, 57600, 0xa4606399 -0, 18, 18, 1, 57600, 0x4b8a9c88 -0, 19, 19, 1, 57600, 0x87db3195 -0, 20, 20, 1, 57600, 0x443b618d -0, 21, 21, 1, 57600, 0x601e380e -0, 22, 22, 1, 57600, 0x405c6e6f -0, 23, 23, 1, 57600, 0xe6b66f29 -0, 24, 24, 1, 57600, 0xb8e4b2d1 -0, 25, 25, 1, 57600, 0x9fc8e7da -0, 26, 26, 1, 57600, 0x3bdb363b -0, 27, 27, 1, 57600, 0xacac0b6a -0, 28, 28, 1, 57600, 0xff3022fb -0, 29, 29, 1, 57600, 0x1e5721f3 -0, 30, 30, 1, 57600, 0x511a3071 -0, 31, 31, 1, 57600, 0xff6d4dc0 -0, 32, 32, 1, 57600, 0x5df97a35 -0, 33, 33, 1, 57600, 0x3877f1b1 -0, 34, 34, 1, 57600, 0xa9096dd2 -0, 35, 35, 1, 57600, 0xd36e1ccc -0, 36, 36, 1, 57600, 0xdc94b124 -0, 37, 37, 1, 57600, 0x873fab49 -0, 38, 38, 1, 57600, 0x7f081dca -0, 39, 39, 1, 57600, 0x7df52bc3 -0, 40, 40, 1, 57600, 0xf41feb99 -0, 41, 41, 1, 57600, 0xcf59ffeb -0, 42, 42, 1, 57600, 0x0dd94dfe -0, 43, 43, 1, 57600, 0xfbc52500 -0, 44, 44, 1, 57600, 0xc300606e -0, 45, 45, 1, 57600, 0x01e529b4 -0, 46, 46, 1, 57600, 0x359a57b0 -0, 47, 47, 1, 57600, 0xcfee7511 -0, 48, 48, 1, 57600, 0x2189f139 -0, 49, 49, 1, 57600, 0xcc535558 -0, 50, 50, 1, 57600, 0xeed13a76 -0, 51, 51, 1, 57600, 0xfb5c3ddd -0, 52, 52, 1, 57600, 0x36a98c53 -0, 53, 53, 1, 57600, 0xf4c38c4b -0, 54, 54, 1, 57600, 0x53d5df15 -0, 55, 55, 1, 57600, 0x336d890c -0, 56, 56, 1, 57600, 0x19967f1c -0, 57, 57, 1, 57600, 0xa36b8224 -0, 58, 58, 1, 57600, 0xf6ec2490 -0, 59, 59, 1, 57600, 0x6ffff0d1 -0, 60, 60, 1, 57600, 0xfcb73114 -0, 61, 61, 1, 57600, 0x5f5fff35 -0, 62, 62, 1, 57600, 0xf113c4a0 -0, 63, 63, 1, 57600, 0x64ca6175 -0, 64, 64, 1, 57600, 0x3f6f7d15 -0, 65, 65, 1, 57600, 0x18b619df -0, 66, 66, 1, 57600, 0xe6872ed7 -0, 67, 67, 1, 57600, 0x3641e174 -0, 68, 68, 1, 57600, 0x4c144d8c -0, 69, 69, 1, 57600, 0x82529776 -0, 70, 70, 1, 57600, 0xd96f3ead -0, 71, 71, 1, 57600, 0xce183c4e -0, 72, 72, 1, 57600, 0xaa475b24 -0, 73, 73, 1, 57600, 0xf7c5cbf3 -0, 74, 74, 1, 57600, 0x798e0548 -0, 75, 75, 1, 57600, 0x1233241a -0, 76, 76, 1, 57600, 0x1424d758 -0, 77, 77, 1, 57600, 0xa446c264 -0, 78, 78, 1, 57600, 0x66e082ae -0, 79, 79, 1, 57600, 0xb58cacc8 -0, 80, 80, 1, 57600, 0x3d86431c -0, 81, 81, 1, 57600, 0x601b724e -0, 82, 82, 1, 57600, 0xbe9a32c8 Test qtrle-8bit failed. Look at tests/data/fate/qtrle-8bit.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-qtrle-8bit] Error 1 Test qtrle-4bit failed. Look at tests/data/fate/qtrle-4bit.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-qtrle-4bit] Error 1 TEST fic-avi Test qtrle-16bit failed. Look at tests/data/fate/qtrle-16bit.err for details. TEST fmvc-type1 make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-qtrle-16bit] Error 1 TEST fmvc-type2 TEST g2m2 --- /home/fate/ffmpeg/tests/ref/fate/qtrle-32bit 2019-03-04 12:04:55.129330331 +0000 +++ tests/data/fate/qtrle-32bit 2020-04-04 16:04:49.491626997 +0000 @@ -1,31 +0,0 @@ -#tb 0: 100/2997 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 720x480 -#sar 0: 0/1 -0, 0, 0, 1, 1382400, 0xfe6e6fd3 -0, 1, 1, 1, 1382400, 0x3c7809c8 -0, 2, 2, 1, 1382400, 0x06901a04 -0, 3, 3, 1, 1382400, 0xd7d7c910 -0, 4, 4, 1, 1382400, 0x017e8fda -0, 5, 5, 1, 1382400, 0xab9ee842 -0, 6, 6, 1, 1382400, 0x08615b93 -0, 7, 7, 1, 1382400, 0x105cb681 -0, 8, 8, 1, 1382400, 0xd9dd224f -0, 9, 9, 1, 1382400, 0x058cabbf -0, 10, 10, 1, 1382400, 0x73424fc0 -0, 11, 11, 1, 1382400, 0x39d0a78b -0, 12, 12, 1, 1382400, 0x956d1393 -0, 13, 13, 1, 1382400, 0xe4aff472 -0, 14, 14, 1, 1382400, 0x83ff20ce -0, 15, 15, 1, 1382400, 0xb53383df -0, 16, 16, 1, 1382400, 0x181e55e8 -0, 17, 17, 1, 1382400, 0x0716c90c -0, 18, 18, 1, 1382400, 0x092aae25 -0, 19, 19, 1, 1382400, 0x0a23b4cb -0, 20, 20, 1, 1382400, 0xe72000b0 -0, 21, 21, 1, 1382400, 0x0b8d02e8 -0, 22, 22, 1, 1382400, 0xec2a3b0d -0, 23, 23, 1, 1382400, 0x4ddc4e19 -0, 24, 24, 1, 1382400, 0xc4656abb -0, 25, 25, 1, 1382400, 0x60d78517 TEST g2m3 Test qtrle-32bit failed. Look at tests/data/fate/qtrle-32bit.err for details. TEST g2m4 make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-qtrle-32bit] Error 1 TEST rscc-8bit TEST iscc TEST rscc-16bit TEST rscc-24bit TEST rscc-32bit --- /home/fate/ffmpeg/tests/ref/fate/rscc-8bit 2017-03-24 21:02:53.636379807 +0000 +++ tests/data/fate/rscc-8bit 2020-04-04 16:04:49.551626913 +0000 @@ -1,6 +0,0 @@ -#tb 0: 100/2997 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 854x480 -#sar 0: 0/1 -0, 0, 0, 1, 1229760, 0xfdf2e538 Test rscc-8bit failed. Look at tests/data/fate/rscc-8bit.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-rscc-8bit] Error 1 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 --- /home/fate/ffmpeg/tests/ref/fate/truemotion1-15 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/truemotion1-15 2020-04-04 16:04:50.128292772 +0000 @@ -1,110 +0,0 @@ -#tb 0: 1/15 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x168 -#sar 0: 1/1 -0, 0, 0, 1, 161280, 0x677c9fb3 -0, 1, 1, 1, 161280, 0xaa280e0a -0, 2, 2, 1, 161280, 0x8a4d2225 -0, 3, 3, 1, 161280, 0xf10f46a8 -0, 4, 4, 1, 161280, 0x98d9eab6 -0, 5, 5, 1, 161280, 0xa543ae1e -0, 6, 6, 1, 161280, 0x79d717ae -0, 7, 7, 1, 161280, 0x1a87e2cb -0, 8, 8, 1, 161280, 0xe5c000ac -0, 9, 9, 1, 161280, 0xa5827077 -0, 10, 10, 1, 161280, 0xfd0615ee -0, 11, 11, 1, 161280, 0xc6fdc861 -0, 12, 12, 1, 161280, 0xaa007c7e -0, 13, 13, 1, 161280, 0xf15e3a96 -0, 14, 14, 1, 161280, 0xce827ae1 -0, 15, 15, 1, 161280, 0xf379fc13 -0, 16, 16, 1, 161280, 0x89686a0c -0, 17, 17, 1, 161280, 0x7e8342bd -0, 18, 18, 1, 161280, 0x640dab86 -0, 19, 19, 1, 161280, 0xc6a86456 -0, 20, 20, 1, 161280, 0xe360b538 -0, 21, 21, 1, 161280, 0xbcc21064 -0, 22, 22, 1, 161280, 0x95bc4e63 -0, 23, 23, 1, 161280, 0x390fa1bd -0, 24, 24, 1, 161280, 0xa35b3bb9 -0, 25, 25, 1, 161280, 0x730b0779 -0, 26, 26, 1, 161280, 0xf3c3a3eb -0, 27, 27, 1, 161280, 0x676ecbaa -0, 28, 28, 1, 161280, 0x06c4a4e5 -0, 29, 29, 1, 161280, 0x177d26d9 -0, 30, 30, 1, 161280, 0xdaf69ebe -0, 31, 31, 1, 161280, 0xabadc296 -0, 32, 32, 1, 161280, 0xec144665 -0, 33, 33, 1, 161280, 0x6785aa48 -0, 34, 34, 1, 161280, 0x2a0cfcaf -0, 35, 35, 1, 161280, 0x9288d513 -0, 36, 36, 1, 161280, 0x1d295ad0 -0, 37, 37, 1, 161280, 0xb9fd8406 -0, 38, 38, 1, 161280, 0x98bced49 -0, 39, 39, 1, 161280, 0x42e6fbae -0, 40, 40, 1, 161280, 0xfd218209 -0, 41, 41, 1, 161280, 0x21c2ef31 -0, 42, 42, 1, 161280, 0xce4be932 -0, 43, 43, 1, 161280, 0xd5c0d5fc -0, 44, 44, 1, 161280, 0xf8d13076 -0, 45, 45, 1, 161280, 0xdbf86007 -0, 46, 46, 1, 161280, 0x9475a651 -0, 47, 47, 1, 161280, 0x41bf1542 -0, 48, 48, 1, 161280, 0x6945297f -0, 49, 49, 1, 161280, 0x2282025e -0, 50, 50, 1, 161280, 0x55aace0c -0, 51, 51, 1, 161280, 0xc78aa51c -0, 52, 52, 1, 161280, 0xb4b84e6c -0, 53, 53, 1, 161280, 0x3bbb3e44 -0, 54, 54, 1, 161280, 0x4dd89d80 -0, 55, 55, 1, 161280, 0xa446a5c5 -0, 56, 56, 1, 161280, 0x8f56b1d6 -0, 57, 57, 1, 161280, 0xa170df87 -0, 58, 58, 1, 161280, 0x4740a4df -0, 59, 59, 1, 161280, 0x86608ee7 -0, 60, 60, 1, 161280, 0x629b4543 -0, 61, 61, 1, 161280, 0x697fb952 -0, 62, 62, 1, 161280, 0x98e84a51 -0, 63, 63, 1, 161280, 0x97949a90 -0, 64, 64, 1, 161280, 0x6a8c9b96 -0, 65, 65, 1, 161280, 0xafa714ab -0, 66, 66, 1, 161280, 0x0cf39314 -0, 67, 67, 1, 161280, 0x9ccc8171 -0, 68, 68, 1, 161280, 0x8232d5a8 -0, 69, 69, 1, 161280, 0x250dd5cb -0, 70, 70, 1, 161280, 0xf764e43a -0, 71, 71, 1, 161280, 0x2f4bec00 -0, 72, 72, 1, 161280, 0x76f1598b -0, 73, 73, 1, 161280, 0xa91b84da -0, 74, 74, 1, 161280, 0x011a77fb -0, 75, 75, 1, 161280, 0xdbf5341c -0, 76, 76, 1, 161280, 0x40d5abfa -0, 77, 77, 1, 161280, 0x9fb8360c -0, 78, 78, 1, 161280, 0xabc5fba8 -0, 79, 79, 1, 161280, 0x98090909 -0, 80, 80, 1, 161280, 0x9a3613bd -0, 81, 81, 1, 161280, 0x9071024f -0, 82, 82, 1, 161280, 0x4df39487 -0, 83, 83, 1, 161280, 0x17658524 -0, 84, 84, 1, 161280, 0xbcd794df -0, 85, 85, 1, 161280, 0x2a14ae05 -0, 86, 86, 1, 161280, 0x664feab2 -0, 87, 87, 1, 161280, 0xf6b721f4 -0, 88, 88, 1, 161280, 0xfec565f3 -0, 89, 89, 1, 161280, 0xd39aabee -0, 90, 90, 1, 161280, 0x1f3d5de7 -0, 91, 91, 1, 161280, 0xaf97f50c -0, 92, 92, 1, 161280, 0xe34b6b6a -0, 93, 93, 1, 161280, 0x4117371e -0, 94, 94, 1, 161280, 0x4117371e -0, 95, 95, 1, 161280, 0xe555b55e -0, 96, 96, 1, 161280, 0xe555b55e -0, 97, 97, 1, 161280, 0xe555b55e -0, 98, 98, 1, 161280, 0xe555b55e -0, 99, 99, 1, 161280, 0xe555b55e -0, 100, 100, 1, 161280, 0xe555b55e -0, 101, 101, 1, 161280, 0xe555b55e -0, 102, 102, 1, 161280, 0xe555b55e -0, 103, 103, 1, 161280, 0xe555b55e -0, 104, 104, 1, 161280, 0xe555b55e TEST truemotion2rt-low TEST truemotion2 Test truemotion1-15 failed. Look at tests/data/fate/truemotion1-15.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-truemotion1-15] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/truemotion1-24 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/truemotion1-24 2020-04-04 16:04:50.134959429 +0000 @@ -1,21 +0,0 @@ -#tb 0: 1/15 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 144x160 -#sar 0: 2/1 -0, 0, 0, 1, 69120, 0x68beb30f -0, 1, 1, 1, 69120, 0x3976f5cf -0, 2, 2, 1, 69120, 0xf815bc3c -0, 3, 3, 1, 69120, 0xa7cc0ae6 -0, 4, 4, 1, 69120, 0xd85ac282 -0, 5, 5, 1, 69120, 0xf7fd7edb -0, 6, 6, 1, 69120, 0x433bb6f6 -0, 7, 7, 1, 69120, 0xdbac8bee -0, 8, 8, 1, 69120, 0x88e2a799 -0, 9, 9, 1, 69120, 0x49617b26 -0, 10, 10, 1, 69120, 0xeb44ca01 -0, 11, 11, 1, 69120, 0x6fea37e8 -0, 12, 12, 1, 69120, 0xf55d74c7 -0, 13, 13, 1, 69120, 0xb5082ca7 -0, 14, 14, 1, 69120, 0x5876d758 -0, 15, 15, 1, 69120, 0x45e7dd5c TEST truemotion2rt-mid TEST truemotion2rt-high Test truemotion1-24 failed. Look at tests/data/fate/truemotion1-24.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-truemotion1-24] Error 1 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-6 TEST vp9-01-sharpness-5 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-10x10 TEST vp9-02-size-10x08 TEST vp9-02-size-10x16 TEST vp9-02-size-10x18 TEST vp9-02-size-10x32 TEST vp9-02-size-10x34 TEST vp9-02-size-10x66 TEST vp9-02-size-10x64 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-32x08 TEST vp9-02-size-18x66 TEST vp9-02-size-32x16 TEST vp9-02-size-32x10 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-196x210 TEST vp9-03-size-196x208 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-198x224 TEST vp9-03-size-198x210 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-210x202 TEST vp9-03-size-210x200 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-frame2 TEST vp9-10-show-existing-frame 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 --- /home/fate/ffmpeg/tests/ref/fate/vp9-05-resize 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-05-resize 2020-04-04 16:04:51.704957231 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1/30 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 0/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, 539e9964364c1db09ad18f2e01713799 -0, 1, 1, 1, 152064, fb76e673ba2a5342bfed8a1523e0a425 -0, 2, 2, 1, 152064, b0e6881ac6c1e0d839f80f292cb1afd4 -0, 3, 3, 1, 152064, f69a4d7f784e1619e45ffd65e3f103b9 -0, 4, 4, 1, 152064, a9cefc3088de0b403c7cc1ffd117479a -0, 5, 5, 1, 152064, 6a053249fe6fdc52ed00a21668fe330f -0, 6, 6, 1, 152064, 2c6f7b8c72a0103cd1fa37270f6d9962 -0, 7, 7, 1, 152064, 9f837ba58bf07d1e1a8b6a30a9a588e8 -0, 8, 8, 1, 152064, 81ecfd1810b25395af999e557ed4b938 -0, 9, 9, 1, 152064, cee53e71d6347333fd76d421ece1740f Test vp9-05-resize failed. Look at tests/data/fate/vp9-05-resize.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vp9-05-resize] Error 1 TEST aac-al07_96 TEST aac-al15_44 TEST aac-al17_44 TEST aac-al18_44 TEST aac-am05_44 TEST aac-am00_88 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-xll TEST dca-core TEST dts_es TEST dca-core-bsf TEST avio-direct TEST adts-demux TEST adts-id3v1-demux TEST adts-id3v2-demux TEST adts-id3v2-two-tags-demux TEST aea-demux TEST 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 flv-demux TEST gif-demux TEST jv-demux TEST iv8-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 nsv-demux TEST nistsphere-demux TEST oggopus-demux TEST oggvp8-demux TEST oma-demux TEST paf-demux TEST pmp-demux TEST redspark-demux TEST rsd-demux TEST psx-str-demux TEST pva-demux TEST qcp-demux TEST redcode-demux TEST siff-demux TEST wav-ac3 TEST westwood-aud TEST smjpeg-demux 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 --- /home/fate/ffmpeg/tests/ref/fate/ea-cmv 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/ea-cmv 2020-04-04 16:04:53.621621213 +0000 @@ -1,199 +0,0 @@ -#tb 0: 1/10 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 200x200 -#sar 0: 0/1 -0, 0, 0, 1, 120000, 0x34ac91d2 -0, 1, 1, 1, 120000, 0x17150729 -0, 2, 2, 1, 120000, 0xc3f510bb -0, 3, 3, 1, 120000, 0xb3b14a3b -0, 4, 4, 1, 120000, 0x26a7f3d1 -0, 5, 5, 1, 120000, 0xd161af6f -0, 6, 6, 1, 120000, 0x459fc92d -0, 7, 7, 1, 120000, 0x05c3fa94 -0, 8, 8, 1, 120000, 0x6630cd8c -0, 9, 9, 1, 120000, 0x60cd39d4 -0, 10, 10, 1, 120000, 0xc8854d1c -0, 11, 11, 1, 120000, 0xe55e8e6d -0, 12, 12, 1, 120000, 0xbeab201f -0, 13, 13, 1, 120000, 0x70744b0b -0, 14, 14, 1, 120000, 0x80dea5d0 -0, 15, 15, 1, 120000, 0x769bfa1c -0, 16, 16, 1, 120000, 0x04e25bbe -0, 17, 17, 1, 120000, 0x48abc5a5 -0, 18, 18, 1, 120000, 0xda5c4e2a -0, 19, 19, 1, 120000, 0x8de96d38 -0, 20, 20, 1, 120000, 0xe96418b0 -0, 21, 21, 1, 120000, 0x1c2f272b -0, 22, 22, 1, 120000, 0x4b755804 -0, 23, 23, 1, 120000, 0xc92f96fd -0, 24, 24, 1, 120000, 0x69e90ebb -0, 25, 25, 1, 120000, 0x78d4bd1a -0, 26, 26, 1, 120000, 0xaf2edf55 -0, 27, 27, 1, 120000, 0x94161c78 -0, 28, 28, 1, 120000, 0x1109094d -0, 29, 29, 1, 120000, 0xc61b0392 -0, 30, 30, 1, 120000, 0xc157d003 -0, 31, 31, 1, 120000, 0xf2747e7b -0, 32, 32, 1, 120000, 0xa36299c2 -0, 33, 33, 1, 120000, 0x49bc788c -0, 34, 34, 1, 120000, 0x3bee336e -0, 35, 35, 1, 120000, 0xa316b9d1 -0, 36, 36, 1, 120000, 0x5cc32e9c -0, 37, 37, 1, 120000, 0x9f7eca16 -0, 38, 38, 1, 120000, 0x958e2988 -0, 39, 39, 1, 120000, 0xebcba2f1 -0, 40, 40, 1, 120000, 0x281f1e60 -0, 41, 41, 1, 120000, 0x82256c4d -0, 42, 42, 1, 120000, 0xddc8be56 -0, 43, 43, 1, 120000, 0x64ff2ed0 -0, 44, 44, 1, 120000, 0x3e63ab02 -0, 45, 45, 1, 120000, 0x43f78b37 -0, 46, 46, 1, 120000, 0xb7cc62d4 -0, 47, 47, 1, 120000, 0x694f1764 -0, 48, 48, 1, 120000, 0x2264c483 -0, 49, 49, 1, 120000, 0xb6680b4a -0, 50, 50, 1, 120000, 0x2a92626a -0, 51, 51, 1, 120000, 0x8da02509 -0, 52, 52, 1, 120000, 0xa976c382 -0, 53, 53, 1, 120000, 0x749e822b -0, 54, 54, 1, 120000, 0xe9e7fc8c -0, 55, 55, 1, 120000, 0xfdc05a0c -0, 56, 56, 1, 120000, 0x7d5a856d -0, 57, 57, 1, 120000, 0xcc344937 -0, 58, 58, 1, 120000, 0x9d90bc67 -0, 59, 59, 1, 120000, 0x3f527712 -0, 60, 60, 1, 120000, 0xf0f57f97 -0, 61, 61, 1, 120000, 0xc29535cd -0, 62, 62, 1, 120000, 0x9a64598b -0, 63, 63, 1, 120000, 0x0d1ddf7c -0, 64, 64, 1, 120000, 0xb580ec24 -0, 65, 65, 1, 120000, 0xf0db5bbc -0, 66, 66, 1, 120000, 0x6b980b61 -0, 67, 67, 1, 120000, 0xc29f30b5 -0, 68, 68, 1, 120000, 0xaf2c4bcd -0, 69, 69, 1, 120000, 0x1e725645 -0, 70, 70, 1, 120000, 0x295c4c96 -0, 71, 71, 1, 120000, 0x7ea121a2 -0, 72, 72, 1, 120000, 0xdb9e9cec -0, 73, 73, 1, 120000, 0x1da47c80 -0, 74, 74, 1, 120000, 0x9d0c1345 -0, 75, 75, 1, 120000, 0x88058527 -0, 76, 76, 1, 120000, 0x46766aed -0, 77, 77, 1, 120000, 0xba520bd3 -0, 78, 78, 1, 120000, 0x7fb6373c -0, 79, 79, 1, 120000, 0x05a86f4d -0, 80, 80, 1, 120000, 0x7fb47cbd -0, 81, 81, 1, 120000, 0x6814d8ca -0, 82, 82, 1, 120000, 0x9c13acb8 -0, 83, 83, 1, 120000, 0xad0edbfe -0, 84, 84, 1, 120000, 0x352fde81 -0, 85, 85, 1, 120000, 0xa654b386 -0, 86, 86, 1, 120000, 0xd3b3dc72 -0, 87, 87, 1, 120000, 0x01572668 -0, 88, 88, 1, 120000, 0x30189e03 -0, 89, 89, 1, 120000, 0x26126d30 -0, 90, 90, 1, 120000, 0x4f376c7d -0, 91, 91, 1, 120000, 0xd3667bcf -0, 92, 92, 1, 120000, 0x0b46b3d5 -0, 93, 93, 1, 120000, 0x893415ef -0, 94, 94, 1, 120000, 0x99a78749 -0, 95, 95, 1, 120000, 0x6da0d8e9 -0, 96, 96, 1, 120000, 0x22d8ceb6 -0, 97, 97, 1, 120000, 0x67ef9be8 -0, 98, 98, 1, 120000, 0xb696fb53 -0, 99, 99, 1, 120000, 0x70339dab -0, 100, 100, 1, 120000, 0xc1876efa -0, 101, 101, 1, 120000, 0x80e78c92 -0, 102, 102, 1, 120000, 0x18d2f2ac -0, 103, 103, 1, 120000, 0x28be9ae4 -0, 104, 104, 1, 120000, 0xc3c2c190 -0, 105, 105, 1, 120000, 0xd6a859d8 -0, 106, 106, 1, 120000, 0x40b9046d -0, 107, 107, 1, 120000, 0x7f8d5999 -0, 108, 108, 1, 120000, 0x89724027 -0, 109, 109, 1, 120000, 0x4c15c988 -0, 110, 110, 1, 120000, 0x812ebe08 -0, 111, 111, 1, 120000, 0x273ef8e2 -0, 112, 112, 1, 120000, 0xe029de06 -0, 113, 113, 1, 120000, 0x5846127c -0, 114, 114, 1, 120000, 0x6c5df8e3 -0, 115, 115, 1, 120000, 0x7424919f -0, 116, 116, 1, 120000, 0xa8313015 -0, 117, 117, 1, 120000, 0x28878ab4 -0, 118, 118, 1, 120000, 0x126d0746 -0, 119, 119, 1, 120000, 0xee3f7138 -0, 120, 120, 1, 120000, 0xd4b2e0a1 -0, 121, 121, 1, 120000, 0x8d60bfff -0, 122, 122, 1, 120000, 0x701c23d0 -0, 123, 123, 1, 120000, 0x1cbb5654 -0, 124, 124, 1, 120000, 0x0f5853e9 -0, 125, 125, 1, 120000, 0x2a5c3339 -0, 126, 126, 1, 120000, 0x86b00350 -0, 127, 127, 1, 120000, 0xe8cc6931 -0, 128, 128, 1, 120000, 0xf1cad983 -0, 129, 129, 1, 120000, 0xabcd8704 -0, 130, 130, 1, 120000, 0x89592f94 -0, 131, 131, 1, 120000, 0x100486d9 -0, 132, 132, 1, 120000, 0x60ef9e2d -0, 133, 133, 1, 120000, 0x2485176a -0, 134, 134, 1, 120000, 0x6b8c360d -0, 135, 135, 1, 120000, 0xe2e1bf4f -0, 136, 136, 1, 120000, 0xe17b65c3 -0, 137, 137, 1, 120000, 0x2a42821a -0, 138, 138, 1, 120000, 0xbe9ddba7 -0, 139, 139, 1, 120000, 0x19f937fe -0, 140, 140, 1, 120000, 0xb7e0c600 -0, 141, 141, 1, 120000, 0xfbf8c5f6 -0, 142, 142, 1, 120000, 0x93b62f93 -0, 143, 143, 1, 120000, 0xb6ddec93 -0, 144, 144, 1, 120000, 0xa04d031b -0, 145, 145, 1, 120000, 0x61c986c0 -0, 146, 146, 1, 120000, 0x3516e54a -0, 147, 147, 1, 120000, 0x3489eb2c -0, 148, 148, 1, 120000, 0xb75a4827 -0, 149, 149, 1, 120000, 0x76031a80 -0, 150, 150, 1, 120000, 0x867c3969 -0, 151, 151, 1, 120000, 0x9b63a093 -0, 152, 152, 1, 120000, 0xcb253d8a -0, 153, 153, 1, 120000, 0x354ba3b2 -0, 154, 154, 1, 120000, 0x4d5ead8c -0, 155, 155, 1, 120000, 0x7b7029ae -0, 156, 156, 1, 120000, 0x4765ab9d -0, 157, 157, 1, 120000, 0x747cdee9 -0, 158, 158, 1, 120000, 0x20989b08 -0, 159, 159, 1, 120000, 0x3a957085 -0, 160, 160, 1, 120000, 0xdd49e8ad -0, 161, 161, 1, 120000, 0x00e89719 -0, 162, 162, 1, 120000, 0x2822aa76 -0, 163, 163, 1, 120000, 0x492388f3 -0, 164, 164, 1, 120000, 0x4dffa6ee -0, 165, 165, 1, 120000, 0xc382bb83 -0, 166, 166, 1, 120000, 0xb59aaa74 -0, 167, 167, 1, 120000, 0x7c7885d3 -0, 168, 168, 1, 120000, 0xc05ee219 -0, 169, 169, 1, 120000, 0xc3df6b73 -0, 170, 170, 1, 120000, 0x8ae31170 -0, 171, 171, 1, 120000, 0xb979fdce -0, 172, 172, 1, 120000, 0xb8f9e407 -0, 173, 173, 1, 120000, 0x56675b80 -0, 174, 174, 1, 120000, 0x1aad1ce2 -0, 175, 175, 1, 120000, 0xa050a52b -0, 176, 176, 1, 120000, 0x49f8c32f -0, 177, 177, 1, 120000, 0x8e7f4d2c -0, 178, 178, 1, 120000, 0x5c07f751 -0, 179, 179, 1, 120000, 0x67fa5523 -0, 180, 180, 1, 120000, 0xf38b933a -0, 181, 181, 1, 120000, 0xb113e202 -0, 182, 182, 1, 120000, 0xb8d99ff4 -0, 183, 183, 1, 120000, 0x15ab6cc6 -0, 184, 184, 1, 120000, 0xd64a51c9 -0, 185, 185, 1, 120000, 0x2088b53c -0, 186, 186, 1, 120000, 0xdd78d40a -0, 187, 187, 1, 120000, 0x2fb58848 -0, 188, 188, 1, 120000, 0xf775d36a -0, 189, 189, 1, 120000, 0xa03987e9 -0, 190, 190, 1, 120000, 0x457322ad -0, 191, 191, 1, 120000, 0x0f6c3d1c -0, 192, 192, 1, 120000, 0xbdf2f1a5 -0, 193, 193, 1, 120000, 0x5828ee1d Test ea-cmv failed. Look at tests/data/fate/ea-cmv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-ea-cmv] Error 1 TEST fifo-muxer-h264 --- /home/fate/ffmpeg/tests/ref/fate/ea-tgv-2 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/ea-tgv-2 2020-04-04 16:04:53.641621185 +0000 @@ -1,43 +0,0 @@ -#tb 0: 1/15 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x200 -#sar 0: 0/1 -0, 0, 0, 1, 192000, 0xdfc2f225 -0, 1, 1, 1, 192000, 0x059b57bd -0, 2, 2, 1, 192000, 0x766cb086 -0, 3, 3, 1, 192000, 0x459e3bac -0, 4, 4, 1, 192000, 0x5293e622 -0, 5, 5, 1, 192000, 0x898b03f4 -0, 6, 6, 1, 192000, 0xb184a627 -0, 7, 7, 1, 192000, 0xa3fc650a -0, 8, 8, 1, 192000, 0xea448589 -0, 9, 9, 1, 192000, 0x700e2b76 -0, 10, 10, 1, 192000, 0xa1a1d66d -0, 11, 11, 1, 192000, 0xd63bc8a1 -0, 12, 12, 1, 192000, 0x5f08c023 -0, 13, 13, 1, 192000, 0x8b75ec3b -0, 14, 14, 1, 192000, 0x62728ce4 -0, 15, 15, 1, 192000, 0xaa007941 -0, 16, 16, 1, 192000, 0x55dc5b3b -0, 17, 17, 1, 192000, 0x72d836c2 -0, 18, 18, 1, 192000, 0x1f2de2fc -0, 19, 19, 1, 192000, 0xb295dfdb -0, 20, 20, 1, 192000, 0xe5c5f634 -0, 21, 21, 1, 192000, 0x455a0464 -0, 22, 22, 1, 192000, 0x3bf2340d -0, 23, 23, 1, 192000, 0xe368f0fc -0, 24, 24, 1, 192000, 0xfa7549c0 -0, 25, 25, 1, 192000, 0x4dd76f3d -0, 26, 26, 1, 192000, 0x50a49f6c -0, 27, 27, 1, 192000, 0xb6072f65 -0, 28, 28, 1, 192000, 0x093ce1a8 -0, 29, 29, 1, 192000, 0x55afe3db -0, 30, 30, 1, 192000, 0x81c3bfab -0, 31, 31, 1, 192000, 0x583ebd3d -0, 32, 32, 1, 192000, 0x2504f003 -0, 33, 33, 1, 192000, 0x44ade2af -0, 34, 34, 1, 192000, 0x77cbcfd8 -0, 35, 35, 1, 192000, 0xac7ddfa1 -0, 36, 36, 1, 192000, 0x79f7cfe8 -0, 37, 37, 1, 192000, 0xdf2898fd Test ea-tgv-2 failed. Look at tests/data/fate/ea-tgv-2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-ea-tgv-2] Error 1 TEST fifo-muxer-wav --- /home/fate/ffmpeg/tests/ref/fate/ea-tgv-1 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/ea-tgv-1 2020-04-04 16:04:53.641621185 +0000 @@ -1,52 +0,0 @@ -#tb 0: 1/15 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x240 -#sar 0: 0/1 -0, 0, 0, 1, 230400, 0xfbf2581e -0, 1, 1, 1, 230400, 0xfbf2581e -0, 2, 2, 1, 230400, 0xfbf2581e -0, 3, 3, 1, 230400, 0xfbf2581e -0, 4, 4, 1, 230400, 0xfbf2581e -0, 5, 5, 1, 230400, 0xfbf2581e -0, 6, 6, 1, 230400, 0xfbf2581e -0, 7, 7, 1, 230400, 0xfbf2581e -0, 8, 8, 1, 230400, 0xfbf2581e -0, 9, 9, 1, 230400, 0xfbf2581e -0, 10, 10, 1, 230400, 0xfbf2581e -0, 11, 11, 1, 230400, 0xfbf2581e -0, 12, 12, 1, 230400, 0xfbf2581e -0, 13, 13, 1, 230400, 0xfbf2581e -0, 14, 14, 1, 230400, 0xfbf2581e -0, 15, 15, 1, 230400, 0xf5a0a21d -0, 16, 16, 1, 230400, 0x909cc039 -0, 17, 17, 1, 230400, 0x14d899dd -0, 18, 18, 1, 230400, 0x0d246edf -0, 19, 19, 1, 230400, 0x5345fe0d -0, 20, 20, 1, 230400, 0x5abdff9a -0, 21, 21, 1, 230400, 0x1730d973 -0, 22, 22, 1, 230400, 0xec881be9 -0, 23, 23, 1, 230400, 0xf4216895 -0, 24, 24, 1, 230400, 0x529d7a52 -0, 25, 25, 1, 230400, 0x93b4c7b9 -0, 26, 26, 1, 230400, 0xedc65bcd -0, 27, 27, 1, 230400, 0xf0fb54ae -0, 28, 28, 1, 230400, 0x27864ce9 -0, 29, 29, 1, 230400, 0xcd05012d -0, 30, 30, 1, 230400, 0x019b6d84 -0, 31, 31, 1, 230400, 0xcc05d416 -0, 32, 32, 1, 230400, 0xb04c0248 -0, 33, 33, 1, 230400, 0x6806eb92 -0, 34, 34, 1, 230400, 0x60e9c001 -0, 35, 35, 1, 230400, 0x9b040261 -0, 36, 36, 1, 230400, 0x6961fb90 -0, 37, 37, 1, 230400, 0xbf67ad24 -0, 38, 38, 1, 230400, 0x2270f328 -0, 39, 39, 1, 230400, 0xd0c345f6 -0, 40, 40, 1, 230400, 0xfd159212 -0, 41, 41, 1, 230400, 0x085578ff -0, 42, 42, 1, 230400, 0xcca8afa6 -0, 43, 43, 1, 230400, 0x901ec91c -0, 44, 44, 1, 230400, 0xf1cb99f3 -0, 45, 45, 1, 230400, 0x86d98f0c -0, 46, 46, 1, 230400, 0x52970700 TEST filter-owdenoise-sample Test ea-tgv-1 failed. Look at tests/data/fate/ea-tgv-1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-ea-tgv-1] Error 1 TEST filter-delogo TEST filter-yadif-mode0 TEST filter-yadif-mode1 TEST filter-yadif10 TEST filter-yadif16 TEST filter-w3fdif-simple Test filter-owdenoise-sample failed. Look at tests/data/fate/filter-owdenoise-sample.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-owdenoise-sample] Error 1 TEST filter-w3fdif-complex --- /home/fate/ffmpeg/tests/ref/fate/filter-yadif10 2018-02-11 11:56:56.485482812 +0000 +++ tests/data/fate/filter-yadif10 2020-04-04 16:04:53.731621059 +0000 @@ -1,35 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 720x576 -#sar 0: 16/15 -0, 9, 9, 1, 1244160, 0xe0c2231b -0, 10, 10, 1, 1244160, 0xdc7caa43 -0, 11, 11, 1, 1244160, 0x52c4dfbf -0, 12, 12, 1, 1244160, 0x7c577f07 -0, 13, 13, 1, 1244160, 0x5b6ad7ce -0, 14, 14, 1, 1244160, 0x6f15ce76 -0, 15, 15, 1, 1244160, 0xf120034a -0, 16, 16, 1, 1244160, 0x9c65ba64 -0, 17, 17, 1, 1244160, 0x883b237e -0, 18, 18, 1, 1244160, 0xb8292e0d -0, 19, 19, 1, 1244160, 0xbc392721 -0, 20, 20, 1, 1244160, 0x7cd82ec9 -0, 21, 21, 1, 1244160, 0x167325eb -0, 22, 22, 1, 1244160, 0x49bafa73 -0, 23, 23, 1, 1244160, 0xe1ff6dbf -0, 24, 24, 1, 1244160, 0x85f710b6 -0, 25, 25, 1, 1244160, 0xd1fd4cdb -0, 26, 26, 1, 1244160, 0xafee03c5 -0, 27, 27, 1, 1244160, 0x566be070 -0, 28, 28, 1, 1244160, 0xb6abbd01 -0, 29, 29, 1, 1244160, 0xa98f38fd -0, 30, 30, 1, 1244160, 0x00f4736b -0, 31, 31, 1, 1244160, 0x6b0f9dd2 -0, 32, 32, 1, 1244160, 0x15810b92 -0, 33, 33, 1, 1244160, 0x0b516465 -0, 34, 34, 1, 1244160, 0x927d15e6 -0, 35, 35, 1, 1244160, 0xd102f2bf -0, 36, 36, 1, 1244160, 0xdd8b3b20 -0, 37, 37, 1, 1244160, 0x229ac529 -0, 38, 38, 1, 1244160, 0xf844e0a2 --- /home/fate/ffmpeg/tests/ref/fate/filter-yadif16 2018-02-11 11:56:56.485482812 +0000 +++ tests/data/fate/filter-yadif16 2020-04-04 16:04:53.734954387 +0000 @@ -1,35 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 720x576 -#sar 0: 16/15 -0, 9, 9, 1, 1244160, 0x24eeca92 -0, 10, 10, 1, 1244160, 0x96b8e646 -0, 11, 11, 1, 1244160, 0xc11fc5da -0, 12, 12, 1, 1244160, 0xc15f9168 -0, 13, 13, 1, 1244160, 0xba1c738e -0, 14, 14, 1, 1244160, 0x56b59681 -0, 15, 15, 1, 1244160, 0x14ad778d -0, 16, 16, 1, 1244160, 0x18dc584b -0, 17, 17, 1, 1244160, 0xe4c11635 -0, 18, 18, 1, 1244160, 0x85cc0dc0 -0, 19, 19, 1, 1244160, 0x2d6a65a4 -0, 20, 20, 1, 1244160, 0x4054d8f9 -0, 21, 21, 1, 1244160, 0xebce97d3 -0, 22, 22, 1, 1244160, 0x79437c93 -0, 23, 23, 1, 1244160, 0x6438ed40 -0, 24, 24, 1, 1244160, 0x9121928c -0, 25, 25, 1, 1244160, 0xb8731075 -0, 26, 26, 1, 1244160, 0xfb01310e -0, 27, 27, 1, 1244160, 0x97be489c -0, 28, 28, 1, 1244160, 0xa5b4b8aa -0, 29, 29, 1, 1244160, 0x00a7ae0f -0, 30, 30, 1, 1244160, 0x514fa990 -0, 31, 31, 1, 1244160, 0xd73c3f66 -0, 32, 32, 1, 1244160, 0x3602e6c3 -0, 33, 33, 1, 1244160, 0xa16ad8ab -0, 34, 34, 1, 1244160, 0xdf11ac80 -0, 35, 35, 1, 1244160, 0x1f084421 -0, 36, 36, 1, 1244160, 0x9fc1bd32 -0, 37, 37, 1, 1244160, 0x1389f6cf -0, 38, 38, 1, 1244160, 0x6fc5f0e5 Test filter-yadif10 failed. Look at tests/data/fate/filter-yadif10.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-yadif10] Error 1 Test filter-yadif16 failed. Look at tests/data/fate/filter-yadif16.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-filter-yadif16] Error 1 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 --- /home/fate/ffmpeg/tests/ref/fate/filter-palettegen-2 2019-02-19 20:48:54.237960672 +0000 +++ tests/data/fate/filter-palettegen-2 2020-04-04 16:04:53.884954177 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1001/24000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 16x16 -#sar 0: 1/1 -0, 0, 0, 1, 1024, 0x23e072c8 --- /home/fate/ffmpeg/tests/ref/fate/filter-palettegen-1 2017-03-24 21:02:53.616379760 +0000 +++ tests/data/fate/filter-palettegen-1 2020-04-04 16:04:53.881620849 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1001/24000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 16x16 -#sar 0: 1/1 -0, 0, 0, 1, 1024, 0x3395ef5a Test filter-palettegen-2 failed. Look at tests/data/fate/filter-palettegen-2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-filter-palettegen-2] Error 1 TEST filter-paletteuse-sierra2_4a TEST filter-overlay_yuv420_yuva420 Test filter-palettegen-1 failed. Look at tests/data/fate/filter-palettegen-1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-palettegen-1] Error 1 TEST filter-overlay_yuv422_yuva422 TEST filter-overlay_yuv444_yuva444 --- /home/fate/ffmpeg/tests/ref/fate/filter-paletteuse-nodither 2017-03-24 21:02:53.616379760 +0000 +++ tests/data/fate/filter-paletteuse-nodither 2020-04-04 16:04:53.914954135 +0000 @@ -1,76 +0,0 @@ -#tb 0: 1001/24000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x180 -#sar 0: 1/1 -0, 0, 0, 1, 230400, 0x690560cb -0, 1, 1, 1, 230400, 0x197a5a54 -0, 2, 2, 1, 230400, 0x665961db -0, 3, 3, 1, 230400, 0xce0b5fa8 -0, 4, 4, 1, 230400, 0xa40e5cb0 -0, 5, 5, 1, 230400, 0xa5aa58da -0, 6, 6, 1, 230400, 0x8e0259bb -0, 7, 7, 1, 230400, 0x476d0dba -0, 8, 8, 1, 230400, 0xfb1b0e8c -0, 9, 9, 1, 230400, 0x50f60d3b -0, 10, 10, 1, 230400, 0x12cd4bab -0, 11, 11, 1, 230400, 0x4c274b13 -0, 12, 12, 1, 230400, 0xea494b0a -0, 13, 13, 1, 230400, 0x118c4cc1 -0, 14, 14, 1, 230400, 0xd4224db7 -0, 15, 15, 1, 230400, 0xc3014f88 -0, 16, 16, 1, 230400, 0xe07a6838 -0, 17, 17, 1, 230400, 0x1b97659a -0, 18, 18, 1, 230400, 0xf104670c -0, 19, 19, 1, 230400, 0x7b63733d -0, 20, 20, 1, 230400, 0x2c237200 -0, 21, 21, 1, 230400, 0x775d7248 -0, 22, 22, 1, 230400, 0xcaee7f9e -0, 23, 23, 1, 230400, 0x4e4680a1 -0, 24, 24, 1, 230400, 0x21fb7e53 -0, 25, 25, 1, 230400, 0xf0297db6 -0, 26, 26, 1, 230400, 0x79a9829d -0, 27, 27, 1, 230400, 0x8ccb80f7 -0, 28, 28, 1, 230400, 0xf4dd807f -0, 29, 29, 1, 230400, 0xb6cc8696 -0, 30, 30, 1, 230400, 0x6c8a8917 -0, 31, 31, 1, 230400, 0x9e08615a -0, 32, 32, 1, 230400, 0xc098685b -0, 33, 33, 1, 230400, 0x5c09e710 -0, 34, 34, 1, 230400, 0xe4c4e9be -0, 35, 35, 1, 230400, 0xac59c150 -0, 36, 36, 1, 230400, 0x6045c272 -0, 37, 37, 1, 230400, 0xf71ee6dc -0, 38, 38, 1, 230400, 0xc82ce6f6 -0, 39, 39, 1, 230400, 0xb7ed039a -0, 40, 40, 1, 230400, 0xda93f241 -0, 41, 41, 1, 230400, 0x194bf23b -0, 42, 42, 1, 230400, 0xe7e6f2e2 -0, 43, 43, 1, 230400, 0xe479d834 -0, 44, 44, 1, 230400, 0xefdfd87e -0, 45, 45, 1, 230400, 0xec66d8c0 -0, 46, 46, 1, 230400, 0x3a6bd81b -0, 47, 47, 1, 230400, 0xb5d1d700 -0, 48, 48, 1, 230400, 0x3bc69e8b -0, 49, 49, 1, 230400, 0x723fa455 -0, 50, 50, 1, 230400, 0x7c49a392 -0, 51, 51, 1, 230400, 0x272ea4b7 -0, 52, 52, 1, 230400, 0xebdda081 -0, 53, 53, 1, 230400, 0xfd26ab99 -0, 54, 54, 1, 230400, 0xfa02a891 -0, 55, 55, 1, 230400, 0xda2caa7f -0, 56, 56, 1, 230400, 0x2360a611 -0, 57, 57, 1, 230400, 0xaa3baefd -0, 58, 58, 1, 230400, 0x0961ad5c -0, 59, 59, 1, 230400, 0x48d2ae47 -0, 60, 60, 1, 230400, 0x20eda81b -0, 61, 61, 1, 230400, 0x8821adbb -0, 62, 62, 1, 230400, 0x1150b810 -0, 63, 63, 1, 230400, 0x08dab596 -0, 64, 64, 1, 230400, 0x4731b7a5 -0, 65, 65, 1, 230400, 0xf382b87e -0, 66, 66, 1, 230400, 0xdba7bac2 -0, 67, 67, 1, 230400, 0xf569acf9 -0, 68, 68, 1, 230400, 0x22d8a95d -0, 69, 69, 1, 230400, 0xed0bb4fb -0, 70, 70, 1, 230400, 0x2dccb218 Test filter-paletteuse-nodither failed. Look at tests/data/fate/filter-paletteuse-nodither.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-paletteuse-nodither] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/filter-paletteuse-bayer 2017-03-24 21:02:53.616379760 +0000 +++ tests/data/fate/filter-paletteuse-bayer 2020-04-04 16:04:53.921620792 +0000 @@ -1,76 +0,0 @@ -#tb 0: 1001/24000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x180 -#sar 0: 1/1 -0, 0, 0, 1, 230400, 0x7b259d08 -0, 1, 1, 1, 230400, 0xf04095e0 -0, 2, 2, 1, 230400, 0x84d49cd5 -0, 3, 3, 1, 230400, 0xd7a29aaf -0, 4, 4, 1, 230400, 0x9047947c -0, 5, 5, 1, 230400, 0xfeb990e7 -0, 6, 6, 1, 230400, 0x51ee9295 -0, 7, 7, 1, 230400, 0x66fd4833 -0, 8, 8, 1, 230400, 0x4c0948f0 -0, 9, 9, 1, 230400, 0x632b4776 -0, 10, 10, 1, 230400, 0x7a3c87e2 -0, 11, 11, 1, 230400, 0x4a9286ba -0, 12, 12, 1, 230400, 0x54dc8649 -0, 13, 13, 1, 230400, 0x92628944 -0, 14, 14, 1, 230400, 0x80f9899f -0, 15, 15, 1, 230400, 0x5cd78bd8 -0, 16, 16, 1, 230400, 0x4b4ca390 -0, 17, 17, 1, 230400, 0x82cca153 -0, 18, 18, 1, 230400, 0x65f1a2d0 -0, 19, 19, 1, 230400, 0x7df6ae4c -0, 20, 20, 1, 230400, 0x909baccc -0, 21, 21, 1, 230400, 0x1892ac65 -0, 22, 22, 1, 230400, 0x3247bb32 -0, 23, 23, 1, 230400, 0x592fbbe5 -0, 24, 24, 1, 230400, 0x189db9d5 -0, 25, 25, 1, 230400, 0x1a38b8da -0, 26, 26, 1, 230400, 0xccd6bd07 -0, 27, 27, 1, 230400, 0xd4a2bc53 -0, 28, 28, 1, 230400, 0x9ce3bb4e -0, 29, 29, 1, 230400, 0x5ffdc4db -0, 30, 30, 1, 230400, 0xc885c7c9 -0, 31, 31, 1, 230400, 0xe27b9d33 -0, 32, 32, 1, 230400, 0xac03a256 -0, 33, 33, 1, 230400, 0xa2c73929 -0, 34, 34, 1, 230400, 0x33793b73 -0, 35, 35, 1, 230400, 0x1e400add -0, 36, 36, 1, 230400, 0x98e50c6e -0, 37, 37, 1, 230400, 0x68ed226d -0, 38, 38, 1, 230400, 0x569e23cb -0, 39, 39, 1, 230400, 0x82bf3fc0 -0, 40, 40, 1, 230400, 0x2b202e86 -0, 41, 41, 1, 230400, 0x7acd2dee -0, 42, 42, 1, 230400, 0xfe872e42 -0, 43, 43, 1, 230400, 0x026c12e5 -0, 44, 44, 1, 230400, 0x81561399 -0, 45, 45, 1, 230400, 0xa08c13b6 -0, 46, 46, 1, 230400, 0x89e712f5 -0, 47, 47, 1, 230400, 0x569011ac -0, 48, 48, 1, 230400, 0xd4691112 -0, 49, 49, 1, 230400, 0x2e50165a -0, 50, 50, 1, 230400, 0x0a1215b6 -0, 51, 51, 1, 230400, 0x3c5316e3 -0, 52, 52, 1, 230400, 0x079c1393 -0, 53, 53, 1, 230400, 0x39ca1c48 -0, 54, 54, 1, 230400, 0xe27f199c -0, 55, 55, 1, 230400, 0x10ab1bab -0, 56, 56, 1, 230400, 0xeab017c3 -0, 57, 57, 1, 230400, 0x5f701f77 -0, 58, 58, 1, 230400, 0x01371d7d -0, 59, 59, 1, 230400, 0x22751e99 -0, 60, 60, 1, 230400, 0xaee91a97 -0, 61, 61, 1, 230400, 0x27b41f32 -0, 62, 62, 1, 230400, 0x4ff32bb1 -0, 63, 63, 1, 230400, 0x86e02864 -0, 64, 64, 1, 230400, 0x5eb52b3e -0, 65, 65, 1, 230400, 0xd9252ba8 -0, 66, 66, 1, 230400, 0x72232d9b -0, 67, 67, 1, 230400, 0x599a206f -0, 68, 68, 1, 230400, 0x4d2c1ca5 -0, 69, 69, 1, 230400, 0x9166293b -0, 70, 70, 1, 230400, 0x00992453 --- /home/fate/ffmpeg/tests/ref/fate/filter-paletteuse-sierra2_4a 2017-03-24 21:02:53.616379760 +0000 +++ tests/data/fate/filter-paletteuse-sierra2_4a 2020-04-04 16:04:53.948287422 +0000 @@ -1,76 +0,0 @@ -#tb 0: 1001/24000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x180 -#sar 0: 1/1 -0, 0, 0, 1, 230400, 0xa4f85758 -0, 1, 1, 1, 230400, 0xbe83505c -0, 2, 2, 1, 230400, 0x0a09584e -0, 3, 3, 1, 230400, 0xd2065629 -0, 4, 4, 1, 230400, 0x11eb5319 -0, 5, 5, 1, 230400, 0x61024f4c -0, 6, 6, 1, 230400, 0xd5384faa -0, 7, 7, 1, 230400, 0xdeae0343 -0, 8, 8, 1, 230400, 0xcb640541 -0, 9, 9, 1, 230400, 0xea2602c3 -0, 10, 10, 1, 230400, 0xa7974293 -0, 11, 11, 1, 230400, 0x67cd4287 -0, 12, 12, 1, 230400, 0x83fa437a -0, 13, 13, 1, 230400, 0x852b42bf -0, 14, 14, 1, 230400, 0x6d2d434c -0, 15, 15, 1, 230400, 0x20c44629 -0, 16, 16, 1, 230400, 0xf2a35f57 -0, 17, 17, 1, 230400, 0x232959ec -0, 18, 18, 1, 230400, 0x1f8e5c48 -0, 19, 19, 1, 230400, 0x88dc69bd -0, 20, 20, 1, 230400, 0x4b6866f3 -0, 21, 21, 1, 230400, 0xe8f966dc -0, 22, 22, 1, 230400, 0xe0877466 -0, 23, 23, 1, 230400, 0x8799748c -0, 24, 24, 1, 230400, 0xcab871bc -0, 25, 25, 1, 230400, 0x2e0372b4 -0, 26, 26, 1, 230400, 0x15fb77d5 -0, 27, 27, 1, 230400, 0xbadf75fc -0, 28, 28, 1, 230400, 0xa4977626 -0, 29, 29, 1, 230400, 0x5b987943 -0, 30, 30, 1, 230400, 0x9ed57c09 -0, 31, 31, 1, 230400, 0x565d5105 -0, 32, 32, 1, 230400, 0x901b5a07 -0, 33, 33, 1, 230400, 0x8dc4e9a8 -0, 34, 34, 1, 230400, 0x0b9cee1c -0, 35, 35, 1, 230400, 0x2bcdbe37 -0, 36, 36, 1, 230400, 0xf3e2bf71 -0, 37, 37, 1, 230400, 0xb718da67 -0, 38, 38, 1, 230400, 0x8f59da64 -0, 39, 39, 1, 230400, 0x8812f9aa -0, 40, 40, 1, 230400, 0xe0dae6a3 -0, 41, 41, 1, 230400, 0xd2c7e5b7 -0, 42, 42, 1, 230400, 0xea2ae5d2 -0, 43, 43, 1, 230400, 0x2d66ca25 -0, 44, 44, 1, 230400, 0xf0d3cac6 -0, 45, 45, 1, 230400, 0xb9acccac -0, 46, 46, 1, 230400, 0x8523ca4a -0, 47, 47, 1, 230400, 0x92b9c9ef -0, 48, 48, 1, 230400, 0x0a88946e -0, 49, 49, 1, 230400, 0xe33699b8 -0, 50, 50, 1, 230400, 0x5e7b9917 -0, 51, 51, 1, 230400, 0xdac99998 -0, 52, 52, 1, 230400, 0xb5c995fc -0, 53, 53, 1, 230400, 0x908b9f50 -0, 54, 54, 1, 230400, 0x60d59ced -0, 55, 55, 1, 230400, 0x212e9f55 -0, 56, 56, 1, 230400, 0x95e69b2a -0, 57, 57, 1, 230400, 0x6c38a34a -0, 58, 58, 1, 230400, 0xeb32a103 -0, 59, 59, 1, 230400, 0x0131a1b7 -0, 60, 60, 1, 230400, 0xd59b9c4e -0, 61, 61, 1, 230400, 0x2fc0a13f -0, 62, 62, 1, 230400, 0x7a40adf9 -0, 63, 63, 1, 230400, 0x5cdbab2f -0, 64, 64, 1, 230400, 0xcdc0ada8 -0, 65, 65, 1, 230400, 0x2f5faf32 -0, 66, 66, 1, 230400, 0xd463b224 -0, 67, 67, 1, 230400, 0xe337a2d5 -0, 68, 68, 1, 230400, 0xe775a0c1 -0, 69, 69, 1, 230400, 0x726aab49 -0, 70, 70, 1, 230400, 0x74dda81e --- /home/fate/ffmpeg/tests/ref/fate/filter-overlay_yuv420_yuva420 2020-03-12 00:15:43.047993438 +0000 +++ tests/data/fate/filter-overlay_yuv420_yuva420 2020-04-04 16:04:53.958287408 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 128x128 -#sar 0: 1/1 -0, 0, 0, 1, 24576, 0xf104fedd Test filter-paletteuse-bayer failed. Look at tests/data/fate/filter-paletteuse-bayer.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-filter-paletteuse-bayer] Error 1 TEST filter-overlay_rgb_rgba --- /home/fate/ffmpeg/tests/ref/fate/filter-overlay_yuv422_yuva422 2020-03-12 00:15:43.047993438 +0000 +++ tests/data/fate/filter-overlay_yuv422_yuva422 2020-04-04 16:04:53.964954066 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 128x128 -#sar 0: 1/1 -0, 0, 0, 1, 32768, 0x180ac096 Test filter-overlay_yuv420_yuva420 failed. Look at tests/data/fate/filter-overlay_yuv420_yuva420.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-filter-overlay_yuv420_yuva420] Error 1 TEST filter-overlay_gbrp_gbrap TEST filter-overlay_yuva420_yuva420 Test filter-paletteuse-sierra2_4a failed. Look at tests/data/fate/filter-paletteuse-sierra2_4a.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-paletteuse-sierra2_4a] Error 1 Test filter-overlay_yuv422_yuva422 failed. Look at tests/data/fate/filter-overlay_yuv422_yuva422.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-filter-overlay_yuv422_yuva422] Error 1 TEST filter-overlay_yuva422_yuva422 TEST filter-overlay_yuva444_yuva444 --- /home/fate/ffmpeg/tests/ref/fate/filter-overlay_yuv444_yuva444 2020-03-12 00:15:43.047993438 +0000 +++ tests/data/fate/filter-overlay_yuv444_yuva444 2020-04-04 16:04:53.978287380 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 128x128 -#sar 0: 1/1 -0, 0, 0, 1, 49152, 0x42ec4c43 Test filter-overlay_yuv444_yuva444 failed. Look at tests/data/fate/filter-overlay_yuv444_yuva444.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-overlay_yuv444_yuva444] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/filter-overlay_yuva420_yuva420 2020-03-12 00:15:43.047993438 +0000 +++ tests/data/fate/filter-overlay_yuva420_yuva420 2020-04-04 16:04:54.008287338 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 128x128 -#sar 0: 1/1 -0, 0, 0, 1, 40960, 0x5de1c29d --- /home/fate/ffmpeg/tests/ref/fate/filter-overlay_gbrp_gbrap 2020-03-12 00:15:43.047993438 +0000 +++ tests/data/fate/filter-overlay_gbrp_gbrap 2020-04-04 16:04:54.004954009 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 128x128 -#sar 0: 1/1 -0, 0, 0, 1, 49152, 0x738d07ea TEST filter-overlay_rgba_rgba Test filter-overlay_yuva420_yuva420 failed. Look at tests/data/fate/filter-overlay_yuva420_yuva420.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-overlay_yuva420_yuva420] Error 1 Test filter-overlay_gbrp_gbrap failed. Look at tests/data/fate/filter-overlay_gbrp_gbrap.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-filter-overlay_gbrp_gbrap] Error 1 TEST filter-hqdn3d-sample TEST filter-overlay_gbrap_gbrap TEST filter-overlay-dvdsub-2397 --- /home/fate/ffmpeg/tests/ref/fate/filter-overlay_yuva422_yuva422 2020-03-12 00:15:43.047993438 +0000 +++ tests/data/fate/filter-overlay_yuva422_yuva422 2020-04-04 16:04:54.018287324 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 128x128 -#sar 0: 1/1 -0, 0, 0, 1, 49152, 0xdb3b8456 --- /home/fate/ffmpeg/tests/ref/fate/filter-overlay_yuva444_yuva444 2020-03-12 00:15:43.047993438 +0000 +++ tests/data/fate/filter-overlay_yuva444_yuva444 2020-04-04 16:04:54.018287324 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 128x128 -#sar 0: 1/1 -0, 0, 0, 1, 65536, 0x91d31003 Test filter-overlay_yuva422_yuva422 failed. Look at tests/data/fate/filter-overlay_yuva422_yuva422.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-filter-overlay_yuva422_yuva422] Error 1 TEST filter-hq2x Test filter-overlay_yuva444_yuva444 failed. Look at tests/data/fate/filter-overlay_yuva444_yuva444.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-overlay_yuva444_yuva444] Error 1 TEST filter-hq3x --- /home/fate/ffmpeg/tests/ref/fate/filter-overlay_gbrap_gbrap 2020-03-12 00:15:43.047993438 +0000 +++ tests/data/fate/filter-overlay_gbrap_gbrap 2020-04-04 16:04:54.048287282 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 128x128 -#sar 0: 1/1 -0, 0, 0, 1, 65536, 0x821bcb9b Test filter-overlay_gbrap_gbrap failed. Look at tests/data/fate/filter-overlay_gbrap_gbrap.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-overlay_gbrap_gbrap] Error 1 TEST filter-2xbr TEST filter-hq4x --- /home/fate/ffmpeg/tests/ref/fate/filter-overlay-dvdsub-2397 2020-03-12 00:15:43.047993438 +0000 +++ tests/data/fate/filter-overlay-dvdsub-2397 2020-04-04 16:04:54.051620611 +0000 @@ -1,857 +0,0 @@ -#tb 0: 100/2997 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 720x480 -#sar 0: 1/1 -#tb 1: 1/1000 -#media_type 1: audio -#codec_id 1: dts -#sample_rate 1: 48000 -#channel_layout 1: 60f -#channel_layout_name 1: 5.1(side) -0, 0, 0, 1, 518400, 0x6b05d48a -1, 27, 27, 10, 2013, 0x68e7b03a -0, 1, 1, 1, 518400, 0x2c2219cd -1, 37, 37, 10, 2013, 0x0b1d88d3 -1, 47, 47, 10, 2013, 0x65febc94 -1, 57, 57, 10, 2013, 0x1bb4b445 -0, 2, 2, 1, 518400, 0xa71638c3 -1, 67, 67, 10, 2013, 0x88819a72 -1, 77, 77, 10, 2013, 0x35b89574 -1, 87, 87, 10, 2013, 0x1f08c7e3 -1, 97, 97, 10, 2013, 0x0afc948f -0, 3, 3, 1, 518400, 0x54bda463 -1, 112, 112, 10, 2013, 0x1d14a693 -1, 122, 122, 10, 2013, 0x53acb554 -1, 132, 132, 10, 2013, 0x71d0a075 -0, 4, 4, 1, 518400, 0xd1e00574 -1, 142, 142, 10, 2013, 0xdcc8a88a -1, 152, 152, 10, 2013, 0xd1b6a8a2 -1, 162, 162, 10, 2013, 0x46bba243 -0, 5, 5, 1, 518400, 0x53b07f2d -1, 172, 172, 10, 2013, 0xdcbe9933 -1, 182, 182, 10, 2013, 0xdef5ab52 -1, 198, 198, 10, 2013, 0xd16e8245 -0, 6, 6, 1, 518400, 0x4d19c80b -1, 208, 208, 10, 2013, 0x5567acd7 -1, 218, 218, 10, 2013, 0xfb129919 -1, 228, 228, 10, 2013, 0x26f8b101 -0, 7, 7, 1, 518400, 0xd34866a2 -1, 238, 238, 10, 2013, 0xa903aff2 -1, 248, 248, 10, 2013, 0x056ba445 -1, 258, 258, 10, 2013, 0xd30ab214 -0, 8, 8, 1, 518400, 0x0321c3db -1, 268, 268, 10, 2013, 0x35409ef0 -1, 283, 283, 10, 2013, 0xa01b99a8 -1, 293, 293, 10, 2013, 0x776da122 -0, 9, 9, 1, 518400, 0x3f460a79 -1, 303, 303, 10, 2013, 0x411ea855 -1, 313, 313, 10, 2013, 0x0f199df4 -1, 323, 323, 10, 2013, 0xb0598e93 -1, 333, 333, 10, 2013, 0xc63a905a -0, 10, 10, 1, 518400, 0x71202482 -1, 343, 343, 10, 2013, 0x3fbabd24 -1, 353, 353, 10, 2013, 0xfd55ba5c -0, 11, 11, 1, 518400, 0x2f7df36e -1, 368, 368, 10, 2013, 0xf260b04e -1, 378, 378, 10, 2013, 0xa1f6a1cf -1, 388, 388, 10, 2013, 0x3559a529 -1, 398, 398, 10, 2013, 0x956e95ed -0, 12, 12, 1, 518400, 0xaf9888c4 -1, 408, 408, 10, 2013, 0xb9d3a2f8 -1, 418, 418, 10, 2013, 0x3eda8113 -1, 428, 428, 10, 2013, 0x367fa367 -0, 13, 13, 1, 518400, 0x2055a657 -1, 438, 438, 10, 2013, 0xc2fe9685 -1, 454, 454, 10, 2013, 0xf7aead38 -1, 464, 464, 10, 2013, 0x49ada587 -0, 14, 14, 1, 518400, 0x22ccda4c -1, 474, 474, 10, 2013, 0x8c0ca225 -1, 484, 484, 10, 2013, 0x29ee9122 -1, 494, 494, 10, 2013, 0x6ce1976a -0, 15, 15, 1, 518400, 0xd6adb9a7 -1, 504, 504, 10, 2013, 0x6a0b9d5b -1, 514, 514, 10, 2013, 0x1337a33b -1, 524, 524, 10, 2013, 0xaa12a3b0 -0, 16, 16, 1, 518400, 0x6a7dd791 -1, 539, 539, 10, 2013, 0xaf59aaf4 -1, 549, 549, 10, 2013, 0x4ffab2c5 -1, 559, 559, 10, 2013, 0x56249944 -0, 17, 17, 1, 518400, 0x5c3319c7 -1, 569, 569, 10, 2013, 0x95f6ad07 -1, 579, 579, 10, 2013, 0xb8e6a610 -1, 589, 589, 10, 2013, 0xaee2948b -1, 599, 599, 10, 2013, 0xc686adac -0, 18, 18, 1, 518400, 0xe9b5a47d -1, 609, 609, 10, 2013, 0x6bcdb073 -1, 624, 624, 10, 2013, 0x26d496b2 -0, 19, 19, 1, 518400, 0xf0bd6556 -1, 634, 634, 10, 2013, 0xaa419b09 -1, 644, 644, 10, 2013, 0xee6ba974 -1, 654, 654, 10, 2013, 0x690893b8 -1, 664, 664, 10, 2013, 0xaa7eb6c5 -0, 20, 20, 1, 518400, 0x6b16e31b -1, 674, 674, 10, 2013, 0x73e094c3 -1, 684, 684, 10, 2013, 0xa297a539 -1, 694, 694, 10, 2013, 0x15e7a304 -0, 21, 21, 1, 518400, 0x859b3832 -1, 710, 710, 10, 2013, 0xc8dfaa11 -1, 720, 720, 10, 2013, 0xc2b5939b -1, 730, 730, 10, 2013, 0xecaaab92 -0, 22, 22, 1, 518400, 0x36b426b8 -1, 740, 740, 10, 2013, 0xc522ab70 -1, 750, 750, 10, 2013, 0x1668985c -1, 760, 760, 10, 2013, 0x59a596f7 -0, 23, 23, 1, 518400, 0x60f3e06a -1, 770, 770, 10, 2013, 0x12d8a3c4 -1, 780, 780, 10, 2013, 0x71f1b02f -1, 795, 795, 10, 2013, 0x7138c757 -0, 24, 24, 1, 518400, 0xe56a65a3 -1, 805, 805, 10, 2013, 0x199d9631 -1, 815, 815, 10, 2013, 0x8955ae90 -1, 825, 825, 10, 2013, 0xbdf0a97d -0, 25, 25, 1, 518400, 0x5641e549 -1, 835, 835, 10, 2013, 0x47faa1e7 -1, 845, 845, 10, 2013, 0x01bbb638 -1, 855, 855, 10, 2013, 0x4e4da199 -1, 865, 865, 10, 2013, 0x3ba7abf4 -0, 26, 26, 1, 518400, 0x7b51a06b -1, 880, 880, 10, 2013, 0xa3fda508 -1, 890, 890, 10, 2013, 0x81c0ad1d -1, 900, 900, 10, 2013, 0x93beaf3b -0, 27, 27, 1, 518400, 0xc6f53f46 -1, 910, 910, 10, 2013, 0xe30eac59 -1, 920, 920, 10, 2013, 0x797eaa78 -1, 930, 930, 10, 2013, 0xca4e8f1e -0, 28, 28, 1, 518400, 0x2e12e6c4 -1, 940, 940, 10, 2013, 0x39fa945d -1, 950, 950, 10, 2013, 0xff31b5d6 -1, 966, 966, 10, 2013, 0x3b7e9efa -0, 29, 29, 1, 518400, 0xebc97246 -1, 976, 976, 10, 2013, 0xc3e6b7b5 -1, 986, 986, 10, 2013, 0x37c7c3f9 -1, 996, 996, 10, 2013, 0x2966c8b8 -0, 30, 30, 1, 518400, 0x814ca8fa -1, 1006, 1006, 10, 2013, 0xc1b79ccd -1, 1016, 1016, 10, 2013, 0x80afad19 -1, 1026, 1026, 10, 2013, 0xb2f2adc4 -0, 31, 31, 1, 518400, 0xc875f1f8 -1, 1036, 1036, 10, 2013, 0xfed29216 -1, 1051, 1051, 10, 2013, 0x47ebb382 -1, 1061, 1061, 10, 2013, 0x5f89bb83 -0, 32, 32, 1, 518400, 0x11295e3b -1, 1071, 1071, 10, 2013, 0x0e07ab5d -1, 1081, 1081, 10, 2013, 0x6f00af38 -1, 1091, 1091, 10, 2013, 0xe7fcadfb -1, 1101, 1101, 10, 2013, 0x34c0a648 -0, 33, 33, 1, 518400, 0x5895f2f4 -1, 1111, 1111, 10, 2013, 0x24c88fe2 -1, 1121, 1121, 10, 2013, 0xe57e9d1f -0, 34, 34, 1, 518400, 0x2bdbb858 -1, 1136, 1136, 10, 2013, 0xda03a3d8 -1, 1146, 1146, 10, 2013, 0x5655b308 -1, 1156, 1156, 10, 2013, 0x13a7c01d -1, 1166, 1166, 10, 2013, 0x56559682 -0, 35, 35, 1, 518400, 0x5f296abe -1, 1176, 1176, 10, 2013, 0x26d8cca6 -1, 1186, 1186, 10, 2013, 0x0ac79ed5 -1, 1196, 1196, 10, 2013, 0x353fadcf -0, 36, 36, 1, 518400, 0x0b00e1f2 -1, 1206, 1206, 10, 2013, 0xc5d9a96e -1, 1222, 1222, 10, 2013, 0xf51ba278 -1, 1232, 1232, 10, 2013, 0x7bf0b79e -0, 37, 37, 1, 518400, 0x64afd3fc -1, 1242, 1242, 10, 2013, 0xbbc58df7 -1, 1252, 1252, 10, 2013, 0xa1739cc8 -1, 1262, 1262, 10, 2013, 0x34deaec6 -0, 38, 38, 1, 518400, 0xc1ae1d85 -1, 1272, 1272, 10, 2013, 0x750ba20b -1, 1282, 1282, 10, 2013, 0xaaccacfa -1, 1292, 1292, 10, 2013, 0x02cc9b72 -0, 39, 39, 1, 518400, 0x5189f5e6 -1, 1307, 1307, 10, 2013, 0xc1c6aa7e -1, 1317, 1317, 10, 2013, 0xd609ab26 -1, 1327, 1327, 10, 2013, 0xc880a135 -0, 40, 40, 1, 518400, 0x61c7dc36 -1, 1337, 1337, 10, 2013, 0xddc4bc69 -1, 1347, 1347, 10, 2013, 0x934caf65 -1, 1357, 1357, 10, 2013, 0xafa6af4a -1, 1367, 1367, 10, 2013, 0x886eab2b -0, 41, 41, 1, 518400, 0xc0e617c8 -1, 1377, 1377, 10, 2013, 0x7880a5ac -1, 1392, 1392, 10, 2013, 0x55cf9a72 -0, 42, 42, 1, 518400, 0xcc78bfbf -1, 1402, 1402, 10, 2013, 0xff199a41 -1, 1412, 1412, 10, 2013, 0xdbc7a029 -1, 1422, 1422, 10, 2013, 0x1012940a -0, 43, 43, 1, 518400, 0x8a9b924f -1, 1435, 1435, 10, 2013, 0x0598b84f -1, 1445, 1445, 10, 2013, 0x2dea9296 -1, 1455, 1455, 10, 2013, 0x443580c3 -1, 1465, 1465, 10, 2013, 0x8d319f10 -0, 44, 44, 1, 518400, 0xb21db38a -1, 1475, 1475, 10, 2013, 0xacf4acfe -1, 1485, 1485, 10, 2013, 0x82b0ac7b -1, 1495, 1495, 10, 2013, 0x9a7cb71c -0, 45, 45, 1, 518400, 0xd5ab5f27 -1, 1505, 1505, 10, 2013, 0xbe7c9bc4 -1, 1520, 1520, 10, 2013, 0x93cba1fd -1, 1530, 1530, 10, 2013, 0x7fb7b11f -0, 46, 46, 1, 518400, 0xc1b7b060 -1, 1540, 1540, 10, 2013, 0xd9dea46b -1, 1550, 1550, 10, 2013, 0xfe11a5b2 -1, 1560, 1560, 10, 2013, 0x0243a937 -0, 47, 47, 1, 518400, 0x4cd477e8 -1, 1570, 1570, 10, 2013, 0x1eaba981 -1, 1580, 1580, 10, 2013, 0x088f9626 -1, 1590, 1590, 10, 2013, 0x4f1aa59a -0, 48, 48, 1, 518400, 0x84fb48b3 -1, 1606, 1606, 10, 2013, 0x0352b14d -1, 1616, 1616, 10, 2013, 0x03cc9bf9 -1, 1626, 1626, 10, 2013, 0xa9949060 -0, 49, 49, 1, 518400, 0x6d2fdd37 -1, 1636, 1636, 10, 2013, 0x07a89509 -1, 1646, 1646, 10, 2013, 0x1e588e8a -1, 1656, 1656, 10, 2013, 0x7845b7c1 -1, 1666, 1666, 10, 2013, 0x676fa3c7 -0, 50, 50, 1, 518400, 0xf754edd8 -1, 1676, 1676, 10, 2013, 0xe5bfae55 -1, 1691, 1691, 10, 2013, 0xb1bc9249 -1, 1701, 1701, 10, 2013, 0xecd7abfb -0, 51, 51, 1, 518400, 0x520cbdcd -1, 1711, 1711, 10, 2013, 0x0389a6d5 -1, 1721, 1721, 10, 2013, 0xf9b69da1 -1, 1731, 1731, 10, 2013, 0x2bbaafc4 -0, 52, 52, 1, 518400, 0x54a53c59 -1, 1741, 1741, 10, 2013, 0x45738eb2 -1, 1751, 1751, 10, 2013, 0xf28ea9b6 -1, 1761, 1761, 10, 2013, 0x0d6dab7a -0, 53, 53, 1, 518400, 0xbb9d3c93 -1, 1776, 1776, 10, 2013, 0x6c04b586 -1, 1786, 1786, 10, 2013, 0x74e4b50c -1, 1796, 1796, 10, 2013, 0x7cd6ad9b -0, 54, 54, 1, 518400, 0xbb84e583 -1, 1806, 1806, 10, 2013, 0x70c79d83 -1, 1816, 1816, 10, 2013, 0x741eab3c -1, 1826, 1826, 10, 2013, 0xb972a8cf -0, 55, 55, 1, 518400, 0xf03b9f4f -1, 1836, 1836, 10, 2013, 0x4143a734 -1, 1846, 1846, 10, 2013, 0xa98cb454 -1, 1862, 1862, 10, 2013, 0x51e89073 -0, 56, 56, 1, 518400, 0x8b88635d -1, 1872, 1872, 10, 2013, 0x192cb418 -1, 1882, 1882, 10, 2013, 0x6c55aa29 -1, 1892, 1892, 10, 2013, 0xf86fad70 -0, 57, 57, 1, 518400, 0x975fb58d -1, 1902, 1902, 10, 2013, 0x06eca62d -1, 1912, 1912, 10, 2013, 0xe4f2a1d2 -1, 1922, 1922, 10, 2013, 0xe542afb6 -1, 1932, 1932, 10, 2013, 0x77f1b0c3 -0, 58, 58, 1, 518400, 0x9d63c101 -1, 1947, 1947, 10, 2013, 0x27ce9cd1 -1, 1957, 1957, 10, 2013, 0x6c8d8f02 -1, 1967, 1967, 10, 2013, 0x32afa383 -0, 59, 59, 1, 518400, 0x6e739153 -1, 1977, 1977, 10, 2013, 0xb90c88a7 -1, 1987, 1987, 10, 2013, 0x10b494ed -1, 1997, 1997, 10, 2013, 0x0cf8a595 -0, 60, 60, 1, 518400, 0xaf6a5fac -1, 2007, 2007, 10, 2013, 0x09f88863 -1, 2017, 2017, 10, 2013, 0x67f5a87e -1, 2032, 2032, 10, 2013, 0xc63892b8 -0, 61, 61, 1, 518400, 0xc87efe9c -1, 2042, 2042, 10, 2013, 0x6de9935c -1, 2052, 2052, 10, 2013, 0xadfcb473 -1, 2062, 2062, 10, 2013, 0x7ba9abe7 -0, 62, 62, 1, 518400, 0xdf47969f -1, 2072, 2072, 10, 2013, 0x6b79b6c8 -1, 2082, 2082, 10, 2013, 0xae46b670 -1, 2092, 2092, 10, 2013, 0xa3fb9961 -1, 2102, 2102, 10, 2013, 0x3413a4cb -0, 63, 63, 1, 518400, 0xfa5d2ab0 -1, 2118, 2118, 10, 2013, 0x2c16b48e -1, 2128, 2128, 10, 2013, 0xd2559fd5 -0, 64, 64, 1, 518400, 0x7428a46a -1, 2138, 2138, 10, 2013, 0xafdeb68d -1, 2148, 2148, 10, 2013, 0x52f79c97 -1, 2158, 2158, 10, 2013, 0x6f2091e1 -1, 2168, 2168, 10, 2013, 0x03fca1fd -0, 65, 65, 1, 518400, 0x3c6c93d9 -1, 2178, 2178, 10, 2013, 0x62d98a8b -1, 2188, 2188, 10, 2013, 0x727c9845 -0, 66, 66, 1, 518400, 0x9a2fde5d -1, 2203, 2203, 10, 2013, 0x8103ae15 -1, 2213, 2213, 10, 2013, 0x7bcaa4fc -1, 2223, 2223, 10, 2013, 0x2d809a43 -1, 2233, 2233, 10, 2013, 0xaa20ab9d -0, 67, 67, 1, 518400, 0x3858fd67 -1, 2243, 2243, 10, 2013, 0x40c0b8f1 -1, 2253, 2253, 10, 2013, 0x412c9a7e -1, 2263, 2263, 10, 2013, 0xc7159943 -0, 68, 68, 1, 518400, 0x7d65fc58 -1, 2273, 2273, 10, 2013, 0x3c83a3c1 -1, 2288, 2288, 10, 2013, 0xf1b0b7b5 -1, 2298, 2298, 10, 2013, 0xf7b8a928 -0, 69, 69, 1, 518400, 0xdcbd4b53 -1, 2308, 2308, 10, 2013, 0xb3ec9f8c -1, 2318, 2318, 10, 2013, 0x088db3b4 -1, 2328, 2328, 10, 2013, 0xd3b7b01d -0, 70, 70, 1, 518400, 0x03f733d2 -1, 2338, 2338, 10, 2013, 0x26e9c747 -1, 2348, 2348, 10, 2013, 0xb34978e2 -1, 2358, 2358, 10, 2013, 0x91dbb10c -0, 71, 71, 1, 518400, 0x58d917b0 -1, 2374, 2374, 10, 2013, 0xd9d3a2f1 -1, 2384, 2384, 10, 2013, 0x39f5b151 -1, 2394, 2394, 10, 2013, 0x29fb91e0 -0, 72, 72, 1, 518400, 0x1898371f -1, 2404, 2404, 10, 2013, 0x93d4b550 -1, 2414, 2414, 10, 2013, 0x290fa162 -1, 2424, 2424, 10, 2013, 0x5e169f0b -1, 2434, 2434, 10, 2013, 0x2f53acff -0, 73, 73, 1, 518400, 0x2f5b5418 -1, 2444, 2444, 10, 2013, 0x0173ab1d -1, 2459, 2459, 10, 2013, 0x3f37a8f8 -1, 2469, 2469, 10, 2013, 0xe61baa50 -0, 74, 74, 1, 518400, 0xa71f5a29 -1, 2479, 2479, 10, 2013, 0x25be9bb7 -1, 2489, 2489, 10, 2013, 0x73109dcc -1, 2499, 2499, 10, 2013, 0x2d89b116 -0, 75, 75, 1, 518400, 0xad78426b -1, 2509, 2509, 10, 2013, 0x0ae5adbe -1, 2519, 2519, 10, 2013, 0x64a798ae -1, 2529, 2529, 10, 2013, 0x583fac0c -0, 76, 76, 1, 518400, 0x0c9155e3 -1, 2544, 2544, 10, 2013, 0xe752b7be -1, 2554, 2554, 10, 2013, 0xb3fb9d5d -1, 2564, 2564, 10, 2013, 0xaeb0bf93 -0, 77, 77, 1, 518400, 0x4fac4817 -1, 2574, 2574, 10, 2013, 0xab61c17d -1, 2584, 2584, 10, 2013, 0x92d2add0 -1, 2594, 2594, 10, 2013, 0xb34b96ec -0, 78, 78, 1, 518400, 0xcacb963e -1, 2604, 2604, 10, 2013, 0x9cb19d35 -1, 2614, 2614, 10, 2013, 0xb7b3b961 -1, 2630, 2630, 10, 2013, 0x2a52a20b -0, 79, 79, 1, 518400, 0x3a6183cc -1, 2640, 2640, 10, 2013, 0x059eaf06 -1, 2650, 2650, 10, 2013, 0x0d49ac8a -1, 2660, 2660, 10, 2013, 0x095b97cf -0, 80, 80, 1, 518400, 0x65d47e90 -1, 2670, 2670, 10, 2013, 0x03e28d94 -1, 2680, 2680, 10, 2013, 0x50d79f48 -1, 2690, 2690, 10, 2013, 0x71c9a459 -1, 2700, 2700, 10, 2013, 0x8cd6affc -0, 81, 81, 1, 518400, 0xf9b7e517 -1, 2715, 2715, 10, 2013, 0x89fba9c9 -1, 2725, 2725, 10, 2013, 0x74a1b800 -1, 2735, 2735, 10, 2013, 0x675dc84d -0, 82, 82, 1, 518400, 0x8aac2e66 -1, 2745, 2745, 10, 2013, 0x25fe8f0c -1, 2755, 2755, 10, 2013, 0xf38da26b -1, 2765, 2765, 10, 2013, 0x1d04a500 -0, 83, 83, 1, 518400, 0x555456e4 -1, 2775, 2775, 10, 2013, 0xf01cb227 -1, 2785, 2785, 10, 2013, 0xe37e9028 -1, 2800, 2800, 10, 2013, 0xf6b5aa7c -0, 84, 84, 1, 518400, 0x73bc6194 -1, 2810, 2810, 10, 2013, 0xea2391b0 -1, 2820, 2820, 10, 2013, 0xb234abcd -1, 2830, 2830, 10, 2013, 0x5840a50f -0, 85, 85, 1, 518400, 0x147b678a -1, 2840, 2840, 10, 2013, 0x482cad7b -1, 2850, 2850, 10, 2013, 0xd085a629 -1, 2860, 2860, 10, 2013, 0x1adf8ea8 -0, 86, 86, 1, 518400, 0x67209622 -1, 2870, 2870, 10, 2013, 0xbc3aba31 -1, 2886, 2886, 10, 2013, 0x5e7ea857 -1, 2896, 2896, 10, 2013, 0x7e669671 -0, 87, 87, 1, 518400, 0xdbf0438b -1, 2906, 2906, 10, 2013, 0xe2d39670 -1, 2916, 2916, 10, 2013, 0xe829b4a8 -1, 2926, 2926, 10, 2013, 0x5b73a363 -1, 2936, 2936, 10, 2013, 0xc1ffa824 -0, 88, 88, 1, 518400, 0xe712b764 -1, 2946, 2946, 10, 2013, 0x919ba91a -1, 2956, 2956, 10, 2013, 0xa1799be7 -0, 89, 89, 1, 518400, 0xf396de88 -1, 2971, 2971, 10, 2013, 0x9b8e92c1 -1, 2981, 2981, 10, 2013, 0x5ddeb554 -1, 2991, 2991, 10, 2013, 0xf6b99d0b -1, 3001, 3001, 10, 2013, 0x6987c4a4 -0, 90, 90, 1, 518400, 0x5bb4a81d -1, 3011, 3011, 10, 2013, 0xf3be9f72 -1, 3021, 3021, 10, 2013, 0xae51a2ef -1, 3031, 3031, 10, 2013, 0x5c23aaac -0, 91, 91, 1, 518400, 0x731a98c8 -1, 3041, 3041, 10, 2013, 0xe7a9a994 -1, 3056, 3056, 10, 2013, 0xdd10a997 -1, 3066, 3066, 10, 2013, 0x76e0a749 -0, 92, 92, 1, 518400, 0xb0f61608 -1, 3076, 3076, 10, 2013, 0x899ea6fb -1, 3086, 3086, 10, 2013, 0xc8449029 -1, 3096, 3096, 10, 2013, 0x6a34b469 -0, 93, 93, 1, 518400, 0x86845d11 -1, 3106, 3106, 10, 2013, 0xf6f1b172 -1, 3116, 3116, 10, 2013, 0x790796f8 -1, 3126, 3126, 10, 2013, 0x190a874a -0, 94, 94, 1, 518400, 0x2511350a -1, 3142, 3142, 10, 2013, 0x99a4a5e3 -1, 3152, 3152, 10, 2013, 0x9b619c33 -1, 3162, 3162, 10, 2013, 0x2462a1c0 -0, 95, 95, 1, 518400, 0xd08f20d1 -1, 3172, 3172, 10, 2013, 0xd446b781 -1, 3182, 3182, 10, 2013, 0xd421aec0 -1, 3192, 3192, 10, 2013, 0x6a9d9164 -1, 3202, 3202, 10, 2013, 0x02cbaf7f -0, 96, 96, 1, 518400, 0x0619c067 -1, 3212, 3212, 10, 2013, 0x5ab1a098 -1, 3227, 3227, 10, 2013, 0xe280ace1 -0, 97, 97, 1, 518400, 0x9f54a84a -1, 3237, 3237, 10, 2013, 0x32d0aecf -1, 3247, 3247, 10, 2013, 0xb805a758 -1, 3257, 3257, 10, 2013, 0x618ab629 -1, 3267, 3267, 10, 2013, 0xe4c29e0d -0, 98, 98, 1, 518400, 0x00486dcf -1, 3277, 3277, 10, 2013, 0x9119a3ba -1, 3287, 3287, 10, 2013, 0x1f5ea3d0 -1, 3297, 3297, 10, 2013, 0x903e99c2 -0, 99, 99, 1, 518400, 0x6881078c -1, 3312, 3312, 10, 2013, 0x126b9e64 -1, 3322, 3322, 10, 2013, 0xd207aa91 -1, 3332, 3332, 10, 2013, 0x7a229fad -0, 100, 100, 1, 518400, 0x4873f7c2 -1, 3342, 3342, 10, 2013, 0x7651aeda -1, 3352, 3352, 10, 2013, 0xb74c7f0c -1, 3362, 3362, 10, 2013, 0xaf9fbb89 -0, 101, 101, 1, 518400, 0x63ab53c8 -1, 3372, 3372, 10, 2013, 0xf0f5a62f -1, 3382, 3382, 10, 2013, 0xa2009133 -1, 3398, 3398, 10, 2013, 0xb6d9a556 -0, 102, 102, 1, 518400, 0xc768db1a -1, 3408, 3408, 10, 2013, 0x0f95a286 -1, 3418, 3418, 10, 2013, 0x4fbe8975 -1, 3428, 3428, 10, 2013, 0x18f19c54 -0, 103, 103, 1, 518400, 0x5a4eb9c0 -1, 3440, 3440, 10, 2013, 0x95769be6 -1, 3450, 3450, 10, 2013, 0x739ba722 -1, 3460, 3460, 10, 2013, 0xc7dda687 -1, 3470, 3470, 10, 2013, 0xe322a3a4 -0, 104, 104, 1, 518400, 0x0616fddd -1, 3480, 3480, 10, 2013, 0x4ce7ba9c -1, 3490, 3490, 10, 2013, 0x33748c20 -1, 3500, 3500, 10, 2013, 0xdd98b65d -0, 105, 105, 1, 518400, 0xfdf176d6 -1, 3510, 3510, 10, 2013, 0xd02e9cd6 -1, 3526, 3526, 10, 2013, 0x81dbb3c7 -1, 3536, 3536, 10, 2013, 0x3afba1e0 -0, 106, 106, 1, 518400, 0x674998a2 -1, 3546, 3546, 10, 2013, 0x735994ff -1, 3556, 3556, 10, 2013, 0xf54cbda2 -1, 3566, 3566, 10, 2013, 0x3c53ad5b -0, 107, 107, 1, 518400, 0xc2401937 -1, 3576, 3576, 10, 2013, 0x3a2595a8 -1, 3586, 3586, 10, 2013, 0xb7b39f34 -1, 3596, 3596, 10, 2013, 0x269fa949 -0, 108, 108, 1, 518400, 0xbfa320f6 -1, 3611, 3611, 10, 2013, 0x3519ab0b -1, 3621, 3621, 10, 2013, 0xb9f2a7c1 -1, 3631, 3631, 10, 2013, 0xff47844c -0, 109, 109, 1, 518400, 0x4b4fa759 -1, 3641, 3641, 10, 2013, 0x835ea1ef -1, 3651, 3651, 10, 2013, 0xf491bc4e -1, 3661, 3661, 10, 2013, 0x90bc88f0 -0, 110, 110, 1, 518400, 0x0d3f30fa -1, 3671, 3671, 10, 2013, 0x6718ac48 -1, 3681, 3681, 10, 2013, 0xfa85bdb6 -1, 3696, 3696, 10, 2013, 0x645cb677 -0, 111, 111, 1, 518400, 0x8e8b9202 -1, 3706, 3706, 10, 2013, 0x6c47c630 -1, 3716, 3716, 10, 2013, 0x10aa8813 -1, 3726, 3726, 10, 2013, 0xfcb0afb3 -1, 3736, 3736, 10, 2013, 0x5f499be8 -0, 112, 112, 1, 518400, 0xf4b693c6 -1, 3746, 3746, 10, 2013, 0xd1b5a128 -1, 3756, 3756, 10, 2013, 0x303cc102 -1, 3766, 3766, 10, 2013, 0xb6ca93df -0, 113, 113, 1, 518400, 0xce3dc275 -1, 3782, 3782, 10, 2013, 0x0db7a475 -1, 3792, 3792, 10, 2013, 0xf3f49ed7 -1, 3802, 3802, 10, 2013, 0xf495a819 -0, 114, 114, 1, 518400, 0xefbb7496 -1, 3812, 3812, 10, 2013, 0x2b67a99d -1, 3822, 3822, 10, 2013, 0xe4efb19a -1, 3832, 3832, 10, 2013, 0xb0e897ca -0, 115, 115, 1, 518400, 0x6842b14e -1, 3842, 3842, 10, 2013, 0x338ebe28 -1, 3852, 3852, 10, 2013, 0x0583ad3f -1, 3867, 3867, 10, 2013, 0x7ae1a08d -0, 116, 116, 1, 518400, 0x7a3fd65c -1, 3877, 3877, 10, 2013, 0x95a39f9c -1, 3887, 3887, 10, 2013, 0x4f7ea123 -1, 3897, 3897, 10, 2013, 0x9efb9ba1 -0, 117, 117, 1, 518400, 0xbf8523da -1, 3907, 3907, 10, 2013, 0xf395b2cd -1, 3917, 3917, 10, 2013, 0x261a881e -1, 3927, 3927, 10, 2013, 0x7f2d9f72 -1, 3937, 3937, 10, 2013, 0x0105b38d -0, 118, 118, 1, 518400, 0x41890ed6 -1, 3952, 3952, 10, 2013, 0x0e5db67e -1, 3962, 3962, 10, 2013, 0xfc9baf97 -0, 119, 119, 1, 518400, 0x588534fc -1, 3972, 3972, 10, 2013, 0x8e02a1b1 -1, 3982, 3982, 10, 2013, 0x6eecaac8 -1, 3992, 3992, 10, 2013, 0xf5558f0c -1, 4002, 4002, 10, 2013, 0x512ba99b -0, 120, 120, 1, 518400, 0x2145ebc1 -1, 4012, 4012, 10, 2013, 0x932b9932 -1, 4022, 4022, 10, 2013, 0xc01ea987 -0, 121, 121, 1, 518400, 0x28bca595 -1, 4038, 4038, 10, 2013, 0x10879cf7 -1, 4048, 4048, 10, 2013, 0x90679338 -1, 4058, 4058, 10, 2013, 0x077d8a9e -1, 4068, 4068, 10, 2013, 0x969fa57c -0, 122, 122, 1, 518400, 0x77dc951e -1, 4078, 4078, 10, 2013, 0xe049ab07 -1, 4088, 4088, 10, 2013, 0xf535b3b3 -1, 4098, 4098, 10, 2013, 0xfe76bd37 -0, 123, 123, 1, 518400, 0xe8924c17 -1, 4108, 4108, 10, 2013, 0xde79ad8c -1, 4123, 4123, 10, 2013, 0xe89b9c47 -1, 4133, 4133, 10, 2013, 0xc570b0f0 -0, 124, 124, 1, 518400, 0xadb4cccc -1, 4143, 4143, 10, 2013, 0xee709cd9 -1, 4153, 4153, 10, 2013, 0xcfe5afab -1, 4163, 4163, 10, 2013, 0x98ff8ce4 -0, 125, 125, 1, 518400, 0x1d7b56ac -1, 4173, 4173, 10, 2013, 0x9d19b44c -1, 4183, 4183, 10, 2013, 0x4349917a -1, 4193, 4193, 10, 2013, 0xbf54a59a -0, 126, 126, 1, 518400, 0xad5739a4 -1, 4208, 4208, 10, 2013, 0xc4a399e0 -1, 4218, 4218, 10, 2013, 0x1bf58ff0 -1, 4228, 4228, 10, 2013, 0x3518ac56 -0, 127, 127, 1, 518400, 0x2733d35a -1, 4238, 4238, 10, 2013, 0xcd38c1de -1, 4248, 4248, 10, 2013, 0xbe7d9c4d -1, 4258, 4258, 10, 2013, 0xe113a306 -1, 4268, 4268, 10, 2013, 0x083197ea -0, 128, 128, 1, 518400, 0x78e76da2 -1, 4278, 4278, 10, 2013, 0x1929b1eb -1, 4294, 4294, 10, 2013, 0x5d6ea5af -1, 4304, 4304, 10, 2013, 0x05519d53 -0, 129, 129, 1, 518400, 0x6c076013 -1, 4314, 4314, 10, 2013, 0x5773b380 -1, 4324, 4324, 10, 2013, 0xaa70a8f5 -1, 4334, 4334, 10, 2013, 0x990db0ec -0, 130, 130, 1, 518400, 0x7854f2b1 -1, 4344, 4344, 10, 2013, 0x91d3a623 -1, 4354, 4354, 10, 2013, 0xc91f9824 -1, 4364, 4364, 10, 2013, 0x1d058abf -0, 131, 131, 1, 518400, 0xd2ae1ecd -1, 4379, 4379, 10, 2013, 0x8de1b8d5 -1, 4389, 4389, 10, 2013, 0x7872b06b -1, 4399, 4399, 10, 2013, 0xa084c203 -0, 132, 132, 1, 518400, 0xf5eab38d -1, 4409, 4409, 10, 2013, 0xff90ae8d -1, 4419, 4419, 10, 2013, 0x61dead8e -1, 4429, 4429, 10, 2013, 0xee76b284 -0, 133, 133, 1, 518400, 0x994d3e9c -1, 4439, 4439, 10, 2013, 0xe888af7f -1, 4449, 4449, 10, 2013, 0x5d57b115 -1, 4464, 4464, 10, 2013, 0xcdbfb1d0 -0, 134, 134, 1, 518400, 0x95ab705a -1, 4474, 4474, 10, 2013, 0x2e28a952 -1, 4484, 4484, 10, 2013, 0x4795a994 -1, 4494, 4494, 10, 2013, 0x7e7ea304 -1, 4504, 4504, 10, 2013, 0x9502c1e1 -0, 135, 135, 1, 518400, 0x3c83c5ce -1, 4514, 4514, 10, 2013, 0xf7c78ab2 -1, 4524, 4524, 10, 2013, 0x24049816 -1, 4534, 4534, 10, 2013, 0x52089dcf -0, 136, 136, 1, 518400, 0xfa22c508 -1, 4550, 4550, 10, 2013, 0x2150a0b1 -1, 4560, 4560, 10, 2013, 0x3c2e9b93 -1, 4570, 4570, 10, 2013, 0x491f932b -0, 137, 137, 1, 518400, 0xddda1712 -1, 4580, 4580, 10, 2013, 0x31359cf8 -1, 4590, 4590, 10, 2013, 0x1b00ac3f -1, 4600, 4600, 10, 2013, 0x8d7ab3cb -0, 138, 138, 1, 518400, 0x985a3b93 -1, 4610, 4610, 10, 2013, 0xb2c2a4de -1, 4620, 4620, 10, 2013, 0x80a4abf2 -1, 4635, 4635, 10, 2013, 0x0701a4ee -0, 139, 139, 1, 518400, 0xea63c5e7 -1, 4645, 4645, 10, 2013, 0xdc1ba5bc -1, 4655, 4655, 10, 2013, 0x6083a8a4 -1, 4665, 4665, 10, 2013, 0x6226ad45 -0, 140, 140, 1, 518400, 0xef64983d -1, 4675, 4675, 10, 2013, 0x2732a205 -1, 4685, 4685, 10, 2013, 0x0f62a0d3 -1, 4695, 4695, 10, 2013, 0xc1799249 -0, 141, 141, 1, 518400, 0x747bb193 -1, 4705, 4705, 10, 2013, 0xbccfa9c8 -1, 4720, 4720, 10, 2013, 0xded096e7 -1, 4730, 4730, 10, 2013, 0x7f0daf43 -0, 142, 142, 1, 518400, 0xb8748862 -1, 4740, 4740, 10, 2013, 0xc47ea682 -1, 4750, 4750, 10, 2013, 0x5a72b07a -1, 4760, 4760, 10, 2013, 0x386faa8c -1, 4770, 4770, 10, 2013, 0xf9919a91 -0, 143, 143, 1, 518400, 0xaab55a5f -1, 4780, 4780, 10, 2013, 0x4908897e -1, 4790, 4790, 10, 2013, 0x4882b594 -0, 144, 144, 1, 518400, 0x7b468add -1, 4806, 4806, 10, 2013, 0x113e98d1 -1, 4816, 4816, 10, 2013, 0x5098b30d -1, 4826, 4826, 10, 2013, 0x0ef7b857 -1, 4836, 4836, 10, 2013, 0x216ea176 -0, 145, 145, 1, 518400, 0xf2078707 -1, 4846, 4846, 10, 2013, 0xf906944a -1, 4856, 4856, 10, 2013, 0xee9b92fb -1, 4866, 4866, 10, 2013, 0xd6029209 -0, 146, 146, 1, 518400, 0x6a2d931e -1, 4876, 4876, 10, 2013, 0x2256a12e -1, 4891, 4891, 10, 2013, 0x89de8e4a -1, 4901, 4901, 10, 2013, 0x0bf0a584 -0, 147, 147, 1, 518400, 0xbbe3c417 -1, 4911, 4911, 10, 2013, 0x6a5ebd58 -1, 4921, 4921, 10, 2013, 0x3edd9aa4 -1, 4931, 4931, 10, 2013, 0xbd66ac26 -0, 148, 148, 1, 518400, 0x6294e449 -1, 4941, 4941, 10, 2013, 0x313896ea -1, 4951, 4951, 10, 2013, 0x6b83a6a0 -1, 4961, 4961, 10, 2013, 0x9aafb109 -0, 149, 149, 1, 518400, 0xa05721e7 -1, 4976, 4976, 10, 2013, 0x5192a85a -1, 4986, 4986, 10, 2013, 0x1f919f79 -1, 4996, 4996, 10, 2013, 0xc0799c40 -0, 150, 150, 1, 518400, 0x37749183 -1, 5006, 5006, 10, 2013, 0x2988bcd8 -1, 5016, 5016, 10, 2013, 0x1482913a -1, 5026, 5026, 10, 2013, 0x74da9a94 -1, 5036, 5036, 10, 2013, 0x763eb709 -0, 151, 151, 1, 518400, 0xf9d9dca0 -1, 5046, 5046, 10, 2013, 0x1285b405 -1, 5062, 5062, 10, 2013, 0xb6ab9dfc -0, 152, 152, 1, 518400, 0x5f8ccf08 -1, 5072, 5072, 10, 2013, 0xe4c8bf19 -1, 5082, 5082, 10, 2013, 0xabbbade8 -1, 5092, 5092, 10, 2013, 0xf8b69d89 -1, 5102, 5102, 10, 2013, 0xce04a866 -0, 153, 153, 1, 518400, 0x7303f77b -1, 5112, 5112, 10, 2013, 0x07528abf -1, 5122, 5122, 10, 2013, 0x74fb98bf -1, 5132, 5132, 10, 2013, 0x579fb1c9 -0, 154, 154, 1, 518400, 0x22b0513f -1, 5147, 5147, 10, 2013, 0x7ddea2ed -1, 5157, 5157, 10, 2013, 0x296caa2c -1, 5167, 5167, 10, 2013, 0x346d9c4f -0, 155, 155, 1, 518400, 0x330485d2 -1, 5177, 5177, 10, 2013, 0x3e1fba15 -1, 5187, 5187, 10, 2013, 0x48a2908f -1, 5197, 5197, 10, 2013, 0xc1938d09 -0, 156, 156, 1, 518400, 0x7f83daea -1, 5207, 5207, 10, 2013, 0x0e96a060 -1, 5217, 5217, 10, 2013, 0x7b6a9e06 -1, 5232, 5232, 10, 2013, 0x5b779d28 -0, 157, 157, 1, 518400, 0xee19f2df -1, 5242, 5242, 10, 2013, 0xf600aca1 -1, 5252, 5252, 10, 2013, 0x3a6c9e68 -1, 5262, 5262, 10, 2013, 0x0c8dc1b0 -0, 158, 158, 1, 518400, 0xb71b1c77 -1, 5272, 5272, 10, 2013, 0x26beb245 -1, 5282, 5282, 10, 2013, 0x2bc09557 -1, 5292, 5292, 10, 2013, 0x27fc8845 -1, 5302, 5302, 10, 2013, 0x1025aa47 -0, 159, 159, 1, 518400, 0xbffc1856 -1, 5318, 5318, 10, 2013, 0xc2e69baa -1, 5328, 5328, 10, 2013, 0xdb249b92 -1, 5338, 5338, 10, 2013, 0x6ccda29e -0, 160, 160, 1, 518400, 0xabc125aa -1, 5348, 5348, 10, 2013, 0xeaf6a1cf -1, 5358, 5358, 10, 2013, 0x509ba397 -1, 5368, 5368, 10, 2013, 0xfaf8a2df -0, 161, 161, 1, 518400, 0x5ee467f8 -1, 5378, 5378, 10, 2013, 0x41388f28 -1, 5388, 5388, 10, 2013, 0xfe5eab39 -1, 5403, 5403, 10, 2013, 0xd5ffa066 -0, 162, 162, 1, 518400, 0x6c2cf168 -1, 5413, 5413, 10, 2013, 0x6813a30a -1, 5423, 5423, 10, 2013, 0x9be89718 -1, 5433, 5433, 10, 2013, 0xaec3a27b -0, 163, 163, 1, 518400, 0x63996b26 -1, 5446, 5446, 10, 2013, 0x579a983e -1, 5456, 5456, 10, 2013, 0x98cea21f -1, 5466, 5466, 10, 2013, 0xca77a58a -0, 164, 164, 1, 518400, 0xb34d789a -1, 5476, 5476, 10, 2013, 0xcbc3b1ee -1, 5486, 5486, 10, 2013, 0xf3bb8f07 -1, 5496, 5496, 10, 2013, 0x6aeebd92 -0, 165, 165, 1, 518400, 0xf49c030f -1, 5506, 5506, 10, 2013, 0xe955a449 -1, 5516, 5516, 10, 2013, 0x9436aa5b -1, 5531, 5531, 10, 2013, 0x4f0a8f9f -0, 166, 166, 1, 518400, 0x092dc41a -1, 5541, 5541, 10, 2013, 0x3551b22d -1, 5551, 5551, 10, 2013, 0x0959a3d4 -1, 5561, 5561, 10, 2013, 0x2ed5a11b -1, 5571, 5571, 10, 2013, 0x8f52a5c3 -0, 167, 167, 1, 518400, 0x4134c577 -1, 5581, 5581, 10, 2013, 0x6552978d -1, 5591, 5591, 10, 2013, 0x7dcca0c1 -1, 5601, 5601, 10, 2013, 0xbcd4a3c9 -0, 168, 168, 1, 518400, 0x261de1ed -1, 5616, 5616, 10, 2013, 0xfe41a8d8 -1, 5626, 5626, 10, 2013, 0xc85aae14 -1, 5636, 5636, 10, 2013, 0x1185b346 -0, 169, 169, 1, 518400, 0xcbc8566a -1, 5646, 5646, 10, 2013, 0xf7429a0d -1, 5656, 5656, 10, 2013, 0x48c2a160 -1, 5666, 5666, 10, 2013, 0x9d85a85d -0, 170, 170, 1, 518400, 0x407a5c76 -1, 5676, 5676, 10, 2013, 0xbbe89fe9 -1, 5686, 5686, 10, 2013, 0xea429fe2 -1, 5702, 5702, 10, 2013, 0x221ca1d4 -0, 171, 171, 1, 518400, 0x1ed73bb2 -1, 5712, 5712, 10, 2013, 0x394b925b -1, 5722, 5722, 10, 2013, 0x556dc26f -1, 5732, 5732, 10, 2013, 0xce21a5e1 -0, 172, 172, 1, 518400, 0x8467ddb5 -1, 5742, 5742, 10, 2013, 0xbc87c0a8 -1, 5752, 5752, 10, 2013, 0xbac4ac07 -1, 5762, 5762, 10, 2013, 0xdeefa4aa -1, 5772, 5772, 10, 2013, 0x1f15b362 -0, 173, 173, 1, 518400, 0x0523dc73 -1, 5787, 5787, 10, 2013, 0x6406b7b2 -1, 5797, 5797, 10, 2013, 0x8030a03d -0, 174, 174, 1, 518400, 0x81f5e895 -1, 5807, 5807, 10, 2013, 0x0373a5b1 -1, 5817, 5817, 10, 2013, 0x34ef93da -1, 5827, 5827, 10, 2013, 0x94c198fe -1, 5837, 5837, 10, 2013, 0xfefcabad -0, 175, 175, 1, 518400, 0xfc74608d -1, 5847, 5847, 10, 2013, 0x8755b3ec -1, 5857, 5857, 10, 2013, 0xe436a6fd -1, 5872, 5872, 10, 2013, 0x9cf5a11e -0, 176, 176, 1, 518400, 0xc4e0dae0 -1, 5882, 5882, 10, 2013, 0x03b8a98c -1, 5892, 5892, 10, 2013, 0x6216a138 -1, 5902, 5902, 10, 2013, 0xd87b9f12 -0, 177, 177, 1, 518400, 0x98367f5b -1, 5912, 5912, 10, 2013, 0x4ce99653 -1, 5922, 5922, 10, 2013, 0x6c2ea9e2 -1, 5932, 5932, 10, 2013, 0x918cae4c -0, 178, 178, 1, 518400, 0x0f1a869d -1, 5942, 5942, 10, 2013, 0xd19fa5f2 -1, 5958, 5958, 10, 2013, 0x0bdda7c6 -1, 5968, 5968, 10, 2013, 0x0f9ab0ca -0, 179, 179, 1, 518400, 0x45b6ccf2 -1, 5978, 5978, 10, 2013, 0x410a92b1 -1, 5988, 5988, 10, 2013, 0xcfbe9d1c -1, 5998, 5998, 10, 2013, 0x59ed9d15 -0, 180, 180, 1, 518400, 0x5f9ccb77 -1, 6008, 6008, 10, 2013, 0x4e129e27 -1, 6018, 6018, 10, 2013, 0x7bb9ac0a -1, 6028, 6028, 10, 2013, 0x826ca82b -0, 181, 181, 1, 518400, 0x5f15ea31 -1, 6043, 6043, 10, 2013, 0x9ad5a74b -1, 6053, 6053, 10, 2013, 0x6c5f969a -1, 6063, 6063, 10, 2013, 0x8479a0e5 -0, 182, 182, 1, 518400, 0x86369f27 -1, 6073, 6073, 10, 2013, 0x165298ef -1, 6083, 6083, 10, 2013, 0xdcadb4a1 -1, 6093, 6093, 10, 2013, 0xa90e987c -1, 6103, 6103, 10, 2013, 0x1ac5b510 -0, 183, 183, 1, 518400, 0x2e27f9fa -1, 6113, 6113, 10, 2013, 0x66728d85 -1, 6128, 6128, 10, 2013, 0xe4859fc5 -1, 6138, 6138, 10, 2013, 0x9901786e -0, 184, 184, 1, 518400, 0xc029a44d -1, 6148, 6148, 10, 2013, 0x6aebb406 -1, 6158, 6158, 10, 2013, 0x7d13a2cc -1, 6168, 6168, 10, 2013, 0x99b7a8cc -0, 185, 185, 1, 518400, 0xebee33b0 -1, 6178, 6178, 10, 2013, 0x80b8a624 -1, 6188, 6188, 10, 2013, 0xbb6aa271 -1, 6198, 6198, 10, 2013, 0x17af9e4a -0, 186, 186, 1, 518400, 0x19e5494f -1, 6214, 6214, 10, 2013, 0xfaf0a8f1 -1, 6224, 6224, 10, 2013, 0xd6849b93 -1, 6234, 6234, 10, 2013, 0xe9829669 -0, 187, 187, 1, 518400, 0xf697bd7c -1, 6244, 6244, 10, 2013, 0x7ec98944 -1, 6254, 6254, 10, 2013, 0x2b2099a4 -1, 6264, 6264, 10, 2013, 0x1033a82f -0, 188, 188, 1, 518400, 0x82569002 -1, 6274, 6274, 10, 2013, 0x5ec88990 -1, 6284, 6284, 10, 2013, 0xd2a19b3d -1, 6299, 6299, 10, 2013, 0xa377b268 -0, 189, 189, 1, 518400, 0xfcb6d707 -1, 6309, 6309, 10, 2013, 0xfa859901 -1, 6319, 6319, 10, 2013, 0x1713955a -1, 6329, 6329, 10, 2013, 0x70aab0da -1, 6339, 6339, 10, 2013, 0xcdaea422 -0, 190, 190, 1, 518400, 0x82a9662b -1, 6349, 6349, 10, 2013, 0x65c3bf80 -1, 6359, 6359, 10, 2013, 0x1d75a55f -1, 6369, 6369, 10, 2013, 0xa5bea4de -0, 191, 191, 1, 518400, 0x212e16ee -1, 6384, 6384, 10, 2013, 0x184db71c -1, 6394, 6394, 10, 2013, 0x99858ec8 -1, 6404, 6404, 10, 2013, 0xb8f2aee5 -0, 192, 192, 1, 518400, 0x2ca34dca -1, 6414, 6414, 10, 2013, 0x4435b2ef -1, 6424, 6424, 10, 2013, 0x8acfa6c7 -1, 6434, 6434, 10, 2013, 0x42b4c01f -0, 193, 193, 1, 518400, 0xe9ebe0a5 -1, 6444, 6444, 10, 2013, 0x6e308c13 -1, 6454, 6454, 10, 2013, 0x8227a0f6 -1, 6470, 6470, 10, 2013, 0x6f12a7a2 -0, 194, 194, 1, 518400, 0x4e6b6917 -1, 6480, 6480, 10, 2013, 0x785392be -1, 6490, 6490, 10, 2013, 0x81849c2b -1, 6500, 6500, 10, 2013, 0x5cf2af65 -0, 195, 195, 1, 518400, 0x7dcf20ab -1, 6510, 6510, 10, 2013, 0x0c6ca6b4 -1, 6520, 6520, 10, 2013, 0x412fab9f -1, 6530, 6530, 10, 2013, 0x08e792b4 -0, 196, 196, 1, 518400, 0xf30fac97 -1, 6540, 6540, 10, 2013, 0x407aace3 -1, 6555, 6555, 10, 2013, 0xd26bac16 -1, 6565, 6565, 10, 2013, 0xac8bb295 -0, 197, 197, 1, 518400, 0xcb9fc692 -1, 6575, 6575, 10, 2013, 0xddd1949c -1, 6585, 6585, 10, 2013, 0x6b26b868 -1, 6595, 6595, 10, 2013, 0x5eaba587 -1, 6605, 6605, 10, 2013, 0xef0793b9 -0, 198, 198, 1, 518400, 0x5d05601e -1, 6615, 6615, 10, 2013, 0xdef19bd6 -1, 6625, 6625, 10, 2013, 0xca98a635 -0, 199, 199, 1, 518400, 0x456c1417 -1, 6640, 6640, 10, 2013, 0x06269a5a -1, 6650, 6650, 10, 2013, 0x32cb9952 -1, 6660, 6660, 10, 2013, 0xf01fa95a -1, 6670, 6670, 10, 2013, 0xefab9e55 -0, 200, 200, 1, 518400, 0x9a0fd1ad -1, 6680, 6680, 10, 2013, 0x55a3b63a -1, 6690, 6690, 10, 2013, 0xcd36a553 -1, 6700, 6700, 10, 2013, 0x2ec19877 -0, 201, 201, 1, 518400, 0x55db9716 -1, 6710, 6710, 10, 2013, 0xc18b924c -1, 6726, 6726, 10, 2013, 0xf132b04c -1, 6736, 6736, 10, 2013, 0x7975a44d -0, 202, 202, 1, 518400, 0x1f0d40d6 -1, 6746, 6746, 10, 2013, 0x2aaf94cb -1, 6756, 6756, 10, 2013, 0x58cfa60f -1, 6766, 6766, 10, 2013, 0x9757a658 -0, 203, 203, 1, 518400, 0x73695c82 -1, 6776, 6776, 10, 2013, 0x67ebc0d5 -1, 6786, 6786, 10, 2013, 0x3c50a70e -1, 6796, 6796, 10, 2013, 0x9c5799c6 -0, 204, 204, 1, 518400, 0xb0f10812 -1, 6811, 6811, 10, 2013, 0x018d85b2 -1, 6821, 6821, 10, 2013, 0x5367a956 -0, 205, 205, 1, 518400, 0xdec18505 -0, 208, 208, 1, 518400, 0xb147b947 -0, 240, 240, 1, 518400, 0x9d2e3977 Test filter-overlay-dvdsub-2397 failed. Look at tests/data/fate/filter-overlay-dvdsub-2397.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-overlay-dvdsub-2397] Error 1 TEST filter-3xbr TEST filter-4xbr --- /home/fate/ffmpeg/tests/ref/fate/filter-hq3x 2017-03-24 21:02:53.613046419 +0000 +++ tests/data/fate/filter-hq3x 2020-04-04 16:04:54.078287240 +0000 @@ -1,7 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 573x861 -#sar 0: 1/1 -0, 0, 0, 1, 1973412, 0xafc227fa -0, 1, 1, 1, 1973412, 0x93aebf19 --- /home/fate/ffmpeg/tests/ref/fate/filter-hq2x 2017-03-24 21:02:53.613046419 +0000 +++ tests/data/fate/filter-hq2x 2020-04-04 16:04:54.074953911 +0000 @@ -1,7 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 382x574 -#sar 0: 1/1 -0, 0, 0, 1, 877072, 0x9369339e -0, 1, 1, 1, 877072, 0x32d119a1 Test filter-hq3x failed. Look at tests/data/fate/filter-hq3x.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-hq3x] Error 1 TEST filter-curves --- /home/fate/ffmpeg/tests/ref/fate/filter-hq4x 2017-03-24 21:02:53.613046419 +0000 +++ tests/data/fate/filter-hq4x 2020-04-04 16:04:54.124953841 +0000 @@ -1,7 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 764x1148 -#sar 0: 1/1 -0, 0, 0, 1, 3508288, 0x034ef75e -0, 1, 1, 1, 3508288, 0x738e9bbb Test filter-hq2x failed. Look at tests/data/fate/filter-hq2x.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-hq2x] Error 1 TEST filter-gradfun-sample Test filter-hq4x failed. Look at tests/data/fate/filter-hq4x.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-hq4x] Error 1 TEST filter-fps-cfr TEST filter-fps --- /home/fate/ffmpeg/tests/ref/fate/filter-2xbr 2017-03-24 21:02:53.613046419 +0000 +++ tests/data/fate/filter-2xbr 2020-04-04 16:04:54.138287156 +0000 @@ -1,7 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 382x574 -#sar 0: 1/1 -0, 0, 0, 1, 877072, 0x5142c6cd -0, 1, 1, 1, 877072, 0xa01a3f47 --- /home/fate/ffmpeg/tests/ref/fate/filter-fps-cfr 2017-03-24 21:02:53.613046419 +0000 +++ tests/data/fate/filter-fps-cfr 2020-04-04 16:04:54.391620135 +0000 @@ -1,93 +0,0 @@ -#tb 0: 1/30 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 112x182 -#sar 0: 0/1 -0, 0, 0, 1, 30576, 0xcdc29b3d -0, 1, 1, 1, 30576, 0xcdc29b3d -0, 2, 2, 1, 30576, 0xcdc29b3d -0, 3, 3, 1, 30576, 0xcdc29b3d -0, 4, 4, 1, 30576, 0xcdc29b3d -0, 5, 5, 1, 30576, 0xcdc29b3d -0, 6, 6, 1, 30576, 0x5c83656c -0, 7, 7, 1, 30576, 0x5c83656c -0, 8, 8, 1, 30576, 0x5c83656c -0, 9, 9, 1, 30576, 0x5c83656c -0, 10, 10, 1, 30576, 0x5c83656c -0, 11, 11, 1, 30576, 0x5c83656c -0, 12, 12, 1, 30576, 0x5c83656c -0, 13, 13, 1, 30576, 0x26b67f83 -0, 14, 14, 1, 30576, 0x26b67f83 -0, 15, 15, 1, 30576, 0x26b67f83 -0, 16, 16, 1, 30576, 0x26b67f83 -0, 17, 17, 1, 30576, 0x26b67f83 -0, 18, 18, 1, 30576, 0x26b67f83 -0, 19, 19, 1, 30576, 0x26b67f83 -0, 20, 20, 1, 30576, 0x26b67f83 -0, 21, 21, 1, 30576, 0x26b67f83 -0, 22, 22, 1, 30576, 0x26b67f83 -0, 23, 23, 1, 30576, 0x26b67f83 -0, 24, 24, 1, 30576, 0x26b67f83 -0, 25, 25, 1, 30576, 0x26b67f83 -0, 26, 26, 1, 30576, 0x26b67f83 -0, 27, 27, 1, 30576, 0x26b67f83 -0, 28, 28, 1, 30576, 0x26b67f83 -0, 29, 29, 1, 30576, 0x26b67f83 -0, 30, 30, 1, 30576, 0x26b67f83 -0, 31, 31, 1, 30576, 0x26b67f83 -0, 32, 32, 1, 30576, 0x26b67f83 -0, 33, 33, 1, 30576, 0x26b67f83 -0, 34, 34, 1, 30576, 0x26b67f83 -0, 35, 35, 1, 30576, 0x26b67f83 -0, 36, 36, 1, 30576, 0x26b67f83 -0, 37, 37, 1, 30576, 0x26b67f83 -0, 38, 38, 1, 30576, 0x26b67f83 -0, 39, 39, 1, 30576, 0x26b67f83 -0, 40, 40, 1, 30576, 0x26b67f83 -0, 41, 41, 1, 30576, 0x26b67f83 -0, 42, 42, 1, 30576, 0x26b67f83 -0, 43, 43, 1, 30576, 0x26b67f83 -0, 44, 44, 1, 30576, 0x26b67f83 -0, 45, 45, 1, 30576, 0x26b67f83 -0, 46, 46, 1, 30576, 0x26b67f83 -0, 47, 47, 1, 30576, 0x26b67f83 -0, 48, 48, 1, 30576, 0x26b67f83 -0, 49, 49, 1, 30576, 0x26b67f83 -0, 50, 50, 1, 30576, 0x26b67f83 -0, 51, 51, 1, 30576, 0x26b67f83 -0, 52, 52, 1, 30576, 0x26b67f83 -0, 53, 53, 1, 30576, 0x26b67f83 -0, 54, 54, 1, 30576, 0x26b67f83 -0, 55, 55, 1, 30576, 0x26b67f83 -0, 56, 56, 1, 30576, 0x26b67f83 -0, 57, 57, 1, 30576, 0x26b67f83 -0, 58, 58, 1, 30576, 0x26b67f83 -0, 59, 59, 1, 30576, 0x26b67f83 -0, 60, 60, 1, 30576, 0x26b67f83 -0, 61, 61, 1, 30576, 0x26b67f83 -0, 62, 62, 1, 30576, 0x26b67f83 -0, 63, 63, 1, 30576, 0x26b67f83 -0, 64, 64, 1, 30576, 0x26b67f83 -0, 65, 65, 1, 30576, 0x26b67f83 -0, 66, 66, 1, 30576, 0x26b67f83 -0, 67, 67, 1, 30576, 0x26b67f83 -0, 68, 68, 1, 30576, 0x26b67f83 -0, 69, 69, 1, 30576, 0x26b67f83 -0, 70, 70, 1, 30576, 0x26b67f83 -0, 71, 71, 1, 30576, 0x26b67f83 -0, 72, 72, 1, 30576, 0x26b67f83 -0, 73, 73, 1, 30576, 0xa2fcd06f -0, 74, 74, 1, 30576, 0xa2fcd06f -0, 75, 75, 1, 30576, 0xa2fcd06f -0, 76, 76, 1, 30576, 0xa2fcd06f -0, 77, 77, 1, 30576, 0xa2fcd06f -0, 78, 78, 1, 30576, 0xa2fcd06f -0, 79, 79, 1, 30576, 0xa2fcd06f -0, 80, 80, 1, 30576, 0xa2fcd06f -0, 81, 81, 1, 30576, 0xd4150aad -0, 82, 82, 1, 30576, 0xd4150aad -0, 83, 83, 1, 30576, 0xd4150aad -0, 84, 84, 1, 30576, 0xd4150aad -0, 85, 85, 1, 30576, 0xd4150aad -0, 86, 86, 1, 30576, 0xd4150aad -0, 87, 87, 1, 30576, 0xd4150aad Test filter-2xbr failed. Look at tests/data/fate/filter-2xbr.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-2xbr] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/filter-gradfun-sample 2017-03-24 21:02:53.613046419 +0000 +++ tests/data/fate/filter-gradfun-sample 2020-04-04 16:04:54.381620148 +0000 @@ -1,25 +0,0 @@ -#tb 0: 1/10 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x240 -#sar 0: 0/1 -0, 0, 0, 1, 76800, 0xea62ab65 -0, 1, 1, 1, 76800, 0xbc0d8b58 -0, 2, 2, 1, 76800, 0x682967d0 -0, 3, 3, 1, 76800, 0x2f1d3353 -0, 4, 4, 1, 76800, 0x0f3306c5 -0, 5, 5, 1, 76800, 0x1f026ce0 -0, 6, 6, 1, 76800, 0xefff2a28 -0, 7, 7, 1, 76800, 0xa7daf536 -0, 8, 8, 1, 76800, 0x8b95b1b2 -0, 9, 9, 1, 76800, 0x821b76c2 -0, 10, 10, 1, 76800, 0x48193d3d -0, 11, 11, 1, 76800, 0x6182634a -0, 12, 12, 1, 76800, 0x442b2dcc -0, 13, 13, 1, 76800, 0x83e2ee26 -0, 14, 14, 1, 76800, 0x47d8b74d -0, 15, 15, 1, 76800, 0x412b7dcd -0, 16, 16, 1, 76800, 0x65e33b7c -0, 17, 17, 1, 76800, 0xb04a0915 -0, 18, 18, 1, 76800, 0x5405c876 -0, 19, 19, 1, 76800, 0xce6d98bc TEST filter-fps-r Test filter-fps-cfr failed. Look at tests/data/fate/filter-fps-cfr.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-fps-cfr] Error 1 TEST filter-meta-4560-rotate0 Test filter-gradfun-sample failed. Look at tests/data/fate/filter-gradfun-sample.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-filter-gradfun-sample] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/filter-3xbr 2017-03-24 21:02:53.613046419 +0000 +++ tests/data/fate/filter-3xbr 2020-04-04 16:04:54.151620471 +0000 @@ -1,7 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 573x861 -#sar 0: 1/1 -0, 0, 0, 1, 1973412, 0xd4cf257b -0, 1, 1, 1, 1973412, 0x63fcd614 TEST filter-refcmp-psnr-rgb TEST filter-refcmp-psnr-yuv Test filter-3xbr failed. Look at tests/data/fate/filter-3xbr.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-3xbr] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/filter-fps 2017-09-15 13:18:09.464715976 +0000 +++ tests/data/fate/filter-fps 2020-04-04 16:04:54.408286777 +0000 @@ -1,93 +0,0 @@ -#tb 0: 1/30 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 112x182 -#sar 0: 0/1 -0, 0, 0, 1, 30576, 0xcdc29b3d -0, 1, 1, 1, 30576, 0xcdc29b3d -0, 2, 2, 1, 30576, 0xcdc29b3d -0, 3, 3, 1, 30576, 0xcdc29b3d -0, 4, 4, 1, 30576, 0xcdc29b3d -0, 5, 5, 1, 30576, 0xcdc29b3d -0, 6, 6, 1, 30576, 0x5c83656c -0, 7, 7, 1, 30576, 0x5c83656c -0, 8, 8, 1, 30576, 0x5c83656c -0, 9, 9, 1, 30576, 0x5c83656c -0, 10, 10, 1, 30576, 0x5c83656c -0, 11, 11, 1, 30576, 0x5c83656c -0, 12, 12, 1, 30576, 0x5c83656c -0, 13, 13, 1, 30576, 0x26b67f83 -0, 14, 14, 1, 30576, 0x26b67f83 -0, 15, 15, 1, 30576, 0x26b67f83 -0, 16, 16, 1, 30576, 0x26b67f83 -0, 17, 17, 1, 30576, 0x26b67f83 -0, 18, 18, 1, 30576, 0x26b67f83 -0, 19, 19, 1, 30576, 0x26b67f83 -0, 20, 20, 1, 30576, 0x26b67f83 -0, 21, 21, 1, 30576, 0x26b67f83 -0, 22, 22, 1, 30576, 0x26b67f83 -0, 23, 23, 1, 30576, 0x26b67f83 -0, 24, 24, 1, 30576, 0x26b67f83 -0, 25, 25, 1, 30576, 0x26b67f83 -0, 26, 26, 1, 30576, 0x26b67f83 -0, 27, 27, 1, 30576, 0x26b67f83 -0, 28, 28, 1, 30576, 0x26b67f83 -0, 29, 29, 1, 30576, 0x26b67f83 -0, 30, 30, 1, 30576, 0x26b67f83 -0, 31, 31, 1, 30576, 0x26b67f83 -0, 32, 32, 1, 30576, 0x26b67f83 -0, 33, 33, 1, 30576, 0x26b67f83 -0, 34, 34, 1, 30576, 0x26b67f83 -0, 35, 35, 1, 30576, 0x26b67f83 -0, 36, 36, 1, 30576, 0x26b67f83 -0, 37, 37, 1, 30576, 0x26b67f83 -0, 38, 38, 1, 30576, 0x26b67f83 -0, 39, 39, 1, 30576, 0x26b67f83 -0, 40, 40, 1, 30576, 0x26b67f83 -0, 41, 41, 1, 30576, 0x26b67f83 -0, 42, 42, 1, 30576, 0x26b67f83 -0, 43, 43, 1, 30576, 0x26b67f83 -0, 44, 44, 1, 30576, 0x26b67f83 -0, 45, 45, 1, 30576, 0x26b67f83 -0, 46, 46, 1, 30576, 0x26b67f83 -0, 47, 47, 1, 30576, 0x26b67f83 -0, 48, 48, 1, 30576, 0x26b67f83 -0, 49, 49, 1, 30576, 0x26b67f83 -0, 50, 50, 1, 30576, 0x26b67f83 -0, 51, 51, 1, 30576, 0x26b67f83 -0, 52, 52, 1, 30576, 0x26b67f83 -0, 53, 53, 1, 30576, 0x26b67f83 -0, 54, 54, 1, 30576, 0x26b67f83 -0, 55, 55, 1, 30576, 0x26b67f83 -0, 56, 56, 1, 30576, 0x26b67f83 -0, 57, 57, 1, 30576, 0x26b67f83 -0, 58, 58, 1, 30576, 0x26b67f83 -0, 59, 59, 1, 30576, 0x26b67f83 -0, 60, 60, 1, 30576, 0x26b67f83 -0, 61, 61, 1, 30576, 0x26b67f83 -0, 62, 62, 1, 30576, 0x26b67f83 -0, 63, 63, 1, 30576, 0x26b67f83 -0, 64, 64, 1, 30576, 0x26b67f83 -0, 65, 65, 1, 30576, 0x26b67f83 -0, 66, 66, 1, 30576, 0x26b67f83 -0, 67, 67, 1, 30576, 0x26b67f83 -0, 68, 68, 1, 30576, 0x26b67f83 -0, 69, 69, 1, 30576, 0x26b67f83 -0, 70, 70, 1, 30576, 0x26b67f83 -0, 71, 71, 1, 30576, 0x26b67f83 -0, 72, 72, 1, 30576, 0x26b67f83 -0, 73, 73, 1, 30576, 0xa2fcd06f -0, 74, 74, 1, 30576, 0xa2fcd06f -0, 75, 75, 1, 30576, 0xa2fcd06f -0, 76, 76, 1, 30576, 0xa2fcd06f -0, 77, 77, 1, 30576, 0xa2fcd06f -0, 78, 78, 1, 30576, 0xa2fcd06f -0, 79, 79, 1, 30576, 0xa2fcd06f -0, 80, 80, 1, 30576, 0xa2fcd06f -0, 81, 81, 1, 30576, 0xd4150aad -0, 82, 82, 1, 30576, 0xd4150aad -0, 83, 83, 1, 30576, 0xd4150aad -0, 84, 84, 1, 30576, 0xd4150aad -0, 85, 85, 1, 30576, 0xd4150aad -0, 86, 86, 1, 30576, 0xd4150aad -0, 87, 87, 1, 30576, 0xd4150aad TEST filter-refcmp-ssim-rgb Test filter-fps failed. Look at tests/data/fate/filter-fps.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-fps] Error 1 TEST filter-refcmp-ssim-yuv --- /home/fate/ffmpeg/tests/ref/fate/filter-fps-r 2017-09-15 13:18:09.464715976 +0000 +++ tests/data/fate/filter-fps-r 2020-04-04 16:04:54.438286735 +0000 @@ -1,78 +0,0 @@ -#tb 0: 1/30 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 112x182 -#sar 0: 0/1 -0, 0, 0, 1, 30576, 0xcdc29b3d -0, 1, 1, 1, 30576, 0xcdc29b3d -0, 2, 2, 1, 30576, 0xcdc29b3d -0, 4, 4, 1, 30576, 0xcdc29b3d -0, 5, 5, 1, 30576, 0xcdc29b3d -0, 6, 6, 1, 30576, 0x5c83656c -0, 7, 7, 1, 30576, 0x5c83656c -0, 8, 8, 1, 30576, 0x5c83656c -0, 10, 10, 1, 30576, 0x5c83656c -0, 11, 11, 1, 30576, 0x5c83656c -0, 12, 12, 1, 30576, 0x5c83656c -0, 13, 13, 1, 30576, 0x26b67f83 -0, 14, 14, 1, 30576, 0x26b67f83 -0, 16, 16, 1, 30576, 0x26b67f83 -0, 17, 17, 1, 30576, 0x26b67f83 -0, 18, 18, 1, 30576, 0x26b67f83 -0, 19, 19, 1, 30576, 0x26b67f83 -0, 20, 20, 1, 30576, 0x26b67f83 -0, 22, 22, 1, 30576, 0x26b67f83 -0, 23, 23, 1, 30576, 0x26b67f83 -0, 24, 24, 1, 30576, 0x26b67f83 -0, 25, 25, 1, 30576, 0x26b67f83 -0, 26, 26, 1, 30576, 0x26b67f83 -0, 28, 28, 1, 30576, 0x26b67f83 -0, 29, 29, 1, 30576, 0x26b67f83 -0, 30, 30, 1, 30576, 0x26b67f83 -0, 31, 31, 1, 30576, 0x26b67f83 -0, 32, 32, 1, 30576, 0x26b67f83 -0, 34, 34, 1, 30576, 0x26b67f83 -0, 35, 35, 1, 30576, 0x26b67f83 -0, 36, 36, 1, 30576, 0x26b67f83 -0, 37, 37, 1, 30576, 0x26b67f83 -0, 38, 38, 1, 30576, 0x26b67f83 -0, 40, 40, 1, 30576, 0x26b67f83 -0, 41, 41, 1, 30576, 0x26b67f83 -0, 42, 42, 1, 30576, 0x26b67f83 -0, 43, 43, 1, 30576, 0x26b67f83 -0, 44, 44, 1, 30576, 0x26b67f83 -0, 46, 46, 1, 30576, 0x26b67f83 -0, 47, 47, 1, 30576, 0x26b67f83 -0, 48, 48, 1, 30576, 0x26b67f83 -0, 49, 49, 1, 30576, 0x26b67f83 -0, 50, 50, 1, 30576, 0x26b67f83 -0, 52, 52, 1, 30576, 0x26b67f83 -0, 53, 53, 1, 30576, 0x26b67f83 -0, 54, 54, 1, 30576, 0x26b67f83 -0, 55, 55, 1, 30576, 0x26b67f83 -0, 56, 56, 1, 30576, 0x26b67f83 -0, 58, 58, 1, 30576, 0x26b67f83 -0, 59, 59, 1, 30576, 0x26b67f83 -0, 60, 60, 1, 30576, 0x26b67f83 -0, 61, 61, 1, 30576, 0x26b67f83 -0, 62, 62, 1, 30576, 0x26b67f83 -0, 64, 64, 1, 30576, 0x26b67f83 -0, 65, 65, 1, 30576, 0x26b67f83 -0, 66, 66, 1, 30576, 0x26b67f83 -0, 67, 67, 1, 30576, 0x26b67f83 -0, 68, 68, 1, 30576, 0x26b67f83 -0, 70, 70, 1, 30576, 0x26b67f83 -0, 71, 71, 1, 30576, 0x26b67f83 -0, 72, 72, 1, 30576, 0x26b67f83 -0, 73, 73, 1, 30576, 0xa2fcd06f -0, 74, 74, 1, 30576, 0xa2fcd06f -0, 76, 76, 1, 30576, 0xa2fcd06f -0, 77, 77, 1, 30576, 0xa2fcd06f -0, 78, 78, 1, 30576, 0xa2fcd06f -0, 79, 79, 1, 30576, 0xa2fcd06f -0, 80, 80, 1, 30576, 0xa2fcd06f -0, 82, 82, 1, 30576, 0xd4150aad -0, 83, 83, 1, 30576, 0xd4150aad -0, 84, 84, 1, 30576, 0xd4150aad -0, 85, 85, 1, 30576, 0xd4150aad -0, 86, 86, 1, 30576, 0xd4150aad --- /home/fate/ffmpeg/tests/ref/fate/filter-4xbr 2017-03-24 21:02:53.613046419 +0000 +++ tests/data/fate/filter-4xbr 2020-04-04 16:04:54.228287029 +0000 @@ -1,7 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 764x1148 -#sar 0: 1/1 -0, 0, 0, 1, 3508288, 0xc7b1d170 -0, 1, 1, 1, 3508288, 0x3fd0c3fb Test filter-4xbr failed. Look at tests/data/fate/filter-4xbr.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-4xbr] Error 1 Test filter-fps-r failed. Look at tests/data/fate/filter-fps-r.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-filter-fps-r] Error 1 TEST fitsdec-ext_data_min_max TEST fitsdec-blank_bitpix32 TEST fitsdec-bitpix-32 TEST fitsdec-bitpix-64 TEST aliaspix-bgr TEST fitsdec-gray 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 --- /home/fate/ffmpeg/tests/ref/fate/brenderpix-defpal 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/brenderpix-defpal 2020-04-04 16:04:54.564953224 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 256x256 -#sar 0: 0/1 -0, 0, 0, 1, 196608, 0xada11d14 Test brenderpix-defpal failed. Look at tests/data/fate/brenderpix-defpal.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-brenderpix-defpal] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/brenderpix-intpal 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/brenderpix-intpal 2020-04-04 16:04:54.581619868 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 256x256 -#sar 0: 0/1 -0, 0, 0, 1, 196608, 0x9662f917 TEST dds-dx10-bc1a TEST dds-dx10-bc2 Test brenderpix-intpal failed. Look at tests/data/fate/brenderpix-intpal.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-brenderpix-intpal] Error 1 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-rgb24 TEST dds-rgb16 TEST dds-rgb555 TEST dds-rgba --- /home/fate/ffmpeg/tests/ref/fate/dds-pal 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/dds-pal 2020-04-04 16:04:54.774952930 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 128x128 -#sar 0: 0/1 -0, 0, 0, 1, 65536, 0x4287e5cd --- /home/fate/ffmpeg/tests/ref/fate/dds-pal-ati 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/dds-pal-ati 2020-04-04 16:04:54.788286245 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 64x64 -#sar 0: 0/1 -0, 0, 0, 1, 16384, 0x6ac18060 Test dds-pal failed. Look at tests/data/fate/dds-pal.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-dds-pal] Error 1 TEST dds-rgtc1s TEST dds-rgtc1u Test dds-pal-ati failed. Look at tests/data/fate/dds-pal-ati.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-dds-pal-ati] Error 1 TEST dds-rgtc2s TEST dds-rgtc2u TEST dds-rgtc2u-xy TEST dds-uyvy TEST dds-xbgr TEST dds-xrgb TEST dds-y TEST dds-ya TEST dds-ycocg TEST dds-yuyv TEST exr-slice-raw TEST exr-slice-rle TEST exr-slice-zip1 TEST exr-slice-zip16 TEST exr-slice-pxr24 TEST exr-rgb-scanline-pxr24-float-12x8 TEST exr-rgba-multiscanline-half-b44 TEST exr-rgb-scanline-float-b44 TEST exr-rgb-scanline-half-b44-12x8 TEST exr-rgb-scanline-half-b44-13x9 TEST exr-rgb-tile-float-raw-12x8 TEST exr-rgb-tile-float-raw-150x130 TEST exr-rgb-tile-half-raw-12x8 TEST exr-rgba-scanline-float-half-b44-13x9-l2 TEST exr-rgba-scanline-float-half-b44-13x9-l1 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-l2 TEST exr-rgb-tile-pxr24-half-float-l1 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-float-half-l1 TEST exr-rgb-scanline-pxr24-half-float-l2 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-rle-half-float-l1 TEST exr-rgb-scanline-zip1-half-float-l2 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-rgb24 TEST png-gray16 TEST png-rgb48 TEST png-rgba TEST png-rgba64 --- /home/fate/ffmpeg/tests/ref/fate/png-gray8 2017-03-24 21:02:53.636379807 +0000 +++ tests/data/fate/png-gray8 2020-04-04 16:04:56.018284522 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 128x128 -#sar 0: 1/1 -0, 0, 0, 1, 49152, 0x55121b03 Test png-gray8 failed. Look at tests/data/fate/png-gray8.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-png-gray8] Error 1 TEST png-ya8 TEST png-ya16 --- /home/fate/ffmpeg/tests/ref/fate/png-rgb48 2017-03-24 21:02:53.636379807 +0000 +++ tests/data/fate/png-rgb48 2020-04-04 16:04:56.058284466 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 128x128 -#sar 0: 1/1 -0, 0, 0, 1, 49152, 0xcf0e902a TEST png-int-rgb24 --- /home/fate/ffmpeg/tests/ref/fate/png-gray16 2017-03-24 21:02:53.636379807 +0000 +++ tests/data/fate/png-gray16 2020-04-04 16:04:56.068284451 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 128x128 -#sar 0: 1/1 -0, 0, 0, 1, 49152, 0xc71b77cd TEST psd-gray8 Test png-rgb48 failed. Look at tests/data/fate/png-rgb48.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-png-rgb48] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/png-rgba 2017-03-24 21:02:53.636379807 +0000 +++ tests/data/fate/png-rgba 2020-04-04 16:04:56.091617752 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 128x128 -#sar 0: 1/1 -0, 0, 0, 1, 49152, 0x5017bc21 TEST psd-gray16 Test png-gray16 failed. Look at tests/data/fate/png-gray16.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-png-gray16] Error 1 Test png-rgba failed. Look at tests/data/fate/png-rgba.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-png-rgba] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/png-rgba64 2017-03-24 21:02:53.636379807 +0000 +++ tests/data/fate/png-rgba64 2020-04-04 16:04:56.124951039 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 128x128 -#sar 0: 1/1 -0, 0, 0, 1, 49152, 0x04f35063 TEST psd-rgb24 TEST psd-rgb48 --- /home/fate/ffmpeg/tests/ref/fate/png-ya8 2017-03-24 21:02:53.636379807 +0000 +++ tests/data/fate/png-ya8 2020-04-04 16:04:56.164950983 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 128x128 -#sar 0: 1/1 -0, 0, 0, 1, 49152, 0x5a1481f8 --- /home/fate/ffmpeg/tests/ref/fate/png-ya16 2017-03-24 21:02:53.636379807 +0000 +++ tests/data/fate/png-ya16 2020-04-04 16:04:56.181617626 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 128x128 -#sar 0: 1/1 -0, 0, 0, 1, 49152, 0x0801ce78 Test png-rgba64 failed. Look at tests/data/fate/png-rgba64.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-png-rgba64] Error 1 TEST psd-rgba Test png-ya8 failed. Look at tests/data/fate/png-ya8.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-png-ya8] Error 1 Test png-ya16 failed. Look at tests/data/fate/png-ya16.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-png-ya16] Error 1 TEST psd-rgba64 TEST psd-ya8 TEST psd-ya16 --- /home/fate/ffmpeg/tests/ref/fate/psd-gray8 2017-03-24 21:02:53.636379807 +0000 +++ tests/data/fate/psd-gray8 2020-04-04 16:04:56.238284214 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 128x128 -#sar 0: 0/1 -0, 0, 0, 1, 49152, 0x55121b03 Test psd-gray8 failed. Look at tests/data/fate/psd-gray8.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-psd-gray8] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/psd-rgb24 2017-03-24 21:02:53.636379807 +0000 +++ tests/data/fate/psd-rgb24 2020-04-04 16:04:56.288284143 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 128x128 -#sar 0: 0/1 -0, 0, 0, 1, 49152, 0xe0013dee --- /home/fate/ffmpeg/tests/ref/fate/psd-gray16 2017-03-24 21:02:53.636379807 +0000 +++ tests/data/fate/psd-gray16 2020-04-04 16:04:56.258284185 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 128x128 -#sar 0: 0/1 -0, 0, 0, 1, 49152, 0xce3477d3 TEST psd-lena-127x127-rgb24 Test psd-rgb24 failed. Look at tests/data/fate/psd-rgb24.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-psd-rgb24] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/psd-rgba 2017-03-24 21:02:53.636379807 +0000 +++ tests/data/fate/psd-rgba 2020-04-04 16:04:56.328284088 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 128x128 -#sar 0: 0/1 -0, 0, 0, 1, 49152, 0xb2563b4a Test psd-gray16 failed. Look at tests/data/fate/psd-gray16.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-psd-gray16] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/psd-rgb48 2017-03-24 21:02:53.636379807 +0000 +++ tests/data/fate/psd-rgb48 2020-04-04 16:04:56.304950787 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 128x128 -#sar 0: 0/1 -0, 0, 0, 1, 49152, 0x0bc6503a TEST psd-lena-rgb-rle-127x127-16b Test psd-rgba failed. Look at tests/data/fate/psd-rgba.err for details. TEST psd-lena-rgb-rle-127x127-8b make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-psd-rgba] Error 1 Test psd-rgb48 failed. Look at tests/data/fate/psd-rgb48.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-psd-rgb48] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/psd-ya16 2017-03-24 21:02:53.636379807 +0000 +++ tests/data/fate/psd-ya16 2020-04-04 16:04:56.358284046 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 128x128 -#sar 0: 0/1 -0, 0, 0, 1, 49152, 0xe8f08af3 --- /home/fate/ffmpeg/tests/ref/fate/psd-ya8 2017-03-24 21:02:53.636379807 +0000 +++ tests/data/fate/psd-ya8 2020-04-04 16:04:56.351617388 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 128x128 -#sar 0: 0/1 -0, 0, 0, 1, 49152, 0xfa0ee1d0 TEST psd-lena-rgba-rle-128x128-8b TEST psd-lena-256c --- /home/fate/ffmpeg/tests/ref/fate/psd-rgba64 2017-03-24 21:02:53.636379807 +0000 +++ tests/data/fate/psd-rgba64 2020-04-04 16:04:56.348284059 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 128x128 -#sar 0: 0/1 -0, 0, 0, 1, 49152, 0xb847fd73 Test psd-ya16 failed. Look at tests/data/fate/psd-ya16.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-psd-ya16] Error 1 Test psd-ya8 failed. Look at tests/data/fate/psd-ya8.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-psd-ya8] Error 1 TEST psd-duo-tone-color TEST psd-lena-bitmap Test psd-rgba64 failed. Look at tests/data/fate/psd-rgba64.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-psd-rgba64] Error 1 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 --- /home/fate/ffmpeg/tests/ref/fate/sunraster-8bit-raw 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/sunraster-8bit-raw 2020-04-04 16:04:56.868283330 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 512x512 -#sar 0: 0/1 -0, 0, 0, 1, 786432, 0xf4364008 TEST targa-conformance-CTC24 Test sunraster-8bit-raw failed. Look at tests/data/fate/sunraster-8bit-raw.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-sunraster-8bit-raw] Error 1 TEST targa-conformance-CTC32 --- /home/fate/ffmpeg/tests/ref/fate/sunraster-8bit-rle 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/sunraster-8bit-rle 2020-04-04 16:04:56.911616603 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 512x512 -#sar 0: 0/1 -0, 0, 0, 1, 786432, 0xf4364008 Test sunraster-8bit-rle failed. Look at tests/data/fate/sunraster-8bit-rle.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-sunraster-8bit-rle] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/targa-conformance-CCM8 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/targa-conformance-CCM8 2020-04-04 16:04:56.961616533 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 128x128 -#sar 0: 0/1 -0, 0, 0, 1, 65536, 0x47e97fe9 TEST targa-conformance-UBW8 TEST targa-conformance-UCM8 Test targa-conformance-CCM8 failed. Look at tests/data/fate/targa-conformance-CCM8.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-targa-conformance-CCM8] Error 1 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 --- /home/fate/ffmpeg/tests/ref/fate/targa-conformance-UCM8 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/targa-conformance-UCM8 2020-04-04 16:04:57.041616421 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 128x128 -#sar 0: 0/1 -0, 0, 0, 1, 65536, 0x47e97fe9 TEST webp-rgb-lossless Test targa-conformance-UCM8 failed. Look at tests/data/fate/targa-conformance-UCM8.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-targa-conformance-UCM8] Error 1 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 dpx TEST bmpparser TEST pict TEST pictor --- /home/fate/ffmpeg/tests/ref/fate/webp-rgb-lena-lossless-rgb24 2017-03-24 21:02:53.646379831 +0000 +++ tests/data/fate/webp-rgb-lena-lossless-rgb24 2020-04-04 16:04:57.084949693 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 128x128 -#sar 0: 0/1 -0, 0, 0, 1, 49152, 0xe0013dee Test webp-rgb-lena-lossless-rgb24 failed. Look at tests/data/fate/webp-rgb-lena-lossless-rgb24.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-webp-rgb-lena-lossless-rgb24] Error 1 TEST pngparser TEST ptx TEST xface --- /home/fate/ffmpeg/tests/ref/fate/bmpparser 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/bmpparser 2020-04-04 16:04:57.118282980 +0000 @@ -1,9 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 40x30 -#sar 0: 0/1 -0, 0, 0, 1, 3600, 0xd3a7c583 -0, 1, 1, 1, 3600, 0x4602bbf9 -0, 2, 2, 1, 3600, 0x3a96b8f8 -0, 3, 3, 1, 3600, 0xb343b17f TEST lossless-alac TEST lossless-meridianaudio Test bmpparser failed. Look at tests/data/fate/bmpparser.err for details. --- /home/fate/ffmpeg/tests/ref/fate/pictor 2017-03-24 21:02:53.636379807 +0000 +++ tests/data/fate/pictor 2020-04-04 16:04:57.124949638 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 312x206 -#sar 0: 0/1 -0, 0, 0, 1, 192816, 0x29b9c158 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-bmpparser] Error 1 TEST ralf TEST lossless-shorten TEST lossless-tak Test pictor failed. Look at tests/data/fate/pictor.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-pictor] Error 1 TEST lossless-truehd-5.1 --- /home/fate/ffmpeg/tests/ref/fate/ptx 2017-03-24 21:02:53.636379807 +0000 +++ tests/data/fate/ptx 2020-04-04 16:04:57.141616281 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 1024x128 -#sar 0: 0/1 -0, 0, 0, 1, 393216, 0x30479950 TEST lossless-truehd-5.1-downmix-2.0 Test ptx failed. Look at tests/data/fate/ptx.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-ptx] Error 1 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 --- /home/fate/ffmpeg/tests/ref/fate/lagarith-rgb32 2017-03-24 21:02:53.633046466 +0000 +++ tests/data/fate/lagarith-rgb32 2020-04-04 16:04:57.281616085 +0000 @@ -1,30 +0,0 @@ -#tb 0: 1001/24000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 720x480 -#sar 0: 0/1 -0, 0, 0, 1, 1382400, 0x00000000 -0, 1, 1, 1, 1382400, 0x00000000 -0, 2, 2, 1, 1382400, 0x00000000 -0, 3, 3, 1, 1382400, 0x00000000 -0, 4, 4, 1, 1382400, 0x00000000 -0, 5, 5, 1, 1382400, 0xf95bde46 -0, 6, 6, 1, 1382400, 0x4f4c0393 -0, 7, 7, 1, 1382400, 0xe5aa40db -0, 8, 8, 1, 1382400, 0xc25a8ba2 -0, 9, 9, 1, 1382400, 0x9db3150d -0, 10, 10, 1, 1382400, 0x730e64b3 -0, 11, 11, 1, 1382400, 0xf8fd7edf -0, 12, 12, 1, 1382400, 0x0114798a -0, 13, 13, 1, 1382400, 0x7571210f -0, 14, 14, 1, 1382400, 0x552ae59d -0, 15, 15, 1, 1382400, 0x7ae0c946 -0, 16, 16, 1, 1382400, 0x0818c3ef -0, 17, 17, 1, 1382400, 0x8257cac4 -0, 18, 18, 1, 1382400, 0x7762a979 -0, 19, 19, 1, 1382400, 0x282af57a -0, 20, 20, 1, 1382400, 0x3f42de50 -0, 21, 21, 1, 1382400, 0xc42d5f93 -0, 22, 22, 1, 1382400, 0x18775c90 -0, 23, 23, 1, 1382400, 0x34befa90 -0, 24, 24, 1, 1382400, 0xd33d5f53 TEST lagarith-ticket4119 Test lagarith-rgb32 failed. Look at tests/data/fate/lagarith-rgb32.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-lagarith-rgb32] Error 1 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 --- /home/fate/ffmpeg/tests/ref/fate/msrle-8bit 2017-03-24 21:02:53.633046466 +0000 +++ tests/data/fate/msrle-8bit 2020-04-04 16:04:57.374949287 +0000 @@ -1,34 +0,0 @@ -#tb 0: 83333/500000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 80x48 -#sar 0: 0/1 -0, 0, 0, 1, 11520, 0xaf416a66 -0, 1, 1, 1, 11520, 0x8ab76654 -0, 2, 2, 1, 11520, 0xd22880c4 -0, 3, 3, 1, 11520, 0x9d2f612a -0, 4, 4, 1, 11520, 0xf538600a -0, 5, 5, 1, 11520, 0x371d64e6 -0, 6, 6, 1, 11520, 0x49043fbf -0, 7, 7, 1, 11520, 0x49043fbf -0, 8, 8, 1, 11520, 0x12d16528 -0, 9, 9, 1, 11520, 0x1e0a6109 -0, 10, 10, 1, 11520, 0x9d2f612a -0, 11, 11, 1, 11520, 0x96e083ca -0, 12, 12, 1, 11520, 0x8ab76654 -0, 13, 13, 1, 11520, 0x43ac6de7 -0, 14, 14, 1, 11520, 0x43ac6de7 -0, 15, 15, 1, 11520, 0x5c3e6819 -0, 16, 16, 1, 11520, 0x22758af0 -0, 17, 17, 1, 11520, 0x88845eba -0, 18, 18, 1, 11520, 0x4b38848a -0, 19, 19, 1, 11520, 0x4f7495d3 -0, 20, 20, 1, 11520, 0x736b702c -0, 21, 21, 1, 11520, 0x736b702c -0, 22, 22, 1, 11520, 0x4f7495d3 -0, 23, 23, 1, 11520, 0x4b38848a -0, 24, 24, 1, 11520, 0x88845eba -0, 25, 25, 1, 11520, 0x22758af0 -0, 26, 26, 1, 11520, 0x5c3e6819 -0, 27, 27, 1, 11520, 0x43ac6de7 -0, 28, 28, 1, 11520, 0x43ac6de7 Test msrle-8bit failed. Look at tests/data/fate/msrle-8bit.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-msrle-8bit] Error 1 TEST vc1_sa00040 TEST vc1_sa00050 --- /home/fate/ffmpeg/tests/ref/fate/msvideo1-8bit 2017-03-24 21:02:53.633046466 +0000 +++ tests/data/fate/msvideo1-8bit 2020-04-04 16:04:57.401615917 +0000 @@ -1,35 +0,0 @@ -#tb 0: 10000/300003 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 160x120 -#sar 0: 0/1 -0, 0, 0, 1, 57600, 0x8c3c5ee8 -0, 1, 1, 1, 57600, 0xb79800b1 -0, 2, 2, 1, 57600, 0x54a221be -0, 3, 3, 1, 57600, 0xb377ffb3 -0, 4, 4, 1, 57600, 0x46efd210 -0, 5, 5, 1, 57600, 0x46efd210 -0, 6, 6, 1, 57600, 0x46efd210 -0, 7, 7, 1, 57600, 0x92751fbc -0, 8, 8, 1, 57600, 0xd7287442 -0, 9, 9, 1, 57600, 0xcf1153ee -0, 10, 10, 1, 57600, 0xda5de91a -0, 11, 11, 1, 57600, 0xa11cd513 -0, 12, 12, 1, 57600, 0xa8edac2a -0, 13, 13, 1, 57600, 0xefd2a392 -0, 14, 14, 1, 57600, 0x2d7060cf -0, 15, 15, 1, 57600, 0xbda3130d -0, 16, 16, 1, 57600, 0xacb8e940 -0, 17, 17, 1, 57600, 0x93778985 -0, 18, 18, 1, 57600, 0x25ed4d97 -0, 19, 19, 1, 57600, 0x5be924bf -0, 20, 20, 1, 57600, 0xde5ee1f7 -0, 21, 21, 1, 57600, 0x39850ab6 -0, 22, 22, 1, 57600, 0x77da195d -0, 23, 23, 1, 57600, 0x6dad13c0 -0, 24, 24, 1, 57600, 0x69897c48 -0, 25, 25, 1, 57600, 0xfbe74728 -0, 26, 26, 1, 57600, 0x908af79d -0, 27, 27, 1, 57600, 0x4ec4a868 -0, 28, 28, 1, 57600, 0x7db370a1 -0, 29, 29, 1, 57600, 0x2b1e52f6 --- /home/fate/ffmpeg/tests/ref/fate/msvideo1-16bit 2017-03-24 21:02:53.633046466 +0000 +++ tests/data/fate/msvideo1-16bit 2020-04-04 16:04:57.404949245 +0000 @@ -1,35 +0,0 @@ -#tb 0: 33369/500000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 148x148 -#sar 0: 0/1 -0, 0, 0, 1, 65712, 0x03ff25b8 -0, 1, 1, 1, 65712, 0xfca02276 -0, 2, 2, 1, 65712, 0xd23646e4 -0, 3, 3, 1, 65712, 0x9ea43556 -0, 4, 4, 1, 65712, 0x47412948 -0, 5, 5, 1, 65712, 0x667230c9 -0, 6, 6, 1, 65712, 0x8224247a -0, 7, 7, 1, 65712, 0x9c0f1d71 -0, 8, 8, 1, 65712, 0x4fbb2e11 -0, 9, 9, 1, 65712, 0x0e4a2e34 -0, 10, 10, 1, 65712, 0xd58954c8 -0, 11, 11, 1, 65712, 0x131d3e2c -0, 12, 12, 1, 65712, 0x3b686bc7 -0, 13, 13, 1, 65712, 0xbea342a7 -0, 14, 14, 1, 65712, 0xbdff4ac7 -0, 15, 15, 1, 65712, 0x215e22ab -0, 16, 16, 1, 65712, 0xa9f0295f -0, 17, 17, 1, 65712, 0x46fb32f3 -0, 18, 18, 1, 65712, 0xd8be5bee -0, 19, 19, 1, 65712, 0x526411b6 -0, 20, 20, 1, 65712, 0x53951e21 -0, 21, 21, 1, 65712, 0x54a70ab3 -0, 22, 22, 1, 65712, 0xcc872e7a -0, 23, 23, 1, 65712, 0x06b2164c -0, 24, 24, 1, 65712, 0x1ae5135f -0, 25, 25, 1, 65712, 0x8d8a40b4 -0, 26, 26, 1, 65712, 0x3d732893 -0, 27, 27, 1, 65712, 0x239a52a8 -0, 28, 28, 1, 65712, 0xf6bd2fc9 -0, 29, 29, 1, 65712, 0x40b336c4 Test msvideo1-8bit failed. Look at tests/data/fate/msvideo1-8bit.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-msvideo1-8bit] Error 1 TEST vc1_sa10091 TEST vc1_sa10143 Test msvideo1-16bit failed. Look at tests/data/fate/msvideo1-16bit.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-msvideo1-16bit] Error 1 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 --- /home/fate/ffmpeg/tests/ref/fate/8bps 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/8bps 2020-04-04 16:04:57.641615580 +0000 @@ -1,46 +0,0 @@ -#tb 0: 2/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 360x240 -#sar 0: 9/10 -#tb 1: 1/22050 -#media_type 1: audio -#codec_id 1: pcm_s16le -#sample_rate 1: 22050 -#channel_layout 1: 4 -#channel_layout_name 1: mono -0, 0, 0, 1, 259200, 0x7e91df07 -1, 0, 0, 1024, 2048, 0x3d042426 -1, 1024, 1024, 1024, 2048, 0x5bcae456 -0, 1, 1, 1, 259200, 0x7e91df07 -1, 2048, 2048, 1024, 2048, 0xb6043655 -1, 3072, 3072, 1024, 2048, 0x6fdaffad -0, 2, 2, 1, 259200, 0xc468c119 -1, 4096, 4096, 1024, 2048, 0xf86700cb -1, 5120, 5120, 1024, 2048, 0x045e46c1 -0, 3, 3, 1, 259200, 0x0e058930 -1, 6144, 6144, 1024, 2048, 0x000df0e5 -0, 4, 4, 1, 259200, 0xa0261310 -1, 7168, 7168, 1024, 2048, 0x8f5f12fb -1, 8192, 8192, 1024, 2048, 0xd516f6b0 -0, 5, 5, 1, 259200, 0x78ca9aba -1, 9216, 9216, 1024, 2048, 0xa1fe2bd3 -1, 10240, 10240, 1024, 2048, 0x3647087a -0, 6, 6, 1, 259200, 0x4971f7b3 -1, 11264, 11264, 1024, 2048, 0xd2ee584e -1, 12288, 12288, 1024, 2048, 0xf132088c -0, 7, 7, 1, 259200, 0x7dc2cff7 -1, 13312, 13312, 1024, 2048, 0x1efc0eb1 -0, 8, 8, 1, 259200, 0x8cbc53d5 -1, 14336, 14336, 1024, 2048, 0xeb73f402 -1, 15360, 15360, 1024, 2048, 0x75cb3d20 -0, 9, 9, 1, 259200, 0xcccd77e3 -1, 16384, 16384, 1024, 2048, 0x85a501b6 -1, 17408, 17408, 1024, 2048, 0xa4eb312d -0, 10, 10, 1, 259200, 0x6b3e0fb3 -1, 18432, 18432, 1024, 2048, 0xf0aaf8c7 -0, 11, 11, 1, 259200, 0x281dd175 -1, 19456, 19456, 1024, 2048, 0x65371cda -1, 20480, 20480, 1024, 2048, 0x25512cd6 -1, 21504, 21504, 1024, 2048, 0xc81410e3 -1, 22528, 22528, 257, 514, 0x57d77b94 TEST qt-mac3-mono Test 8bps failed. Look at tests/data/fate/8bps.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-8bps] Error 1 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 --- /home/fate/ffmpeg/tests/ref/fate/rpza 2017-03-24 21:02:53.636379807 +0000 +++ tests/data/fate/rpza 2020-04-04 16:04:57.781615384 +0000 @@ -1,35 +0,0 @@ -#tb 0: 1/15 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x240 -#sar 0: 0/1 -0, 0, 0, 1, 230400, 0x26a4728c -0, 1, 1, 1, 230400, 0xa5ff0a21 -0, 2, 2, 1, 230400, 0x479d767d -0, 3, 3, 1, 230400, 0xc619cd01 -0, 4, 4, 1, 230400, 0x1d377157 -0, 5, 5, 1, 230400, 0x1d377157 -0, 6, 6, 1, 230400, 0x0941c629 -0, 7, 7, 1, 230400, 0xe64b3a93 -0, 8, 8, 1, 230400, 0x28493fd7 -0, 9, 9, 1, 230400, 0x18c77af2 -0, 10, 10, 1, 230400, 0x18c77af2 -0, 11, 11, 1, 230400, 0x5a542008 -0, 12, 12, 1, 230400, 0x5a542008 -0, 13, 13, 1, 230400, 0x3b1a34fd -0, 14, 14, 1, 230400, 0x77d34944 -0, 15, 15, 1, 230400, 0x50ac218c -0, 16, 16, 1, 230400, 0xcb999f16 -0, 17, 17, 1, 230400, 0xe1ce9f19 -0, 18, 18, 1, 230400, 0xb10b4264 -0, 19, 19, 1, 230400, 0x61207031 -0, 20, 20, 1, 230400, 0x81626d5b -0, 21, 21, 1, 230400, 0x81626d5b -0, 22, 22, 1, 230400, 0x1cb59751 -0, 23, 23, 1, 230400, 0x316e6962 -0, 24, 24, 1, 230400, 0x4c01b829 -0, 25, 25, 1, 230400, 0x276e32bc -0, 26, 26, 1, 230400, 0x276e32bc -0, 27, 27, 1, 230400, 0xe251117a -0, 28, 28, 1, 230400, 0xe251117a -0, 29, 29, 1, 230400, 0x41b7f098 TEST ra3-144 --- /home/fate/ffmpeg/tests/ref/fate/quickdraw 2017-03-24 21:02:53.636379807 +0000 +++ tests/data/fate/quickdraw 2020-04-04 16:04:57.781615384 +0000 @@ -1,17 +0,0 @@ -#tb 0: 1/15 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 640x480 -#sar 0: 0/1 -0, 0, 0, 1, 921600, 0xc0e68764 -0, 1, 1, 1, 921600, 0xc0e68764 -0, 2, 2, 1, 921600, 0xc0e68764 -0, 3, 3, 1, 921600, 0xc0e68764 -0, 4, 4, 1, 921600, 0xc0e68764 -0, 5, 5, 1, 921600, 0xc0e68764 -0, 7, 7, 1, 921600, 0x01a16629 -0, 9, 9, 1, 921600, 0x01a16629 -0, 10, 10, 1, 921600, 0x01a16629 -0, 11, 11, 1, 921600, 0x01a16629 -0, 12, 12, 1, 921600, 0x01a16629 -0, 13, 13, 1, 921600, 0x01a16629 TEST ra-144 Test rpza failed. Look at tests/data/fate/rpza.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-rpza] Error 1 Test quickdraw failed. Look at tests/data/fate/quickdraw.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-quickdraw] Error 1 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 --- /home/fate/ffmpeg/tests/ref/fate/cscd 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/cscd 2020-04-04 16:04:57.934948502 +0000 @@ -1,213 +0,0 @@ -#tb 0: 1/200 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 300x300 -#sar 0: 0/1 -0, 0, 0, 1, 270000, 0xf90015d8 -0, 9, 9, 1, 270000, 0xf90015d8 -0, 15, 15, 1, 270000, 0xf90015d8 -0, 22, 22, 1, 270000, 0xf90015d8 -0, 28, 28, 1, 270000, 0xf90015d8 -0, 34, 34, 1, 270000, 0xf90015d8 -0, 40, 40, 1, 270000, 0xf90015d8 -0, 47, 47, 1, 270000, 0xf90015d8 -0, 53, 53, 1, 270000, 0xf90015d8 -0, 59, 59, 1, 270000, 0xf90015d8 -0, 65, 65, 1, 270000, 0xf90015d8 -0, 72, 72, 1, 270000, 0xf90015d8 -0, 78, 78, 1, 270000, 0xf90015d8 -0, 84, 84, 1, 270000, 0xf90015d8 -0, 93, 93, 1, 270000, 0xf90015d8 -0, 100, 100, 1, 270000, 0xf90015d8 -0, 106, 106, 1, 270000, 0xf90015d8 -0, 112, 112, 1, 270000, 0xf90015d8 -0, 118, 118, 1, 270000, 0xf90015d8 -0, 125, 125, 1, 270000, 0xf90015d8 -0, 131, 131, 1, 270000, 0xf90015d8 -0, 137, 137, 1, 270000, 0xf90015d8 -0, 143, 143, 1, 270000, 0xf90015d8 -0, 150, 150, 1, 270000, 0xf90015d8 -0, 156, 156, 1, 270000, 0xf90015d8 -0, 162, 162, 1, 270000, 0xf90015d8 -0, 168, 168, 1, 270000, 0xf90015d8 -0, 175, 175, 1, 270000, 0xf90015d8 -0, 181, 181, 1, 270000, 0xf90015d8 -0, 187, 187, 1, 270000, 0xf90015d8 -0, 193, 193, 1, 270000, 0xf90015d8 -0, 200, 200, 1, 270000, 0xf90015d8 -0, 206, 206, 1, 270000, 0xf90015d8 -0, 212, 212, 1, 270000, 0xf90015d8 -0, 218, 218, 1, 270000, 0xf90015d8 -0, 225, 225, 1, 270000, 0xf90015d8 -0, 231, 231, 1, 270000, 0xf90015d8 -0, 237, 237, 1, 270000, 0xf90015d8 -0, 243, 243, 1, 270000, 0xf90015d8 -0, 253, 253, 1, 270000, 0x1f9c15d8 -0, 262, 262, 1, 270000, 0x436f15d8 -0, 268, 268, 1, 270000, 0xe90115d8 -0, 275, 275, 1, 270000, 0xe90115d8 -0, 281, 281, 1, 270000, 0x8ea215d8 -0, 290, 290, 1, 270000, 0x424015d8 -0, 300, 300, 1, 270000, 0x0ce315d8 -0, 309, 309, 1, 270000, 0x14bc15d8 -0, 318, 318, 1, 270000, 0x2a9215d8 -0, 328, 328, 1, 270000, 0x233f15d8 -0, 337, 337, 1, 270000, 0x764b15d8 -0, 347, 347, 1, 270000, 0xf76115d8 -0, 356, 356, 1, 270000, 0xbbe015d8 -0, 365, 365, 1, 270000, 0x95af15d8 -0, 375, 375, 1, 270000, 0x324815d8 -0, 384, 384, 1, 270000, 0x311915d8 -0, 393, 393, 1, 270000, 0x090ef191 -0, 403, 403, 1, 270000, 0xd88974dc -0, 412, 412, 1, 270000, 0xfa7f58df -0, 422, 422, 1, 270000, 0x78f849c3 -0, 431, 431, 1, 270000, 0xae174892 -0, 440, 440, 1, 270000, 0x9d4e2332 -0, 450, 450, 1, 270000, 0x874b09b4 -0, 459, 459, 1, 270000, 0x4069fed6 -0, 465, 465, 1, 270000, 0x4069fed6 -0, 472, 472, 1, 270000, 0x4069fed6 -0, 478, 478, 1, 270000, 0x4069fed6 -0, 484, 484, 1, 270000, 0x4069fed6 -0, 490, 490, 1, 270000, 0x4069fed6 -0, 500, 500, 1, 270000, 0x4069fed6 -0, 506, 506, 1, 270000, 0x4069fed6 -0, 512, 512, 1, 270000, 0x4069fed6 -0, 518, 518, 1, 270000, 0x4069fed6 -0, 525, 525, 1, 270000, 0x4069fed6 -0, 553, 553, 1, 270000, 0x773db046 -0, 559, 559, 1, 270000, 0x773db046 -0, 565, 565, 1, 270000, 0x773db046 -0, 572, 572, 1, 270000, 0x773db046 -0, 578, 578, 1, 270000, 0x773db046 -0, 584, 584, 1, 270000, 0x773db046 -0, 590, 590, 1, 270000, 0x773db046 -0, 597, 597, 1, 270000, 0x773db046 -0, 603, 603, 1, 270000, 0x773db046 -0, 609, 609, 1, 270000, 0x773db046 -0, 615, 615, 1, 270000, 0x773db046 -0, 622, 622, 1, 270000, 0x773db046 -0, 628, 628, 1, 270000, 0x773db046 -0, 634, 634, 1, 270000, 0x773db046 -0, 640, 640, 1, 270000, 0x773db046 -0, 647, 647, 1, 270000, 0x773db046 -0, 653, 653, 1, 270000, 0x773db046 -0, 662, 662, 1, 270000, 0x17b9aec9 -0, 672, 672, 1, 270000, 0x622fad4c -0, 681, 681, 1, 270000, 0xdaea3aef -0, 687, 687, 1, 270000, 0x61bb10e3 -0, 693, 693, 1, 270000, 0xfc37ee0c -0, 703, 703, 1, 270000, 0x50dbd01e -0, 712, 712, 1, 270000, 0xcd66c27c -0, 722, 722, 1, 270000, 0xd13f1e4f -0, 731, 731, 1, 270000, 0xa4a2dbf5 -0, 740, 740, 1, 270000, 0xf302c9ab -0, 750, 750, 1, 270000, 0x4479f7fe -0, 759, 759, 1, 270000, 0x1afe92c8 -0, 768, 768, 1, 270000, 0x3007f4c3 -0, 778, 778, 1, 270000, 0x5834c096 -0, 784, 784, 1, 270000, 0x40109126 -0, 790, 790, 1, 270000, 0x0a7b8882 -0, 800, 800, 1, 270000, 0x15b8635d -0, 806, 806, 1, 270000, 0xeaa5598e -0, 812, 812, 1, 270000, 0x0b7b5489 -0, 818, 818, 1, 270000, 0x0b7b5489 -0, 825, 825, 1, 270000, 0x0b7b5489 -0, 831, 831, 1, 270000, 0x0b7b5489 -0, 837, 837, 1, 270000, 0x8f0e6eaa -0, 847, 847, 1, 270000, 0xc46fc0f2 -0, 856, 856, 1, 270000, 0xadd7e605 -0, 865, 865, 1, 270000, 0x9d23a056 -0, 875, 875, 1, 270000, 0x365afa63 -0, 884, 884, 1, 270000, 0x6ac3bda2 -0, 893, 893, 1, 270000, 0x14f5daf2 -0, 903, 903, 1, 270000, 0x4b3afb6a -0, 909, 909, 1, 270000, 0x1a3302e3 -0, 915, 915, 1, 270000, 0x1a3302e3 -0, 922, 922, 1, 270000, 0x1a3302e3 -0, 928, 928, 1, 270000, 0x1a3302e3 -0, 934, 934, 1, 270000, 0xc15526e2 -0, 943, 943, 1, 270000, 0x3dd73006 -0, 953, 953, 1, 270000, 0x60abb5bc -0, 962, 962, 1, 270000, 0xb960c27c -0, 968, 968, 1, 270000, 0x8fa4c01c -0, 975, 975, 1, 270000, 0x8fa4c01c -0, 981, 981, 1, 270000, 0x8fa4c01c -0, 987, 987, 1, 270000, 0xb20dcc38 -0, 997, 997, 1, 270000, 0x03c6ad3c -0, 1006, 1006, 1, 270000, 0xe550b194 -0, 1012, 1012, 1, 270000, 0xe550b194 -0, 1018, 1018, 1, 270000, 0xe550b194 -0, 1025, 1025, 1, 270000, 0xe550b194 -0, 1031, 1031, 1, 270000, 0xe550b194 -0, 1037, 1037, 1, 270000, 0xe550b194 -0, 1043, 1043, 1, 270000, 0xe550b194 -0, 1050, 1050, 1, 270000, 0xe550b194 -0, 1056, 1056, 1, 270000, 0xe550b194 -0, 1062, 1062, 1, 270000, 0xe550b194 -0, 1068, 1068, 1, 270000, 0xe550b194 -0, 1075, 1075, 1, 270000, 0xe550b194 -0, 1081, 1081, 1, 270000, 0xe550b194 -0, 1087, 1087, 1, 270000, 0xe550b194 -0, 1093, 1093, 1, 270000, 0x4550a014 -0, 1103, 1103, 1, 270000, 0xaf639da8 -0, 1112, 1112, 1, 270000, 0xe4229da8 -0, 1118, 1118, 1, 270000, 0x315d9da8 -0, 1125, 1125, 1, 270000, 0x7e899da8 -0, 1134, 1134, 1, 270000, 0x99b9a8a0 -0, 1143, 1143, 1, 270000, 0x4588ac2a -0, 1153, 1153, 1, 270000, 0x1e79ae6e -0, 1162, 1162, 1, 270000, 0xa003cb14 -0, 1172, 1172, 1, 270000, 0x03ef1bb8 -0, 1181, 1181, 1, 270000, 0x3b3f30fc -0, 1190, 1190, 1, 270000, 0x4dad3525 -0, 1200, 1200, 1, 270000, 0x5b600c12 -0, 1209, 1209, 1, 270000, 0x75a1fab3 -0, 1218, 1218, 1, 270000, 0xc9f7d9ad -0, 1228, 1228, 1, 270000, 0x9eaec58d -0, 1237, 1237, 1, 270000, 0xb91bc3e8 -0, 1247, 1247, 1, 270000, 0x77bdbbfb -0, 1253, 1253, 1, 270000, 0x77bdbbfb -0, 1259, 1259, 1, 270000, 0x77bdbbfb -0, 1265, 1265, 1, 270000, 0x77bdbbfb -0, 1272, 1272, 1, 270000, 0x77bdbbfb -0, 1278, 1278, 1, 270000, 0x77bdbbfb -0, 1287, 1287, 1, 270000, 0x3d54eac2 -0, 1293, 1293, 1, 270000, 0x3d54eac2 -0, 1300, 1300, 1, 270000, 0x3d54eac2 -0, 1306, 1306, 1, 270000, 0x3d54eac2 -0, 1315, 1315, 1, 270000, 0x3d54eac2 -0, 1322, 1322, 1, 270000, 0x3d54eac2 -0, 1328, 1328, 1, 270000, 0x3d54eac2 -0, 1334, 1334, 1, 270000, 0x3d54eac2 -0, 1340, 1340, 1, 270000, 0x3d54eac2 -0, 1347, 1347, 1, 270000, 0x3d54eac2 -0, 1353, 1353, 1, 270000, 0x3d54eac2 -0, 1359, 1359, 1, 270000, 0x3d54eac2 -0, 1365, 1365, 1, 270000, 0x3d54eac2 -0, 1372, 1372, 1, 270000, 0x3d54eac2 -0, 1378, 1378, 1, 270000, 0x3d54eac2 -0, 1384, 1384, 1, 270000, 0x3d54eac2 -0, 1390, 1390, 1, 270000, 0x3d54eac2 -0, 1397, 1397, 1, 270000, 0x3d54eac2 -0, 1403, 1403, 1, 270000, 0x3d54eac2 -0, 1412, 1412, 1, 270000, 0x5f3609ba -0, 1422, 1422, 1, 270000, 0x80921b0c -0, 1428, 1428, 1, 270000, 0x80921b0c -0, 1434, 1434, 1, 270000, 0x80921b0c -0, 1440, 1440, 1, 270000, 0x80921b0c -0, 1447, 1447, 1, 270000, 0x80921b0c -0, 1453, 1453, 1, 270000, 0x80921b0c -0, 1459, 1459, 1, 270000, 0x80921b0c -0, 1465, 1465, 1, 270000, 0x80921b0c -0, 1472, 1472, 1, 270000, 0x80921b0c -0, 1478, 1478, 1, 270000, 0x80921b0c -0, 1484, 1484, 1, 270000, 0x80921b0c -0, 1490, 1490, 1, 270000, 0x80921b0c -0, 1497, 1497, 1, 270000, 0x80921b0c -0, 1503, 1503, 1, 270000, 0x80921b0c -0, 1509, 1509, 1, 270000, 0x80921b0c -0, 1515, 1515, 1, 270000, 0x80921b0c -0, 1525, 1525, 1, 270000, 0xf0e626a8 -0, 1531, 1531, 1, 270000, 0xf0e626a8 TEST fraps-v1 Test cscd failed. Look at tests/data/fate/cscd.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-cscd] Error 1 TEST fraps-v2 TEST fraps-v3 TEST fraps-v4 TEST fraps-v5 TEST tscc-15bit TEST tscc-32bit TEST vmnc-16bit --- /home/fate/ffmpeg/tests/ref/fate/fraps-v3 2017-03-24 21:02:53.619713101 +0000 +++ tests/data/fate/fraps-v3 2020-04-04 16:04:57.988281761 +0000 @@ -1,12 +0,0 @@ -#tb 0: 1/30 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 512x384 -#sar 0: 0/1 -0, 0, 0, 1, 589824, 0x0b181bbf -0, 1, 1, 1, 589824, 0xcd740f79 -0, 2, 2, 1, 589824, 0x16f8f90e -0, 3, 3, 1, 589824, 0x1aaaceba -0, 5, 5, 1, 589824, 0x902e8fe4 -0, 6, 6, 1, 589824, 0x019a4443 -0, 8, 8, 1, 589824, 0x04eff6c6 Test fraps-v3 failed. Look at tests/data/fate/fraps-v3.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-fraps-v3] Error 1 TEST vmnc-32bit TEST zmbv-8bit --- /home/fate/ffmpeg/tests/ref/fate/tscc-32bit 2018-07-23 00:59:31.102702941 +0000 +++ tests/data/fate/tscc-32bit 2020-04-04 16:04:58.021615047 +0000 @@ -1,40 +0,0 @@ -#tb 0: 1/15 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 1024x768 -#sar 0: 0/1 -0, 0, 0, 1, 2359296, 0x76cccaa7 -0, 1, 1, 1, 2359296, 0x09c52bbf -0, 2, 2, 1, 2359296, 0xc8746009 -0, 3, 3, 1, 2359296, 0xe48ff59b -0, 4, 4, 1, 2359296, 0xa2f1fddb -0, 5, 5, 1, 2359296, 0xbb0e0026 -0, 6, 6, 1, 2359296, 0x66a905ab -0, 7, 7, 1, 2359296, 0xe990f855 -0, 9, 9, 1, 2359296, 0x3ec2c64e -0, 13, 13, 1, 2359296, 0xda3ba3cf -0, 14, 14, 1, 2359296, 0x60a070fd -0, 15, 15, 1, 2359296, 0x42e5fedc -0, 17, 17, 1, 2359296, 0x699cf990 -0, 24, 24, 1, 2359296, 0x1524160c -0, 31, 31, 1, 2359296, 0x33df0c8c -0, 38, 38, 1, 2359296, 0xfe3d29f8 -0, 45, 45, 1, 2359296, 0x1b9d197f -0, 52, 52, 1, 2359296, 0x48c126fb -0, 59, 59, 1, 2359296, 0xcaa31c7c -0, 66, 66, 1, 2359296, 0xc6a333ee -0, 73, 73, 1, 2359296, 0xb96d1583 -0, 80, 80, 1, 2359296, 0x878135ec -0, 88, 88, 1, 2359296, 0x76922870 -0, 95, 95, 1, 2359296, 0xb0e031f0 -0, 102, 102, 1, 2359296, 0xb2ef2a6e -0, 105, 105, 1, 2359296, 0x083c2474 -0, 109, 109, 1, 2359296, 0xbdfe2ef3 -0, 116, 116, 1, 2359296, 0x934b1484 -0, 120, 120, 1, 2359296, 0x3e0d1a7e -0, 123, 123, 1, 2359296, 0x3ce539e8 -0, 130, 130, 1, 2359296, 0xd46c2f69 -0, 137, 137, 1, 2359296, 0x8d2933ee -0, 144, 144, 1, 2359296, 0xb6092b6d -0, 151, 151, 1, 2359296, 0xe4ef27fa -0, 158, 158, 1, 2359296, 0x5e5b2672 --- /home/fate/ffmpeg/tests/ref/fate/tscc-15bit 2018-07-23 00:59:31.102702941 +0000 +++ tests/data/fate/tscc-15bit 2020-04-04 16:04:58.011615062 +0000 @@ -1,113 +0,0 @@ -#tb 0: 1/15 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 548x400 -#sar 0: 0/1 -#tb 1: 1/11025 -#media_type 1: audio -#codec_id 1: pcm_s16le -#sample_rate 1: 11025 -#channel_layout 1: 4 -#channel_layout_name 1: mono -0, 0, 0, 1, 657600, 0x50b3a0c2 -1, 0, 0, 11025, 22050, 0x1740aaec -0, 3, 3, 1, 657600, 0x661aa145 -1, 11025, 11025, 11025, 22050, 0x75ed6086 -0, 21, 21, 1, 657600, 0x3c29a73f -0, 24, 24, 1, 657600, 0xee2ca145 -0, 30, 30, 1, 657600, 0xeb6fa442 -1, 22050, 22050, 11025, 22050, 0xca52a4e9 -0, 33, 33, 1, 657600, 0xb235a145 -0, 36, 36, 1, 657600, 0x39f7ad39 -0, 39, 39, 1, 657600, 0xb851abda -0, 42, 42, 1, 657600, 0xf6574b22 -0, 43, 43, 1, 657600, 0x1a154a9f -0, 44, 44, 1, 657600, 0x3de64916 -0, 45, 45, 1, 657600, 0xca3d9cd5 -1, 33075, 33075, 11025, 22050, 0xb306d419 -0, 47, 47, 1, 657600, 0x4779a2cf -0, 57, 57, 1, 657600, 0x29af1818 -0, 60, 60, 1, 657600, 0x77ace9c5 -1, 44100, 44100, 11025, 22050, 0x8cbb9625 -0, 62, 62, 1, 657600, 0x61b8e74b -0, 63, 63, 1, 657600, 0x8c6deace -0, 66, 66, 1, 657600, 0xbe1fe8d7 -0, 69, 69, 1, 657600, 0x633209db -0, 72, 72, 1, 657600, 0x3148adb5 -0, 74, 74, 1, 657600, 0x3b5f5216 -1, 55125, 55125, 11025, 22050, 0x34a11f66 -0, 78, 78, 1, 657600, 0x5e51fb89 -0, 80, 80, 1, 657600, 0x48eafb06 -0, 81, 81, 1, 657600, 0x9f7a8653 -0, 83, 83, 1, 657600, 0x29fc83d9 -0, 84, 84, 1, 657600, 0xe7689f10 -0, 85, 85, 1, 657600, 0x9f788dba -0, 86, 86, 1, 657600, 0x0e808eb2 -0, 87, 87, 1, 657600, 0x3ec53d79 -0, 88, 88, 1, 657600, 0x67ca3a7c -0, 89, 89, 1, 657600, 0xf7583802 -0, 90, 90, 1, 657600, 0x239e2fc6 -1, 66150, 66150, 11025, 22050, 0x1ae81230 -0, 93, 93, 1, 657600, 0x001c134c -0, 94, 94, 1, 657600, 0x5c85134c -0, 99, 99, 1, 657600, 0x5fef8bea -0, 101, 101, 1, 657600, 0x23135efa -1, 77175, 77175, 11025, 22050, 0x1217eeba -0, 108, 108, 1, 657600, 0x50cf63ee -0, 111, 111, 1, 657600, 0x2f5c5efa -0, 114, 114, 1, 657600, 0x9980d3c1 -0, 117, 117, 1, 657600, 0x23f02141 -0, 120, 120, 1, 657600, 0x3d31ea57 -1, 88200, 88200, 11025, 22050, 0x50e70baa -0, 121, 121, 1, 657600, 0x1e9be92f -0, 123, 123, 1, 657600, 0x05091a2e -0, 126, 126, 1, 657600, 0xd214c71a -0, 129, 129, 1, 657600, 0x3b07f720 -0, 132, 132, 1, 657600, 0x02becc42 -0, 133, 133, 1, 657600, 0x3d8fcf2e -0, 135, 135, 1, 657600, 0xec51ddd7 -1, 99225, 99225, 11025, 22050, 0xb19e89c0 -0, 141, 141, 1, 657600, 0x40a3b905 -0, 143, 143, 1, 657600, 0xbfc5baa9 -0, 150, 150, 1, 657600, 0x54a2f8dd -1, 110250, 110250, 11025, 22050, 0x78526696 -0, 151, 151, 1, 657600, 0x0b96f90d -0, 153, 153, 1, 657600, 0xa18119e9 -0, 154, 154, 1, 657600, 0x70a11ce6 -0, 155, 155, 1, 657600, 0xb36f19e9 -0, 156, 156, 1, 657600, 0xeb2219e9 -0, 159, 159, 1, 657600, 0xb98f19e9 -0, 160, 160, 1, 657600, 0xa4281966 -0, 161, 161, 1, 657600, 0xf0e61966 -0, 162, 162, 1, 657600, 0x065c19e9 -1, 121275, 121275, 11025, 22050, 0x48e3bb21 -0, 171, 171, 1, 657600, 0x2f1d1ce6 -0, 173, 173, 1, 657600, 0x181719e9 -0, 174, 174, 1, 657600, 0x938d1ce6 -0, 177, 177, 1, 657600, 0xf0acbabf -0, 180, 180, 1, 657600, 0x0f47804f -1, 132300, 132300, 11025, 22050, 0xbc32204a -0, 182, 182, 1, 657600, 0x5e0c7a55 -0, 183, 183, 1, 657600, 0x0c8f4374 -0, 184, 184, 1, 657600, 0x709a3b00 -0, 186, 186, 1, 657600, 0xf57b7a0f -0, 187, 187, 1, 657600, 0x99427f1b -0, 189, 189, 1, 657600, 0xcb3608e7 -0, 190, 190, 1, 657600, 0x0992fd64 -0, 192, 192, 1, 657600, 0x7a95fa02 -0, 195, 195, 1, 657600, 0xb97dd910 -1, 143325, 143325, 11025, 22050, 0xdf6f1e46 -0, 198, 198, 1, 657600, 0x3be07a66 -0, 200, 200, 1, 657600, 0x1ae77960 -0, 201, 201, 1, 657600, 0x62177f5a -0, 202, 202, 1, 657600, 0xf57c7c5d -0, 203, 203, 1, 657600, 0x600e7960 -0, 204, 204, 1, 657600, 0xe15d7960 -0, 205, 205, 1, 657600, 0x79427663 -0, 207, 207, 1, 657600, 0xa7c77960 -0, 209, 209, 1, 657600, 0x75f67663 -0, 210, 210, 1, 657600, 0x3a157960 -1, 154350, 154350, 11025, 22050, 0x4c91da9d -0, 211, 211, 1, 657600, 0x72aa7663 -0, 213, 213, 1, 657600, 0x1b277663 -0, 216, 216, 1, 657600, 0x6f5e7663 TEST zmbv-15bit Test tscc-32bit failed. Look at tests/data/fate/tscc-32bit.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-tscc-32bit] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/vmnc-16bit 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/vmnc-16bit 2020-04-04 16:04:58.031615033 +0000 @@ -1,197 +0,0 @@ -#tb 0: 1/5 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 720x400 -#sar 0: 0/1 -0, 0, 0, 1, 864000, 0xd6929ea7 -0, 1, 1, 1, 864000, 0x9d5283fa -0, 2, 2, 1, 864000, 0xcec52d42 -0, 3, 3, 1, 864000, 0x34d5943e -0, 4, 4, 1, 864000, 0x5bd0b2a8 -0, 5, 5, 1, 864000, 0x41f1c468 -0, 6, 6, 1, 864000, 0x16aa54b9 -0, 7, 7, 1, 864000, 0xdb92e88a -0, 8, 8, 1, 864000, 0x0ae5d695 -0, 9, 9, 1, 864000, 0x2c338d33 -0, 10, 10, 1, 864000, 0x2c338d33 -0, 11, 11, 1, 864000, 0x2c338d33 -0, 12, 12, 1, 864000, 0xd9c1152f -0, 13, 13, 1, 864000, 0x9833bf29 -0, 14, 14, 1, 864000, 0xbedbe1bc -0, 15, 15, 1, 864000, 0xd137d921 -0, 16, 16, 1, 864000, 0xcb0f967a -0, 17, 17, 1, 864000, 0x931a2881 -0, 18, 18, 1, 864000, 0xeb8ca351 -0, 19, 19, 1, 864000, 0xe2f66886 -0, 20, 20, 1, 864000, 0xb81fb99e -0, 21, 21, 1, 864000, 0x2048a4d9 -0, 22, 22, 1, 864000, 0x145b514f -0, 23, 23, 1, 864000, 0xcb6236f4 -0, 24, 24, 1, 864000, 0x6d2d79db -0, 25, 25, 1, 864000, 0xadca5356 -0, 26, 26, 1, 864000, 0x5d51f80c -0, 27, 27, 1, 864000, 0x9e240e68 -0, 28, 28, 1, 864000, 0xcafcbcc2 -0, 29, 29, 1, 864000, 0x76f99028 -0, 30, 30, 1, 864000, 0xd7450c61 -0, 31, 31, 1, 864000, 0x1431d79c -0, 32, 32, 1, 864000, 0x081a4e30 -0, 33, 33, 1, 864000, 0x0437c7d4 -0, 34, 34, 1, 864000, 0xb4bbea4b -0, 35, 35, 1, 864000, 0x0a149d41 -0, 36, 36, 1, 864000, 0xf7dbc0d5 -0, 37, 37, 1, 864000, 0x6933003c -0, 38, 38, 1, 864000, 0x18ce30e4 -0, 39, 39, 1, 864000, 0x8c8728c8 -0, 40, 40, 1, 864000, 0x37b6535b -0, 41, 41, 1, 864000, 0xcdab7be7 -0, 42, 42, 1, 864000, 0xe1e1cbe7 -0, 43, 43, 1, 864000, 0x1d476482 -0, 44, 44, 1, 864000, 0x0ae0b393 -0, 45, 45, 1, 864000, 0x49140206 -0, 46, 46, 1, 864000, 0xe9f9bd09 -0, 47, 47, 1, 864000, 0x89a7988b -0, 48, 48, 1, 864000, 0x24f780a7 -0, 49, 49, 1, 864000, 0x88a53dc0 -0, 50, 50, 1, 864000, 0x27ed3bb9 -0, 51, 51, 1, 864000, 0xc8151dfd -0, 52, 52, 1, 864000, 0xfcb8a9e0 -0, 53, 53, 1, 864000, 0xd6d554ba -0, 54, 54, 1, 864000, 0xbc6e06c6 -0, 55, 55, 1, 864000, 0x6334fc94 -0, 56, 56, 1, 864000, 0x7a7e0cdb -0, 57, 57, 1, 864000, 0xf96008cd -0, 58, 58, 1, 864000, 0xffbc4dbb -0, 59, 59, 1, 864000, 0x1071d886 -0, 60, 60, 1, 864000, 0x6b967ed3 -0, 61, 61, 1, 864000, 0xd370e0a2 -0, 62, 62, 1, 864000, 0x4cca84e8 -0, 63, 63, 1, 864000, 0xd46bdc94 -0, 64, 64, 1, 864000, 0x102a54bf -0, 65, 65, 1, 864000, 0xe39406cb -0, 66, 66, 1, 864000, 0x9bb07ad9 -0, 67, 67, 1, 864000, 0xd3b749b2 -0, 68, 68, 1, 864000, 0x59faf47d -0, 69, 69, 1, 864000, 0xba38de30 -0, 70, 70, 1, 864000, 0x7084eed8 -0, 71, 71, 1, 864000, 0xa966732d -0, 72, 72, 1, 864000, 0xb9f1ee2b -0, 73, 73, 1, 864000, 0x09267201 -0, 74, 74, 1, 864000, 0xc6b09e30 -0, 75, 75, 1, 864000, 0x080d1e77 -0, 76, 76, 1, 864000, 0xe28bbdc5 -0, 77, 77, 1, 864000, 0x230a30f8 -0, 78, 78, 1, 864000, 0x4d0bb8cd -0, 79, 79, 1, 864000, 0x96096417 -0, 80, 80, 1, 864000, 0x7467d417 -0, 81, 81, 1, 864000, 0xbcc07491 -0, 82, 82, 1, 864000, 0x794718d7 -0, 83, 83, 1, 864000, 0xf23ff243 -0, 84, 84, 1, 864000, 0x9961bb86 -0, 85, 85, 1, 864000, 0x7be4c703 -0, 86, 86, 1, 864000, 0x727f8e3f -0, 87, 87, 1, 864000, 0xda421623 -0, 88, 88, 1, 864000, 0xca69ac6b -0, 89, 89, 1, 864000, 0x67aeb68e -0, 90, 90, 1, 864000, 0x3b665f61 -0, 91, 91, 1, 864000, 0x3716150b -0, 92, 92, 1, 864000, 0x2dcd57f2 -0, 93, 93, 1, 864000, 0x800257f2 -0, 94, 94, 1, 864000, 0x10de99ef -0, 95, 95, 1, 864000, 0x3438389f -0, 96, 96, 1, 864000, 0x42682867 -0, 97, 97, 1, 864000, 0x9d64d5a9 -0, 98, 98, 1, 864000, 0x9e2eb12b -0, 99, 99, 1, 864000, 0xb9f42d64 -0, 100, 100, 1, 864000, 0xd6f36c3d -0, 101, 101, 1, 864000, 0xfeaa390f -0, 102, 102, 1, 864000, 0x3fe067b0 -0, 103, 103, 1, 864000, 0x45ebac70 -0, 104, 104, 1, 864000, 0xabfb9215 -0, 105, 105, 1, 864000, 0x20f79c38 -0, 106, 106, 1, 864000, 0x326858d2 -0, 107, 107, 1, 864000, 0x67154ef1 -0, 108, 108, 1, 864000, 0x2b3d328f -0, 109, 109, 1, 864000, 0x8190250b -0, 110, 110, 1, 864000, 0x31dead22 -0, 111, 111, 1, 864000, 0xa9b8d9bc -0, 112, 112, 1, 864000, 0x330db698 -0, 113, 113, 1, 864000, 0x0ff803b1 -0, 114, 114, 1, 864000, 0xb7614eb4 -0, 115, 115, 1, 864000, 0x12c75d64 -0, 116, 116, 1, 864000, 0x622c03f3 -0, 117, 117, 1, 864000, 0x0ace0b90 -0, 118, 118, 1, 864000, 0x2c2b59c6 -0, 119, 119, 1, 864000, 0xadbbe628 -0, 120, 120, 1, 864000, 0x1371f576 -0, 121, 121, 1, 864000, 0x066a471c -0, 122, 122, 1, 864000, 0x0e6f8a03 -0, 123, 123, 1, 864000, 0x4325670d -0, 124, 124, 1, 864000, 0x2e8abe3a -0, 125, 125, 1, 864000, 0x0ea8b8a4 -0, 126, 126, 1, 864000, 0x65e4eb53 -0, 127, 127, 1, 864000, 0xa03d108d -0, 128, 128, 1, 864000, 0xd3d56fd6 -0, 129, 129, 1, 864000, 0x1b8e4c47 -0, 130, 130, 1, 864000, 0x5bd0316d -0, 131, 131, 1, 864000, 0x49478b20 -0, 132, 132, 1, 864000, 0x3dae9cb2 -0, 133, 133, 1, 864000, 0x671e2b2a -0, 134, 134, 1, 864000, 0x521763ee -0, 135, 135, 1, 864000, 0x73dc4b9a -0, 136, 136, 1, 864000, 0x3c95d7bf -0, 137, 137, 1, 864000, 0x3abdc580 -0, 138, 138, 1, 864000, 0xae24d5b8 -0, 139, 139, 1, 864000, 0xe630dfdb -0, 140, 140, 1, 864000, 0x229ad7bf -0, 141, 141, 1, 864000, 0x3372e1e2 -0, 142, 142, 1, 864000, 0xa821c580 -0, 143, 143, 1, 864000, 0x7c78e5f0 -0, 144, 144, 1, 864000, 0x3324ddd4 -0, 145, 145, 1, 864000, 0x98580f38 -0, 146, 146, 1, 864000, 0x14072fa8 -0, 147, 147, 1, 864000, 0xdbb21510 -0, 148, 148, 1, 864000, 0x6a55b3b1 -0, 149, 149, 1, 864000, 0x7b5ba580 -0, 150, 150, 1, 864000, 0x2f5e8102 -0, 151, 151, 1, 864000, 0x691e2313 -0, 152, 152, 1, 864000, 0x423b1af7 -0, 153, 153, 1, 864000, 0x02842b2f -0, 154, 154, 1, 864000, 0x8a4e24dd -0, 155, 155, 1, 864000, 0xbbebf834 -0, 156, 156, 1, 864000, 0x0ba68a3b -0, 157, 157, 1, 864000, 0x6390d66a -0, 158, 158, 1, 864000, 0x6ee32da6 -0, 159, 159, 1, 864000, 0xace87229 -0, 160, 160, 1, 864000, 0xb2a10064 -0, 161, 161, 1, 864000, 0x9cc42dab -0, 162, 162, 1, 864000, 0x32eb0f42 -0, 163, 163, 1, 864000, 0x6cb1fa03 -0, 164, 164, 1, 864000, 0xddd28c0a -0, 165, 165, 1, 864000, 0xae5ca0cf -0, 166, 166, 1, 864000, 0x4cb99ec8 -0, 167, 167, 1, 864000, 0xdad7d37e -0, 168, 168, 1, 864000, 0x7090b71c -0, 169, 169, 1, 864000, 0x7090b71c -0, 170, 170, 1, 864000, 0x96a4c54d -0, 171, 171, 1, 864000, 0x96a4c54d -0, 172, 172, 1, 864000, 0x96a4c54d -0, 173, 173, 1, 864000, 0xc47eb71c -0, 174, 174, 1, 864000, 0xcd678c89 -0, 175, 175, 1, 864000, 0xb89e7843 -0, 176, 176, 1, 864000, 0x7f3aa2d6 -0, 177, 177, 1, 864000, 0xffc57e58 -0, 178, 178, 1, 864000, 0x091fa2d6 -0, 179, 179, 1, 864000, 0x3bc994a5 -0, 180, 180, 1, 864000, 0x73afacf9 -0, 181, 181, 1, 864000, 0x628b8266 -0, 182, 182, 1, 864000, 0xe2f2a4dd -0, 183, 183, 1, 864000, 0x7118e9cb -0, 184, 184, 1, 864000, 0x65b1438d -0, 185, 185, 1, 864000, 0x51657ec8 -0, 186, 186, 1, 864000, 0x41a75435 -0, 187, 187, 1, 864000, 0xe387f665 -0, 188, 188, 1, 864000, 0x2baabb9a -0, 189, 189, 1, 864000, 0xd2d74993 -0, 190, 190, 1, 864000, 0xd2d74993 -0, 191, 191, 1, 864000, 0xa7bf53b6 TEST zmbv-16bit Test vmnc-16bit failed. Look at tests/data/fate/vmnc-16bit.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vmnc-16bit] Error 1 Test tscc-15bit failed. Look at tests/data/fate/tscc-15bit.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-tscc-15bit] Error 1 TEST zmbv-32bit TEST segment-mp4-to-ts TEST segment-adts-to-mkv --- /home/fate/ffmpeg/tests/ref/fate/vmnc-32bit 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/vmnc-32bit 2020-04-04 16:04:58.044948348 +0000 @@ -1,54 +0,0 @@ -#tb 0: 1/5 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 1268x961 -#sar 0: 0/1 -0, 0, 0, 1, 3655644, 0x87973530 -0, 1, 1, 1, 3655644, 0x87973530 -0, 2, 2, 1, 3655644, 0x3c3167fd -0, 5, 5, 1, 3655644, 0x87973530 -0, 7, 7, 1, 3655644, 0x3c3167fd -0, 10, 10, 1, 3655644, 0x87973530 -0, 11, 11, 1, 3655644, 0x87973530 -0, 12, 12, 1, 3655644, 0x3c3167fd -0, 15, 15, 1, 3655644, 0x87973530 -0, 18, 18, 1, 3655644, 0x4f0da763 -0, 19, 19, 1, 3655644, 0x66a4a763 -0, 20, 20, 1, 3655644, 0xb20a7496 -0, 23, 23, 1, 3655644, 0x66a4a763 -0, 24, 24, 1, 3655644, 0x5600644a -0, 26, 26, 1, 3655644, 0xce5880ee -0, 49, 49, 1, 3655644, 0xa993ef3d -0, 61, 61, 1, 3655644, 0x73564014 -0, 64, 64, 1, 3655644, 0x2a6e1e8c -0, 68, 68, 1, 3655644, 0xbae02e7c -0, 72, 72, 1, 3655644, 0x55af4a2d -0, 73, 73, 1, 3655644, 0x54b7ff2d -0, 77, 77, 1, 3655644, 0x39af1aed -0, 82, 82, 1, 3655644, 0xe48dd11c -0, 89, 89, 1, 3655644, 0xba15c78d -0, 96, 96, 1, 3655644, 0x39af1aed -0, 103, 103, 1, 3655644, 0x27f96cd8 -0, 110, 110, 1, 3655644, 0xf4f068dc -0, 111, 111, 1, 3655644, 0xf1c55cf5 -0, 113, 113, 1, 3655644, 0xd932633d -0, 114, 114, 1, 3655644, 0xc6e95e0a -0, 115, 115, 1, 3655644, 0x9a63c9de -0, 116, 116, 1, 3655644, 0xf166ad4f -0, 117, 117, 1, 3655644, 0xe9eeba41 -0, 118, 118, 1, 3655644, 0x7e598ad7 -0, 123, 123, 1, 3655644, 0xf3bd257e -0, 127, 127, 1, 3655644, 0xf35b3852 -0, 128, 128, 1, 3655644, 0x9d553959 -0, 129, 129, 1, 3655644, 0x0a9de8e2 -0, 135, 135, 1, 3655644, 0xf2325b6c -0, 137, 137, 1, 3655644, 0xcf924028 -0, 139, 139, 1, 3655644, 0x8dae55bc -0, 141, 141, 1, 3655644, 0x57b08ced -0, 143, 143, 1, 3655644, 0xef89a1d8 -0, 145, 145, 1, 3655644, 0x69e5503a -0, 147, 147, 1, 3655644, 0xc3de7b3f -0, 149, 149, 1, 3655644, 0x88eea64a -0, 162, 162, 1, 3655644, 0xe39cce1f -0, 166, 166, 1, 3655644, 0xf0ed0d04 -0, 171, 171, 1, 3655644, 0x32490d3e Test vmnc-32bit failed. Look at tests/data/fate/vmnc-32bit.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vmnc-32bit] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/zmbv-8bit 2017-03-24 21:02:53.646379831 +0000 +++ tests/data/fate/zmbv-8bit 2020-04-04 16:04:58.058281662 +0000 @@ -1,281 +0,0 @@ -#tb 0: 1000000/70086303 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x200 -#sar 0: 0/1 -0, 0, 0, 1, 192000, 0x5234b617 -0, 1, 1, 1, 192000, 0x5234b617 -0, 2, 2, 1, 192000, 0x5234b617 -0, 3, 3, 1, 192000, 0x5234b617 -0, 4, 4, 1, 192000, 0x5234b617 -0, 5, 5, 1, 192000, 0x5234b617 -0, 6, 6, 1, 192000, 0x5234b617 -0, 7, 7, 1, 192000, 0x5234b617 -0, 8, 8, 1, 192000, 0x5234b617 -0, 9, 9, 1, 192000, 0x5234b617 -0, 10, 10, 1, 192000, 0x5234b617 -0, 11, 11, 1, 192000, 0x5234b617 -0, 12, 12, 1, 192000, 0x5234b617 -0, 13, 13, 1, 192000, 0x5234b617 -0, 14, 14, 1, 192000, 0x5234b617 -0, 15, 15, 1, 192000, 0x5234b617 -0, 16, 16, 1, 192000, 0x5234b617 -0, 17, 17, 1, 192000, 0x5234b617 -0, 18, 18, 1, 192000, 0x5234b617 -0, 19, 19, 1, 192000, 0x5234b617 -0, 20, 20, 1, 192000, 0x5234b617 -0, 21, 21, 1, 192000, 0x5234b617 -0, 22, 22, 1, 192000, 0x5234b617 -0, 23, 23, 1, 192000, 0x5234b617 -0, 24, 24, 1, 192000, 0x5234b617 -0, 25, 25, 1, 192000, 0x5234b617 -0, 26, 26, 1, 192000, 0x5234b617 -0, 27, 27, 1, 192000, 0x5234b617 -0, 28, 28, 1, 192000, 0x5234b617 -0, 29, 29, 1, 192000, 0x5234b617 -0, 30, 30, 1, 192000, 0x5234b617 -0, 31, 31, 1, 192000, 0x5234b617 -0, 32, 32, 1, 192000, 0x5234b617 -0, 33, 33, 1, 192000, 0x5234b617 -0, 34, 34, 1, 192000, 0x5234b617 -0, 35, 35, 1, 192000, 0x5234b617 -0, 36, 36, 1, 192000, 0x5234b617 -0, 37, 37, 1, 192000, 0x5234b617 -0, 38, 38, 1, 192000, 0x5234b617 -0, 39, 39, 1, 192000, 0x5234b617 -0, 40, 40, 1, 192000, 0x5234b617 -0, 41, 41, 1, 192000, 0x5234b617 -0, 42, 42, 1, 192000, 0x5234b617 -0, 43, 43, 1, 192000, 0x5234b617 -0, 44, 44, 1, 192000, 0x5234b617 -0, 45, 45, 1, 192000, 0x5234b617 -0, 46, 46, 1, 192000, 0x5234b617 -0, 47, 47, 1, 192000, 0x5234b617 -0, 48, 48, 1, 192000, 0x5234b617 -0, 49, 49, 1, 192000, 0x5234b617 -0, 50, 50, 1, 192000, 0x5234b617 -0, 51, 51, 1, 192000, 0x5234b617 -0, 52, 52, 1, 192000, 0x5234b617 -0, 53, 53, 1, 192000, 0x5234b617 -0, 54, 54, 1, 192000, 0x5234b617 -0, 55, 55, 1, 192000, 0x5234b617 -0, 56, 56, 1, 192000, 0x5234b617 -0, 57, 57, 1, 192000, 0x5234b617 -0, 58, 58, 1, 192000, 0x5234b617 -0, 59, 59, 1, 192000, 0x5234b617 -0, 60, 60, 1, 192000, 0x5234b617 -0, 61, 61, 1, 192000, 0x5234b617 -0, 62, 62, 1, 192000, 0x5234b617 -0, 63, 63, 1, 192000, 0x5234b617 -0, 64, 64, 1, 192000, 0x5234b617 -0, 65, 65, 1, 192000, 0x5234b617 -0, 66, 66, 1, 192000, 0x5234b617 -0, 67, 67, 1, 192000, 0x5234b617 -0, 68, 68, 1, 192000, 0x5234b617 -0, 69, 69, 1, 192000, 0x5234b617 -0, 70, 70, 1, 192000, 0x5234b617 -0, 71, 71, 1, 192000, 0x5234b617 -0, 72, 72, 1, 192000, 0x5234b617 -0, 73, 73, 1, 192000, 0x5234b617 -0, 74, 74, 1, 192000, 0x5234b617 -0, 75, 75, 1, 192000, 0x5234b617 -0, 76, 76, 1, 192000, 0x5234b617 -0, 77, 77, 1, 192000, 0x5234b617 -0, 78, 78, 1, 192000, 0x5234b617 -0, 79, 79, 1, 192000, 0x5234b617 -0, 80, 80, 1, 192000, 0x5234b617 -0, 81, 81, 1, 192000, 0x5234b617 -0, 82, 82, 1, 192000, 0x5234b617 -0, 83, 83, 1, 192000, 0x5234b617 -0, 84, 84, 1, 192000, 0x5234b617 -0, 85, 85, 1, 192000, 0x5234b617 -0, 86, 86, 1, 192000, 0x0c148693 -0, 87, 87, 1, 192000, 0x973f438b -0, 88, 88, 1, 192000, 0x602a279b -0, 89, 89, 1, 192000, 0x739c7527 -0, 90, 90, 1, 192000, 0x4ef4b477 -0, 91, 91, 1, 192000, 0x8fffec23 -0, 92, 92, 1, 192000, 0xe192c706 -0, 93, 93, 1, 192000, 0xf38000e5 -0, 94, 94, 1, 192000, 0x628b9051 -0, 95, 95, 1, 192000, 0xd7c162c0 -0, 96, 96, 1, 192000, 0xd4b85307 -0, 97, 97, 1, 192000, 0x377cf8cf -0, 98, 98, 1, 192000, 0xf1ffdff2 -0, 99, 99, 1, 192000, 0x95a0ab01 -0, 100, 100, 1, 192000, 0xeb69c7f0 -0, 101, 101, 1, 192000, 0xfbd0af52 -0, 102, 102, 1, 192000, 0x32da6d10 -0, 103, 103, 1, 192000, 0xca8e7836 -0, 104, 104, 1, 192000, 0x404cefe9 -0, 105, 105, 1, 192000, 0x0433e9c8 -0, 106, 106, 1, 192000, 0xd6e09ecf -0, 107, 107, 1, 192000, 0xc9a822b5 -0, 108, 108, 1, 192000, 0x032f2398 -0, 109, 109, 1, 192000, 0x9e0305bf -0, 110, 110, 1, 192000, 0x9d66c993 -0, 111, 111, 1, 192000, 0xe126b022 -0, 112, 112, 1, 192000, 0xb59d2829 -0, 113, 113, 1, 192000, 0x967ad5b1 -0, 114, 114, 1, 192000, 0xb76ad1dc -0, 115, 115, 1, 192000, 0xc901e6e3 -0, 116, 116, 1, 192000, 0xd22bc862 -0, 117, 117, 1, 192000, 0xe7547295 -0, 118, 118, 1, 192000, 0x179a8d78 -0, 119, 119, 1, 192000, 0x87a4310f -0, 120, 120, 1, 192000, 0x4e24d3b3 -0, 121, 121, 1, 192000, 0xb1b8e58a -0, 122, 122, 1, 192000, 0x0ae55330 -0, 123, 123, 1, 192000, 0xdb3288ab -0, 124, 124, 1, 192000, 0x31867a92 -0, 125, 125, 1, 192000, 0x2a44a0a5 -0, 126, 126, 1, 192000, 0x29c062f4 -0, 127, 127, 1, 192000, 0xf4df3a2b -0, 128, 128, 1, 192000, 0x8e424f86 -0, 129, 129, 1, 192000, 0x25b901f9 -0, 130, 130, 1, 192000, 0x77af6cad -0, 131, 131, 1, 192000, 0x0b82d562 -0, 132, 132, 1, 192000, 0x4322dc3e -0, 133, 133, 1, 192000, 0x4322dc3e -0, 134, 134, 1, 192000, 0x4322dc3e -0, 135, 135, 1, 192000, 0x2c51f91e -0, 136, 136, 1, 192000, 0x2c51f91e -0, 137, 137, 1, 192000, 0x2c51f91e -0, 138, 138, 1, 192000, 0x2c51f91e -0, 139, 139, 1, 192000, 0x197128e5 -0, 140, 140, 1, 192000, 0x197128e5 -0, 141, 141, 1, 192000, 0x197128e5 -0, 142, 142, 1, 192000, 0xb67867c5 -0, 143, 143, 1, 192000, 0xb67867c5 -0, 144, 144, 1, 192000, 0xb67867c5 -0, 145, 145, 1, 192000, 0xb67867c5 -0, 146, 146, 1, 192000, 0x62fcac19 -0, 147, 147, 1, 192000, 0x62fcac19 -0, 148, 148, 1, 192000, 0x62fcac19 -0, 149, 149, 1, 192000, 0xe4f4f281 -0, 150, 150, 1, 192000, 0xe4f4f281 -0, 151, 151, 1, 192000, 0xe4f4f281 -0, 152, 152, 1, 192000, 0xe4f4f281 -0, 153, 153, 1, 192000, 0x060c3190 -0, 154, 154, 1, 192000, 0x060c3190 -0, 155, 155, 1, 192000, 0x060c3190 -0, 156, 156, 1, 192000, 0xe5c05bb4 -0, 157, 157, 1, 192000, 0xe5c05bb4 -0, 158, 158, 1, 192000, 0xe5c05bb4 -0, 159, 159, 1, 192000, 0xe5c05bb4 -0, 160, 160, 1, 192000, 0xd4b187fc -0, 161, 161, 1, 192000, 0xd4b187fc -0, 162, 162, 1, 192000, 0xd4b187fc -0, 163, 163, 1, 192000, 0x9a549a6c -0, 164, 164, 1, 192000, 0x9a549a6c -0, 165, 165, 1, 192000, 0x9a549a6c -0, 166, 166, 1, 192000, 0x9a549a6c -0, 167, 167, 1, 192000, 0xd491bd50 -0, 168, 168, 1, 192000, 0xd491bd50 -0, 169, 169, 1, 192000, 0xd491bd50 -0, 170, 170, 1, 192000, 0xfdfad4a8 -0, 171, 171, 1, 192000, 0xfdfad4a8 -0, 172, 172, 1, 192000, 0xfdfad4a8 -0, 173, 173, 1, 192000, 0xfdfad4a8 -0, 174, 174, 1, 192000, 0x363ef77c -0, 175, 175, 1, 192000, 0x363ef77c -0, 176, 176, 1, 192000, 0x363ef77c -0, 177, 177, 1, 192000, 0x80c016f7 -0, 178, 178, 1, 192000, 0x80c016f7 -0, 179, 179, 1, 192000, 0x80c016f7 -0, 180, 180, 1, 192000, 0x80c016f7 -0, 181, 181, 1, 192000, 0x65852e7f -0, 182, 182, 1, 192000, 0x65852e7f -0, 183, 183, 1, 192000, 0x65852e7f -0, 184, 184, 1, 192000, 0xcb13542b -0, 185, 185, 1, 192000, 0xcb13542b -0, 186, 186, 1, 192000, 0xcb13542b -0, 187, 187, 1, 192000, 0xcb13542b -0, 188, 188, 1, 192000, 0xb7a5664f -0, 189, 189, 1, 192000, 0xb7a5664f -0, 190, 190, 1, 192000, 0xb7a5664f -0, 191, 191, 1, 192000, 0x8a128fd7 -0, 192, 192, 1, 192000, 0x8a128fd7 -0, 193, 193, 1, 192000, 0x8a128fd7 -0, 194, 194, 1, 192000, 0x8a128fd7 -0, 195, 195, 1, 192000, 0x9674b39b -0, 196, 196, 1, 192000, 0x9674b39b -0, 197, 197, 1, 192000, 0x9674b39b -0, 198, 198, 1, 192000, 0x2940e3b3 -0, 199, 199, 1, 192000, 0x2940e3b3 -0, 200, 200, 1, 192000, 0x2940e3b3 -0, 201, 201, 1, 192000, 0x2940e3b3 -0, 202, 202, 1, 192000, 0x0440e56b -0, 203, 203, 1, 192000, 0x0440e56b -0, 204, 204, 1, 192000, 0x0440e56b -0, 205, 205, 1, 192000, 0xefa3d16b -0, 206, 206, 1, 192000, 0xefa3d16b -0, 207, 207, 1, 192000, 0xefa3d16b -0, 208, 208, 1, 192000, 0xefa3d16b -0, 209, 209, 1, 192000, 0x6569b257 -0, 210, 210, 1, 192000, 0x6569b257 -0, 211, 211, 1, 192000, 0x6569b257 -0, 212, 212, 1, 192000, 0x089985d7 -0, 213, 213, 1, 192000, 0x089985d7 -0, 214, 214, 1, 192000, 0x089985d7 -0, 215, 215, 1, 192000, 0x089985d7 -0, 216, 216, 1, 192000, 0x87e160af -0, 217, 217, 1, 192000, 0x87e160af -0, 218, 218, 1, 192000, 0x87e160af -0, 219, 219, 1, 192000, 0x117433bb -0, 220, 220, 1, 192000, 0x117433bb -0, 221, 221, 1, 192000, 0x117433bb -0, 222, 222, 1, 192000, 0x117433bb -0, 223, 223, 1, 192000, 0xd9e0f8bc -0, 224, 224, 1, 192000, 0xd9e0f8bc -0, 225, 225, 1, 192000, 0xd9e0f8bc -0, 226, 226, 1, 192000, 0x653cac38 -0, 227, 227, 1, 192000, 0x653cac38 -0, 228, 228, 1, 192000, 0x653cac38 -0, 229, 229, 1, 192000, 0x653cac38 -0, 230, 230, 1, 192000, 0x9070526c -0, 231, 231, 1, 192000, 0x9070526c -0, 232, 232, 1, 192000, 0x9070526c -0, 233, 233, 1, 192000, 0x15e6e9c9 -0, 234, 234, 1, 192000, 0x15e6e9c9 -0, 235, 235, 1, 192000, 0x15e6e9c9 -0, 236, 236, 1, 192000, 0x15e6e9c9 -0, 237, 237, 1, 192000, 0x610eab25 -0, 238, 238, 1, 192000, 0x610eab25 -0, 239, 239, 1, 192000, 0x610eab25 -0, 240, 240, 1, 192000, 0xde2a829d -0, 241, 241, 1, 192000, 0xde2a829d -0, 242, 242, 1, 192000, 0xde2a829d -0, 243, 243, 1, 192000, 0xde2a829d -0, 244, 244, 1, 192000, 0x2014becd -0, 245, 245, 1, 192000, 0x2014becd -0, 246, 246, 1, 192000, 0x2014becd -0, 247, 247, 1, 192000, 0x551e0f98 -0, 248, 248, 1, 192000, 0x551e0f98 -0, 249, 249, 1, 192000, 0x551e0f98 -0, 250, 250, 1, 192000, 0x551e0f98 -0, 251, 251, 1, 192000, 0x4aaa6bec -0, 252, 252, 1, 192000, 0x4aaa6bec -0, 253, 253, 1, 192000, 0x4aaa6bec -0, 254, 254, 1, 192000, 0x4053d278 -0, 255, 255, 1, 192000, 0x4053d278 -0, 256, 256, 1, 192000, 0x4053d278 -0, 257, 257, 1, 192000, 0x4053d278 -0, 258, 258, 1, 192000, 0xa0e645db -0, 259, 259, 1, 192000, 0xa0e645db -0, 260, 260, 1, 192000, 0xa0e645db -0, 261, 261, 1, 192000, 0x3f1fc327 -0, 262, 262, 1, 192000, 0x3f1fc327 -0, 263, 263, 1, 192000, 0x3f1fc327 -0, 264, 264, 1, 192000, 0x3f1fc327 -0, 265, 265, 1, 192000, 0xa4ca2a9a -0, 266, 266, 1, 192000, 0xa4ca2a9a -0, 267, 267, 1, 192000, 0xa4ca2a9a -0, 268, 268, 1, 192000, 0xf1b2b22e -0, 269, 269, 1, 192000, 0xf1b2b22e -0, 270, 270, 1, 192000, 0xf1b2b22e -0, 271, 271, 1, 192000, 0xf1b2b22e -0, 272, 272, 1, 192000, 0xd08e49d1 -0, 273, 273, 1, 192000, 0xd08e49d1 -0, 274, 274, 1, 192000, 0xd08e49d1 -0, 275, 275, 1, 192000, 0x1f34135f GEN tests/data/adts-to-mkv-cated-000.mkv --- /home/fate/ffmpeg/tests/ref/fate/zmbv-15bit 2017-03-24 21:02:53.646379831 +0000 +++ tests/data/fate/zmbv-15bit 2020-04-04 16:04:58.071614978 +0000 @@ -1,164 +0,0 @@ -#tb 0: 250000/1585341 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x200 -#sar 0: 0/1 -0, 0, 0, 1, 192000, 0x8f9020f2 -0, 1, 1, 1, 192000, 0xbfba7f63 -0, 2, 2, 1, 192000, 0x96b48d11 -0, 3, 3, 1, 192000, 0xf91727d5 -0, 4, 4, 1, 192000, 0xf91727d5 -0, 5, 5, 1, 192000, 0xf91727d5 -0, 6, 6, 1, 192000, 0xf91727d5 -0, 7, 7, 1, 192000, 0xf91727d5 -0, 8, 8, 1, 192000, 0xf91727d5 -0, 9, 9, 1, 192000, 0xf91727d5 -0, 10, 10, 1, 192000, 0xf91727d5 -0, 11, 11, 1, 192000, 0xf91727d5 -0, 12, 12, 1, 192000, 0xf91727d5 -0, 13, 13, 1, 192000, 0xf91727d5 -0, 14, 14, 1, 192000, 0xf91727d5 -0, 15, 15, 1, 192000, 0xf91727d5 -0, 16, 16, 1, 192000, 0xf91727d5 -0, 17, 17, 1, 192000, 0x61c4e431 -0, 18, 18, 1, 192000, 0x61c4e431 -0, 19, 19, 1, 192000, 0x61c4e431 -0, 20, 20, 1, 192000, 0x61c4e431 -0, 21, 21, 1, 192000, 0x1fb3f649 -0, 22, 22, 1, 192000, 0x1fb3f649 -0, 23, 23, 1, 192000, 0x1fb3f649 -0, 24, 24, 1, 192000, 0x1fb3f649 -0, 25, 25, 1, 192000, 0x1fb3f649 -0, 26, 26, 1, 192000, 0x14f72c22 -0, 27, 27, 1, 192000, 0x14f72c22 -0, 28, 28, 1, 192000, 0x14f72c22 -0, 29, 29, 1, 192000, 0x14f72c22 -0, 30, 30, 1, 192000, 0x8cae3816 -0, 31, 31, 1, 192000, 0x8cae3816 -0, 32, 32, 1, 192000, 0x8cae3816 -0, 33, 33, 1, 192000, 0x8cae3816 -0, 34, 34, 1, 192000, 0x8cae3816 -0, 35, 35, 1, 192000, 0x2b6f2c22 -0, 36, 36, 1, 192000, 0x2b6f2c22 -0, 37, 37, 1, 192000, 0x2b6f2c22 -0, 38, 38, 1, 192000, 0x2b6f2c22 -0, 39, 39, 1, 192000, 0xc568024c -0, 40, 40, 1, 192000, 0xc568024c -0, 41, 41, 1, 192000, 0xc568024c -0, 42, 42, 1, 192000, 0xc568024c -0, 43, 43, 1, 192000, 0xc568024c -0, 44, 44, 1, 192000, 0xa93b440a -0, 45, 45, 1, 192000, 0xa93b440a -0, 46, 46, 1, 192000, 0xa93b440a -0, 47, 47, 1, 192000, 0xa93b440a -0, 48, 48, 1, 192000, 0x798a2f1f -0, 49, 49, 1, 192000, 0x798a2f1f -0, 50, 50, 1, 192000, 0x798a2f1f -0, 51, 51, 1, 192000, 0x798a2f1f -0, 52, 52, 1, 192000, 0x798a2f1f -0, 53, 53, 1, 192000, 0xf04288c5 -0, 54, 54, 1, 192000, 0xf04288c5 -0, 55, 55, 1, 192000, 0xf04288c5 -0, 56, 56, 1, 192000, 0xf04288c5 -0, 57, 57, 1, 192000, 0x4aa04a04 -0, 58, 58, 1, 192000, 0x4aa04a04 -0, 59, 59, 1, 192000, 0x4aa04a04 -0, 60, 60, 1, 192000, 0x4aa04a04 -0, 61, 61, 1, 192000, 0x4aa04a04 -0, 62, 62, 1, 192000, 0xb0304d01 -0, 63, 63, 1, 192000, 0xb0304d01 -0, 64, 64, 1, 192000, 0xb0304d01 -0, 65, 65, 1, 192000, 0xb0304d01 -0, 66, 66, 1, 192000, 0xef353b13 -0, 67, 67, 1, 192000, 0xef353b13 -0, 68, 68, 1, 192000, 0xef353b13 -0, 69, 69, 1, 192000, 0xef353b13 -0, 70, 70, 1, 192000, 0xef353b13 -0, 71, 71, 1, 192000, 0xbf823519 -0, 72, 72, 1, 192000, 0xbf823519 -0, 73, 73, 1, 192000, 0xbf823519 -0, 74, 74, 1, 192000, 0xbf823519 -0, 75, 75, 1, 192000, 0xd0352c22 -0, 76, 76, 1, 192000, 0xd0352c22 -0, 77, 77, 1, 192000, 0xd0352c22 -0, 78, 78, 1, 192000, 0xd0352c22 -0, 79, 79, 1, 192000, 0xd0352c22 -0, 80, 80, 1, 192000, 0x817299a6 -0, 81, 81, 1, 192000, 0xfb1475ca -0, 82, 82, 1, 192000, 0xfcd278c7 -0, 83, 83, 1, 192000, 0xa08742fd -0, 84, 84, 1, 192000, 0x47c245fa -0, 85, 85, 1, 192000, 0xf7e7b48b -0, 86, 86, 1, 192000, 0xf56378c7 -0, 87, 87, 1, 192000, 0x80bc54eb -0, 88, 88, 1, 192000, 0xae59221e -0, 89, 89, 1, 192000, 0x7d0fc869 -0, 90, 90, 1, 192000, 0x8e89da57 -0, 91, 91, 1, 192000, 0xf0a9f53c -0, 92, 92, 1, 192000, 0x658d013f -0, 93, 93, 1, 192000, 0x90ef5ae5 -0, 94, 94, 1, 192000, 0x93b81f21 -0, 95, 95, 1, 192000, 0x61e545fa -0, 96, 96, 1, 192000, 0xc6688ab5 -0, 97, 97, 1, 192000, 0x72032e12 -0, 98, 98, 1, 192000, 0xf28c3a06 -0, 99, 99, 1, 192000, 0xf1bc221e -0, 100, 100, 1, 192000, 0x941bc869 -0, 101, 101, 1, 192000, 0xe95ead84 -0, 102, 102, 1, 192000, 0x61dbda57 -0, 103, 103, 1, 192000, 0x79800739 -0, 104, 104, 1, 192000, 0x00c31927 -0, 105, 105, 1, 192000, 0x74a3da57 -0, 106, 106, 1, 192000, 0xb98cf53c -0, 107, 107, 1, 192000, 0xd3f9162a -0, 108, 108, 1, 192000, 0x888c043c -0, 109, 109, 1, 192000, 0x100f1f21 -0, 110, 110, 1, 192000, 0x41993d03 -0, 111, 111, 1, 192000, 0x01a548f7 -0, 112, 112, 1, 192000, 0xbe5372cd -0, 113, 113, 1, 192000, 0x0fec4000 -0, 114, 114, 1, 192000, 0x80e9340c -0, 115, 115, 1, 192000, 0xea582818 -0, 116, 116, 1, 192000, 0x5c3a2e12 -0, 117, 117, 1, 192000, 0x5c2b4ef1 -0, 118, 118, 1, 192000, 0xf2409fa0 -0, 119, 119, 1, 192000, 0x4bc472cd -0, 120, 120, 1, 192000, 0x3dcb96a9 -0, 121, 121, 1, 192000, 0xff978ab5 -0, 122, 122, 1, 192000, 0xff72013f -0, 123, 123, 1, 192000, 0x2f530d33 -0, 124, 124, 1, 192000, 0xa3350d33 -0, 125, 125, 1, 192000, 0x6be6251b -0, 126, 126, 1, 192000, 0x07f081be -0, 127, 127, 1, 192000, 0xb5d957e8 -0, 128, 128, 1, 192000, 0x43c551ee -0, 129, 129, 1, 192000, 0x19224ef1 -0, 130, 130, 1, 192000, 0x0720e64b -0, 131, 131, 1, 192000, 0x3c53f53c -0, 132, 132, 1, 192000, 0x8534043c -0, 133, 133, 1, 192000, 0xb7c7ef42 -0, 134, 134, 1, 192000, 0x9e3e0739 -0, 135, 135, 1, 192000, 0x95e43d03 -0, 136, 136, 1, 192000, 0x92473d03 -0, 137, 137, 1, 192000, 0x636757e8 -0, 138, 138, 1, 192000, 0xba3aec45 -0, 139, 139, 1, 192000, 0xfd9e013f -0, 140, 140, 1, 192000, 0x108c1927 -0, 141, 141, 1, 192000, 0x29db1030 -0, 142, 142, 1, 192000, 0xe0172e12 -0, 143, 143, 1, 192000, 0x744260df -0, 144, 144, 1, 192000, 0xc59478c7 -0, 145, 145, 1, 192000, 0xa84475ca -0, 146, 146, 1, 192000, 0x9d2866d9 -0, 147, 147, 1, 192000, 0xc49342fd -0, 148, 148, 1, 192000, 0x13e5bd82 -0, 149, 149, 1, 192000, 0x10d10549 -0, 150, 150, 1, 192000, 0xf5ca3b13 -0, 151, 151, 1, 192000, 0x8c27a9a4 -0, 152, 152, 1, 192000, 0xcc4f64e9 -0, 153, 153, 1, 192000, 0x020c67e6 -0, 154, 154, 1, 192000, 0xaf4773da -0, 155, 155, 1, 192000, 0x62093e10 -0, 156, 156, 1, 192000, 0x96783519 -0, 157, 157, 1, 192000, 0x8b9a113d -0, 158, 158, 1, 192000, 0x9050f946 --- /home/fate/ffmpeg/tests/ref/fate/zmbv-32bit 2017-03-24 21:02:53.646379831 +0000 +++ tests/data/fate/zmbv-32bit 2020-04-04 16:04:58.078281635 +0000 @@ -1,164 +0,0 @@ -#tb 0: 250000/1585341 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x200 -#sar 0: 0/1 -0, 0, 0, 1, 192000, 0x3ac10e8e -0, 1, 1, 1, 192000, 0xb772ee57 -0, 2, 2, 1, 192000, 0x9b6e648a -0, 3, 3, 1, 192000, 0x3d9c33e3 -0, 4, 4, 1, 192000, 0x006db76d -0, 5, 5, 1, 192000, 0x006db76d -0, 6, 6, 1, 192000, 0x006db76d -0, 7, 7, 1, 192000, 0x006db76d -0, 8, 8, 1, 192000, 0x006db76d -0, 9, 9, 1, 192000, 0x006db76d -0, 10, 10, 1, 192000, 0x006db76d -0, 11, 11, 1, 192000, 0x006db76d -0, 12, 12, 1, 192000, 0x006db76d -0, 13, 13, 1, 192000, 0x006db76d -0, 14, 14, 1, 192000, 0x006db76d -0, 15, 15, 1, 192000, 0x7b9b28fb -0, 16, 16, 1, 192000, 0x7b9b28fb -0, 17, 17, 1, 192000, 0x7b9b28fb -0, 18, 18, 1, 192000, 0x7b9b28fb -0, 19, 19, 1, 192000, 0x7b9b28fb -0, 20, 20, 1, 192000, 0x7b9b28fb -0, 21, 21, 1, 192000, 0x67be3519 -0, 22, 22, 1, 192000, 0x67be3519 -0, 23, 23, 1, 192000, 0x67be3519 -0, 24, 24, 1, 192000, 0x67be3519 -0, 25, 25, 1, 192000, 0x67be3519 -0, 26, 26, 1, 192000, 0x2ece70dd -0, 27, 27, 1, 192000, 0x2ece70dd -0, 28, 28, 1, 192000, 0x2ece70dd -0, 29, 29, 1, 192000, 0x2ece70dd -0, 30, 30, 1, 192000, 0x2ece70dd -0, 31, 31, 1, 192000, 0x2ece70dd -0, 32, 32, 1, 192000, 0xd3a382cb -0, 33, 33, 1, 192000, 0xd3a382cb -0, 34, 34, 1, 192000, 0xd3a382cb -0, 35, 35, 1, 192000, 0xd3a382cb -0, 36, 36, 1, 192000, 0xd3a382cb -0, 37, 37, 1, 192000, 0xd3a382cb -0, 38, 38, 1, 192000, 0x2d3d7fce -0, 39, 39, 1, 192000, 0x2d3d7fce -0, 40, 40, 1, 192000, 0x2d3d7fce -0, 41, 41, 1, 192000, 0x2d3d7fce -0, 42, 42, 1, 192000, 0x2d3d7fce -0, 43, 43, 1, 192000, 0x36fd52fb -0, 44, 44, 1, 192000, 0x36fd52fb -0, 45, 45, 1, 192000, 0x36fd52fb -0, 46, 46, 1, 192000, 0x36fd52fb -0, 47, 47, 1, 192000, 0x36fd52fb -0, 48, 48, 1, 192000, 0x36fd52fb -0, 49, 49, 1, 192000, 0xa38e9ab3 -0, 50, 50, 1, 192000, 0x57095eef -0, 51, 51, 1, 192000, 0x5c4f4d01 -0, 52, 52, 1, 192000, 0xac20321c -0, 53, 53, 1, 192000, 0x7e370e40 -0, 54, 54, 1, 192000, 0xe9d92925 -0, 55, 55, 1, 192000, 0xfef4d26d -0, 56, 56, 1, 192000, 0x77a4ab94 -0, 57, 57, 1, 192000, 0x802fb18e -0, 58, 58, 1, 192000, 0xce968db2 -0, 59, 59, 1, 192000, 0x21e6ab94 -0, 60, 60, 1, 192000, 0x309d45fa -0, 61, 61, 1, 192000, 0x5d193709 -0, 62, 62, 1, 192000, 0x72190d33 -0, 63, 63, 1, 192000, 0xdaed162a -0, 64, 64, 1, 192000, 0x2fcaf23f -0, 65, 65, 1, 192000, 0x8986d45d -0, 66, 66, 1, 192000, 0xcf7de34e -0, 67, 67, 1, 192000, 0x22390d33 -0, 68, 68, 1, 192000, 0x4b29132d -0, 69, 69, 1, 192000, 0xbffe1f21 -0, 70, 70, 1, 192000, 0xa4eee34e -0, 71, 71, 1, 192000, 0xe85ae64b -0, 72, 72, 1, 192000, 0xb7bef23f -0, 73, 73, 1, 192000, 0x05ab1927 -0, 74, 74, 1, 192000, 0x915f6cd3 -0, 75, 75, 1, 192000, 0x524d69d6 -0, 76, 76, 1, 192000, 0x62da78c7 -0, 77, 77, 1, 192000, 0xbf6f84bb -0, 78, 78, 1, 192000, 0xbe9f6cd3 -0, 79, 79, 1, 192000, 0x80d0132d -0, 80, 80, 1, 192000, 0x0789251b -0, 81, 81, 1, 192000, 0xba1a1f21 -0, 82, 82, 1, 192000, 0x542b42fd -0, 83, 83, 1, 192000, 0x0ff951ee -0, 84, 84, 1, 192000, 0x785048f7 -0, 85, 85, 1, 192000, 0x5a50251b -0, 86, 86, 1, 192000, 0xd5d73a06 -0, 87, 87, 1, 192000, 0x7a3a54eb -0, 88, 88, 1, 192000, 0x1e2b5de2 -0, 89, 89, 1, 192000, 0xeac542fd -0, 90, 90, 1, 192000, 0x897a1f21 -0, 91, 91, 1, 192000, 0x61602b15 -0, 92, 92, 1, 192000, 0xb12f221e -0, 93, 93, 1, 192000, 0x08541f21 -0, 94, 94, 1, 192000, 0xeebd251b -0, 95, 95, 1, 192000, 0xc1132e12 -0, 96, 96, 1, 192000, 0x99642818 -0, 97, 97, 1, 192000, 0x9b8e162a -0, 98, 98, 1, 192000, 0x21b81f21 -0, 99, 99, 1, 192000, 0x1abd1030 -0, 100, 100, 1, 192000, 0x0d613d03 -0, 101, 101, 1, 192000, 0xcb32132d -0, 102, 102, 1, 192000, 0xc680162a -0, 103, 103, 1, 192000, 0x8dea2818 -0, 104, 104, 1, 192000, 0x3c4e1927 -0, 105, 105, 1, 192000, 0xed733709 -0, 106, 106, 1, 192000, 0xf4051c24 -0, 107, 107, 1, 192000, 0xb8eb221e -0, 108, 108, 1, 192000, 0x1a412818 -0, 109, 109, 1, 192000, 0x6ee6162a -0, 110, 110, 1, 192000, 0xe1a248f7 -0, 111, 111, 1, 192000, 0xc2c2221e -0, 112, 112, 1, 192000, 0x7fdf1f21 -0, 113, 113, 1, 192000, 0x85bc251b -0, 114, 114, 1, 192000, 0xe77c251b -0, 115, 115, 1, 192000, 0x8789340c -0, 116, 116, 1, 192000, 0xb6014000 -0, 117, 117, 1, 192000, 0xaa9542fd -0, 118, 118, 1, 192000, 0x36ce54eb -0, 119, 119, 1, 192000, 0xd1324ef1 -0, 120, 120, 1, 192000, 0x0ade60df -0, 121, 121, 1, 192000, 0xfac56cd3 -0, 122, 122, 1, 192000, 0x00000000 -0, 123, 123, 1, 192000, 0x00000000 -0, 124, 124, 1, 192000, 0xc61c026a -0, 125, 125, 1, 192000, 0x60810842 -0, 126, 126, 1, 192000, 0x65081393 -0, 127, 127, 1, 192000, 0xc806209f -0, 128, 128, 1, 192000, 0x53aa32cb -0, 129, 129, 1, 192000, 0x176546ef -0, 130, 130, 1, 192000, 0x4e095d0e -0, 131, 131, 1, 192000, 0xf74b7774 -0, 132, 132, 1, 192000, 0x32809306 -0, 133, 133, 1, 192000, 0x5219ae81 -0, 134, 134, 1, 192000, 0x3badcc40 -0, 135, 135, 1, 192000, 0x1387ea5d -0, 136, 136, 1, 192000, 0xe0c606f0 -0, 137, 137, 1, 192000, 0x106f2197 -0, 138, 138, 1, 192000, 0xfe2139cf -0, 139, 139, 1, 192000, 0x907d4f0a -0, 140, 140, 1, 192000, 0x04415dad -0, 141, 141, 1, 192000, 0xe0b864b6 -0, 142, 142, 1, 192000, 0xcb2a64b8 -0, 143, 143, 1, 192000, 0xcb2a64b8 -0, 144, 144, 1, 192000, 0xcb2a64b8 -0, 145, 145, 1, 192000, 0xcb2a64b8 -0, 146, 146, 1, 192000, 0xcb2a64b8 -0, 147, 147, 1, 192000, 0xcb2a64b8 -0, 148, 148, 1, 192000, 0xcb2a64b8 -0, 149, 149, 1, 192000, 0xcb2a64b8 -0, 150, 150, 1, 192000, 0xcb2a64b8 -0, 151, 151, 1, 192000, 0xcb2a64b8 -0, 152, 152, 1, 192000, 0xcb2a64b8 -0, 153, 153, 1, 192000, 0xcb2a64b8 -0, 154, 154, 1, 192000, 0xcb2a64b8 -0, 155, 155, 1, 192000, 0xcb2a64b8 -0, 156, 156, 1, 192000, 0xcb2a64b8 -0, 157, 157, 1, 192000, 0xcb2a64b8 -0, 158, 158, 1, 192000, 0xcb2a64b8 Test zmbv-8bit failed. Look at tests/data/fate/zmbv-8bit.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-zmbv-8bit] Error 1 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 --- /home/fate/ffmpeg/tests/ref/fate/zmbv-16bit 2017-03-24 21:02:53.646379831 +0000 +++ tests/data/fate/zmbv-16bit 2020-04-04 16:04:58.078281635 +0000 @@ -1,164 +0,0 @@ -#tb 0: 250000/1585341 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x200 -#sar 0: 0/1 -0, 0, 0, 1, 192000, 0xe869dc94 -0, 1, 1, 1, 192000, 0x742932f2 -0, 2, 2, 1, 192000, 0x742932f2 -0, 3, 3, 1, 192000, 0x742932f2 -0, 4, 4, 1, 192000, 0x742932f2 -0, 5, 5, 1, 192000, 0x742932f2 -0, 6, 6, 1, 192000, 0x742932f2 -0, 7, 7, 1, 192000, 0x742932f2 -0, 8, 8, 1, 192000, 0x742932f2 -0, 9, 9, 1, 192000, 0x742932f2 -0, 10, 10, 1, 192000, 0x742932f2 -0, 11, 11, 1, 192000, 0x742932f2 -0, 12, 12, 1, 192000, 0x742932f2 -0, 13, 13, 1, 192000, 0xb718e72e -0, 14, 14, 1, 192000, 0xb718e72e -0, 15, 15, 1, 192000, 0xb718e72e -0, 16, 16, 1, 192000, 0xb718e72e -0, 17, 17, 1, 192000, 0x7507f946 -0, 18, 18, 1, 192000, 0x7507f946 -0, 19, 19, 1, 192000, 0x7507f946 -0, 20, 20, 1, 192000, 0x7507f946 -0, 21, 21, 1, 192000, 0x7507f946 -0, 22, 22, 1, 192000, 0xe620321c -0, 23, 23, 1, 192000, 0xe620321c -0, 24, 24, 1, 192000, 0xe620321c -0, 25, 25, 1, 192000, 0xe620321c -0, 26, 26, 1, 192000, 0x9b5f410d -0, 27, 27, 1, 192000, 0x9b5f410d -0, 28, 28, 1, 192000, 0x9b5f410d -0, 29, 29, 1, 192000, 0x9b5f410d -0, 30, 30, 1, 192000, 0x9b5f410d -0, 31, 31, 1, 192000, 0xea2c3519 -0, 32, 32, 1, 192000, 0xea2c3519 -0, 33, 33, 1, 192000, 0xea2c3519 -0, 34, 34, 1, 192000, 0xea2c3519 -0, 35, 35, 1, 192000, 0x1acb0549 -0, 36, 36, 1, 192000, 0x1acb0549 -0, 37, 37, 1, 192000, 0x1acb0549 -0, 38, 38, 1, 192000, 0x1acb0549 -0, 39, 39, 1, 192000, 0x1acb0549 -0, 40, 40, 1, 192000, 0x3a064a04 -0, 41, 41, 1, 192000, 0x3a064a04 -0, 42, 42, 1, 192000, 0x3a064a04 -0, 43, 43, 1, 192000, 0x3a064a04 -0, 44, 44, 1, 192000, 0xcede321c -0, 45, 45, 1, 192000, 0xcede321c -0, 46, 46, 1, 192000, 0xcede321c -0, 47, 47, 1, 192000, 0xcede321c -0, 48, 48, 1, 192000, 0xcede321c -0, 49, 49, 1, 192000, 0xef4988c5 -0, 50, 50, 1, 192000, 0xef4988c5 -0, 51, 51, 1, 192000, 0xef4988c5 -0, 52, 52, 1, 192000, 0xef4988c5 -0, 53, 53, 1, 192000, 0x1fc84707 -0, 54, 54, 1, 192000, 0x1fc84707 -0, 55, 55, 1, 192000, 0x1fc84707 -0, 56, 56, 1, 192000, 0x1fc84707 -0, 57, 57, 1, 192000, 0x1fc84707 -0, 58, 58, 1, 192000, 0xbabd4a04 -0, 59, 59, 1, 192000, 0xbabd4a04 -0, 60, 60, 1, 192000, 0xbabd4a04 -0, 61, 61, 1, 192000, 0xbabd4a04 -0, 62, 62, 1, 192000, 0x649b3816 -0, 63, 63, 1, 192000, 0x649b3816 -0, 64, 64, 1, 192000, 0x649b3816 -0, 65, 65, 1, 192000, 0x649b3816 -0, 66, 66, 1, 192000, 0x649b3816 -0, 67, 67, 1, 192000, 0x206b3519 -0, 68, 68, 1, 192000, 0x206b3519 -0, 69, 69, 1, 192000, 0x206b3519 -0, 70, 70, 1, 192000, 0x206b3519 -0, 71, 71, 1, 192000, 0x206b3519 -0, 72, 72, 1, 192000, 0x25982f1f -0, 73, 73, 1, 192000, 0x25982f1f -0, 74, 74, 1, 192000, 0x25982f1f -0, 75, 75, 1, 192000, 0x25982f1f -0, 76, 76, 1, 192000, 0xde0e202e -0, 77, 77, 1, 192000, 0xced09fa0 -0, 78, 78, 1, 192000, 0x3b4f84bb -0, 79, 79, 1, 192000, 0xa09c57e8 -0, 80, 80, 1, 192000, 0xf3dd75ca -0, 81, 81, 1, 192000, 0x4d4ab788 -0, 82, 82, 1, 192000, 0x4ac67bc4 -0, 83, 83, 1, 192000, 0xd61057e8 -0, 84, 84, 1, 192000, 0x03bc251b -0, 85, 85, 1, 192000, 0xd263cb66 -0, 86, 86, 1, 192000, 0xe3dddd54 -0, 87, 87, 1, 192000, 0x460cf839 -0, 88, 88, 1, 192000, 0xbae1043c -0, 89, 89, 1, 192000, 0xe6435de2 -0, 90, 90, 1, 192000, 0x340e0d33 -0, 91, 91, 1, 192000, 0x9acd3d03 -0, 92, 92, 1, 192000, 0x1d346cd3 -0, 93, 93, 1, 192000, 0xdabe221e -0, 94, 94, 1, 192000, 0xeb4b310f -0, 95, 95, 1, 192000, 0xec8f2e12 -0, 96, 96, 1, 192000, 0xe96fcb66 -0, 97, 97, 1, 192000, 0x3ec1b081 -0, 98, 98, 1, 192000, 0xb72fdd54 -0, 99, 99, 1, 192000, 0xced40a36 -0, 100, 100, 1, 192000, 0x56171c24 -0, 101, 101, 1, 192000, 0xc9f7dd54 -0, 102, 102, 1, 192000, 0x0eeff839 -0, 103, 103, 1, 192000, 0x295c1927 -0, 104, 104, 1, 192000, 0xdde00739 -0, 105, 105, 1, 192000, 0x51903a06 -0, 106, 106, 1, 192000, 0xe16a84bb -0, 107, 107, 1, 192000, 0xf5b248f7 -0, 108, 108, 1, 192000, 0x054769d6 -0, 109, 109, 1, 192000, 0x9d327ec1 -0, 110, 110, 1, 192000, 0x94470d33 -0, 111, 111, 1, 192000, 0x9671fb36 -0, 112, 112, 1, 192000, 0x0853013f -0, 113, 113, 1, 192000, 0x0844221e -0, 114, 114, 1, 192000, 0x9e5972cd -0, 115, 115, 1, 192000, 0xf7ce45fa -0, 116, 116, 1, 192000, 0xe9d569d6 -0, 117, 117, 1, 192000, 0xabb05de2 -0, 118, 118, 1, 192000, 0x54d5043c -0, 119, 119, 1, 192000, 0x00000000 -0, 120, 120, 1, 192000, 0x00000000 -0, 121, 121, 1, 192000, 0x00000000 -0, 122, 122, 1, 192000, 0x00000000 -0, 123, 123, 1, 192000, 0x00000000 -0, 124, 124, 1, 192000, 0x00000000 -0, 125, 125, 1, 192000, 0x00000000 -0, 126, 126, 1, 192000, 0x00000000 -0, 127, 127, 1, 192000, 0x00000000 -0, 128, 128, 1, 192000, 0xd6050414 -0, 129, 129, 1, 192000, 0xf9f90594 -0, 130, 130, 1, 192000, 0xa6220704 -0, 131, 131, 1, 192000, 0x54570858 -0, 132, 132, 1, 192000, 0xd81109ac -0, 133, 133, 1, 192000, 0xc0540afc -0, 134, 134, 1, 192000, 0x83ee0c20 -0, 135, 135, 1, 192000, 0x2a810d3c -0, 136, 136, 1, 192000, 0xb3a71844 -0, 137, 137, 1, 192000, 0xd4ff1c7c -0, 138, 138, 1, 192000, 0x92b21fdc -0, 139, 139, 1, 192000, 0x03912364 -0, 140, 140, 1, 192000, 0x65c9262c -0, 141, 141, 1, 192000, 0xf2e5290c -0, 142, 142, 1, 192000, 0xc8cc2b4c -0, 143, 143, 1, 192000, 0x272a2f1c -0, 144, 144, 1, 192000, 0xa672313c -0, 145, 145, 1, 192000, 0xab01331c -0, 146, 146, 1, 192000, 0x92643458 -0, 147, 147, 1, 192000, 0x9a943548 -0, 148, 148, 1, 192000, 0x3eb735ac -0, 149, 149, 1, 192000, 0x3eb735ac -0, 150, 150, 1, 192000, 0x3eb735ac -0, 151, 151, 1, 192000, 0x3eb735ac -0, 152, 152, 1, 192000, 0x3eb735ac -0, 153, 153, 1, 192000, 0x3eb735ac -0, 154, 154, 1, 192000, 0x3eb735ac -0, 155, 155, 1, 192000, 0x3eb735ac -0, 156, 156, 1, 192000, 0x3eb735ac -0, 157, 157, 1, 192000, 0x3eb735ac -0, 158, 158, 1, 192000, 0x3eb735ac Test zmbv-32bit failed. Look at tests/data/fate/zmbv-32bit.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-zmbv-32bit] Error 1 TEST binsub-mksenc Test zmbv-15bit failed. Look at tests/data/fate/zmbv-15bit.err for details. TEST sub-microdvd-remux TEST sub-srt-rrn-remux make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-zmbv-15bit] Error 1 TEST binsub-movtextenc TEST sub-srt-madness-timeshift Test zmbv-16bit failed. Look at tests/data/fate/zmbv-16bit.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-zmbv-16bit] Error 1 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-scte20 TEST sub-cc-realtime TEST sub-ass-to-ass-transcode TEST sub-ssa-to-ass-remux TEST sub-jacosub TEST sub-microdvd TEST sub-movtext TEST sub-mpl2 TEST sub-mpsub TEST sub-mpsub-frames TEST sub-pjs TEST sub-realtext TEST sub-sami TEST sub-sami2 TEST sub-srt TEST sub-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 --- /home/fate/ffmpeg/tests/ref/fate/4xm-1 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/4xm-1 2020-04-04 16:04:58.378281214 +0000 @@ -1,20 +0,0 @@ -#tb 0: 1/15 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 640x480 -#sar 0: 0/1 -0, 0, 0, 1, 921600, 0xd82e4d57 -0, 1, 1, 1, 921600, 0x83f2349c -0, 2, 2, 1, 921600, 0x70d87db0 -0, 3, 3, 1, 921600, 0x66d27b93 -0, 4, 4, 1, 921600, 0xb730941c -0, 5, 5, 1, 921600, 0x15da4934 -0, 6, 6, 1, 921600, 0x1953968a -0, 7, 7, 1, 921600, 0xf0d730a0 -0, 8, 8, 1, 921600, 0x35a7d30c -0, 9, 9, 1, 921600, 0x33667f62 -0, 10, 10, 1, 921600, 0xf4707f6b -0, 11, 11, 1, 921600, 0xaac6c392 -0, 12, 12, 1, 921600, 0x68397d16 -0, 13, 13, 1, 921600, 0xb2aa0450 -0, 14, 14, 1, 921600, 0xba25c62e --- /home/fate/ffmpeg/tests/ref/fate/4xm-2 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/4xm-2 2020-04-04 16:04:58.388281200 +0000 @@ -1,179 +0,0 @@ -#tb 0: 4/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 240x112 -#sar 0: 0/1 -0, 0, 0, 1, 80640, 0x00000000 -0, 1, 1, 1, 80640, 0x3a942680 -0, 2, 2, 1, 80640, 0x3a942680 -0, 3, 3, 1, 80640, 0x3a942680 -0, 4, 4, 1, 80640, 0x3a942680 -0, 5, 5, 1, 80640, 0x3a942680 -0, 6, 6, 1, 80640, 0x3a942680 -0, 7, 7, 1, 80640, 0xa731901a -0, 8, 8, 1, 80640, 0x0a1e5b3d -0, 9, 9, 1, 80640, 0x2c66418f -0, 10, 10, 1, 80640, 0xaaf8575a -0, 11, 11, 1, 80640, 0x2d1a60b1 -0, 12, 12, 1, 80640, 0x646d6e66 -0, 13, 13, 1, 80640, 0x090de107 -0, 14, 14, 1, 80640, 0x90991f6c -0, 15, 15, 1, 80640, 0xda862969 -0, 16, 16, 1, 80640, 0x5434e1ec -0, 17, 17, 1, 80640, 0x4e981ce7 -0, 18, 18, 1, 80640, 0x97eb4000 -0, 19, 19, 1, 80640, 0xbfb375b0 -0, 20, 20, 1, 80640, 0x1529d95d -0, 21, 21, 1, 80640, 0x2c0015af -0, 22, 22, 1, 80640, 0x63779ce1 -0, 23, 23, 1, 80640, 0x3f2b3949 -0, 24, 24, 1, 80640, 0xe3cf3be4 -0, 25, 25, 1, 80640, 0x54451a22 -0, 26, 26, 1, 80640, 0xc2901d91 -0, 27, 27, 1, 80640, 0x312f8b7e -0, 28, 28, 1, 80640, 0x99734f4e -0, 29, 29, 1, 80640, 0xe50b8391 -0, 30, 30, 1, 80640, 0x7c6b04e4 -0, 31, 31, 1, 80640, 0x04989996 -0, 32, 32, 1, 80640, 0x30c3c00f -0, 33, 33, 1, 80640, 0x77172ba4 -0, 34, 34, 1, 80640, 0x1257a596 -0, 35, 35, 1, 80640, 0x657e5fa8 -0, 36, 36, 1, 80640, 0xe66958ef -0, 37, 37, 1, 80640, 0xbf7f4f0a -0, 38, 38, 1, 80640, 0x588ac70e -0, 39, 39, 1, 80640, 0xb1a91c4b -0, 40, 40, 1, 80640, 0x5b73de24 -0, 41, 41, 1, 80640, 0xa3c15e73 -0, 42, 42, 1, 80640, 0x7326196b -0, 43, 43, 1, 80640, 0x1aa52b88 -0, 44, 44, 1, 80640, 0x0029f511 -0, 45, 45, 1, 80640, 0x2398433a -0, 46, 46, 1, 80640, 0xef9ab870 -0, 47, 47, 1, 80640, 0xb1ac9b79 -0, 48, 48, 1, 80640, 0x1cc2ab3b -0, 49, 49, 1, 80640, 0x41362b53 -0, 50, 50, 1, 80640, 0x81e33811 -0, 51, 51, 1, 80640, 0x621d285a -0, 52, 52, 1, 80640, 0x84e84c24 -0, 53, 53, 1, 80640, 0xbb8c2939 -0, 54, 54, 1, 80640, 0x6c6905a8 -0, 55, 55, 1, 80640, 0xc60bbaf0 -0, 56, 56, 1, 80640, 0xc80d08c8 -0, 57, 57, 1, 80640, 0xc5646343 -0, 58, 58, 1, 80640, 0x3df7a287 -0, 59, 59, 1, 80640, 0x628e9f78 -0, 60, 60, 1, 80640, 0x58f93044 -0, 61, 61, 1, 80640, 0x8ee3a59f -0, 62, 62, 1, 80640, 0xaa297416 -0, 63, 63, 1, 80640, 0x7bbd7307 -0, 64, 64, 1, 80640, 0x12dbee42 -0, 65, 65, 1, 80640, 0xaea5fb22 -0, 66, 66, 1, 80640, 0x9405fd0b -0, 67, 67, 1, 80640, 0x59400b6f -0, 68, 68, 1, 80640, 0x70beeba0 -0, 69, 69, 1, 80640, 0xdc0681ae -0, 70, 70, 1, 80640, 0xe4a3c803 -0, 71, 71, 1, 80640, 0x3424c568 -0, 72, 72, 1, 80640, 0xeb72838d -0, 73, 73, 1, 80640, 0x671fbff3 -0, 74, 74, 1, 80640, 0xa4b849bd -0, 75, 75, 1, 80640, 0xf4c2be6f -0, 76, 76, 1, 80640, 0xb91988fd -0, 77, 77, 1, 80640, 0xd0e5bf3a -0, 78, 78, 1, 80640, 0x78c2b0bc -0, 79, 79, 1, 80640, 0xcf2deb74 -0, 80, 80, 1, 80640, 0x84a9081b -0, 81, 81, 1, 80640, 0x9931e9b1 -0, 82, 82, 1, 80640, 0x1ce6b59d -0, 83, 83, 1, 80640, 0x24a31152 -0, 84, 84, 1, 80640, 0x206f4677 -0, 85, 85, 1, 80640, 0x507755ab -0, 86, 86, 1, 80640, 0xc4b5643a -0, 87, 87, 1, 80640, 0x197445f7 -0, 88, 88, 1, 80640, 0x53232d2a -0, 89, 89, 1, 80640, 0x33ae27d4 -0, 90, 90, 1, 80640, 0x77bb2925 -0, 91, 91, 1, 80640, 0xb0d53220 -0, 92, 92, 1, 80640, 0xacdb26fc -0, 93, 93, 1, 80640, 0xa83d32e1 -0, 94, 94, 1, 80640, 0xe2002717 -0, 95, 95, 1, 80640, 0xb1722fed -0, 96, 96, 1, 80640, 0xa7de3206 -0, 97, 97, 1, 80640, 0x68f94780 -0, 98, 98, 1, 80640, 0x2bcc2f28 -0, 99, 99, 1, 80640, 0xaf9354e5 -0, 100, 100, 1, 80640, 0x45b4375c -0, 101, 101, 1, 80640, 0x60e043ee -0, 102, 102, 1, 80640, 0x9ed5411e -0, 103, 103, 1, 80640, 0xbae131ce -0, 104, 104, 1, 80640, 0x33be2be6 -0, 105, 105, 1, 80640, 0xdadb3a4c -0, 106, 106, 1, 80640, 0xe9e72559 -0, 107, 107, 1, 80640, 0x9fe93f8c -0, 108, 108, 1, 80640, 0xc20b413a -0, 109, 109, 1, 80640, 0x02c74699 -0, 110, 110, 1, 80640, 0x1b284634 -0, 111, 111, 1, 80640, 0xb7ea559e -0, 112, 112, 1, 80640, 0x62e3b0e1 -0, 113, 113, 1, 80640, 0x8b6bbf68 -0, 114, 114, 1, 80640, 0x04d2e8d8 -0, 115, 115, 1, 80640, 0xc6961955 -0, 116, 116, 1, 80640, 0xf318e461 -0, 117, 117, 1, 80640, 0x55231e8f -0, 118, 118, 1, 80640, 0x772f325e -0, 119, 119, 1, 80640, 0x31480120 -0, 120, 120, 1, 80640, 0x5eda30fe -0, 121, 121, 1, 80640, 0x5c534632 -0, 122, 122, 1, 80640, 0xaca0f5c9 -0, 123, 123, 1, 80640, 0x9ec83b5a -0, 124, 124, 1, 80640, 0x65944233 -0, 125, 125, 1, 80640, 0xbf7e15f0 -0, 126, 126, 1, 80640, 0xf985f9b7 -0, 127, 127, 1, 80640, 0x0e7a0887 -0, 128, 128, 1, 80640, 0xee33931b -0, 129, 129, 1, 80640, 0xea6b92f8 -0, 130, 130, 1, 80640, 0xde559025 -0, 131, 131, 1, 80640, 0x970c9af6 -0, 132, 132, 1, 80640, 0x6a579d8a -0, 133, 133, 1, 80640, 0x7053ac0c -0, 134, 134, 1, 80640, 0x6d6ca81b -0, 135, 135, 1, 80640, 0x6ffdb338 -0, 136, 136, 1, 80640, 0x402f953f -0, 137, 137, 1, 80640, 0x24358c04 -0, 138, 138, 1, 80640, 0x26298a25 -0, 139, 139, 1, 80640, 0xbc0487e7 -0, 140, 140, 1, 80640, 0xf8c885fd -0, 141, 141, 1, 80640, 0x98a79695 -0, 142, 142, 1, 80640, 0x846aa04b -0, 143, 143, 1, 80640, 0x22ba919b -0, 144, 144, 1, 80640, 0xcba08a11 -0, 145, 145, 1, 80640, 0xfba0836c -0, 146, 146, 1, 80640, 0xb7ff8059 -0, 147, 147, 1, 80640, 0xb15080bb -0, 148, 148, 1, 80640, 0x42627aed -0, 149, 149, 1, 80640, 0xd045d485 -0, 150, 150, 1, 80640, 0xf22e7545 -0, 151, 151, 1, 80640, 0xe24a41fc -0, 152, 152, 1, 80640, 0x854696ac -0, 153, 153, 1, 80640, 0x6722f8f2 -0, 154, 154, 1, 80640, 0x00000000 -0, 155, 155, 1, 80640, 0x0f412500 -0, 156, 156, 1, 80640, 0x0f412500 -0, 157, 157, 1, 80640, 0x0f412500 -0, 158, 158, 1, 80640, 0xb6634270 -0, 159, 159, 1, 80640, 0x9e43a4a0 -0, 160, 160, 1, 80640, 0x136ab60b -0, 161, 161, 1, 80640, 0xe43625dc -0, 162, 162, 1, 80640, 0xc2eb0f8c -0, 163, 163, 1, 80640, 0x99af167d -0, 164, 164, 1, 80640, 0xd9cb0a37 -0, 165, 165, 1, 80640, 0x1f2cf2ce -0, 166, 166, 1, 80640, 0x00eeae7f -0, 167, 167, 1, 80640, 0xcc1d666c -0, 168, 168, 1, 80640, 0x77d6fcc9 -0, 169, 169, 1, 80640, 0x58c8acc6 -0, 170, 170, 1, 80640, 0xd026238d -0, 171, 171, 1, 80640, 0xfefb6c9b -0, 172, 172, 1, 80640, 0xa9a5cb36 -0, 173, 173, 1, 80640, 0xc845f000 Test 4xm-1 failed. Look at tests/data/fate/4xm-1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-4xm-1] Error 1 TEST ansi Test 4xm-2 failed. Look at tests/data/fate/4xm-2.err for details. TEST ansi256 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-4xm-2] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/alg-mm 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/alg-mm 2020-04-04 16:04:58.404947844 +0000 @@ -1,36 +0,0 @@ -#tb 0: 1/10 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 256x160 -#sar 0: 0/1 -0, 0, 0, 1, 122880, 0x4ed8123f -0, 1, 1, 1, 122880, 0xc4c35304 -0, 2, 2, 1, 122880, 0xbd3015fd -0, 3, 3, 1, 122880, 0xece5dbab -0, 4, 4, 1, 122880, 0x13249f3f -0, 5, 5, 1, 122880, 0x58f75895 -0, 6, 6, 1, 122880, 0xe6570f7d -0, 7, 7, 1, 122880, 0xcce88145 -0, 8, 8, 1, 122880, 0x796f633c -0, 9, 9, 1, 122880, 0x182c3cd3 -0, 10, 10, 1, 122880, 0x04b2513b -0, 11, 11, 1, 122880, 0x6b7e2e42 -0, 12, 12, 1, 122880, 0x2fa47070 -0, 13, 13, 1, 122880, 0x7142919e -0, 14, 14, 1, 122880, 0x8995337e -0, 15, 15, 1, 122880, 0x5146ca20 -0, 16, 16, 1, 122880, 0x9aadb491 -0, 17, 17, 1, 122880, 0x2d5b0032 -0, 18, 18, 1, 122880, 0x5c7c8314 -0, 19, 19, 1, 122880, 0x2ba8253c -0, 20, 20, 1, 122880, 0xd19d504b -0, 21, 21, 1, 122880, 0x4ff15fd1 -0, 22, 22, 1, 122880, 0x76039f9f -0, 23, 23, 1, 122880, 0xcce84d35 -0, 24, 24, 1, 122880, 0x68c5797c -0, 25, 25, 1, 122880, 0xf1da4293 -0, 26, 26, 1, 122880, 0xf5f537f3 -0, 27, 27, 1, 122880, 0x8d3ffa94 -0, 28, 28, 1, 122880, 0x3ca9b69c -0, 29, 29, 1, 122880, 0x21187f6c -0, 30, 30, 1, 122880, 0xe5136e34 --- /home/fate/ffmpeg/tests/ref/fate/aasc 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/aasc 2020-04-04 16:04:58.398281186 +0000 @@ -1,29 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x175 -#sar 0: 0/1 -0, 0, 0, 1, 168000, 0x00000000 -0, 1, 1, 1, 168000, 0x00000000 -0, 2, 2, 1, 168000, 0x00000000 -0, 3, 3, 1, 168000, 0x00000000 -0, 4, 4, 1, 168000, 0x00000000 -0, 5, 5, 1, 168000, 0x00000000 -0, 6, 6, 1, 168000, 0x00000000 -0, 7, 7, 1, 168000, 0x00000000 -0, 8, 8, 1, 168000, 0x00000000 -0, 9, 9, 1, 168000, 0x00000000 -0, 10, 10, 1, 168000, 0x00000000 -0, 11, 11, 1, 168000, 0x00000000 -0, 12, 12, 1, 168000, 0xa6298d46 -0, 13, 13, 1, 168000, 0x5d89d96c -0, 14, 14, 1, 168000, 0x16d994da -0, 15, 15, 1, 168000, 0xa8c6079b -0, 16, 16, 1, 168000, 0xdd1decac -0, 17, 17, 1, 168000, 0x6a96003c -0, 18, 18, 1, 168000, 0xef7f1ff4 -0, 19, 19, 1, 168000, 0x90dc0126 -0, 20, 20, 1, 168000, 0x7a2b1006 -0, 21, 21, 1, 168000, 0xc7ca1345 -0, 22, 22, 1, 168000, 0x8841c413 -0, 23, 23, 1, 168000, 0xbaed0290 TEST armovie-escape124 Test alg-mm failed. Look at tests/data/fate/alg-mm.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-alg-mm] Error 1 Test aasc failed. Look at tests/data/fate/aasc.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-aasc] Error 1 TEST armovie-escape130 TEST auravision-v1 TEST auravision-v2 --- /home/fate/ffmpeg/tests/ref/fate/ansi256 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/ansi256 2020-04-04 16:04:58.431614473 +0000 @@ -1,13 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 640x400 -#sar 0: 0/1 -0, 0, 0, 1, 768000, 0x4dfbb6d0 -0, 1, 1, 1, 768000, 0x22652a22 -0, 2, 2, 1, 768000, 0x6c613e8c -0, 3, 3, 1, 768000, 0x82471f25 -0, 4, 4, 1, 768000, 0xd8dc5ac6 -0, 5, 5, 1, 768000, 0x1afdc026 -0, 6, 6, 1, 768000, 0x518f3ba1 -0, 7, 7, 1, 768000, 0xa82a8e4b --- /home/fate/ffmpeg/tests/ref/fate/ansi 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/ansi 2020-04-04 16:04:58.438281130 +0000 @@ -1,22 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 640x400 -#sar 0: 0/1 -0, 0, 0, 1, 768000, 0x772dd3d0 -0, 1, 1, 1, 768000, 0xd7dab1d1 -0, 2, 2, 1, 768000, 0x0e56f2d3 -0, 3, 3, 1, 768000, 0x11c1fb8e -0, 4, 4, 1, 768000, 0x72d12da9 -0, 5, 5, 1, 768000, 0x39c7a70d -0, 6, 6, 1, 768000, 0x94bd32a4 -0, 7, 7, 1, 768000, 0x06dd5ba1 -0, 8, 8, 1, 768000, 0x9616ec95 -0, 9, 9, 1, 768000, 0x6df5b9e2 -0, 10, 10, 1, 768000, 0x7be7f60a -0, 11, 11, 1, 768000, 0x2abc8623 -0, 12, 12, 1, 768000, 0x5678bfff -0, 13, 13, 1, 768000, 0x24a03042 -0, 14, 14, 1, 768000, 0xfb011b23 -0, 15, 15, 1, 768000, 0x925ff5e9 -0, 16, 16, 1, 768000, 0x890e2a56 Test ansi failed. Look at tests/data/fate/ansi.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-ansi] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/armovie-escape124 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/armovie-escape124 2020-04-04 16:04:58.444947787 +0000 @@ -1,115 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x240 -#sar 0: 0/1 -#tb 1: 1/44100 -#media_type 1: audio -#codec_id 1: pcm_s16le -#sample_rate 1: 44100 -#channel_layout 1: 3 -#channel_layout_name 1: stereo -0, 0, 0, 1, 230400, 0xd133e177 -1, 0, 0, 44100, 176400, 0xdd61578c -0, 1, 1, 1, 230400, 0xe3501bb2 -0, 2, 2, 1, 230400, 0x44da84f0 -0, 3, 3, 1, 230400, 0xe0fd17ed -0, 4, 4, 1, 230400, 0xef4e08c7 -0, 5, 5, 1, 230400, 0xf52f82b5 -0, 6, 6, 1, 230400, 0x05eb186c -0, 7, 7, 1, 230400, 0x0653f05d -0, 8, 8, 1, 230400, 0xde1a0735 -0, 9, 9, 1, 230400, 0x6045576e -0, 10, 10, 1, 230400, 0xac9444c4 -0, 11, 11, 1, 230400, 0x5f7f82fb -0, 12, 12, 1, 230400, 0xaf4718ce -0, 13, 13, 1, 230400, 0x117d5787 -0, 14, 14, 1, 230400, 0x319ac1f5 -0, 15, 15, 1, 230400, 0xd05cb30a -0, 16, 16, 1, 230400, 0x96107c72 -0, 17, 17, 1, 230400, 0x73ff0a30 -0, 18, 18, 1, 230400, 0x865d0f3e -0, 19, 19, 1, 230400, 0x3384ad55 -0, 20, 20, 1, 230400, 0x6694b2ea -0, 21, 21, 1, 230400, 0x324f5cb8 -0, 22, 22, 1, 230400, 0x2de7c12f -0, 23, 23, 1, 230400, 0x57fedb1a -0, 24, 24, 1, 230400, 0xf46f2abf -0, 25, 25, 1, 230400, 0xe5fead9b -1, 44100, 44100, 44100, 176400, 0x0b9e6d67 -0, 26, 26, 1, 230400, 0x65764edb -0, 27, 27, 1, 230400, 0xeabdcf53 -0, 28, 28, 1, 230400, 0xaeb659fc -0, 29, 29, 1, 230400, 0x5ec97eb1 -0, 30, 30, 1, 230400, 0x2482abae -0, 31, 31, 1, 230400, 0x297fb0c8 -0, 32, 32, 1, 230400, 0x57a52a3d -0, 33, 33, 1, 230400, 0x44040e98 -0, 34, 34, 1, 230400, 0xa150e542 -0, 35, 35, 1, 230400, 0x0a1e1296 -0, 36, 36, 1, 230400, 0xf1085864 -0, 37, 37, 1, 230400, 0xe7a13b40 -0, 38, 38, 1, 230400, 0x759d384d -0, 39, 39, 1, 230400, 0x72e08991 -0, 40, 40, 1, 230400, 0x10a4bbc9 -0, 41, 41, 1, 230400, 0xb258ac16 -0, 42, 42, 1, 230400, 0xde06facb -0, 43, 43, 1, 230400, 0x94284e11 -0, 44, 44, 1, 230400, 0xedf23092 -0, 45, 45, 1, 230400, 0xc2be6319 -0, 46, 46, 1, 230400, 0x103a0b7b -0, 47, 47, 1, 230400, 0x3415888b -0, 48, 48, 1, 230400, 0x5ecaac75 -0, 49, 49, 1, 230400, 0xb9ba503e -0, 50, 50, 1, 230400, 0xb20ccf57 -1, 88200, 88200, 44100, 176400, 0x2793fad7 -0, 51, 51, 1, 230400, 0x0dba31ed -0, 52, 52, 1, 230400, 0x91c5e7d4 -0, 53, 53, 1, 230400, 0x09ac954b -0, 54, 54, 1, 230400, 0xe9c3d563 -0, 55, 55, 1, 230400, 0xf46eef67 -0, 56, 56, 1, 230400, 0x117f4b80 -0, 57, 57, 1, 230400, 0x61714860 -0, 58, 58, 1, 230400, 0x5c7112d0 -0, 59, 59, 1, 230400, 0xd42c51e7 -0, 60, 60, 1, 230400, 0x425f0c99 -0, 61, 61, 1, 230400, 0x4c398834 -0, 62, 62, 1, 230400, 0x237f89c2 -0, 63, 63, 1, 230400, 0xd2e29b05 -0, 64, 64, 1, 230400, 0x204a054b -0, 65, 65, 1, 230400, 0x25a9faf7 -0, 66, 66, 1, 230400, 0x83f6c1a8 -0, 67, 67, 1, 230400, 0xe48321b9 -0, 68, 68, 1, 230400, 0x714c1005 -0, 69, 69, 1, 230400, 0x36cc58e9 -0, 70, 70, 1, 230400, 0x5e9ffdd9 -0, 71, 71, 1, 230400, 0x582b55dc -0, 72, 72, 1, 230400, 0x139a7f39 -0, 73, 73, 1, 230400, 0xefb5f998 -0, 74, 74, 1, 230400, 0xeb736da8 -0, 75, 75, 1, 230400, 0x488f9847 -1, 132300, 132300, 44100, 176400, 0xe2649a4a -0, 76, 76, 1, 230400, 0x6ab20741 -0, 77, 77, 1, 230400, 0xa73686f0 -0, 78, 78, 1, 230400, 0x67878643 -0, 79, 79, 1, 230400, 0x83bb241b -0, 80, 80, 1, 230400, 0xe6b70660 -0, 81, 81, 1, 230400, 0x87f5aca3 -0, 82, 82, 1, 230400, 0x29c79bc3 -0, 83, 83, 1, 230400, 0xcadbd70b -0, 84, 84, 1, 230400, 0x8cdcfdee -0, 85, 85, 1, 230400, 0x90aa0442 -0, 86, 86, 1, 230400, 0xa68e87b7 -0, 87, 87, 1, 230400, 0xa2c49e58 -0, 88, 88, 1, 230400, 0x9a9a4c55 -0, 89, 89, 1, 230400, 0x06b53aed -0, 90, 90, 1, 230400, 0x79e1808a -0, 91, 91, 1, 230400, 0x3e53a411 -0, 92, 92, 1, 230400, 0xfebc13ca -0, 93, 93, 1, 230400, 0x1f1f443b -0, 94, 94, 1, 230400, 0xd0db806a -0, 95, 95, 1, 230400, 0x6f2aee94 -0, 96, 96, 1, 230400, 0xe8cc23ba -0, 97, 97, 1, 230400, 0x2edf510b -0, 98, 98, 1, 230400, 0x87118129 -0, 99, 99, 1, 230400, 0x1dd1709a Test ansi256 failed. Look at tests/data/fate/ansi256.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-ansi256] Error 1 TEST bethsoft-vid Test armovie-escape124 failed. Look at tests/data/fate/armovie-escape124.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-armovie-escape124] Error 1 TEST bfi TEST bink-video-b TEST bink-video-f TEST bink-video-i TEST bmv-video TEST cavs --- /home/fate/ffmpeg/tests/ref/fate/bethsoft-vid 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/bethsoft-vid 2020-04-04 16:04:58.474947745 +0000 @@ -1,152 +0,0 @@ -#tb 0: 1/14 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x200 -#sar 0: 0/1 -#tb 1: 1/11111 -#media_type 1: audio -#codec_id 1: pcm_s16le -#sample_rate 1: 11111 -#channel_layout 1: 4 -#channel_layout_name 1: mono -0, 0, 0, 1, 192000, 0x00000000 -1, 0, 0, 740, 1480, 0x00000000 -1, 740, 740, 740, 1480, 0x20a92bd4 -0, 1, 1, 1, 192000, 0x5a5acf57 -1, 1480, 1480, 925, 1850, 0xa9e48a74 -0, 2, 2, 1, 192000, 0xbd055cf1 -0, 3, 3, 1, 192000, 0x28b1eefc -1, 2405, 2405, 740, 1480, 0x23ecd018 -1, 3145, 3145, 740, 1480, 0x206bb915 -0, 4, 4, 1, 192000, 0x0636bacd -1, 3885, 3885, 925, 1850, 0xb0e10e75 -0, 5, 5, 1, 192000, 0xbfd33cbd -0, 6, 6, 1, 192000, 0x0bd150ef -1, 4810, 4810, 740, 1480, 0x8d9baedd -1, 5550, 5550, 740, 1480, 0xb802aae1 -0, 7, 7, 1, 192000, 0x780d891e -1, 6290, 6290, 740, 1480, 0xecd7b5cc -0, 8, 8, 1, 192000, 0xacf5e205 -1, 7030, 7030, 925, 1850, 0x16861355 -0, 9, 9, 1, 192000, 0x37c900dc -0, 10, 10, 1, 192000, 0x4ee6add7 -1, 7955, 7955, 740, 1480, 0xa51690bd -1, 8695, 8695, 740, 1480, 0xdd0b90d1 -0, 11, 11, 1, 192000, 0x1844783a -1, 9435, 9435, 925, 1850, 0x3ce6e333 -0, 12, 12, 1, 192000, 0x7bf84848 -0, 13, 13, 1, 192000, 0x1ec296bc -1, 10360, 10360, 740, 1480, 0xf8ce8ea3 -1, 11100, 11100, 740, 1480, 0xda4597af -0, 14, 14, 1, 192000, 0xbaeb5292 -1, 11840, 11840, 740, 1480, 0x918f7cb3 -0, 15, 15, 1, 192000, 0xcb18038d -1, 12580, 12580, 925, 1850, 0xca6edb15 -0, 16, 16, 1, 192000, 0xb3cc8b65 -0, 17, 17, 1, 192000, 0x6f164685 -1, 13505, 13505, 740, 1480, 0xba279597 -1, 14245, 14245, 740, 1480, 0xc5a38a9e -0, 18, 18, 1, 192000, 0x304917c9 -1, 14985, 14985, 925, 1850, 0x8147eef5 -0, 19, 19, 1, 192000, 0x8269daa1 -0, 20, 20, 1, 192000, 0x04d3500d -1, 15910, 15910, 740, 1480, 0xce2c7cb5 -1, 16650, 16650, 740, 1480, 0x4282819f -0, 21, 21, 1, 192000, 0x9788f7a5 -1, 17390, 17390, 740, 1480, 0xbdbb8da6 -0, 22, 22, 1, 192000, 0x05351c98 -1, 18130, 18130, 925, 1850, 0xdbbeea10 -0, 23, 23, 1, 192000, 0xcc8bba97 -0, 24, 24, 1, 192000, 0x76caf27b -1, 19055, 19055, 740, 1480, 0xbe6a77c2 -1, 19795, 19795, 740, 1480, 0xa85c75b2 -0, 25, 25, 1, 192000, 0x28648040 -1, 20535, 20535, 925, 1850, 0xa45bde21 -0, 26, 26, 1, 192000, 0x99ea251f -0, 27, 27, 1, 192000, 0x20e7bf4d -1, 21460, 21460, 740, 1480, 0x84aa7895 -1, 22200, 22200, 740, 1480, 0x147f7d9f -0, 28, 28, 1, 192000, 0x046ed625 -1, 22940, 22940, 740, 1480, 0xc8e77b85 -0, 29, 29, 1, 192000, 0x1613fb12 -1, 23680, 23680, 925, 1850, 0x10d4d81b -0, 30, 30, 1, 192000, 0xd8b52d16 -0, 31, 31, 1, 192000, 0x31443aa9 -1, 24605, 24605, 740, 1480, 0xb4ae8bb1 -1, 25345, 25345, 740, 1480, 0x3ef782a5 -0, 32, 32, 1, 192000, 0xd426de3d -1, 26085, 26085, 925, 1850, 0xdeebda14 -0, 33, 33, 1, 192000, 0xb2bce77b -0, 34, 34, 1, 192000, 0x25a52805 -1, 27010, 27010, 740, 1480, 0x4c7e7bbb -1, 27750, 27750, 740, 1480, 0x0e0e9198 -0, 35, 35, 1, 192000, 0x04f03a87 -1, 28490, 28490, 740, 1480, 0x5c1f819f -0, 36, 36, 1, 192000, 0x41d56889 -1, 29230, 29230, 925, 1850, 0x0e4cf6ff -0, 37, 37, 1, 192000, 0x3d4d6de9 -1, 30155, 30155, 740, 1480, 0x374388a7 -0, 38, 38, 1, 192000, 0xa7a2abfe -1, 30895, 30895, 740, 1480, 0xed729389 -0, 39, 39, 1, 192000, 0x663e9fca -1, 31635, 31635, 925, 1850, 0xe0f1e43f -0, 40, 40, 1, 192000, 0x29a67f86 -0, 41, 41, 1, 192000, 0x51531bb0 -1, 32560, 32560, 740, 1480, 0x3b27839a -1, 33300, 33300, 740, 1480, 0xe6287e94 -0, 42, 42, 1, 192000, 0xd993277e -1, 34040, 34040, 740, 1480, 0x7e0d84b5 -0, 43, 43, 1, 192000, 0x4873e583 -1, 34780, 34780, 925, 1850, 0xf08bebf7 -0, 44, 44, 1, 192000, 0x06df053b -1, 35705, 35705, 740, 1480, 0x94cf73a0 -0, 45, 45, 1, 192000, 0x044f7698 -1, 36445, 36445, 740, 1480, 0xfef384ae -0, 46, 46, 1, 192000, 0xc2302a45 -1, 37185, 37185, 925, 1850, 0x3b93e0f7 -0, 47, 47, 1, 192000, 0xbdfec8ee -0, 48, 48, 1, 192000, 0x3b739286 -1, 38110, 38110, 740, 1480, 0x28d27bae -1, 38850, 38850, 740, 1480, 0x94d57da5 -0, 49, 49, 1, 192000, 0x3ca82cd6 -1, 39590, 39590, 740, 1480, 0xc9327db5 -0, 50, 50, 1, 192000, 0x25af10f2 -1, 40330, 40330, 925, 1850, 0xe781f604 -0, 51, 51, 1, 192000, 0x09ce32bf -1, 41255, 41255, 740, 1480, 0x752f8c5b -0, 52, 52, 1, 192000, 0xdab399c2 -1, 41995, 41995, 740, 1480, 0x30068032 -0, 53, 53, 1, 192000, 0x77400d93 -1, 42735, 42735, 925, 1850, 0x7895023e -0, 54, 54, 1, 192000, 0x5e8e6fe7 -0, 55, 55, 1, 192000, 0x277506c9 -1, 43660, 43660, 740, 1480, 0xa1e0a6e1 -1, 44400, 44400, 740, 1480, 0x6af4b500 -0, 56, 56, 1, 192000, 0xe91b59ac -1, 45140, 45140, 740, 1480, 0xc26ea4c7 -0, 57, 57, 1, 192000, 0xc2aa6e19 -1, 45880, 45880, 925, 1850, 0x16a72419 -0, 58, 58, 1, 192000, 0x12c63645 -1, 46805, 46805, 740, 1480, 0x1794aacc -0, 59, 59, 1, 192000, 0xa39f27d6 -1, 47545, 47545, 740, 1480, 0x2ecad8d0 -0, 60, 60, 1, 192000, 0x20c32512 -1, 48285, 48285, 925, 1850, 0x2e645e07 -0, 61, 61, 1, 192000, 0x385a26a0 -0, 62, 62, 1, 192000, 0x2566a70c -1, 49210, 49210, 740, 1480, 0x1c54dfe7 -1, 49950, 49950, 740, 1480, 0xbd35feec -0, 63, 63, 1, 192000, 0x7105cfb9 -1, 50690, 50690, 740, 1480, 0x419403d6 -0, 64, 64, 1, 192000, 0x725671a2 -1, 51430, 51430, 925, 1850, 0x78699d2a -0, 65, 65, 1, 192000, 0x3ff2782a -1, 52355, 52355, 740, 1480, 0x74ec68e0 -0, 66, 66, 1, 192000, 0xdc0571c3 -1, 53095, 53095, 740, 1480, 0x76af64d9 -0, 67, 67, 1, 192000, 0x4a6a5405 -1, 53835, 53835, 925, 1850, 0x5a303d1a -0, 68, 68, 1, 192000, 0x3ec3cce1 -1, 54760, 54760, 537, 1074, 0x142ce7ba -0, 69, 69, 1, 192000, 0x159313a8 -1, 55297, 55297, 258, 516, 0x98885b26 TEST cdgraphics Test bethsoft-vid failed. Look at tests/data/fate/bethsoft-vid.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-bethsoft-vid] Error 1 TEST cfhd-1 --- /home/fate/ffmpeg/tests/ref/fate/bfi 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/bfi 2020-04-04 16:04:58.491614389 +0000 @@ -1,125 +0,0 @@ -#tb 0: 1/9 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x140 -#sar 0: 0/1 -#tb 1: 1/11025 -#media_type 1: audio -#codec_id 1: pcm_s16le -#sample_rate 1: 11025 -#channel_layout 1: 4 -#channel_layout_name 1: mono -0, 0, 0, 1, 134400, 0xc218b00c -1, 0, 0, 8884, 17768, 0x07df135c -0, 1, 1, 1, 134400, 0x114daf7c -0, 2, 2, 1, 134400, 0xe14db24c -0, 3, 3, 1, 134400, 0x88c71df7 -0, 4, 4, 1, 134400, 0xc98c09fc -0, 5, 5, 1, 134400, 0xf7c2e7a9 -0, 6, 6, 1, 134400, 0xf54f304f -0, 7, 7, 1, 134400, 0x67370fdd -1, 8884, 8884, 1110, 2220, 0x44953646 -0, 8, 8, 1, 134400, 0xe70f43cd -1, 9994, 9994, 1110, 2220, 0x256b3329 -0, 9, 9, 1, 134400, 0xad74c06f -1, 11104, 11104, 1111, 2222, 0x344d20c6 -1, 12215, 12215, 1110, 2220, 0xd8ee20db -0, 10, 10, 1, 134400, 0xef42fdf2 -1, 13325, 13325, 1111, 2222, 0x46d70aa2 -0, 11, 11, 1, 134400, 0xa14cc4b8 -1, 14436, 14436, 1110, 2220, 0xbe0a2213 -0, 12, 12, 1, 134400, 0xc6e57381 -1, 15546, 15546, 1111, 2222, 0x4ee0fd07 -0, 13, 13, 1, 134400, 0x74b4804b -1, 16657, 16657, 1110, 2220, 0x709dfe87 -0, 14, 14, 1, 134400, 0xe0863d6f -1, 17767, 17767, 1111, 2222, 0xbb382521 -0, 15, 15, 1, 134400, 0x90b6d03c -1, 18878, 18878, 1110, 2220, 0x6dba1d2d -0, 16, 16, 1, 134400, 0x3d0409fd -1, 19988, 19988, 1111, 2222, 0xbc4cdd6d -0, 17, 17, 1, 134400, 0xc02e09a4 -1, 21099, 21099, 1110, 2220, 0x54340d2c -0, 18, 18, 1, 134400, 0xa3515997 -1, 22209, 22209, 1110, 2220, 0x8925d335 -0, 19, 19, 1, 134400, 0xc0fda122 -1, 23319, 23319, 1111, 2222, 0xa39bd15f -1, 24430, 24430, 1110, 2220, 0x6875f632 -0, 20, 20, 1, 134400, 0x5380d707 -1, 25540, 25540, 1111, 2222, 0xda46be57 -0, 21, 21, 1, 134400, 0xcc19c085 -1, 26651, 26651, 1110, 2220, 0xd591eb44 -0, 22, 22, 1, 134400, 0x8041e977 -1, 27761, 27761, 1111, 2222, 0x33afd17f -0, 23, 23, 1, 134400, 0xb96b2bea -1, 28872, 28872, 1110, 2220, 0xd97be03b -0, 24, 24, 1, 134400, 0xcc977ca7 -1, 29982, 29982, 1111, 2222, 0x3b71e82e -0, 25, 25, 1, 134400, 0xe37abb34 -1, 31093, 31093, 1110, 2220, 0x95fbec2b -0, 26, 26, 1, 134400, 0xce488baa -1, 32203, 32203, 1110, 2220, 0xae3a1c1e -0, 27, 27, 1, 134400, 0xa0734e8a -1, 33313, 33313, 1111, 2222, 0x46cd0973 -0, 28, 28, 1, 134400, 0x6b5ce0b0 -1, 34424, 34424, 1110, 2220, 0x7b28f3f6 -0, 29, 29, 1, 134400, 0xf207f938 -1, 35534, 35534, 1111, 2222, 0xa2a5bc47 -1, 36645, 36645, 1110, 2220, 0x4727df63 -0, 30, 30, 1, 134400, 0xe10060f8 -1, 37755, 37755, 1111, 2222, 0xdf53f4e2 -0, 31, 31, 1, 134400, 0xaebe6b37 -1, 38866, 38866, 1110, 2220, 0x469c1e8f -0, 32, 32, 1, 134400, 0x08ea5c75 -1, 39976, 39976, 1111, 2222, 0x3c541799 -0, 33, 33, 1, 134400, 0x05c6b514 -1, 41087, 41087, 1110, 2220, 0xc8d21fee -0, 34, 34, 1, 134400, 0x68cb3703 -1, 42197, 42197, 1111, 2222, 0x5f52126f -0, 35, 35, 1, 134400, 0x48867fd0 -1, 43308, 43308, 1110, 2220, 0x06a9ff18 -0, 36, 36, 1, 134400, 0xc53eda30 -1, 44418, 44418, 1110, 2220, 0x84f9aa2b -0, 37, 37, 1, 134400, 0x0c1b198d -1, 45528, 45528, 1111, 2222, 0xe0518c83 -0, 38, 38, 1, 134400, 0xc8ac5bc8 -1, 46639, 46639, 1110, 2220, 0xc85ee26c -1, 47749, 47749, 1111, 2222, 0xda23fd2d -0, 39, 39, 1, 134400, 0x9e35240d -1, 48860, 48860, 1110, 2220, 0x7ee2e818 -0, 40, 40, 1, 134400, 0x885d142f -1, 49970, 49970, 1111, 2222, 0x45eb0465 -0, 41, 41, 1, 134400, 0x207cb4ac -1, 51081, 51081, 1110, 2220, 0xf3e90549 -0, 42, 42, 1, 134400, 0x0abe748b -1, 52191, 52191, 1111, 2222, 0x17aacf3d -0, 43, 43, 1, 134400, 0xf13e991b -1, 53302, 53302, 1110, 2220, 0x6cb7e325 -0, 44, 44, 1, 134400, 0x2544248d -1, 54412, 54412, 1110, 2220, 0x20164553 -0, 45, 45, 1, 134400, 0x5444bb22 -1, 55522, 55522, 1111, 2222, 0x00000000 -0, 46, 46, 1, 134400, 0xc5a8f55a -1, 56633, 56633, 1110, 2220, 0x00000000 -0, 47, 47, 1, 134400, 0xe6006820 -1, 57743, 57743, 1111, 2222, 0x00000000 -0, 48, 48, 1, 134400, 0x2a34239d -1, 58854, 58854, 1110, 2220, 0x00000000 -1, 59964, 59964, 1111, 2222, 0x00000000 -0, 49, 49, 1, 134400, 0x26deac5b -1, 61075, 61075, 1110, 2220, 0x00000000 -0, 50, 50, 1, 134400, 0x82c2c0a9 -1, 62185, 62185, 1111, 2222, 0x00000000 -0, 51, 51, 1, 134400, 0xcdd8daba -1, 63296, 63296, 1225, 2450, 0x00000000 -0, 52, 52, 1, 134400, 0x5a1a2105 -1, 64521, 64521, 1225, 2450, 0x00000000 -0, 53, 53, 1, 134400, 0x2ad43604 -1, 65746, 65746, 1225, 2450, 0x00000000 -0, 54, 54, 1, 134400, 0xa9b58f35 -1, 66971, 66971, 1225, 2450, 0x00000000 -0, 55, 55, 1, 134400, 0x0e37a7a8 -1, 68196, 68196, 1225, 2450, 0x00000000 -0, 56, 56, 1, 134400, 0xd288eef7 -1, 69421, 69421, 1225, 2450, 0x00000000 -1, 70646, 70646, 1225, 2450, 0x00000000 Test bfi failed. Look at tests/data/fate/bfi.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-bfi] Error 1 TEST cfhd-2 --- /home/fate/ffmpeg/tests/ref/fate/bmv-video 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/bmv-video 2020-04-04 16:04:58.514947689 +0000 @@ -1,26 +0,0 @@ -#tb 0: 1/12 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 640x429 -#sar 0: 0/1 -0, 0, 0, 1, 823680, 0xddb8a306 -0, 1, 1, 1, 823680, 0xa95375c8 -0, 2, 2, 1, 823680, 0xa95375c8 -0, 3, 3, 1, 823680, 0xb6f78afe -0, 4, 4, 1, 823680, 0xb6f78afe -0, 5, 5, 1, 823680, 0x45b9c8f0 -0, 6, 6, 1, 823680, 0x45b9c8f0 -0, 7, 7, 1, 823680, 0x7653d8e9 -0, 8, 8, 1, 823680, 0x7653d8e9 -0, 9, 9, 1, 823680, 0xf1e2fd73 -0, 10, 10, 1, 823680, 0xf1e2fd73 -0, 11, 11, 1, 823680, 0x6d2deab3 -0, 12, 12, 1, 823680, 0x6d2deab3 -0, 13, 13, 1, 823680, 0x37fd33ce -0, 14, 14, 1, 823680, 0x37fd33ce -0, 15, 15, 1, 823680, 0x0a8e0ab9 -0, 16, 16, 1, 823680, 0x0a8e0ab9 -0, 17, 17, 1, 823680, 0x991bb2b0 -0, 18, 18, 1, 823680, 0x991bb2b0 -0, 19, 19, 1, 823680, 0xb8397c8c -0, 20, 20, 1, 823680, 0xb8397c8c Test bmv-video failed. Look at tests/data/fate/bmv-video.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-bmv-video] Error 1 TEST cljr TEST cfhd-3 --- /home/fate/ffmpeg/tests/ref/fate/cdgraphics 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/cdgraphics 2020-04-04 16:04:58.531614333 +0000 @@ -1,217 +0,0 @@ -#tb 0: 1/300 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 300x216 -#sar 0: 0/1 -0, 0, 0, 1, 259200, 0x29aeb27e -0, 1, 1, 1, 259200, 0x29aeb27e -0, 2, 2, 1, 259200, 0x6779f55d -0, 3, 3, 1, 259200, 0x6779f55d -0, 4, 4, 1, 259200, 0x6779f55d -0, 5, 5, 1, 259200, 0x6779f55d -0, 6, 6, 1, 259200, 0x6779f55d -0, 7, 7, 1, 259200, 0x6779f55d -0, 8, 8, 1, 259200, 0x6779f55d -0, 9, 9, 1, 259200, 0x6779f55d -0, 10, 10, 1, 259200, 0x6779f55d -0, 11, 11, 1, 259200, 0x6779f55d -0, 12, 12, 1, 259200, 0x6779f55d -0, 13, 13, 1, 259200, 0xf33cc0c4 -0, 14, 14, 1, 259200, 0xf33cc0c4 -0, 15, 15, 1, 259200, 0xf33cc0c4 -0, 16, 16, 1, 259200, 0x098280da -0, 17, 17, 1, 259200, 0x098280da -0, 18, 18, 1, 259200, 0x098280da -0, 19, 19, 1, 259200, 0x098280da -0, 20, 20, 1, 259200, 0x098280da -0, 21, 21, 1, 259200, 0x098280da -0, 22, 22, 1, 259200, 0x098280da -0, 23, 23, 1, 259200, 0x098280da -0, 24, 24, 1, 259200, 0x098280da -0, 25, 25, 1, 259200, 0x098280da -0, 26, 26, 1, 259200, 0x098280da -0, 27, 27, 1, 259200, 0x098280da -0, 28, 28, 1, 259200, 0x098280da -0, 29, 29, 1, 259200, 0x098280da -0, 30, 30, 1, 259200, 0x098280da -0, 31, 31, 1, 259200, 0x098280da -0, 32, 32, 1, 259200, 0xf33cc0c4 -0, 33, 33, 1, 259200, 0xa389d0b4 -0, 34, 34, 1, 259200, 0xecf1f094 -0, 35, 35, 1, 259200, 0xe7171c77 -0, 37, 37, 1, 259200, 0xf9d72c67 -0, 38, 38, 1, 259200, 0x7932583b -0, 40, 40, 1, 259200, 0x1c618c07 -0, 41, 41, 1, 259200, 0x7e88c1d1 -0, 43, 43, 1, 259200, 0x2c5df59d -0, 44, 44, 1, 259200, 0xa78f435e -0, 46, 46, 1, 259200, 0xb96e5948 -0, 47, 47, 1, 259200, 0x85c1653c -0, 49, 49, 1, 259200, 0xefdc930e -0, 50, 50, 1, 259200, 0xea24bee2 -0, 52, 52, 1, 259200, 0x8feef8a8 -0, 53, 53, 1, 259200, 0x8a7b02ad -0, 55, 55, 1, 259200, 0xe41b2689 -0, 56, 56, 1, 259200, 0x007d307f -0, 58, 58, 1, 259200, 0xb0c9802f -0, 59, 59, 1, 259200, 0xb50c941b -0, 61, 61, 1, 259200, 0xdf7dc7e7 -0, 62, 62, 1, 259200, 0xbaac01bc -0, 64, 64, 1, 259200, 0x1ef70db0 -0, 65, 65, 1, 259200, 0xeeab4b72 -0, 67, 67, 1, 259200, 0x0eaf7d40 -0, 68, 68, 1, 259200, 0xc7bec4f8 -0, 70, 70, 1, 259200, 0xa506caf2 -0, 71, 71, 1, 259200, 0x268808c3 -0, 73, 73, 1, 259200, 0xebd90ebd -0, 74, 74, 1, 259200, 0x8d792aa1 -0, 76, 76, 1, 259200, 0x960d3a91 -0, 77, 77, 1, 259200, 0xf0395e6d -0, 79, 79, 1, 259200, 0x3d0e8645 -0, 80, 80, 1, 259200, 0x88bc9a31 -0, 82, 82, 1, 259200, 0xda37c209 -0, 83, 83, 1, 259200, 0xafa6c803 -0, 85, 85, 1, 259200, 0xdc58f5d5 -0, 86, 86, 1, 259200, 0x1a5ffbcf -0, 88, 88, 1, 259200, 0xc8872bae -0, 89, 89, 1, 259200, 0xc5472dac -0, 91, 91, 1, 259200, 0xd54e5f7a -0, 92, 92, 1, 259200, 0xf4576574 -0, 94, 94, 1, 259200, 0xdefaad2c -0, 95, 95, 1, 259200, 0xca44c316 -0, 97, 97, 1, 259200, 0x8102d504 -0, 98, 98, 1, 259200, 0xe0c8fcdc -0, 100, 100, 1, 259200, 0x53c100e7 -0, 101, 101, 1, 259200, 0x8de628bf -0, 103, 103, 1, 259200, 0x86f92eb9 -0, 104, 104, 1, 259200, 0x13c66285 -0, 106, 106, 1, 259200, 0xe5766c7b -0, 107, 107, 1, 259200, 0x3ddb9453 -0, 109, 109, 1, 259200, 0x39559a4d -0, 110, 110, 1, 259200, 0x507da443 -0, 112, 112, 1, 259200, 0x3b8dedf9 -0, 113, 113, 1, 259200, 0x55c9fde9 -0, 115, 115, 1, 259200, 0x7c43ffe7 -0, 116, 116, 1, 259200, 0xdf2c31c4 -0, 118, 118, 1, 259200, 0x144735c0 -0, 119, 119, 1, 259200, 0x9a716b8a -0, 121, 121, 1, 259200, 0x5ab08174 -0, 122, 122, 1, 259200, 0x06dcb540 -0, 124, 124, 1, 259200, 0x0d09b93c -0, 125, 125, 1, 259200, 0x5abce70e -0, 127, 127, 1, 259200, 0x38a4ed08 -0, 128, 128, 1, 259200, 0x427b30d3 -0, 130, 130, 1, 259200, 0x7f8d34cf -0, 131, 131, 1, 259200, 0xf5613cc7 -0, 133, 133, 1, 259200, 0x5086748f -0, 134, 134, 1, 259200, 0x7da8788b -0, 136, 136, 1, 259200, 0x79c8946f -0, 137, 137, 1, 259200, 0x65d9bc47 -0, 139, 139, 1, 259200, 0x3f5a0012 -0, 140, 140, 1, 259200, 0x4d9713fe -0, 142, 142, 1, 259200, 0x917839d8 -0, 143, 143, 1, 259200, 0x92624dc4 -0, 145, 145, 1, 259200, 0x465c739e -0, 146, 146, 1, 259200, 0x21137f92 -0, 148, 148, 1, 259200, 0xd677a76a -0, 149, 149, 1, 259200, 0xe1efb35e -0, 151, 151, 1, 259200, 0xd2d6d73a -0, 152, 152, 1, 259200, 0x06a8f31e -0, 154, 154, 1, 259200, 0x8aaf1d03 -0, 155, 155, 1, 259200, 0x9e0a42dd -0, 157, 157, 1, 259200, 0x1f7268b7 -0, 158, 158, 1, 259200, 0x1a3c6cb3 -0, 160, 160, 1, 259200, 0x5607aa75 -0, 161, 161, 1, 259200, 0xa19ebc63 -0, 163, 163, 1, 259200, 0x9dbaf42b -0, 164, 164, 1, 259200, 0x2d06fe21 -0, 166, 166, 1, 259200, 0x960e2c02 -0, 167, 167, 1, 259200, 0x04f935f8 -0, 169, 169, 1, 259200, 0x488143ea -0, 170, 170, 1, 259200, 0xcb515bd2 -0, 172, 172, 1, 259200, 0xa27c85a8 -0, 173, 173, 1, 259200, 0x3bb38da0 -0, 175, 175, 1, 259200, 0x39d9b17c -0, 176, 176, 1, 259200, 0x3fbcbd70 -0, 178, 178, 1, 259200, 0xbc19e548 -0, 179, 179, 1, 259200, 0x29400735 -0, 181, 181, 1, 259200, 0x21612d0f -0, 182, 182, 1, 259200, 0x66943705 -0, 184, 184, 1, 259200, 0x9efa6ccf -0, 185, 185, 1, 259200, 0x3b4180bb -0, 187, 187, 1, 259200, 0x9a8aa695 -0, 188, 188, 1, 259200, 0x6529b883 -0, 190, 190, 1, 259200, 0x6e1aec4f -0, 191, 191, 1, 259200, 0x3ebc2426 -0, 193, 193, 1, 259200, 0xff6e3a10 -0, 194, 194, 1, 259200, 0x70f05dec -0, 196, 196, 1, 259200, 0x853777d2 -0, 197, 197, 1, 259200, 0x05ea97b2 -0, 199, 199, 1, 259200, 0x03f3a7a2 -0, 200, 200, 1, 259200, 0xf4f7cb7e -0, 202, 202, 1, 259200, 0xd411db6e -0, 203, 203, 1, 259200, 0xfa3afb4e -0, 205, 205, 1, 259200, 0x0a451b3d -0, 206, 206, 1, 259200, 0x94624117 -0, 208, 208, 1, 259200, 0x00996ceb -0, 209, 209, 1, 259200, 0x8c898ccb -0, 211, 211, 1, 259200, 0x5d2496c1 -0, 212, 212, 1, 259200, 0x4f5fce89 -0, 214, 214, 1, 259200, 0xf6a0e671 -0, 215, 215, 1, 259200, 0xcf6f184e -0, 217, 217, 1, 259200, 0x66e2283e -0, 218, 218, 1, 259200, 0x7cd25016 -0, 220, 220, 1, 259200, 0xc2e05a0c -0, 221, 221, 1, 259200, 0x33b767fe -0, 223, 223, 1, 259200, 0x6f5583e2 -0, 224, 224, 1, 259200, 0x19f3a9bc -0, 226, 226, 1, 259200, 0xb3f3b5b0 -0, 227, 227, 1, 259200, 0x6417d590 -0, 229, 229, 1, 259200, 0x7130e580 -0, 230, 230, 1, 259200, 0x4558096b -0, 232, 232, 1, 259200, 0x920c3143 -0, 233, 233, 1, 259200, 0xb7e75123 -0, 235, 235, 1, 259200, 0x38e46113 -0, 236, 236, 1, 259200, 0x96ba90e3 -0, 238, 238, 1, 259200, 0xc65faac9 -0, 239, 239, 1, 259200, 0x7260caa9 -0, 241, 241, 1, 259200, 0x4983cca7 -0, 242, 242, 1, 259200, 0xc04ddc97 -0, 244, 244, 1, 259200, 0x52de0082 -0, 245, 245, 1, 259200, 0xb1cb1c66 -0, 247, 247, 1, 259200, 0x273b364c -0, 248, 248, 1, 259200, 0xd26a661c -0, 250, 250, 1, 259200, 0x9a9599e8 -0, 251, 251, 1, 259200, 0x2e16b5cc -0, 253, 253, 1, 259200, 0x2d4ec9b8 -0, 254, 254, 1, 259200, 0x32d8e998 -0, 256, 256, 1, 259200, 0x5182f988 -0, 257, 257, 1, 259200, 0x48d7157b -0, 259, 259, 1, 259200, 0xa50f335d -0, 260, 260, 1, 259200, 0x3f274f41 -0, 262, 262, 1, 259200, 0xe9776b25 -0, 263, 263, 1, 259200, 0x76728709 -0, 265, 265, 1, 259200, 0x1960a0ef -0, 266, 266, 1, 259200, 0x3d3acac5 -0, 268, 268, 1, 259200, 0x1c6aeaa5 -0, 269, 269, 1, 259200, 0x8bc0148a -0, 271, 271, 1, 259200, 0xa2a72a74 -0, 272, 272, 1, 259200, 0x77db4658 -0, 274, 274, 1, 259200, 0x63705a44 -0, 275, 275, 1, 259200, 0x30db8c12 -0, 277, 277, 1, 259200, 0x32f5a3fa -0, 278, 278, 1, 259200, 0x0107d7c6 -0, 280, 280, 1, 259200, 0xe14707a5 -0, 281, 281, 1, 259200, 0xed7e3379 -0, 283, 283, 1, 259200, 0x55bc416b -0, 284, 284, 1, 259200, 0x1cf1614b -0, 286, 286, 1, 259200, 0x2d507b31 -0, 287, 287, 1, 259200, 0x3fbbaefd -0, 289, 289, 1, 259200, 0x8608d6d5 -0, 290, 290, 1, 259200, 0x169d00ba -0, 292, 292, 1, 259200, 0x7d0b209a -0, 293, 293, 1, 259200, 0xd5943c7e -0, 295, 295, 1, 259200, 0x94e25664 -0, 296, 296, 1, 259200, 0x97447e3c -0, 298, 298, 1, 259200, 0x68bc8436 -0, 299, 299, 1, 259200, 0xb7ee9426 TEST corepng Test cdgraphics failed. Look at tests/data/fate/cdgraphics.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-cdgraphics] Error 1 TEST rgbapng-4816 TEST creatureshock-avs TEST cvid-palette TEST cvid-partial TEST cvid-grayscale TEST cyberia-c93 --- /home/fate/ffmpeg/tests/ref/fate/creatureshock-avs 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/creatureshock-avs 2020-04-04 16:04:58.624947535 +0000 @@ -1,103 +0,0 @@ -#tb 0: 1/15 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 318x198 -#sar 0: 0/1 -#tb 1: 1/22222 -#media_type 1: audio -#codec_id 1: pcm_s16le -#sample_rate 1: 22222 -#channel_layout 1: 4 -#channel_layout_name 1: mono -0, 0, 0, 1, 188892, 0x9f47a5ec -1, 0, 0, 8186, 16372, 0xfaaab59d -0, 1, 1, 1, 188892, 0xdece0269 -0, 2, 2, 1, 188892, 0xd097e86e -0, 3, 3, 1, 188892, 0x1cf2de83 -0, 4, 4, 1, 188892, 0xb664fd10 -0, 5, 5, 1, 188892, 0xc654f4c1 -1, 8186, 8186, 2014, 4028, 0xc2daed72 -0, 6, 6, 1, 188892, 0x5adac3ff -1, 10200, 10200, 2743, 5486, 0xf7fd794d -0, 7, 7, 1, 188892, 0x5928954e -0, 8, 8, 1, 188892, 0x5e4cad6c -1, 12943, 12943, 2895, 5790, 0xfd5a369f -0, 9, 9, 1, 188892, 0xbbb5f11b -0, 10, 10, 1, 188892, 0xcb6bbdee -1, 15838, 15838, 534, 1068, 0x0b602cd0 -0, 11, 11, 1, 188892, 0xa5b3b316 -1, 16372, 16372, 2454, 4908, 0xfe870aad -0, 12, 12, 1, 188892, 0x9bf87b5d -1, 18826, 18826, 3031, 6062, 0x8a4d6e0f -0, 13, 13, 1, 188892, 0xcc3981be -0, 14, 14, 1, 188892, 0x2eb44dfa -1, 21857, 21857, 2701, 5402, 0x71fd352f -0, 15, 15, 1, 188892, 0x11c861b9 -0, 16, 16, 1, 188892, 0x7c1b767b -1, 24558, 24558, 272, 544, 0xeb766d34 -1, 24830, 24830, 2953, 5906, 0x47ac7e08 -0, 17, 17, 1, 188892, 0x5078694c -0, 18, 18, 1, 188892, 0xa24485c2 -1, 27783, 27783, 2958, 5916, 0x0d26eb56 -0, 19, 19, 1, 188892, 0xc8016946 -0, 20, 20, 1, 188892, 0x71e3493b -1, 30741, 30741, 2003, 4006, 0x9941c71a -0, 21, 21, 1, 188892, 0xa9771a0d -0, 22, 22, 1, 188892, 0x98be33fd -1, 32744, 32744, 1050, 2100, 0xc9a2ee36 -1, 33794, 33794, 2947, 5894, 0xd2ba4eaa -0, 23, 23, 1, 188892, 0x193e4cda -0, 24, 24, 1, 188892, 0x3b444fd1 -1, 36741, 36741, 3045, 6090, 0xf43e73d0 -0, 25, 25, 1, 188892, 0x8bfe594c -0, 26, 26, 1, 188892, 0xaab8267b -1, 39786, 39786, 1144, 2288, 0x5a8b7aa0 -0, 27, 27, 1, 188892, 0x03206c55 -1, 40930, 40930, 1925, 3850, 0x7f66eb2c -0, 28, 28, 1, 188892, 0x8ed7ea7d -1, 42855, 42855, 2898, 5796, 0xc5cf3ee8 -0, 29, 29, 1, 188892, 0x2a1bc3e1 -0, 30, 30, 1, 188892, 0xa6a12aa7 -1, 45753, 45753, 3021, 6042, 0xed80136d -0, 31, 31, 1, 188892, 0xa96ca4fa -0, 32, 32, 1, 188892, 0x3e3a6d70 -1, 48774, 48774, 342, 684, 0xc42bd137 -0, 33, 33, 1, 188892, 0x47e173dd -1, 49116, 49116, 2718, 5436, 0xb7f8a6fd -0, 34, 34, 1, 188892, 0xfcf183ba -1, 51834, 51834, 3049, 6098, 0xee6354a2 -0, 35, 35, 1, 188892, 0xf051be46 -0, 36, 36, 1, 188892, 0x8aa6b100 -0, 37, 37, 1, 188892, 0x36c86b01 -1, 54883, 54883, 2419, 4838, 0x129e61d0 -0, 38, 38, 1, 188892, 0x15ae396e -1, 57302, 57302, 537, 1074, 0x9da90634 -0, 39, 39, 1, 188892, 0xc876eabf -1, 57839, 57839, 3042, 6084, 0x8ffed952 -0, 40, 40, 1, 188892, 0xc5c65fae -0, 41, 41, 1, 188892, 0x4feec932 -1, 60881, 60881, 3019, 6038, 0xa07b4276 -0, 42, 42, 1, 188892, 0x21374e88 -0, 43, 43, 1, 188892, 0x52e689f1 -1, 63900, 63900, 1588, 3176, 0xebef63c1 -0, 44, 44, 1, 188892, 0x9e2492e8 -1, 65488, 65488, 1397, 2794, 0xbe1000db -0, 45, 45, 1, 188892, 0xac841247 -1, 66885, 66885, 3010, 6020, 0xd8e34961 -0, 46, 46, 1, 188892, 0x8467aab2 -0, 47, 47, 1, 188892, 0x552b6029 -1, 69895, 69895, 3010, 6020, 0xc07cf461 -0, 48, 48, 1, 188892, 0x836eb46e -0, 49, 49, 1, 188892, 0x93eb9f1b -1, 72905, 72905, 769, 1538, 0xc975ae02 -1, 73674, 73674, 2115, 4230, 0x0827111b -0, 50, 50, 1, 188892, 0xa3661fdd -0, 51, 51, 1, 188892, 0x433d22dd -1, 75789, 75789, 3042, 6084, 0x2cf0a407 -0, 52, 52, 1, 188892, 0xd64dbc4e -0, 53, 53, 1, 188892, 0x4a2aa0e3 -1, 78831, 78831, 2914, 5828, 0x12750279 -0, 54, 54, 1, 188892, 0xd98e4d4b -0, 55, 55, 1, 188892, 0x00000000 -1, 81745, 81745, 115, 230, 0xc9c03f3b -1, 81860, 81860, 384, 768, 0x6137a04d --- /home/fate/ffmpeg/tests/ref/fate/cvid-palette 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/cvid-palette 2020-04-04 16:04:58.638280849 +0000 @@ -1,61 +0,0 @@ -#tb 0: 200/2997 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 160x120 -#sar 0: 0/1 -0, 0, 0, 1, 57600, 0x1f5c89b7 -0, 1, 1, 1, 57600, 0xd2055aaf -0, 2, 2, 1, 57600, 0x22336052 -0, 3, 3, 1, 57600, 0xf7135e2a -0, 4, 4, 1, 57600, 0xd9de126a -0, 5, 5, 1, 57600, 0xe5a9e1de -0, 6, 6, 1, 57600, 0x253f1702 -0, 7, 7, 1, 57600, 0xcb8679c9 -0, 8, 8, 1, 57600, 0x96cb5fa8 -0, 9, 9, 1, 57600, 0xbe03528a -0, 10, 10, 1, 57600, 0x120a097d -0, 11, 11, 1, 57600, 0xaf562041 -0, 12, 12, 1, 57600, 0x15b2d8c9 -0, 13, 13, 1, 57600, 0x95f60e58 -0, 14, 14, 1, 57600, 0x5ace5a6b -0, 15, 15, 1, 57600, 0x2f80b8e3 -0, 16, 16, 1, 57600, 0x5c49c915 -0, 17, 17, 1, 57600, 0xb91efe60 -0, 18, 18, 1, 57600, 0xa80d29e8 -0, 19, 19, 1, 57600, 0x6e72d03a -0, 20, 20, 1, 57600, 0x4f716a9e -0, 21, 21, 1, 57600, 0x3a43b9c9 -0, 22, 22, 1, 57600, 0x65002db3 -0, 23, 23, 1, 57600, 0x70edc765 -0, 24, 24, 1, 57600, 0x9dc54abd -0, 25, 25, 1, 57600, 0xd17bda86 -0, 26, 26, 1, 57600, 0xc5d2d458 -0, 27, 27, 1, 57600, 0x32313c79 -0, 28, 28, 1, 57600, 0x2e537e8d -0, 29, 29, 1, 57600, 0xe77d5d9e -0, 30, 30, 1, 57600, 0x9cc2599a -0, 31, 31, 1, 57600, 0x8a9be76e -0, 32, 32, 1, 57600, 0x47447eef -0, 33, 33, 1, 57600, 0xbf5f84fa -0, 34, 34, 1, 57600, 0xacd49c07 -0, 35, 35, 1, 57600, 0xdc628975 -0, 36, 36, 1, 57600, 0x97d7964e -0, 37, 37, 1, 57600, 0xd0a19b6b -0, 38, 38, 1, 57600, 0x5ea3d78c -0, 39, 39, 1, 57600, 0x39b59be0 -0, 40, 40, 1, 57600, 0x6501a2d2 -0, 41, 41, 1, 57600, 0x0ee7e36d -0, 42, 42, 1, 57600, 0x354ddd1d -0, 43, 43, 1, 57600, 0x9b8f22d3 -0, 44, 44, 1, 57600, 0x0aadfb8c -0, 45, 45, 1, 57600, 0x322e2785 -0, 46, 46, 1, 57600, 0x78a6467e -0, 47, 47, 1, 57600, 0x1757f3b1 -0, 48, 48, 1, 57600, 0xe874ceb7 -0, 49, 49, 1, 57600, 0xc40f9e4d -0, 50, 50, 1, 57600, 0x89f6a735 -0, 51, 51, 1, 57600, 0xe3635393 -0, 52, 52, 1, 57600, 0xdae585c7 -0, 53, 53, 1, 57600, 0xf99baa60 -0, 54, 54, 1, 57600, 0x28a8b1ee -0, 55, 55, 1, 57600, 0xcd5587f8 Test cvid-palette failed. Look at tests/data/fate/cvid-palette.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-cvid-palette] Error 1 Test creatureshock-avs failed. Look at tests/data/fate/creatureshock-avs.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-creatureshock-avs] Error 1 TEST cyuv TEST delphine-cin-video TEST deluxepaint-anm --- /home/fate/ffmpeg/tests/ref/fate/cyberia-c93 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/cyberia-c93 2020-04-04 16:04:58.671614136 +0000 @@ -1,53 +0,0 @@ -#tb 0: 2/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x192 -#sar 0: 5/6 -#tb 1: 1/16129 -#media_type 1: audio -#codec_id 1: pcm_s16le -#sample_rate 1: 16129 -#channel_layout 1: 4 -#channel_layout_name 1: mono -0, 0, 0, 1, 184320, 0x8433f0f8 -1, 0, 0, 14184, 28368, 0xaacc96a5 -0, 1, 1, 1, 184320, 0xd0d480f7 -0, 2, 2, 1, 184320, 0xaec85413 -0, 3, 3, 1, 184320, 0x29d134dc -0, 4, 4, 1, 184320, 0xeac07175 -0, 5, 5, 1, 184320, 0x21426b49 -0, 6, 6, 1, 184320, 0xe500a37d -0, 7, 7, 1, 184320, 0x1d9cae21 -0, 8, 8, 1, 184320, 0xda65309d -0, 9, 9, 1, 184320, 0xb64c331d -0, 10, 10, 1, 184320, 0xcb832741 -1, 14184, 14184, 14184, 28368, 0x6d1099bd -0, 11, 11, 1, 184320, 0xe573b565 -0, 12, 12, 1, 184320, 0xa40c92d1 -0, 13, 13, 1, 184320, 0x6d04ea3f -0, 14, 14, 1, 184320, 0xc438ae56 -0, 15, 15, 1, 184320, 0xc6405523 -0, 16, 16, 1, 184320, 0xaefef0b3 -0, 17, 17, 1, 184320, 0x3e4526c6 -0, 18, 18, 1, 184320, 0x2b164323 -0, 19, 19, 1, 184320, 0x89b22193 -0, 20, 20, 1, 184320, 0x3b73611b -0, 21, 21, 1, 184320, 0x42b33583 -1, 28368, 28368, 14184, 28368, 0x93033ae1 -0, 22, 22, 1, 184320, 0x43e79dff -0, 23, 23, 1, 184320, 0xe389a377 -0, 24, 24, 1, 184320, 0x09cb65f0 -0, 25, 25, 1, 184320, 0x64b27755 -0, 26, 26, 1, 184320, 0xdd25d6c6 -0, 27, 27, 1, 184320, 0x082a80c9 -0, 28, 28, 1, 184320, 0x41a8d7f4 -0, 29, 29, 1, 184320, 0x6227d8d4 -0, 30, 30, 1, 184320, 0x54975910 -0, 31, 31, 1, 184320, 0xf4857db9 -0, 32, 32, 1, 184320, 0x82d18161 -1, 42552, 42552, 5835, 11670, 0x04aa0b1e -0, 33, 33, 1, 184320, 0x06d93bd0 -0, 34, 34, 1, 184320, 0xa4304c00 -0, 35, 35, 1, 184320, 0x5f77d9cd -0, 36, 36, 1, 184320, 0x95cb84e9 -0, 37, 37, 1, 184320, 0x7c979475 TEST dirac TEST dirac-low-delay Test cyberia-c93 failed. Look at tests/data/fate/cyberia-c93.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-cyberia-c93] Error 1 TEST dxa-feeble TEST dxa-scummvm TEST dxv-dxt1 --- /home/fate/ffmpeg/tests/ref/fate/delphine-cin-video 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/delphine-cin-video 2020-04-04 16:04:58.701614094 +0000 @@ -1,97 +0,0 @@ -#tb 0: 1/12 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x160 -#sar 0: 0/1 -0, 0, 0, 1, 153600, 0x00000000 -0, 1, 1, 1, 153600, 0x9c77862c -0, 2, 2, 1, 153600, 0xd487c33c -0, 3, 3, 1, 153600, 0x5c00c01c -0, 4, 4, 1, 153600, 0x5496c2a2 -0, 5, 5, 1, 153600, 0x858ac5c0 -0, 6, 6, 1, 153600, 0xe32fc7d9 -0, 7, 7, 1, 153600, 0xabffc965 -0, 8, 8, 1, 153600, 0x4171c8e7 -0, 9, 9, 1, 153600, 0xaec4ca90 -0, 10, 10, 1, 153600, 0x3cb4cb5d -0, 11, 11, 1, 153600, 0x3aedcdc0 -0, 12, 12, 1, 153600, 0x0fa4cf55 -0, 13, 13, 1, 153600, 0x66a1d146 -0, 14, 14, 1, 153600, 0x3828d3ad -0, 15, 15, 1, 153600, 0x73ccd7a4 -0, 16, 16, 1, 153600, 0xb815d983 -0, 17, 17, 1, 153600, 0x11a5a54f -0, 18, 18, 1, 153600, 0x337d8bff -0, 19, 19, 1, 153600, 0x0a1c8e5c -0, 20, 20, 1, 153600, 0x09648a57 -0, 21, 21, 1, 153600, 0xf7398ba4 -0, 22, 22, 1, 153600, 0x836d8aaf -0, 23, 23, 1, 153600, 0x4ee385bf -0, 24, 24, 1, 153600, 0xacf2c4d6 -0, 25, 25, 1, 153600, 0x0610f426 -0, 26, 26, 1, 153600, 0xb798e4a1 -0, 27, 27, 1, 153600, 0xdaabe17e -0, 28, 28, 1, 153600, 0x7b82def5 -0, 29, 29, 1, 153600, 0x56afe483 -0, 30, 30, 1, 153600, 0x4640acef -0, 31, 31, 1, 153600, 0x4415f46c -0, 32, 32, 1, 153600, 0x258d01d0 -0, 33, 33, 1, 153600, 0x18a55ba1 -0, 34, 34, 1, 153600, 0x165a7173 -0, 35, 35, 1, 153600, 0xfa8a438b -0, 36, 36, 1, 153600, 0x57083a34 -0, 37, 37, 1, 153600, 0xb39923cd -0, 38, 38, 1, 153600, 0x3e32fd70 -0, 39, 39, 1, 153600, 0xa7e9eb7f -0, 40, 40, 1, 153600, 0x8c20ed88 -0, 41, 41, 1, 153600, 0x8c9bed27 -0, 42, 42, 1, 153600, 0xc79af188 -0, 43, 43, 1, 153600, 0x3bda00c8 -0, 44, 44, 1, 153600, 0x03f837a7 -0, 45, 45, 1, 153600, 0x550b83e3 -0, 46, 46, 1, 153600, 0xc0bc6080 -0, 47, 47, 1, 153600, 0xb8d968ed -0, 48, 48, 1, 153600, 0x893e2348 -0, 49, 49, 1, 153600, 0x6cd01834 -0, 50, 50, 1, 153600, 0x9e6926c5 -0, 51, 51, 1, 153600, 0x4b57a4ea -0, 52, 52, 1, 153600, 0xaab2cfcd -0, 53, 53, 1, 153600, 0xffbb334d -0, 54, 54, 1, 153600, 0x4b37e5a9 -0, 55, 55, 1, 153600, 0x3486dee0 -0, 56, 56, 1, 153600, 0xa7185454 -0, 57, 57, 1, 153600, 0xec29b8c2 -0, 58, 58, 1, 153600, 0x01e562ba -0, 59, 59, 1, 153600, 0xe695cda3 -0, 60, 60, 1, 153600, 0xf6b59dac -0, 61, 61, 1, 153600, 0xb308206b -0, 62, 62, 1, 153600, 0xcc6ede4a -0, 63, 63, 1, 153600, 0xd9f8071c -0, 64, 64, 1, 153600, 0xfb434821 -0, 65, 65, 1, 153600, 0x84c97077 -0, 66, 66, 1, 153600, 0x82dc5217 -0, 67, 67, 1, 153600, 0xdbfd0ba8 -0, 68, 68, 1, 153600, 0x3d71058e -0, 69, 69, 1, 153600, 0x3027b928 -0, 70, 70, 1, 153600, 0x792ae3bd -0, 71, 71, 1, 153600, 0x36db00a7 -0, 72, 72, 1, 153600, 0x4484e720 -0, 73, 73, 1, 153600, 0xfaa76cdc -0, 74, 74, 1, 153600, 0x9f1e4c7e -0, 75, 75, 1, 153600, 0x4b545d88 -0, 76, 76, 1, 153600, 0xa11cfd15 -0, 77, 77, 1, 153600, 0x9f5d49c4 -0, 78, 78, 1, 153600, 0x7a496740 -0, 79, 79, 1, 153600, 0x98477803 -0, 80, 80, 1, 153600, 0xa5fc20f8 -0, 81, 81, 1, 153600, 0x344ff96e -0, 82, 82, 1, 153600, 0x20c91746 -0, 83, 83, 1, 153600, 0x7c59b379 -0, 84, 84, 1, 153600, 0x38e3b86d -0, 85, 85, 1, 153600, 0xff25a440 -0, 86, 86, 1, 153600, 0xa1f66533 -0, 87, 87, 1, 153600, 0xe136260a -0, 88, 88, 1, 153600, 0x048ccf56 -0, 89, 89, 1, 153600, 0x65f68a24 -0, 90, 90, 1, 153600, 0xf32b385a -0, 91, 91, 1, 153600, 0x3e930a8f TEST dxv-dxt5 Test delphine-cin-video failed. Look at tests/data/fate/delphine-cin-video.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-delphine-cin-video] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/deluxepaint-anm 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/deluxepaint-anm 2020-04-04 16:04:58.704947423 +0000 @@ -1,128 +0,0 @@ -#tb 0: 1/30 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x200 -#sar 0: 0/1 -0, 0, 0, 1, 192000, 0x82a79641 -0, 1, 1, 1, 192000, 0x43079971 -0, 2, 2, 1, 192000, 0x6311f1e5 -0, 3, 3, 1, 192000, 0x9e1ef4dc -0, 4, 4, 1, 192000, 0x6f81049b -0, 5, 5, 1, 192000, 0xe696fb12 -0, 6, 6, 1, 192000, 0x1ef4d160 -0, 7, 7, 1, 192000, 0x2f1bf0d4 -0, 8, 8, 1, 192000, 0xcfed92da -0, 9, 9, 1, 192000, 0xbd409978 -0, 10, 10, 1, 192000, 0x50f76f07 -0, 11, 11, 1, 192000, 0xc8d52062 -0, 12, 12, 1, 192000, 0x75061d0e -0, 13, 13, 1, 192000, 0x01b2a711 -0, 14, 14, 1, 192000, 0x541ca739 -0, 15, 15, 1, 192000, 0xe931ad85 -0, 16, 16, 1, 192000, 0xb7e4d4a5 -0, 17, 17, 1, 192000, 0xfc20d475 -0, 18, 18, 1, 192000, 0x7a5eefe5 -0, 19, 19, 1, 192000, 0x95a3ef97 -0, 20, 20, 1, 192000, 0x021d7f69 -0, 21, 21, 1, 192000, 0x108e7ed9 -0, 22, 22, 1, 192000, 0x021d7f69 -0, 23, 23, 1, 192000, 0x681817d8 -0, 24, 24, 1, 192000, 0x653e19d2 -0, 25, 25, 1, 192000, 0x56d9b14a -0, 26, 26, 1, 192000, 0x82240846 -0, 27, 27, 1, 192000, 0xa2e90840 -0, 28, 28, 1, 192000, 0x8e031416 -0, 29, 29, 1, 192000, 0xe23813a6 -0, 30, 30, 1, 192000, 0xb2451aa1 -0, 31, 31, 1, 192000, 0x92eec7d2 -0, 32, 32, 1, 192000, 0x6400c80e -0, 33, 33, 1, 192000, 0x24f01fce -0, 34, 34, 1, 192000, 0x7c1b201c -0, 35, 35, 1, 192000, 0xe2c878a1 -0, 36, 36, 1, 192000, 0xf6006739 -0, 37, 37, 1, 192000, 0x726b6677 -0, 38, 38, 1, 192000, 0xca61a01d -0, 39, 39, 1, 192000, 0x87e49f69 -0, 40, 40, 1, 192000, 0x57120bd4 -0, 41, 41, 1, 192000, 0x50171c4b -0, 42, 42, 1, 192000, 0x8ace1c49 -0, 43, 43, 1, 192000, 0x83082a8c -0, 44, 44, 1, 192000, 0x6e092b58 -0, 45, 45, 1, 192000, 0x207a9af4 -0, 46, 46, 1, 192000, 0xedf193f0 -0, 47, 47, 1, 192000, 0x531793f0 -0, 48, 48, 1, 192000, 0x24e2a406 -0, 49, 49, 1, 192000, 0x6c34a1e5 -0, 50, 50, 1, 192000, 0x8e7acdae -0, 51, 51, 1, 192000, 0x1f941805 -0, 52, 52, 1, 192000, 0x0c391218 -0, 53, 53, 1, 192000, 0xf25aa1fd -0, 54, 54, 1, 192000, 0xcb2aa40e -0, 55, 55, 1, 192000, 0x69701e49 -0, 56, 56, 1, 192000, 0x0dd719d3 -0, 57, 57, 1, 192000, 0x5ef71955 -0, 58, 58, 1, 192000, 0xac2063ca -0, 59, 59, 1, 192000, 0xce7d601c -0, 60, 60, 1, 192000, 0x43003946 -0, 61, 61, 1, 192000, 0xa72a38ee -0, 62, 62, 1, 192000, 0x98023933 -0, 63, 63, 1, 192000, 0xa72a38ee -0, 64, 64, 1, 192000, 0x98023933 -0, 65, 65, 1, 192000, 0xa72a38ee -0, 66, 66, 1, 192000, 0x98023933 -0, 67, 67, 1, 192000, 0xa72a38ee -0, 68, 68, 1, 192000, 0xdd7f371d -0, 69, 69, 1, 192000, 0xeed134c6 -0, 103, 103, 1, 192000, 0x362931f5 -0, 104, 104, 1, 192000, 0xfb41331d -0, 105, 105, 1, 192000, 0x087433f8 -0, 106, 106, 1, 192000, 0xf36b34a6 -0, 107, 107, 1, 192000, 0x652a33cd -0, 108, 108, 1, 192000, 0x652a33cd -0, 109, 109, 1, 192000, 0xe50c336a -0, 110, 110, 1, 192000, 0x652a33cd -0, 111, 111, 1, 192000, 0xeed134c6 -0, 112, 112, 1, 192000, 0x652a33cd -0, 113, 113, 1, 192000, 0x5d7633e5 -0, 114, 114, 1, 192000, 0x845233b5 -0, 115, 115, 1, 192000, 0x9d1c349b -0, 116, 116, 1, 192000, 0x25843317 -0, 117, 117, 1, 192000, 0xc84b375c -0, 118, 118, 1, 192000, 0xaf2b3410 -0, 119, 119, 1, 192000, 0xaf2b3410 -0, 120, 120, 1, 192000, 0x26d23594 -0, 121, 121, 1, 192000, 0xaf2b3410 -0, 122, 122, 1, 192000, 0x26d23594 -0, 123, 123, 1, 192000, 0xaf2b3410 -0, 124, 124, 1, 192000, 0x72c4dfb9 -0, 125, 125, 1, 192000, 0x3c72e390 -0, 126, 126, 1, 192000, 0xb4466634 -0, 127, 127, 1, 192000, 0x84f064f5 -0, 128, 128, 1, 192000, 0xad43f3f5 -0, 129, 129, 1, 192000, 0xa8644d57 -0, 130, 130, 1, 192000, 0xfac35238 -0, 131, 131, 1, 192000, 0xe9374d1e -0, 132, 132, 1, 192000, 0x0bd14cfa -0, 133, 133, 1, 192000, 0x7e51a437 -0, 134, 134, 1, 192000, 0x92678dfa -0, 135, 135, 1, 192000, 0x43338d41 -0, 136, 136, 1, 192000, 0x00000000 -0, 137, 137, 1, 192000, 0x00000000 -0, 138, 138, 1, 192000, 0x00000000 -0, 139, 139, 1, 192000, 0x00000000 -0, 140, 140, 1, 192000, 0x00000000 -0, 141, 141, 1, 192000, 0x00000000 -0, 142, 142, 1, 192000, 0x00000000 -0, 143, 143, 1, 192000, 0x00000000 -0, 144, 144, 1, 192000, 0x00000000 -0, 145, 145, 1, 192000, 0x00000000 -0, 146, 146, 1, 192000, 0x00000000 -0, 147, 147, 1, 192000, 0x00000000 -0, 148, 148, 1, 192000, 0x00000000 -0, 149, 149, 1, 192000, 0x00000000 -0, 150, 150, 1, 192000, 0x00000000 -0, 151, 151, 1, 192000, 0x00000000 -0, 152, 152, 1, 192000, 0x00000000 -0, 153, 153, 1, 192000, 0x00000000 -0, 154, 154, 1, 192000, 0x00000000 -0, 155, 155, 1, 192000, 0x82a79641 TEST dxv3-dxt1 Test deluxepaint-anm failed. Look at tests/data/fate/deluxepaint-anm.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-deluxepaint-anm] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/dxa-scummvm 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/dxa-scummvm 2020-04-04 16:04:58.721614066 +0000 @@ -1,17 +0,0 @@ -#tb 0: 8333/100000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 640x200 -#sar 0: 0/1 -0, 0, 0, 1, 384000, 0xef37f34b -0, 1, 1, 1, 384000, 0xef37f34b -0, 2, 2, 1, 384000, 0xfca3cd8b -0, 3, 3, 1, 384000, 0xfca3cd8b -0, 4, 4, 1, 384000, 0x6dd34bb7 -0, 5, 5, 1, 384000, 0x6dd34bb7 -0, 6, 6, 1, 384000, 0xfd518717 -0, 7, 7, 1, 384000, 0xfd518717 -0, 8, 8, 1, 384000, 0x82db5c7b -0, 9, 9, 1, 384000, 0x82db5c7b -0, 10, 10, 1, 384000, 0xe280a5a6 -0, 11, 11, 1, 384000, 0xe280a5a6 TEST dxv3-dxt5 --- /home/fate/ffmpeg/tests/ref/fate/dxa-feeble 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/dxa-feeble 2020-04-04 16:04:58.721614066 +0000 @@ -1,25 +0,0 @@ -#tb 0: 1/10 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 640x480 -#sar 0: 0/1 -0, 0, 0, 1, 921600, 0x0d03844f -0, 1, 1, 1, 921600, 0x0d03844f -0, 2, 2, 1, 921600, 0x649cdcea -0, 3, 3, 1, 921600, 0x649cdcea -0, 4, 4, 1, 921600, 0x9c7f22e8 -0, 5, 5, 1, 921600, 0x9c7f22e8 -0, 6, 6, 1, 921600, 0x3451514a -0, 7, 7, 1, 921600, 0x3451514a -0, 8, 8, 1, 921600, 0x8f19f600 -0, 9, 9, 1, 921600, 0x8f19f600 -0, 10, 10, 1, 921600, 0x07e7445b -0, 11, 11, 1, 921600, 0x07e7445b -0, 12, 12, 1, 921600, 0x873d1227 -0, 13, 13, 1, 921600, 0x873d1227 -0, 14, 14, 1, 921600, 0xbef62d86 -0, 15, 15, 1, 921600, 0xbef62d86 -0, 16, 16, 1, 921600, 0xcf84fee4 -0, 17, 17, 1, 921600, 0xcf84fee4 -0, 18, 18, 1, 921600, 0x5639e670 -0, 19, 19, 1, 921600, 0x5639e670 Test dxa-feeble failed. Look at tests/data/fate/dxa-feeble.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-dxa-feeble] Error 1 Test dxa-scummvm failed. Look at tests/data/fate/dxa-scummvm.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-dxa-scummvm] Error 1 TEST film-cvid TEST flic-af11-palette-change TEST flic-af12 TEST frwu TEST flic-magiccarpet --- /home/fate/ffmpeg/tests/ref/fate/flic-af12 2017-03-24 21:02:53.619713101 +0000 +++ tests/data/fate/flic-af12 2020-04-04 16:04:58.781613982 +0000 @@ -1,32 +0,0 @@ -#tb 0: 9/125 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 640x480 -#sar 0: 0/1 -0, 0, 0, 1, 921600, 0x50a87396 -0, 1, 1, 1, 921600, 0xa6e65d9e -0, 2, 2, 1, 921600, 0x05956f62 -0, 3, 3, 1, 921600, 0xffd6a5d7 -0, 4, 4, 1, 921600, 0xaab0a179 -0, 5, 5, 1, 921600, 0x289db2db -0, 6, 6, 1, 921600, 0x3d3840cf -0, 7, 7, 1, 921600, 0xec0a4142 -0, 8, 8, 1, 921600, 0x713a9f65 -0, 9, 9, 1, 921600, 0x28a8f0cd -0, 10, 10, 1, 921600, 0x0fd95ba9 -0, 11, 11, 1, 921600, 0xa744bdfd -0, 12, 12, 1, 921600, 0x3cdea2a5 -0, 13, 13, 1, 921600, 0xe7d671e4 -0, 14, 14, 1, 921600, 0x75824cdf -0, 15, 15, 1, 921600, 0x82067d95 -0, 16, 16, 1, 921600, 0xee143a4c -0, 17, 17, 1, 921600, 0xa53d3f2b -0, 18, 18, 1, 921600, 0xb491c0c5 -0, 19, 19, 1, 921600, 0x6aaaef07 -0, 20, 20, 1, 921600, 0xad23cca8 -0, 21, 21, 1, 921600, 0xdce91bd8 -0, 22, 22, 1, 921600, 0x1a1499bc -0, 23, 23, 1, 921600, 0x4cbe505a -0, 24, 24, 1, 921600, 0x24006f65 -0, 25, 25, 1, 921600, 0x0711906e -0, 26, 26, 1, 921600, 0x50a87396 --- /home/fate/ffmpeg/tests/ref/fate/flic-af11-palette-change 2017-03-24 21:02:53.619713101 +0000 +++ tests/data/fate/flic-af11-palette-change 2020-04-04 16:04:58.784947310 +0000 @@ -1,121 +0,0 @@ -#tb 0: 1/35 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x200 -#sar 0: 0/1 -0, 0, 0, 1, 192000, 0x508ff8ac -0, 1, 1, 1, 192000, 0xef0d4274 -0, 2, 2, 1, 192000, 0x0d50e0dd -0, 3, 3, 1, 192000, 0xf638f782 -0, 4, 4, 1, 192000, 0x40e4314b -0, 5, 5, 1, 192000, 0x0ce5318f -0, 6, 6, 1, 192000, 0x14848fa9 -0, 7, 7, 1, 192000, 0x676f83e1 -0, 8, 8, 1, 192000, 0x5b98bea9 -0, 9, 9, 1, 192000, 0xf5cc709d -0, 10, 10, 1, 192000, 0x719a0373 -0, 11, 11, 1, 192000, 0xba5a3e74 -0, 12, 12, 1, 192000, 0x34e10051 -0, 13, 13, 1, 192000, 0xb66dd42d -0, 14, 14, 1, 192000, 0xfb58c833 -0, 15, 15, 1, 192000, 0xa28029a4 -0, 16, 16, 1, 192000, 0x28fa09b3 -0, 17, 17, 1, 192000, 0x676f0b08 -0, 18, 18, 1, 192000, 0x7af97965 -0, 19, 19, 1, 192000, 0x436f0f03 -0, 20, 20, 1, 192000, 0xbaca5814 -0, 21, 21, 1, 192000, 0xca97eb51 -0, 22, 22, 1, 192000, 0x1fc89137 -0, 23, 23, 1, 192000, 0x8af63a74 -0, 24, 24, 1, 192000, 0xca015077 -0, 25, 25, 1, 192000, 0x761599ad -0, 26, 26, 1, 192000, 0x1ca1570c -0, 27, 27, 1, 192000, 0x1209a3ac -0, 28, 28, 1, 192000, 0xf7d92d01 -0, 29, 29, 1, 192000, 0x970d6fea -0, 30, 30, 1, 192000, 0x508ff8ac -0, 31, 31, 1, 192000, 0xef0d4274 -0, 32, 32, 1, 192000, 0x0d50e0dd -0, 33, 33, 1, 192000, 0xf638f782 -0, 34, 34, 1, 192000, 0x40e4314b -0, 35, 35, 1, 192000, 0x0ce5318f -0, 36, 36, 1, 192000, 0x14848fa9 -0, 37, 37, 1, 192000, 0x676f83e1 -0, 38, 38, 1, 192000, 0x5b98bea9 -0, 39, 39, 1, 192000, 0xf5cc709d -0, 40, 40, 1, 192000, 0x719a0373 -0, 41, 41, 1, 192000, 0xba5a3e74 -0, 42, 42, 1, 192000, 0x34e10051 -0, 43, 43, 1, 192000, 0xb66dd42d -0, 44, 44, 1, 192000, 0xfb58c833 -0, 45, 45, 1, 192000, 0xa28029a4 -0, 46, 46, 1, 192000, 0x28fa09b3 -0, 47, 47, 1, 192000, 0x676f0b08 -0, 48, 48, 1, 192000, 0x7af97965 -0, 49, 49, 1, 192000, 0x436f0f03 -0, 50, 50, 1, 192000, 0xbaca5814 -0, 51, 51, 1, 192000, 0xca97eb51 -0, 52, 52, 1, 192000, 0x1fc89137 -0, 53, 53, 1, 192000, 0x8af63a74 -0, 54, 54, 1, 192000, 0xca015077 -0, 55, 55, 1, 192000, 0x761599ad -0, 56, 56, 1, 192000, 0x1ca1570c -0, 57, 57, 1, 192000, 0x1209a3ac -0, 58, 58, 1, 192000, 0xf7d92d01 -0, 59, 59, 1, 192000, 0x970d6fea -0, 60, 60, 1, 192000, 0x508ff8ac -0, 61, 61, 1, 192000, 0xef0d4274 -0, 62, 62, 1, 192000, 0x0d50e0dd -0, 63, 63, 1, 192000, 0xf638f782 -0, 64, 64, 1, 192000, 0x40e4314b -0, 65, 65, 1, 192000, 0x0ce5318f -0, 66, 66, 1, 192000, 0x14848fa9 -0, 67, 67, 1, 192000, 0x676f83e1 -0, 68, 68, 1, 192000, 0x5b98bea9 -0, 69, 69, 1, 192000, 0xf5cc709d -0, 70, 70, 1, 192000, 0x719a0373 -0, 71, 71, 1, 192000, 0xba5a3e74 -0, 72, 72, 1, 192000, 0x34e10051 -0, 73, 73, 1, 192000, 0xb66dd42d -0, 74, 74, 1, 192000, 0xfb58c833 -0, 75, 75, 1, 192000, 0xa28029a4 -0, 76, 76, 1, 192000, 0x28fa09b3 -0, 77, 77, 1, 192000, 0x676f0b08 -0, 78, 78, 1, 192000, 0x7af97965 -0, 79, 79, 1, 192000, 0x436f0f03 -0, 80, 80, 1, 192000, 0xbaca5814 -0, 81, 81, 1, 192000, 0xca97eb51 -0, 82, 82, 1, 192000, 0x1fc89137 -0, 83, 83, 1, 192000, 0x8af63a74 -0, 84, 84, 1, 192000, 0xca015077 -0, 85, 85, 1, 192000, 0x761599ad -0, 86, 86, 1, 192000, 0x1ca1570c -0, 87, 87, 1, 192000, 0x1209a3ac -0, 88, 88, 1, 192000, 0xf7d92d01 -0, 89, 89, 1, 192000, 0x970d6fea -0, 90, 90, 1, 192000, 0x1ff28298 -0, 91, 91, 1, 192000, 0x1ff28298 -0, 92, 92, 1, 192000, 0x407d09ca -0, 93, 93, 1, 192000, 0x407d09ca -0, 94, 94, 1, 192000, 0xc743a475 -0, 95, 95, 1, 192000, 0xc743a475 -0, 96, 96, 1, 192000, 0x46bf9f7d -0, 97, 97, 1, 192000, 0x46bf9f7d -0, 98, 98, 1, 192000, 0x57ecb2c1 -0, 99, 99, 1, 192000, 0x57ecb2c1 -0, 100, 100, 1, 192000, 0x680fd3bf -0, 101, 101, 1, 192000, 0x680fd3bf -0, 102, 102, 1, 192000, 0x8772ca19 -0, 103, 103, 1, 192000, 0x8772ca19 -0, 104, 104, 1, 192000, 0x3cc29bbf -0, 105, 105, 1, 192000, 0x3cc29bbf -0, 106, 106, 1, 192000, 0xe745fb3c -0, 107, 107, 1, 192000, 0xe745fb3c -0, 108, 108, 1, 192000, 0xc5279397 -0, 109, 109, 1, 192000, 0xcc902b35 -0, 110, 110, 1, 192000, 0x50a7cf32 -0, 111, 111, 1, 192000, 0x23fd6f51 -0, 112, 112, 1, 192000, 0x14fe9c4d -0, 113, 113, 1, 192000, 0x703249f9 -0, 114, 114, 1, 192000, 0x47b73bce -0, 115, 115, 1, 192000, 0x13bce1c9 TEST id-cin-video Test flic-af12 failed. Look at tests/data/fate/flic-af12.err for details. TEST idroq-video-encode make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-flic-af12] Error 1 Test flic-af11-palette-change failed. Look at tests/data/fate/flic-af11-palette-change.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-flic-af11-palette-change] Error 1 TEST iff-byterun1 TEST iff-fibonacci TEST iff-ilbm TEST interplay-mve-8bit --- /home/fate/ffmpeg/tests/ref/fate/flic-magiccarpet 2017-03-24 21:02:53.619713101 +0000 +++ tests/data/fate/flic-magiccarpet 2020-04-04 16:04:58.808280611 +0000 @@ -1,47 +0,0 @@ -#tb 0: 1/14 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x200 -#sar 0: 0/1 -0, 0, 0, 1, 192000, 0x00000000 -0, 1, 1, 1, 192000, 0x03567eeb -0, 2, 2, 1, 192000, 0xe73db12c -0, 3, 3, 1, 192000, 0x7cefe740 -0, 4, 4, 1, 192000, 0xb769f827 -0, 5, 5, 1, 192000, 0x71669dea -0, 6, 6, 1, 192000, 0xc203b934 -0, 7, 7, 1, 192000, 0x30671ee2 -0, 8, 8, 1, 192000, 0xaea33a1b -0, 9, 9, 1, 192000, 0x50f220c3 -0, 10, 10, 1, 192000, 0x1ddd090f -0, 11, 11, 1, 192000, 0x17ac22a4 -0, 12, 12, 1, 192000, 0x19f9f412 -0, 13, 13, 1, 192000, 0xa2df0e55 -0, 14, 14, 1, 192000, 0x5abcd663 -0, 15, 15, 1, 192000, 0x5b09b38d -0, 16, 16, 1, 192000, 0x894d1f43 -0, 17, 17, 1, 192000, 0xbc95caaf -0, 18, 18, 1, 192000, 0xeaca27fc -0, 19, 19, 1, 192000, 0x49c5ccb4 -0, 20, 20, 1, 192000, 0x8b3e78b0 -0, 21, 21, 1, 192000, 0x1645d3ae -0, 22, 22, 1, 192000, 0x4407da0f -0, 23, 23, 1, 192000, 0x7d0826ac -0, 24, 24, 1, 192000, 0xc17ec1b8 -0, 25, 25, 1, 192000, 0x4a82520d -0, 26, 26, 1, 192000, 0xa89f0e2f -0, 27, 27, 1, 192000, 0xd58b537a -0, 28, 28, 1, 192000, 0x7123dafe -0, 29, 29, 1, 192000, 0x15d1d065 -0, 30, 30, 1, 192000, 0xa86873f6 -0, 31, 31, 1, 192000, 0x32704a91 -0, 32, 32, 1, 192000, 0xbf2b63d7 -0, 33, 33, 1, 192000, 0xb98e0126 -0, 34, 34, 1, 192000, 0x412a03ee -0, 35, 35, 1, 192000, 0x601ad161 -0, 36, 36, 1, 192000, 0x01ead407 -0, 37, 37, 1, 192000, 0x75a7bbe5 -0, 38, 38, 1, 192000, 0x155ea759 -0, 39, 39, 1, 192000, 0xe3a0a6aa -0, 40, 40, 1, 192000, 0x2b5a5770 -0, 41, 41, 1, 192000, 0x00000000 Test flic-magiccarpet failed. Look at tests/data/fate/flic-magiccarpet.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-flic-magiccarpet] Error 1 TEST jpeg2000-dcinema TEST interplay-mve-16bit --- /home/fate/ffmpeg/tests/ref/fate/iff-byterun1 2017-03-24 21:02:53.633046466 +0000 +++ tests/data/fate/iff-byterun1 2020-04-04 16:04:58.828280583 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/90000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x240 -#sar 0: 5/6 -0, 0, 0, 0, 230400, 0x35e51c62 --- /home/fate/ffmpeg/tests/ref/fate/iff-ilbm 2017-03-24 21:02:53.633046466 +0000 +++ tests/data/fate/iff-ilbm 2020-04-04 16:04:58.838280569 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/90000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x240 -#sar 0: 1/1 -0, 0, 0, 0, 230400, 0x0929e342 Test iff-byterun1 failed. Look at tests/data/fate/iff-byterun1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-iff-byterun1] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/idroq-video-encode 2017-03-24 21:02:53.633046466 +0000 +++ tests/data/fate/idroq-video-encode 2020-04-04 16:04:58.854947212 +0000 @@ -1 +1 @@ -e9ff61023826fce304350ff6e7c63b2f +d41d8cd98f00b204e9800998ecf8427e Test iff-ilbm failed. Look at tests/data/fate/iff-ilbm.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-iff-ilbm] Error 1 TEST kgv1 TEST jv TEST kmvc Test idroq-video-encode failed. Look at tests/data/fate/idroq-video-encode.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-idroq-video-encode] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/interplay-mve-8bit 2017-03-24 21:02:53.633046466 +0000 +++ tests/data/fate/interplay-mve-8bit 2020-04-04 16:04:58.841613898 +0000 @@ -1,115 +0,0 @@ -#tb 0: 8341/125000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 432x320 -#sar 0: 0/1 -0, 0, 0, 1, 414720, 0x2580d574 -0, 1, 1, 1, 414720, 0x97f55cd3 -0, 2, 2, 1, 414720, 0x9408fb63 -0, 3, 3, 1, 414720, 0x7e53c155 -0, 4, 4, 1, 414720, 0xd8570262 -0, 5, 5, 1, 414720, 0x9dc72ed5 -0, 6, 6, 1, 414720, 0xf7d33211 -0, 7, 7, 1, 414720, 0x95935e3b -0, 8, 8, 1, 414720, 0x62b1cdc5 -0, 9, 9, 1, 414720, 0x971f500a -0, 10, 10, 1, 414720, 0x05f82b6c -0, 11, 11, 1, 414720, 0x7713e3cb -0, 12, 12, 1, 414720, 0x3170c2f0 -0, 13, 13, 1, 414720, 0x8d818956 -0, 14, 14, 1, 414720, 0x16775d71 -0, 15, 15, 1, 414720, 0x63016ce1 -0, 16, 16, 1, 414720, 0x2f94792c -0, 17, 17, 1, 414720, 0x37f67725 -0, 18, 18, 1, 414720, 0xeb95adb1 -0, 19, 19, 1, 414720, 0xbf32f6df -0, 20, 20, 1, 414720, 0x242f4d09 -0, 21, 21, 1, 414720, 0x28a2a3b9 -0, 22, 22, 1, 414720, 0x895de0a6 -0, 23, 23, 1, 414720, 0xd3b46447 -0, 24, 24, 1, 414720, 0x3bbfb7d1 -0, 25, 25, 1, 414720, 0x0a5ee9ad -0, 26, 26, 1, 414720, 0xaabac502 -0, 27, 27, 1, 414720, 0x0951779d -0, 28, 28, 1, 414720, 0x150e2073 -0, 29, 29, 1, 414720, 0xb86d87ae -0, 30, 30, 1, 414720, 0x135411da -0, 31, 31, 1, 414720, 0x9c8fcda5 -0, 32, 32, 1, 414720, 0xb7ba838e -0, 33, 33, 1, 414720, 0x7ef869e1 -0, 34, 34, 1, 414720, 0xf9764d47 -0, 35, 35, 1, 414720, 0xe6c72872 -0, 36, 36, 1, 414720, 0xb95b73b8 -0, 37, 37, 1, 414720, 0xa19e3221 -0, 38, 38, 1, 414720, 0xc0be27cd -0, 39, 39, 1, 414720, 0xe97cd1a9 -0, 40, 40, 1, 414720, 0xb6524a34 -0, 41, 41, 1, 414720, 0x61a1607b -0, 42, 42, 1, 414720, 0x1dd9c606 -0, 43, 43, 1, 414720, 0xe2e736fa -0, 44, 44, 1, 414720, 0x25b922d9 -0, 45, 45, 1, 414720, 0xbc023b36 -0, 46, 46, 1, 414720, 0x39bb5cdf -0, 47, 47, 1, 414720, 0xf83bfc4f -0, 48, 48, 1, 414720, 0x3eae7f36 -0, 49, 49, 1, 414720, 0x8cf80c32 -0, 50, 50, 1, 414720, 0xbc576c03 -0, 51, 51, 1, 414720, 0x28b79ab1 -0, 52, 52, 1, 414720, 0x15da1138 -0, 53, 53, 1, 414720, 0x345ff676 -0, 54, 54, 1, 414720, 0x0108f909 -0, 55, 55, 1, 414720, 0x57459616 -0, 56, 56, 1, 414720, 0x2f497782 -0, 57, 57, 1, 414720, 0xb72b4f79 -0, 58, 58, 1, 414720, 0x2bfd1967 -0, 59, 59, 1, 414720, 0x974a99cd -0, 60, 60, 1, 414720, 0x5f5f4129 -0, 61, 61, 1, 414720, 0x51ad9df4 -0, 62, 62, 1, 414720, 0xd6e5c16c -0, 63, 63, 1, 414720, 0xd8751bda -0, 64, 64, 1, 414720, 0x216ed6f3 -0, 65, 65, 1, 414720, 0x63a0a67d -0, 66, 66, 1, 414720, 0xe4f4eb0f -0, 67, 67, 1, 414720, 0xa1665ef8 -0, 68, 68, 1, 414720, 0xc3116dfd -0, 69, 69, 1, 414720, 0x3213fd70 -0, 70, 70, 1, 414720, 0x2af76048 -0, 71, 71, 1, 414720, 0x3570085d -0, 72, 72, 1, 414720, 0x2a7c3c39 -0, 73, 73, 1, 414720, 0xd8a6ba7e -0, 74, 74, 1, 414720, 0x48107b4d -0, 75, 75, 1, 414720, 0x653a0936 -0, 76, 76, 1, 414720, 0xf68c77ab -0, 77, 77, 1, 414720, 0xa5ecde84 -0, 78, 78, 1, 414720, 0xaec33ca1 -0, 79, 79, 1, 414720, 0x26e68740 -0, 80, 80, 1, 414720, 0xac09bfa5 -0, 81, 81, 1, 414720, 0xed5111b2 -0, 82, 82, 1, 414720, 0x38041c98 -0, 83, 83, 1, 414720, 0x76fbde1d -0, 84, 84, 1, 414720, 0x3ae64b7d -0, 85, 85, 1, 414720, 0xb05f4da2 -0, 86, 86, 1, 414720, 0x65769088 -0, 87, 87, 1, 414720, 0xbc45ba59 -0, 88, 88, 1, 414720, 0x8c893436 -0, 89, 89, 1, 414720, 0x1d5ebe7f -0, 90, 90, 1, 414720, 0xa9cd5a53 -0, 91, 91, 1, 414720, 0xc69e1fb0 -0, 92, 92, 1, 414720, 0xb28a77ec -0, 93, 93, 1, 414720, 0x834f1219 -0, 94, 94, 1, 414720, 0xba34c848 -0, 95, 95, 1, 414720, 0x80e590c1 -0, 96, 96, 1, 414720, 0x7146dc31 -0, 97, 97, 1, 414720, 0x05929a5f -0, 98, 98, 1, 414720, 0x721708c5 -0, 99, 99, 1, 414720, 0x4aa83cbe -0, 100, 100, 1, 414720, 0x221d799f -0, 101, 101, 1, 414720, 0xe9e72bec -0, 102, 102, 1, 414720, 0xb6a3385d -0, 103, 103, 1, 414720, 0x795a3362 -0, 104, 104, 1, 414720, 0x770b58d9 -0, 105, 105, 1, 414720, 0xb5563ce4 -0, 106, 106, 1, 414720, 0x0c1a00cc -0, 107, 107, 1, 414720, 0xcbd467fd -0, 108, 108, 1, 414720, 0x3bccec29 -0, 109, 109, 1, 414720, 0x92d78db7 TEST magicyuv-y4444i --- /home/fate/ffmpeg/tests/ref/fate/id-cin-video 2017-03-24 21:02:53.633046466 +0000 +++ tests/data/fate/id-cin-video 2020-04-04 16:04:58.824947254 +0000 @@ -1,115 +0,0 @@ -#tb 0: 1/14 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x240 -#sar 0: 0/1 -#tb 1: 1/22050 -#media_type 1: audio -#codec_id 1: pcm_s16le -#sample_rate 1: 22050 -#channel_layout 1: 3 -#channel_layout_name 1: stereo -0, 0, 0, 1, 230400, 0x00000000 -1, 0, 0, 1575, 6300, 0xdd759df8 -0, 1, 1, 1, 230400, 0x3a3486b4 -1, 1575, 1575, 1575, 6300, 0x43aa398c -0, 2, 2, 1, 230400, 0xb6a9b772 -1, 3150, 3150, 1575, 6300, 0x61a7b9fd -0, 3, 3, 1, 230400, 0x8e2d4c03 -1, 4725, 4725, 1575, 6300, 0xfc8adbc8 -0, 4, 4, 1, 230400, 0x5df342a9 -1, 6300, 6300, 1575, 6300, 0x84c4dffc -0, 5, 5, 1, 230400, 0x00f95cc9 -1, 7875, 7875, 1575, 6300, 0x3044ede1 -0, 6, 6, 1, 230400, 0x72ee1c4c -1, 9450, 9450, 1575, 6300, 0x6de5b64c -0, 7, 7, 1, 230400, 0x2bd991e8 -1, 11025, 11025, 1575, 6300, 0x1d9df1b0 -0, 8, 8, 1, 230400, 0x84cf471e -1, 12600, 12600, 1575, 6300, 0xb5864b86 -0, 9, 9, 1, 230400, 0x75253428 -1, 14175, 14175, 1575, 6300, 0xf2f7fbc2 -0, 10, 10, 1, 230400, 0x57246d42 -1, 15750, 15750, 1575, 6300, 0xe61307a8 -0, 11, 11, 1, 230400, 0x57246d42 -1, 17325, 17325, 1575, 6300, 0x07fcd607 -0, 12, 12, 1, 230400, 0x57246d42 -1, 18900, 18900, 1575, 6300, 0xb8dfbdf6 -0, 13, 13, 1, 230400, 0x7072be1b -1, 20475, 20475, 1575, 6300, 0xf308e40c -0, 14, 14, 1, 230400, 0x2e9ffcf2 -1, 22050, 22050, 1575, 6300, 0xa6163aa8 -0, 15, 15, 1, 230400, 0x2e9ffcf2 -1, 23625, 23625, 1575, 6300, 0x3f74c286 -0, 16, 16, 1, 230400, 0x1a5cb24d -1, 25200, 25200, 1575, 6300, 0xcece754c -0, 17, 17, 1, 230400, 0x1a06c797 -1, 26775, 26775, 1575, 6300, 0x7c5b47b9 -0, 18, 18, 1, 230400, 0x9e51b953 -1, 28350, 28350, 1575, 6300, 0x3a7baf37 -0, 19, 19, 1, 230400, 0x9e51b953 -1, 29925, 29925, 1575, 6300, 0x56fd368e -0, 20, 20, 1, 230400, 0x9e51b953 -1, 31500, 31500, 1575, 6300, 0x68db250e -0, 21, 21, 1, 230400, 0x9e51b953 -1, 33075, 33075, 1575, 6300, 0x37d2d710 -0, 22, 22, 1, 230400, 0x9e51b953 -1, 34650, 34650, 1575, 6300, 0xf458b88e -0, 23, 23, 1, 230400, 0xccd7c68d -1, 36225, 36225, 1575, 6300, 0xed38430f -0, 24, 24, 1, 230400, 0x776da8bc -1, 37800, 37800, 1575, 6300, 0xd5982d28 -0, 25, 25, 1, 230400, 0x495bec1c -1, 39375, 39375, 1575, 6300, 0x17465fb3 -0, 26, 26, 1, 230400, 0x495bec1c -1, 40950, 40950, 1575, 6300, 0xe4591d73 -0, 27, 27, 1, 230400, 0x495bec1c -1, 42525, 42525, 1575, 6300, 0x4cbbf957 -0, 28, 28, 1, 230400, 0x495bec1c -1, 44100, 44100, 1575, 6300, 0x4f031f50 -0, 29, 29, 1, 230400, 0x495bec1c -1, 45675, 45675, 1575, 6300, 0xc03f8ca1 -0, 30, 30, 1, 230400, 0x495bec1c -1, 47250, 47250, 1575, 6300, 0x1f0d133c -0, 31, 31, 1, 230400, 0x495bec1c -1, 48825, 48825, 1575, 6300, 0x18dbbeb4 -0, 32, 32, 1, 230400, 0xa1cae3f3 -1, 50400, 50400, 1575, 6300, 0xef3fa45f -0, 33, 33, 1, 230400, 0x5cd567eb -1, 51975, 51975, 1575, 6300, 0x7880f935 -0, 34, 34, 1, 230400, 0x57bbfe30 -1, 53550, 53550, 1575, 6300, 0x5eeca5d5 -0, 35, 35, 1, 230400, 0xc7763926 -1, 55125, 55125, 1575, 6300, 0xda99accc -0, 36, 36, 1, 230400, 0xc7763926 -1, 56700, 56700, 1575, 6300, 0x90aea270 -0, 37, 37, 1, 230400, 0xc7763926 -1, 58275, 58275, 1575, 6300, 0x7fc9da4e -0, 38, 38, 1, 230400, 0xc7763926 -1, 59850, 59850, 1575, 6300, 0xb64d34d4 -0, 39, 39, 1, 230400, 0xc7763926 -1, 61425, 61425, 1575, 6300, 0x385ed9e7 -0, 40, 40, 1, 230400, 0xc7763926 -1, 63000, 63000, 1575, 6300, 0xd2f5be45 -0, 41, 41, 1, 230400, 0xc7763926 -1, 64575, 64575, 1575, 6300, 0x763fa974 -0, 42, 42, 1, 230400, 0x0e68cb2f -1, 66150, 66150, 1575, 6300, 0x5a785ec4 -0, 43, 43, 1, 230400, 0x1a5d96ba -1, 67725, 67725, 1575, 6300, 0x2877c5a5 -0, 44, 44, 1, 230400, 0xff3554f4 -1, 69300, 69300, 1575, 6300, 0x667e81a5 -0, 45, 45, 1, 230400, 0x74438207 -1, 70875, 70875, 1575, 6300, 0xdcfeffeb -0, 46, 46, 1, 230400, 0x488de02d -1, 72450, 72450, 1575, 6300, 0x1aae1606 -0, 47, 47, 1, 230400, 0x488de02d -1, 74025, 74025, 1575, 6300, 0x37e0550f -0, 48, 48, 1, 230400, 0x488de02d -1, 75600, 75600, 1575, 6300, 0x018202e9 -0, 49, 49, 1, 230400, 0x488de02d -1, 77175, 77175, 1575, 6300, 0x2b13de85 -0, 50, 50, 1, 230400, 0x488de02d -1, 78750, 78750, 1575, 6300, 0xe3bfa403 -0, 51, 51, 1, 230400, 0x488de02d -1, 80325, 80325, 1575, 6300, 0x2c5bd9c9 --- /home/fate/ffmpeg/tests/ref/fate/interplay-mve-16bit 2017-03-24 21:02:53.633046466 +0000 +++ tests/data/fate/interplay-mve-16bit 2020-04-04 16:04:58.858280541 +0000 @@ -1,55 +0,0 @@ -#tb 0: 417/12500 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 640x320 -#sar 0: 0/1 -0, 0, 0, 1, 614400, 0x00000000 -0, 1, 1, 1, 614400, 0x00000000 -0, 2, 2, 1, 614400, 0x3c4ce011 -0, 3, 3, 1, 614400, 0x16e83922 -0, 4, 4, 1, 614400, 0x657a3d4d -0, 5, 5, 1, 614400, 0x933a08b0 -0, 6, 6, 1, 614400, 0xfcd5f76e -0, 7, 7, 1, 614400, 0xd0990cf8 -0, 8, 8, 1, 614400, 0x02131686 -0, 9, 9, 1, 614400, 0x4cf53656 -0, 10, 10, 1, 614400, 0x7d1960c0 -0, 11, 11, 1, 614400, 0x5d9f696f -0, 12, 12, 1, 614400, 0x54e06663 -0, 13, 13, 1, 614400, 0x4c1eade1 -0, 14, 14, 1, 614400, 0x4bd3bfff -0, 15, 15, 1, 614400, 0xab86c041 -0, 16, 16, 1, 614400, 0xbb2bfbf4 -0, 17, 17, 1, 614400, 0x43822e15 -0, 18, 18, 1, 614400, 0x835e352c -0, 19, 19, 1, 614400, 0x72cc538f -0, 20, 20, 1, 614400, 0x20bb6e30 -0, 21, 21, 1, 614400, 0xfb079f52 -0, 22, 22, 1, 614400, 0x759bc4d6 -0, 23, 23, 1, 614400, 0xd116fc3b -0, 24, 24, 1, 614400, 0x5c06efd2 -0, 25, 25, 1, 614400, 0x61641ecd -0, 26, 26, 1, 614400, 0x6c8d48a0 -0, 27, 27, 1, 614400, 0x64725eed -0, 28, 28, 1, 614400, 0x88f9a8ca -0, 29, 29, 1, 614400, 0xcf1cbcd9 -0, 30, 30, 1, 614400, 0x75a3ce24 -0, 31, 31, 1, 614400, 0x3bf80ce7 -0, 32, 32, 1, 614400, 0xd4011d7c -0, 33, 33, 1, 614400, 0xd569716b -0, 34, 34, 1, 614400, 0xfd626b6b -0, 35, 35, 1, 614400, 0xc856dbaf -0, 36, 36, 1, 614400, 0x0e56e68e -0, 37, 37, 1, 614400, 0x5b29ecc9 -0, 38, 38, 1, 614400, 0xe83c0804 -0, 39, 39, 1, 614400, 0xebdd3d61 -0, 40, 40, 1, 614400, 0x7f4c5b56 -0, 41, 41, 1, 614400, 0xb4019155 -0, 42, 42, 1, 614400, 0xffdda515 -0, 43, 43, 1, 614400, 0x5271c695 -0, 44, 44, 1, 614400, 0x8526d3c1 -0, 45, 45, 1, 614400, 0x5accf7a6 -0, 46, 46, 1, 614400, 0x959017aa -0, 47, 47, 1, 614400, 0x22f450f6 -0, 48, 48, 1, 614400, 0x2e3d6f37 -0, 49, 49, 1, 614400, 0x0db9d89f Test interplay-mve-8bit failed. Look at tests/data/fate/interplay-mve-8bit.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-interplay-mve-8bit] Error 1 TEST magicyuv-y400i Test id-cin-video failed. Look at tests/data/fate/id-cin-video.err for details. Test interplay-mve-16bit failed. Look at tests/data/fate/interplay-mve-16bit.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-id-cin-video] Error 1 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-interplay-mve-16bit] Error 1 TEST magicyuv-y420 TEST magicyuv-y422i --- /home/fate/ffmpeg/tests/ref/fate/jv 2017-03-24 21:02:53.633046466 +0000 +++ tests/data/fate/jv 2020-04-04 16:04:58.881613841 +0000 @@ -1,12 +0,0 @@ -#tb 0: 2/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x200 -#sar 0: 0/1 -0, 0, 0, 1, 192000, 0x00000000 -0, 2, 2, 1, 192000, 0x331b1c12 -0, 3, 3, 1, 192000, 0xc2fa2d89 -0, 4, 4, 1, 192000, 0x9b3035ac -0, 5, 5, 1, 192000, 0xb8e331eb -0, 6, 6, 1, 192000, 0xd35b2053 -0, 7, 7, 1, 192000, 0x01062188 --- /home/fate/ffmpeg/tests/ref/fate/kmvc 2017-03-24 21:02:53.633046466 +0000 +++ tests/data/fate/kmvc 2020-04-04 16:04:58.884947170 +0000 @@ -1,80 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x160 -#sar 0: 0/1 -0, 0, 0, 1, 153600, 0x00000000 -0, 1, 1, 1, 153600, 0x00000000 -0, 2, 2, 1, 153600, 0x00000000 -0, 3, 3, 1, 153600, 0x3ad906f0 -0, 4, 4, 1, 153600, 0x9f7c2e80 -0, 5, 5, 1, 153600, 0x548c9e10 -0, 6, 6, 1, 153600, 0xab4154e7 -0, 7, 7, 1, 153600, 0x762964be -0, 8, 8, 1, 153600, 0xea6beab1 -0, 9, 9, 1, 153600, 0x00805c23 -0, 10, 10, 1, 153600, 0x932eebd2 -0, 11, 11, 1, 153600, 0x73a9a1c4 -0, 12, 12, 1, 153600, 0x3ecf80a2 -0, 13, 13, 1, 153600, 0xb7266fcc -0, 14, 14, 1, 153600, 0xf9a75e02 -0, 15, 15, 1, 153600, 0xa4cb4c00 -0, 16, 16, 1, 153600, 0x8cc653fa -0, 17, 17, 1, 153600, 0xf0735df0 -0, 18, 18, 1, 153600, 0x46945766 -0, 19, 19, 1, 153600, 0x1cf75120 -0, 20, 20, 1, 153600, 0x015d4476 -0, 21, 21, 1, 153600, 0x4ad6419c -0, 22, 22, 1, 153600, 0xf97a1292 -0, 23, 23, 1, 153600, 0x8048c6bd -0, 24, 24, 1, 153600, 0x0aa97f7f -0, 25, 25, 1, 153600, 0xcd1a0531 -0, 26, 26, 1, 153600, 0xeb9e72b4 -0, 27, 27, 1, 153600, 0x5a61d657 -0, 28, 28, 1, 153600, 0xc4eb1759 -0, 29, 29, 1, 153600, 0x07b05b0c -0, 30, 30, 1, 153600, 0x9c417927 -0, 31, 31, 1, 153600, 0xa3a28516 -0, 32, 32, 1, 153600, 0x78e97511 -0, 33, 33, 1, 153600, 0x05c94e38 -0, 34, 34, 1, 153600, 0x0003ffa4 -0, 35, 35, 1, 153600, 0x46489827 -0, 36, 36, 1, 153600, 0xa6ac0ea6 -0, 37, 37, 1, 153600, 0xf4ae7e9a -0, 38, 38, 1, 153600, 0xe07dd526 -0, 39, 39, 1, 153600, 0x5c0d0ab9 -0, 40, 40, 1, 153600, 0xad542525 -0, 41, 41, 1, 153600, 0xa72a35b1 -0, 42, 42, 1, 153600, 0x373d3cbd -0, 43, 43, 1, 153600, 0x242c3cad -0, 44, 44, 1, 153600, 0xbe4f44e5 -0, 45, 45, 1, 153600, 0x3b883575 -0, 46, 46, 1, 153600, 0xcd7d2995 -0, 47, 47, 1, 153600, 0x89a01f99 -0, 48, 48, 1, 153600, 0x79ac0861 -0, 49, 49, 1, 153600, 0xefb6ee22 -0, 50, 50, 1, 153600, 0x4498d6b2 -0, 51, 51, 1, 153600, 0x99efd0a6 -0, 52, 52, 1, 153600, 0xd937c282 -0, 53, 53, 1, 153600, 0xa6c6bbb2 -0, 54, 54, 1, 153600, 0xf667bf0e -0, 55, 55, 1, 153600, 0x83b2c12e -0, 56, 56, 1, 153600, 0xcbd6c766 -0, 57, 57, 1, 153600, 0xc5b3c762 -0, 58, 58, 1, 153600, 0xe51fc5fa -0, 59, 59, 1, 153600, 0x6542c5ee -0, 60, 60, 1, 153600, 0x59d2c946 -0, 61, 61, 1, 153600, 0xccaacdde -0, 62, 62, 1, 153600, 0x884ec6aa -0, 63, 63, 1, 153600, 0xb3d7c2de -0, 64, 64, 1, 153600, 0xd4e8c1a2 -0, 65, 65, 1, 153600, 0xa416c3ba -0, 66, 66, 1, 153600, 0x6905b62e -0, 67, 67, 1, 153600, 0xce16b456 -0, 68, 68, 1, 153600, 0xcbd9a67e -0, 69, 69, 1, 153600, 0x6785afd6 -0, 70, 70, 1, 153600, 0x6fd7b1fa -0, 71, 71, 1, 153600, 0x2a65b77e -0, 72, 72, 1, 153600, 0xa162aff6 -0, 73, 73, 1, 153600, 0x227ea802 -0, 74, 74, 1, 153600, 0x98de79fa Test jv failed. Look at tests/data/fate/jv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-jv] Error 1 TEST magicyuv-y444 TEST magicyuv-rgba Test kmvc failed. Look at tests/data/fate/kmvc.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-kmvc] Error 1 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 --- /home/fate/ffmpeg/tests/ref/fate/motionpixels 2017-03-24 21:02:53.633046466 +0000 +++ tests/data/fate/motionpixels 2020-04-04 16:04:58.981613702 +0000 @@ -1,116 +0,0 @@ -#tb 0: 66667/1000000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x240 -#sar 0: 0/1 -0, 0, 0, 1, 230400, 0xee05b509 -0, 1, 1, 1, 230400, 0x23b28b24 -0, 2, 2, 1, 230400, 0x4a4d6007 -0, 3, 3, 1, 230400, 0xe5550693 -0, 4, 4, 1, 230400, 0xad4905a3 -0, 5, 5, 1, 230400, 0xc83b9030 -0, 6, 6, 1, 230400, 0xbc73a26a -0, 7, 7, 1, 230400, 0x7065ff8a -0, 8, 8, 1, 230400, 0x65bc7675 -0, 9, 9, 1, 230400, 0xc245737f -0, 10, 10, 1, 230400, 0x77e6c1ed -0, 11, 11, 1, 230400, 0x6761d73a -0, 12, 12, 1, 230400, 0x6207b8f8 -0, 13, 13, 1, 230400, 0xa3691862 -0, 14, 14, 1, 230400, 0x83fbfc24 -0, 15, 15, 1, 230400, 0xe1c34ef0 -0, 16, 16, 1, 230400, 0xd7b50e8e -0, 17, 17, 1, 230400, 0x5b5e2f29 -0, 18, 18, 1, 230400, 0xca7825e5 -0, 19, 19, 1, 230400, 0xb4c7b4a9 -0, 20, 20, 1, 230400, 0xc35513b5 -0, 21, 21, 1, 230400, 0x36117834 -0, 22, 22, 1, 230400, 0x8af035d7 -0, 23, 23, 1, 230400, 0x25c50a2e -0, 24, 24, 1, 230400, 0x52f54107 -0, 25, 25, 1, 230400, 0xaddca5f9 -0, 26, 26, 1, 230400, 0x3b1fe64c -0, 27, 27, 1, 230400, 0xcd52de15 -0, 28, 28, 1, 230400, 0xfaa4f7fa -0, 29, 29, 1, 230400, 0xce5b3221 -0, 30, 30, 1, 230400, 0xb2c3d9ba -0, 31, 31, 1, 230400, 0xf6ec95e9 -0, 32, 32, 1, 230400, 0xfa7ebd18 -0, 33, 33, 1, 230400, 0xb6e50465 -0, 34, 34, 1, 230400, 0xd48ceee9 -0, 35, 35, 1, 230400, 0x333605cf -0, 36, 36, 1, 230400, 0xe7ccf362 -0, 37, 37, 1, 230400, 0x39f07b83 -0, 38, 38, 1, 230400, 0xd6450b2e -0, 39, 39, 1, 230400, 0x2029ec12 -0, 40, 40, 1, 230400, 0x15d7762e -0, 41, 41, 1, 230400, 0x0d69506d -0, 42, 42, 1, 230400, 0xcf2ef066 -0, 43, 43, 1, 230400, 0x2c145df0 -0, 44, 44, 1, 230400, 0x153d7fe7 -0, 45, 45, 1, 230400, 0x98846aea -0, 46, 46, 1, 230400, 0xc0347d4e -0, 47, 47, 1, 230400, 0xda7a58a8 -0, 48, 48, 1, 230400, 0x5724c05e -0, 49, 49, 1, 230400, 0x9805237b -0, 50, 50, 1, 230400, 0x2f5f0d70 -0, 51, 51, 1, 230400, 0xb1271014 -0, 52, 52, 1, 230400, 0x6cb29d9c -0, 53, 53, 1, 230400, 0x4f91fdb4 -0, 54, 54, 1, 230400, 0x274b3f30 -0, 55, 55, 1, 230400, 0xdfc508e8 -0, 56, 56, 1, 230400, 0x16e974ef -0, 57, 57, 1, 230400, 0x98fae336 -0, 58, 58, 1, 230400, 0xbf265f84 -0, 59, 59, 1, 230400, 0x75cf323b -0, 60, 60, 1, 230400, 0xdb3481f7 -0, 61, 61, 1, 230400, 0xb8453df5 -0, 62, 62, 1, 230400, 0xd4598deb -0, 63, 63, 1, 230400, 0x4dc19cf6 -0, 64, 64, 1, 230400, 0xa8d1b340 -0, 65, 65, 1, 230400, 0x1f98aa27 -0, 66, 66, 1, 230400, 0x505c0687 -0, 67, 67, 1, 230400, 0x86179997 -0, 68, 68, 1, 230400, 0x7e28cc7d -0, 69, 69, 1, 230400, 0x0a81c0bc -0, 70, 70, 1, 230400, 0x71cc0c9a -0, 71, 71, 1, 230400, 0x8c01340f -0, 72, 72, 1, 230400, 0x4afea48a -0, 73, 73, 1, 230400, 0x7dc88c26 -0, 74, 74, 1, 230400, 0x4155fbbb -0, 75, 75, 1, 230400, 0xb1ec2d6b -0, 76, 76, 1, 230400, 0x6986ee65 -0, 77, 77, 1, 230400, 0x8ff9a311 -0, 78, 78, 1, 230400, 0x36c21c52 -0, 79, 79, 1, 230400, 0xdb0fad2e -0, 80, 80, 1, 230400, 0xc7a83c34 -0, 81, 81, 1, 230400, 0x8bd97389 -0, 82, 82, 1, 230400, 0x6dd8f0d6 -0, 83, 83, 1, 230400, 0x228e2076 -0, 84, 84, 1, 230400, 0x22544f03 -0, 85, 85, 1, 230400, 0x938084ef -0, 86, 86, 1, 230400, 0xb002cd81 -0, 87, 87, 1, 230400, 0xe58d3339 -0, 88, 88, 1, 230400, 0x02470a69 -0, 89, 89, 1, 230400, 0xa5c51328 -0, 90, 90, 1, 230400, 0x1a6e37ec -0, 91, 91, 1, 230400, 0x8f40563c -0, 92, 92, 1, 230400, 0x30f9095f -0, 93, 93, 1, 230400, 0x6227f0e8 -0, 94, 94, 1, 230400, 0xdca3596d -0, 95, 95, 1, 230400, 0x30938988 -0, 96, 96, 1, 230400, 0x28bdc666 -0, 97, 97, 1, 230400, 0x6c534265 -0, 98, 98, 1, 230400, 0x6ea56d2d -0, 99, 99, 1, 230400, 0x125f3808 -0, 100, 100, 1, 230400, 0x92a41d2f -0, 101, 101, 1, 230400, 0xf1cf2410 -0, 102, 102, 1, 230400, 0x1bea1204 -0, 103, 103, 1, 230400, 0x817e60f9 -0, 104, 104, 1, 230400, 0x9f6c720e -0, 105, 105, 1, 230400, 0xf1a43a2f -0, 106, 106, 1, 230400, 0x5e5e0b7f -0, 107, 107, 1, 230400, 0x7f526bcf -0, 108, 108, 1, 230400, 0x63a846ed -0, 109, 109, 1, 230400, 0x94400af9 -0, 110, 110, 1, 230400, 0x51f4241e TEST mv-mvc2 TEST mv-sgirle Test motionpixels failed. Look at tests/data/fate/motionpixels.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-motionpixels] Error 1 TEST mxpeg TEST nuv-rtjpeg TEST nuv-rtjpeg-fh TEST paf-video TEST qpeg TEST r210 TEST rl2 --- /home/fate/ffmpeg/tests/ref/fate/paf-video 2017-03-24 21:02:53.636379807 +0000 +++ tests/data/fate/paf-video 2020-04-04 16:04:59.078280233 +0000 @@ -1,157 +0,0 @@ -#tb 0: 1/10 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 256x192 -#sar 0: 0/1 -0, 0, 0, 1, 147456, 0x00000000 -0, 1, 1, 1, 147456, 0x7be40798 -0, 2, 2, 1, 147456, 0x44bc2fc0 -0, 3, 3, 1, 147456, 0x82676740 -0, 4, 4, 1, 147456, 0xd8b8ad10 -0, 5, 5, 1, 147456, 0x816f1c51 -0, 6, 6, 1, 147456, 0x43cdb992 -0, 7, 7, 1, 147456, 0x795198be -0, 8, 8, 1, 147456, 0x4738b47b -0, 9, 9, 1, 147456, 0xd05f2cca -0, 10, 10, 1, 147456, 0xe1b2d879 -0, 11, 11, 1, 147456, 0x538e0987 -0, 12, 12, 1, 147456, 0x2009cbce -0, 13, 13, 1, 147456, 0xf4fedfdf -0, 14, 14, 1, 147456, 0x288cfddb -0, 15, 15, 1, 147456, 0x27be3801 -0, 16, 16, 1, 147456, 0xba20cf85 -0, 17, 17, 1, 147456, 0x16dda72f -0, 18, 18, 1, 147456, 0x06742d33 -0, 19, 19, 1, 147456, 0x268b800a -0, 20, 20, 1, 147456, 0x3094518e -0, 21, 21, 1, 147456, 0xea944b0d -0, 22, 22, 1, 147456, 0xf99990e0 -0, 23, 23, 1, 147456, 0x609a90de -0, 24, 24, 1, 147456, 0xcde18594 -0, 25, 25, 1, 147456, 0x86b3d02d -0, 26, 26, 1, 147456, 0x38d99cd7 -0, 27, 27, 1, 147456, 0x5cbfa3d2 -0, 28, 28, 1, 147456, 0xf292759f -0, 29, 29, 1, 147456, 0xdae223dd -0, 30, 30, 1, 147456, 0x55097657 -0, 31, 31, 1, 147456, 0x5ea6276c -0, 32, 32, 1, 147456, 0x85532d21 -0, 33, 33, 1, 147456, 0x21c447d1 -0, 34, 34, 1, 147456, 0x6cbb700d -0, 35, 35, 1, 147456, 0x889c443a -0, 36, 36, 1, 147456, 0xad4171fd -0, 37, 37, 1, 147456, 0xab26d665 -0, 38, 38, 1, 147456, 0xcf8a2e29 -0, 39, 39, 1, 147456, 0xc934a62a -0, 40, 40, 1, 147456, 0xacca580c -0, 41, 41, 1, 147456, 0xacca580c -0, 42, 42, 1, 147456, 0xacca580c -0, 43, 43, 1, 147456, 0xacca580c -0, 44, 44, 1, 147456, 0xacca580c -0, 45, 45, 1, 147456, 0xacca580c -0, 46, 46, 1, 147456, 0xacca580c -0, 47, 47, 1, 147456, 0xacca580c -0, 48, 48, 1, 147456, 0xacca580c -0, 49, 49, 1, 147456, 0xacca580c -0, 50, 50, 1, 147456, 0xacca580c -0, 51, 51, 1, 147456, 0xacca580c -0, 52, 52, 1, 147456, 0xacca580c -0, 53, 53, 1, 147456, 0xacca580c -0, 54, 54, 1, 147456, 0xacca580c -0, 55, 55, 1, 147456, 0xacca580c -0, 56, 56, 1, 147456, 0xacca580c -0, 57, 57, 1, 147456, 0xacca580c -0, 58, 58, 1, 147456, 0xdd6a7104 -0, 59, 59, 1, 147456, 0x33e84c72 -0, 60, 60, 1, 147456, 0x86526e6a -0, 61, 61, 1, 147456, 0x569863ad -0, 62, 62, 1, 147456, 0x6269920f -0, 63, 63, 1, 147456, 0x9ce49665 -0, 64, 64, 1, 147456, 0x782fcf56 -0, 65, 65, 1, 147456, 0x4401ef4a -0, 66, 66, 1, 147456, 0xe06ffba8 -0, 67, 67, 1, 147456, 0xc87b2af3 -0, 68, 68, 1, 147456, 0x9fcaf0ef -0, 69, 69, 1, 147456, 0x00000000 -0, 70, 70, 1, 147456, 0x00000000 -0, 71, 71, 1, 147456, 0x00000000 -0, 72, 72, 1, 147456, 0x00000000 -0, 73, 73, 1, 147456, 0x00000000 -0, 74, 74, 1, 147456, 0x00000000 -0, 75, 75, 1, 147456, 0x00000000 -0, 76, 76, 1, 147456, 0x00000000 -0, 77, 77, 1, 147456, 0x00000000 -0, 78, 78, 1, 147456, 0x00000000 -0, 79, 79, 1, 147456, 0x00000000 -0, 80, 80, 1, 147456, 0xc30c145f -0, 81, 81, 1, 147456, 0x2d51e3c6 -0, 82, 82, 1, 147456, 0x5d41d6d2 -0, 83, 83, 1, 147456, 0x7abf857a -0, 84, 84, 1, 147456, 0xd72e22f3 -0, 85, 85, 1, 147456, 0x89548b30 -0, 86, 86, 1, 147456, 0xd26fc965 -0, 87, 87, 1, 147456, 0xc664fe62 -0, 88, 88, 1, 147456, 0x51608d9e -0, 89, 89, 1, 147456, 0xf188e257 -0, 90, 90, 1, 147456, 0x3d82f8bd -0, 91, 91, 1, 147456, 0x08e38aa9 -0, 92, 92, 1, 147456, 0xb0c78fc3 -0, 93, 93, 1, 147456, 0xeec1ce57 -0, 94, 94, 1, 147456, 0xac75dd73 -0, 95, 95, 1, 147456, 0x94beecca -0, 96, 96, 1, 147456, 0xfa417ee8 -0, 97, 97, 1, 147456, 0x68ee990a -0, 98, 98, 1, 147456, 0x3df4bcd2 -0, 99, 99, 1, 147456, 0xff68d376 -0, 100, 100, 1, 147456, 0x4a211592 -0, 101, 101, 1, 147456, 0x6ce6b6f2 -0, 102, 102, 1, 147456, 0x8f17ca91 -0, 103, 103, 1, 147456, 0xcb94232c -0, 104, 104, 1, 147456, 0x46b58bcd -0, 105, 105, 1, 147456, 0x260e8b49 -0, 106, 106, 1, 147456, 0xd9f55cb1 -0, 107, 107, 1, 147456, 0x96e0b93c -0, 108, 108, 1, 147456, 0xdbb4e51c -0, 109, 109, 1, 147456, 0x3a4c7fcd -0, 110, 110, 1, 147456, 0x25c58597 -0, 111, 111, 1, 147456, 0xfc0afd6a -0, 112, 112, 1, 147456, 0x65aae479 -0, 113, 113, 1, 147456, 0x9c060d17 -0, 114, 114, 1, 147456, 0xac1f5d8c -0, 115, 115, 1, 147456, 0x627bf813 -0, 116, 116, 1, 147456, 0x2b6d2bbc -0, 117, 117, 1, 147456, 0x4d6b8274 -0, 118, 118, 1, 147456, 0x89ab152b -0, 119, 119, 1, 147456, 0xdcb31afc -0, 120, 120, 1, 147456, 0x9aac1a8b -0, 121, 121, 1, 147456, 0xe8ad1a42 -0, 122, 122, 1, 147456, 0x05e019de -0, 123, 123, 1, 147456, 0x541e1991 -0, 124, 124, 1, 147456, 0xeb5d182b -0, 125, 125, 1, 147456, 0x00ef16e4 -0, 126, 126, 1, 147456, 0xe91a164b -0, 127, 127, 1, 147456, 0xc37014bf -0, 128, 128, 1, 147456, 0xb87b130a -0, 129, 129, 1, 147456, 0x879f1202 -0, 130, 130, 1, 147456, 0x8de710f6 -0, 131, 131, 1, 147456, 0x499910b0 -0, 132, 132, 1, 147456, 0x494f0f49 -0, 133, 133, 1, 147456, 0x1d090f09 -0, 134, 134, 1, 147456, 0x31930e92 -0, 135, 135, 1, 147456, 0x42fe0d72 -0, 136, 136, 1, 147456, 0xc8980c5d -0, 137, 137, 1, 147456, 0xd1fc0b7b -0, 138, 138, 1, 147456, 0x2b620a27 -0, 139, 139, 1, 147456, 0xe9cf08f4 -0, 140, 140, 1, 147456, 0x4fb707ea -0, 141, 141, 1, 147456, 0x8ec706fa -0, 142, 142, 1, 147456, 0xde090640 -0, 143, 143, 1, 147456, 0xf7b1059d -0, 144, 144, 1, 147456, 0xf7b1059d -0, 145, 145, 1, 147456, 0x581902c4 -0, 146, 146, 1, 147456, 0x2b18d1e7 -0, 147, 147, 1, 147456, 0xe07b8612 -0, 148, 148, 1, 147456, 0xdf341f10 -0, 149, 149, 1, 147456, 0x5c43a9df -0, 150, 150, 1, 147456, 0xaf121817 -0, 151, 151, 1, 147456, 0x53ba70bf --- /home/fate/ffmpeg/tests/ref/fate/qpeg 2017-03-24 21:02:53.636379807 +0000 +++ tests/data/fate/qpeg 2020-04-04 16:04:59.084946890 +0000 @@ -1,105 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x240 -#sar 0: 0/1 -0, 0, 0, 1, 230400, 0x0b712fba -0, 1, 1, 1, 230400, 0x30252ac7 -0, 2, 2, 1, 230400, 0x6d98a787 -0, 3, 3, 1, 230400, 0x5d1f6ce7 -0, 4, 4, 1, 230400, 0xccb79136 -0, 5, 5, 1, 230400, 0x394093e1 -0, 6, 6, 1, 230400, 0x3e76c5e9 -0, 7, 7, 1, 230400, 0xd6cdc8f1 -0, 8, 8, 1, 230400, 0xd355371d -0, 9, 9, 1, 230400, 0x2c1519ca -0, 10, 10, 1, 230400, 0xd82427e1 -0, 11, 11, 1, 230400, 0x4202e3b4 -0, 12, 12, 1, 230400, 0x27c15cda -0, 13, 13, 1, 230400, 0x3fd7d5db -0, 14, 14, 1, 230400, 0x03838791 -0, 15, 15, 1, 230400, 0x8253d774 -0, 16, 16, 1, 230400, 0x833e9c9f -0, 17, 17, 1, 230400, 0xe30aba05 -0, 18, 18, 1, 230400, 0x81056b68 -0, 19, 19, 1, 230400, 0xe6454d37 -0, 20, 20, 1, 230400, 0x6bb65f77 -0, 21, 21, 1, 230400, 0x95b652eb -0, 22, 22, 1, 230400, 0x4f585a73 -0, 23, 23, 1, 230400, 0x9bc2c9d8 -0, 24, 24, 1, 230400, 0x09f00930 -0, 25, 25, 1, 230400, 0x6be9d11a -0, 26, 26, 1, 230400, 0x5cdd4ea5 -0, 27, 27, 1, 230400, 0x77508d67 -0, 28, 28, 1, 230400, 0x76b21fdd -0, 29, 29, 1, 230400, 0x39e2dddb -0, 30, 30, 1, 230400, 0x8b16d389 -0, 31, 31, 1, 230400, 0xb2b329fb -0, 32, 32, 1, 230400, 0x8e998c17 -0, 33, 33, 1, 230400, 0x3852049f -0, 34, 34, 1, 230400, 0x5a7f6302 -0, 35, 35, 1, 230400, 0xdd7d9d86 -0, 36, 36, 1, 230400, 0x337298bd -0, 37, 37, 1, 230400, 0x2fa38668 -0, 38, 38, 1, 230400, 0xfc42afcd -0, 39, 39, 1, 230400, 0x20ff7b1d -0, 40, 40, 1, 230400, 0xa9190f28 -0, 41, 41, 1, 230400, 0x2ca26827 -0, 42, 42, 1, 230400, 0x1106bd55 -0, 43, 43, 1, 230400, 0xb965748e -0, 44, 44, 1, 230400, 0x2c2d2691 -0, 45, 45, 1, 230400, 0x8096db4d -0, 46, 46, 1, 230400, 0x7b223871 -0, 47, 47, 1, 230400, 0xf9edbca9 -0, 48, 48, 1, 230400, 0x0e607f74 -0, 49, 49, 1, 230400, 0x3e64ed79 -0, 50, 50, 1, 230400, 0x2198f77a -0, 51, 51, 1, 230400, 0x3cf4925a -0, 52, 52, 1, 230400, 0x2de0ebdb -0, 53, 53, 1, 230400, 0x5104c55f -0, 54, 54, 1, 230400, 0xebd7f8f7 -0, 55, 55, 1, 230400, 0xfce8a2ae -0, 56, 56, 1, 230400, 0xeb073121 -0, 57, 57, 1, 230400, 0x8f2ed47d -0, 58, 58, 1, 230400, 0xdcb72934 -0, 59, 59, 1, 230400, 0xf69e75a1 -0, 60, 60, 1, 230400, 0xc45ab599 -0, 61, 61, 1, 230400, 0x0d218766 -0, 62, 62, 1, 230400, 0x4a6aafce -0, 63, 63, 1, 230400, 0x642153ca -0, 64, 64, 1, 230400, 0x8bd7a2a4 -0, 65, 65, 1, 230400, 0x04abeeed -0, 66, 66, 1, 230400, 0x37bf9f2c -0, 67, 67, 1, 230400, 0x1d966ae5 -0, 68, 68, 1, 230400, 0x3a2ef337 -0, 69, 69, 1, 230400, 0x9edaf34f -0, 70, 70, 1, 230400, 0x7f3c0ff8 -0, 71, 71, 1, 230400, 0x403cbdee -0, 72, 72, 1, 230400, 0x86b340e8 -0, 73, 73, 1, 230400, 0x5a57c916 -0, 74, 74, 1, 230400, 0x35763ab3 -0, 75, 75, 1, 230400, 0xd135a1ba -0, 76, 76, 1, 230400, 0x56a7b1db -0, 77, 77, 1, 230400, 0x6e8d2910 -0, 78, 78, 1, 230400, 0xc8d9c4e1 -0, 79, 79, 1, 230400, 0xb61fd11f -0, 80, 80, 1, 230400, 0x8949b165 -0, 81, 81, 1, 230400, 0x60082f69 -0, 82, 82, 1, 230400, 0xf9c74a14 -0, 83, 83, 1, 230400, 0x1f0af3f4 -0, 84, 84, 1, 230400, 0x1abe4a3b -0, 85, 85, 1, 230400, 0xdf762ffb -0, 86, 86, 1, 230400, 0x38513b73 -0, 87, 87, 1, 230400, 0xf3b01fcf -0, 88, 88, 1, 230400, 0xea7d486c -0, 89, 89, 1, 230400, 0xfabc7a89 -0, 90, 90, 1, 230400, 0xc72f6977 -0, 91, 91, 1, 230400, 0x1c9e4590 -0, 92, 92, 1, 230400, 0x51abf71e -0, 93, 93, 1, 230400, 0x39c9d819 -0, 94, 94, 1, 230400, 0xfc62d8e0 -0, 95, 95, 1, 230400, 0x40bb8c0d -0, 96, 96, 1, 230400, 0xa0bd86d2 -0, 97, 97, 1, 230400, 0x610dfe19 -0, 98, 98, 1, 230400, 0x997e1572 -0, 99, 99, 1, 230400, 0x49919319 TEST roqvideo Test paf-video failed. Look at tests/data/fate/paf-video.err for details. --- /home/fate/ffmpeg/tests/ref/fate/r210 2017-03-24 21:02:53.636379807 +0000 +++ tests/data/fate/r210 2020-04-04 16:04:59.084946890 +0000 @@ -1,8 +0,0 @@ -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 640x480 -#sar 0: 0/1 -0, 0, 0, 1, 1843200, 0xbd414b93 -0, 1, 1, 1, 1843200, 0x23298f1f -0, 2, 2, 1, 1843200, 0x5a56df19 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-paf-video] Error 1 TEST sanm Test qpeg failed. Look at tests/data/fate/qpeg.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-qpeg] Error 1 Test r210 failed. Look at tests/data/fate/r210.err for details. TEST sierra-vmd-video make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-r210] Error 1 TEST smacker-video TEST smc --- /home/fate/ffmpeg/tests/ref/fate/rl2 2017-03-24 21:02:53.636379807 +0000 +++ tests/data/fate/rl2 2020-04-04 16:04:59.114946848 +0000 @@ -1,113 +0,0 @@ -#tb 0: 1171/11025 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x200 -#sar 0: 0/1 -0, 0, 0, 1, 192000, 0x7112a667 -0, 1, 1, 1, 192000, 0x6936abf3 -0, 2, 2, 1, 192000, 0xb1f08981 -0, 3, 3, 1, 192000, 0x4ce7fece -0, 4, 4, 1, 192000, 0xf04decde -0, 5, 5, 1, 192000, 0x47fef74b -0, 6, 6, 1, 192000, 0x99b42ac2 -0, 7, 7, 1, 192000, 0x3c4c419d -0, 8, 8, 1, 192000, 0x66bf5588 -0, 9, 9, 1, 192000, 0xe1de4725 -0, 10, 10, 1, 192000, 0x348b2af9 -0, 11, 11, 1, 192000, 0x1ce73e83 -0, 12, 12, 1, 192000, 0xcdaa6e02 -0, 13, 13, 1, 192000, 0x370dc2ce -0, 14, 14, 1, 192000, 0x1e1e40fe -0, 15, 15, 1, 192000, 0x491470a4 -0, 16, 16, 1, 192000, 0x88c43e9a -0, 17, 17, 1, 192000, 0x036f3f44 -0, 18, 18, 1, 192000, 0xc8be7e25 -0, 19, 19, 1, 192000, 0xbedb397d -0, 20, 20, 1, 192000, 0x97c410f4 -0, 21, 21, 1, 192000, 0xc2c8225d -0, 22, 22, 1, 192000, 0xe396bccb -0, 23, 23, 1, 192000, 0x7e89c24c -0, 24, 24, 1, 192000, 0xb044954c -0, 25, 25, 1, 192000, 0x335890dd -0, 26, 26, 1, 192000, 0x58a457c0 -0, 27, 27, 1, 192000, 0xeb0f4798 -0, 28, 28, 1, 192000, 0x0bfc39a1 -0, 29, 29, 1, 192000, 0x06a6905a -0, 30, 30, 1, 192000, 0x5300c99b -0, 31, 31, 1, 192000, 0x38f3f845 -0, 32, 32, 1, 192000, 0x6afa3543 -0, 33, 33, 1, 192000, 0x5106a8e0 -0, 34, 34, 1, 192000, 0xc76f0dab -0, 35, 35, 1, 192000, 0x8efa6939 -0, 36, 36, 1, 192000, 0x64ea23d7 -0, 37, 37, 1, 192000, 0x421a2817 -0, 38, 38, 1, 192000, 0xc854fa18 -0, 39, 39, 1, 192000, 0x4a10d59c -0, 40, 40, 1, 192000, 0x72637829 -0, 41, 41, 1, 192000, 0xdbbe2796 -0, 42, 42, 1, 192000, 0xff742e6b -0, 43, 43, 1, 192000, 0xf94b9346 -0, 44, 44, 1, 192000, 0xc90ea53c -0, 45, 45, 1, 192000, 0x177483bb -0, 46, 46, 1, 192000, 0x3510369c -0, 47, 47, 1, 192000, 0x501034bf -0, 48, 48, 1, 192000, 0x315c744b -0, 49, 49, 1, 192000, 0xdb5048ae -0, 50, 50, 1, 192000, 0x09a86221 -0, 51, 51, 1, 192000, 0xb9c9568a -0, 52, 52, 1, 192000, 0x5eee665b -0, 53, 53, 1, 192000, 0xdef85517 -0, 54, 54, 1, 192000, 0x7896b5ad -0, 55, 55, 1, 192000, 0x19fbad39 -0, 56, 56, 1, 192000, 0x63358748 -0, 57, 57, 1, 192000, 0xca0196a3 -0, 58, 58, 1, 192000, 0x0b321da3 -0, 59, 59, 1, 192000, 0xa07af07e -0, 60, 60, 1, 192000, 0x21f9310c -0, 61, 61, 1, 192000, 0x62d59874 -0, 62, 62, 1, 192000, 0x021227b4 -0, 63, 63, 1, 192000, 0x01dac0c2 -0, 64, 64, 1, 192000, 0xf3c33a74 -0, 65, 65, 1, 192000, 0xeebe83b7 -0, 66, 66, 1, 192000, 0x9ec77f97 -0, 67, 67, 1, 192000, 0xc91c2e37 -0, 68, 68, 1, 192000, 0x7b58751d -0, 69, 69, 1, 192000, 0xb178dfbb -0, 70, 70, 1, 192000, 0x2a63b5be -0, 71, 71, 1, 192000, 0x44a407ac -0, 72, 72, 1, 192000, 0x9a8e17dd -0, 73, 73, 1, 192000, 0x5546f4c8 -0, 74, 74, 1, 192000, 0xeda94586 -0, 75, 75, 1, 192000, 0x941dfa6b -0, 76, 76, 1, 192000, 0x9772301d -0, 77, 77, 1, 192000, 0x8be16b16 -0, 78, 78, 1, 192000, 0x26dd4496 -0, 79, 79, 1, 192000, 0x27823797 -0, 80, 80, 1, 192000, 0xacc914f7 -0, 81, 81, 1, 192000, 0xcbb72c9b -0, 82, 82, 1, 192000, 0x4bd3391c -0, 83, 83, 1, 192000, 0x4e6adbfe -0, 84, 84, 1, 192000, 0x7a791c75 -0, 85, 85, 1, 192000, 0xc4f59c94 -0, 86, 86, 1, 192000, 0xc4f59c94 -0, 87, 87, 1, 192000, 0x984a4a0b -0, 88, 88, 1, 192000, 0x3353f31f -0, 89, 89, 1, 192000, 0xa9d4dc5a -0, 90, 90, 1, 192000, 0xb33425d0 -0, 91, 91, 1, 192000, 0x546d768a -0, 92, 92, 1, 192000, 0xfefbe5c9 -0, 93, 93, 1, 192000, 0xbd6be61d -0, 94, 94, 1, 192000, 0xf5792731 -0, 95, 95, 1, 192000, 0xccde0582 -0, 96, 96, 1, 192000, 0x857d58ee -0, 97, 97, 1, 192000, 0xe914ce48 -0, 98, 98, 1, 192000, 0x1f736298 -0, 99, 99, 1, 192000, 0xec0b4846 -0, 100, 100, 1, 192000, 0xe1422624 -0, 101, 101, 1, 192000, 0x56e2b0e0 -0, 102, 102, 1, 192000, 0xc4190640 -0, 103, 103, 1, 192000, 0x7c461977 -0, 104, 104, 1, 192000, 0x34b1d5e8 -0, 105, 105, 1, 192000, 0xbdc70f7a -0, 106, 106, 1, 192000, 0xb466cd8d -0, 107, 107, 1, 192000, 0x0e86a04c --- /home/fate/ffmpeg/tests/ref/fate/sanm 2017-03-24 21:02:53.636379807 +0000 +++ tests/data/fate/sanm 2020-04-04 16:04:59.128280163 +0000 @@ -1,20 +0,0 @@ -#tb 0: 1/15 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 640x480 -#sar 0: 0/1 -0, 0, 0, 1, 921600, 0x00000000 -0, 1, 1, 1, 921600, 0x00000000 -0, 2, 2, 1, 921600, 0x00000000 -0, 3, 3, 1, 921600, 0x00000000 -0, 4, 4, 1, 921600, 0x00000000 -0, 5, 5, 1, 921600, 0x00000000 -0, 6, 6, 1, 921600, 0x00000000 -0, 7, 7, 1, 921600, 0x00000000 -0, 8, 8, 1, 921600, 0x00000000 -0, 9, 9, 1, 921600, 0x00000000 -0, 10, 10, 1, 921600, 0x0aa05443 -0, 11, 11, 1, 921600, 0x81d2a7fe -0, 12, 12, 1, 921600, 0x769f303b -0, 13, 13, 1, 921600, 0xcd68d0cd -0, 14, 14, 1, 921600, 0x4cb4894a TEST sp5x Test rl2 failed. Look at tests/data/fate/rl2.err for details. TEST thp make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-rl2] Error 1 TEST tiertex-seq Test sanm failed. Look at tests/data/fate/sanm.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-sanm] Error 1 TEST tmv --- /home/fate/ffmpeg/tests/ref/fate/sierra-vmd-video 2017-03-24 21:02:53.636379807 +0000 +++ tests/data/fate/sierra-vmd-video 2020-04-04 16:04:59.141613477 +0000 @@ -1,122 +0,0 @@ -#tb 0: 1/10 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x240 -#sar 0: 0/1 -0, 0, 0, 1, 230400, 0x54b4bfe2 -0, 1, 1, 1, 230400, 0x9e1460e3 -0, 2, 2, 1, 230400, 0x8136f21c -0, 3, 3, 1, 230400, 0xadfc5089 -0, 4, 4, 1, 230400, 0x76f2c4bc -0, 5, 5, 1, 230400, 0x73862ec8 -0, 6, 6, 1, 230400, 0xba2562e3 -0, 7, 7, 1, 230400, 0xf908c0b6 -0, 8, 8, 1, 230400, 0x3596ee56 -0, 9, 9, 1, 230400, 0x97cc3a1e -0, 10, 10, 1, 230400, 0xe2c585f9 -0, 11, 11, 1, 230400, 0x1732aedb -0, 12, 12, 1, 230400, 0xa6d20354 -0, 13, 13, 1, 230400, 0x0e1e3d11 -0, 14, 14, 1, 230400, 0xe4f09bbd -0, 15, 15, 1, 230400, 0x5c15ee1a -0, 16, 16, 1, 230400, 0x33f51f69 -0, 17, 17, 1, 230400, 0xb6067c26 -0, 18, 18, 1, 230400, 0x985faab2 -0, 19, 19, 1, 230400, 0x3f0a09ae -0, 20, 20, 1, 230400, 0x4052702f -0, 21, 21, 1, 230400, 0xcd7fc29c -0, 22, 22, 1, 230400, 0x73c97d9f -0, 23, 23, 1, 230400, 0xf0fb8235 -0, 24, 24, 1, 230400, 0x7651e231 -0, 25, 25, 1, 230400, 0x3e749ecf -0, 26, 26, 1, 230400, 0x20515985 -0, 27, 27, 1, 230400, 0xd086d4b0 -0, 28, 28, 1, 230400, 0x343c2c77 -0, 29, 29, 1, 230400, 0xb9a47309 -0, 30, 30, 1, 230400, 0x39de2037 -0, 31, 31, 1, 230400, 0x9fc2745a -0, 32, 32, 1, 230400, 0x0868a2f3 -0, 33, 33, 1, 230400, 0xfe53f34d -0, 34, 34, 1, 230400, 0xf2abaa57 -0, 35, 35, 1, 230400, 0x2dafdc4b -0, 36, 36, 1, 230400, 0xf7d6353a -0, 37, 37, 1, 230400, 0x8aa63c0a -0, 38, 38, 1, 230400, 0xd1afe885 -0, 39, 39, 1, 230400, 0x64626c50 -0, 40, 40, 1, 230400, 0x2654dfca -0, 41, 41, 1, 230400, 0x6183d8c7 -0, 42, 42, 1, 230400, 0xededb578 -0, 43, 43, 1, 230400, 0xadeeb629 -0, 44, 44, 1, 230400, 0x0009873a -0, 45, 45, 1, 230400, 0xe2ec94eb -0, 46, 46, 1, 230400, 0x62132788 -0, 47, 47, 1, 230400, 0x8cc5e014 -0, 48, 48, 1, 230400, 0x2ded2ecd -0, 49, 49, 1, 230400, 0x81204eec -0, 50, 50, 1, 230400, 0x4f9fda58 -0, 51, 51, 1, 230400, 0x9d7f073b -0, 52, 52, 1, 230400, 0x607a6ee6 -0, 53, 53, 1, 230400, 0xed1c305c -0, 57, 57, 1, 230400, 0x52b52d62 -0, 58, 58, 1, 230400, 0x4ae0370a -0, 59, 59, 1, 230400, 0xe437326a -0, 60, 60, 1, 230400, 0xefb82e8c -0, 61, 61, 1, 230400, 0xa0f13d4b -0, 62, 62, 1, 230400, 0x473a424a -0, 63, 63, 1, 230400, 0x205a2c84 -0, 64, 64, 1, 230400, 0xe83022e5 -0, 65, 65, 1, 230400, 0x5db21854 -0, 66, 66, 1, 230400, 0x11991ed7 -0, 67, 67, 1, 230400, 0x649429b1 -0, 68, 68, 1, 230400, 0x840a3912 -0, 69, 69, 1, 230400, 0x8bb72d49 -0, 70, 70, 1, 230400, 0xedfc2850 -0, 71, 71, 1, 230400, 0x1b9b2977 -0, 72, 72, 1, 230400, 0x63912a4f -0, 73, 73, 1, 230400, 0x971c2ccc -0, 74, 74, 1, 230400, 0x1f022c98 -0, 75, 75, 1, 230400, 0x5dc42b8c -0, 76, 76, 1, 230400, 0x25172a53 -0, 77, 77, 1, 230400, 0x31fd287f -0, 78, 78, 1, 230400, 0x95182a44 -0, 79, 79, 1, 230400, 0xbf7d29ea -0, 80, 80, 1, 230400, 0xdeb82e84 -0, 81, 81, 1, 230400, 0xc3ad3659 -0, 82, 82, 1, 230400, 0xfef23f36 -0, 83, 83, 1, 230400, 0xf4a23d8c -0, 84, 84, 1, 230400, 0x90713fef -0, 85, 85, 1, 230400, 0x5fad3d58 -0, 86, 86, 1, 230400, 0x69283f2e -0, 87, 87, 1, 230400, 0x8f3d3dde -0, 88, 88, 1, 230400, 0x3129407a -0, 89, 89, 1, 230400, 0x266e3d64 -0, 90, 90, 1, 230400, 0xc41b3e19 -0, 91, 91, 1, 230400, 0x64203e29 -0, 92, 92, 1, 230400, 0x3f7e4328 -0, 93, 93, 1, 230400, 0xacef4d0e -0, 94, 94, 1, 230400, 0xf0ca57a7 -0, 95, 95, 1, 230400, 0x87c75c41 -0, 96, 96, 1, 230400, 0x9db75a9c -0, 97, 97, 1, 230400, 0x4152164c -0, 98, 98, 1, 230400, 0x8a330ac8 -0, 99, 99, 1, 230400, 0x5113a45d -0, 100, 100, 1, 230400, 0x60effb12 -0, 101, 101, 1, 230400, 0x01dc03c5 -0, 102, 102, 1, 230400, 0x7ae81caf -0, 103, 103, 1, 230400, 0x35c31ab0 -0, 104, 104, 1, 230400, 0xd59e171e -0, 105, 105, 1, 230400, 0x35c3989e -0, 106, 106, 1, 230400, 0xf93656a5 -0, 107, 107, 1, 230400, 0x0962745c -0, 108, 108, 1, 230400, 0x6a90cdb2 -0, 109, 109, 1, 230400, 0x4bc2216d -0, 110, 110, 1, 230400, 0x7a6d3744 -0, 113, 113, 1, 230400, 0xf16a5742 -0, 114, 114, 1, 230400, 0x1495ce79 -0, 115, 115, 1, 230400, 0x3b4397b0 -0, 116, 116, 1, 230400, 0x33ed8506 -0, 145, 145, 1, 230400, 0xf953256d -0, 146, 146, 1, 230400, 0xd7faaef9 -0, 147, 147, 1, 230400, 0xb37e6161 -0, 148, 148, 1, 230400, 0x526b6797 -0, 214, 214, 1, 230400, 0x8ec35bc5 Test sierra-vmd-video failed. Look at tests/data/fate/sierra-vmd-video.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-sierra-vmd-video] Error 1 TEST txd-16bpp --- /home/fate/ffmpeg/tests/ref/fate/smacker-video 2017-03-24 21:02:53.636379807 +0000 +++ tests/data/fate/smacker-video 2020-04-04 16:04:59.148280135 +0000 @@ -1,105 +0,0 @@ -#tb 0: 71/1000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x200 -#sar 0: 0/1 -0, 0, 0, 1, 192000, 0x8926d7fc -0, 1, 1, 1, 192000, 0x2506d384 -0, 2, 2, 1, 192000, 0x9a8dc93a -0, 3, 3, 1, 192000, 0x4badb7f2 -0, 4, 4, 1, 192000, 0xc1fc9631 -0, 5, 5, 1, 192000, 0xfc906592 -0, 6, 6, 1, 192000, 0xeddd28e2 -0, 7, 7, 1, 192000, 0xeee0dcf5 -0, 8, 8, 1, 192000, 0x76798c91 -0, 9, 9, 1, 192000, 0x8a034c1b -0, 10, 10, 1, 192000, 0x4df3127c -0, 11, 11, 1, 192000, 0x2eefd36f -0, 12, 12, 1, 192000, 0x58a2a1d6 -0, 13, 13, 1, 192000, 0x1a3d7971 -0, 14, 14, 1, 192000, 0xa1a65bd5 -0, 15, 15, 1, 192000, 0x344957b9 -0, 16, 16, 1, 192000, 0xe23b5f4e -0, 17, 17, 1, 192000, 0xb5c2710b -0, 18, 18, 1, 192000, 0x7a25938f -0, 19, 19, 1, 192000, 0x0a84e4c9 -0, 20, 20, 1, 192000, 0x94209b0d -0, 21, 21, 1, 192000, 0xf940e51f -0, 22, 22, 1, 192000, 0xb9fdec42 -0, 23, 23, 1, 192000, 0x7b04a376 -0, 24, 24, 1, 192000, 0x5fe0026b -0, 25, 25, 1, 192000, 0x775aca39 -0, 26, 26, 1, 192000, 0xae14fb32 -0, 27, 27, 1, 192000, 0x661106e5 -0, 28, 28, 1, 192000, 0xe8658dbf -0, 29, 29, 1, 192000, 0x5359f0f9 -0, 30, 30, 1, 192000, 0xc1ec80f4 -0, 31, 31, 1, 192000, 0xca53806b -0, 32, 32, 1, 192000, 0xf0766b2e -0, 33, 33, 1, 192000, 0x39962da8 -0, 34, 34, 1, 192000, 0x4171c37f -0, 35, 35, 1, 192000, 0x3abf3b46 -0, 36, 36, 1, 192000, 0xecc68313 -0, 37, 37, 1, 192000, 0xea339baf -0, 38, 38, 1, 192000, 0x616b8f16 -0, 39, 39, 1, 192000, 0xf77a8581 -0, 40, 40, 1, 192000, 0xb315678b -0, 41, 41, 1, 192000, 0x0a4a5218 -0, 42, 42, 1, 192000, 0x98802be4 -0, 43, 43, 1, 192000, 0xa2f0fd94 -0, 44, 44, 1, 192000, 0x6671c84f -0, 45, 45, 1, 192000, 0x38327e31 -0, 46, 46, 1, 192000, 0xb85d3e08 -0, 47, 47, 1, 192000, 0xdc69eba9 -0, 48, 48, 1, 192000, 0x8955a0b3 -0, 49, 49, 1, 192000, 0x714a548b -0, 50, 50, 1, 192000, 0xc0471de9 -0, 51, 51, 1, 192000, 0x2e16e039 -0, 52, 52, 1, 192000, 0x9fa4b033 -0, 53, 53, 1, 192000, 0x4a0f9402 -0, 54, 54, 1, 192000, 0x1f3e6843 -0, 55, 55, 1, 192000, 0x31774850 -0, 56, 56, 1, 192000, 0x9d5336a2 -0, 57, 57, 1, 192000, 0xf7de27a2 -0, 58, 58, 1, 192000, 0x98c717ce -0, 59, 59, 1, 192000, 0x615b10b8 -0, 60, 60, 1, 192000, 0xd5bc0e7e -0, 61, 61, 1, 192000, 0xd5bc0e7e -0, 62, 62, 1, 192000, 0xd5bc0e7e -0, 63, 63, 1, 192000, 0xd5bc0e7e -0, 64, 64, 1, 192000, 0xd5bc0e7e -0, 65, 65, 1, 192000, 0xd5bc0e7e -0, 66, 66, 1, 192000, 0xd5bc0e7e -0, 67, 67, 1, 192000, 0xd5bc0e7e -0, 68, 68, 1, 192000, 0xd5bc0e7e -0, 69, 69, 1, 192000, 0xd5bc0e7e -0, 70, 70, 1, 192000, 0xd5bc0e7e -0, 71, 71, 1, 192000, 0xd5bc0e7e -0, 72, 72, 1, 192000, 0xd5bc0e7e -0, 73, 73, 1, 192000, 0xd5bc0e7e -0, 74, 74, 1, 192000, 0xd5bc0e7e -0, 75, 75, 1, 192000, 0xd5bc0e7e -0, 76, 76, 1, 192000, 0xd5bc0e7e -0, 77, 77, 1, 192000, 0xd5bc0e7e -0, 78, 78, 1, 192000, 0xd5bc0e7e -0, 79, 79, 1, 192000, 0xd5bc0e7e -0, 80, 80, 1, 192000, 0xd5bc0e7e -0, 81, 81, 1, 192000, 0xd5bc0e7e -0, 82, 82, 1, 192000, 0xd5bc0e7e -0, 83, 83, 1, 192000, 0xd5bc0e7e -0, 84, 84, 1, 192000, 0xd5bc0e7e -0, 85, 85, 1, 192000, 0xd5bc0e7e -0, 86, 86, 1, 192000, 0xd5bc0e7e -0, 87, 87, 1, 192000, 0xd5bc0e7e -0, 88, 88, 1, 192000, 0xd5bc0e7e -0, 89, 89, 1, 192000, 0xd5bc0e7e -0, 90, 90, 1, 192000, 0xd5bc0e7e -0, 91, 91, 1, 192000, 0xd5bc0e7e -0, 92, 92, 1, 192000, 0xd5bc0e7e -0, 93, 93, 1, 192000, 0xd5bc0e7e -0, 94, 94, 1, 192000, 0xd5bc0e7e -0, 95, 95, 1, 192000, 0xd5bc0e7e -0, 96, 96, 1, 192000, 0xd5bc0e7e -0, 97, 97, 1, 192000, 0xd5bc0e7e -0, 98, 98, 1, 192000, 0xd5bc0e7e -0, 99, 99, 1, 192000, 0xd5bc0e7e Test smacker-video failed. Look at tests/data/fate/smacker-video.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-smacker-video] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/smc 2017-03-24 21:02:53.636379807 +0000 +++ tests/data/fate/smc 2020-04-04 16:04:59.158280120 +0000 @@ -1,125 +0,0 @@ -#tb 0: 1/10 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x240 -#sar 0: 0/1 -0, 0, 0, 1, 230400, 0xf814fc90 -0, 1, 1, 1, 230400, 0xe1b13137 -0, 2, 2, 1, 230400, 0xa7f4d408 -0, 3, 3, 1, 230400, 0x4b86e1d5 -0, 4, 4, 1, 230400, 0xc663af5a -0, 5, 5, 1, 230400, 0x943b5757 -0, 6, 6, 1, 230400, 0x0d7ee496 -0, 7, 7, 1, 230400, 0x78792de4 -0, 8, 8, 1, 230400, 0xd102fb8d -0, 9, 9, 1, 230400, 0xf9006139 -0, 10, 10, 1, 230400, 0x216bd87d -0, 11, 11, 1, 230400, 0x1e4c902c -0, 12, 12, 1, 230400, 0x5aaa7742 -0, 13, 13, 1, 230400, 0x48699d93 -0, 14, 14, 1, 230400, 0xd1e22a5c -0, 15, 15, 1, 230400, 0x18929315 -0, 16, 16, 1, 230400, 0x680dd4d3 -0, 17, 17, 1, 230400, 0x4cdbcbcb -0, 18, 18, 1, 230400, 0x6f810d98 -0, 19, 19, 1, 230400, 0xb4f68204 -0, 20, 20, 1, 230400, 0xbd3bb19e -0, 21, 21, 1, 230400, 0xab27b424 -0, 22, 22, 1, 230400, 0xe5dd675d -0, 23, 23, 1, 230400, 0x811e45a1 -0, 24, 24, 1, 230400, 0x951011f7 -0, 25, 25, 1, 230400, 0x2f1e2b99 -0, 26, 26, 1, 230400, 0x6657c0d6 -0, 27, 27, 1, 230400, 0xfd29177d -0, 28, 28, 1, 230400, 0x4b4c01d7 -0, 29, 29, 1, 230400, 0x9af286aa -0, 30, 30, 1, 230400, 0xc4e9b193 -0, 31, 31, 1, 230400, 0x05dc28ec -0, 32, 32, 1, 230400, 0x68352119 -0, 33, 33, 1, 230400, 0x0b87e79c -0, 34, 34, 1, 230400, 0x8358b180 -0, 35, 35, 1, 230400, 0x8debbc9d -0, 36, 36, 1, 230400, 0x961c58ce -0, 37, 37, 1, 230400, 0xd8a809c8 -0, 38, 38, 1, 230400, 0x5351789d -0, 39, 39, 1, 230400, 0xa7ca598c -0, 40, 40, 1, 230400, 0xc5ce1812 -0, 41, 41, 1, 230400, 0x74496550 -0, 42, 42, 1, 230400, 0x326e366e -0, 43, 43, 1, 230400, 0x27ae9a92 -0, 44, 44, 1, 230400, 0xadbc8794 -0, 45, 45, 1, 230400, 0x7f3587d8 -0, 46, 46, 1, 230400, 0xf0400ca6 -0, 47, 47, 1, 230400, 0x59a5138e -0, 48, 48, 1, 230400, 0x456d62a5 -0, 49, 49, 1, 230400, 0xf1a5e5f1 -0, 50, 50, 1, 230400, 0x75c712e4 -0, 51, 51, 1, 230400, 0xd160780a -0, 52, 52, 1, 230400, 0xc6c23cf0 -0, 53, 53, 1, 230400, 0x0339a2ac -0, 54, 54, 1, 230400, 0x0e27a2e2 -0, 55, 55, 1, 230400, 0x84976300 -0, 56, 56, 1, 230400, 0xb368f3c4 -0, 57, 57, 1, 230400, 0xa5231fb8 -0, 58, 58, 1, 230400, 0x17c036d4 -0, 59, 59, 1, 230400, 0xfc81a2c0 -0, 60, 60, 1, 230400, 0x99faa403 -0, 61, 61, 1, 230400, 0xff59efd3 -0, 62, 62, 1, 230400, 0xcece1d23 -0, 63, 63, 1, 230400, 0x56c785d9 -0, 64, 64, 1, 230400, 0xe5a9f222 -0, 65, 65, 1, 230400, 0xb80946f8 -0, 66, 66, 1, 230400, 0xf6b642c6 -0, 67, 67, 1, 230400, 0x69573aed -0, 68, 68, 1, 230400, 0xfb69a1fd -0, 69, 69, 1, 230400, 0x100b47f4 -0, 70, 70, 1, 230400, 0x6edf9543 -0, 71, 71, 1, 230400, 0x11fdf43c -0, 72, 72, 1, 230400, 0xd143bf2a -0, 73, 73, 1, 230400, 0x7ca747c4 -0, 74, 74, 1, 230400, 0xd984bd73 -0, 75, 75, 1, 230400, 0xc5477e8d -0, 76, 76, 1, 230400, 0xf7d58300 -0, 77, 77, 1, 230400, 0x7a1b9463 -0, 78, 78, 1, 230400, 0x47a29342 -0, 79, 79, 1, 230400, 0xdf437f9d -0, 80, 80, 1, 230400, 0xf836ef5d -0, 81, 81, 1, 230400, 0xc98937af -0, 82, 82, 1, 230400, 0x9258695b -0, 83, 83, 1, 230400, 0xd4fe179c -0, 84, 84, 1, 230400, 0x35d524d3 -0, 85, 85, 1, 230400, 0xd9ce5484 -0, 86, 86, 1, 230400, 0xdef776ed -0, 87, 87, 1, 230400, 0x154c4057 -0, 88, 88, 1, 230400, 0xf5c764f1 -0, 89, 89, 1, 230400, 0x41979b13 -0, 90, 90, 1, 230400, 0xae4e83db -0, 91, 91, 1, 230400, 0x09fc0f83 -0, 92, 92, 1, 230400, 0x60267fdf -0, 93, 93, 1, 230400, 0xeaafc525 -0, 94, 94, 1, 230400, 0x80cc35e5 -0, 95, 95, 1, 230400, 0xd82c6164 -0, 96, 96, 1, 230400, 0xd68b8111 -0, 97, 97, 1, 230400, 0x96f874a3 -0, 98, 98, 1, 230400, 0x7fc861c4 -0, 99, 99, 1, 230400, 0xb911f310 -0, 100, 100, 1, 230400, 0x35bbf5aa -0, 101, 101, 1, 230400, 0xa922b683 -0, 102, 102, 1, 230400, 0xbf6ae353 -0, 103, 103, 1, 230400, 0x6bd3984c -0, 104, 104, 1, 230400, 0xe51768c0 -0, 105, 105, 1, 230400, 0xee691624 -0, 106, 106, 1, 230400, 0xd546fed7 -0, 107, 107, 1, 230400, 0x98d375e6 -0, 108, 108, 1, 230400, 0x3b9ca990 -0, 109, 109, 1, 230400, 0x27128ad1 -0, 110, 110, 1, 230400, 0x2788e38c -0, 111, 111, 1, 230400, 0xb0cf3381 -0, 112, 112, 1, 230400, 0x4fc86d39 -0, 113, 113, 1, 230400, 0xf5632fff -0, 114, 114, 1, 230400, 0x7fa1e6c2 -0, 115, 115, 1, 230400, 0xffeef044 -0, 116, 116, 1, 230400, 0x932af385 -0, 117, 117, 1, 230400, 0x76738428 -0, 118, 118, 1, 230400, 0xf6771ba2 -0, 119, 119, 1, 230400, 0x17e2ff27 TEST txd-odd Test smc failed. Look at tests/data/fate/smc.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-smc] Error 1 TEST txd-pal8 --- /home/fate/ffmpeg/tests/ref/fate/tmv 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/tmv 2020-04-04 16:04:59.178280092 +0000 @@ -1,231 +0,0 @@ -#tb 0: 184/11029 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x200 -#sar 0: 0/1 -#tb 1: 1/22058 -#media_type 1: audio -#codec_id 1: pcm_s16le -#sample_rate 1: 22058 -#channel_layout 1: 4 -#channel_layout_name 1: mono -0, 0, 0, 1, 192000, 0xc698297a -1, 0, 0, 368, 736, 0xf63db497 -0, 1, 1, 1, 192000, 0x8d5bd6be -1, 368, 368, 368, 736, 0xbc42caef -0, 2, 2, 1, 192000, 0x21c32083 -1, 736, 736, 368, 736, 0x5619a45a -0, 3, 3, 1, 192000, 0x849cd4c0 -1, 1104, 1104, 368, 736, 0x1b8ac0f9 -0, 4, 4, 1, 192000, 0x8c63a4f0 -1, 1472, 1472, 368, 736, 0x55dcac78 -0, 5, 5, 1, 192000, 0x5dbee9ab -1, 1840, 1840, 368, 736, 0xd9f2a266 -0, 6, 6, 1, 192000, 0x2b12d9bb -1, 2208, 2208, 368, 736, 0x22f8af51 -0, 7, 7, 1, 192000, 0x1a737e17 -1, 2576, 2576, 368, 736, 0x838bacb8 -0, 8, 8, 1, 192000, 0x90536c29 -1, 2944, 2944, 368, 736, 0x7b29b4f9 -0, 9, 9, 1, 192000, 0xd7795243 -1, 3312, 3312, 368, 736, 0x5a01b505 -0, 10, 10, 1, 192000, 0x08847e17 -1, 3680, 3680, 368, 736, 0xc330abb4 -0, 11, 11, 1, 192000, 0x47aa5a3b -1, 4048, 4048, 368, 736, 0x84d6c49d -0, 12, 12, 1, 192000, 0x9435266f -1, 4416, 4416, 368, 736, 0xd0a1a588 -0, 13, 13, 1, 192000, 0x87e7ea9c -1, 4784, 4784, 368, 736, 0x9083a382 -0, 14, 14, 1, 192000, 0x6dc00285 -1, 5152, 5152, 368, 736, 0x291eb335 -0, 15, 15, 1, 192000, 0xf6407ddf -1, 5520, 5520, 368, 736, 0xdda2b452 -0, 16, 16, 1, 192000, 0x55541c09 -1, 5888, 5888, 368, 736, 0x82feab67 -0, 17, 17, 1, 192000, 0xf1c4f5be -1, 6256, 6256, 368, 736, 0xfca6b943 -0, 18, 18, 1, 192000, 0xe59ff74c -1, 6624, 6624, 368, 736, 0x2a4ea1fd -0, 19, 19, 1, 192000, 0x0fedcf04 -1, 6992, 6992, 368, 736, 0xbb4bc783 -0, 20, 20, 1, 192000, 0x04b893dd -1, 7360, 7360, 368, 736, 0x8c10a799 -0, 21, 21, 1, 192000, 0xfef47d83 -1, 7728, 7728, 368, 736, 0x8751a53b -0, 22, 22, 1, 192000, 0x07bde9ed -1, 8096, 8096, 368, 736, 0x4b3c9fc3 -0, 23, 23, 1, 192000, 0xb8003fd2 -1, 8464, 8464, 368, 736, 0x5dad9b46 -0, 24, 24, 1, 192000, 0x4eb6b3ed -1, 8832, 8832, 368, 736, 0xe106a3e6 -0, 25, 25, 1, 192000, 0x320b0b34 -1, 9200, 9200, 368, 736, 0xa42a9a3b -0, 26, 26, 1, 192000, 0x5156e90f -1, 9568, 9568, 368, 736, 0xb5069901 -0, 27, 27, 1, 192000, 0x34778cde -1, 9936, 9936, 368, 736, 0x3556c3c3 -0, 28, 28, 1, 192000, 0xd8d96e44 -1, 10304, 10304, 368, 736, 0xa870c1ee -0, 29, 29, 1, 192000, 0x962ae9f3 -1, 10672, 10672, 368, 736, 0xc388b6d8 -0, 30, 30, 1, 192000, 0x3d29d85a -1, 11040, 11040, 368, 736, 0xe167a2b0 -0, 31, 31, 1, 192000, 0x838554fa -1, 11408, 11408, 368, 736, 0x15aeb59d -0, 32, 32, 1, 192000, 0xd64a3b93 -1, 11776, 11776, 368, 736, 0xa576c0bc -0, 33, 33, 1, 192000, 0x380ef140 -1, 12144, 12144, 368, 736, 0x44f3b827 -0, 34, 34, 1, 192000, 0x076b38c0 -1, 12512, 12512, 368, 736, 0xfa5ecd84 -0, 35, 35, 1, 192000, 0xd9a67c7c -1, 12880, 12880, 368, 736, 0xb7b996f6 -0, 36, 36, 1, 192000, 0xc2849a50 -1, 13248, 13248, 368, 736, 0xb390c311 -0, 37, 37, 1, 192000, 0x9b94a347 -1, 13616, 13616, 368, 736, 0xc5a9ab0f -0, 38, 38, 1, 192000, 0xe3ba9c07 -1, 13984, 13984, 368, 736, 0x1a3aa3f6 -0, 39, 39, 1, 192000, 0xef0011f5 -1, 14352, 14352, 368, 736, 0xdaaf9e42 -0, 40, 40, 1, 192000, 0xa98381e8 -1, 14720, 14720, 368, 736, 0xad8fb0ba -0, 41, 41, 1, 192000, 0x27e5ce9b -1, 15088, 15088, 368, 736, 0x9cce9e05 -0, 42, 42, 1, 192000, 0x8568e33f -1, 15456, 15456, 368, 736, 0x70639e6f -0, 43, 43, 1, 192000, 0x540633b6 -1, 15824, 15824, 368, 736, 0xc5e1ba9b -0, 44, 44, 1, 192000, 0xd8fcfbed -1, 16192, 16192, 368, 736, 0x9e6cb422 -0, 45, 45, 1, 192000, 0x15609e04 -1, 16560, 16560, 368, 736, 0x5c559a1e -0, 46, 46, 1, 192000, 0x7e4f5c9b -1, 16928, 16928, 368, 736, 0xb071c2da -0, 47, 47, 1, 192000, 0xef14950d -1, 17296, 17296, 368, 736, 0xd9bdb9eb -0, 48, 48, 1, 192000, 0x9e0b85b9 -1, 17664, 17664, 368, 736, 0x5ecab2d5 -0, 49, 49, 1, 192000, 0xf3b69b95 -1, 18032, 18032, 368, 736, 0x0f78a8fe -0, 50, 50, 1, 192000, 0x09b6db39 -1, 18400, 18400, 368, 736, 0x74ebaccd -0, 51, 51, 1, 192000, 0x4dc9a300 -1, 18768, 18768, 368, 736, 0x2cfab78e -0, 52, 52, 1, 192000, 0x29d9fdde -1, 19136, 19136, 368, 736, 0x32c6c26e -0, 53, 53, 1, 192000, 0x22e79283 -1, 19504, 19504, 368, 736, 0xbe339d74 -0, 54, 54, 1, 192000, 0x5f5c95aa -1, 19872, 19872, 368, 736, 0x2c31b687 -0, 55, 55, 1, 192000, 0x4d76efde -1, 20240, 20240, 368, 736, 0xcbb0b8d5 -0, 56, 56, 1, 192000, 0xb1d79f6a -1, 20608, 20608, 368, 736, 0x17bcb56a -0, 57, 57, 1, 192000, 0xedfe6012 -1, 20976, 20976, 368, 736, 0x116fb70c -0, 58, 58, 1, 192000, 0x4a56033a -1, 21344, 21344, 368, 736, 0xa22eb34f -0, 59, 59, 1, 192000, 0xdbc9f746 -1, 21712, 21712, 368, 736, 0x130bc9bb -0, 60, 60, 1, 192000, 0xedff8a16 -1, 22080, 22080, 368, 736, 0xbb0b77aa -0, 61, 61, 1, 192000, 0x46b5f843 -1, 22448, 22448, 368, 736, 0xafb5a9f0 -0, 62, 62, 1, 192000, 0xbd12dbfc -1, 22816, 22816, 368, 736, 0xaf55f1a3 -0, 63, 63, 1, 192000, 0xacf2a336 -1, 23184, 23184, 368, 736, 0x988e9669 -0, 64, 64, 1, 192000, 0x13843e7f -1, 23552, 23552, 368, 736, 0x4e2cc9ab -0, 65, 65, 1, 192000, 0x6fda777f -1, 23920, 23920, 368, 736, 0x34b3b7ea -0, 66, 66, 1, 192000, 0x16ffef07 -1, 24288, 24288, 368, 736, 0x1252a16b -0, 67, 67, 1, 192000, 0xb36c06c6 -1, 24656, 24656, 368, 736, 0x04279e74 -0, 68, 68, 1, 192000, 0xd65746b1 -1, 25024, 25024, 368, 736, 0x9c2ecb2e -0, 69, 69, 1, 192000, 0x2817079b -1, 25392, 25392, 368, 736, 0x6c16945a -0, 70, 70, 1, 192000, 0xadb60837 -1, 25760, 25760, 368, 736, 0x2c0cc1f9 -0, 71, 71, 1, 192000, 0x60cb0d87 -1, 26128, 26128, 368, 736, 0x52fba868 -0, 72, 72, 1, 192000, 0x14e5b02b -1, 26496, 26496, 368, 736, 0xe2a2a5be -0, 73, 73, 1, 192000, 0x574fd8f4 -1, 26864, 26864, 368, 736, 0x2f56a95b -0, 74, 74, 1, 192000, 0xffb9a8fa -1, 27232, 27232, 368, 736, 0x573196a0 -0, 75, 75, 1, 192000, 0xc2904a3e -1, 27600, 27600, 368, 736, 0xb542c1dc -0, 76, 76, 1, 192000, 0x22e77c9b -1, 27968, 27968, 368, 736, 0x7f6a9964 -0, 77, 77, 1, 192000, 0xd76d81c2 -1, 28336, 28336, 368, 736, 0xc39db324 -0, 78, 78, 1, 192000, 0xf5b0fcc8 -1, 28704, 28704, 368, 736, 0xa2dbb058 -0, 79, 79, 1, 192000, 0xc452ce4d -1, 29072, 29072, 368, 736, 0x8bfac722 -0, 80, 80, 1, 192000, 0x64a53e4f -1, 29440, 29440, 368, 736, 0x5e679406 -0, 81, 81, 1, 192000, 0xe6c115da -1, 29808, 29808, 368, 736, 0xd7a8c2aa -0, 82, 82, 1, 192000, 0x959d45fe -1, 30176, 30176, 368, 736, 0x5ec6a7a0 -0, 83, 83, 1, 192000, 0xabb270b6 -1, 30544, 30544, 368, 736, 0x9f33c47f -0, 84, 84, 1, 192000, 0x451642b8 -1, 30912, 30912, 368, 736, 0x4c4998bf -0, 85, 85, 1, 192000, 0x028b2202 -1, 31280, 31280, 368, 736, 0x2363c344 -0, 86, 86, 1, 192000, 0xf5d79b86 -1, 31648, 31648, 368, 736, 0xecf9a09f -0, 87, 87, 1, 192000, 0xebe0623e -1, 32016, 32016, 368, 736, 0x5a069e69 -0, 88, 88, 1, 192000, 0x7560d1eb -1, 32384, 32384, 368, 736, 0xe2e5b106 -0, 89, 89, 1, 192000, 0xcbf85785 -1, 32752, 32752, 368, 736, 0x7ff4b09e -0, 90, 90, 1, 192000, 0x180f6aca -1, 33120, 33120, 368, 736, 0x0157acd2 -0, 91, 91, 1, 192000, 0xea8ecb95 -1, 33488, 33488, 368, 736, 0x64849b5a -0, 92, 92, 1, 192000, 0x6a5e3639 -1, 33856, 33856, 368, 736, 0x0399b037 -0, 93, 93, 1, 192000, 0x5aa6c22c -1, 34224, 34224, 368, 736, 0xa57ea80f -0, 94, 94, 1, 192000, 0xdbb50948 -1, 34592, 34592, 368, 736, 0x233eb2a4 -0, 95, 95, 1, 192000, 0x0184a90a -1, 34960, 34960, 368, 736, 0x8aa5dfa0 -0, 96, 96, 1, 192000, 0x0efc1358 -1, 35328, 35328, 368, 736, 0x0c9fa877 -0, 97, 97, 1, 192000, 0x29053255 -1, 35696, 35696, 368, 736, 0xbe6faef2 -0, 98, 98, 1, 192000, 0x3a7e239d -1, 36064, 36064, 368, 736, 0xf800c0f2 -0, 99, 99, 1, 192000, 0x3bd99ca5 -1, 36432, 36432, 368, 736, 0x1d68a964 -0, 100, 100, 1, 192000, 0xe1b5a4d6 -1, 36800, 36800, 368, 736, 0x0e4f8872 -0, 101, 101, 1, 192000, 0xf487f8bb -1, 37168, 37168, 368, 736, 0x31c6ed1c -0, 102, 102, 1, 192000, 0x8b14387c -1, 37536, 37536, 368, 736, 0x7448a8d2 -0, 103, 103, 1, 192000, 0xdaeb9cb4 -1, 37904, 37904, 368, 736, 0x79a2ac09 -0, 104, 104, 1, 192000, 0xdc1d2f5b -1, 38272, 38272, 368, 736, 0xbdbfa397 -0, 105, 105, 1, 192000, 0x4dcab167 -1, 38640, 38640, 368, 736, 0xa5deb8bb -0, 106, 106, 1, 192000, 0x87fcf0d3 -1, 39008, 39008, 368, 736, 0x4565d179 -0, 107, 107, 1, 192000, 0x36d37542 -1, 39376, 39376, 368, 736, 0x64d89f91 -0, 108, 108, 1, 192000, 0x59ba49c5 -1, 39744, 39744, 368, 736, 0x32319f68 -0, 109, 109, 1, 192000, 0xf679b712 -1, 40112, 40112, 368, 736, 0x3efdc04f TEST ulti TEST v210 TEST v410dec Test tmv failed. Look at tests/data/fate/tmv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-tmv] Error 1 TEST vb TEST vcr1 --- /home/fate/ffmpeg/tests/ref/fate/txd-pal8 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/txd-pal8 2020-04-04 16:04:59.204946722 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/5 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 512x512 -#sar 0: 0/1 -0, 0, 0, 1, 786432, 0x56654d61 TEST vcr2 Test txd-pal8 failed. Look at tests/data/fate/txd-pal8.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-txd-pal8] Error 1 TEST videoxl --- /home/fate/ffmpeg/tests/ref/fate/v210 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/v210 2020-04-04 16:04:59.238280008 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/50 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 1280x720 -#sar 0: 0/1 -0, 0, 0, 1, 3686400, 0x8d5c3847 --- /home/fate/ffmpeg/tests/ref/fate/vb 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/vb 2020-04-04 16:04:59.241613337 +0000 @@ -1,41 +0,0 @@ -#tb 0: 1/12 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x240 -#sar 0: 0/1 -0, 0, 0, 1, 230400, 0x3bd1d731 -0, 1, 1, 1, 230400, 0x9d0774c3 -0, 2, 2, 1, 230400, 0xa0faafe2 -0, 3, 3, 1, 230400, 0x38325309 -0, 4, 4, 1, 230400, 0xe90a1b1e -0, 5, 5, 1, 230400, 0x8efbc904 -0, 6, 6, 1, 230400, 0x0a8476f3 -0, 7, 7, 1, 230400, 0x5d94587d -0, 8, 8, 1, 230400, 0x280b905d -0, 9, 9, 1, 230400, 0x07178dd9 -0, 10, 10, 1, 230400, 0xf52b8db4 -0, 11, 11, 1, 230400, 0x2b70c1dc -0, 12, 12, 1, 230400, 0x8157a6e9 -0, 13, 13, 1, 230400, 0xd4a3c357 -0, 14, 14, 1, 230400, 0x703861bb -0, 15, 15, 1, 230400, 0xa13cf75e -0, 16, 16, 1, 230400, 0x140e487f -0, 17, 17, 1, 230400, 0x05cca333 -0, 18, 18, 1, 230400, 0x0506ee2b -0, 19, 19, 1, 230400, 0xe3e13466 -0, 20, 20, 1, 230400, 0x8a24118c -0, 21, 21, 1, 230400, 0x22050962 -0, 22, 22, 1, 230400, 0x0f5c8a0d -0, 23, 23, 1, 230400, 0x3475df44 -0, 24, 24, 1, 230400, 0x65354e06 -0, 25, 25, 1, 230400, 0xb9a01978 -0, 26, 26, 1, 230400, 0x15207ee1 -0, 27, 27, 1, 230400, 0x3b214f0b -0, 28, 28, 1, 230400, 0xf9461bbb -0, 29, 29, 1, 230400, 0x1469290f -0, 30, 30, 1, 230400, 0x8ddfd514 -0, 31, 31, 1, 230400, 0x1bffa6a1 -0, 32, 32, 1, 230400, 0x5a04d712 -0, 33, 33, 1, 230400, 0xaa8de439 -0, 34, 34, 1, 230400, 0x610c5439 -0, 35, 35, 1, 230400, 0xd02d3e7c Test v210 failed. Look at tests/data/fate/v210.err for details. TEST vqa-cc make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-v210] Error 1 Test vb failed. Look at tests/data/fate/vb.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vb] Error 1 TEST wc3movie-xan TEST wnv1 TEST yop TEST xxan-wc4 --- /home/fate/ffmpeg/tests/ref/fate/tiertex-seq 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/tiertex-seq 2020-04-04 16:04:59.168280107 +0000 @@ -1,109 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 256x128 -#sar 0: 0/1 -#tb 1: 1/22050 -#media_type 1: audio -#codec_id 1: pcm_s16le -#sample_rate 1: 22050 -#channel_layout 1: 4 -#channel_layout_name 1: mono -1, 0, 0, 882, 1764, 0x00000000 -1, 882, 882, 882, 1764, 0x80a253d9 -0, 2, 2, 1, 98304, 0x2e5db4a4 -1, 1764, 1764, 882, 1764, 0x95a16721 -1, 2646, 2646, 882, 1764, 0x0f0d4cb6 -1, 3528, 3528, 882, 1764, 0x75026779 -1, 4410, 4410, 882, 1764, 0xb4356e37 -0, 6, 6, 1, 98304, 0xb20c19d0 -1, 5292, 5292, 882, 1764, 0xfafa64cb -1, 6174, 6174, 882, 1764, 0xe8fd7970 -1, 7056, 7056, 882, 1764, 0x666879b7 -0, 9, 9, 1, 98304, 0x6b8538c0 -1, 7938, 7938, 882, 1764, 0xf2cd7770 -1, 8820, 8820, 882, 1764, 0x54317a1c -1, 9702, 9702, 882, 1764, 0x9c396930 -1, 10584, 10584, 882, 1764, 0x87115ec4 -0, 13, 13, 1, 98304, 0x172207e3 -1, 11466, 11466, 882, 1764, 0x0c9b69b6 -1, 12348, 12348, 882, 1764, 0x8c3a758a -1, 13230, 13230, 882, 1764, 0x605d776a -0, 16, 16, 1, 98304, 0x63fb7dc1 -1, 14112, 14112, 882, 1764, 0x0556852d -1, 14994, 14994, 882, 1764, 0x7d4363f8 -1, 15876, 15876, 882, 1764, 0xc5cd75d0 -1, 16758, 16758, 882, 1764, 0x3ff3646d -0, 20, 20, 1, 98304, 0x37cf1601 -1, 17640, 17640, 882, 1764, 0x10136d25 -1, 18522, 18522, 882, 1764, 0xeb1a6cd0 -1, 19404, 19404, 882, 1764, 0xef937ed1 -1, 20286, 20286, 882, 1764, 0x2d2b6f79 -0, 24, 24, 1, 98304, 0x82941990 -1, 21168, 21168, 882, 1764, 0x6f457231 -1, 22050, 22050, 882, 1764, 0x56267c9d -1, 22932, 22932, 882, 1764, 0xd49e79c8 -0, 27, 27, 1, 98304, 0xe0a5309e -1, 23814, 23814, 882, 1764, 0xc726703d -1, 24696, 24696, 882, 1764, 0x2abf8074 -1, 25578, 25578, 882, 1764, 0xb50c556d -1, 26460, 26460, 882, 1764, 0xc1f2523c -0, 31, 31, 1, 98304, 0x164cb67d -1, 27342, 27342, 882, 1764, 0x850a6f93 -1, 28224, 28224, 882, 1764, 0x8da76c31 -1, 29106, 29106, 882, 1764, 0xfcccdf13 -0, 34, 34, 1, 98304, 0xed2189f8 -1, 29988, 29988, 882, 1764, 0x00000000 -1, 30870, 30870, 882, 1764, 0x00000000 -1, 31752, 31752, 882, 1764, 0x00000000 -1, 32634, 32634, 882, 1764, 0x00000000 -0, 38, 38, 1, 98304, 0x7215e529 -1, 33516, 33516, 882, 1764, 0x00000000 -1, 34398, 34398, 882, 1764, 0x00000000 -1, 35280, 35280, 882, 1764, 0x00000000 -0, 41, 41, 1, 98304, 0x170c783b -1, 36162, 36162, 882, 1764, 0x00000000 -1, 37044, 37044, 882, 1764, 0x00000000 -1, 37926, 37926, 882, 1764, 0x00000000 -1, 38808, 38808, 882, 1764, 0x00000000 -0, 45, 45, 1, 98304, 0xf6bd74c7 -1, 39690, 39690, 882, 1764, 0x00000000 -1, 40572, 40572, 882, 1764, 0x00000000 -1, 41454, 41454, 882, 1764, 0x00000000 -1, 42336, 42336, 882, 1764, 0x00000000 -0, 49, 49, 1, 98304, 0x1efd38c4 -1, 43218, 43218, 882, 1764, 0x00000000 -1, 44100, 44100, 882, 1764, 0x00000000 -1, 44982, 44982, 882, 1764, 0x00000000 -0, 52, 52, 1, 98304, 0x29c26bba -1, 45864, 45864, 882, 1764, 0x00000000 -1, 46746, 46746, 882, 1764, 0x00000000 -1, 47628, 47628, 882, 1764, 0x00000000 -1, 48510, 48510, 882, 1764, 0x00000000 -0, 56, 56, 1, 98304, 0x880a6313 -1, 49392, 49392, 882, 1764, 0x00000000 -1, 50274, 50274, 882, 1764, 0x00000000 -1, 51156, 51156, 882, 1764, 0x00000000 -0, 59, 59, 1, 98304, 0x73f5bb00 -1, 52038, 52038, 882, 1764, 0x00000000 -1, 52920, 52920, 882, 1764, 0x00000000 -1, 53802, 53802, 882, 1764, 0x00000000 -1, 54684, 54684, 882, 1764, 0x00000000 -0, 63, 63, 1, 98304, 0xc85b19ec -1, 55566, 55566, 882, 1764, 0x00000000 -1, 56448, 56448, 882, 1764, 0x00000000 -1, 57330, 57330, 882, 1764, 0x00000000 -0, 66, 66, 1, 98304, 0x00000000 -1, 58212, 58212, 882, 1764, 0x00000000 -1, 59094, 59094, 882, 1764, 0x00000000 -1, 59976, 59976, 882, 1764, 0x00000000 -1, 60858, 60858, 882, 1764, 0x00000000 -0, 70, 70, 1, 98304, 0x00000000 -1, 61740, 61740, 882, 1764, 0x00000000 -1, 62622, 62622, 882, 1764, 0x00000000 -1, 63504, 63504, 882, 1764, 0x00000000 -1, 64386, 64386, 882, 1764, 0x00000000 -0, 74, 74, 1, 98304, 0x00000000 -1, 65268, 65268, 882, 1764, 0x00000000 -1, 66150, 66150, 882, 1764, 0x00000000 -1, 67032, 67032, 882, 1764, 0x00000000 Test tiertex-seq failed. Look at tests/data/fate/tiertex-seq.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-tiertex-seq] Error 1 TEST smvjpeg --- /home/fate/ffmpeg/tests/ref/fate/vqa-cc 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vqa-cc 2020-04-04 16:04:59.284946610 +0000 @@ -1,43 +0,0 @@ -#tb 0: 1/15 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x200 -#sar 0: 0/1 -0, 0, 0, 1, 192000, 0x00000000 -0, 1, 1, 1, 192000, 0x00000000 -0, 2, 2, 1, 192000, 0x00000000 -0, 3, 3, 1, 192000, 0x00000000 -0, 4, 4, 1, 192000, 0x9ee00ccf -0, 5, 5, 1, 192000, 0x67256507 -0, 6, 6, 1, 192000, 0x74c70e87 -0, 7, 7, 1, 192000, 0x8ecdce9a -0, 8, 8, 1, 192000, 0xc40f8efd -0, 9, 9, 1, 192000, 0xb8107dfb -0, 10, 10, 1, 192000, 0xb4e504eb -0, 11, 11, 1, 192000, 0x0c7fdb95 -0, 12, 12, 1, 192000, 0x58c9f045 -0, 13, 13, 1, 192000, 0xcba9d0e9 -0, 14, 14, 1, 192000, 0x392a20f6 -0, 15, 15, 1, 192000, 0xc37905cc -0, 16, 16, 1, 192000, 0xe278cf95 -0, 17, 17, 1, 192000, 0x3d03b01d -0, 18, 18, 1, 192000, 0x16a26f28 -0, 19, 19, 1, 192000, 0xdd17f51c -0, 20, 20, 1, 192000, 0x19703b85 -0, 21, 21, 1, 192000, 0xe51f0e70 -0, 22, 22, 1, 192000, 0x6f94ad2a -0, 23, 23, 1, 192000, 0x71e449f1 -0, 24, 24, 1, 192000, 0x1dcacc52 -0, 25, 25, 1, 192000, 0x49c23f58 -0, 26, 26, 1, 192000, 0x4ce61551 -0, 27, 27, 1, 192000, 0xe54832d5 -0, 28, 28, 1, 192000, 0xbae28a59 -0, 29, 29, 1, 192000, 0xe8a4efbe -0, 30, 30, 1, 192000, 0xe9e96883 -0, 31, 31, 1, 192000, 0xa5468c49 -0, 32, 32, 1, 192000, 0x7ec6936a -0, 33, 33, 1, 192000, 0x46e53ee4 -0, 34, 34, 1, 192000, 0x937b168a -0, 35, 35, 1, 192000, 0xed76cec4 -0, 36, 36, 1, 192000, 0x4b9f454d -0, 37, 37, 1, 192000, 0xb58c1566 --- /home/fate/ffmpeg/tests/ref/fate/wc3movie-xan 2017-03-24 21:02:53.646379831 +0000 +++ tests/data/fate/wc3movie-xan 2020-04-04 16:04:59.294946596 +0000 @@ -1,81 +0,0 @@ -#tb 0: 1/15 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x165 -#sar 0: 0/1 -#tb 1: 1/22050 -#media_type 1: audio -#codec_id 1: pcm_s16le -#sample_rate 1: 22050 -#channel_layout 1: 4 -#channel_layout_name 1: mono -0, 0, 0, 1, 158400, 0x25aec781 -1, 0, 0, 1470, 2940, 0x92cee2a6 -0, 1, 1, 1, 158400, 0xda4dbf70 -1, 1470, 1470, 1470, 2940, 0x126902c3 -0, 2, 2, 1, 158400, 0x2d8fc909 -1, 2940, 2940, 1470, 2940, 0x4977b9e6 -0, 3, 3, 1, 158400, 0xea93c5ab -1, 4410, 4410, 1470, 2940, 0x5144d68c -0, 4, 4, 1, 158400, 0xa1f5bf60 -1, 5880, 5880, 1470, 2940, 0x282ebf71 -0, 5, 5, 1, 158400, 0x739ecfa9 -1, 7350, 7350, 1470, 2940, 0xc2e7c73c -0, 6, 6, 1, 158400, 0xe9830c7e -1, 8820, 8820, 1470, 2940, 0x717d6fc5 -0, 7, 7, 1, 158400, 0xd885665b -1, 10290, 10290, 1470, 2940, 0x78538428 -0, 8, 8, 1, 158400, 0x3235f8ad -1, 11760, 11760, 1470, 2940, 0x94ffd1ad -0, 9, 9, 1, 158400, 0xd8550cca -1, 13230, 13230, 1470, 2940, 0xad43de8b -0, 10, 10, 1, 158400, 0x05e9e231 -1, 14700, 14700, 1470, 2940, 0x65e4b604 -0, 11, 11, 1, 158400, 0xce9dd29b -1, 16170, 16170, 1470, 2940, 0xd6d6c30f -0, 12, 12, 1, 158400, 0x857494a6 -1, 17640, 17640, 1470, 2940, 0x7b897e4e -0, 13, 13, 1, 158400, 0x9cad464a -1, 19110, 19110, 1470, 2940, 0xf79546ad -0, 14, 14, 1, 158400, 0x04c3177a -1, 20580, 20580, 1470, 2940, 0x658c904e -0, 15, 15, 1, 158400, 0xa3d2399a -1, 22050, 22050, 1470, 2940, 0xb7b8cd8c -0, 16, 16, 1, 158400, 0x12cdd418 -1, 23520, 23520, 1470, 2940, 0x2f2da7c5 -0, 17, 17, 1, 158400, 0x5ef67c9e -1, 24990, 24990, 1470, 2940, 0x51938cf8 -0, 18, 18, 1, 158400, 0xba7a7f11 -1, 26460, 26460, 1470, 2940, 0xdf61c87a -0, 19, 19, 1, 158400, 0x084b60e7 -1, 27930, 27930, 1470, 2940, 0xf72a7069 -0, 20, 20, 1, 158400, 0xef95a6a5 -1, 29400, 29400, 1470, 2940, 0x9af2a425 -0, 21, 21, 1, 158400, 0x55f392f1 -1, 30870, 30870, 1470, 2940, 0x4c3f5ac7 -0, 22, 22, 1, 158400, 0x63fca6bb -1, 32340, 32340, 1470, 2940, 0xfe4cb0b2 -0, 23, 23, 1, 158400, 0x0f7e62fe -1, 33810, 33810, 1470, 2940, 0x732a35ed -0, 24, 24, 1, 158400, 0xf35febc1 -1, 35280, 35280, 1470, 2940, 0x526b9e0f -0, 25, 25, 1, 158400, 0x6bf6f219 -1, 36750, 36750, 1470, 2940, 0x4bd9d4e2 -0, 26, 26, 1, 158400, 0xbdf13e77 -1, 38220, 38220, 1470, 2940, 0x84340827 -0, 27, 27, 1, 158400, 0x88490e47 -1, 39690, 39690, 1470, 2940, 0xe54f7911 -0, 28, 28, 1, 158400, 0xdb786540 -1, 41160, 41160, 1470, 2940, 0x0bbdef52 -0, 29, 29, 1, 158400, 0x7335c045 -1, 42630, 42630, 1470, 2940, 0xc1aac5e1 -0, 30, 30, 1, 158400, 0x6b78015a -1, 44100, 44100, 1470, 2940, 0x515ea512 -0, 31, 31, 1, 158400, 0x9e9b6d16 -1, 45570, 45570, 1470, 2940, 0x9e7fdac1 -0, 32, 32, 1, 158400, 0xe618e024 -1, 47040, 47040, 1470, 2940, 0xf1d4c9cc -0, 33, 33, 1, 158400, 0x56cd60f7 -1, 48510, 48510, 1470, 2940, 0x1bc9b6ee -0, 34, 34, 1, 158400, 0xf08e22fe -1, 49980, 49980, 1470, 2940, 0xff8ac114 TEST g722dec-1 Test wc3movie-xan failed. Look at tests/data/fate/wc3movie-xan.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-wc3movie-xan] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/yop 2017-03-24 21:02:53.646379831 +0000 +++ tests/data/fate/yop 2020-04-04 16:04:59.294946596 +0000 @@ -1,11 +0,0 @@ -#tb 0: 1/12 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 580x174 -#sar 0: 1/2 -0, 0, 0, 1, 302760, 0xf24dfa37 -0, 1, 1, 1, 302760, 0xcedcbb6c -0, 2, 2, 1, 302760, 0xc87716a2 -0, 3, 3, 1, 302760, 0x7e378e5a -0, 4, 4, 1, 302760, 0xd4a19734 -0, 5, 5, 1, 302760, 0x26e93266 Test vqa-cc failed. Look at tests/data/fate/vqa-cc.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vqa-cc] Error 1 TEST g722-encode TEST g723_1-dec-1 TEST g723_1-dec-2 Test yop failed. Look at tests/data/fate/yop.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-yop] Error 1 TEST g723_1-dec-3 TEST g723_1-dec-4 TEST g723_1-dec-5 TEST g723_1-dec-7 TEST g723_1-dec-6 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 canopus-cllc-argb TEST vqf-demux TEST canopus-cllc-rgb TEST canopus-hq_hqa-hq TEST canopus-cllc-yuy2-noblock 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 sub2video_basic TEST sub2video_time_limited --- /home/fate/ffmpeg/tests/ref/fate/canopus-hqx422 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/canopus-hqx422 2020-04-04 16:04:59.584946189 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 720x576 -#sar 0: 64/45 -0, 0, 0, 1, 1658880, 0x823fcbac TEST rgb24-mkv Test canopus-hqx422 failed. Look at tests/data/fate/canopus-hqx422.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-canopus-hqx422] Error 1 TEST adtstoasc_ticket3715 TEST h264_mp4toannexb_ticket2991 --- /home/fate/ffmpeg/tests/ref/fate/sub2video_basic 2020-03-16 17:53:50.628734800 +0000 +++ tests/data/fate/sub2video_basic 2020-04-04 16:04:59.628279462 +0000 @@ -1,95 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 720x480 -#sar 0: 0/1 -0, 3312, 3312, 1, 1382400, 0x00000000 -0, 3312, 3312, 1, 1382400, 0x8c93c2ba -0, 3436, 3436, 1, 1382400, 0x00000000 -0, 3684, 3684, 1, 1382400, 0xb02e32ca -0, 3802, 3802, 1, 1382400, 0x00000000 -0, 4520, 4520, 1, 1382400, 0x83b71116 -0, 4584, 4584, 1, 1382400, 0x00000000 -0, 4586, 4586, 1, 1382400, 0x85547fd1 -0, 4645, 4645, 1, 1382400, 0x00000000 -0, 4648, 4648, 1, 1382400, 0x00000000 -0, 4648, 4648, 1, 1382400, 0xb6a8f181 -0, 4715, 4715, 1, 1382400, 0x00000000 -0, 4717, 4717, 1, 1382400, 0xb64d1a2c -0, 4748, 4748, 1, 1382400, 0x00000000 -0, 4750, 4750, 1, 1382400, 0x7b37ecf3 -0, 4792, 4792, 1, 1382400, 0x00000000 -0, 4993, 4993, 1, 1382400, 0xdc025bd1 -0, 5027, 5027, 1, 1382400, 0x00000000 -0, 5029, 5029, 1, 1382400, 0x688b294d -0, 5068, 5068, 1, 1382400, 0x00000000 -0, 5070, 5070, 1, 1382400, 0xa2b33d1b -0, 5117, 5117, 1, 1382400, 0x00000000 -0, 5119, 5119, 1, 1382400, 0xb3e525e3 -0, 5168, 5168, 1, 1382400, 0x00000000 -0, 5170, 5170, 1, 1382400, 0xaa8fbdd7 -0, 5216, 5216, 1, 1382400, 0x00000000 -0, 5218, 5218, 1, 1382400, 0x7b7f26dd -0, 5249, 5249, 1, 1382400, 0x00000000 -0, 5251, 5251, 1, 1382400, 0x15e2f836 -0, 5289, 5289, 1, 1382400, 0x00000000 -0, 5291, 5291, 1, 1382400, 0x0fee9b0c -0, 5358, 5358, 1, 1382400, 0x00000000 -0, 5360, 5360, 1, 1382400, 0x89d62791 -0, 5429, 5429, 1, 1382400, 0x00000000 -0, 5431, 5431, 1, 1382400, 0xa6a9fd74 -0, 5490, 5490, 1, 1382400, 0x00000000 -0, 5491, 5491, 1, 1382400, 0x7896178d -0, 5537, 5537, 1, 1382400, 0x00000000 -0, 5588, 5588, 1, 1382400, 0x01751a52 -0, 5647, 5647, 1, 1382400, 0x00000000 -0, 5688, 5688, 1, 1382400, 0xa3959c6f -0, 5770, 5770, 1, 1382400, 0x00000000 -0, 5772, 5772, 1, 1382400, 0x3d3ea47b -0, 5826, 5826, 1, 1382400, 0x00000000 -0, 5828, 5828, 1, 1382400, 0x593f8b24 -0, 5931, 5931, 1, 1382400, 0x00000000 -0, 5933, 5933, 1, 1382400, 0x171f05ba -0, 6001, 6001, 1, 1382400, 0x00000000 -0, 6003, 6003, 1, 1382400, 0xb014cdf1 -0, 6054, 6054, 1, 1382400, 0x00000000 -0, 6839, 6839, 1, 1382400, 0xd918e667 -0, 6880, 6880, 1, 1382400, 0x00000000 -0, 7386, 7386, 1, 1382400, 0xc9406331 -0, 7419, 7419, 1, 1382400, 0x00000000 -0, 7501, 7501, 1, 1382400, 0xaf08b10d -0, 7549, 7549, 1, 1382400, 0x00000000 -0, 7551, 7551, 1, 1382400, 0x00000000 -0, 7551, 7551, 1, 1382400, 0x853a9d93 -0, 7589, 7589, 1, 1382400, 0x00000000 -0, 7605, 7605, 1, 1382400, 0x7491a87d -0, 7647, 7647, 1, 1382400, 0x00000000 -0, 7649, 7649, 1, 1382400, 0xf7383c58 -0, 7697, 7697, 1, 1382400, 0x00000000 -0, 7699, 7699, 1, 1382400, 0xe66be411 -0, 7743, 7743, 1, 1382400, 0x00000000 -0, 8032, 8032, 1, 1382400, 0xd6850362 -0, 8082, 8082, 1, 1382400, 0x00000000 -0, 8084, 8084, 1, 1382400, 0x3e1ed109 -0, 8115, 8115, 1, 1382400, 0x00000000 -0, 8116, 8116, 1, 1382400, 0x39c1b7bd -0, 8160, 8160, 1, 1382400, 0x00000000 -0, 8180, 8180, 1, 1382400, 0x35b85f2e -0, 8207, 8207, 1, 1382400, 0x00000000 -0, 8209, 8209, 1, 1382400, 0x00000000 -0, 8209, 8209, 1, 1382400, 0x83f103e5 -0, 8247, 8247, 1, 1382400, 0x00000000 -0, 8249, 8249, 1, 1382400, 0xbc1ca9b3 -0, 8278, 8278, 1, 1382400, 0x00000000 -0, 8281, 8281, 1, 1382400, 0x94d4a51e -0, 8321, 8321, 1, 1382400, 0x00000000 -0, 8323, 8323, 1, 1382400, 0xf88cdfde -0, 8367, 8367, 1, 1382400, 0x00000000 -0, 8565, 8565, 1, 1382400, 0xdd51423b -0, 8611, 8611, 1, 1382400, 0x00000000 -0, 8669, 8669, 1, 1382400, 0x08259fa4 -0, 8708, 8708, 1, 1382400, 0x00000000 -0, 8941, 8941, 1, 1382400, 0x1663fa34 -0, 8994, 8994, 1, 1382400, 0x00000000 -0, 8996, 8996, 1, 1382400, 0xda2ceb55 -0, 9027, 9027, 1, 1382400, 0x00000000 --- /home/fate/ffmpeg/tests/ref/fate/sub2video_time_limited 2020-03-16 17:53:50.628734800 +0000 +++ tests/data/fate/sub2video_time_limited 2020-04-04 16:04:59.631612790 +0000 @@ -1,8 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 1920x1080 -#sar 0: 0/1 -0, 2, 2, 1, 8294400, 0x00000000 -0, 2, 2, 1, 8294400, 0xa87c518f -0, 10, 10, 1, 8294400, 0xa87c518f Test sub2video_time_limited failed. Look at tests/data/fate/sub2video_time_limited.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-sub2video_time_limited] Error 1 Test sub2video_basic failed. Look at tests/data/fate/sub2video_basic.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-sub2video_basic] Error 1 TEST h264_mp4toannexb_ticket5927 TEST h264_mp4toannexb_ticket5927_2 TEST ffmpeg-bsf-remove-k --- /home/fate/ffmpeg/tests/ref/fate/ffmpeg-filter_colorkey 2020-03-12 00:15:43.047993438 +0000 +++ tests/data/fate/ffmpeg-filter_colorkey 2020-04-04 16:04:59.621612805 +0000 @@ -1,15 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 720x576 -#sar 0: 0/1 -0, 0, 0, 1, 622080, 0x78efb628 -0, 1, 1, 1, 622080, 0x641f2564 -0, 2, 2, 1, 622080, 0x348f25c3 -0, 3, 3, 1, 622080, 0x6afc485a -0, 4, 4, 1, 622080, 0xe949107f -0, 5, 5, 1, 622080, 0x171716e5 -0, 6, 6, 1, 622080, 0x2985a01f -0, 7, 7, 1, 622080, 0xc5ddabd7 -0, 8, 8, 1, 622080, 0xb4dd2b7f -0, 9, 9, 1, 622080, 0x6e75ba82 TEST ffmpeg-bsf-remove-r Test ffmpeg-filter_colorkey failed. Look at tests/data/fate/ffmpeg-filter_colorkey.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-ffmpeg-filter_colorkey] Error 1 TEST ffmpeg-bsf-remove-e TEST copy-trac3074 --- /home/fate/ffmpeg/tests/ref/fate/canopus-hqx422a 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/canopus-hqx422a 2020-04-04 16:04:59.591612847 +0000 @@ -1,6 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 1920x1080 -#sar 0: 1/1 -0, 0, 0, 1, 8294400, 0x9a22bebf Test canopus-hqx422a failed. Look at tests/data/fate/canopus-hqx422a.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-canopus-hqx422a] Error 1 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-snappy16-to-hapalphaonly TEST hapqa-extract-snappy1-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-silencedetect TEST filter-metadata-ebur128 TEST filter-metadata-readvitc-def TEST filter-metadata-readvitc-thr TEST filter-metadata-avf-aphase-meter-mono TEST filter-metadata-avf-aphase-meter-out-of-phase TEST h264-dts_5frames TEST hapqa-extract-nosnappy-to-hapq-mov TEST hevc-paired-fields TEST hapqa-extract-nosnappy-to-hapalphaonly-mov 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 CC tools/qt-faststart.o LD tests/checkasm/checkasm TEST api-threadmessage TEST api-flac GEN tests/data/asynth1.sw GEN tests/vsynth1/00.pgm TEST api-band TEST api-h264 TEST api-h264-slice TEST api-png-codec-param TEST api-mjpeg-codec-param TEST lavf-mxf TEST lavf-mxf_d10 TEST lavf-ts TEST dnn-layer-pad TEST dnn-layer-conv2d --- /home/fate/ffmpeg/tests/ref/lavf/mxf_d10 2019-03-14 19:28:34.664925563 +0000 +++ tests/data/fate/lavf-mxf_d10 2020-04-04 16:05:00.558278158 +0000 @@ -1,3 +1,3 @@ -e597f73ef9c9819710d2f815813eb91f *tests/data/lavf/lavf.mxf_d10 -5332013 tests/data/lavf/lavf.mxf_d10 -tests/data/lavf/lavf.mxf_d10 CRC=0x6c74d488 +d41d8cd98f00b204e9800998ecf8427e *tests/data/lavf/lavf.mxf_d10 +0 tests/data/lavf/lavf.mxf_d10 +tests/data/lavf/lavf.mxf_d10 Test lavf-mxf_d10 failed. Look at tests/data/fate/lavf-mxf_d10.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-lavf-mxf_d10] Error 1 TEST dnn-layer-depth2space TEST dnn-layer-maximum 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 TEST mapchan-6ch-extract-2 TEST mapchan-6ch-extract-2-downmix-mono TEST mapchan-silent-mono TEST mapchan-2ch-extract-ch0-ch2-trailing TEST mapchan-3ch-extract-ch0-ch2-trailing TEST fifo-muxer-tst TEST filter-adelay TEST filter-aecho TEST filter-aemphasis-50fm TEST filter-aemphasis-75kf TEST filter-afade-qsin TEST filter-afade-iqsin TEST filter-afade-esin TEST filter-afade-hsin TEST filter-afade-exp TEST filter-afade-log TEST filter-agate TEST filter-alimiter TEST filter-amerge TEST filter-pan-upmix2 TEST filter-pan-downmix1 TEST filter-pan-downmix2 TEST filter-channelmap-one-int LD libavfilter/tests/formats TEST swr-resample-s16p-2626-44100 TEST swr-resample-s16p-2626-8000 TEST swr-resample-s16p-2626-48000 TEST swr-resample-s16p-2626-96000 TEST swr-resample-s16p-8000-2626 TEST swr-resample-s16p-8000-44100 TEST swr-resample-s16p-8000-48000 TEST swr-resample-s16p-8000-96000 TEST swr-resample-s16p-48000-2626 TEST swr-resample-s16p-48000-8000 TEST swr-resample-s16p-48000-44100 TEST swr-resample-s16p-48000-96000 TEST swr-resample-s16p-96000-2626 TEST swr-resample-s16p-96000-8000 TEST swr-resample-s16p-96000-44100 TEST swr-resample-s16p-96000-48000 TEST dcinema-encode TEST unknown_layout-pcm TEST unknown_layout-ac3 TEST vsynth1-amv TEST vsynth1-asv1 TEST vsynth1-asv2 TEST vsynth1-cinepak TEST vsynth1-cljr --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-amv 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-amv 2020-04-04 16:05:02.848274946 +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. --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-cinepak 2017-11-07 21:43:15.007977169 +0000 +++ tests/data/fate/vsynth1-cinepak 2020-04-04 16:05:02.878274904 +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 make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth1-amv] Error 1 TEST vsynth1-dnxhd-720p TEST vsynth1-dnxhd-720p-rd Test vsynth1-cinepak failed. Look at tests/data/fate/vsynth1-cinepak.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-cinepak] Error 1 TEST vsynth1-dnxhd-720p-10bit --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-cljr 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-cljr 2020-04-04 16:05:02.908274862 +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 --- /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-04-04 16:05:02.928274834 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-dnxhd-720p 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-dnxhd-720p 2020-04-04 16:05:02.921608177 +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 --- /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-04-04 16:05:02.934941491 +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 failed. Look at tests/data/fate/vsynth1-dnxhd-720p.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-dnxhd-720p] Error 1 Test vsynth1-dnxhd-720p-10bit failed. Look at tests/data/fate/vsynth1-dnxhd-720p-10bit.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth1-dnxhd-720p-10bit] Error 1 TEST vsynth1-dnxhd-720p-hr-lb Test vsynth1-cljr failed. Look at tests/data/fate/vsynth1-cljr.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth1-cljr] Error 1 TEST vsynth1-dnxhd-uhd-hr-sq Test vsynth1-dnxhd-720p-rd failed. Look at tests/data/fate/vsynth1-dnxhd-720p-rd.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-dnxhd-720p-rd] Error 1 TEST vsynth1-dnxhd-edge1-hr TEST vsynth1-dnxhd-edge2-hr --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-asv1 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-asv1 2020-04-04 16:05:02.948274806 +0000 @@ -1,4 +1,2 @@ 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:251: fate-vsynth1-asv1] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-asv2 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-asv2 2020-04-04 16:05:02.968274778 +0000 @@ -1,4 +1,2 @@ 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-dnxhd-edge3-hr Test vsynth1-asv2 failed. Look at tests/data/fate/vsynth1-asv2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-asv2] Error 1 TEST vsynth1-dnxhd-4k-hr-lb --- /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-04-04 16:05:02.978274764 +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 --- /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-04-04 16:05:02.984941421 +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:251: fate-vsynth1-dnxhd-uhd-hr-sq] Error 1 TEST vsynth1-dnxhd-2k-hr-hq 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:251: fate-vsynth1-dnxhd-720p-hr-lb] Error 1 TEST vsynth1-vc2-420p --- /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-04-04 16:05:02.994941407 +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 --- /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-04-04 16:05:02.988274750 +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 --- /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-04-04 16:05:03.008274722 +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-edge2-hr failed. Look at tests/data/fate/vsynth1-dnxhd-edge2-hr.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-dnxhd-edge2-hr] Error 1 Test vsynth1-dnxhd-edge1-hr failed. Look at tests/data/fate/vsynth1-dnxhd-edge1-hr.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-dnxhd-edge1-hr] Error 1 TEST vsynth1-vc2-420p10 Test vsynth1-dnxhd-edge3-hr failed. Look at tests/data/fate/vsynth1-dnxhd-edge3-hr.err for details. TEST vsynth1-vc2-420p12 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-dnxhd-edge3-hr] Error 1 --- /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-04-04 16:05:03.021608036 +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-vc2-422p --- /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-04-04 16:05:03.034941351 +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-4k-hr-lb failed. Look at tests/data/fate/vsynth1-dnxhd-4k-hr-lb.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-dnxhd-4k-hr-lb] Error 1 TEST vsynth1-vc2-422p10 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:251: fate-vsynth1-dnxhd-2k-hr-hq] Error 1 TEST vsynth1-vc2-422p12 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-vc2-420p12 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-vc2-420p12 2020-04-04 16:05:03.051607994 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-vc2-420p10 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-vc2-420p10 2020-04-04 16:05:03.054941323 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-vc2-422p 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-vc2-422p 2020-04-04 16:05:03.064941309 +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-420p10 failed. Look at tests/data/fate/vsynth1-vc2-420p10.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-vc2-420p10] Error 1 Test vsynth1-vc2-420p12 failed. Look at tests/data/fate/vsynth1-vc2-420p12.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth1-vc2-420p12] Error 1 TEST vsynth1-vc2-444p TEST vsynth1-vc2-444p10 Test vsynth1-vc2-422p failed. Look at tests/data/fate/vsynth1-vc2-422p.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-vc2-422p] Error 1 TEST vsynth1-vc2-444p12 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-vc2-422p10 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-vc2-422p10 2020-04-04 16:05:03.094941267 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-vc2-422p12 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-vc2-422p12 2020-04-04 16:05:03.104941253 +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-422p10 failed. Look at tests/data/fate/vsynth1-vc2-422p10.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-vc2-422p10] Error 1 TEST vsynth1-vc2-thaar --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-vc2-444p 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-vc2-444p 2020-04-04 16:05:03.121607896 +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-422p12 failed. Look at tests/data/fate/vsynth1-vc2-422p12.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-vc2-422p12] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-vc2-420p 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-vc2-420p 2020-04-04 16:05:03.114941239 +0000 @@ -1,4 +1,2 @@ 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-t5_3 Test vsynth1-vc2-420p failed. Look at tests/data/fate/vsynth1-vc2-420p.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-vc2-420p] Error 1 Test vsynth1-vc2-444p failed. Look at tests/data/fate/vsynth1-vc2-444p.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-vc2-444p] Error 1 TEST vsynth1-dnxhd-1080i --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-vc2-444p10 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-vc2-444p10 2020-04-04 16:05:03.128274554 +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-dnxhd-1080i-10bit Test vsynth1-vc2-444p10 failed. Look at tests/data/fate/vsynth1-vc2-444p10.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-vc2-444p10] Error 1 TEST vsynth1-dnxhd-1080i-colr --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-vc2-444p12 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-vc2-444p12 2020-04-04 16:05:03.124941225 +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:251: fate-vsynth1-vc2-444p12] Error 1 TEST vsynth1-dnxhd-hr-lb-mov --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-vc2-thaar 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-vc2-thaar 2020-04-04 16:05:03.161607840 +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 --- /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-04-04 16:05:03.164941169 +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-thaar failed. Look at tests/data/fate/vsynth1-vc2-thaar.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-vc2-thaar] Error 1 TEST vsynth1-dnxhd-hr-sq-mov --- /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-04-04 16:05:03.168274497 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-dnxhd-1080i-colr 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-dnxhd-1080i-colr 2020-04-04 16:05:03.181607812 +0000 @@ -1,4 +0,0 @@ -2caca2edcb519c88543c38e129ded03b *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-vc2-t5_3 failed. Look at tests/data/fate/vsynth1-vc2-t5_3.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-vc2-t5_3] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-dnxhd-1080i 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-dnxhd-1080i 2020-04-04 16:05:03.174941154 +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-colr failed. Look at tests/data/fate/vsynth1-dnxhd-1080i-colr.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth1-dnxhd-1080i-colr] Error 1 TEST vsynth1-dnxhd-hr-hq-mov Test vsynth1-dnxhd-1080i-10bit failed. Look at tests/data/fate/vsynth1-dnxhd-1080i-10bit.err for details. TEST vsynth1-dv make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-dnxhd-1080i-10bit] Error 1 Test vsynth1-dnxhd-1080i failed. Look at tests/data/fate/vsynth1-dnxhd-1080i.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-dnxhd-1080i] Error 1 TEST vsynth1-dv-411 TEST vsynth1-dv-50 --- /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-04-04 16:05:03.201607784 +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:251: fate-vsynth1-dnxhd-hr-lb-mov] Error 1 --- /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-04-04 16:05:03.231607742 +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-dv-hd --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-dv-411 2017-08-08 19:06:43.766486747 +0000 +++ tests/data/fate/vsynth1-dv-411 2020-04-04 16:05:03.231607742 +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 --- /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-04-04 16:05:03.221607756 +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-dv-411 failed. Look at tests/data/fate/vsynth1-dv-411.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-dv-411] Error 1 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:250: fate-vsynth1-dnxhd-hr-hq-mov] Error 1 TEST vsynth1-dv-fhd --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-dv 2017-08-08 19:06:43.766486747 +0000 +++ tests/data/fate/vsynth1-dv 2020-04-04 16:05:03.231607742 +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-ffv1 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:251: fate-vsynth1-dnxhd-hr-sq-mov] Error 1 TEST vsynth1-ffv1-v0 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-dv-50 2017-08-08 19:06:43.766486747 +0000 +++ tests/data/fate/vsynth1-dv-50 2020-04-04 16:05:03.234941070 +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 failed. Look at tests/data/fate/vsynth1-dv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-dv] Error 1 Test vsynth1-dv-50 failed. Look at tests/data/fate/vsynth1-dv-50.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-dv-50] Error 1 TEST vsynth1-ffv1-v3-yuv420p TEST vsynth1-ffv1-v3-yuv422p10 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-dv-hd 2019-11-13 17:24:18.523463998 +0000 +++ tests/data/fate/vsynth1-dv-hd 2020-04-04 16:05:03.268274357 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-dv-fhd 2019-11-13 17:24:18.523463998 +0000 +++ tests/data/fate/vsynth1-dv-fhd 2020-04-04 16:05:03.278274343 +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-hd failed. Look at tests/data/fate/vsynth1-dv-hd.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-dv-hd] Error 1 TEST vsynth1-ffv1-v3-yuv444p16 Test vsynth1-dv-fhd failed. Look at tests/data/fate/vsynth1-dv-fhd.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-dv-fhd] 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-04-04 16:05:03.294940986 +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:251: fate-vsynth1-ffv1-v3-yuv422p10] Error 1 TEST vsynth1-ffv1-v3-rgb48 --- /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-04-04 16:05:03.364940888 +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:251: fate-vsynth1-ffv1-v3-yuv444p16] Error 1 TEST vsynth1-ffvhuff --- /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-04-04 16:05:03.371607546 +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 --- /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-04-04 16:05:03.421607475 +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:251: fate-vsynth1-ffv1-v3-rgb48] Error 1 TEST vsynth1-ffvhuff444 Test vsynth1-ffv1-v3-bgr0 failed. Look at tests/data/fate/vsynth1-ffv1-v3-bgr0.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-ffv1-v3-bgr0] Error 1 TEST vsynth1-ffvhuff420p12 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-ffvhuff444 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-ffvhuff444 2020-04-04 16:05:03.521607335 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-ffvhuff 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-ffvhuff 2020-04-04 16:05:03.564940607 +0000 @@ -1,4 +1,2 @@ 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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-ffv1-v0 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-ffv1-v0 2020-04-04 16:05:03.561607279 +0000 @@ -1,4 +1,2 @@ 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-ffvhuff444 failed. Look at tests/data/fate/vsynth1-ffvhuff444.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-ffvhuff444] Error 1 Test vsynth1-ffvhuff failed. Look at tests/data/fate/vsynth1-ffvhuff.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth1-ffvhuff] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-ffv1 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-ffv1 2020-04-04 16:05:03.568273936 +0000 @@ -1,4 +1,2 @@ 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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-ffvhuff420p12 2017-10-23 22:45:16.665289918 +0000 +++ tests/data/fate/vsynth1-ffvhuff420p12 2020-04-04 16:05:03.544940636 +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-ffv1-v0 failed. Look at tests/data/fate/vsynth1-ffv1-v0.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth1-ffv1-v0] Error 1 TEST vsynth1-ffvhuff422p10left TEST vsynth1-ffvhuff444p16 Test vsynth1-ffv1 failed. Look at tests/data/fate/vsynth1-ffv1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-ffv1] Error 1 Test vsynth1-ffvhuff420p12 failed. Look at tests/data/fate/vsynth1-ffvhuff420p12.err for details. TEST vsynth1-flashsv make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth1-ffvhuff420p12] Error 1 TEST vsynth1-flashsv2 TEST vsynth1-flv --- /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-04-04 16:05:03.598273894 +0000 @@ -1,4 +1,2 @@ 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:251: fate-vsynth1-ffv1-v3-yuv420p] Error 1 TEST vsynth1-h261 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-ffvhuff422p10left 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-ffvhuff422p10left 2020-04-04 16:05:03.621607195 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-ffvhuff444p16 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-ffvhuff444p16 2020-04-04 16:05:03.614940538 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-flashsv 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-flashsv 2020-04-04 16:05:03.628273852 +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-ffvhuff444p16 failed. Look at tests/data/fate/vsynth1-ffvhuff444p16.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-ffvhuff444p16] Error 1 TEST vsynth1-h261-trellis Test vsynth1-ffvhuff422p10left failed. Look at tests/data/fate/vsynth1-ffvhuff422p10left.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-ffvhuff422p10left] Error 1 Test vsynth1-flashsv failed. Look at tests/data/fate/vsynth1-flashsv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-flashsv] Error 1 TEST vsynth1-h263 TEST vsynth1-h263-obmc --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-flashsv2 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-flashsv2 2020-04-04 16:05:03.621607195 +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:251: fate-vsynth1-flashsv2] Error 1 TEST vsynth1-h263p --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-flv 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-flv 2020-04-04 16:05:03.768273656 +0000 @@ -1,4 +1,2 @@ 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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-h261 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-h261 2020-04-04 16:05:03.784940299 +0000 @@ -1,4 +1,2 @@ 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:251: fate-vsynth1-h261] Error 1 Test vsynth1-flv failed. Look at tests/data/fate/vsynth1-flv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-flv] Error 1 TEST vsynth1-huffyuv TEST vsynth1-huffyuvbgr24 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-h263-obmc 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-h263-obmc 2020-04-04 16:05:03.914940117 +0000 @@ -1,4 +1,2 @@ 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:250: fate-vsynth1-h263-obmc] Error 1 TEST vsynth1-huffyuvbgra --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-huffyuvbgr24 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-huffyuvbgr24 2020-04-04 16:05:03.924940102 +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:251: fate-vsynth1-huffyuvbgr24] Error 1 TEST vsynth1-jpegls --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-h263 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-h263 2020-04-04 16:05:03.938273418 +0000 @@ -1,4 +1,2 @@ 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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-huffyuv 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-huffyuv 2020-04-04 16:05:03.921606774 +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:251: fate-vsynth1-huffyuv] Error 1 Test vsynth1-h263 failed. Look at tests/data/fate/vsynth1-h263.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth1-h263] Error 1 TEST vsynth1-jpeg2000 TEST vsynth1-jpeg2000-97 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-huffyuvbgra 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-huffyuvbgra 2020-04-04 16:05:03.971606704 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-jpegls 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-jpegls 2020-04-04 16:05:03.981606690 +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-huffyuvbgra failed. Look at tests/data/fate/vsynth1-huffyuvbgra.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-huffyuvbgra] Error 1 TEST vsynth1-ljpeg Test vsynth1-jpegls failed. Look at tests/data/fate/vsynth1-jpegls.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-jpegls] Error 1 TEST vsynth1-mjpeg --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-jpeg2000-97 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-jpeg2000-97 2020-04-04 16:05:04.018273305 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-jpeg2000 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-jpeg2000 2020-04-04 16:05:04.021606634 +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-97 failed. Look at tests/data/fate/vsynth1-jpeg2000-97.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-jpeg2000-97] Error 1 Test vsynth1-jpeg2000 failed. Look at tests/data/fate/vsynth1-jpeg2000.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth1-jpeg2000] Error 1 TEST vsynth1-mjpeg-422 TEST vsynth1-mjpeg-444 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-h263p 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-h263p 2020-04-04 16:05:04.058273249 +0000 @@ -1,4 +1,2 @@ 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:250: fate-vsynth1-h263p] Error 1 TEST vsynth1-mjpeg-trell --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mjpeg 2017-04-08 23:05:15.311705498 +0000 +++ tests/data/fate/vsynth1-mjpeg 2020-04-04 16:05:04.061606578 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-h261-trellis 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-h261-trellis 2020-04-04 16:05:04.091606536 +0000 @@ -1,4 +1,2 @@ 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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mjpeg-444 2017-04-08 23:05:15.311705498 +0000 +++ tests/data/fate/vsynth1-mjpeg-444 2020-04-04 16:05:04.094939864 +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 failed. Look at tests/data/fate/vsynth1-mjpeg.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-mjpeg] Error 1 Test vsynth1-mjpeg-444 failed. Look at tests/data/fate/vsynth1-mjpeg-444.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth1-mjpeg-444] Error 1 TEST vsynth1-mjpeg-huffman TEST vsynth1-mjpeg-trell-huffman --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mjpeg-422 2017-04-08 23:05:15.311705498 +0000 +++ tests/data/fate/vsynth1-mjpeg-422 2020-04-04 16:05:04.091606536 +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-h261-trellis failed. Look at tests/data/fate/vsynth1-h261-trellis.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-h261-trellis] Error 1 TEST vsynth1-mpeg1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mjpeg-trell 2017-04-08 23:05:15.311705498 +0000 +++ tests/data/fate/vsynth1-mjpeg-trell 2020-04-04 16:05:04.118273165 +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-422 failed. Look at tests/data/fate/vsynth1-mjpeg-422.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-mjpeg-422] Error 1 Test vsynth1-mjpeg-trell failed. Look at tests/data/fate/vsynth1-mjpeg-trell.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth1-mjpeg-trell] Error 1 TEST vsynth1-mpeg1b TEST vsynth1-mpeg2 TEST vsynth1-mpeg2-422 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mjpeg-huffman 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-mjpeg-huffman 2020-04-04 16:05:04.141606465 +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:251: fate-vsynth1-mjpeg-huffman] Error 1 --- /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-04-04 16:05:04.141606465 +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-mpeg2-idct-int Test vsynth1-mjpeg-trell-huffman failed. Look at tests/data/fate/vsynth1-mjpeg-trell-huffman.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth1-mjpeg-trell-huffman] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mpeg2-422 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-mpeg2-422 2020-04-04 16:05:04.171606423 +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-ilace Test vsynth1-mpeg2-422 failed. Look at tests/data/fate/vsynth1-mpeg2-422.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-mpeg2-422] Error 1 TEST vsynth1-mpeg2-ivlc-qprd --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-ljpeg 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-ljpeg 2020-04-04 16:05:04.258272968 +0000 @@ -1,4 +1,2 @@ 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:251: fate-vsynth1-ljpeg] Error 1 TEST vsynth1-mpeg2-thread TEST vsynth1-mpeg2-thread-ivlc TEST vsynth1-mpeg4 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mpeg2 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-mpeg2 2020-04-04 16:05:04.341606185 +0000 @@ -1,4 +1,2 @@ 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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mpeg1 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-mpeg1 2020-04-04 16:05:04.318272884 +0000 @@ -1,4 +1,2 @@ 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-mpeg2 failed. Look at tests/data/fate/vsynth1-mpeg2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth1-mpeg2] Error 1 Test vsynth1-mpeg1 failed. Look at tests/data/fate/vsynth1-mpeg1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth1-mpeg1] Error 1 TEST vsynth1-mpeg4-rc TEST vsynth1-mpeg4-adv TEST vsynth1-mpeg4-qprd --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mpeg1b 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-mpeg1b 2020-04-04 16:05:04.354939500 +0000 @@ -1,4 +1,2 @@ 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:251: fate-vsynth1-mpeg1b] Error 1 TEST vsynth1-mpeg4-adap --- /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-04-04 16:05:04.421606073 +0000 @@ -1,4 +1,2 @@ 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:251: fate-vsynth1-mpeg2-idct-int] Error 1 TEST vsynth1-mpeg4-qpel --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mpeg2-ilace 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-mpeg2-ilace 2020-04-04 16:05:04.474939331 +0000 @@ -1,4 +1,2 @@ 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:251: fate-vsynth1-mpeg2-ilace] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mpeg4-rc 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-mpeg4-rc 2020-04-04 16:05:04.598272492 +0000 @@ -1,4 +1,2 @@ 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. --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mpeg2-thread 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-mpeg2-thread 2020-04-04 16:05:04.621605792 +0000 @@ -1,4 +1,2 @@ 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 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-mpeg4-rc] Error 1 TEST vsynth1-mpeg4-thread TEST vsynth1-mpeg4-error Test vsynth1-mpeg2-thread failed. Look at tests/data/fate/vsynth1-mpeg2-thread.err for details. --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mpeg4 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-mpeg4 2020-04-04 16:05:04.638272435 +0000 @@ -1,4 +1,2 @@ b4e8871c504a22c8c874c7e845b73da7 *tests/data/fate/vsynth1-mpeg4.mp4 540085 tests/data/fate/vsynth1-mpeg4.mp4 -f80ec173d37f2f91add031e95579a220 *tests/data/fate/vsynth1-mpeg4.out.rawvideo -stddev: 7.97 PSNR: 30.10 MAXDIFF: 105 bytes: 7603200/ 7603200 Test vsynth1-mpeg4 failed. Look at tests/data/fate/vsynth1-mpeg4.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-mpeg2-thread] Error 1 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-mpeg4] Error 1 TEST vsynth1-mpeg4-nr TEST vsynth1-mpeg4-nsse --- /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-04-04 16:05:04.654939079 +0000 @@ -1,4 +1,2 @@ 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:251: fate-vsynth1-mpeg2-thread-ivlc] Error 1 TEST vsynth1-msmpeg4 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mpeg4-nr 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-mpeg4-nr 2020-04-04 16:05:05.088271804 +0000 @@ -1,4 +1,2 @@ 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:251: fate-vsynth1-mpeg4-nr] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mpeg4-nsse 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-mpeg4-nsse 2020-04-04 16:05:05.141605062 +0000 @@ -1,4 +1,2 @@ 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-msmpeg4v2 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-msmpeg4 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-msmpeg4 2020-04-04 16:05:05.154938377 +0000 @@ -1,4 +1,2 @@ 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-mpeg4-nsse failed. Look at tests/data/fate/vsynth1-mpeg4-nsse.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-mpeg4-nsse] Error 1 TEST vsynth1-mpng --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mpeg4-error 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-mpeg4-error 2020-04-04 16:05:05.174938349 +0000 @@ -1,4 +1,2 @@ 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-msmpeg4 failed. Look at tests/data/fate/vsynth1-msmpeg4.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-msmpeg4] Error 1 TEST vsynth1-msvideo1 Test vsynth1-mpeg4-error failed. Look at tests/data/fate/vsynth1-mpeg4-error.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-mpeg4-error] Error 1 TEST vsynth1-prores --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mpng 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-mpng 2020-04-04 16:05:05.221604950 +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:251: fate-vsynth1-mpng] Error 1 TEST vsynth1-prores_int --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mpeg4-adv 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-mpeg4-adv 2020-04-04 16:05:05.271604880 +0000 @@ -1,4 +1,2 @@ 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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-prores 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-prores 2020-04-04 16:05:05.278271537 +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:251: fate-vsynth1-prores] Error 1 TEST vsynth1-prores_444 Test vsynth1-mpeg4-adv failed. Look at tests/data/fate/vsynth1-mpeg4-adv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-mpeg4-adv] Error 1 TEST vsynth1-prores_444_int --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-msvideo1 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-msvideo1 2020-04-04 16:05:05.258271566 +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:251: fate-vsynth1-msvideo1] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-prores_int 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-prores_int 2020-04-04 16:05:05.351604768 +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_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-04-04 16:05:05.358271425 +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_int failed. Look at tests/data/fate/vsynth1-prores_int.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-prores_int] Error 1 --- /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-04-04 16:05:05.384938054 +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-qtrle Test vsynth1-prores_444 failed. Look at tests/data/fate/vsynth1-prores_444.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-prores_444] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-msmpeg4v2 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-msmpeg4v2 2020-04-04 16:05:05.401604698 +0000 @@ -1,4 +1,2 @@ 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-qtrlegray Test vsynth1-prores_444_int failed. Look at tests/data/fate/vsynth1-prores_444_int.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-prores_444_int] Error 1 TEST vsynth1-rgb Test vsynth1-msmpeg4v2 failed. Look at tests/data/fate/vsynth1-msmpeg4v2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-msmpeg4v2] Error 1 TEST vsynth1-bpp1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-prores_ks 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-prores_ks 2020-04-04 16:05:05.411604684 +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:251: fate-vsynth1-prores_ks] Error 1 TEST vsynth1-bpp15 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mpeg4-thread 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-mpeg4-thread 2020-04-04 16:05:05.438271313 +0000 @@ -1,4 +1,2 @@ 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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-qtrle 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-qtrle 2020-04-04 16:05:05.444937970 +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-mpeg4-thread failed. Look at tests/data/fate/vsynth1-mpeg4-thread.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-mpeg4-thread] Error 1 TEST vsynth1-mov-bgr24 Test vsynth1-qtrle failed. Look at tests/data/fate/vsynth1-qtrle.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-qtrle] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-rgb 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-rgb 2020-04-04 16:05:05.458271285 +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-mov-bpp15 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-qtrlegray 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-qtrlegray 2020-04-04 16:05:05.448271299 +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-rgb failed. Look at tests/data/fate/vsynth1-rgb.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-rgb] Error 1 TEST vsynth1-mov-bpp16 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-bpp1 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-bpp1 2020-04-04 16:05:05.471604599 +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-qtrlegray failed. Look at tests/data/fate/vsynth1-qtrlegray.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-qtrlegray] Error 1 TEST vsynth1-roqvideo Test vsynth1-bpp1 failed. Look at tests/data/fate/vsynth1-bpp1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-bpp1] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-bpp15 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-bpp15 2020-04-04 16:05:05.481604585 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mov-bgr24 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-mov-bgr24 2020-04-04 16:05:05.494937900 +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-rv10 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mov-bpp15 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-mov-bpp15 2020-04-04 16:05:05.494937900 +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-bpp15 failed. Look at tests/data/fate/vsynth1-bpp15.err for details. Test vsynth1-mov-bgr24 failed. Look at tests/data/fate/vsynth1-mov-bgr24.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-bpp15] Error 1 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-mov-bgr24] Error 1 Test vsynth1-mov-bpp15 failed. Look at tests/data/fate/vsynth1-mov-bpp15.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-mov-bpp15] Error 1 TEST vsynth1-rv20 TEST vsynth1-snow TEST vsynth1-snow-hpel --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mov-bpp16 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-mov-bpp16 2020-04-04 16:05:05.508271214 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-roqvideo 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-roqvideo 2020-04-04 16:05:05.518271200 +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-mov-bpp16 failed. Look at tests/data/fate/vsynth1-mov-bpp16.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth1-mov-bpp16] Error 1 TEST vsynth1-snow-ll Test vsynth1-roqvideo failed. Look at tests/data/fate/vsynth1-roqvideo.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-roqvideo] 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-04-04 16:05:05.558271145 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-snow 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-snow 2020-04-04 16:05:05.551604487 +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-hpel failed. Look at tests/data/fate/vsynth1-snow-hpel.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-snow-hpel] Error 1 Test vsynth1-snow failed. Look at tests/data/fate/vsynth1-snow.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth1-snow] Error 1 TEST vsynth1-r210 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-svq1 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-svq1 2020-04-04 16:05:05.568271130 +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:250: fate-vsynth1-svq1] Error 1 TEST vsynth1-v210 TEST vsynth1-v210-10 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mpeg4-adap 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-mpeg4-adap 2020-04-04 16:05:05.628271046 +0000 @@ -1,4 +1,2 @@ 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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mpeg4-qpel 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-mpeg4-qpel 2020-04-04 16:05:05.648271018 +0000 @@ -1,4 +1,2 @@ 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 --- /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-04-04 16:05:05.608271074 +0000 @@ -1,4 +1,2 @@ 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-mpeg4-qpel failed. Look at tests/data/fate/vsynth1-mpeg4-qpel.err for details. Test vsynth1-mpeg4-adap failed. Look at tests/data/fate/vsynth1-mpeg4-adap.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-mpeg4-adap] Error 1 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-mpeg4-qpel] Error 1 Test vsynth1-mpeg2-ivlc-qprd failed. Look at tests/data/fate/vsynth1-mpeg2-ivlc-qprd.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth1-mpeg2-ivlc-qprd] Error 1 TEST vsynth1-v308 TEST vsynth1-v408 TEST vsynth1-avui --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-v210 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-v210 2020-04-04 16:05:05.684937633 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-r210 2018-12-03 16:52:21.338556264 +0000 +++ tests/data/fate/vsynth1-r210 2020-04-04 16:05:05.684937633 +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-v210 failed. Look at tests/data/fate/vsynth1-v210.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth1-v210] Error 1 Test vsynth1-r210 failed. Look at tests/data/fate/vsynth1-r210.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth1-r210] Error 1 TEST vsynth1-wmv1 TEST vsynth1-wmv2 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-v210-10 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-v210-10 2020-04-04 16:05:05.704937606 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-rv20 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-rv20 2020-04-04 16:05:05.714937591 +0000 @@ -1,4 +1,2 @@ 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-v210-10 failed. Look at tests/data/fate/vsynth1-v210-10.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-v210-10] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-rv10 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-rv10 2020-04-04 16:05:05.718270920 +0000 @@ -1,4 +1,2 @@ 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-yuv --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-v408 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-v408 2020-04-04 16:05:05.721604248 +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-rv20 failed. Look at tests/data/fate/vsynth1-rv20.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-rv20] Error 1 Test vsynth1-rv10 failed. Look at tests/data/fate/vsynth1-rv10.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-rv10] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-v308 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-v308 2020-04-04 16:05:05.724937577 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-avui 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth1-avui 2020-04-04 16:05:05.724937577 +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-yuv4 TEST vsynth1-xface Test vsynth1-v408 failed. Look at tests/data/fate/vsynth1-v408.err for details. Test vsynth1-avui failed. Look at tests/data/fate/vsynth1-avui.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-v408] Error 1 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-avui] Error 1 Test vsynth1-v308 failed. Look at tests/data/fate/vsynth1-v308.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth1-v308] Error 1 TEST vsynth1-y41p TEST vsynth1-zlib GEN tests/data/vsynth2.yuv --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-y41p 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-y41p 2020-04-04 16:05:05.768270850 +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:250: fate-vsynth1-y41p] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-zlib 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-zlib 2020-04-04 16:05:05.778270835 +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 vsynth3-amv --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-xface 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-xface 2020-04-04 16:05:05.774937507 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-yuv 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-yuv 2020-04-04 16:05:05.804937465 +0000 @@ -1,4 +1,2 @@ 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:251: fate-vsynth1-yuv] Error 1 TEST vsynth3-asv1 Test vsynth1-zlib failed. Look at tests/data/fate/vsynth1-zlib.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-zlib] Error 1 TEST vsynth3-asv2 Test vsynth1-xface failed. Look at tests/data/fate/vsynth1-xface.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-xface] Error 1 TEST vsynth3-cljr --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-yuv4 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-yuv4 2020-04-04 16:05:05.834937423 +0000 @@ -1,4 +1,2 @@ 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:251: fate-vsynth1-yuv4] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-amv 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-amv 2020-04-04 16:05:05.834937423 +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-dnxhd-720p-hr-lb Test vsynth3-amv failed. Look at tests/data/fate/vsynth3-amv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-amv] Error 1 TEST vsynth3-dnxhd-uhd-hr-sq TEST vsynth3-dnxhd-edge1-hr --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-asv1 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-asv1 2020-04-04 16:05:05.884937353 +0000 @@ -1,4 +1,2 @@ 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 --- /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-04-04 16:05:05.881604024 +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-asv1 failed. Look at tests/data/fate/vsynth3-asv1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-asv1] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-cljr 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-cljr 2020-04-04 16:05:05.881604024 +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-dnxhd-720p-hr-lb failed. Look at tests/data/fate/vsynth3-dnxhd-720p-hr-lb.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth3-dnxhd-720p-hr-lb] Error 1 TEST vsynth3-dnxhd-edge2-hr --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-asv2 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-asv2 2020-04-04 16:05:05.884937353 +0000 @@ -1,4 +1,2 @@ 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-dnxhd-edge3-hr --- /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-04-04 16:05:05.891604010 +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-cljr failed. Look at tests/data/fate/vsynth3-cljr.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-cljr] Error 1 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:250: fate-vsynth3-dnxhd-uhd-hr-sq] Error 1 TEST vsynth3-dnxhd-4k-hr-lb --- /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-04-04 16:05:05.894937339 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-wmv1 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-wmv1 2020-04-04 16:05:05.901603996 +0000 @@ -1,4 +1,2 @@ 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 vsynth3-dnxhd-2k-hr-hq Test vsynth3-asv2 failed. Look at tests/data/fate/vsynth3-asv2.err for details. --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-wmv2 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-wmv2 2020-04-04 16:05:05.901603996 +0000 @@ -1,4 +1,2 @@ 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 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-asv2] Error 1 Test vsynth1-wmv1 failed. Look at tests/data/fate/vsynth1-wmv1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth1-wmv1] Error 1 TEST vsynth3-dnxhd-1080i-10bit Test vsynth1-wmv2 failed. Look at tests/data/fate/vsynth1-wmv2.err for details. Test vsynth3-dnxhd-edge1-hr failed. Look at tests/data/fate/vsynth3-dnxhd-edge1-hr.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-wmv2] Error 1 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-dnxhd-edge1-hr] Error 1 TEST vsynth3-dnxhd-1080i-colr TEST vsynth3-dnxhd-hr-lb-mov TEST vsynth3-dnxhd-hr-sq-mov --- /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-04-04 16:05:05.928270625 +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:251: fate-vsynth3-dnxhd-edge2-hr] Error 1 --- /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-04-04 16:05:05.928270625 +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 --- /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-04-04 16:05:05.934937282 +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-hr-hq-mov Test vsynth3-dnxhd-edge3-hr failed. Look at tests/data/fate/vsynth3-dnxhd-edge3-hr.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-dnxhd-edge3-hr] Error 1 Test vsynth3-dnxhd-4k-hr-lb failed. Look at tests/data/fate/vsynth3-dnxhd-4k-hr-lb.err for details. TEST vsynth3-dv-hd make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-dnxhd-4k-hr-lb] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-dnxhd-1080i-colr 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth3-dnxhd-1080i-colr 2020-04-04 16:05:05.948270597 +0000 @@ -1,4 +0,0 @@ -f5a7d7f837a750784458c60fb7b4d091 *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 --- /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-04-04 16:05:05.944937269 +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-dv-fhd Test vsynth3-dnxhd-1080i-colr failed. Look at tests/data/fate/vsynth3-dnxhd-1080i-colr.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-dnxhd-1080i-colr] Error 1 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:251: fate-vsynth3-dnxhd-2k-hr-hq] Error 1 --- /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-04-04 16:05:05.944937269 +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 --- /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-04-04 16:05:05.948270597 +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-ffv1 TEST vsynth3-ffv1-v0 Test vsynth3-dnxhd-1080i-10bit failed. Look at tests/data/fate/vsynth3-dnxhd-1080i-10bit.err for details. --- /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-04-04 16:05:05.954937254 +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 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-dnxhd-1080i-10bit] Error 1 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:251: fate-vsynth3-dnxhd-hr-lb-mov] Error 1 TEST vsynth3-ffv1-v3-yuv420p 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:251: fate-vsynth3-dnxhd-hr-sq-mov] Error 1 TEST vsynth3-ffv1-v3-yuv422p10 TEST vsynth3-ffv1-v3-yuv444p16 --- /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-04-04 16:05:05.978270555 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-dv-hd 2019-11-13 17:24:18.523463998 +0000 +++ tests/data/fate/vsynth3-dv-hd 2020-04-04 16:05:05.981603884 +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-dnxhd-hr-hq-mov failed. Look at tests/data/fate/vsynth3-dnxhd-hr-hq-mov.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-dnxhd-hr-hq-mov] Error 1 Test vsynth3-dv-hd failed. Look at tests/data/fate/vsynth3-dv-hd.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth3-dv-hd] Error 1 TEST vsynth3-ffv1-v3-bgr0 TEST vsynth3-ffv1-v3-rgb48 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-dv-fhd 2019-11-13 17:24:18.523463998 +0000 +++ tests/data/fate/vsynth3-dv-fhd 2020-04-04 16:05:05.988270541 +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 --- /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-04-04 16:05:06.004937185 +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-dv-fhd failed. Look at tests/data/fate/vsynth3-dv-fhd.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth3-dv-fhd] Error 1 TEST vsynth3-ffvhuff Test vsynth3-ffv1-v3-yuv422p10 failed. Look at tests/data/fate/vsynth3-ffv1-v3-yuv422p10.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-ffv1-v3-yuv422p10] Error 1 TEST vsynth3-ffvhuff444 --- /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-04-04 16:05:06.011603842 +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 --- /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-04-04 16:05:06.034937142 +0000 @@ -1,4 +1,2 @@ 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 --- /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-04-04 16:05:06.031603814 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-ffv1-v0 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-ffv1-v0 2020-04-04 16:05:06.034937142 +0000 @@ -1,4 +1,2 @@ 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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-ffv1 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-ffv1 2020-04-04 16:05:06.031603814 +0000 @@ -1,4 +1,2 @@ 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-v3-yuv444p16 failed. Look at tests/data/fate/vsynth3-ffv1-v3-yuv444p16.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-ffv1-v3-yuv444p16] Error 1 Test vsynth3-ffv1-v0 failed. Look at tests/data/fate/vsynth3-ffv1-v0.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth3-ffv1-v0] Error 1 Test vsynth3-ffv1-v3-yuv420p failed. Look at tests/data/fate/vsynth3-ffv1-v3-yuv420p.err for details. Test vsynth3-ffv1 failed. Look at tests/data/fate/vsynth3-ffv1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth3-ffv1] Error 1 make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth3-ffv1-v3-yuv420p] Error 1 TEST vsynth3-ffvhuff420p12 Test vsynth3-ffv1-v3-bgr0 failed. Look at tests/data/fate/vsynth3-ffv1-v3-bgr0.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth3-ffv1-v3-bgr0] Error 1 TEST vsynth3-ffvhuff422p10left TEST vsynth3-ffvhuff444p16 TEST vsynth3-flashsv TEST vsynth3-flashsv2 --- /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-04-04 16:05:06.044937128 +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:250: fate-vsynth3-ffv1-v3-rgb48] Error 1 TEST vsynth3-flv --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-ffvhuff444 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-ffvhuff444 2020-04-04 16:05:06.064937100 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-ffvhuff 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-ffvhuff 2020-04-04 16:05:06.081603743 +0000 @@ -1,4 +1,2 @@ 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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-ffvhuff420p12 2017-10-23 22:45:16.668623250 +0000 +++ tests/data/fate/vsynth3-ffvhuff420p12 2020-04-04 16:05:06.074937086 +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-ffvhuff444 failed. Look at tests/data/fate/vsynth3-ffvhuff444.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-ffvhuff444] Error 1 Test vsynth3-ffvhuff failed. Look at tests/data/fate/vsynth3-ffvhuff.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth3-ffvhuff] Error 1 TEST vsynth3-huffyuv Test vsynth3-ffvhuff420p12 failed. Look at tests/data/fate/vsynth3-ffvhuff420p12.err for details. --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-ffvhuff444p16 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-ffvhuff444p16 2020-04-04 16:05:06.081603743 +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 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-ffvhuff420p12] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-flashsv2 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-flashsv2 2020-04-04 16:05:06.084937072 +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-huffyuvbgr24 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-ffvhuff422p10left 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-ffvhuff422p10left 2020-04-04 16:05:06.081603743 +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-huffyuvbgra Test vsynth3-flashsv2 failed. Look at tests/data/fate/vsynth3-flashsv2.err for details. Test vsynth3-ffvhuff444p16 failed. Look at tests/data/fate/vsynth3-ffvhuff444p16.err for details. --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-flashsv 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-flashsv 2020-04-04 16:05:06.091603730 +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 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-ffvhuff444p16] Error 1 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-flashsv2] Error 1 TEST vsynth3-jpegls Test vsynth3-ffvhuff422p10left failed. Look at tests/data/fate/vsynth3-ffvhuff422p10left.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth3-ffvhuff422p10left] Error 1 TEST vsynth3-jpeg2000 Test vsynth3-flashsv failed. Look at tests/data/fate/vsynth3-flashsv.err for details. TEST vsynth3-jpeg2000-97 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-flashsv] Error 1 TEST vsynth3-ljpeg --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-flv 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-flv 2020-04-04 16:05:06.124937016 +0000 @@ -1,4 +1,2 @@ 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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-huffyuv 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-huffyuv 2020-04-04 16:05:06.124937016 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-huffyuvbgr24 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-huffyuvbgr24 2020-04-04 16:05:06.128270345 +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-huffyuv failed. Look at tests/data/fate/vsynth3-huffyuv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-huffyuv] Error 1 Test vsynth3-flv failed. Look at tests/data/fate/vsynth3-flv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth3-flv] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-jpegls 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-jpegls 2020-04-04 16:05:06.138270330 +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-huffyuvbgr24 failed. Look at tests/data/fate/vsynth3-huffyuvbgr24.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth3-huffyuvbgr24] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-huffyuvbgra 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-huffyuvbgra 2020-04-04 16:05:06.131603673 +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-mjpeg TEST vsynth3-mjpeg-422 TEST vsynth3-mjpeg-444 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-jpeg2000 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-jpeg2000 2020-04-04 16:05:06.138270330 +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-huffyuvbgra failed. Look at tests/data/fate/vsynth3-huffyuvbgra.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-huffyuvbgra] Error 1 Test vsynth3-jpegls failed. Look at tests/data/fate/vsynth3-jpegls.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-jpegls] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-jpeg2000-97 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-jpeg2000-97 2020-04-04 16:05:06.148270317 +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 failed. Look at tests/data/fate/vsynth3-jpeg2000.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth3-jpeg2000] Error 1 TEST vsynth3-mjpeg-trell TEST vsynth3-mjpeg-huffman Test vsynth3-jpeg2000-97 failed. Look at tests/data/fate/vsynth3-jpeg2000-97.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth3-jpeg2000-97] Error 1 TEST vsynth3-mjpeg-trell-huffman TEST vsynth3-mpeg1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-ljpeg 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-ljpeg 2020-04-04 16:05:06.174936946 +0000 @@ -1,4 +1,2 @@ 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:251: fate-vsynth3-ljpeg] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mjpeg 2017-04-08 23:05:15.311705498 +0000 +++ tests/data/fate/vsynth3-mjpeg 2020-04-04 16:05:06.178270275 +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-mpeg1b --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mjpeg-422 2017-04-08 23:05:15.311705498 +0000 +++ tests/data/fate/vsynth3-mjpeg-422 2020-04-04 16:05:06.178270275 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mjpeg-444 2017-04-08 23:05:15.311705498 +0000 +++ tests/data/fate/vsynth3-mjpeg-444 2020-04-04 16:05:06.181603603 +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 failed. Look at tests/data/fate/vsynth3-mjpeg.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-mjpeg] Error 1 TEST vsynth3-mpeg2 Test vsynth3-mjpeg-422 failed. Look at tests/data/fate/vsynth3-mjpeg-422.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-mjpeg-422] Error 1 Test vsynth3-mjpeg-444 failed. Look at tests/data/fate/vsynth3-mjpeg-444.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-mjpeg-444] Error 1 TEST vsynth3-mpeg2-422 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mjpeg-huffman 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-mjpeg-huffman 2020-04-04 16:05:06.194936918 +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:250: fate-vsynth3-mjpeg-huffman] Error 1 --- /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-04-04 16:05:06.198270246 +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-mpeg2-idct-int TEST vsynth3-mpeg2-ilace Test vsynth3-mjpeg-trell-huffman failed. Look at tests/data/fate/vsynth3-mjpeg-trell-huffman.err for details. --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mjpeg-trell 2017-04-08 23:05:15.311705498 +0000 +++ tests/data/fate/vsynth3-mjpeg-trell 2020-04-04 16:05:06.191603589 +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 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-mjpeg-trell-huffman] Error 1 Test vsynth3-mjpeg-trell failed. Look at tests/data/fate/vsynth3-mjpeg-trell.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth3-mjpeg-trell] Error 1 TEST vsynth3-mpeg2-ivlc-qprd 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-04-04 16:05:06.238270190 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mpeg1 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-mpeg1 2020-04-04 16:05:06.234936861 +0000 @@ -1,4 +1,2 @@ 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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mpeg1b 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-mpeg1b 2020-04-04 16:05:06.248270176 +0000 @@ -1,4 +1,2 @@ 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-mpeg2-422 failed. Look at tests/data/fate/vsynth3-mpeg2-422.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-mpeg2-422] Error 1 TEST vsynth3-mpeg2-thread-ivlc Test vsynth3-mpeg1b failed. Look at tests/data/fate/vsynth3-mpeg1b.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-mpeg1b] Error 1 Test vsynth3-mpeg1 failed. Look at tests/data/fate/vsynth3-mpeg1.err for details. --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mpeg2 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-mpeg2 2020-04-04 16:05:06.261603491 +0000 @@ -1,4 +1,2 @@ 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 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-mpeg1] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-mpeg4-qprd 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-mpeg4-qprd 2020-04-04 16:05:06.254936833 +0000 @@ -1,4 +1,2 @@ 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 vsynth3-mpeg4 TEST vsynth3-mpeg4-rc Test vsynth3-mpeg2 failed. Look at tests/data/fate/vsynth3-mpeg2.err for details. Test vsynth1-mpeg4-qprd failed. Look at tests/data/fate/vsynth1-mpeg4-qprd.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth1-mpeg4-qprd] Error 1 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-mpeg2] Error 1 TEST vsynth3-mpeg4-adv TEST vsynth3-mpeg4-qprd --- /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-04-04 16:05:06.274936806 +0000 @@ -1,4 +1,2 @@ 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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mpeg2-ilace 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-mpeg2-ilace 2020-04-04 16:05:06.281603463 +0000 @@ -1,4 +1,2 @@ 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:251: fate-vsynth3-mpeg2-ilace] Error 1 Test vsynth3-mpeg2-idct-int failed. Look at tests/data/fate/vsynth3-mpeg2-idct-int.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-mpeg2-idct-int] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mpeg2-thread 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-mpeg2-thread 2020-04-04 16:05:06.284936791 +0000 @@ -1,4 +1,2 @@ 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-mpeg4-adap TEST vsynth3-mpeg4-qpel Test vsynth3-mpeg2-thread failed. Look at tests/data/fate/vsynth3-mpeg2-thread.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-mpeg2-thread] Error 1 TEST vsynth3-mpeg4-thread --- /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-04-04 16:05:06.331603393 +0000 @@ -1,4 +1,2 @@ 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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mpeg4 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-mpeg4 2020-04-04 16:05:06.338270050 +0000 @@ -1,4 +1,2 @@ ddcff996543900496f0b374a2d5cae74 *tests/data/fate/vsynth3-mpeg4.mp4 26017 tests/data/fate/vsynth3-mpeg4.mp4 -fc0d8c1e58d254031e6207dfcae8f867 *tests/data/fate/vsynth3-mpeg4.out.rawvideo -stddev: 9.66 PSNR: 28.43 MAXDIFF: 79 bytes: 86700/ 86700 --- /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-04-04 16:05:06.334936721 +0000 @@ -1,4 +1,2 @@ 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-thread-ivlc failed. Look at tests/data/fate/vsynth3-mpeg2-thread-ivlc.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-mpeg2-thread-ivlc] Error 1 Test vsynth3-mpeg4 failed. Look at tests/data/fate/vsynth3-mpeg4.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-mpeg4] Error 1 Test vsynth3-mpeg2-ivlc-qprd failed. Look at tests/data/fate/vsynth3-mpeg2-ivlc-qprd.err for details. TEST vsynth3-mpeg4-error make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth3-mpeg2-ivlc-qprd] Error 1 TEST vsynth3-mpeg4-nr TEST vsynth3-mpeg4-nsse --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mpeg4-rc 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-mpeg4-rc 2020-04-04 16:05:06.348270036 +0000 @@ -1,4 +1,2 @@ 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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mpeg4-adv 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-mpeg4-adv 2020-04-04 16:05:06.361603351 +0000 @@ -1,4 +1,2 @@ 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-rc failed. Look at tests/data/fate/vsynth3-mpeg4-rc.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth3-mpeg4-rc] Error 1 TEST vsynth3-msmpeg4 Test vsynth3-mpeg4-adv failed. Look at tests/data/fate/vsynth3-mpeg4-adv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-mpeg4-adv] Error 1 TEST vsynth3-msmpeg4v2 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mpeg4-qpel 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-mpeg4-qpel 2020-04-04 16:05:06.394936637 +0000 @@ -1,4 +1,2 @@ 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:251: fate-vsynth3-mpeg4-qpel] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mpeg4-adap 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-mpeg4-adap 2020-04-04 16:05:06.418269938 +0000 @@ -1,4 +1,2 @@ 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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mpeg4-thread 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-mpeg4-thread 2020-04-04 16:05:06.414936609 +0000 @@ -1,4 +1,2 @@ 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-mpng --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mpeg4-qprd 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-mpeg4-qprd 2020-04-04 16:05:06.404936623 +0000 @@ -1,4 +1,2 @@ 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-thread failed. Look at tests/data/fate/vsynth3-mpeg4-thread.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-mpeg4-thread] Error 1 TEST vsynth3-prores Test vsynth3-mpeg4-adap failed. Look at tests/data/fate/vsynth3-mpeg4-adap.err for details. --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mpeg4-error 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-mpeg4-error 2020-04-04 16:05:06.431603252 +0000 @@ -1,4 +1,2 @@ 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 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-mpeg4-adap] Error 1 Test vsynth3-mpeg4-qprd failed. Look at tests/data/fate/vsynth3-mpeg4-qprd.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-mpeg4-qprd] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mpeg4-nsse 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-mpeg4-nsse 2020-04-04 16:05:06.421603266 +0000 @@ -1,4 +1,2 @@ 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-prores_int TEST vsynth3-prores_444 Test vsynth3-mpeg4-error failed. Look at tests/data/fate/vsynth3-mpeg4-error.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-mpeg4-error] Error 1 Test vsynth3-mpeg4-nsse failed. Look at tests/data/fate/vsynth3-mpeg4-nsse.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth3-mpeg4-nsse] Error 1 TEST vsynth3-prores_444_int TEST vsynth3-prores_ks --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mpeg4-nr 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-mpeg4-nr 2020-04-04 16:05:06.438269909 +0000 @@ -1,4 +1,2 @@ 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:251: fate-vsynth3-mpeg4-nr] Error 1 TEST vsynth3-qtrle --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-msmpeg4 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-msmpeg4 2020-04-04 16:05:06.448269896 +0000 @@ -1,4 +1,2 @@ 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:251: fate-vsynth3-msmpeg4] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mpng 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-mpng 2020-04-04 16:05:06.458269881 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-msmpeg4v2 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-msmpeg4v2 2020-04-04 16:05:06.461603210 +0000 @@ -1,4 +1,2 @@ 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-rgb Test vsynth3-mpng failed. Look at tests/data/fate/vsynth3-mpng.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-mpng] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-prores 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth3-prores 2020-04-04 16:05:06.458269881 +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-msmpeg4v2 failed. Look at tests/data/fate/vsynth3-msmpeg4v2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth3-msmpeg4v2] Error 1 TEST vsynth3-bpp1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-prores_444 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth3-prores_444 2020-04-04 16:05:06.464936539 +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-bpp15 Test vsynth3-prores failed. Look at tests/data/fate/vsynth3-prores.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-prores] Error 1 Test vsynth3-prores_444 failed. Look at tests/data/fate/vsynth3-prores_444.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth3-prores_444] Error 1 TEST vsynth3-mov-bgr24 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-prores_ks 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth3-prores_ks 2020-04-04 16:05:06.474936525 +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 --- /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-04-04 16:05:06.471603196 +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-mov-bpp15 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-prores_int 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth3-prores_int 2020-04-04 16:05:06.468269867 +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:251: fate-vsynth3-prores_int] Error 1 Test vsynth3-prores_444_int failed. Look at tests/data/fate/vsynth3-prores_444_int.err for details. Test vsynth3-prores_ks failed. Look at tests/data/fate/vsynth3-prores_ks.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-prores_444_int] Error 1 TEST vsynth3-mov-bpp16 make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth3-prores_ks] Error 1 TEST vsynth3-svq1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-rgb 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-rgb 2020-04-04 16:05:06.494936496 +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:250: fate-vsynth3-rgb] Error 1 TEST vsynth3-r210 TEST vsynth3-v210 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-qtrle 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth3-qtrle 2020-04-04 16:05:06.484936511 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-bpp15 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-bpp15 2020-04-04 16:05:06.504936483 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-bpp1 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-bpp1 2020-04-04 16:05:06.508269812 +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:251: fate-vsynth3-bpp1] Error 1 Test vsynth3-bpp15 failed. Look at tests/data/fate/vsynth3-bpp15.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth3-bpp15] Error 1 Test vsynth3-qtrle failed. Look at tests/data/fate/vsynth3-qtrle.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth3-qtrle] Error 1 TEST vsynth3-v210-10 TEST vsynth3-v308 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mov-bpp15 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth3-mov-bpp15 2020-04-04 16:05:06.518269797 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mov-bgr24 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth3-mov-bgr24 2020-04-04 16:05:06.511603140 +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-v408 Test vsynth3-mov-bpp15 failed. Look at tests/data/fate/vsynth3-mov-bpp15.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-mov-bpp15] Error 1 TEST vsynth3-wmv1 Test vsynth3-mov-bgr24 failed. Look at tests/data/fate/vsynth3-mov-bgr24.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth3-mov-bgr24] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-mov-bpp16 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth3-mov-bpp16 2020-04-04 16:05:06.528269783 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-svq1 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth3-svq1 2020-04-04 16:05:06.528269783 +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-wmv2 Test vsynth3-mov-bpp16 failed. Look at tests/data/fate/vsynth3-mov-bpp16.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-mov-bpp16] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-v210 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-v210 2020-04-04 16:05:06.538269770 +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-svq1 failed. Look at tests/data/fate/vsynth3-svq1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth3-svq1] Error 1 TEST vsynth3-yuv TEST vsynth3-xface --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-r210 2018-12-03 16:52:21.345222928 +0000 +++ tests/data/fate/vsynth3-r210 2020-04-04 16:05:06.538269770 +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-v210 failed. Look at tests/data/fate/vsynth3-v210.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-v210] Error 1 TEST vsynth3-yuv4 Test vsynth3-r210 failed. Look at tests/data/fate/vsynth3-r210.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-r210] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-v308 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-v308 2020-04-04 16:05:06.551603084 +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-zlib Test vsynth3-v308 failed. Look at tests/data/fate/vsynth3-v308.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-v308] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-v210-10 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-v210-10 2020-04-04 16:05:06.551603084 +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 lavf-aiff Test vsynth3-v210-10 failed. Look at tests/data/fate/vsynth3-v210-10.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-v210-10] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-v408 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-v408 2020-04-04 16:05:06.561603070 +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 lavf-al Test vsynth3-v408 failed. Look at tests/data/fate/vsynth3-v408.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-v408] Error 1 TEST lavf-ast --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-xface 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-xface 2020-04-04 16:05:06.578269713 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-wmv2 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-wmv2 2020-04-04 16:05:06.598269685 +0000 @@ -1,4 +1,2 @@ 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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-wmv1 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-wmv1 2020-04-04 16:05:06.598269685 +0000 @@ -1,4 +1,2 @@ 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-xface failed. Look at tests/data/fate/vsynth3-xface.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-xface] Error 1 TEST lavf-au Test vsynth3-wmv1 failed. Look at tests/data/fate/vsynth3-wmv1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth3-wmv1] Error 1 Test vsynth3-wmv2 failed. Look at tests/data/fate/vsynth3-wmv2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth3-wmv2] Error 1 TEST lavf-caf --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-zlib 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-zlib 2020-04-04 16:05:06.598269685 +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 lavf-mmf --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-yuv 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-yuv 2020-04-04 16:05:06.604936342 +0000 @@ -1,4 +1,2 @@ 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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-yuv4 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-yuv4 2020-04-04 16:05:06.608269671 +0000 @@ -1,4 +1,2 @@ 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-zlib failed. Look at tests/data/fate/vsynth3-zlib.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-zlib] Error 1 Test vsynth3-yuv4 failed. Look at tests/data/fate/vsynth3-yuv4.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-yuv4] Error 1 TEST lavf-ogg TEST lavf-rso Test vsynth3-yuv failed. Look at tests/data/fate/vsynth3-yuv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth3-yuv] Error 1 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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-snow-ll 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-snow-ll 2020-04-04 16:05:06.731602831 +0000 @@ -1,4 +1,2 @@ 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:250: fate-vsynth1-snow-ll] Error 1 TEST lavf-gxf TEST lavf-gxf_pal TEST lavf-gxf_ntsc TEST lavf-mkv --- /home/fate/ffmpeg/tests/ref/lavf/dv 2019-03-14 19:28:34.661592236 +0000 +++ tests/data/fate/lavf-dv 2020-04-04 16:05:06.821602705 +0000 @@ -1,3 +1,3 @@ -2fb332aab8f2ba9c33b1b2368194392a *tests/data/lavf/lavf.dv -3600000 tests/data/lavf/lavf.dv -tests/data/lavf/lavf.dv CRC=0xbdaf7f52 +d41d8cd98f00b204e9800998ecf8427e *tests/data/lavf/lavf.dv +0 tests/data/lavf/lavf.dv +tests/data/lavf/lavf.dv --- /home/fate/ffmpeg/tests/ref/lavf/dv_pal 2019-03-14 19:28:34.661592236 +0000 +++ tests/data/fate/lavf-dv_pal 2020-04-04 16:05:06.824936033 +0000 @@ -1,3 +1,3 @@ -7830f9c6716ceb6011f865f1e521b951 *tests/data/lavf/lavf.dv_pal -3600000 tests/data/lavf/lavf.dv_pal -tests/data/lavf/lavf.dv_pal CRC=0xd428d3ee +d41d8cd98f00b204e9800998ecf8427e *tests/data/lavf/lavf.dv_pal +0 tests/data/lavf/lavf.dv_pal +tests/data/lavf/lavf.dv_pal Test lavf-dv failed. Look at tests/data/fate/lavf-dv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-dv] Error 1 Test lavf-dv_pal failed. Look at tests/data/fate/lavf-dv_pal.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-lavf-dv_pal] Error 1 TEST lavf-mkv_attachment --- /home/fate/ffmpeg/tests/ref/lavf/dv_ntsc 2019-03-14 19:28:34.661592236 +0000 +++ tests/data/fate/lavf-dv_ntsc 2020-04-04 16:05:06.831602691 +0000 @@ -1,3 +1,3 @@ -5569626370c7c72d40de2c4559e32856 *tests/data/lavf/lavf.dv_ntsc -3480000 tests/data/lavf/lavf.dv_ntsc -tests/data/lavf/lavf.dv_ntsc CRC=0xa0088163 +d41d8cd98f00b204e9800998ecf8427e *tests/data/lavf/lavf.dv_ntsc +0 tests/data/lavf/lavf.dv_ntsc +tests/data/lavf/lavf.dv_ntsc --- /home/fate/ffmpeg/tests/ref/lavf/flm 2019-03-14 19:28:34.661592236 +0000 +++ tests/data/fate/lavf-flm 2020-04-04 16:05:06.834936020 +0000 @@ -1,3 +1,3 @@ -ef4783171ebbc38855331c9ead978322 *tests/data/lavf/lavf.flm -10137636 tests/data/lavf/lavf.flm -tests/data/lavf/lavf.flm CRC=0xcdf15757 +d41d8cd98f00b204e9800998ecf8427e *tests/data/lavf/lavf.flm +0 tests/data/lavf/lavf.flm +tests/data/lavf/lavf.flm TEST lavf-mov Test lavf-flm failed. Look at tests/data/fate/lavf-flm.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-flm] Error 1 Test lavf-dv_ntsc failed. Look at tests/data/fate/lavf-dv_ntsc.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-lavf-dv_ntsc] Error 1 TEST lavf-mov_rtphint TEST lavf-ismv --- /home/fate/ffmpeg/tests/ref/lavf/gxf_ntsc 2019-03-14 19:28:34.661592236 +0000 +++ tests/data/fate/lavf-gxf_ntsc 2020-04-04 16:05:06.854935991 +0000 @@ -1,3 +1,3 @@ -9a27673c85f1671ba9ff7cd33e5735de *tests/data/lavf/lavf.gxf_ntsc -794660 tests/data/lavf/lavf.gxf_ntsc -tests/data/lavf/lavf.gxf_ntsc CRC=0xdcd39443 +d41d8cd98f00b204e9800998ecf8427e *tests/data/lavf/lavf.gxf_ntsc +0 tests/data/lavf/lavf.gxf_ntsc +tests/data/lavf/lavf.gxf_ntsc --- /home/fate/ffmpeg/tests/ref/lavf/gxf 2019-03-14 19:28:34.661592236 +0000 +++ tests/data/fate/lavf-gxf 2020-04-04 16:05:06.858269320 +0000 @@ -1,3 +1,3 @@ -0638c4d073ac224608baaba16732b68f *tests/data/lavf/lavf.gxf -795876 tests/data/lavf/lavf.gxf -tests/data/lavf/lavf.gxf CRC=0x5ade0285 +d41d8cd98f00b204e9800998ecf8427e *tests/data/lavf/lavf.gxf +0 tests/data/lavf/lavf.gxf +tests/data/lavf/lavf.gxf Test lavf-gxf_ntsc failed. Look at tests/data/fate/lavf-gxf_ntsc.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-lavf-gxf_ntsc] Error 1 TEST lavf-mp4 Test lavf-gxf failed. Look at tests/data/fate/lavf-gxf.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-gxf] Error 1 TEST lavf-mpg --- /home/fate/ffmpeg/tests/ref/lavf/gxf_pal 2019-03-14 19:28:34.661592236 +0000 +++ tests/data/fate/lavf-gxf_pal 2020-04-04 16:05:06.871602635 +0000 @@ -1,3 +1,3 @@ -4d1bd16c6d52468c05711d8301e4e302 *tests/data/lavf/lavf.gxf_pal -795880 tests/data/lavf/lavf.gxf_pal -tests/data/lavf/lavf.gxf_pal CRC=0x1dbfef76 +d41d8cd98f00b204e9800998ecf8427e *tests/data/lavf/lavf.gxf_pal +0 tests/data/lavf/lavf.gxf_pal +tests/data/lavf/lavf.gxf_pal Test lavf-gxf_pal failed. Look at tests/data/fate/lavf-gxf_pal.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-gxf_pal] Error 1 TEST lavf-mxf_dv25 TEST lavf-mxf_dvcpro50 TEST lavf-mxf_opatom --- /home/fate/ffmpeg/tests/ref/lavf/mxf_dv25 2019-03-14 19:28:34.664925563 +0000 +++ tests/data/fate/lavf-mxf_dv25 2020-04-04 16:05:06.971602494 +0000 @@ -1,3 +1,3 @@ -0fc964fa22bc8b3a389b81b9a2efccb3 *tests/data/lavf/lavf.mxf_dv25 -3834413 tests/data/lavf/lavf.mxf_dv25 -tests/data/lavf/lavf.mxf_dv25 CRC=0xbdaf7f52 +d41d8cd98f00b204e9800998ecf8427e *tests/data/lavf/lavf.mxf_dv25 +0 tests/data/lavf/lavf.mxf_dv25 +tests/data/lavf/lavf.mxf_dv25 --- /home/fate/ffmpeg/tests/ref/lavf/mxf_dvcpro50 2019-03-14 19:28:34.664925563 +0000 +++ tests/data/fate/lavf-mxf_dvcpro50 2020-04-04 16:05:06.978269152 +0000 @@ -1,3 +1,3 @@ -aa81ea83af44a69e73849e327cc4bd12 *tests/data/lavf/lavf.mxf_dvcpro50 -7431213 tests/data/lavf/lavf.mxf_dvcpro50 -tests/data/lavf/lavf.mxf_dvcpro50 CRC=0xe3bbe4b4 +d41d8cd98f00b204e9800998ecf8427e *tests/data/lavf/lavf.mxf_dvcpro50 +0 tests/data/lavf/lavf.mxf_dvcpro50 +tests/data/lavf/lavf.mxf_dvcpro50 Test lavf-mxf_dv25 failed. Look at tests/data/fate/lavf-mxf_dv25.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-mxf_dv25] Error 1 TEST lavf-mxf_opatom_audio Test lavf-mxf_dvcpro50 failed. Look at tests/data/fate/lavf-mxf_dvcpro50.err for details. TEST lavf-nut make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-lavf-mxf_dvcpro50] Error 1 TEST lavf-smjpeg TEST lavf-rm --- /home/fate/ffmpeg/tests/ref/lavf/mxf_opatom 2019-03-14 19:28:34.664925563 +0000 +++ tests/data/fate/lavf-mxf_opatom 2020-04-04 16:05:06.988269138 +0000 @@ -1,3 +1,3 @@ -06a1816aa91c733e1ef7e45d82e4f1d3 *tests/data/lavf/lavf.mxf_opatom -4717625 tests/data/lavf/lavf.mxf_opatom -tests/data/lavf/lavf.mxf_opatom CRC=0xf55aa22a +d41d8cd98f00b204e9800998ecf8427e *tests/data/lavf/lavf.mxf_opatom +0 tests/data/lavf/lavf.mxf_opatom +tests/data/lavf/lavf.mxf_opatom TEST lavf-swf Test lavf-mxf_opatom failed. Look at tests/data/fate/lavf-mxf_opatom.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-mxf_opatom] Error 1 TEST lavf-wtv --- /home/fate/ffmpeg/tests/ref/lavf/smjpeg 2019-03-14 19:28:34.664925563 +0000 +++ tests/data/fate/lavf-smjpeg 2020-04-04 16:05:07.081602340 +0000 @@ -1,3 +1,3 @@ -3fe90213ac4f5275eb85ad0a4e4bdb44 *tests/data/lavf/lavf.smjpeg -728642 tests/data/lavf/lavf.smjpeg -tests/data/lavf/lavf.smjpeg CRC=0x54bf6147 +d41d8cd98f00b204e9800998ecf8427e *tests/data/lavf/lavf.smjpeg +0 tests/data/lavf/lavf.smjpeg +tests/data/lavf/lavf.smjpeg Test lavf-smjpeg failed. Look at tests/data/fate/lavf-smjpeg.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-smjpeg] Error 1 TEST lavf-bmp TEST lavf-dpx TEST lavf-gbrp10le.dpx TEST lavf-gbrp12le.dpx TEST lavf-rgb48le.dpx --- /home/fate/ffmpeg/tests/ref/lavf/bmp 2019-03-14 19:28:34.661592236 +0000 +++ tests/data/fate/lavf-bmp 2020-04-04 16:05:07.148268913 +0000 @@ -1,3 +1,2 @@ -71f4d64a6b3c71f43a4eff526f84841c *tests/data/images/bmp/02.bmp -tests/data/images/bmp/%02d.bmp CRC=0xe6c71946 -304182 tests/data/images/bmp/02.bmp +tests/data/images/bmp/%02d.bmp + --- /home/fate/ffmpeg/tests/ref/lavf/dpx 2019-03-14 19:28:34.661592236 +0000 +++ tests/data/fate/lavf-dpx 2020-04-04 16:05:07.151602242 +0000 @@ -1,3 +1,2 @@ -4c8880d5835ffb5fe37c1ed8c8d404de *tests/data/images/dpx/02.dpx -tests/data/images/dpx/%02d.dpx CRC=0x6da01946 -305792 tests/data/images/dpx/02.dpx +tests/data/images/dpx/%02d.dpx + Test lavf-bmp failed. Look at tests/data/fate/lavf-bmp.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-bmp] Error 1 Test lavf-dpx failed. Look at tests/data/fate/lavf-dpx.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-lavf-dpx] Error 1 TEST lavf-rgb48le_10.dpx TEST lavf-rgba64le.dpx --- /home/fate/ffmpeg/tests/ref/lavf/gbrp12le.dpx 2019-03-14 19:28:34.661592236 +0000 +++ tests/data/fate/lavf-gbrp12le.dpx 2020-04-04 16:05:07.164935557 +0000 @@ -1,3 +1,2 @@ -a4cfea1797c928f2eff73573e559675d *tests/data/images/gbrp12le.dpx/02.gbrp12le.dpx -tests/data/images/gbrp12le.dpx/%02d.gbrp12le.dpx CRC=0x1c755633 -609920 tests/data/images/gbrp12le.dpx/02.gbrp12le.dpx +tests/data/images/gbrp12le.dpx/%02d.gbrp12le.dpx + Test lavf-gbrp12le.dpx failed. Look at tests/data/fate/lavf-gbrp12le.dpx.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-lavf-gbrp12le.dpx] Error 1 --- /home/fate/ffmpeg/tests/ref/lavf/gbrp10le.dpx 2019-03-14 19:28:34.661592236 +0000 +++ tests/data/fate/lavf-gbrp10le.dpx 2020-04-04 16:05:07.171602214 +0000 @@ -1,3 +1,2 @@ -7ca935d5d5e00c54acbc85565d3039b6 *tests/data/images/gbrp10le.dpx/02.gbrp10le.dpx -tests/data/images/gbrp10le.dpx/%02d.gbrp10le.dpx CRC=0xe6663fba -407168 tests/data/images/gbrp10le.dpx/02.gbrp10le.dpx +tests/data/images/gbrp10le.dpx/%02d.gbrp10le.dpx + --- /home/fate/ffmpeg/tests/ref/lavf/rgb48le.dpx 2019-03-14 19:28:34.664925563 +0000 +++ tests/data/fate/lavf-rgb48le.dpx 2020-04-04 16:05:07.174935542 +0000 @@ -1,3 +1,2 @@ -075963c3c08978b6a20555ba09161434 *tests/data/images/rgb48le.dpx/02.rgb48le.dpx -tests/data/images/rgb48le.dpx/%02d.rgb48le.dpx CRC=0xe5b9c023 -609920 tests/data/images/rgb48le.dpx/02.rgb48le.dpx +tests/data/images/rgb48le.dpx/%02d.rgb48le.dpx + TEST lavf-jpg Test lavf-gbrp10le.dpx failed. Look at tests/data/fate/lavf-gbrp10le.dpx.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-gbrp10le.dpx] Error 1 TEST lavf-pam Test lavf-rgb48le.dpx failed. Look at tests/data/fate/lavf-rgb48le.dpx.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-rgb48le.dpx] Error 1 TEST lavf-rgba.pam --- /home/fate/ffmpeg/tests/ref/lavf/rgb48le_10.dpx 2019-03-14 20:20:21.579995197 +0000 +++ tests/data/fate/lavf-rgb48le_10.dpx 2020-04-04 16:05:07.201602172 +0000 @@ -1,3 +1,2 @@ -b9f22728f8ff393bf30cf6cbd624fa95 *tests/data/images/rgb48le_10.dpx/02.rgb48le_10.dpx -tests/data/images/rgb48le_10.dpx/%02d.rgb48le_10.dpx CRC=0xf38d5830 -407168 tests/data/images/rgb48le_10.dpx/02.rgb48le_10.dpx +tests/data/images/rgb48le_10.dpx/%02d.rgb48le_10.dpx + --- /home/fate/ffmpeg/tests/ref/lavf/rgba64le.dpx 2019-03-14 19:28:34.664925563 +0000 +++ tests/data/fate/lavf-rgba64le.dpx 2020-04-04 16:05:07.204935500 +0000 @@ -1,3 +1,2 @@ -545603630f30dec2768c8ae8d12eb8ea *tests/data/images/rgba64le.dpx/02.rgba64le.dpx -tests/data/images/rgba64le.dpx/%02d.rgba64le.dpx CRC=0xe72ce131 -812672 tests/data/images/rgba64le.dpx/02.rgba64le.dpx +tests/data/images/rgba64le.dpx/%02d.rgba64le.dpx + TEST lavf-gray.pam Test lavf-rgba64le.dpx failed. Look at tests/data/fate/lavf-rgba64le.dpx.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-rgba64le.dpx] Error 1 TEST lavf-gray16be.pam Test lavf-rgb48le_10.dpx failed. Look at tests/data/fate/lavf-rgb48le_10.dpx.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-rgb48le_10.dpx] Error 1 TEST lavf-rgb48be.pam --- /home/fate/ffmpeg/tests/ref/lavf/jpg 2019-03-14 19:28:34.664925563 +0000 +++ tests/data/fate/lavf-jpg 2020-04-04 16:05:07.228268801 +0000 @@ -1,3 +1,2 @@ -1e7c6d937f21c045e0b238a83f62f3c5 *tests/data/images/jpg/02.jpg -tests/data/images/jpg/%02d.jpg CRC=0xe3509f33 -26037 tests/data/images/jpg/02.jpg +tests/data/images/jpg/%02d.jpg + Test lavf-jpg failed. Look at tests/data/fate/lavf-jpg.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-jpg] Error 1 TEST lavf-monob.pam --- /home/fate/ffmpeg/tests/ref/lavf/rgba.pam 2019-03-14 19:28:34.664925563 +0000 +++ tests/data/fate/lavf-rgba.pam 2020-04-04 16:05:07.234935458 +0000 @@ -1,3 +1,2 @@ -2ed31ca8d8de560afb3e0fd7a873cde5 *tests/data/images/rgba.pam/02.rgba.pam -tests/data/images/rgba.pam/%02d.rgba.pam CRC=0xf07d29cd -405573 tests/data/images/rgba.pam/02.rgba.pam +tests/data/images/rgba.pam/%02d.rgba.pam + --- /home/fate/ffmpeg/tests/ref/lavf/pam 2019-03-14 19:28:34.664925563 +0000 +++ tests/data/fate/lavf-pam 2020-04-04 16:05:07.234935458 +0000 @@ -1,3 +1,2 @@ -0dce5565222cf0f8b309467f279aecd2 *tests/data/images/pam/02.pam -tests/data/images/pam/%02d.pam CRC=0x6da01946 -304191 tests/data/images/pam/02.pam +tests/data/images/pam/%02d.pam + Test lavf-rgba.pam failed. Look at tests/data/fate/lavf-rgba.pam.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-rgba.pam] Error 1 Test lavf-pam failed. Look at tests/data/fate/lavf-pam.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-lavf-pam] Error 1 TEST lavf-pcx TEST lavf-pgm --- /home/fate/ffmpeg/tests/ref/lavf/gray16be.pam 2019-03-14 20:20:21.579995197 +0000 +++ tests/data/fate/lavf-gray16be.pam 2020-04-04 16:05:07.261602087 +0000 @@ -1,3 +1,2 @@ -740eb42157af9e9eed46b70ba6a6cf4d *tests/data/images/gray16be.pam/02.gray16be.pam -tests/data/images/gray16be.pam/%02d.gray16be.pam CRC=0x893f10ef -202823 tests/data/images/gray16be.pam/02.gray16be.pam +tests/data/images/gray16be.pam/%02d.gray16be.pam + --- /home/fate/ffmpeg/tests/ref/lavf/rgb48be.pam 2019-03-14 20:20:21.579995197 +0000 +++ tests/data/fate/lavf-rgb48be.pam 2020-04-04 16:05:07.264935416 +0000 @@ -1,3 +1,2 @@ -032538f0313b4f240b44a5bef115f5bf *tests/data/images/rgb48be.pam/02.rgb48be.pam -tests/data/images/rgb48be.pam/%02d.rgb48be.pam CRC=0x5984c023 -608321 tests/data/images/rgb48be.pam/02.rgb48be.pam +tests/data/images/rgb48be.pam/%02d.rgb48be.pam + Test lavf-gray16be.pam failed. Look at tests/data/fate/lavf-gray16be.pam.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-gray16be.pam] Error 1 --- /home/fate/ffmpeg/tests/ref/lavf/gray.pam 2019-03-14 19:28:34.661592236 +0000 +++ tests/data/fate/lavf-gray.pam 2020-04-04 16:05:07.264935416 +0000 @@ -1,3 +1,2 @@ -35cb9e42b2d3181be494f8693af1ddea *tests/data/images/gray.pam/02.gray.pam -tests/data/images/gray.pam/%02d.gray.pam CRC=0x0ff205be -101445 tests/data/images/gray.pam/02.gray.pam +tests/data/images/gray.pam/%02d.gray.pam + Test lavf-rgb48be.pam failed. Look at tests/data/fate/lavf-rgb48be.pam.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-lavf-rgb48be.pam] Error 1 TEST lavf-png TEST lavf-gray16be.png Test lavf-gray.pam failed. Look at tests/data/fate/lavf-gray.pam.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-gray.pam] Error 1 TEST lavf-rgb48be.png --- /home/fate/ffmpeg/tests/ref/lavf/monob.pam 2019-03-14 19:28:34.664925563 +0000 +++ tests/data/fate/lavf-monob.pam 2020-04-04 16:05:07.301602031 +0000 @@ -1,3 +1,2 @@ -d2f5eb2f959ca3a90c02f1887b6e0c4f *tests/data/images/monob.pam/02.monob.pam -tests/data/images/monob.pam/%02d.monob.pam CRC=0xab19200d -101447 tests/data/images/monob.pam/02.monob.pam +tests/data/images/monob.pam/%02d.monob.pam + Test lavf-monob.pam failed. Look at tests/data/fate/lavf-monob.pam.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-monob.pam] Error 1 --- /home/fate/ffmpeg/tests/ref/lavf/pcx 2019-03-14 19:28:34.664925563 +0000 +++ tests/data/fate/lavf-pcx 2020-04-04 16:05:07.308268689 +0000 @@ -1,3 +1,2 @@ -c4faf65ecc812ec8412cc26140c13bd5 *tests/data/images/pcx/02.pcx -tests/data/images/pcx/%02d.pcx CRC=0x6da01946 -364147 tests/data/images/pcx/02.pcx +tests/data/images/pcx/%02d.pcx + TEST lavf-ppm Test lavf-pcx failed. Look at tests/data/fate/lavf-pcx.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-pcx] Error 1 TEST lavf-sgi --- /home/fate/ffmpeg/tests/ref/lavf/pgm 2019-03-14 19:28:34.664925563 +0000 +++ tests/data/fate/lavf-pgm 2020-04-04 16:05:07.318268675 +0000 @@ -1,3 +1,2 @@ -cc777c5fc4d116d4c5a996eac8d3133e *tests/data/images/pgm/02.pgm -tests/data/images/pgm/%02d.pgm CRC=0x0ff205be -101391 tests/data/images/pgm/02.pgm +tests/data/images/pgm/%02d.pgm + Test lavf-pgm failed. Look at tests/data/fate/lavf-pgm.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-pgm] Error 1 TEST lavf-sun --- /home/fate/ffmpeg/tests/ref/lavf/png 2019-03-14 19:28:34.664925563 +0000 +++ tests/data/fate/lavf-png 2020-04-04 16:05:07.334935318 +0000 @@ -1,3 +1,2 @@ -2af72da4468e61a37c220b25cb28618a *tests/data/images/png/02.png -tests/data/images/png/%02d.png CRC=0x6da01946 -248633 tests/data/images/png/02.png +tests/data/images/png/%02d.png + --- /home/fate/ffmpeg/tests/ref/lavf/rgb48be.png 2019-03-14 19:28:34.664925563 +0000 +++ tests/data/fate/lavf-rgb48be.png 2020-04-04 16:05:07.334935318 +0000 @@ -1,3 +1,2 @@ -b4e38244c97debe3f528e7d1adb283ef *tests/data/images/rgb48be.png/02.rgb48be.png -tests/data/images/rgb48be.png/%02d.rgb48be.png CRC=0x5984c023 -511900 tests/data/images/rgb48be.png/02.rgb48be.png +tests/data/images/rgb48be.png/%02d.rgb48be.png + --- /home/fate/ffmpeg/tests/ref/lavf/gray16be.png 2019-03-14 19:28:34.661592236 +0000 +++ tests/data/fate/lavf-gray16be.png 2020-04-04 16:05:07.338268647 +0000 @@ -1,3 +1,2 @@ -6cf54c13aa407b77547cf6dfe23ecba3 *tests/data/images/gray16be.png/02.gray16be.png -tests/data/images/gray16be.png/%02d.gray16be.png CRC=0x893f10ef -47365 tests/data/images/gray16be.png/02.gray16be.png +tests/data/images/gray16be.png/%02d.gray16be.png + Test lavf-png failed. Look at tests/data/fate/lavf-png.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-lavf-png] Error 1 Test lavf-gray16be.png failed. Look at tests/data/fate/lavf-gray16be.png.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-lavf-gray16be.png] Error 1 Test lavf-rgb48be.png failed. Look at tests/data/fate/lavf-rgb48be.png.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-lavf-rgb48be.png] Error 1 TEST lavf-tga TEST lavf-tiff TEST lavf-xbm TEST lavf-xwd TEST lavf-rgba.xwd TEST lavf-rgb565be.xwd --- /home/fate/ffmpeg/tests/ref/lavf/ppm 2019-03-14 19:28:34.664925563 +0000 +++ tests/data/fate/lavf-ppm 2020-04-04 16:05:07.358268618 +0000 @@ -1,3 +1,2 @@ -16d5dadf0b362fc8ba3cb676c5dde985 *tests/data/images/ppm/02.ppm -tests/data/images/ppm/%02d.ppm CRC=0x6da01946 -304143 tests/data/images/ppm/02.ppm +tests/data/images/ppm/%02d.ppm + Test lavf-ppm failed. Look at tests/data/fate/lavf-ppm.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-ppm] Error 1 TEST lavf-rgb555be.xwd --- /home/fate/ffmpeg/tests/ref/lavf/sun 2019-03-14 19:28:34.664925563 +0000 +++ tests/data/fate/lavf-sun 2020-04-04 16:05:07.381601919 +0000 @@ -1,3 +1,2 @@ -07518bcb0841bc677ce6aea8464ea240 *tests/data/images/sun/02.sun -tests/data/images/sun/%02d.sun CRC=0xe6c71946 -304123 tests/data/images/sun/02.sun +tests/data/images/sun/%02d.sun + --- /home/fate/ffmpeg/tests/ref/lavf/sgi 2019-03-14 19:28:34.664925563 +0000 +++ tests/data/fate/lavf-sgi 2020-04-04 16:05:07.391601905 +0000 @@ -1,3 +1,2 @@ -d446e540a7c18da5fd3cc0e9942cd46f *tests/data/images/sgi/02.sgi -tests/data/images/sgi/%02d.sgi CRC=0x6da01946 -307287 tests/data/images/sgi/02.sgi +tests/data/images/sgi/%02d.sgi + Test lavf-sun failed. Look at tests/data/fate/lavf-sun.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-sun] Error 1 --- /home/fate/ffmpeg/tests/ref/lavf/tiff 2019-03-14 19:28:34.664925563 +0000 +++ tests/data/fate/lavf-tiff 2020-04-04 16:05:07.391601905 +0000 @@ -1,3 +1,2 @@ -b3299346a8959553a437e486d8f3bf76 *tests/data/images/tiff/02.tiff -tests/data/images/tiff/%02d.tiff CRC=0x6da01946 -307131 tests/data/images/tiff/02.tiff +tests/data/images/tiff/%02d.tiff + TEST lavf-rgb8.xwd Test lavf-sgi failed. Look at tests/data/fate/lavf-sgi.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-sgi] Error 1 Test lavf-tiff failed. Look at tests/data/fate/lavf-tiff.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-tiff] Error 1 TEST lavf-rgb4_byte.xwd --- /home/fate/ffmpeg/tests/ref/lavf/tga 2019-03-14 19:28:34.664925563 +0000 +++ tests/data/fate/lavf-tga 2020-04-04 16:05:07.401601891 +0000 @@ -1,3 +1,2 @@ -c0305c53e6d79d4ed9f35f04f671246c *tests/data/images/tga/02.tga -tests/data/images/tga/%02d.tga CRC=0xe6c71946 -304172 tests/data/images/tga/02.tga +tests/data/images/tga/%02d.tga + TEST lavf-gray.xwd --- /home/fate/ffmpeg/tests/ref/lavf/xbm 2019-03-14 19:28:34.664925563 +0000 +++ tests/data/fate/lavf-xbm 2020-04-04 16:05:07.404935220 +0000 @@ -1,3 +1,2 @@ -0629055fd82366317c651a0af4bb82d7 *tests/data/images/xbm/02.xbm -tests/data/images/xbm/%02d.xbm CRC=0xc9a20204 -76411 tests/data/images/xbm/02.xbm +tests/data/images/xbm/%02d.xbm + --- /home/fate/ffmpeg/tests/ref/lavf/xwd 2019-03-14 19:28:34.664925563 +0000 +++ tests/data/fate/lavf-xwd 2020-04-04 16:05:07.404935220 +0000 @@ -1,3 +1,2 @@ -50baa5560b7d1aa3188b19c1162bf7dc *tests/data/images/xwd/02.xwd -tests/data/images/xwd/%02d.xwd CRC=0x6da01946 -304239 tests/data/images/xwd/02.xwd +tests/data/images/xwd/%02d.xwd + Test lavf-tga failed. Look at tests/data/fate/lavf-tga.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-tga] Error 1 Test lavf-xbm failed. Look at tests/data/fate/lavf-xbm.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-lavf-xbm] Error 1 Test lavf-xwd failed. Look at tests/data/fate/lavf-xwd.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-lavf-xwd] Error 1 TEST lavf-monow.xwd --- /home/fate/ffmpeg/tests/ref/lavf/rgba.xwd 2019-03-14 19:28:34.664925563 +0000 +++ tests/data/fate/lavf-rgba.xwd 2020-04-04 16:05:07.411601877 +0000 @@ -1,3 +1,2 @@ -1cdb43599c956dc8563f1e09fac5df00 *tests/data/images/rgba.xwd/02.rgba.xwd -tests/data/images/rgba.xwd/%02d.rgba.xwd CRC=0xf07d29cd -405615 tests/data/images/rgba.xwd/02.rgba.xwd +tests/data/images/rgba.xwd/%02d.rgba.xwd + --- /home/fate/ffmpeg/tests/ref/lavf/rgb565be.xwd 2019-03-14 19:28:34.664925563 +0000 +++ tests/data/fate/lavf-rgb565be.xwd 2020-04-04 16:05:07.411601877 +0000 @@ -1,3 +1,2 @@ -c0866e9e710fce735423594a93bee604 *tests/data/images/rgb565be.xwd/02.rgb565be.xwd -tests/data/images/rgb565be.xwd/%02d.rgb565be.xwd CRC=0x53209216 -202863 tests/data/images/rgb565be.xwd/02.rgb565be.xwd +tests/data/images/rgb565be.xwd/%02d.rgb565be.xwd + TEST lavf-pbmpipe TEST lavf-pgmpipe Test lavf-rgba.xwd failed. Look at tests/data/fate/lavf-rgba.xwd.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-rgba.xwd] Error 1 Test lavf-rgb565be.xwd failed. Look at tests/data/fate/lavf-rgb565be.xwd.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-lavf-rgb565be.xwd] Error 1 TEST lavf-ppmpipe TEST lavf-apng --- /home/fate/ffmpeg/tests/ref/lavf/rgb555be.xwd 2019-03-14 19:28:34.664925563 +0000 +++ tests/data/fate/lavf-rgb555be.xwd 2020-04-04 16:05:07.428268520 +0000 @@ -1,3 +1,2 @@ -1300938325d5ac12caa09a43bd58f37c *tests/data/images/rgb555be.xwd/02.rgb555be.xwd -tests/data/images/rgb555be.xwd/%02d.rgb555be.xwd CRC=0x14555d6e -202863 tests/data/images/rgb555be.xwd/02.rgb555be.xwd +tests/data/images/rgb555be.xwd/%02d.rgb555be.xwd + TEST lavf-apng.png Test lavf-rgb555be.xwd failed. Look at tests/data/fate/lavf-rgb555be.xwd.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-rgb555be.xwd] Error 1 TEST lavf-gray.fits --- /home/fate/ffmpeg/tests/ref/lavf/rgb8.xwd 2019-03-14 19:28:34.664925563 +0000 +++ tests/data/fate/lavf-rgb8.xwd 2020-04-04 16:05:07.441601835 +0000 @@ -1,3 +1,2 @@ -c6f3cb7c45f7238474a89d2ad61a1caf *tests/data/images/rgb8.xwd/02.rgb8.xwd -tests/data/images/rgb8.xwd/%02d.rgb8.xwd CRC=0xf217a95e -104559 tests/data/images/rgb8.xwd/02.rgb8.xwd +tests/data/images/rgb8.xwd/%02d.rgb8.xwd + Test lavf-rgb8.xwd failed. Look at tests/data/fate/lavf-rgb8.xwd.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-rgb8.xwd] Error 1 TEST lavf-gray16be.fits --- /home/fate/ffmpeg/tests/ref/lavf/gray.xwd 2019-03-14 19:28:34.661592236 +0000 +++ tests/data/fate/lavf-gray.xwd 2020-04-04 16:05:07.458268478 +0000 @@ -1,3 +1,2 @@ -85e9b8b814a1dea71d143aac2e487037 *tests/data/images/gray.xwd/02.gray.xwd -tests/data/images/gray.xwd/%02d.gray.xwd CRC=0x0ff205be -101487 tests/data/images/gray.xwd/02.gray.xwd +tests/data/images/gray.xwd/%02d.gray.xwd + --- /home/fate/ffmpeg/tests/ref/lavf/rgb4_byte.xwd 2019-03-14 19:28:34.664925563 +0000 +++ tests/data/fate/lavf-rgb4_byte.xwd 2020-04-04 16:05:07.461601807 +0000 @@ -1,3 +1,2 @@ -fe1af954966a40c2cd35fc27094ff823 *tests/data/images/rgb4_byte.xwd/02.rgb4_byte.xwd -tests/data/images/rgb4_byte.xwd/%02d.rgb4_byte.xwd CRC=0xce042dcc -104559 tests/data/images/rgb4_byte.xwd/02.rgb4_byte.xwd +tests/data/images/rgb4_byte.xwd/%02d.rgb4_byte.xwd + --- /home/fate/ffmpeg/tests/ref/lavf/pgmpipe 2019-03-14 19:28:34.664925563 +0000 +++ tests/data/fate/lavf-pgmpipe 2020-04-04 16:05:07.461601807 +0000 @@ -1,3 +1,3 @@ -c34e37ea49237c2d1ea81a5944328e59 *tests/data/lavf/pgmpipe.pgm -2534775 tests/data/lavf/pgmpipe.pgm -tests/data/lavf/pgmpipe.pgm CRC=0x7aa0122f +d41d8cd98f00b204e9800998ecf8427e *tests/data/lavf/pgmpipe.pgm +0 tests/data/lavf/pgmpipe.pgm +tests/data/lavf/pgmpipe.pgm Test lavf-gray.xwd failed. Look at tests/data/fate/lavf-gray.xwd.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-gray.xwd] Error 1 --- /home/fate/ffmpeg/tests/ref/lavf/monow.xwd 2019-03-14 19:28:34.664925563 +0000 +++ tests/data/fate/lavf-monow.xwd 2020-04-04 16:05:07.464935136 +0000 @@ -1,3 +1,2 @@ -796e2e309ac0844cfb2f4959816508ee *tests/data/images/monow.xwd/02.monow.xwd -tests/data/images/monow.xwd/%02d.monow.xwd CRC=0xc9a20204 -12783 tests/data/images/monow.xwd/02.monow.xwd +tests/data/images/monow.xwd/%02d.monow.xwd + Test lavf-rgb4_byte.xwd failed. Look at tests/data/fate/lavf-rgb4_byte.xwd.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-lavf-rgb4_byte.xwd] Error 1 TEST lavf-gbrp.fits --- /home/fate/ffmpeg/tests/ref/lavf/pbmpipe 2019-03-14 19:28:34.664925563 +0000 +++ tests/data/fate/lavf-pbmpipe 2020-04-04 16:05:07.468268464 +0000 @@ -1,3 +1,3 @@ -8b974da7f48f9e6d5ae327b4444a71fb *tests/data/lavf/pbmpipe.pbm -317075 tests/data/lavf/pbmpipe.pbm -tests/data/lavf/pbmpipe.pbm CRC=0xfc010c66 +d41d8cd98f00b204e9800998ecf8427e *tests/data/lavf/pbmpipe.pbm +0 tests/data/lavf/pbmpipe.pbm +tests/data/lavf/pbmpipe.pbm TEST lavf-gbrap.fits Test lavf-pgmpipe failed. Look at tests/data/fate/lavf-pgmpipe.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-pgmpipe] Error 1 TEST lavf-gbrp16be.fits --- /home/fate/ffmpeg/tests/ref/lavf/ppmpipe 2019-03-14 19:28:34.664925563 +0000 +++ tests/data/fate/lavf-ppmpipe 2020-04-04 16:05:07.468268464 +0000 @@ -1,3 +1,3 @@ -74f1f6651ad8f192a7b4c11c2b6c71e5 *tests/data/lavf/ppmpipe.ppm -7603575 tests/data/lavf/ppmpipe.ppm -tests/data/lavf/ppmpipe.ppm CRC=0x87b3c15f +d41d8cd98f00b204e9800998ecf8427e *tests/data/lavf/ppmpipe.ppm +0 tests/data/lavf/ppmpipe.ppm +tests/data/lavf/ppmpipe.ppm Test lavf-pbmpipe failed. Look at tests/data/fate/lavf-pbmpipe.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-pbmpipe] Error 1 --- /home/fate/ffmpeg/tests/ref/lavf/apng 2019-03-14 19:28:34.661592236 +0000 +++ tests/data/fate/lavf-apng 2020-04-04 16:05:07.478268450 +0000 @@ -1,3 +1,3 @@ -a4c46fad7716ad094eb3c78b74ca0244 *tests/data/lavf/lavf.apng -6209864 tests/data/lavf/lavf.apng -tests/data/lavf/lavf.apng CRC=0x87b3c15f +d41d8cd98f00b204e9800998ecf8427e *tests/data/lavf/lavf.apng +0 tests/data/lavf/lavf.apng +tests/data/lavf/lavf.apng Test lavf-monow.xwd failed. Look at tests/data/fate/lavf-monow.xwd.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-lavf-monow.xwd] Error 1 Test lavf-ppmpipe failed. Look at tests/data/fate/lavf-ppmpipe.err for details. TEST lavf-gbrap16be.fits make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-lavf-ppmpipe] Error 1 TEST lavf-gif Test lavf-apng failed. Look at tests/data/fate/lavf-apng.err for details. TEST lavf-y4m make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-apng] Error 1 TEST seek-acodec-adpcm-ima_qt --- /home/fate/ffmpeg/tests/ref/lavf/apng.png 2019-03-14 19:28:34.661592236 +0000 +++ tests/data/fate/lavf-apng.png 2020-04-04 16:05:07.488268436 +0000 @@ -1,3 +1,3 @@ -c5900fdd1b2fc30b985793f5226fd0c4 *tests/data/lavf/lavf.apng.png -248854 tests/data/lavf/lavf.apng.png -tests/data/lavf/lavf.apng.png CRC=0xd8c7b7a1 +d41d8cd98f00b204e9800998ecf8427e *tests/data/lavf/lavf.apng.png +0 tests/data/lavf/lavf.apng.png +tests/data/lavf/lavf.apng.png Test lavf-apng.png failed. Look at tests/data/fate/lavf-apng.png.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-apng.png] Error 1 --- /home/fate/ffmpeg/tests/ref/lavf/gray.fits 2019-03-14 19:28:34.661592236 +0000 +++ tests/data/fate/lavf-gray.fits 2020-04-04 16:05:07.501601751 +0000 @@ -1,3 +1,3 @@ -d76b46a5a336b56f73451817cdf3897c *tests/data/lavf/lavf.gray.fits -2664000 tests/data/lavf/lavf.gray.fits -tests/data/lavf/lavf.gray.fits CRC=0x7aa0122f +d41d8cd98f00b204e9800998ecf8427e *tests/data/lavf/lavf.gray.fits +0 tests/data/lavf/lavf.gray.fits +tests/data/lavf/lavf.gray.fits TEST seek-acodec-adpcm-ima_qt-trellis Test lavf-gray.fits failed. Look at tests/data/fate/lavf-gray.fits.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-gray.fits] Error 1 --- /home/fate/ffmpeg/tests/ref/lavf/gbrp.fits 2019-03-14 19:28:34.661592236 +0000 +++ tests/data/fate/lavf-gbrp.fits 2020-04-04 16:05:07.511601736 +0000 @@ -1,3 +1,3 @@ -dae49b5f6eb58981ba91e3e108355717 *tests/data/lavf/lavf.gbrp.fits -7704000 tests/data/lavf/lavf.gbrp.fits -tests/data/lavf/lavf.gbrp.fits CRC=0x80745c5e +d41d8cd98f00b204e9800998ecf8427e *tests/data/lavf/lavf.gbrp.fits +0 tests/data/lavf/lavf.gbrp.fits +tests/data/lavf/lavf.gbrp.fits TEST seek-acodec-adpcm-ima_wav --- /home/fate/ffmpeg/tests/ref/lavf/gray16be.fits 2019-12-05 20:54:43.683923496 +0000 +++ tests/data/fate/lavf-gray16be.fits 2020-04-04 16:05:07.514935065 +0000 @@ -1,3 +1,3 @@ -15e85a553bbd07783f92377ed369308b *tests/data/lavf/lavf.gray16be.fits -5184000 tests/data/lavf/lavf.gray16be.fits -tests/data/lavf/lavf.gray16be.fits CRC=0x8cdcbeb2 +d41d8cd98f00b204e9800998ecf8427e *tests/data/lavf/lavf.gray16be.fits +0 tests/data/lavf/lavf.gray16be.fits +tests/data/lavf/lavf.gray16be.fits TEST seek-acodec-adpcm-ima_wav-trellis Test lavf-gbrp.fits failed. Look at tests/data/fate/lavf-gbrp.fits.err for details. --- /home/fate/ffmpeg/tests/ref/lavf/gbrap.fits 2019-03-14 19:28:34.661592236 +0000 +++ tests/data/fate/lavf-gbrap.fits 2020-04-04 16:05:07.514935065 +0000 @@ -1,3 +1,3 @@ -28eb102547b82acca57ef097a6c639d8 *tests/data/lavf/lavf.gbrap.fits -10224000 tests/data/lavf/lavf.gbrap.fits -tests/data/lavf/lavf.gbrap.fits CRC=0x883af247 +d41d8cd98f00b204e9800998ecf8427e *tests/data/lavf/lavf.gbrap.fits +0 tests/data/lavf/lavf.gbrap.fits +tests/data/lavf/lavf.gbrap.fits make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-gbrp.fits] Error 1 Test lavf-gray16be.fits failed. Look at tests/data/fate/lavf-gray16be.fits.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-gray16be.fits] Error 1 TEST seek-acodec-adpcm-ms TEST seek-acodec-adpcm-ms-trellis Test lavf-gbrap.fits failed. Look at tests/data/fate/lavf-gbrap.fits.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-gbrap.fits] Error 1 --- /home/fate/ffmpeg/tests/ref/lavf/gbrp16be.fits 2019-03-14 19:28:34.661592236 +0000 +++ tests/data/fate/lavf-gbrp16be.fits 2020-04-04 16:05:07.531601708 +0000 @@ -1,3 +1,3 @@ -693ea80c33eb9b348db27a0bc4a5cc8a *tests/data/lavf/lavf.gbrp16be.fits -15336000 tests/data/lavf/lavf.gbrp16be.fits -tests/data/lavf/lavf.gbrp16be.fits CRC=0x9573fb2b +d41d8cd98f00b204e9800998ecf8427e *tests/data/lavf/lavf.gbrp16be.fits +0 tests/data/lavf/lavf.gbrp16be.fits +tests/data/lavf/lavf.gbrp16be.fits TEST seek-acodec-adpcm-swf --- /home/fate/ffmpeg/tests/ref/lavf/gif 2019-03-14 19:28:34.661592236 +0000 +++ tests/data/fate/lavf-gif 2020-04-04 16:05:07.531601708 +0000 @@ -1,3 +1,3 @@ -e35f5ea283bbcb249818e0078ec72664 *tests/data/lavf/lavf.gif -2011766 tests/data/lavf/lavf.gif -tests/data/lavf/lavf.gif CRC=0x2429faff +d41d8cd98f00b204e9800998ecf8427e *tests/data/lavf/lavf.gif +0 tests/data/lavf/lavf.gif +tests/data/lavf/lavf.gif Test lavf-gbrp16be.fits failed. Look at tests/data/fate/lavf-gbrp16be.fits.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-lavf-gbrp16be.fits] Error 1 TEST seek-acodec-adpcm-swf-trellis Test lavf-gif failed. Look at tests/data/fate/lavf-gif.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-lavf-gif] Error 1 --- /home/fate/ffmpeg/tests/ref/lavf/gbrap16be.fits 2019-03-14 19:28:34.661592236 +0000 +++ tests/data/fate/lavf-gbrap16be.fits 2020-04-04 16:05:07.538268366 +0000 @@ -1,3 +1,3 @@ -ff5fb24a67aeabd4f56088ca8b03d8b0 *tests/data/lavf/lavf.gbrap16be.fits -20376000 tests/data/lavf/lavf.gbrap16be.fits -tests/data/lavf/lavf.gbrap16be.fits CRC=0xa981271b +d41d8cd98f00b204e9800998ecf8427e *tests/data/lavf/lavf.gbrap16be.fits +0 tests/data/lavf/lavf.gbrap16be.fits +tests/data/lavf/lavf.gbrap16be.fits TEST seek-acodec-adpcm-yamaha TEST seek-acodec-adpcm-yamaha-trellis TEST seek-acodec-alac Test lavf-gbrap16be.fits failed. Look at tests/data/fate/lavf-gbrap16be.fits.err for details. TEST seek-acodec-flac make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-gbrap16be.fits] Error 1 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-lavf-aiff TEST seek-acodec-pcm-f64le TEST seek-lavf-al TEST seek-lavf-au TEST seek-lavf-asf TEST seek-lavf-mkv TEST seek-lavf-mmf TEST seek-lavf-mov TEST seek-lavf-avi TEST seek-lavf-mpg TEST seek-lavf-ul TEST seek-lavf-mxf TEST seek-lavf-mxf_opatom_audio TEST seek-lavf-ogg TEST seek-lavf-nut TEST seek-lavf-rm TEST seek-lavf-swf TEST seek-lavf-ts TEST seek-lavf-voc TEST seek-lavf-wav TEST seek-lavf-wtv TEST seek-lavf-y4m TEST filter-boxblur TEST filter-drawbox TEST filter-colorchannelmixer TEST filter-fade TEST filter-fieldorder TEST filter-framepack-columns TEST filter-framepack-frameseq TEST filter-framepack-lines TEST filter-framepack-sbs TEST filter-framepack-tab --- /home/fate/ffmpeg/tests/ref/fate/filter-colorchannelmixer 2017-03-24 21:02:53.613046419 +0000 +++ tests/data/fate/filter-colorchannelmixer 2020-04-04 16:05:07.688268155 +0000 @@ -1,55 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 0/1 -0, 0, 0, 1, 304128, 0x42900c13 -0, 1, 1, 1, 304128, 0xfb0439bc -0, 2, 2, 1, 304128, 0x967b9f0d -0, 3, 3, 1, 304128, 0xc2c92489 -0, 4, 4, 1, 304128, 0x024499b1 -0, 5, 5, 1, 304128, 0x66144785 -0, 6, 6, 1, 304128, 0x0e505bcd -0, 7, 7, 1, 304128, 0xc8b26ed2 -0, 8, 8, 1, 304128, 0x14b5717b -0, 9, 9, 1, 304128, 0x2ba3144a -0, 10, 10, 1, 304128, 0x1185992b -0, 11, 11, 1, 304128, 0xd55b289a -0, 12, 12, 1, 304128, 0x59f2f3be -0, 13, 13, 1, 304128, 0xfe4d6adf -0, 14, 14, 1, 304128, 0x630806cc -0, 15, 15, 1, 304128, 0x2deb2f19 -0, 16, 16, 1, 304128, 0xfbffa923 -0, 17, 17, 1, 304128, 0xb7770d46 -0, 18, 18, 1, 304128, 0xda09bd0e -0, 19, 19, 1, 304128, 0x17a422d2 -0, 20, 20, 1, 304128, 0xbb6172f5 -0, 21, 21, 1, 304128, 0xcf639456 -0, 22, 22, 1, 304128, 0xdb0ae1ac -0, 23, 23, 1, 304128, 0x850d6a68 -0, 24, 24, 1, 304128, 0xdc8409fb -0, 25, 25, 1, 304128, 0x26216c51 -0, 26, 26, 1, 304128, 0x1d0004de -0, 27, 27, 1, 304128, 0xed019a70 -0, 28, 28, 1, 304128, 0xb1abd985 -0, 29, 29, 1, 304128, 0xec1c14b2 -0, 30, 30, 1, 304128, 0x046db068 -0, 31, 31, 1, 304128, 0xa4fb1029 -0, 32, 32, 1, 304128, 0x49e05e61 -0, 33, 33, 1, 304128, 0x7668d6d1 -0, 34, 34, 1, 304128, 0x6dd0ce9d -0, 35, 35, 1, 304128, 0x87983f5e -0, 36, 36, 1, 304128, 0xb98278cf -0, 37, 37, 1, 304128, 0x55186244 -0, 38, 38, 1, 304128, 0x3135e7ea -0, 39, 39, 1, 304128, 0xdbf59a2c -0, 40, 40, 1, 304128, 0x944cdc92 -0, 41, 41, 1, 304128, 0x5849dfe8 -0, 42, 42, 1, 304128, 0xaf9075ba -0, 43, 43, 1, 304128, 0xb4f01118 -0, 44, 44, 1, 304128, 0x4dfb711f -0, 45, 45, 1, 304128, 0xb558e732 -0, 46, 46, 1, 304128, 0xb23a171e -0, 47, 47, 1, 304128, 0xb5c68065 -0, 48, 48, 1, 304128, 0xcf1b122e -0, 49, 49, 1, 304128, 0x1e2d38e5 --- /home/fate/ffmpeg/tests/ref/fate/filter-fieldorder 2017-03-24 21:02:53.613046419 +0000 +++ tests/data/fate/filter-fieldorder 2020-04-04 16:05:07.704934799 +0000 @@ -1,30 +0,0 @@ -#tb 0: 2/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 0/1 -0, 0, 0, 1, 202752, 0x789424b6 -0, 1, 1, 1, 202752, 0x7a1f47a9 -0, 2, 2, 1, 202752, 0xa55a9aba -0, 3, 3, 1, 202752, 0x71aa394c -0, 4, 4, 1, 202752, 0xa5d9d0a7 -0, 5, 5, 1, 202752, 0x192d92ff -0, 6, 6, 1, 202752, 0xa66d9bdd -0, 7, 7, 1, 202752, 0x29a256bf -0, 8, 8, 1, 202752, 0x75910eed -0, 9, 9, 1, 202752, 0x99de19d7 -0, 10, 10, 1, 202752, 0x3a5a16e4 -0, 11, 11, 1, 202752, 0x262ce461 -0, 12, 12, 1, 202752, 0x08da338f -0, 13, 13, 1, 202752, 0xfb515dbe -0, 14, 14, 1, 202752, 0x984a8697 -0, 15, 15, 1, 202752, 0xbbd58420 -0, 16, 16, 1, 202752, 0xdd7e560b -0, 17, 17, 1, 202752, 0x49b94d23 -0, 18, 18, 1, 202752, 0xb679bec7 -0, 19, 19, 1, 202752, 0xe6cffad0 -0, 20, 20, 1, 202752, 0x29a65535 -0, 21, 21, 1, 202752, 0x32851117 -0, 22, 22, 1, 202752, 0x35feb7d1 -0, 23, 23, 1, 202752, 0x96ad33b0 -0, 24, 24, 1, 202752, 0x7ec60b7d Test filter-colorchannelmixer failed. Look at tests/data/fate/filter-colorchannelmixer.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-colorchannelmixer] Error 1 Test filter-fieldorder failed. Look at tests/data/fate/filter-fieldorder.err for details. TEST filter-gradfun make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-filter-fieldorder] Error 1 TEST filter-hqdn3d TEST filter-interlace TEST filter-interlace-complex TEST filter-negate TEST filter-histogram-levels TEST filter-waveform_column TEST filter-waveform_row TEST filter-waveform_envelope TEST filter-waveform_uv TEST filter-vectorscope_gray TEST filter-vectorscope_color TEST filter-vectorscope_color2 TEST filter-vectorscope_color3 TEST filter-vectorscope_color4 TEST filter-vectorscope_xy TEST filter-mergeplanes TEST filter-hstack TEST filter-vstack --- /home/fate/ffmpeg/tests/ref/fate/filter-vectorscope_xy 2019-12-28 13:10:58.331733766 +0000 +++ tests/data/fate/filter-vectorscope_xy 2020-04-04 16:05:08.364933871 +0000 @@ -1,8 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 256x256 -#sar 0: 1/1 -0, 0, 0, 1, 196608, 0xd2bfcc40 -0, 1, 1, 1, 196608, 0x2851cb74 -0, 2, 2, 1, 196608, 0x48efcc64 TEST filter-overlay TEST filter-phase Test filter-vectorscope_xy failed. Look at tests/data/fate/filter-vectorscope_xy.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-vectorscope_xy] Error 1 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 --- /home/fate/ffmpeg/tests/ref/fate/filter-overlay 2017-03-24 21:02:53.616379760 +0000 +++ tests/data/fate/filter-overlay 2020-04-04 16:05:08.434933772 +0000 @@ -1,55 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 0/1 -0, 0, 0, 1, 152064, 0x2b1a7a92 -0, 1, 1, 1, 152064, 0x6f28685a -0, 2, 2, 1, 152064, 0xeac9f99c -0, 3, 3, 1, 152064, 0x3a059a74 -0, 4, 4, 1, 152064, 0xb53ecbf0 -0, 5, 5, 1, 152064, 0x288c9843 -0, 6, 6, 1, 152064, 0x927a293b -0, 7, 7, 1, 152064, 0x85f72884 -0, 8, 8, 1, 152064, 0x42c234b9 -0, 9, 9, 1, 152064, 0x36c2152f -0, 10, 10, 1, 152064, 0x903b529a -0, 11, 11, 1, 152064, 0x29ce0a02 -0, 12, 12, 1, 152064, 0x3683ebce -0, 13, 13, 1, 152064, 0xfb88cdab -0, 14, 14, 1, 152064, 0x3a6a4c7c -0, 15, 15, 1, 152064, 0x8d81ba4a -0, 16, 16, 1, 152064, 0x982cdddb -0, 17, 17, 1, 152064, 0x9554ee2f -0, 18, 18, 1, 152064, 0x1e61219d -0, 19, 19, 1, 152064, 0xfcfe9b00 -0, 20, 20, 1, 152064, 0x891fb285 -0, 21, 21, 1, 152064, 0x4401e619 -0, 22, 22, 1, 152064, 0x57beea17 -0, 23, 23, 1, 152064, 0x94102ade -0, 24, 24, 1, 152064, 0x5240e58d -0, 25, 25, 1, 152064, 0x3783abba -0, 26, 26, 1, 152064, 0x2570a936 -0, 27, 27, 1, 152064, 0x53071378 -0, 28, 28, 1, 152064, 0x3cda0c41 -0, 29, 29, 1, 152064, 0x3a8cb83d -0, 30, 30, 1, 152064, 0x5fc0840b -0, 31, 31, 1, 152064, 0x32519f3d -0, 32, 32, 1, 152064, 0xac56b3f7 -0, 33, 33, 1, 152064, 0xe36dfece -0, 34, 34, 1, 152064, 0xb663bfbd -0, 35, 35, 1, 152064, 0xafdf691c -0, 36, 36, 1, 152064, 0x31bd4631 -0, 37, 37, 1, 152064, 0xac7a421a -0, 38, 38, 1, 152064, 0x05f7856d -0, 39, 39, 1, 152064, 0xec3a8ccf -0, 40, 40, 1, 152064, 0x9e7a7efb -0, 41, 41, 1, 152064, 0x9747b314 -0, 42, 42, 1, 152064, 0x1ba4bcc0 -0, 43, 43, 1, 152064, 0x90e31197 -0, 44, 44, 1, 152064, 0x98f5d7cd -0, 45, 45, 1, 152064, 0x763053cb -0, 46, 46, 1, 152064, 0x4fb8183e -0, 47, 47, 1, 152064, 0xf27596ad -0, 48, 48, 1, 152064, 0x4c6a843a -0, 49, 49, 1, 152064, 0x7ff3c070 Test filter-overlay failed. Look at tests/data/fate/filter-overlay.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-filter-overlay] Error 1 TEST filter-removegrain-mode-06 TEST filter-removegrain-mode-07 TEST filter-removegrain-mode-08 TEST filter-removegrain-mode-09 TEST filter-removegrain-mode-11 TEST filter-removegrain-mode-10 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 --- /home/fate/ffmpeg/tests/ref/fate/filter-shuffleplanes-dup-luma 2017-03-24 21:02:53.616379760 +0000 +++ tests/data/fate/filter-shuffleplanes-dup-luma 2020-04-04 16:05:08.578266905 +0000 @@ -1,55 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 0/1 -0, 0, 0, 1, 405504, 0x76625893 -0, 1, 1, 1, 405504, 0x348f0b97 -0, 2, 2, 1, 405504, 0x3de02149 -0, 3, 3, 1, 405504, 0x8f5b309a -0, 4, 4, 1, 405504, 0xf6faac89 -0, 5, 5, 1, 405504, 0x8f562eb6 -0, 6, 6, 1, 405504, 0xeb369913 -0, 7, 7, 1, 405504, 0xa78f1ff6 -0, 8, 8, 1, 405504, 0x8a1f1db6 -0, 9, 9, 1, 405504, 0xde649414 -0, 10, 10, 1, 405504, 0x154073e5 -0, 11, 11, 1, 405504, 0xedd73de2 -0, 12, 12, 1, 405504, 0x603df766 -0, 13, 13, 1, 405504, 0x53bd93be -0, 14, 14, 1, 405504, 0xa4e31e4e -0, 15, 15, 1, 405504, 0x9496c889 -0, 16, 16, 1, 405504, 0xe780a133 -0, 17, 17, 1, 405504, 0xea0d6297 -0, 18, 18, 1, 405504, 0x36f1fa5c -0, 19, 19, 1, 405504, 0x6b6b1138 -0, 20, 20, 1, 405504, 0x4f604471 -0, 21, 21, 1, 405504, 0x60ae7fac -0, 22, 22, 1, 405504, 0x200ae239 -0, 23, 23, 1, 405504, 0x8f2417b7 -0, 24, 24, 1, 405504, 0x360e40dc -0, 25, 25, 1, 405504, 0xef67325e -0, 26, 26, 1, 405504, 0x4cc83a45 -0, 27, 27, 1, 405504, 0x5064bad4 -0, 28, 28, 1, 405504, 0xecfe4d14 -0, 29, 29, 1, 405504, 0x0a848f79 -0, 30, 30, 1, 405504, 0xa92ff299 -0, 31, 31, 1, 405504, 0xa6ce59e7 -0, 32, 32, 1, 405504, 0x9b519b8e -0, 33, 33, 1, 405504, 0xf2d1a500 -0, 34, 34, 1, 405504, 0x51b13a4f -0, 35, 35, 1, 405504, 0xbe4e20dd -0, 36, 36, 1, 405504, 0x1a7af6c9 -0, 37, 37, 1, 405504, 0x34d76fc1 -0, 38, 38, 1, 405504, 0x8f00b0f8 -0, 39, 39, 1, 405504, 0xe1eb6bec -0, 40, 40, 1, 405504, 0xd01880ea -0, 41, 41, 1, 405504, 0xa659a20a -0, 42, 42, 1, 405504, 0xfed88666 -0, 43, 43, 1, 405504, 0xd239109c -0, 44, 44, 1, 405504, 0x54233dd0 -0, 45, 45, 1, 405504, 0x3cc1a86a -0, 46, 46, 1, 405504, 0x0744316d -0, 47, 47, 1, 405504, 0xcc1c8360 -0, 48, 48, 1, 405504, 0x0af419f7 -0, 49, 49, 1, 405504, 0x80e5d952 TEST filter-trim-duration TEST filter-trim-frame TEST filter-trim-mixed Test filter-shuffleplanes-dup-luma failed. Look at tests/data/fate/filter-shuffleplanes-dup-luma.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-filter-shuffleplanes-dup-luma] Error 1 TEST filter-trim-time TEST filter-unsharp TEST filter-alphaextract_alphamerge_rgb TEST filter-alphaextract_alphamerge_yuv TEST filter-crop TEST filter-crop_vflip TEST filter-null TEST filter-colorlevels-16 TEST filter-colorlevels --- /home/fate/ffmpeg/tests/ref/fate/filter-alphaextract_alphamerge_rgb 2017-03-24 21:02:53.613046419 +0000 +++ tests/data/fate/filter-alphaextract_alphamerge_rgb 2020-04-04 16:05:08.631600163 +0000 @@ -1,55 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 0/1 -0, 0, 0, 1, 405504, 0x6d5666c8 -0, 1, 1, 1, 405504, 0x4813ba17 -0, 2, 2, 1, 405504, 0x23880ee1 -0, 3, 3, 1, 405504, 0x3709926b -0, 4, 4, 1, 405504, 0x1748e102 -0, 5, 5, 1, 405504, 0x12b4472b -0, 6, 6, 1, 405504, 0x0441fe6b -0, 7, 7, 1, 405504, 0x4fa8d058 -0, 8, 8, 1, 405504, 0xa0d810fb -0, 9, 9, 1, 405504, 0xaca3ca02 -0, 10, 10, 1, 405504, 0x0afe65ea -0, 11, 11, 1, 405504, 0xb81a9bd1 -0, 12, 12, 1, 405504, 0xb85f10eb -0, 13, 13, 1, 405504, 0x4dc5e992 -0, 14, 14, 1, 405504, 0x6e9f8042 -0, 15, 15, 1, 405504, 0xf8e58f43 -0, 16, 16, 1, 405504, 0xc717635c -0, 17, 17, 1, 405504, 0x5928548d -0, 18, 18, 1, 405504, 0x8f2295f9 -0, 19, 19, 1, 405504, 0x5c449294 -0, 20, 20, 1, 405504, 0xe8c5d6ef -0, 21, 21, 1, 405504, 0x3608a811 -0, 22, 22, 1, 405504, 0xa3788a12 -0, 23, 23, 1, 405504, 0x90ad93a3 -0, 24, 24, 1, 405504, 0x26c603bc -0, 25, 25, 1, 405504, 0x055d69a8 -0, 26, 26, 1, 405504, 0x834747ea -0, 27, 27, 1, 405504, 0x16eea5dd -0, 28, 28, 1, 405504, 0xa2af8e0d -0, 29, 29, 1, 405504, 0x65d2380f -0, 30, 30, 1, 405504, 0xf4858c72 -0, 31, 31, 1, 405504, 0x90755bc9 -0, 32, 32, 1, 405504, 0xabfac3b0 -0, 33, 33, 1, 405504, 0x4a76adbd -0, 34, 34, 1, 405504, 0x633183e9 -0, 35, 35, 1, 405504, 0xcb8ff8fe -0, 36, 36, 1, 405504, 0x9c96074a -0, 37, 37, 1, 405504, 0x700ea35c -0, 38, 38, 1, 405504, 0x31bb483c -0, 39, 39, 1, 405504, 0x50dd7ca7 -0, 40, 40, 1, 405504, 0x047988a0 -0, 41, 41, 1, 405504, 0xe4d7a9dd -0, 42, 42, 1, 405504, 0x455d82ab -0, 43, 43, 1, 405504, 0x8f875343 -0, 44, 44, 1, 405504, 0x8be18c94 -0, 45, 45, 1, 405504, 0x75431a7d -0, 46, 46, 1, 405504, 0x08122c08 -0, 47, 47, 1, 405504, 0xfca4159a -0, 48, 48, 1, 405504, 0x90c9afd6 -0, 49, 49, 1, 405504, 0x817e3b6a TEST filter-vflip TEST filter-colormatrix1 Test filter-alphaextract_alphamerge_rgb failed. Look at tests/data/fate/filter-alphaextract_alphamerge_rgb.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-alphaextract_alphamerge_rgb] Error 1 TEST filter-colormatrix2 TEST filter-vflip_crop --- /home/fate/ffmpeg/tests/ref/fate/filter-colorlevels-16 2019-11-11 14:01:53.743437647 +0000 +++ tests/data/fate/filter-colorlevels-16 2020-04-04 16:05:08.671600107 +0000 @@ -1,55 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 0/1 -0, 0, 0, 1, 608256, 0x60865484 -0, 1, 1, 1, 608256, 0x3c9bad01 -0, 2, 2, 1, 608256, 0x809b6b5d -0, 3, 3, 1, 608256, 0x4d873004 -0, 4, 4, 1, 608256, 0xff1651c8 -0, 5, 5, 1, 608256, 0x48fd0353 -0, 6, 6, 1, 608256, 0x184ce147 -0, 7, 7, 1, 608256, 0x9802722f -0, 8, 8, 1, 608256, 0x9413376e -0, 9, 9, 1, 608256, 0xfbb733e9 -0, 10, 10, 1, 608256, 0x573ae5a4 -0, 11, 11, 1, 608256, 0x8697c4a4 -0, 12, 12, 1, 608256, 0xc7b364c1 -0, 13, 13, 1, 608256, 0x512770ec -0, 14, 14, 1, 608256, 0x2adee98f -0, 15, 15, 1, 608256, 0xcfb7d642 -0, 16, 16, 1, 608256, 0xc303accb -0, 17, 17, 1, 608256, 0xc738fee1 -0, 18, 18, 1, 608256, 0xd28c5669 -0, 19, 19, 1, 608256, 0xd3ce495a -0, 20, 20, 1, 608256, 0x34fe368d -0, 21, 21, 1, 608256, 0xbafe49a4 -0, 22, 22, 1, 608256, 0x68da4a93 -0, 23, 23, 1, 608256, 0xfd632bde -0, 24, 24, 1, 608256, 0x92275713 -0, 25, 25, 1, 608256, 0xcb569e86 -0, 26, 26, 1, 608256, 0x84674f8a -0, 27, 27, 1, 608256, 0xd8b7f0d5 -0, 28, 28, 1, 608256, 0xe3e6f966 -0, 29, 29, 1, 608256, 0x084d3d4c -0, 30, 30, 1, 608256, 0x6e9c5c63 -0, 31, 31, 1, 608256, 0x71c71484 -0, 32, 32, 1, 608256, 0xa89dedd1 -0, 33, 33, 1, 608256, 0x4c481ca6 -0, 34, 34, 1, 608256, 0xa52bc63b -0, 35, 35, 1, 608256, 0x59f0efa5 -0, 36, 36, 1, 608256, 0xafb82d42 -0, 37, 37, 1, 608256, 0x887b8458 -0, 38, 38, 1, 608256, 0x8a2c6984 -0, 39, 39, 1, 608256, 0xe75e4737 -0, 40, 40, 1, 608256, 0xe41ed81c -0, 41, 41, 1, 608256, 0xbf816b8d -0, 42, 42, 1, 608256, 0x8cd1af16 -0, 43, 43, 1, 608256, 0x31883468 -0, 44, 44, 1, 608256, 0x380c2bf8 -0, 45, 45, 1, 608256, 0x25e7483e -0, 46, 46, 1, 608256, 0xe73edd67 -0, 47, 47, 1, 608256, 0x3e9670ef -0, 48, 48, 1, 608256, 0xd5b871fd -0, 49, 49, 1, 608256, 0xe075789f TEST filter-vflip_vflip TEST filter-edgedetect TEST filter-edgedetect-colormix --- /home/fate/ffmpeg/tests/ref/fate/filter-colorlevels 2019-11-11 14:01:53.743437647 +0000 +++ tests/data/fate/filter-colorlevels 2020-04-04 16:05:08.671600107 +0000 @@ -1,55 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 0/1 -0, 0, 0, 1, 304128, 0x348bb7a0 -0, 1, 1, 1, 304128, 0xaf9634d7 -0, 2, 2, 1, 304128, 0x81161fd3 -0, 3, 3, 1, 304128, 0x6839b383 -0, 4, 4, 1, 304128, 0xa55299b8 -0, 5, 5, 1, 304128, 0x66fb65b3 -0, 6, 6, 1, 304128, 0xe6be2a99 -0, 7, 7, 1, 304128, 0xfb33cb55 -0, 8, 8, 1, 304128, 0x51ab3d74 -0, 9, 9, 1, 304128, 0x67dc44ee -0, 10, 10, 1, 304128, 0x2eac3b50 -0, 11, 11, 1, 304128, 0xd4a4c377 -0, 12, 12, 1, 304128, 0x1eefe29c -0, 13, 13, 1, 304128, 0x3a84d488 -0, 14, 14, 1, 304128, 0x70d3b165 -0, 15, 15, 1, 304128, 0x578e58d4 -0, 16, 16, 1, 304128, 0x08bba87e -0, 17, 17, 1, 304128, 0xccc86c47 -0, 18, 18, 1, 304128, 0x70bf9aa2 -0, 19, 19, 1, 304128, 0x3fc3d5b5 -0, 20, 20, 1, 304128, 0xef52590b -0, 21, 21, 1, 304128, 0x4f7adde0 -0, 22, 22, 1, 304128, 0xc076ef54 -0, 23, 23, 1, 304128, 0xed2bba2d -0, 24, 24, 1, 304128, 0x6fce6367 -0, 25, 25, 1, 304128, 0x71fe3c07 -0, 26, 26, 1, 304128, 0x6395fc7c -0, 27, 27, 1, 304128, 0xa800ea2c -0, 28, 28, 1, 304128, 0x758dfa57 -0, 29, 29, 1, 304128, 0x7fbba7c6 -0, 30, 30, 1, 304128, 0x2842e2a7 -0, 31, 31, 1, 304128, 0xafc2787c -0, 32, 32, 1, 304128, 0x01e9a76b -0, 33, 33, 1, 304128, 0x32a2377b -0, 34, 34, 1, 304128, 0x10e0af2f -0, 35, 35, 1, 304128, 0x8ab789ca -0, 36, 36, 1, 304128, 0x3a3a5c1d -0, 37, 37, 1, 304128, 0xeecb3f50 -0, 38, 38, 1, 304128, 0x317f8a3f -0, 39, 39, 1, 304128, 0x0b90ba72 -0, 40, 40, 1, 304128, 0x1d6a509e -0, 41, 41, 1, 304128, 0x11416b22 -0, 42, 42, 1, 304128, 0x325014ed -0, 43, 43, 1, 304128, 0xb36a830c -0, 44, 44, 1, 304128, 0xf67fd957 -0, 45, 45, 1, 304128, 0x091ad040 -0, 46, 46, 1, 304128, 0xd6b4b00e -0, 47, 47, 1, 304128, 0x440b3f2a -0, 48, 48, 1, 304128, 0x7c329040 -0, 49, 49, 1, 304128, 0xf6619a69 --- /home/fate/ffmpeg/tests/ref/fate/filter-alphaextract_alphamerge_yuv 2017-03-24 21:02:53.613046419 +0000 +++ tests/data/fate/filter-alphaextract_alphamerge_yuv 2020-04-04 16:05:08.661600121 +0000 @@ -1,55 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 0/1 -0, 0, 0, 1, 253440, 0x1ada7ac4 -0, 1, 1, 1, 253440, 0x711c1599 -0, 2, 2, 1, 253440, 0x533017ea -0, 3, 3, 1, 253440, 0x86c6865f -0, 4, 4, 1, 253440, 0xe5962b75 -0, 5, 5, 1, 253440, 0xe45dae97 -0, 6, 6, 1, 253440, 0x2d6b8047 -0, 7, 7, 1, 253440, 0xdd48b706 -0, 8, 8, 1, 253440, 0xb7a7823a -0, 9, 9, 1, 253440, 0xa491f11f -0, 10, 10, 1, 253440, 0x48b9abd5 -0, 11, 11, 1, 253440, 0x7d72078e -0, 12, 12, 1, 253440, 0xe6901732 -0, 13, 13, 1, 253440, 0x8866ee68 -0, 14, 14, 1, 253440, 0x603e8fbc -0, 15, 15, 1, 253440, 0x25c5633d -0, 16, 16, 1, 253440, 0x7ef22b82 -0, 17, 17, 1, 253440, 0xffb25705 -0, 18, 18, 1, 253440, 0x921f9560 -0, 19, 19, 1, 253440, 0xd367c2a4 -0, 20, 20, 1, 253440, 0x6962a02d -0, 21, 21, 1, 253440, 0x780d2b78 -0, 22, 22, 1, 253440, 0xa7bdf61e -0, 23, 23, 1, 253440, 0x19797146 -0, 24, 24, 1, 253440, 0x3128c3bd -0, 25, 25, 1, 253440, 0x2a3df40e -0, 26, 26, 1, 253440, 0x3eb71582 -0, 27, 27, 1, 253440, 0x57f8c64d -0, 28, 28, 1, 253440, 0x7e5872b1 -0, 29, 29, 1, 253440, 0x2c092689 -0, 30, 30, 1, 253440, 0xe92f4956 -0, 31, 31, 1, 253440, 0x6b49e20f -0, 32, 32, 1, 253440, 0x274e4d28 -0, 33, 33, 1, 253440, 0xc1660f8c -0, 34, 34, 1, 253440, 0xca9e5566 -0, 35, 35, 1, 253440, 0x30fa342a -0, 36, 36, 1, 253440, 0xcbf915fd -0, 37, 37, 1, 253440, 0x27fa90f6 -0, 38, 38, 1, 253440, 0x777743aa -0, 39, 39, 1, 253440, 0xe6104ff6 -0, 40, 40, 1, 253440, 0xed51cb35 -0, 41, 41, 1, 253440, 0x218d192d -0, 42, 42, 1, 253440, 0x100a5c86 -0, 43, 43, 1, 253440, 0xddcc3023 -0, 44, 44, 1, 253440, 0x788ff77d -0, 45, 45, 1, 253440, 0x4488fb59 -0, 46, 46, 1, 253440, 0x634ff895 -0, 47, 47, 1, 253440, 0xd68bccb6 -0, 48, 48, 1, 253440, 0x1a9810ff -0, 49, 49, 1, 253440, 0x05beb75b Test filter-alphaextract_alphamerge_yuv failed. Look at tests/data/fate/filter-alphaextract_alphamerge_yuv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-alphaextract_alphamerge_yuv] Error 1 Test filter-colorlevels-16 failed. Look at tests/data/fate/filter-colorlevels-16.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-filter-colorlevels-16] Error 1 TEST filter-hue2 TEST filter-hue1 Test filter-colorlevels failed. Look at tests/data/fate/filter-colorlevels.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-filter-colorlevels] Error 1 TEST filter-hue4 TEST filter-hue3 TEST filter-idet TEST filter-pad TEST filter-qp --- /home/fate/ffmpeg/tests/ref/fate/filter-edgedetect 2017-03-24 21:02:53.613046419 +0000 +++ tests/data/fate/filter-edgedetect 2020-04-04 16:05:08.751599995 +0000 @@ -1 +1 @@ -edgedetect 93ceace33f6636bcdbeb037317c65745 +edgedetect d41d8cd98f00b204e9800998ecf8427e --- /home/fate/ffmpeg/tests/ref/fate/filter-edgedetect-colormix 2017-03-24 21:02:53.613046419 +0000 +++ tests/data/fate/filter-edgedetect-colormix 2020-04-04 16:05:08.758266652 +0000 @@ -1 +1 @@ -edgedetect-colormix 1b8658252e2f03fbae30e6d63dd24c7c +edgedetect-colormix d41d8cd98f00b204e9800998ecf8427e Test filter-edgedetect-colormix failed. Look at tests/data/fate/filter-edgedetect-colormix.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-edgedetect-colormix] Error 1 Test filter-edgedetect failed. Look at tests/data/fate/filter-edgedetect.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-filter-edgedetect] Error 1 TEST filter-select TEST filter-setdar TEST filter-setsar --- /home/fate/ffmpeg/tests/ref/fate/filter-hue4 2018-08-31 12:06:35.093481284 +0000 +++ tests/data/fate/filter-hue4 2020-04-04 16:05:08.778266624 +0000 @@ -1 +1 @@ -hue4 6279ed43527e7b5be645819e08880107 +hue4 d41d8cd98f00b204e9800998ecf8427e Test filter-hue4 failed. Look at tests/data/fate/filter-hue4.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-hue4] Error 1 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 --- /home/fate/ffmpeg/tests/ref/fate/filter-stereo3d-sbsl-agmc 2017-03-24 21:02:53.616379760 +0000 +++ tests/data/fate/filter-stereo3d-sbsl-agmc 2020-04-04 16:05:08.854933183 +0000 @@ -1,10 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 176x288 -#sar 0: 0/1 -0, 0, 0, 1, 152064, 0xa950d0d9 -0, 1, 1, 1, 152064, 0x6a6933c3 -0, 2, 2, 1, 152064, 0x66a1da3a -0, 3, 3, 1, 152064, 0xe591aa12 -0, 4, 4, 1, 152064, 0x42413288 --- /home/fate/ffmpeg/tests/ref/fate/filter-stereo3d-sbsl-agmd 2017-03-24 21:02:53.616379760 +0000 +++ tests/data/fate/filter-stereo3d-sbsl-agmd 2020-04-04 16:05:08.864933169 +0000 @@ -1,10 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 176x288 -#sar 0: 0/1 -0, 0, 0, 1, 152064, 0x962d1371 -0, 1, 1, 1, 152064, 0xe7db1d51 -0, 2, 2, 1, 152064, 0x3bb0c409 -0, 3, 3, 1, 152064, 0xcc213557 -0, 4, 4, 1, 152064, 0x913e1048 TEST filter-stereo3d-sbsl-argg Test filter-stereo3d-sbsl-agmd failed. Look at tests/data/fate/filter-stereo3d-sbsl-agmd.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-stereo3d-sbsl-agmd] Error 1 TEST filter-stereo3d-sbsl-aybc --- /home/fate/ffmpeg/tests/ref/fate/filter-stereo3d-sbsl-arbg 2017-03-24 21:02:53.616379760 +0000 +++ tests/data/fate/filter-stereo3d-sbsl-arbg 2020-04-04 16:05:08.874933155 +0000 @@ -1,10 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 176x288 -#sar 0: 0/1 -0, 0, 0, 1, 152064, 0x4d83ea30 -0, 1, 1, 1, 152064, 0xa4a3be5b -0, 2, 2, 1, 152064, 0x21032989 -0, 3, 3, 1, 152064, 0xa201194b -0, 4, 4, 1, 152064, 0x9b7980cc Test filter-stereo3d-sbsl-agmc failed. Look at tests/data/fate/filter-stereo3d-sbsl-agmc.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-stereo3d-sbsl-agmc] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/filter-stereo3d-sbsl-agmg 2017-03-24 21:02:53.616379760 +0000 +++ tests/data/fate/filter-stereo3d-sbsl-agmg 2020-04-04 16:05:08.864933169 +0000 @@ -1,10 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 176x288 -#sar 0: 0/1 -0, 0, 0, 1, 152064, 0x45a6c9a8 -0, 1, 1, 1, 152064, 0xe7ba65fc -0, 2, 2, 1, 152064, 0x88ab8fcc -0, 3, 3, 1, 152064, 0x91478b9d -0, 4, 4, 1, 152064, 0xb7ecc7cf --- /home/fate/ffmpeg/tests/ref/fate/filter-stereo3d-sbsl-agmh 2017-03-24 21:02:53.616379760 +0000 +++ tests/data/fate/filter-stereo3d-sbsl-agmh 2020-04-04 16:05:08.868266498 +0000 @@ -1,10 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 176x288 -#sar 0: 0/1 -0, 0, 0, 1, 152064, 0x96464057 -0, 1, 1, 1, 152064, 0x58c4e280 -0, 2, 2, 1, 152064, 0xaf76fd24 -0, 3, 3, 1, 152064, 0xa4dacf0d -0, 4, 4, 1, 152064, 0x964a2110 Test filter-stereo3d-sbsl-arbg failed. Look at tests/data/fate/filter-stereo3d-sbsl-arbg.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-filter-stereo3d-sbsl-arbg] Error 1 TEST filter-stereo3d-sbsl-aybd --- /home/fate/ffmpeg/tests/ref/fate/filter-stereo3d-sbsl-arcc 2017-03-24 21:02:53.616379760 +0000 +++ tests/data/fate/filter-stereo3d-sbsl-arcc 2020-04-04 16:05:08.878266483 +0000 @@ -1,10 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 176x288 -#sar 0: 0/1 -0, 0, 0, 1, 152064, 0x2760b14a -0, 1, 1, 1, 152064, 0xcf94baaf -0, 2, 2, 1, 152064, 0x9b5e0e0a -0, 3, 3, 1, 152064, 0x6bfb8127 -0, 4, 4, 1, 152064, 0xa0293fed Test filter-stereo3d-sbsl-agmg failed. Look at tests/data/fate/filter-stereo3d-sbsl-agmg.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-filter-stereo3d-sbsl-agmg] Error 1 Test filter-stereo3d-sbsl-agmh failed. Look at tests/data/fate/filter-stereo3d-sbsl-agmh.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-filter-stereo3d-sbsl-agmh] Error 1 TEST filter-stereo3d-sbsl-aybg Test filter-stereo3d-sbsl-arcc failed. Look at tests/data/fate/filter-stereo3d-sbsl-arcc.err for details. TEST filter-stereo3d-sbsl-aybh --- /home/fate/ffmpeg/tests/ref/fate/filter-stereo3d-sbsl-arcd 2019-08-30 22:31:25.857447451 +0000 +++ tests/data/fate/filter-stereo3d-sbsl-arcd 2020-04-04 16:05:08.878266483 +0000 @@ -1,10 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 176x288 -#sar 0: 0/1 -0, 0, 0, 1, 152064, 0x34b1fb03 -0, 1, 1, 1, 152064, 0x2045eadd -0, 2, 2, 1, 152064, 0x1266cdde -0, 3, 3, 1, 152064, 0xc9f083bd -0, 4, 4, 1, 152064, 0x0701ab16 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-stereo3d-sbsl-arcc] Error 1 TEST filter-thumbnail Test filter-stereo3d-sbsl-arcd failed. Look at tests/data/fate/filter-stereo3d-sbsl-arcd.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-stereo3d-sbsl-arcd] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/filter-stereo3d-sbsl-arch 2017-03-24 21:02:53.616379760 +0000 +++ tests/data/fate/filter-stereo3d-sbsl-arch 2020-04-04 16:05:08.888266469 +0000 @@ -1,10 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 176x288 -#sar 0: 0/1 -0, 0, 0, 1, 152064, 0x81ab8dad -0, 1, 1, 1, 152064, 0x820fd98a -0, 2, 2, 1, 152064, 0x1ccc712b -0, 3, 3, 1, 152064, 0x0d278740 -0, 4, 4, 1, 152064, 0x13eaa8e2 TEST filter-tile TEST filter-pixfmts-copy --- /home/fate/ffmpeg/tests/ref/fate/filter-stereo3d-sbsl-arcg 2017-03-24 21:02:53.616379760 +0000 +++ tests/data/fate/filter-stereo3d-sbsl-arcg 2020-04-04 16:05:08.888266469 +0000 @@ -1,10 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 176x288 -#sar 0: 0/1 -0, 0, 0, 1, 152064, 0x70f5c9a8 -0, 1, 1, 1, 152064, 0x56f165fc -0, 2, 2, 1, 152064, 0xe59f8fcc -0, 3, 3, 1, 152064, 0xc5df8b9d -0, 4, 4, 1, 152064, 0xaab2c7cf Test filter-stereo3d-sbsl-arch failed. Look at tests/data/fate/filter-stereo3d-sbsl-arch.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-stereo3d-sbsl-arch] Error 1 Test filter-stereo3d-sbsl-arcg failed. Look at tests/data/fate/filter-stereo3d-sbsl-arcg.err for details. TEST filter-pixfmts-crop make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-filter-stereo3d-sbsl-arcg] Error 1 TEST filter-pixfmts-field --- /home/fate/ffmpeg/tests/ref/fate/filter-stereo3d-sbsl-aybd 2019-08-30 22:31:25.857447451 +0000 +++ tests/data/fate/filter-stereo3d-sbsl-aybd 2020-04-04 16:05:08.908266441 +0000 @@ -1,10 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 176x288 -#sar 0: 0/1 -0, 0, 0, 1, 152064, 0xf576742c -0, 1, 1, 1, 152064, 0x2ce36ae4 -0, 2, 2, 1, 152064, 0x2dc99849 -0, 3, 3, 1, 152064, 0x940413b6 -0, 4, 4, 1, 152064, 0x48a600d3 --- /home/fate/ffmpeg/tests/ref/fate/filter-stereo3d-sbsl-argg 2017-03-24 21:02:53.616379760 +0000 +++ tests/data/fate/filter-stereo3d-sbsl-argg 2020-04-04 16:05:08.898266456 +0000 @@ -1,10 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 176x288 -#sar 0: 0/1 -0, 0, 0, 1, 152064, 0x2cfbea30 -0, 1, 1, 1, 152064, 0x4c44be5b -0, 2, 2, 1, 152064, 0x87462989 -0, 3, 3, 1, 152064, 0x1462194b -0, 4, 4, 1, 152064, 0xe27c80cc --- /home/fate/ffmpeg/tests/ref/fate/filter-stereo3d-sbsl-aybc 2017-03-24 21:02:53.616379760 +0000 +++ tests/data/fate/filter-stereo3d-sbsl-aybc 2020-04-04 16:05:08.904933113 +0000 @@ -1,10 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 176x288 -#sar 0: 0/1 -0, 0, 0, 1, 152064, 0xae8c985d -0, 1, 1, 1, 152064, 0x489e1535 -0, 2, 2, 1, 152064, 0x01a83b2b -0, 3, 3, 1, 152064, 0x3870ffd6 -0, 4, 4, 1, 152064, 0x3d5b0cc4 Test filter-stereo3d-sbsl-aybd failed. Look at tests/data/fate/filter-stereo3d-sbsl-aybd.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-stereo3d-sbsl-aybd] Error 1 Test filter-stereo3d-sbsl-argg failed. Look at tests/data/fate/filter-stereo3d-sbsl-argg.err for details. TEST filter-pixfmts-fieldmatch make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-filter-stereo3d-sbsl-argg] Error 1 Test filter-stereo3d-sbsl-aybc failed. Look at tests/data/fate/filter-stereo3d-sbsl-aybc.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-stereo3d-sbsl-aybc] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/filter-stereo3d-sbsl-aybg 2017-03-24 21:02:53.616379760 +0000 +++ tests/data/fate/filter-stereo3d-sbsl-aybg 2020-04-04 16:05:08.914933098 +0000 @@ -1,10 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 176x288 -#sar 0: 0/1 -0, 0, 0, 1, 152064, 0x1a57c9a8 -0, 1, 1, 1, 152064, 0x789265fc -0, 2, 2, 1, 152064, 0x2bb78fcc -0, 3, 3, 1, 152064, 0x5caf8b9d -0, 4, 4, 1, 152064, 0xc526c7cf TEST filter-pixfmts-fieldorder --- /home/fate/ffmpeg/tests/ref/fate/filter-stereo3d-sbsl-aybh 2017-03-24 21:02:53.616379760 +0000 +++ tests/data/fate/filter-stereo3d-sbsl-aybh 2020-04-04 16:05:08.914933098 +0000 @@ -1,10 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 176x288 -#sar 0: 0/1 -0, 0, 0, 1, 152064, 0xf3ee182f -0, 1, 1, 1, 152064, 0x8b1c25f1 -0, 2, 2, 1, 152064, 0xe78de2ac -0, 3, 3, 1, 152064, 0x3eb08db6 -0, 4, 4, 1, 152064, 0x852eae5c --- /home/fate/ffmpeg/tests/ref/fate/filter-thumbnail 2017-03-24 21:02:53.619713101 +0000 +++ tests/data/fate/filter-thumbnail 2020-04-04 16:05:08.941599728 +0000 @@ -1 +1 @@ -thumbnail cd429b3d92c33bcc257e8e6a3284dbf7 +thumbnail d41d8cd98f00b204e9800998ecf8427e Test filter-stereo3d-sbsl-aybh failed. Look at tests/data/fate/filter-stereo3d-sbsl-aybh.err for details. Test filter-stereo3d-sbsl-aybg failed. Look at tests/data/fate/filter-stereo3d-sbsl-aybg.err for details. TEST filter-pixfmts-hflip make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-filter-stereo3d-sbsl-aybh] Error 1 make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-filter-stereo3d-sbsl-aybg] Error 1 Test filter-thumbnail failed. Look at tests/data/fate/filter-thumbnail.err for details. TEST filter-pixfmts-il make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-filter-thumbnail] Error 1 TEST filter-pixfmts-kerndeint TEST filter-pixfmts-lut --- /home/fate/ffmpeg/tests/ref/fate/filter-pixfmts-copy 2019-09-26 16:08:27.749521949 +0000 +++ tests/data/fate/filter-pixfmts-copy 2020-04-04 16:05:08.928266414 +0000 @@ -1,155 +0,0 @@ -0bgr 4060279c35dd8810a2f55a021b836557 -0rgb 527ef3d164c8fd0700493733959689c2 -abgr 023ecf6396d324edb113e4a483b79ba2 -argb f003b555ef429222005d33844cca9325 -ayuv64le 07b9c969dfbe4add4c0626773b151d4f -bgr0 6fcd67c8e6cec723dab21c70cf53dc16 -bgr24 4cff3814819f02ecf5824edfd768d2b1 -bgr444be 1cd47c1555f947dfcba99192e3429d20 -bgr444le e1832fdc9b118d4440ba03cea6e30428 -bgr48be 51477f029592ddb6b912980fdf2df7f1 -bgr48le b34faf404b33c74cd25f5f912ca3274c -bgr4_byte 7ca99bc8a1c7c831cb955806ac05cb72 -bgr555be 6d32031ad4f52723023e547058a62c71 -bgr555le 823a3b2f2585e537da5cb76c8ce30cf4 -bgr565be 438b0f18fd754280d5dc2f421c376ffb -bgr565le acab2b65c0fe5f9618c90f77f70ab3be -bgr8 898a66734bda0572dfab1edd8239f6a2 -bgra 3934fb81a602dfa7d29420b1a66f0fd8 -bgra64be c8d3217bf58d34f080ac88c0b0012c77 -bgra64le b71d75a928aac14cb768403e6f6a9910 -gbrap 98d30987407c51e5620921e11d40a4ff -gbrap10be edcffb185e44b6dae5c2ead5505b7125 -gbrap10le 2a7392e14b21b1f9457526a071236a6d -gbrap12be 0c4c1f8af361571265ca259d5f70f026 -gbrap12le 5f1d8c663d4c28863e687192433b34a4 -gbrap16be e4edca4361d643794034e5aa9ef290b1 -gbrap16le 9a95b389d2bf556179e8f4b27fb550ab -gbrp 5fbc319e30110d19d539f5b274eddb6d -gbrp10be 703a17591a2a5c236675c5101c349bcc -gbrp10le ee014153f55c011918df5b2394815780 -gbrp12be 527d337eb5813ebba7cf969ee660d423 -gbrp12le fd192920b171a0cf88d61e8310e95d81 -gbrp14be 46d502db6dc5eb7e9da3c60016b2df91 -gbrp14le 1607f5c8f13360b53b8186f523996b1b -gbrp16be 7b6764a504c853b09f5c7d0b2223c5a4 -gbrp16le fb9323a5bd060282bec7bfd7d38dc230 -gbrp9be a4dc6f6f9bb051de2dc348b592ad4282 -gbrp9le 699da3a3b324f3fd001a56aee9683384 -gray 188590b1231afd231ea910815aef2b25 -gray10be d486558ecd2e27afc17930be861f0e4c -gray10le 917d687103b2adcca7132bfc070ca54a -gray12be 9685614450f1282be433d2b07234ca1f -gray12le 2700bd7fb3fea56e54eb03e31d6d4e57 -gray14be 19ed2bf25878980d6f81f6ae699024ec -gray14le 4b148b26b30040c05dc248a8852f31ac -gray16be 08d997a3faa25a3db9d6be272d282eef -gray16le df65eb804360795e3e38a2701fa9641a -gray9be 6382a14594a8b68f0ec7de25531f9334 -gray9le 4eb1dda58706436e3b69aef29b0089db -grayf32be f3bf178835f8146aa09d1da94bba4d8a -grayf32le fb6ea85bfbc8cd21c51fc0e110197294 -monob 8b04f859fee6a0be856be184acd7a0b5 -monow 54d16d2c01abfd72ecdb5e51e283937c -nv12 8e24feb2c544dc26a20047a71e4c27aa -nv21 335d85c9af6110f26ae9e187a82ed2cf -nv24 f30fc8d0ac40af69e119ea919a314572 -nv42 29a212f70f8780fe0eb99abcae81894d -p010be 7f9842d6015026136bad60d03c035cc3 -p010le c453421b9f726bdaf2bacf59a492c43b -p016be 7f9842d6015026136bad60d03c035cc3 -p016le c453421b9f726bdaf2bacf59a492c43b -pal8 ff5929f5b42075793b2c34cb441bede5 -rgb0 0de71e5a1f97f81fb51397a0435bfa72 -rgb24 f4438057d046e6d98ade4e45294b21be -rgb444be 115e5259b91f4a416546b09570347633 -rgb444le f3f66689cb4c810563fba7665c526800 -rgb48be 18127d8ec64aa21619ada80b93514906 -rgb48le 60d0ba0e5a429c947aaa736be54aca87 -rgb4_byte 7d68393a3de6f392cf2ed05ffaec6259 -rgb555be f76c8109974636b54bd0cb4c36bb883d -rgb555le 21daf4d05999ccf3eef7d492e73c4d5b -rgb565be 85711f35f71340ba23e553a07d246656 -rgb565le e04771e79a8ee8a51e9a325540e6215e -rgb8 7ac6008c84d622c2fc50581706e17576 -rgba b6e1b441c365e03b5ffdf9b7b68d9a0c -rgba64be ae2ae04b5efedca3505f47c4dd6ea6ea -rgba64le b91e1d77f799eb92241a2d2d28437b15 -uyvy422 3bcf3c80047592f2211fae3260b1b65d -xyz12be a1ef56bf746d71f59669c28e48fc8450 -xyz12le 831ff03c1ba4ef19374686f16a064d8c -ya16be 37c07787e544f900c87b853253bfc8dd -ya16le e8cab8fad88cba6d285b224d8bf0d4df -ya8 dbb99fbcdc204aaa1a7397ff561f1a67 -yuv410p 5d4d992a7728431aa4e0700f87fb7fd8 -yuv411p 7e1300e89f5bc07939e2c4a6acbdf267 -yuv420p a014c7eb7a8385d1dd092b7a583f1bff -yuv420p10be f9b154364efaa1af376fa6d8eeae6955 -yuv420p10le 15c83294ef560d57f25d16ae6e0fc70c -yuv420p12be 34da9c4e289124122ba36a9d4fb133fa -yuv420p12le c19a477a07fcf88e37ab37b416d064c0 -yuv420p14be 64779858686946fc0e780baf7c1391b6 -yuv420p14le c1d012a4f9d54fbc8b04fea96d85e903 -yuv420p16be 268b07358d8dc733ee81d0b87990d5af -yuv420p16le dae8da9edd4255051e3e546ae7ed9bd3 -yuv420p9be 37f0476e8458a93d3d22db568f617aca -yuv420p9le 83a6d32c91c15a3bc334bb9abf920654 -yuv422p 74f8006b4482db104f1986f49807a0af -yuv422p10be 7291903c3c0cf4e5456dd9673a619f1d -yuv422p10le 14cbaa728e888534359b9dddc5430f08 -yuv422p12be e9bc7f2da217fade40feb6960dcd894e -yuv422p12le 8d8184e4d0f1eb50e1834ac0c4af8c33 -yuv422p14be 2617c569ae9659d8fe6a01f96e2c9657 -yuv422p14le 7d01363cf090306cf93337c474cd8827 -yuv422p16be 86147d8bfb795ab1873c899611e2a361 -yuv422p16le 9df47cb7d6d39b335a547ced2865e72e -yuv422p9be 338dbb97c9f5a12ccea2c61774ddff2e -yuv422p9le 0822f8af35a269a036ae44878acba87e -yuv440p 98d0f96fdb3ba415899017adf7d4a4f9 -yuv440p10be d874167042037c1daf9b9a2f74bffad9 -yuv440p10le 3cfbd921369aa8f1e4977efdb7f44c8c -yuv440p12be dc3e6a40c44d5a5f9fd260b270e9037f -yuv440p12le 2fff7746ae7c07d407075c0e372baf46 -yuv444p 8f90fb3a757878c545a8bfe5d19a9bab -yuv444p10be 6683d5cb82c708d5f3a2a89d0311f7a4 -yuv444p10le 6d736fa464ff2de2b07e0a56af8444b7 -yuv444p12be 04320ad158450ee158f84a27c6325702 -yuv444p12le 08a81b2ea9c7c8b447e40ef8f4a46a4a -yuv444p14be ea3057d469d0c49c24e844256ef7871e -yuv444p14le 940f5908ccf06e01411f0a7bddb45c6a -yuv444p16be aee24ab2e9a4656f889399f1b0d98639 -yuv444p16le 781c22317c02b3dd4225709000bdb847 -yuv444p9be ac09917e5d2abc82c0d260007f4dfd77 -yuv444p9le caef947b8aff5b52285385c6ae9b2439 -yuva420p b227672e56215e184e702c02a771d7f3 -yuva420p10be f66e7d677625380f7504867fab51305c -yuva420p10le 01e94ee605714396e69b013c11dda348 -yuva420p16be 76e5e65eae1e7c5681a397a3462f4a9d -yuva420p16le b1930ab28ffe031c78ca28d3406311c8 -yuva420p9be 48dfa24cf0ea3864f35285074e8fa888 -yuva420p9le 0e9c9803aaaddc9f38e419de587793c2 -yuva422p 8f6bb778647e5dee62f544d646321171 -yuva422p10be 2f7204c93a1e5bfb04538852f99e4074 -yuva422p10le c8082548aca999edde77ef2749b1ff4c -yuva422p12be 19f8205cca3d19bfd4ad9cd2bfb07a0e -yuva422p12le 38e6c7d87332852d660df5594529fa6e -yuva422p16be 427ad55f7464121bb3ce164641772bc6 -yuva422p16le af6f8df651275de58129e010bb45ffcd -yuva422p9be 47579cc2cea861ca1461589b80c4720f -yuva422p9le aaeab2bfe80a29390e8666103ed8bb40 -yuva444p 459fad5abfd16db9bb6a52761dc74cc1 -yuva444p10be fa16bae4fc25429deb944ffa9f5b28a0 -yuva444p10le 92f820d3481b7ebcb48b98a73e7b4c90 -yuva444p12be d8193387128a1b1efc51f36a12c85385 -yuva444p12le 9c17bf72b083f93040d1e19516b54de7 -yuva444p16be c80c1899789a6411d0025730efc8f01c -yuva444p16le 2ed56ea50fafda4d226c9b133755dad8 -yuva444p9be 4903fde22b15d28da90761ac1cfcb1c5 -yuva444p9le 4eeb5988df0740fea720da1e31bbb829 -yuvj411p e003eefa7e2a20f20d33767775417216 -yuvj420p 8f3d8f1b4577d11082d5ab8a901e048d -yuvj422p 79d480e99e610112f266c833c6cb3d35 -yuvj440p f4b18310c7174868fc92579f87460876 -yuvj444p b161e6d5a941e2a4bb7bc56ef8af623f -yuyv422 435c92283b538aa3d8fa2a020b0afd49 -yvyu422 8436c2a760291cc979e0dd62ab8cede0 --- /home/fate/ffmpeg/tests/ref/fate/filter-pixfmts-crop 2019-09-26 16:08:27.749521949 +0000 +++ tests/data/fate/filter-pixfmts-crop 2020-04-04 16:05:08.931599742 +0000 @@ -1,150 +0,0 @@ -0bgr 8a83998de96327cb334538d7a265304e -0rgb 974833c777e6abe6d84dc59af2ca5625 -abgr 1d21f5b8a20186ac9dd54459c986a2a7 -argb 8b822972049a1e207000763f2564d6e0 -ayuv64le ab2f7bc8f150af47c42c778e3ea28bce -bgr0 38a84849a9198667c348c686802e3b52 -bgr24 1dacd8e04bf0eff163e82250d01a9cc7 -bgr444be e2d2b864dfa528e77684ddc117f2d974 -bgr444le 5f48e6dc70fdbf4ef6d651081f104a2f -bgr48be 61b6a1a7c6d523b7e594f63790c7f032 -bgr48le 2b158ebcd483e03abea86c32abd21642 -bgr4_byte 441c4d66a344babfbbd3e4767413893b -bgr555be c5480b08d681d33ae29148054762bcfb -bgr555le 500a2ed02aa57f7635125e6c983702db -bgr565be 2d4a32d7e3d994b21c400ad008a5cdf0 -bgr565le 14ed3f499e83ccb0cdbfa0a457557880 -bgr8 142275ecc024d3f7b66c168ac2279ae2 -bgra e66a5f68ba463cbc89fce23a61bb5203 -bgra64be 1ad8dd02714cafec793fb89577ddde47 -bgra64le dd29ec9aba43aa3e8f9f5b9a93ca8831 -gbrap 188cd467fe7ae7d85ae9ca8bdfa07739 -gbrap10be 1880c4856d9cc6492b8b859f2711aaf1 -gbrap10le c2b6e35f8b7ca363a7ec021ccdf31d1f -gbrap12be c9769d18733cdc2664d8b9af09a03f6d -gbrap12le 3f80453c1ac6c5d1b2febf3ef141b476 -gbrap16be 21c98d0d7e7de2a93f9f095e5bb5c227 -gbrap16le ea9a96870c1b742dd9f065c5db568184 -gbrp ec671f573c2105072ab68a1933c58fee -gbrp10be 6f0130a41f01e58593d3840446dd94b7 -gbrp10le 9c152b7dfb7ad7bc477518d97316d04f -gbrp12be 561516202a6e37dd19543f9bb3af339f -gbrp12le 3e7f87d834748844ab326e22eb2b7487 -gbrp14be 057232bca98c472a003cc46b3fd939e4 -gbrp14le d4764dba3c3efd1263c2c8e0f5ac9f6a -gbrp16be 59e4c27ee33520e23dbceafbec27aa9b -gbrp16le 0768a2462783829f63ed0bfd53d01222 -gbrp9be 4af43999e5e9742992b6550ea5ad9b23 -gbrp9le b4cbfa7878706a14295f09212e41f7fe -gray 0d70b54b4b888ec4dbd89713620ac1ee -gray10be 18ed76cab145ab9058cc353fcec6d3c4 -gray10le fd83f7489880160783ddb125615b4638 -gray12be 472700c26cc49b8d5f74af141f6a0d38 -gray12le 4f6537fe1f32b3963350f8c435009433 -gray14be 302b5b534f64ee15fffe2d3818e8c29c -gray14le 9c205ae791cbb9e479beb0ece236c05f -gray16be 38f599da990224de86e3dc7a543121a9 -gray16le 9ff7c866bd98def4e6c91542c1c45f80 -gray9be 8ffcb18d699480f55414bfc21ab33321 -gray9le 4d1932d4968a248584f5e39c25f1dd43 -grayf32be cf40ec06a8abe54852b7f85a00549eec -grayf32le b672526c9da9c8959ab881f242f6890a -nv12 92cda427f794374731ec0321ee00caac -nv21 1bcfc197f4fb95de85ba58182d8d2f69 -nv24 514c8f12082f0737e558778cbe7de258 -nv42 ece9baae1c5de579dac2c66a89e08ef3 -p010be 8b2de2eb6b099bbf355bfc55a0694ddc -p010le 373b50c766dfd0a8e79c9a73246d803a -p016be 8b2de2eb6b099bbf355bfc55a0694ddc -p016le 373b50c766dfd0a8e79c9a73246d803a -pal8 1f2cdc8e718f95c875dbc1034a688bfb -rgb0 736646b70dd9a0be22b8da8041e35035 -rgb24 c5fbbf816bb2000f4d2914e335698ef5 -rgb444be 44a33306889f7fa1a71ec831b860fd0a -rgb444le 934708063a8ecb93b46f6ab7e828419c -rgb48be 39ef8f30c85bbb58433df9c085f158a1 -rgb48le c92ee84f0952517a2830aa19166638a0 -rgb4_byte 847730fe0a7dc7fd99dd16599d6b828b -rgb555be 39bb24bfcf01e379bd1653eb731ed21c -rgb555le e9f1e9fc4d0ef9fe18f1771b21d02dbc -rgb565be 974ddb6347a700a75eec014311725aaa -rgb565le a0a2ce6d0907386f476364f9571ad3df -rgb8 9b364a8f112ad9459fec47a51cc03b30 -rgba 9488ac85abceaf99a9309eac5a87697e -rgba64be 89910046972ab3c68e2a348302cc8ca9 -rgba64le fea8ebfc869b52adf353778f29eac7a7 -xyz12be cb4571f9aaa7b59f999ef327276104b7 -xyz12le cd6aae8d26b18bdb4b9d068586276d91 -ya16be a3d18014454942a96f15a49947c0c55d -ya16le 3d90169aeab9e9637945cf00ab3e95ae -ya8 51a8dd297e35d40b06d3ebe8f4717895 -yuv410p 3bb6c7b64f2c46bc5e8b77198ce4ea58 -yuv411p 693e4afe96998e6dd91734037d75d887 -yuv420p 510d36163e4d3710988c23c2240ca6dc -yuv420p10be ce9af476d924b463b0f68579f30a6463 -yuv420p10le 65214f2af95e816bbe303fa0649ecc84 -yuv420p12be f86f763eb2ae76d12226009e5f9595d7 -yuv420p12le 3741f6a4ccd368d0e9d00ecdebdde0c9 -yuv420p14be 5544e5fc40e718e608c0bd8c7b1d0812 -yuv420p14le 2c763a71c7c4650b91b405634556e21c -yuv420p16be c22f72b460beef22b0bf80806c43b25f -yuv420p16le 564d26a52ed271792e8909f8aa9a3e87 -yuv420p9be d0458179f9cc757a11ceb80655fde30e -yuv420p9le fe0215f5683437bd5a10b6255344109e -yuv422p 42ea5e9a22df5913b2ec75512162e533 -yuv422p10be 3956017f5023ff5d56b4f814422dd711 -yuv422p10le a5fa7cb6a21bcbb60ae3ba4a9f4e60e0 -yuv422p12be 3a7cdaa7671394aae514d60c529e099d -yuv422p12le 3369b2b6eed18a450ab0a5581335e375 -yuv422p14be 845c42b333e331a556008ef0a16afc85 -yuv422p14le abcdaccf8d01a9133daca94383d27db7 -yuv422p16be 565299a5d6265c77d00fd1a1d0173834 -yuv422p16le a3fc398dd11644235e260f7e82cc87e6 -yuv422p9be 9d92f0bae2037bda1deaa70cc42998bc -yuv422p9le 5e08f31583a6072dfc12c5ffaabedd88 -yuv440p 11786b7e8f8f45fdeafe841a258fe5fd -yuv440p10be 7c47e76d0430f2a1de2a1bfd50221c97 -yuv440p10le 6e501e62a7f84748338cdf19b0186a19 -yuv440p12be ab1c4c998c757b2e26d40575c5a6d0c9 -yuv440p12le 33c5cae9acde262b194efdf78ad44258 -yuv444p 28166fdead6f87f57f4c77156dce0466 -yuv444p10be 2c9b7f39c006b68d6b53791472ade1d5 -yuv444p10le 8427e65a1608ff8c5c88492f4926f6c1 -yuv444p12be 6e1f91ed1c6fc42fbc912d7d3aed0aca -yuv444p12le 6a674498003ca57c8c2700b7d0ecb290 -yuv444p14be bb07382a868b35875b771b37dd234605 -yuv444p14le f8f6e6124bae7e95d0061b95bd64be66 -yuv444p16be 25b9244db531ccab7095a44b3115032d -yuv444p16le b537ff9b2ef601b8568ffef2fdc4281b -yuv444p9be 770fae9f4bbb3b659a78e912ae7e0421 -yuv444p9le 764e317b46961236ad25fa174c3af5c6 -yuva420p 5fb8147030796ad0ebb4fadac776ca05 -yuva420p10be f2127ce6fe956ee3a3b6c9b308c3bb9f -yuva420p10le 080798ee8a995734fcb2d7238010e046 -yuva420p16be ee90bc4624631b784dc8c9a68b72fbb0 -yuva420p16le 965dfd8e5f0e22bdd33fb2b7155eca22 -yuva420p9be f4f93012c80c905a5885459aa2d29ef5 -yuva420p9le abff60ecbe6e867949399710953bd1fc -yuva422p ad564e513a8c08ff0ec99324e204dfbd -yuva422p10be 61c806e5e02ea4c90ad3156c90957a18 -yuva422p10le 41507ce136674ad458e562d44c67ddca -yuva422p12be e686b37d6738aae3c1d25bd36f3e518c -yuva422p12le 95bb91f2922bdd2eb9aa6fabe86d4994 -yuva422p16be 3437cce47184e4b9a7a681831816e1ea -yuva422p16le 0d534fcd61fc54fa9d4bbae5bde537ec -yuva422p9be 588f72cd85285ed71a519525a947dedc -yuva422p9le d5a5d50f414caa1563700207931f0e0a -yuva444p 64bd3debe7c2b8cca91bc1d6e2a8d80e -yuva444p10be 1291045203be7d60b9015fa7e34b5716 -yuva444p10le 75865370fb0c018fb8663958bafcdc51 -yuva444p12be ff58aed06f42e1258ae04509bccaad0a -yuva444p12le 00ab9d34f0fd4ba23b48e8ae4bf93c17 -yuva444p16be f817caf234aaf5848b2bc9679582ed56 -yuva444p16le b32ad623fc423f897ff31c4073ea2a6f -yuva444p9be 48498d994c3c9070f31773e39da306dd -yuva444p9le 431b0ac211a8f81c15f38fb57a73530c -yuvj411p 241d393eeaa1517f6b4b23034222994b -yuvj420p 35583968261c636b9c57ff03fd60eb54 -yuvj422p c29a94439e96cd5dab7f65eb6dfc2f5c -yuvj440p 8899d4ce717e32937d58a76df473ba7a -yuvj444p 6c0d0ad629baaa96fe4dcb00f0f5d9de Test filter-pixfmts-copy failed. Look at tests/data/fate/filter-pixfmts-copy.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-pixfmts-copy] Error 1 Test filter-pixfmts-crop failed. Look at tests/data/fate/filter-pixfmts-crop.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-filter-pixfmts-crop] Error 1 TEST filter-pixfmts-null --- /home/fate/ffmpeg/tests/ref/fate/filter-pixfmts-field 2019-09-26 16:08:27.749521949 +0000 +++ tests/data/fate/filter-pixfmts-field 2020-04-04 16:05:08.938266399 +0000 @@ -1,155 +0,0 @@ -0bgr 8f34406a8e6f293b6468b6941d8944e6 -0rgb e2c35753a2271d1f9455b1809bc0e907 -abgr c0eb95959edf5d40ff8af315e62d0f8a -argb 6dca4f2987b49b7d63f702d17bace630 -ayuv64le d9836decca6323ba88b3b3d02257c0b6 -bgr0 1da3fdbac616b3b410d081e39ed7a1f6 -bgr24 573c76d77b1cbe6534ea7c0267dc1b13 -bgr444be 064887b4ca8f49cfb7c776057bc75c74 -bgr444le adbbebc13a6a00db18a91086fe66e99f -bgr48be 1516f1c0816ea22e1a7590b82b9762c7 -bgr48le bce78fec940d8d22186418e42b5a4caf -bgr4_byte 59d0a8b0ffd371ed645ef8a22304435d -bgr555be 26371682da1569a7d979ce26096fc19c -bgr555le c31595e9ae64fcbd6147ef33b2899b28 -bgr565be 46e14950534befc7e791f65e66449bdd -bgr565le 7f53bf9a2d3ab2badf50469e8a8e988e -bgr8 47b2118262ad932cacf731cb66905ffd -bgra 66d6e0846990fff0f09a07c43c3add71 -bgra64be ec0bdef8663dc9d73818a48419cb4764 -bgra64le 9e2def541e51bc6e77fbffbff7fa146a -gbrap 08a28b79dbd19246d1a94e3466af3624 -gbrap10be 29d46cbf021b233f5f1886e5d5fe21b4 -gbrap10le 4017c5d8c124438eb9aefa107db58d3b -gbrap12be e7f471132628b1c034199cc109b84bc2 -gbrap12le 886207e5aa379a0312485b94e5fd5edd -gbrap16be eaa0158f27ebc40cde9e3d6eef1e2ba1 -gbrap16le 6cf68992d4fcac2aa025d1014b669d24 -gbrp 838025a3062f7f31e99196ce66961ad7 -gbrp10be f63c2555ea19fc78b00fd5b3e2b48e8c -gbrp10le be64c374ab318235d912372e99a0516a -gbrp12be ef164a1c062dc3572c61b9ef10897ca1 -gbrp12le 0527fdb6f75b1cb0d380809eb7a7589a -gbrp14be 6aff3ad388e2ed97d59b71a75029746d -gbrp14le ed9ccbc7a4f3e269a2ec37d210359fd8 -gbrp16be 020eff1626415ea726c55b23162ce59a -gbrp16le 0ab77b498d4a39905515b6e1f0329ed2 -gbrp9be 170da3a8644cbea61c3caeadc45354c5 -gbrp9le da5d80e6f12cabaa7081bb85d3b7fd30 -gray 57fd8e6e00f6be8752726005974cce1b -gray10be 437713f3d081238cddb738e106e5a27d -gray10le c749b80049b152f4ba3e66a72c0c5acc -gray12be d34c50810b37e6f97dffdf6a8ab958de -gray12le cf71b8fee47ce7821f3ae9f9b62ae39a -gray14be 2644f330259d70793d789b8dc3c01226 -gray14le 7776a471945d303088012cbc2ff2a2d0 -gray16be e1700e056de9917744a7ff4ab2ca63fd -gray16le 338de7ac5f7d36d5ad5ac2c8d5bbea68 -gray9be 25e50940fa300a8f09edfb6eba4fd250 -gray9le 1146cfc1b92bfd07ed238e65ffcd134f -grayf32be 72fbfa47b2863658a8a80d588f23b3e7 -grayf32le 6b856bdbf2a2bfcd2bc7d50f109daaf0 -monob 2129cc72a484d7e10a44de9117aa9f80 -monow 03d783611d265cae78293f88ea126ea1 -nv12 16f7a46708ef25ebd0b72e47920cc11e -nv21 7294574037cc7f9373ef5695d8ebe809 -nv24 3b100fb527b64ee2b2d7120da573faf5 -nv42 1841ce853152d86b27c130f319ea0db2 -p010be a0311a09bba7383553267d2b3b9c075e -p010le ee09a18aefa3ebe97715b3a7312cb8ff -p016be a0311a09bba7383553267d2b3b9c075e -p016le ee09a18aefa3ebe97715b3a7312cb8ff -pal8 0658c18dcd8d052d59dfbe23f5b368d9 -rgb0 ca3fa6e865b91b3511c7f2bf62830059 -rgb24 25ab271e26a5785be169578d99da5dd0 -rgb444be a05fabc91e485ec02461be900cd72ef3 -rgb444le 61825e18081a86c96cc407f5e6105f28 -rgb48be 425b90bfe7d2c944921c3d224eb383f2 -rgb48le 33202a1d6baa93c5a29d88eeb47b5f04 -rgb4_byte d9d8b1fc15960fc0b49edc7dbb1108eb -rgb555be ed65d5e935d38d7da789adaeb07a72c8 -rgb555le c53ba385311e57e75f6919aceb7eb689 -rgb565be 692136248339f1ac903932d48b8f3311 -rgb565le d0f227a59da3208567485aa79679fe8d -rgb8 62c3b9e2a171de3d894a8eeb271c85e8 -rgba ee616262ca6d67b7ecfba4b36c602ce3 -rgba64be 23c8c0edaabe3eaec89ce69633fb0048 -rgba64le dfdba4de4a7cac9abf08852666c341d3 -uyvy422 1c49e44ab3f060e85fc4a3a9464f045e -xyz12be d2fa69ec91d3ed862f2dac3f8e7a3437 -xyz12le 02bccd5e0b6824779a1f848b0ea3e3b5 -ya16be 40403b5277364777e0671da4d38e01ac -ya16le 54f3295f5326a13d456ac53e973ba398 -ya8 28cea4f98ed452bd3da9c752e5e3399c -yuv410p a85920d6bd26f51306e2ecbe71d1c554 -yuv411p 9106e283d5dbcfba01c611886d58871a -yuv420p 9ea8ed3c22c31c0354b7face540bb280 -yuv420p10be c6e76d651b991c0814a3047b2b3a517c -yuv420p10le 3bf226b758c0b53b893729d97e7bc602 -yuv420p12be 8d63ddea0b9a886e859fec778d72a1ef -yuv420p12le f5b6dd8cd8b62fce64deac95aae916ef -yuv420p14be dda2c5c09b72b41a19943b3832ddd2d5 -yuv420p14le e79f827393fb9344190bacacffe9978e -yuv420p16be 62d08d547f857b254c1d31b5c40b20a6 -yuv420p16le 4ddc458e596c44dfe007ca0c8b211e38 -yuv420p9be 65f8350de025dc8e6608bc21bf50c88f -yuv420p9le e9d061aad8e0d07226d41421797e6cbf -yuv422p 9bd12ab1efe6c3fe6d9f639b97b79c7e -yuv422p10be 6dd930ff81b89b71f6cadf757e0e8b3e -yuv422p10le 5e314f06833b5016cc5cd76c611f7a48 -yuv422p12be 71c75f56a518f07be9946cbdb38b1d45 -yuv422p12le 1351d615ca6a97f206d04b9c4bb2d130 -yuv422p14be d3d1d29966b9737dc8bbc31c6d215c9e -yuv422p14le 3ba9d5d2a32dc3e0ec025100621e20f9 -yuv422p16be ed49651e67f96c34649762f4678091de -yuv422p16le c7a8ad6f7aded288ca2d16c6e5d73026 -yuv422p9be cf48ab1346f7fef1b983b8f01b6888b3 -yuv422p9le b1b7acc0afe050fff93141e2e3c8f040 -yuv440p 5100aaa0d8b30f0eea8825fe9ae20b42 -yuv440p10be 4456a712fbf663d3eb591dfec7c0556d -yuv440p10le a71cc3c1b47f6600717421bc88ba1c43 -yuv440p12be 735964fdb80852e971ccb4264ce7d822 -yuv440p12le a529385f94a4d46fa339746693975d99 -yuv444p 389eda40a7a3bd5d3b280b448e99f27e -yuv444p10be 80b1cf057149a1f7dfae1da061e00523 -yuv444p10le cdd8ba90dfc7689e0771dc36a70db433 -yuv444p12be caaa959ed39a74dcec478f23690f5ffc -yuv444p12le a7965a51a2e45723f650d1313f2aa356 -yuv444p14be 18a46dde1fafcc7bbc6ebb3fd6681e7c -yuv444p14le 90058811cf9c35a4ddfab367bea40c51 -yuv444p16be 1ff6ee64bcc33be585712e86359430d5 -yuv444p16le 9fc18b0a156d20503e3bac4823277adb -yuv444p9be e83171709ee786a5859aeab22d8ea4ce -yuv444p9le cca7482f37778cfb440f22355e47e9b1 -yuva420p ebd72004be42de4743ca46fd81947b56 -yuva420p10be 5e000937fce49360850bc10d8083f798 -yuva420p10le f16bde9ed6d8bd015d59b2e8e248ab31 -yuva420p16be f29675ea983d3a2a28d648f25d2f79c6 -yuva420p16le b5f41c7abf5b7baf5754a5ade5a6f055 -yuva420p9be dbf1a242d3277c87c07fe7b4db993869 -yuva420p9le 00d48d3b1b0383b92ccdb26543cfb7f8 -yuva422p 801bfb0d4c9e7a524d97bfa11f7995fd -yuva422p10be a0d743770698deea2be35ceb2bb0eaad -yuva422p10le 6a0861e5c887f3213dc34d8674611950 -yuva422p12be 87dc9f7efc97d5e1bbea7564eca62a2a -yuva422p12le 137f75ade26b6d631d3998127e411a00 -yuva422p16be c870b697714221ef9168b6984294e501 -yuva422p16le fef7d5f29dfec9ee36216b7a610b4b39 -yuva422p9be 83ff1ae035bb587dc59acf4121602dac -yuva422p9le 75baca2a93a8e76b27ea208858213819 -yuva444p cfbd995b538c34dee9c107ecf875b283 -yuva444p10be de8b80b4c3a12624412530f09de6dd39 -yuva444p10le 04c93877f724a29b47bc8c0a10a3036b -yuva444p12be a9efd9944314bb7fc9ba359bc3446446 -yuva444p12le acc831041bbf13e75636c0426f82aa19 -yuva444p16be b10fd7c1b61ac22bdb285f0d91a390f1 -yuva444p16le cac82ffc36b7052747407663fc5ed510 -yuva444p9be a6f66d08b3370fdd90987a6143b7b91c -yuva444p9le 8d0f0b0840096127613920984078ce53 -yuvj411p 0c7caab687fbd33cba04702366b6c401 -yuvj420p c9bef7e5c1dba1024be992167806ef07 -yuvj422p ac900a0f9854dc2a0ec2e016ff5487dc -yuvj440p 6f0d66982a3b96efb341a512314317ca -yuvj444p d559f8cf2e68b0cd3abadbb2f3642dd7 -yuyv422 449ca8d4b5a28ccaaa342860b24aeb3c -yvyu422 6b226a0d4fce5478294d3bd4ecfb46a5 TEST filter-pixfmts-pad Test filter-pixfmts-field failed. Look at tests/data/fate/filter-pixfmts-field.err for details. TEST filter-pixfmts-pullup make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-pixfmts-field] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/filter-pixfmts-fieldmatch 2018-04-28 23:09:42.884786284 +0000 +++ tests/data/fate/filter-pixfmts-fieldmatch 2020-04-04 16:05:08.951599714 +0000 @@ -1,5 +0,0 @@ -yuv410p a6c9b4065e8253d8120772f69be0bf04 -yuv411p b913e634ad37ce046240252bed8681fb -yuv420p a9286560141eb14595e427dbe5829b00 -yuv422p 11ad22ce00c5e8a30d0472f29fb15434 -yuv444p 6c5b0c1343d625d0656b6755906fd874 TEST filter-pixfmts-rotate Test filter-pixfmts-fieldmatch failed. Look at tests/data/fate/filter-pixfmts-fieldmatch.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-pixfmts-fieldmatch] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/filter-pixfmts-il 2019-09-26 16:08:27.749521949 +0000 +++ tests/data/fate/filter-pixfmts-il 2020-04-04 16:05:08.964933029 +0000 @@ -1,154 +0,0 @@ -0bgr 501a8320becc400e2a72dc847003d82d -0rgb 53efe0182723cd1dedfdbf56357c76f5 -abgr 97603869e6248a8e5d8501563a11b114 -argb 9e50e6ef02c83f28e97865a1f46ddfcd -ayuv64le 6f45f683e99ddf4180c7c7f47719efcc -bgr0 590dcd1297d1dd4541eea217381db604 -bgr24 73afe7b447b083a7c2d682abe8dd451a -bgr444be 4fa078adc981fd07440a7b657c98c4c1 -bgr444le 404c22249a4222f3c086ef9ef79e090f -bgr48be 6de326fc52d92c6a31d74378534d2fff -bgr48le d37e673d846e9ceb06641ba6d480db84 -bgr4_byte f275df6bc1d33eb037b0f609bfa5a7a8 -bgr555be e9007cafaf389f2895cf0e45079ecb90 -bgr555le 9d4d4c0c5e85eca0030e74ed873e9538 -bgr565be bef8c77c32880c9eebe4507ebc3f2a6d -bgr565le 8190c5275d8b62d997362f999b72be16 -bgr8 ef01593604512621b3d175f8b6c2ec9e -bgra e6ae08f06f157297296b319a249dddf5 -bgra64be de7c036f20fc54d89690239cc6239678 -bgra64le d1aa975fa03ce226008396b30a653420 -gbrap 575ff1fe5d7585ed82da1db35f106e4c -gbrap10be bafa57a2e4331d8a39f6f0087c85d4b1 -gbrap10le 553a1f439d8184dc400432d3f786fbce -gbrap12be 48609d6b61ff6313939fa2d9c3ebb6d9 -gbrap12le e3b5342c8e47820f2de7e2dd61872312 -gbrap16be 696c84c8b009c7320cad7f3847bb35da -gbrap16le 9bacb81fbbe9cdfd04d71eb55a9719d2 -gbrp dc06edb62e70024a216c8e303b79b328 -gbrp10be 321e7f061d8b9b5801221b6cf3c99666 -gbrp10le 799ed3afca01076439a0b6785b3dc4bb -gbrp12be 7ca179ad8f7b018de48a48bdb0776965 -gbrp12le c69843651e7e60e85c5e8a2fe4ecb290 -gbrp14be 5dc5e8131c25125347758e03d15b69e6 -gbrp14le bf3d5dec9b58cecd4ca1c5d3a4d57c31 -gbrp16be c8c95027703c680ed8f8f91c725db40a -gbrp16le c95c9d7c2b19826b73ff1811d9fe6bdb -gbrp9be f029d87fa642f4261160471ad27fd53f -gbrp9le b310d3cf37f7b41d706155993f8f0584 -gray 52ae18648161ac43144f5c9cd2127786 -gray10be 8400dec0eefb172849b785d35fc55674 -gray10le b7d6e49e8d1291f2b0a57d55e9478ef1 -gray12be c62bc3def5ea217dfb68433905cb9d64 -gray12le 5bd0fef836928e1e19a315782a8c1302 -gray14be 5b3a15c182e2daed65dc39c33fd62735 -gray14le 3573d6870b14256f01800066d36ad862 -gray16be 92c3b09f371b610cc1b6a9776034f4d0 -gray16le 1db278d23a554e01910cedacc6c02521 -gray9be ed7db5bb2ddc09bc26068c8b858db204 -gray9le 2ec9188f0dcfefef76a09f371d7beb8e -grayf32be f36197c9e2ef5c50a995e980c1a37203 -grayf32le 8bf3d295c3ffd53da0e06d0702e7c1ca -monob faba75df28033ba7ce3d82ff2a99ee68 -monow 6e9cfb8d3a344c5f0c3e1d5e1297e580 -nv12 3c3ba9b1b4c4dfff09c26f71b51dd146 -nv21 ab586d8781246b5a32d8760a61db9797 -nv24 554153c71d142e3fd8e40b7dcaaec229 -nv42 d699724c8deaeb4f87faf2766512eec3 -p010be 3df51286ef66b53e3e283dbbab582263 -p010le eadcd8241e97e35b2b47d5eb2eaea6cd -p016be 3df51286ef66b53e3e283dbbab582263 -p016le eadcd8241e97e35b2b47d5eb2eaea6cd -rgb0 cfaf68671e43248267d8cd50cae8c13f -rgb24 88894f608cf33ba310f21996748d77a7 -rgb444be 99d36d814988fb388aacdef575dacfcf -rgb444le 71b4b1a44e13d1bdb31f81b5f9a75803 -rgb48be 267ac00248129e735a917175b5cf0a82 -rgb48le 15e7d807b7f4ea68ac506dfc2db9146c -rgb4_byte 9bd11ff523ea914bf0b26f8af7965054 -rgb555be fd0be5e3f5f6fdb250f8368c2eabe943 -rgb555le c85a16162ca83496306ba6c888c1a8b7 -rgb565be 046e381ad0be8277f7020420297a8f6b -rgb565le 9b79220c3c2f23b60a55c2bdf709ffb8 -rgb8 93f9fa5ecf522abe13ed34f21831fdfe -rgba 625d8f4bd39c4bdbf61eb5e4713aecc9 -rgba64be db70d33aa6c06f3e0a1c77bd11284261 -rgba64le a8a2daae04374a27219bc1c890204007 -uyvy422 d6ee3ca43356d08c392382b24b22cda5 -xyz12be 7c7d54c55f136cbbc50b18029f3be0b3 -xyz12le 090ba6b1170baf2b1358b43b971d33b0 -ya16be 7bc720918bc0132e9717acbde89874e0 -ya16le 61203295a8d39601b841de90f2c9797b -ya8 a38d6e288f582f1a04310232ed764afc -yuv410p dea1ab8843465adf5b8240b2d98fd85b -yuv411p 8bf73777a5ff43c126be274245aceff1 -yuv420p f1f4e7e94a76d5320049464bdeac24ed -yuv420p10be f7839393b65972595bdcb2485c6bf2a1 -yuv420p10le cb00b1fc299baff8bc31086d8571fed6 -yuv420p12be e5bba4d9f2299e98e69c9347234545c8 -yuv420p12le 7110d2862c1da19e0298029383d31dab -yuv420p14be 240357c01079020ccc3d9287b5821a1b -yuv420p14le f7d0f5f5e72455b238897ed87cf67b3c -yuv420p16be 8195046b708c613b3ca521c95db529ab -yuv420p16le 0586439ecbd0d2fb8f22f953e6efade8 -yuv420p9be 955faeb6751e2fc39cbe160dc5fd35b6 -yuv420p9le f8a4a93f98743cdd8d0ebadba2f8028a -yuv422p da122be331a53ec389ab6b2064488beb -yuv422p10be 956f3c496807e62a288501e183fafad0 -yuv422p10le 43f99eb0d8abd1754572f77e430d4c41 -yuv422p12be 9e8e40a95c4c762274e22026d16a4157 -yuv422p12le 28a5b358a919297c005bc491c91b2b15 -yuv422p14be ccff1e00f5d3adb899f1c266b22c9628 -yuv422p14le f8a3bcbf8c55b1f570c078ff2f436b1f -yuv422p16be 7f2363ccb6e69241c70411b6d063a2fe -yuv422p16le 58c0fabd1042b35346ed8b8ed3f90653 -yuv422p9be 3ecf7f2584fe3f3f567790e3924c153c -yuv422p9le a3fe601dcec267ae70db422843d2ce84 -yuv440p b4261e15f5dc347b873cf19ccaba8123 -yuv440p10be 9c8e626ca9722f872ef0ecc8e3fca74e -yuv440p10le 8c28978a0ad4d80c588989505a7f0807 -yuv440p12be 6711f322b74edc424230bc973c6afcd6 -yuv440p12le 6f47a23742f5763f3240982e1892e4dc -yuv444p bbd70cde098f24097c4cdcd3ad22d9ce -yuv444p10be b0de51e143a5bd490c424dc836becfa8 -yuv444p10le 4435dca19253b88dc7cd553928467e79 -yuv444p12be 23f0ce3a810138df7849d4f6b5e50211 -yuv444p12le 0394aeef391e2cc09722ee8e7244f1c3 -yuv444p14be c712cf9dbf8571fbd31fa747e58993ec -yuv444p14le 3a0e361e5998f8590dd8ca8ce896cea1 -yuv444p16be 929c50756bfe8cab7c416f56095fbb82 -yuv444p16le 63c3c3bc5d08f701afa3406f7a22018c -yuv444p9be b33e6dc5cf08ff7672292b518d352c2f -yuv444p9le c9d767579483a2e4bb1424afc5223361 -yuva420p e72aad3c3cf41445bdc1c9d14b21321f -yuva420p10be 7cd2e0948f56fb54e8e6856b02561493 -yuva420p10le 5f038e8362ab2f999984a5b7d1536b7d -yuva420p16be b98c585e4b9a6cdb86147499d8fe8531 -yuva420p16le c58b31509a944e5ec6a0676218e43daa -yuva420p9be 845bc11e88affc3161ae6265008edc84 -yuva420p9le fbc3300867510900fec84caf718e8601 -yuva422p 6c347a539965cd63cddfeec598858c11 -yuva422p10be d34bf5f06ac5c67e12409aa111b4e21b -yuva422p10le ecb3cc8d77cee05e54d4de60831be159 -yuva422p12be de287adba746037e68ff81cf7dc59e57 -yuva422p12le 761e18a8a73b55113e57ec39de33a4e6 -yuva422p16be 47a8d3c98492d31bce0ed0d6f74f5131 -yuva422p16le a950acae1f7ffc47a0951a40e3309b09 -yuva422p9be 0217ba7015245e017ceb0a3eeb39fa56 -yuva422p9le 1bbb5ba2b649bbe47c928012deb4e3ae -yuva444p c8153b52159fb0f392459b8be406c294 -yuva444p10be b0456e5ecdd87c983573e1016db85178 -yuva444p10le f9b10500666ba220ce42b478a6785dae -yuva444p12be eb83a157ff3d750d3ee71c9c598c01b9 -yuva444p12le 6cc82bf7cc18194db81397debfc01951 -yuva444p16be 97f8cb6ed835c7c5cd2fb112b1e135c7 -yuva444p16le 47170401a8c348d3f05f6530607d066b -yuva444p9be d5c0170b41221a9607e6ae586880a383 -yuva444p9le 4948983313f46180666dec85ef30130c -yuvj411p 91e137f54b2cbbb1c1423c36f031d5f2 -yuvj420p 2b6d8e3b527af5de94963d1bdefe20a9 -yuvj422p 4ce16aa04a5e785b29fd9cdf54bc9ca1 -yuvj440p 36a248ec6f1dc67555ee590651388b15 -yuvj444p 279790fe3c83b07f0a09085d36849c30 -yuyv422 09af5b85deecfeaef2e00e00fbc12a49 -yvyu422 62c62a80939c34fb7890c0e7791a0321 TEST filter-pixfmts-super2xsai --- /home/fate/ffmpeg/tests/ref/fate/filter-pixfmts-hflip 2019-09-26 16:08:27.749521949 +0000 +++ tests/data/fate/filter-pixfmts-hflip 2020-04-04 16:05:08.961599700 +0000 @@ -1,150 +0,0 @@ -0bgr 823994965cfb2ba4566f878c75eed684 -0rgb ada57572ee2b35f86edac9b911ce8523 -abgr d2da6c3ee72e4a89a7cd011dd08566b2 -argb 36cf791c52c5463bfc52a070de54337e -ayuv64le 4cedbc38b3d4dcb26cdab170ce6d667b -bgr0 66e9fda4e658d73bfe4fc9d792542271 -bgr24 db074979bd684ca4547e28681ad3f6ab -bgr444be 63ad2fe7b4e44b11c5ca03b545a941ca -bgr444le a742195a606d5c3f1de795b499077f01 -bgr48be e59efaa40ad1652c74a7c83aba43b4f2 -bgr48le 13c4f904e318356c96ffce911226cf83 -bgr4_byte 8de3494b53a459ab0f748a525e87ad4c -bgr555be 2b491222a2807a112b404f2924ba0c3e -bgr555le 533feb969289df2bc628d46816d1db89 -bgr565be 3094c0320e068305b35c57b82476370c -bgr565le d20c95743b957cbecd09272a630f22cb -bgr8 67fb3fd116f0c0eb36d8ed03bdfbb0a6 -bgra 275f05a382bcbc9bc77c06b79e1d8a71 -bgra64be 1cabeafe9c21a4f7ccd976220f22ee5a -bgra64le 1b15c01c94cf9af89273da1d1f994cff -gbrap bf6a2b2f206fbbb332a718fb570d7cb7 -gbrap10be f188dc23756469cbdd172fe97ad58121 -gbrap10le 262f0501633ea4670020fae8ac6835e2 -gbrap12be ffe9aa4cbcc42f71757efe18826764ac -gbrap12le 88a85c1b3c5e19e299fdd209b73ac1ba -gbrap16be 3117e84b258433a7efb9288bbb8815d4 -gbrap16le 3ad08cf8b49d8eb31a1b356ec4b7b88b -gbrp 0ecfeca171ba3a1a2ff4e92f572b71cf -gbrp10be 774398c2f81757a536c094f16cfc541a -gbrp10le e9a6434d691be541f789f850963da181 -gbrp12be 13d819d869f8e84aadca57e21883030e -gbrp12le 22046339442c155fbb9b02ceff5e1c15 -gbrp14be 7e1d2f9d9bb7cc90d88540f36998acd6 -gbrp14le 91bb636f4e1f5d50312b136c185542e9 -gbrp16be 46cf9473646a4b9dbcb05661ade658ec -gbrp16le 6ce6093b24d09c0edcd55b2d6fec89a0 -gbrp9be 174de037c2a9f2b6fb4d9444ae0ff82f -gbrp9le ba7c2631fb2967aa909c66509bd243fe -gray 8bd4ece1dbf89b20ee785e0515356e07 -gray10be 160dd03e30d33379de92c70ee52c01fd -gray10le 6baac1da6be3789409b67cd506afe7da -gray12be de7b5ef4b513e7e8270c617249d1cbdf -gray12le e8d0739ff61649bd82722b3134cbe776 -gray14be 22560aaac37f5bb2982819b752bf4608 -gray14le d4b2f5e7c4bbd39130655b8f2c55f010 -gray16be cf7294d9aa23e1b838692ec01ade587b -gray16le d91ce41e304419bcf32ac792f01bd64f -gray9be ac8d260669479ae720a5b6d4d8639e34 -gray9le 424fc581947bc8c357c9ec5e3c1c04d1 -grayf32be a69add7bbf892a71fe81b3b75982dbe2 -grayf32le 4563e176a35dc8a8a07e0829fad5eb88 -nv12 801e58f1be5fd0b5bc4bf007c604b0b4 -nv21 9f10dfff8963dc327d3395af21f0554f -nv24 f0c5b2f42970f8d4003621d8857a872f -nv42 4dcf9aec82b110712b396a8b365dcb13 -p010be 744b13e44d39e1ff7588983fa03e0101 -p010le a50b160346ab94f55a425065b57006f0 -p016be 744b13e44d39e1ff7588983fa03e0101 -p016le a50b160346ab94f55a425065b57006f0 -pal8 5b7c77d99817b4f52339742a47de7797 -rgb0 0092452f37d73da20193265ace0b7d57 -rgb24 21571104e6091a689feabb7867e513dd -rgb444be 38d6d0e9aa15ce95f3fffcde8437632d -rgb444le 4c5bb6590def780c480abbe6a6349b1a -rgb48be dc7f3a98c0913a6defa56bf032590ad0 -rgb48le a813a316f8b5d49340f64990f914e2f7 -rgb4_byte f28c594e547d38166c2757338948e874 -rgb555be 316c7c1f785d8ba84dbe3eaa20591158 -rgb555le 07f561fec000bbadf6b732a358c6126a -rgb565be 593c48d6214cb40f6472ebdf9f6ede1a -rgb565le ccc896ad1852500b7e72bb858860d747 -rgb8 68a3a575badadd9e4f90226209f11699 -rgba 51961c723ea6707e0a410cd3f21f15d3 -rgba64be c910444019f4cfbf4d995227af55da8d -rgba64le 0c810d8b3a6bca10321788e1cb145340 -xyz12be 25f90259ff8a226befdaec3dfe82996e -xyz12le 926c0791d59aaff61b2778e8ada3316d -ya16be d5b342355bdd9e3197e01b13b7c6301e -ya16le d58f154cbbbff85af9917cdb34e819a4 -ya8 4ad5920716de3d2fbbc49f95adb60345 -yuv410p c49fd0c55c41185b1580aac77211992b -yuv411p c416371077dce13d31bf1dc706111ae7 -yuv420p eb8d9f02db98e10400781428c43e9438 -yuv420p10be 5cd5c8181248b2dbdc7a8669caca3ed7 -yuv420p10le 95a92ee031fdb8812661c019d925fad0 -yuv420p12be 8fe5d344a1576aba7892e855d2790df9 -yuv420p12le c0897e2b53c1417fcf0cfbdbf9f54163 -yuv420p14be c5758d8062c61248110485243a75b712 -yuv420p14le e283871dec73c853421d3aa098f071a7 -yuv420p16be da4f5b6e537edf9cdea48a60defe520e -yuv420p16le 4173d444fea2ea27ad03b3f92e982bcd -yuv420p9be be69519cbd3f3b9d02b165e6d675b4cf -yuv420p9le 49eac58088b3e1cac170911382e2bb9d -yuv422p 5aade4d118cd7243800a08d300033748 -yuv422p10be a12d0957b703bd54cd569664b821ca3e -yuv422p10le 8b6ac98276b10b7e540a5f689e5453fa -yuv422p12be b5d2142e6ccd9f69dee2c0643b14a741 -yuv422p12le da75ea80662636c698986cdeab334669 -yuv422p14be 027a593f148a96ff9e37a35e55608818 -yuv422p14le 4c1de1ce4f199ab8e94a28bf79ecedb6 -yuv422p16be 3d4b525c8056b740a4afa5b86cd79cd3 -yuv422p16le bb93ea91207d118811e2dfd5a48e223d -yuv422p9be 5b41fff3b17c2934e1db61f0591fdfbc -yuv422p9le 720ed60d583933c3fb8db6dbb2991dc6 -yuv440p 53fb331a853af01bed7f32504a1e5ff0 -yuv440p10be 38108067cdce71f3a8f51eee25e4ff5d -yuv440p10le a369c78eda4f46d71105c38ddc92b976 -yuv440p12be 2d5e61f399ecb12bfb66fdf20b37b4f0 -yuv440p12le 7aecbe06b7cd8c84d98af8cf3bb971e8 -yuv444p 0bd726440d90438ad357172fe1fac9b3 -yuv444p10be c2e452fbe45f23c70525919154f4b81f -yuv444p10le 90140d5f930fb2ff750fe18df990d0f3 -yuv444p12be f858a8f0c55192ab69d356b97e0449bb -yuv444p12le 22f099dbae63e6564f06e1cc32683a4e -yuv444p14be be4727c283bb3af3327f7b9dc57e51b8 -yuv444p14le 289f4d6a3d60ba654e8280683825ee9a -yuv444p16be acb6b001d445a628d1d0a2dfbeed078c -yuv444p16le cce4770e9e2c6d4104562490d6ffbbaa -yuv444p9be e29d58f528e7b36e3d7321e50f6a69d9 -yuv444p9le 587f7bd803aa09109e278fb7aa3e3971 -yuva420p e910f0f5ed439a17fc3e61b42dec88c2 -yuva420p10be 2c3b83450c3155793a142ecd5d525131 -yuva420p10le c49ac6b0e89564fa8243e0400adc37de -yuva420p16be 8fbd18fd0d3b755dd311988856843b80 -yuva420p16le cd647fd48bf5398a783f6ba6a6332835 -yuva420p9be 3cd29a8e3da6c6ab7538ecf987fb8123 -yuva420p9le 15e6654f50eddf97f852070d8dd8f009 -yuva422p 902dc911ee175d9b1f2addcc03aab9a3 -yuva422p10be fb927978446e975f7424600495a7acde -yuva422p10le 1d0b5a5946b824810b1b83a7ce429274 -yuva422p12be 5407e82d1c4356472ad549e5ae38ea1e -yuva422p12le 5dc0e1910b248e12989ae937ddeec342 -yuva422p16be 88977e5ddcee9377525c3f251fdeb25e -yuva422p16le d6a50a91be5fc720ca97fc2f6fbd3bb2 -yuva422p9be 996d8d73648c602c73c51e2d95b6cf9b -yuva422p9le 2d64684a8844967e9ffe827c04e3c917 -yuva444p 53247be24822d158c0866cd58d2ceeba -yuva444p10be 9f3c25c3b9d26787d0bf8da2b15c75c6 -yuva444p10le 1721b843b721629da7a0cd76ac665708 -yuva444p12be 9feb6e1d8bfe9b7fd5e352465f278704 -yuva444p12le 12a949ebcf0f94e4a2f9915ef778680a -yuva444p16be 635fb2720470e0042a7c9b70bf908a2c -yuva444p16le 6d5bd13f8bb804bd1158c1af732a24e1 -yuva444p9be 3d3e7491192aa4e396015bf8e3755a24 -yuva444p9le 31727b34bc3d5ce726681e90557d39e4 -yuvj411p 70a0abb56a538376aff33c275584b61e -yuvj420p 83af439c504d41f986adc17059b7fda8 -yuvj422p daf02a72b26d17d1855b977aa04609fb -yuvj440p a4af7a9e3cff6cfc1c8924590ae69807 -yuvj444p f5937e0183439411673d2ebf8df62e2b --- /home/fate/ffmpeg/tests/ref/fate/filter-pixfmts-fieldorder 2019-09-26 16:08:27.749521949 +0000 +++ tests/data/fate/filter-pixfmts-fieldorder 2020-04-04 16:05:08.961599700 +0000 @@ -1,120 +0,0 @@ -0bgr 955efde1695e9f4da276622e462ea9cf -0rgb 2b0f066cfa0bef378a492875d541de8f -abgr 832924b5351361db68dbdbb96c60ae55 -argb 80d08e68cb91bc8f2f817516e65f0bd0 -ayuv64le 84ef6260fe02427da946d4a2207fb54c -bgr0 d2c676224ea80ac3ce01afde325ea1a0 -bgr24 b7fdbcd10f20e6ea2d40aae0f329f80d -bgr444be ca5acc0d5315d6d9f4422337c6f20842 -bgr444le 8a82dc31d4305abb60825c54e07c1b09 -bgr48be b1be092ef916a204e002606cf83240fe -bgr48le 3e64bd2ad45de53a780b2bf546fd5343 -bgr4_byte 319d0fda198978f05e0318863d10bc01 -bgr555be 686b1f3318a44c48e2ea473c42d7d90a -bgr555le 113908a73bbef613f68706be3352f404 -bgr565be b0aca25c2de20dabce53cc0e6e27b8aa -bgr565le 2e00c326499c8475ffc6aca5476ad422 -bgr8 cfc405aaf0162b4edfe9b3e047c5624d -bgra 5967b559257dbb6784f93b9d2bef4edd -bgra64be 64a4ec15bc35ede2018f650b50c2429b -bgra64le 5029192d0f32383c9f25f8e7da7cb5a0 -gbrap 00afb65d44bea99c31b318fdbeb3be10 -gbrap10be 8b27254a69cd0e25fa55262a743f95e6 -gbrap10le 52278021718ec370903dccc923dc8bf6 -gbrap12be 302b353dff696ec9fd0d85a0cc14802b -gbrap12le ae2d6db2c9c825f06d92389de21263d2 -gbrap16be 52c10d8046d123dfc4a478276906467c -gbrap16le 2317737b8f5140add27d121de8f5ba95 -gbrp 506dea2fe492e985a396d1b11ccd8db3 -gbrp10be 55bbfe2d472780dcbadf3027778caa0e -gbrp10le 13a39077ab1b2c3b49afd3e250b84a77 -gbrp12be f1b59334c687a39ba076fe47e6ee9515 -gbrp12le e64ab4d290eb10476db165054720173f -gbrp14be b3806ade527ef7452c29106054946cd1 -gbrp14le b01b1a05d8de36f51a133d25102fe1f3 -gbrp16be f82e4bda468275f51becf70f3880be52 -gbrp16le c7813a905f94aabb2bcade79c9b7e39e -gbrp9be b8d294d4bc81ceef1fb529e917c02e48 -gbrp9le 0d42cc9e222d806c33172781b45cb3e3 -gray d96e0f1c73d3f0b9506d691b5cd36c73 -gray10be c26c73de96b630f1207ff589b6553ebd -gray10le 16e4db1d611ec3fa5c9fd8fbdbf1ffcc -gray12be 1c3285c150e1dddcf0fbee405cfb068e -gray12le a57b6199f5690add0ac0150fa95c4988 -gray14be 1e3d0d0421cf84eac93d7ab1964207ff -gray14le 04899f53627203bd1fe3f17fb0de199c -gray16be 293a36548ce16543494790f8f7f76a05 -gray16le 84f83f5fcbb5d458efb8395a50a3797e -gray9be ec877f5bcf0ea275a6f36c12cc9adf11 -gray9le fba944fde7923d5089f4f52d12988b9e -grayf32be 1aa7960131f880c54fe3c77f13448674 -grayf32le 4029ac9d197f255794c1b9e416520fc7 -nv24 4fdbef26042c77f012df114e666efdb2 -nv42 59608290fece913e6b7d61edf581a529 -rgb0 2e3d8c91c7a83d451593dfd06607ff39 -rgb24 b82577f8215d3dc2681be60f1da247af -rgb444be 1c3afc3a0c53c51139c76504f59bb1f4 -rgb444le afced429728bf94c0617d0c031e356e5 -rgb48be dd9db831fb640b113bd9531f3f19c226 -rgb48le ef45b68fddf5e4d2e2ab3c08920dae64 -rgb4_byte e9804cb4aa572a40ddf3204e9c2c4566 -rgb555be b4ef7a0ad6f45b329a1ece563617c557 -rgb555le bcc3bd31b2df8180341fa0e50b70852b -rgb565be d9b1e8f52a4044b0019ce56f6bc2242c -rgb565le eac5262d84669b2af28e9357660dc912 -rgb8 6deae05ccac5c50bd0d9c9fe8e124557 -rgba 1fdf872a087a32cd35b80cc7be399578 -rgba64be 5598f44514d122b9a57c5c92c20bbc61 -rgba64le b34e6e30621ae579519a2d91a96a0acf -uyvy422 75de70e31c435dde878002d3f22b238a -xyz12be 15f5cda71de5fef9cec5e75e3833b6bc -xyz12le 7be6c8781f38c21a6b8f602f62ca31e6 -ya16be 0f13e0f52586d172aaa07710fa3e8f31 -ya16le d481d93ea1a1a04d759d9994958983de -ya8 055ac5ab5ff8533dd319edc17a398af1 -yuv411p e4a040e0e786c4dae07d9d3f90a54905 -yuv422p 16ce67249c6ce7ef57a433646ad6dfc1 -yuv422p10be 62ae323dcc41aabf8ff6ecc53b119ce8 -yuv422p10le 60b20ad8c01ad7ea774ce1d74d8932ba -yuv422p12be 7bcb3e28323dbf566512b5b8a1d33380 -yuv422p12le 5877624df10122dd51c173f814bd5414 -yuv422p14be 8bd7bfb0b35d68000ba57af66958ef2d -yuv422p14le 471c7528e3da240d0a40f33548cbfbab -yuv422p16be 8c193a8b6064e2379b2fb211cd2e6e37 -yuv422p16le c949614bec06baca5ffca840b164eacc -yuv422p9be b615f4e767a287e85be97dd52371ba5e -yuv422p9le c9faffe2fcb2e30be5d792412b3550b0 -yuv444p 1483374f69c4bbaf9252ce255fc84feb -yuv444p10be 2e5caee508692869141bd9649cc17f64 -yuv444p10le c0ceb41ad4c2ddc454f3fdb9cda2d8ad -yuv444p12be 8729565c21a9d8f1e7a87d81d0aa4a54 -yuv444p12le d4786cb4b1e79b2af1493e01d685282f -yuv444p14be 33f1cf5233f57582618390ea337e83c6 -yuv444p14le 7d9fc358232488f671d663d27875f3c1 -yuv444p16be 779ea70979e735d3074fef0466792681 -yuv444p16le aa893d9b1857b68fd1c5fc42236d7816 -yuv444p9be fd0ae3b828d40e2638ea0640bb5cc168 -yuv444p9le 9bb3dde9fadb3c03a0ef8305b5f67a7e -yuva422p c470da57cde22b452deb8874df710dce -yuva422p10be a2ffa080ae661c1033aa38be28002922 -yuva422p10le a4f5e8006f8ea3f964206605045e0fe0 -yuva422p12be ec44f9fc083d5f39051f2a65daea6890 -yuva422p12le 5fd785e19f68538ba76e6e505447239c -yuva422p16be 929ec5d4bcfac13ba8a02f12e3f5fc7f -yuva422p16le 7155a6036e25719f2e4d2d47212f077d -yuva422p9be b1af62d553d790e041e80cf89608efe3 -yuva422p9le 65c80faeb0021deb232ee451f77c89e3 -yuva444p 9ac54882677f1fc5553a97ea558e942d -yuva444p10be 3326267d176a8dfed2c7511b926962e6 -yuva444p10le bfe957d1b5fea3585b3942cbfdd529ad -yuva444p12be ecaa57b7f0b04c3e8779a5f5dcd23032 -yuva444p12le 6b645eeaff8363d82ff686b3b020cae3 -yuva444p16be 2f80d411847856e1364659dee8b23485 -yuva444p16le 5796be8d66371b60037fc8053c27e900 -yuva444p9be a83599c0e9fca08f6b7c6e02c2413fcf -yuva444p9le 390fcd8f72ee407a8c338667944e3f72 -yuvj411p 73fa99cb96d2f7171bff15bc2e43d963 -yuvj422p d5e67ce1db5347cf3416069286359f57 -yuvj444p e915da6b5aa0ee5298771ba0ca187cad -yuyv422 a923c5bd4889bec92d872237f6a578ec -yvyu422 d7a8697f1f5e6a2a27b0df17811b2613 Test filter-pixfmts-il failed. Look at tests/data/fate/filter-pixfmts-il.err for details. Test filter-pixfmts-hflip failed. Look at tests/data/fate/filter-pixfmts-hflip.err for details. Test filter-pixfmts-fieldorder failed. Look at tests/data/fate/filter-pixfmts-fieldorder.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-pixfmts-fieldorder] Error 1 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-pixfmts-hflip] Error 1 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-pixfmts-il] Error 1 TEST filter-pixfmts-swapuv --- /home/fate/ffmpeg/tests/ref/fate/filter-pixfmts-kerndeint 2017-03-24 21:02:53.616379760 +0000 +++ tests/data/fate/filter-pixfmts-kerndeint 2020-04-04 16:05:08.971599686 +0000 @@ -1,10 +0,0 @@ -0bgr 7de3240bb5ab40dc9b599f7112990439 -0rgb 09f7b9006720a4b1ba4e2927b441022c -abgr 4242d4bbfd5e5697a9a1cfe478a0ae46 -argb 48ea8cc401499ffbf0ac34bacdd1146d -bgr0 e50249e05a9790c56033bffde502d1a2 -bgra 04f4d485067338e181c4c64b4df1246a -rgb0 898e3d3bd40a14824929ad83d69be24e -rgba 919e516d3a052401eb1c658412d3584a -yuv420p 636b260f98ba9f98e304ff9f82d63393 -yuyv422 768afc798f77b3311d7b1a33caef902f TEST filter-pixfmts-tinterlace_cvlpf TEST filter-pixfmts-tinterlace_merge --- /home/fate/ffmpeg/tests/ref/fate/filter-pixfmts-lut 2018-09-09 23:08:37.253546596 +0000 +++ tests/data/fate/filter-pixfmts-lut 2020-04-04 16:05:08.978266343 +0000 @@ -1,57 +0,0 @@ -abgr 0a932e831efd4ec22f68b25278bac402 -argb 4f575be3cd02799389f581df99c4de38 -bgr24 fa43e3b2abfde8d9e60e157a9acc553d -bgra 4e2e689897ee7a8e42b16234597bab35 -gbrap 0d1eb2c39e291c53c57302cdc653c2fc -gbrap10le fed58af6d557a7069a4a39e6d8f5f4e0 -gbrap12le 43fec231bd1d3dd957cdd8478cab9259 -gbrap16le 22ca3644658ae306541116c31e135074 -gbrp e572d53183f3f2ed3951aa9940d440a1 -gbrp10le a8fd1ebbc36a477e2b134241fed91687 -gbrp12le c5a4b89571f7095eb737ad9fd6b1ee08 -gbrp14le bdfdfd6f36c60497d1cdae791f3cc117 -gbrp16le df095ef3a20995935cfcaf144afc68b6 -gbrp9le a8c4e29f4cb627db81ba053e0853e702 -gray 20b14b5e26cd11300ed1249e04082170 -gray10le 8f4140b55e847cc423002b89666db5ea -gray12le ea89c02f6b3af49ddaf13364ed33d86d -gray14le 12bebea325a7822e890675bfc5111f0c -gray16le aa10599924fb2440fa12b76e90f57dcb -gray9le 7d9cc9ad6118674c547a54281d10cf05 -rgb24 a356171207723a580e7d277078072005 -rgb48le 5c7dd8575836d18c91e09f1915cf9aa9 -rgba 7bc854c2698b78af3e9159a19c2d9d21 -rgba64le 3a087ecab583d1930220592731f282b4 -yuv410p 10cf5dbbccb858a9ab51e0b8bf278f6d -yuv411p 3f0bfa543ba513c6b6d7fff785fbe150 -yuv420p ad99204ace669a383f8ae03a1ea5b98f -yuv420p10le f1e6cc4c2a5e9665dedd7ac0f2a4d551 -yuv420p12le d9dfe871483b6a26512d427cb048ff65 -yuv420p14le cd8bb4803f8e99c6cd31149bf848c30c -yuv420p16le 4bb13820cf2de9b40ca47adeb7fea356 -yuv420p9le f12c98b599e667fc45126d6dea7f0fd9 -yuv422p c57e304bb3f4a1d30bf4ced5e829cdc6 -yuv422p10le 9d95b03f75ae5778804279f3c3135837 -yuv422p12le 08e73e233793740ad68a939b9886dd32 -yuv422p14le bea6b54ec3e33eadfbd317a175b96288 -yuv422p16le 5438e5738ab3e1e5f7fce5faaac036c4 -yuv422p9le 222a699b69ba8d511518a61d77a10c25 -yuv440p f8105ff9433ecdedf2645f3370a575d8 -yuv440p10le 6e104ac6c33b00185bb6d95b371e1354 -yuv440p12le 636834efcba838d74337b2ebb9dbffb3 -yuv444p ca662e7bd7a28805650f25b1537d50a2 -yuv444p10le c301eb2763e0f74fde94388046c437fa -yuv444p12le 9482b13de4a9fbce176e8344c9332139 -yuv444p14le fb558c97e59e884fe5ba407df158ebd5 -yuv444p16le be9b3ce54168159b132746f7ac9088fe -yuv444p9le fa4b9bd6b8cac96e10322e613c8e7149 -yuva420p 7284cbf9eacf1ca5ce9e2efebcadf999 -yuva420p16le b37d34212c2a79e91b675bc87dac6cc6 -yuva422p 5938a7c7588febb069bd0cd4c447305e -yuva422p16le c5ccfdc1a0dc6cb130c07ea61df6f727 -yuva444p fbcbdc3521d17c702ee521b0893098e4 -yuva444p16le b7142d28d4d069d7eb019dcaf8b323b1 -yuvj420p 65bc88887c7f06a6221155ca7f9cfca4 -yuvj422p ff5baffefc8ffe4547653092fd7da200 -yuvj440p ef3f27270e60ac06582e3ac7c2f3e6fa -yuvj444p 29378d3fd132c760522c51c3378067b8 Test filter-pixfmts-kerndeint failed. Look at tests/data/fate/filter-pixfmts-kerndeint.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-pixfmts-kerndeint] Error 1 Test filter-pixfmts-lut failed. Look at tests/data/fate/filter-pixfmts-lut.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-filter-pixfmts-lut] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/filter-pixfmts-pullup 2017-03-24 21:02:53.616379760 +0000 +++ tests/data/fate/filter-pixfmts-pullup 2020-04-04 16:05:08.991599658 +0000 @@ -1,12 +0,0 @@ -gray 415c928947f83f9b45c24ad15a094bda -yuv410p 0f29d0b6394871e1e6cde484b4f351f4 -yuv411p ec059b1992e1acda472b9b2dd3e4506b -yuv420p dba6303cd02cc39cb0db7b546793d565 -yuv422p d7d3224dd900bb1b96608a28a704360d -yuv440p d4c5f20701cfceb4bbf7d75cfcc13514 -yuv444p 7e405274037e7f2ab845d7413a71e16d -yuvj411p dc602e7bd3449d16e17e695815616b1e -yuvj420p b98ec86eeef2d512aeb2fc4d32ffa656 -yuvj422p f09c3240bb662477b76ce4da34b4feed -yuvj440p 8d3ab69e2bbbbbd2f9be323c18922533 -yuvj444p 2dc27560eed5d685354796dcccce853c TEST filter-pixfmts-tinterlace_pad --- /home/fate/ffmpeg/tests/ref/fate/filter-pixfmts-null 2019-09-26 16:08:27.749521949 +0000 +++ tests/data/fate/filter-pixfmts-null 2020-04-04 16:05:08.988266329 +0000 @@ -1,155 +0,0 @@ -0bgr 4060279c35dd8810a2f55a021b836557 -0rgb 527ef3d164c8fd0700493733959689c2 -abgr 023ecf6396d324edb113e4a483b79ba2 -argb f003b555ef429222005d33844cca9325 -ayuv64le 07b9c969dfbe4add4c0626773b151d4f -bgr0 6fcd67c8e6cec723dab21c70cf53dc16 -bgr24 4cff3814819f02ecf5824edfd768d2b1 -bgr444be 1cd47c1555f947dfcba99192e3429d20 -bgr444le e1832fdc9b118d4440ba03cea6e30428 -bgr48be 51477f029592ddb6b912980fdf2df7f1 -bgr48le b34faf404b33c74cd25f5f912ca3274c -bgr4_byte 7ca99bc8a1c7c831cb955806ac05cb72 -bgr555be 6d32031ad4f52723023e547058a62c71 -bgr555le 823a3b2f2585e537da5cb76c8ce30cf4 -bgr565be 438b0f18fd754280d5dc2f421c376ffb -bgr565le acab2b65c0fe5f9618c90f77f70ab3be -bgr8 898a66734bda0572dfab1edd8239f6a2 -bgra 3934fb81a602dfa7d29420b1a66f0fd8 -bgra64be c8d3217bf58d34f080ac88c0b0012c77 -bgra64le b71d75a928aac14cb768403e6f6a9910 -gbrap 98d30987407c51e5620921e11d40a4ff -gbrap10be edcffb185e44b6dae5c2ead5505b7125 -gbrap10le 2a7392e14b21b1f9457526a071236a6d -gbrap12be 0c4c1f8af361571265ca259d5f70f026 -gbrap12le 5f1d8c663d4c28863e687192433b34a4 -gbrap16be e4edca4361d643794034e5aa9ef290b1 -gbrap16le 9a95b389d2bf556179e8f4b27fb550ab -gbrp 5fbc319e30110d19d539f5b274eddb6d -gbrp10be 703a17591a2a5c236675c5101c349bcc -gbrp10le ee014153f55c011918df5b2394815780 -gbrp12be 527d337eb5813ebba7cf969ee660d423 -gbrp12le fd192920b171a0cf88d61e8310e95d81 -gbrp14be 46d502db6dc5eb7e9da3c60016b2df91 -gbrp14le 1607f5c8f13360b53b8186f523996b1b -gbrp16be 7b6764a504c853b09f5c7d0b2223c5a4 -gbrp16le fb9323a5bd060282bec7bfd7d38dc230 -gbrp9be a4dc6f6f9bb051de2dc348b592ad4282 -gbrp9le 699da3a3b324f3fd001a56aee9683384 -gray 188590b1231afd231ea910815aef2b25 -gray10be d486558ecd2e27afc17930be861f0e4c -gray10le 917d687103b2adcca7132bfc070ca54a -gray12be 9685614450f1282be433d2b07234ca1f -gray12le 2700bd7fb3fea56e54eb03e31d6d4e57 -gray14be 19ed2bf25878980d6f81f6ae699024ec -gray14le 4b148b26b30040c05dc248a8852f31ac -gray16be 08d997a3faa25a3db9d6be272d282eef -gray16le df65eb804360795e3e38a2701fa9641a -gray9be 6382a14594a8b68f0ec7de25531f9334 -gray9le 4eb1dda58706436e3b69aef29b0089db -grayf32be f3bf178835f8146aa09d1da94bba4d8a -grayf32le fb6ea85bfbc8cd21c51fc0e110197294 -monob 8b04f859fee6a0be856be184acd7a0b5 -monow 54d16d2c01abfd72ecdb5e51e283937c -nv12 8e24feb2c544dc26a20047a71e4c27aa -nv21 335d85c9af6110f26ae9e187a82ed2cf -nv24 f30fc8d0ac40af69e119ea919a314572 -nv42 29a212f70f8780fe0eb99abcae81894d -p010be 7f9842d6015026136bad60d03c035cc3 -p010le c453421b9f726bdaf2bacf59a492c43b -p016be 7f9842d6015026136bad60d03c035cc3 -p016le c453421b9f726bdaf2bacf59a492c43b -pal8 ff5929f5b42075793b2c34cb441bede5 -rgb0 0de71e5a1f97f81fb51397a0435bfa72 -rgb24 f4438057d046e6d98ade4e45294b21be -rgb444be 115e5259b91f4a416546b09570347633 -rgb444le f3f66689cb4c810563fba7665c526800 -rgb48be 18127d8ec64aa21619ada80b93514906 -rgb48le 60d0ba0e5a429c947aaa736be54aca87 -rgb4_byte 7d68393a3de6f392cf2ed05ffaec6259 -rgb555be f76c8109974636b54bd0cb4c36bb883d -rgb555le 21daf4d05999ccf3eef7d492e73c4d5b -rgb565be 85711f35f71340ba23e553a07d246656 -rgb565le e04771e79a8ee8a51e9a325540e6215e -rgb8 7ac6008c84d622c2fc50581706e17576 -rgba b6e1b441c365e03b5ffdf9b7b68d9a0c -rgba64be ae2ae04b5efedca3505f47c4dd6ea6ea -rgba64le b91e1d77f799eb92241a2d2d28437b15 -uyvy422 3bcf3c80047592f2211fae3260b1b65d -xyz12be a1ef56bf746d71f59669c28e48fc8450 -xyz12le 831ff03c1ba4ef19374686f16a064d8c -ya16be 37c07787e544f900c87b853253bfc8dd -ya16le e8cab8fad88cba6d285b224d8bf0d4df -ya8 dbb99fbcdc204aaa1a7397ff561f1a67 -yuv410p 5d4d992a7728431aa4e0700f87fb7fd8 -yuv411p 7e1300e89f5bc07939e2c4a6acbdf267 -yuv420p a014c7eb7a8385d1dd092b7a583f1bff -yuv420p10be f9b154364efaa1af376fa6d8eeae6955 -yuv420p10le 15c83294ef560d57f25d16ae6e0fc70c -yuv420p12be 34da9c4e289124122ba36a9d4fb133fa -yuv420p12le c19a477a07fcf88e37ab37b416d064c0 -yuv420p14be 64779858686946fc0e780baf7c1391b6 -yuv420p14le c1d012a4f9d54fbc8b04fea96d85e903 -yuv420p16be 268b07358d8dc733ee81d0b87990d5af -yuv420p16le dae8da9edd4255051e3e546ae7ed9bd3 -yuv420p9be 37f0476e8458a93d3d22db568f617aca -yuv420p9le 83a6d32c91c15a3bc334bb9abf920654 -yuv422p 74f8006b4482db104f1986f49807a0af -yuv422p10be 7291903c3c0cf4e5456dd9673a619f1d -yuv422p10le 14cbaa728e888534359b9dddc5430f08 -yuv422p12be e9bc7f2da217fade40feb6960dcd894e -yuv422p12le 8d8184e4d0f1eb50e1834ac0c4af8c33 -yuv422p14be 2617c569ae9659d8fe6a01f96e2c9657 -yuv422p14le 7d01363cf090306cf93337c474cd8827 -yuv422p16be 86147d8bfb795ab1873c899611e2a361 -yuv422p16le 9df47cb7d6d39b335a547ced2865e72e -yuv422p9be 338dbb97c9f5a12ccea2c61774ddff2e -yuv422p9le 0822f8af35a269a036ae44878acba87e -yuv440p 98d0f96fdb3ba415899017adf7d4a4f9 -yuv440p10be d874167042037c1daf9b9a2f74bffad9 -yuv440p10le 3cfbd921369aa8f1e4977efdb7f44c8c -yuv440p12be dc3e6a40c44d5a5f9fd260b270e9037f -yuv440p12le 2fff7746ae7c07d407075c0e372baf46 -yuv444p 8f90fb3a757878c545a8bfe5d19a9bab -yuv444p10be 6683d5cb82c708d5f3a2a89d0311f7a4 -yuv444p10le 6d736fa464ff2de2b07e0a56af8444b7 -yuv444p12be 04320ad158450ee158f84a27c6325702 -yuv444p12le 08a81b2ea9c7c8b447e40ef8f4a46a4a -yuv444p14be ea3057d469d0c49c24e844256ef7871e -yuv444p14le 940f5908ccf06e01411f0a7bddb45c6a -yuv444p16be aee24ab2e9a4656f889399f1b0d98639 -yuv444p16le 781c22317c02b3dd4225709000bdb847 -yuv444p9be ac09917e5d2abc82c0d260007f4dfd77 -yuv444p9le caef947b8aff5b52285385c6ae9b2439 -yuva420p b227672e56215e184e702c02a771d7f3 -yuva420p10be f66e7d677625380f7504867fab51305c -yuva420p10le 01e94ee605714396e69b013c11dda348 -yuva420p16be 76e5e65eae1e7c5681a397a3462f4a9d -yuva420p16le b1930ab28ffe031c78ca28d3406311c8 -yuva420p9be 48dfa24cf0ea3864f35285074e8fa888 -yuva420p9le 0e9c9803aaaddc9f38e419de587793c2 -yuva422p 8f6bb778647e5dee62f544d646321171 -yuva422p10be 2f7204c93a1e5bfb04538852f99e4074 -yuva422p10le c8082548aca999edde77ef2749b1ff4c -yuva422p12be 19f8205cca3d19bfd4ad9cd2bfb07a0e -yuva422p12le 38e6c7d87332852d660df5594529fa6e -yuva422p16be 427ad55f7464121bb3ce164641772bc6 -yuva422p16le af6f8df651275de58129e010bb45ffcd -yuva422p9be 47579cc2cea861ca1461589b80c4720f -yuva422p9le aaeab2bfe80a29390e8666103ed8bb40 -yuva444p 459fad5abfd16db9bb6a52761dc74cc1 -yuva444p10be fa16bae4fc25429deb944ffa9f5b28a0 -yuva444p10le 92f820d3481b7ebcb48b98a73e7b4c90 -yuva444p12be d8193387128a1b1efc51f36a12c85385 -yuva444p12le 9c17bf72b083f93040d1e19516b54de7 -yuva444p16be c80c1899789a6411d0025730efc8f01c -yuva444p16le 2ed56ea50fafda4d226c9b133755dad8 -yuva444p9be 4903fde22b15d28da90761ac1cfcb1c5 -yuva444p9le 4eeb5988df0740fea720da1e31bbb829 -yuvj411p e003eefa7e2a20f20d33767775417216 -yuvj420p 8f3d8f1b4577d11082d5ab8a901e048d -yuvj422p 79d480e99e610112f266c833c6cb3d35 -yuvj440p f4b18310c7174868fc92579f87460876 -yuvj444p b161e6d5a941e2a4bb7bc56ef8af623f -yuyv422 435c92283b538aa3d8fa2a020b0afd49 -yvyu422 8436c2a760291cc979e0dd62ab8cede0 Test filter-pixfmts-pullup failed. Look at tests/data/fate/filter-pixfmts-pullup.err for details. TEST filter-pixfmts-tinterlace_vlpf make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-pixfmts-pullup] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/filter-pixfmts-rotate 2017-03-24 21:02:53.616379760 +0000 +++ tests/data/fate/filter-pixfmts-rotate 2020-04-04 16:05:09.001599644 +0000 @@ -1,34 +0,0 @@ -0bgr 4060279c35dd8810a2f55a021b836557 -0rgb 527ef3d164c8fd0700493733959689c2 -abgr 023ecf6396d324edb113e4a483b79ba2 -argb f003b555ef429222005d33844cca9325 -bgr0 6fcd67c8e6cec723dab21c70cf53dc16 -bgr24 4cff3814819f02ecf5824edfd768d2b1 -bgra 3934fb81a602dfa7d29420b1a66f0fd8 -gbrap 98d30987407c51e5620921e11d40a4ff -gbrp 5fbc319e30110d19d539f5b274eddb6d -gray 188590b1231afd231ea910815aef2b25 -rgb0 0de71e5a1f97f81fb51397a0435bfa72 -rgb24 f4438057d046e6d98ade4e45294b21be -rgba b6e1b441c365e03b5ffdf9b7b68d9a0c -yuv410p 5d4d992a7728431aa4e0700f87fb7fd8 -yuv420p a014c7eb7a8385d1dd092b7a583f1bff -yuv420p10le 15c83294ef560d57f25d16ae6e0fc70c -yuv420p12le c19a477a07fcf88e37ab37b416d064c0 -yuv420p16le dae8da9edd4255051e3e546ae7ed9bd3 -yuv420p9le 83a6d32c91c15a3bc334bb9abf920654 -yuv444p 8f90fb3a757878c545a8bfe5d19a9bab -yuv444p10le 6d736fa464ff2de2b07e0a56af8444b7 -yuv444p12le 08a81b2ea9c7c8b447e40ef8f4a46a4a -yuv444p16le 781c22317c02b3dd4225709000bdb847 -yuv444p9le caef947b8aff5b52285385c6ae9b2439 -yuva420p b227672e56215e184e702c02a771d7f3 -yuva420p10le 01e94ee605714396e69b013c11dda348 -yuva420p16le b1930ab28ffe031c78ca28d3406311c8 -yuva420p9le 0e9c9803aaaddc9f38e419de587793c2 -yuva444p 459fad5abfd16db9bb6a52761dc74cc1 -yuva444p10le 92f820d3481b7ebcb48b98a73e7b4c90 -yuva444p16le 2ed56ea50fafda4d226c9b133755dad8 -yuva444p9le 4eeb5988df0740fea720da1e31bbb829 -yuvj420p 8f3d8f1b4577d11082d5ab8a901e048d -yuvj444p b161e6d5a941e2a4bb7bc56ef8af623f TEST filter-pixfmts-transpose Test filter-pixfmts-rotate failed. Look at tests/data/fate/filter-pixfmts-rotate.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-pixfmts-rotate] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/filter-pixfmts-pad 2019-09-26 16:08:27.749521949 +0000 +++ tests/data/fate/filter-pixfmts-pad 2020-04-04 16:05:08.991599658 +0000 @@ -1,75 +0,0 @@ -0bgr 7bc6f5a1c44cdd7506174dccf52c68d7 -0rgb ff12e0f1e576b47a4c962729d5c0b868 -abgr 52738042432893de555e6a3833172806 -argb 2a10108ac524b422b8a2393c064b3eab -bgr0 32207a2de1b2ac7937e940a8459b97c0 -bgr24 f8b65ad845905c7d0c93ca28dfbb826f -bgra 929aac15e848038e367c250037575f9f -gbrap 5f16cccab5a17cb766c882e865995167 -gbrap10le a677322100409f9b1d22136b14bfb534 -gbrap12le e0e43f838cfbe98086042ba54b5f70be -gbrap16le 0f4414db67b84a720106d7a3b2435766 -gbrp 3c94d39256db2409015df913fd330a90 -gbrp10le 5b356737cd8a396f39bbdadb7cb35e06 -gbrp12le 91fdad0d1edf7bfa2805e2041e8da3cd -gbrp14le deb2c3af6b48faa52f6a1f6590a0cdf7 -gbrp16le a6156d1a37e05ee621b2a343fb158bd6 -gbrp9le 9e827f438e081d334a6cae7e282698b0 -gray ddc663a0491df3959d9c5795dceaa72e -gray10le e6559c1c8c05ce89f44b465573db44e7 -gray12le 1e6c6757658c7ae8a1f830432c5b7722 -gray14le af3f2f911c71cb34a8179a3291b5c90f -gray16le 468bda6155bdc7a7a20c34d6e599fd16 -gray9le f8f3dfe31ca5fcba828285bceefdab9a -nv12 381574979cb04be10c9168540310afad -nv21 0fdeb2cdd56cf5a7147dc273456fa217 -nv24 193b9eadcc06ad5081609f76249b3e47 -nv42 1738ad3c31c6c16e17679f5b09ce4677 -rgb0 78d500c8361ab6423a4826a00268c908 -rgb24 17f9e2e0c609009acaf2175c42d4a2a5 -rgba b157c90191463d34fb3ce77b36c96386 -xyz12le 85abf80b77a9236a76ba0b00fcbdea2d -ya16le 940fafa240b9916de5f73cb20a552f24 -ya8 5fc0f471207ddf7aa01b07027d56b672 -yuv410p cb871dcc1e84a7ef1d21f9237b88cf6e -yuv411p aec2c1740de9a62db0d41f4dda9121b0 -yuv420p 4398e408fc35436ce4b20468946f58b6 -yuv420p10le 74518a7d68457c54da3300e80c683e9c -yuv420p12le 32086c64c814315aa9253580708a192e -yuv420p14le 265e9fefb8b92f3cae678eb3cf4e00b4 -yuv420p16le 1ca89e47164d5f2481e39d4ac6eab2ed -yuv420p9le 59f0209084d1d1dd2861e058d1df63f4 -yuv422p e43d68568d9f782908ba56bf1e09d5d5 -yuv422p10le 18667cf7f87d8ffe1c4cc3db2100c559 -yuv422p12le 71e32220fa1bbdcac95fb57ba0dbd4f0 -yuv422p14le a0064be4d29079a811e5a315341da09a -yuv422p16le 836057e9999c763697c66c21869492b8 -yuv422p9le 3213bed797e7b4cefa4f174dc33bf246 -yuv440p a7e34de74c96b0224fe1381ec1db2ba7 -yuv440p10le f91a481e27be7ea4a38a878e5e4330a3 -yuv440p12le 0e9953a09ac09fe5f1523b350cf7cb72 -yuv444p 6bfd89286dc36f2789b77d747ed8fa22 -yuv444p10le b10afb5fda970dbce8aac5aab981a8cb -yuv444p12le 8f1b4b0f91d309fdaaec8a1ba6c7107f -yuv444p14le 2a87a84fa01237de9c08dd7e9ffbf78d -yuv444p16le 28508867fe7470c3539f8a84e8fb8271 -yuv444p9le 99d39ef897c6037d6c7aa6e7a0398f84 -yuva420p 842c27169ecdcf6de79f2b787367b51c -yuva420p10le 336fcb42c5b665c2028661e73325b359 -yuva420p16le ff45de790e7bdd3c25d8aad51289aba9 -yuva420p9le 8ef1f3b3e01b5ce222e4caeec3dec396 -yuva422p 91dcecc4bfdff1f0db9ef8b9b5b9ac2a -yuva422p10le 1ba292c74c8646fd077a6116142b1bc8 -yuva422p12le 50e59879a9b64ac0fc7f76a110537baa -yuva422p16le 383226550fe9c93d6e8bf0d45d1423d1 -yuva422p9le 0fb76788c905c6d448143aa3c5eae116 -yuva444p fb60941a57596b277417a3c7c00aa194 -yuva444p10le 251ea4ead8300d752eb355a08cbb0352 -yuva444p12le f38b7c5747b43bcc6d647f143cb069cf -yuva444p16le 5b65287e1862d2d9f1ad2cfdcde94661 -yuva444p9le e6946c10b94c271e7ea24b3bcff314e1 -yuvj411p 87dbac57b211ab4823c1abbd702f1516 -yuvj420p 1abef62bce65131ca4913eb2006fd860 -yuvj422p 198c57b519e2be14b150889bd7f94898 -yuvj440p e6533260d197ad15e39319117c57473e -yuvj444p 26a44748960513783ea676eff409d89a Test filter-pixfmts-null failed. Look at tests/data/fate/filter-pixfmts-null.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-filter-pixfmts-null] Error 1 TEST filter-pixfmts-vflip Test filter-pixfmts-pad failed. Look at tests/data/fate/filter-pixfmts-pad.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-pixfmts-pad] Error 1 TEST utvideoenc_rgba_left TEST utvideoenc_rgba_median --- /home/fate/ffmpeg/tests/ref/fate/filter-pixfmts-super2xsai 2017-03-24 21:02:53.616379760 +0000 +++ tests/data/fate/filter-pixfmts-super2xsai 2020-04-04 16:05:09.011599630 +0000 @@ -1,14 +0,0 @@ -abgr e21be14b5fe9d7a29740a418c325b17e -argb 563489534663cb2b32beed2b41370c37 -bgr24 a933eac9bb53c3ce3c33950b229996b5 -bgr555be d6d14ec3ae9ffffed3006a253e9b9a9a -bgr555le 70b819425f79f823356229b90b41cc84 -bgr565be 4ffcc26e740622ffd3314fe251e97804 -bgr565le 6fb9dc50a81b853800ba65d5ec6b8417 -bgra e9cc6644e2f35103c241094ab4bb8fec -rgb24 3fd7653f414f350ddb0c0a236ce0c809 -rgb555be 0f34c006142babd10065d90b8c2ce3d6 -rgb555le 53325a20c913826566880eb25d1d2946 -rgb565be 9889faf1a636161f3049b78e92db7d89 -rgb565le 14fe550f449a7539d9f1e99e85cf40f1 -rgba 7041184d35c316e73e849504b64bc4f6 --- /home/fate/ffmpeg/tests/ref/fate/filter-pixfmts-tinterlace_merge 2017-09-23 19:42:46.407628703 +0000 +++ tests/data/fate/filter-pixfmts-tinterlace_merge 2020-04-04 16:05:09.028266273 +0000 @@ -1,25 +0,0 @@ -gray fab3a7abc4f076cf926205aeacadbe51 -yuv410p d4506e49eeb64c7ce714c07597e7dd69 -yuv411p 2e8bb385cb4a53a0f3771815020f7213 -yuv420p c967d3d5f3200d1b2417b0f2356f12fc -yuv420p10le 404d90eca9b93f7c0949be23187804c7 -yuv420p12le eb2ef81b82f1342618e4c9fe8e086592 -yuv422p febaa84ea2e3246af742a7ed37c030f6 -yuv422p10le 0dc5f3833c0f11a0fcd0422d76508c10 -yuv422p12le 190eb7e76af5fc481588ded472901b58 -yuv440p 13a934b42df65f11e153314ebb4f311e -yuv440p10le 7fabea51d6e52b718ef3ab919b24f8d2 -yuv440p12le c7b138374a18f258bdd1a2d21b4421b0 -yuv444p 45d4466f5689942a4effb0fd23e44949 -yuv444p10le fde95627ba0e66be7ec863386b3e5ca6 -yuv444p12le c1e15c934ce3bc562a869dd78c75db17 -yuva420p dc1173a07c3f993b277ea0c94d513e1f -yuva420p10le d85972762437105a932759c4bb9759c9 -yuva422p ca200be80e5bfdb159e1aea57129ed3a -yuva422p10le 06d4f79ee2ddf31d9fe15af8ca573f46 -yuva444p 9f39c35d6899dcb8b9a9b07c339ca365 -yuva444p10le b0c54fc3efad73f252d86127407aa1fd -yuvj420p 844359293bb6ff81549f3fc0090cc587 -yuvj422p 526af049d43974822baa7b48aa1e1098 -yuvj440p af9285194da8efbc40d93bf8109f9dc5 -yuvj444p 2a3f18b02c17a0c39c6245b8b3639b91 Test filter-pixfmts-super2xsai failed. Look at tests/data/fate/filter-pixfmts-super2xsai.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-pixfmts-super2xsai] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/filter-pixfmts-tinterlace_cvlpf 2017-09-23 19:42:46.404295372 +0000 +++ tests/data/fate/filter-pixfmts-tinterlace_cvlpf 2020-04-04 16:05:09.021599616 +0000 @@ -1,25 +0,0 @@ -gray 9849d71519ae9c584ae8abfa8adb2f8e -yuv410p 44ee4b74b95c82d6f79ddf53b5e3aa9d -yuv411p 5fa9d1fba7adfd6f7fa04464332b631a -yuv420p ee9591ea3ab06c73be902c4b8868c69e -yuv420p10le 19b2dcf5e82725b2c9e366d5d3a4b67b -yuv420p12le e5b76eb58cab2dfa42738f665d8b8059 -yuv422p b1be7b55567bde86d655adf80fac1257 -yuv422p10le 66f7433c7423d6289ee20c19c4e8dd90 -yuv422p12le b4a4b5ed81341b36f685b14b2bb8a798 -yuv440p ddf6ee697f4ff4f90d501e6869392309 -yuv440p10le 7e44a92d9e47e15f0728b125725ccd41 -yuv440p12le c2cac82661e10be4917bd9dacb419fce -yuv444p 7cb5d0c0997c8c2545a16bfc4cb9fd6d -yuv444p10le 08fb13c69b40229014a6ccf0bdd5498f -yuv444p12le 796c5559b9f426470eb2997c21be5d14 -yuva420p ee0761e2f76ec441c545feede77103e4 -yuva420p10le 4bb6b3a1cbf2fd1fe5aefcc11ce8029f -yuva422p a8da2806e21a88449079faa7f4303ffa -yuva422p10le d2965b5b5a43a7165badaff0718a17d8 -yuva444p a3f57734d6f72bdf37f8f612ea7cce63 -yuva444p10le e020512901fd9ac7088898a4e3a8c7c1 -yuvj420p 9f358e311b694bcd01e1a07d1120ade5 -yuvj422p 9a7628a9f1630d35c7176951ddc1b2f6 -yuvj440p 112fe35292c687746ec0c622a42c611b -yuvj444p f894438f40950229baa02545daa8812a TEST utvideoenc_rgba_none --- /home/fate/ffmpeg/tests/ref/fate/filter-pixfmts-swapuv 2018-12-14 10:33:12.700977815 +0000 +++ tests/data/fate/filter-pixfmts-swapuv 2020-04-04 16:05:09.021599616 +0000 @@ -1,70 +0,0 @@ -yuv410p c87be6ce12b2d505935893b733e21ee4 -yuv411p 2a8b6b718d437e0bd15b614ea0723a82 -yuv420p 60976c86cb8b9a7ac3a11ba874134f22 -yuv420p10be 84f6ed35268d552fcca83629ab6aa4dd -yuv420p10le 559e8f10eab594de72d2b081bf9d480d -yuv420p12be f4650c64b173a906d33719e49c0cfb9b -yuv420p12le 26370ea437474d2b53ace1e55ee53faf -yuv420p14be 970fa43a1470ddedbd874c726a519293 -yuv420p14le 5a18b1d6f439077208556f2d2a80becd -yuv420p16be 97009aa152a4c6dc383b75c551ffa71c -yuv420p16le e7201caa7838647aefee41ae9e098110 -yuv420p9be 1fddc5d7f64f642fe888c5e0a8a4f499 -yuv420p9le 6e111f38dddfeec499e162f17244362d -yuv422p 80c6bc82f4bc330df1895c8f998e34bf -yuv422p10be 0aeb0cd5949ee258355fbe4ff2f84a56 -yuv422p10le 1bfff133885efb1c44dfd9191b6f241a -yuv422p12be d0b86084ce9330782fa24c4bdb3f6bc1 -yuv422p12le d46f2dd548a3edc0b1e3870ce112b722 -yuv422p14be 91a75ccb62fd1149069c6b7b26fe195d -yuv422p14le dbec6e0152daedafa161437fc931b1e6 -yuv422p16be c5de1a3fd28f647cb14d293061312f80 -yuv422p16le 56d4e3285312b1a24f299bef44f4dc15 -yuv422p9be ee90a48d7bbb9973e9152e80d58bfe4d -yuv422p9le c6cacd918669ffd24732281bed2e61a6 -yuv440p 563fd94ba1ddde6f3cd34a815ec03165 -yuv440p10be 2aadf346979813cbb336c0a543fe243f -yuv440p10le 9e34483ca0850e2d701a8a6d8ca9a0f1 -yuv440p12be 287406f4129717ae52d0c443cf42c207 -yuv440p12le ecbf69ad94f2917251f1ee642c82e8ae -yuv444p 184ae83da74e478595258db9e6af0827 -yuv444p10be 224d0e8ed36e9e72ed171aeba6483523 -yuv444p10le b525bc915f533a2a82b3ce525693bb9b -yuv444p12be afdf75fe13ae792c4e0fa2cfb9e5bd1e -yuv444p12le f161ba8f5c036deac7def77ccbda67b7 -yuv444p14be c87e248a2c605515f11afd8f1251db67 -yuv444p14le 3085381c2b70642fc95c6bb153d766a1 -yuv444p16be 3d99c4af5cc1ddc3144a10e0b2b75951 -yuv444p16le 56f7022d0aeb4c4f56c6451e431d5390 -yuv444p9be 3d86a8c9cc4af8ecc692578384e01ffe -yuv444p9le 65b78fabc21cad07cfd209f2c27ae0be -yuva420p 8afb004ce37ac4d9f881c138b25c414a -yuva420p10be 7417eee3faa13dd69a2335996fd4ed14 -yuva420p10le db1e7e8bc49adb2180d8dcef665331b7 -yuva420p16be 949443d63e99f714b2dfcb5b79033d5c -yuva420p16le 22c6b3317ece86f461aec210179571be -yuva420p9be 1125f7298fc3f69725ad793d16c2da12 -yuva420p9le 7f445bfa33b6875cc65b47cee24c3154 -yuva422p a1bd5c90b7bde1d3657025612a6f231e -yuva422p10be 05bcc2394cfb0406d37b942423f6dbe7 -yuva422p10le c166994709af82b9cdcebe4a7057348c -yuva422p12be 30f4f9d6a2a623c45c4474e4aac8f7b9 -yuva422p12le 79dfb02173b19beb76b9f0b76a96d1d5 -yuva422p16be 9599ed5721f52028c3acfeb7b33ddc87 -yuva422p16le dbb74e0bb2cf732e39e669f60ec6e1cf -yuva422p9be 39093fec98b02e83b7e20dab3e5e4cf6 -yuva422p9le a0a6dd2e62ea01e8a2268c7d88385252 -yuva444p ff2441de373fbfaed7bc199a7abe5a3e -yuva444p10be 857043b712213eee329d2fb584d74c3e -yuva444p10le c3c451b3605af959a5d80146f4170e9d -yuva444p12be d60fd21b48fa6a3677a9070d5b2eafdb -yuva444p12le 8f43565353cf0ce0a06f6b1261e42a53 -yuva444p16be 356d72791dfd91861b21630e315d40cb -yuva444p16le 176591ce074ba8befc5fb279446ca1be -yuva444p9be 675f0ed3e6572b05f06d9e44611bdff5 -yuva444p9le bf3ea2bf123a3a1ceedf587682b85cb9 -yuvj411p 361c32e086bd27cf3ded194dc00dc9c5 -yuvj420p 553ac1af571391271d9715e2e8a4a5cc -yuvj422p 39b613d01cacfcdd9eecf9e0d379a393 -yuvj440p afed4ad98d6accf5811d439f3a687aa1 -yuvj444p 8de64aff4b7b3895d8cedd67cc10722b Test filter-pixfmts-tinterlace_merge failed. Look at tests/data/fate/filter-pixfmts-tinterlace_merge.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-pixfmts-tinterlace_merge] Error 1 Test filter-pixfmts-tinterlace_cvlpf failed. Look at tests/data/fate/filter-pixfmts-tinterlace_cvlpf.err for details. Test filter-pixfmts-swapuv failed. Look at tests/data/fate/filter-pixfmts-swapuv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-pixfmts-tinterlace_cvlpf] Error 1 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-pixfmts-swapuv] Error 1 TEST utvideoenc_rgb_left TEST utvideoenc_rgb_median --- /home/fate/ffmpeg/tests/ref/fate/filter-pixfmts-transpose 2019-09-26 16:08:27.749521949 +0000 +++ tests/data/fate/filter-pixfmts-transpose 2020-04-04 16:05:09.038266259 +0000 @@ -1,120 +0,0 @@ -0bgr 6929c1e308d2f4f941d002627047d262 -0rgb cf1bedd0784a3efd3ab00c4e44005c37 -abgr 6d6f896f853a6c6f93ee70dba9af3d17 -argb 87bbd23debb94d486ac3a6b6c0b005f9 -ayuv64le e4c07e0d5b333b3bc9eb4f3ce6af3a2c -bgr0 df3a6eedd4939ce09a357b655ac2962a -bgr24 f9a08135e5d58c0b2a5509c369a88414 -bgr444be dd9e990a327649ec0b2b81a8ee4d8f49 -bgr444le bee1d9fae8733d0c0669bca2ac4dfaf6 -bgr48be 39f48f6353dfc772af36cbb41e6126a4 -bgr48le 9a61d9531b1f6de44b27f6bb9b4dfc79 -bgr4_byte ddff9da461afce90e3122a41d79b287d -bgr555be 24e5c6502a6d927f8ba88f3320ebf619 -bgr555le 5201d098979ea86a66d8df1ef41c79ad -bgr565be 59afe17b455e921daf428ba05a40bab9 -bgr565le b2709790684abbd2133906b637f2b4b8 -bgr8 b6ee15f70989d2f52f184e32b3af2c18 -bgra f2fe61e08446900ad209f2c586997e15 -bgra64be 8d01994c8c32e628fcf9749851f1ffe8 -bgra64le faaef6d280f92e7e8abdd9fa4a61f7b5 -gbrap 0899b3af50d35a63bfecb419a5b29968 -gbrap10be 3e3be2d8f9aa5f449a1df404e27d0054 -gbrap10le db4e4861010cbbf726492fad282d5813 -gbrap12be 1518c9a565d1ba1a45dd369acc1aa75e -gbrap12le 714fe318af81a46f83655c6e7e13351e -gbrap16be 39d488528aacff466aac7539c9b948a8 -gbrap16le 5426ac9457289927bfe2ec03038a8780 -gbrp 7b4b6a2f1cdc51455b25515c3ecea944 -gbrp10be d7401725699b2ddf954caa16a0878a1e -gbrp10le 6036711969eae1979be6358f688bd9c8 -gbrp12be ec7d6e69fc579619b53d57a76c20480d -gbrp12le bf7478185274486c3f7dd4db1da8f7d0 -gbrp14be 9b66f22e4315aaa878a430ae3f44ab57 -gbrp14le 16f30349b42dca007b37b8522d3018df -gbrp16be 0d003b88d4f446ae9ba12cab1cbb359a -gbrp16le a1c09038fa4636c9843ab8dd2b7601ea -gbrp9be df381b4b27be25d172fa556434478807 -gbrp9le a5301e978f68b29bfc613b2462ec4888 -gray c5f8bc6636fd15dbc57deb4bba1e7379 -gray10be 48b421da79c195fd91dffb8fca79a8a2 -gray10le 7774e3296916b896afa46f626334a280 -gray12be 89f1c4b7821b771f6d967f9db871f8ef -gray12le 43d392c3dcbd79b47cce31f2006c5050 -gray14be 5e2d1eb84d6d375502b3210d572d7433 -gray14le 6114774e9d07b08ec52fabaf6d0ee85a -gray16be 4aef307021a91b1de67f1d4381a39132 -gray16le 76f2afe156edca7ae05cfa4e5867126e -gray9be 2c425fa532c940d226822da8b3592310 -gray9le bcc575942910b3c72eaa72e8794f3acd -grayf32be 823288e1ec497bb1f22c070e502e5272 -grayf32le 6e9ec0e1cac3617f3041e681afd2c575 -nv12 1965e3826144686748f2f6b516fca5ba -nv21 292adaf5271c5c8516b71640458c01f4 -nv24 ea9de8b47faed722ee40182f89489beb -nv42 636af6cd6a4f3ac5edc0fc3ce3c56d63 -p010be ad0de2cc9bff81688b182a870fcf7000 -p010le e7ff5143595021246733ce6bd0a769e8 -p016be ad0de2cc9bff81688b182a870fcf7000 -p016le e7ff5143595021246733ce6bd0a769e8 -rgb0 31ea5da7fe779c6ea0a33f1d28aad918 -rgb24 47654cabaaad79170b90afd5a02161dd -rgb444be 3cac1f0c43a74d2a95eb02e187070845 -rgb444le 46d602468bd9e5a430622e3d4b7c8f40 -rgb48be 400932419bbb780614254253ef5591c3 -rgb48le 6a99c40f21629cb0655e8772d7190374 -rgb4_byte d3990da196266305a3f2e5b1d72401a5 -rgb555be 79e4503ff0d5cf52d3a7901397499a28 -rgb555le c65f2594c0b3107a322f7aeb81aa8a16 -rgb565be 0c746b5063d02d6cb98e9e9a59ad3b99 -rgb565le 63b02db11c3d20be54d218c7c44f8ddb -rgb8 c90feb30c3c9391ef5f470209d7b7a15 -rgba 4d76a9542143752a4ac30f82f88f68f1 -rgba64be a60041217f4c0cd796d19d3940a12a41 -rgba64le ad47197774858858ae7b0c177dffa459 -xyz12be 68e5cba640f6e4ef72dff950e88b5342 -xyz12le 8b6b6a6db4d7561e80db88ccaecce7a9 -ya16be 3e161cb5f225922a80fefdc9cc02a4f9 -ya16le 5b3f6c06850b1678cbfc2c79cc448547 -ya8 d4b7a62f80681fa44c977ff3a64f4ce4 -yuv410p 4c0143429edd30aa01493447c90132ea -yuv420p 2fa5b2201c75034206cc20e2c6134aed -yuv420p10be 0931660f930d9be8aea9d0c76b406055 -yuv420p10le 9ce12b168c49db871836c979b526c1f1 -yuv420p12be 73d6be4230b6f4e4e269977afab56323 -yuv420p12le 6938815c8acd690138506cbb5f005fb8 -yuv420p14be bf76a805b9c2f9808c73492d3b8da268 -yuv420p14le 5df47483b89ffe6ef4bbf14058d7d3b3 -yuv420p16be 3a64132681656be6db635f4e6a282dc9 -yuv420p16le c77a81e47d1690a338693ec6f323ef1e -yuv420p9be 2307cb7f324df299c4829b11cb0e6bc7 -yuv420p9le c735c3c8424c70d822ab4a1fe1f504e2 -yuv444p eb755977ca464baac5f03771858080ae -yuv444p10be 866b59a23dff3dc1cb6bf7bd7da26da4 -yuv444p10le 417d62f15abf4777c4ec5e0d00796a9e -yuv444p12be c1da110f0ee898fbcd4b45afb5aed58b -yuv444p12le dc18bddd7b6bb9fdb2e0c7e7476375fa -yuv444p14be 2f181fa3403e7911b233d3d976abea73 -yuv444p14le ac718343878786a25b9a50924f9aabca -yuv444p16be 128214efef6fffe3293db513ae700d4a -yuv444p16le a8b6613094b8d2b275e2e4bc4512c9e4 -yuv444p9be eae529dd1cdb7f512ae2674334c1ef08 -yuv444p9le 06ffcacdd03f6457614c352a4ccb7642 -yuva420p 058d00d9564be827e5db6ce2b8b2dbb5 -yuva420p10be 333209d11916161a65c6453d2bf435c2 -yuva420p10le 4b7ea5b59a712f1f59cd394b3b40ff69 -yuva420p16be 5984c7f4d14e4cf0e511cb0aa6c53089 -yuva420p16le 34e29fc4a22a0ab1ea01641d0df2ac86 -yuva420p9be 45ea80889575b31cccc83a4d16555497 -yuva420p9le 6e5cb3e761a9c45e26370307c49f8831 -yuva444p 4f9e649fbc2c0c91178d1576e462bb31 -yuva444p10be 9450fbac30b5f9da7414c895695591a9 -yuva444p10le 84a93637bf2c7e498380beff9b1fc503 -yuva444p12be 3eae4234e38ce068600dd7fdb39e04d2 -yuva444p12le c4a4a3601a7fb9ef02770384e155f3d7 -yuva444p16be 9fd2f00ea9bef8e488228bc0b47b28cb -yuva444p16le ae9fd8d1baea0f8626b963816d667d2d -yuva444p9be 4ce11ae57780f74c78cdd5c06be4bded -yuva444p9le 1b9cc85fd6ab0c7e240915a99e98d1c1 -yuvj420p 9603b8dd64daec41f0514197989c2b19 -yuvj444p 66ec9b3219df9eb2c1315d293602ab42 TEST utvideoenc_rgb_none Test filter-pixfmts-transpose failed. Look at tests/data/fate/filter-pixfmts-transpose.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-pixfmts-transpose] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/filter-pixfmts-tinterlace_vlpf 2017-09-23 19:42:46.407628703 +0000 +++ tests/data/fate/filter-pixfmts-tinterlace_vlpf 2020-04-04 16:05:09.038266259 +0000 @@ -1,25 +0,0 @@ -gray b79791449947c25cd5b36d9d3b9d1831 -yuv410p 5bc03f4cf6b441b421f0fdaeeff1e9ed -yuv411p 19046df1876c46ed1ef0458680270bd3 -yuv420p 69c743b84996be9430b051a55cfbcb29 -yuv420p10le 85948ad609abded6b50882d459f5a2f8 -yuv420p12le 7cebe45f51bdadc766f66c68db8d347d -yuv422p d710ccd1941f6f389c97a09bc977e709 -yuv422p10le c54873f77dac1d710fb2aa1b0ce2669c -yuv422p12le 94a527bb787b9d121ffbbcb3a6c545d8 -yuv440p 1a482a23fe5a9b7d02388c299fd0a423 -yuv440p10le 506efa287ecce9c951da2039fa1de2ae -yuv440p12le 631bcf190f409ccbc5c27b9f0f6ba5e2 -yuv444p c968a92f4b7ab6706ee9b425eb5345b5 -yuv444p10le 0af437e635d49feccf7dfae201e6dfc5 -yuv444p12le 2e9e9f7caae1fae3b026810246fc6ac1 -yuva420p 3f89a166f309c0cda8b91a9e8a0ce937 -yuva420p10le 79de1cc549c03d4893cf6f1aca86e057 -yuva422p ef8fdbe910d68e88e98227b0e99fb5a6 -yuva422p10le 257a4aec41f9b5412179272d8a7fb6f7 -yuva444p 3662eadd5f61a6edbc9d715ea8591415 -yuva444p10le 0905cf5b7f42c11be3f0486a66533c71 -yuvj420p 14c4390b319c5d679184503309060ac3 -yuvj422p bbe00a26526931b72a024febe1cd6b90 -yuvj440p f654cf28b7879c6a6c950c3cb9612580 -yuvj444p c162a4fe7a665f4abf257443703f0d72 --- /home/fate/ffmpeg/tests/ref/fate/filter-pixfmts-tinterlace_pad 2017-09-23 19:42:46.407628703 +0000 +++ tests/data/fate/filter-pixfmts-tinterlace_pad 2020-04-04 16:05:09.038266259 +0000 @@ -1,25 +0,0 @@ -gray 7ef396fecd8d1c9fe32173e4415ba671 -yuv410p 35bc11d0d32efc9e9a969be7d720f4e6 -yuv411p 17ef3cd22a74f7368b5e02f68779f294 -yuv420p 93d5b6a4c44d67e4d4447e8dd0bf3d33 -yuv420p10le 14e754c6e9d41cb048ce3c93512d7d35 -yuv420p12le ce54a2e38d121a7575dff30542facaad -yuv422p 3ee40b0b6533b9183764b85c853ec3f9 -yuv422p10le d4b61a84b93e74b07b7020ceed40e39e -yuv422p12le 8fd90be12a97307645ecfcd09d576643 -yuv440p 1d3c1258a51d09e778cd8368b1a4126f -yuv440p10le 29d116cb550a05920e5619ab58284d30 -yuv440p12le d7518f941a3b2c137f944afe9da816a1 -yuv444p 1093568ad8f479ec20e738d018dd3f8f -yuv444p10le c65233e1d8b01f3369c20738f7386801 -yuv444p12le 70dc51a857bfb215b3a81fceb114b74c -yuva420p 4588aef20c0010e514550c9391219724 -yuva420p10le 3181e84fd7aaed606bb86eecd2e13f20 -yuva422p 3426ed1ac9429202d8c29fa62a04d4c3 -yuva422p10le c00acd7c437d41755dff09c5ca3642cf -yuva444p 1b9fc791c7d774b4ba8c9dc836f78cf5 -yuva444p10le 616b42a232c83b8f9e5c5168ec4b5da5 -yuvj420p 9a872e0c1b3c0b6fe856415696b758bd -yuvj422p da3c9ef25528a2ee96746ce44e6969f3 -yuvj440p a9a5495c6b0e2bf6e561998ea1c356a7 -yuvj444p 085214844e83ad47b4f33303db0ebee6 --- /home/fate/ffmpeg/tests/ref/fate/utvideoenc_rgba_median 2018-01-02 18:44:31.293876843 +0000 +++ tests/data/fate/utvideoenc_rgba_median 2020-04-04 16:05:09.058266231 +0000 @@ -1,60 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#extradata 0, 16, 9881f4423f0a3b5da25a0574d3451eef -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: utvideo -#dimensions 0: 352x288 -#sar 0: 0/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 207164, 91bd0a04c522e4a449a2b2729cceb273 -0, 1, 1, 1, 207188, 8a9a23c32503fe30df47a598d319591e -0, 2, 2, 1, 207980, fac02289d860c485b09053119a259772 -0, 3, 3, 1, 206944, bc0251f0a3ad5881cb402d1d071cbfe8 -0, 4, 4, 1, 206200, e3b811ea58b790b171b75c9af46a3637 -0, 5, 5, 1, 207100, 076ca542190996d4ff4380bfff1b8707 -0, 6, 6, 1, 207172, 87d8540012df5c62ffcec97ac4255e44 -0, 7, 7, 1, 206444, 8a4a787dd73b93653ab69622b3fcaa6d -0, 8, 8, 1, 206884, e4ce5916ecee62387a44257f9f7e309f -0, 9, 9, 1, 207632, 67f343e24f47b1eddb47e59831752aab -0, 10, 10, 1, 206916, 6a1d003a2b3c10bd87d5b71a0ecb6fae -0, 11, 11, 1, 206572, 8939adde46e92bf02be301590de578ae -0, 12, 12, 1, 205832, ac36ce0cc201b89aa85aea9f8f85b654 -0, 13, 13, 1, 206712, 1d85faa22ef18e060354d2e2931f78f3 -0, 14, 14, 1, 207496, 2459b868050730ba3c3152443f119e59 -0, 15, 15, 1, 207788, 27616d7494e570814378a35fd72b3d4a -0, 16, 16, 1, 206988, 4f0daddba744ae0ebeea8b55ebc6778b -0, 17, 17, 1, 207056, e2340667064a25a75f67e261fe96baf7 -0, 18, 18, 1, 206440, d487795c5f4a3f338cebfd36b264a760 -0, 19, 19, 1, 206344, 0cd1a4c459402e82d7c89a131d6f75fe -0, 20, 20, 1, 205404, 52ea62992efacc4bf4234507752cd4ed -0, 21, 21, 1, 205776, 7712e82b94fd155c1e0dfec1db19a298 -0, 22, 22, 1, 205600, ec081ebb4e12f35aa47e673c5cd8c858 -0, 23, 23, 1, 207040, 637d7b20ab169db4671d76abc986c20d -0, 24, 24, 1, 207484, a776de1269ad564e1dc21ead94dcc71e -0, 25, 25, 1, 206792, 6aaa68388fb12b2e70eb542819902a97 -0, 26, 26, 1, 206384, b4c4d079d7c75b03e2d3915a8676a64d -0, 27, 27, 1, 206296, 521647a00535f63c241b54699b5d803a -0, 28, 28, 1, 204996, 892f0c216d04dfa120576c0cbbbdb0a2 -0, 29, 29, 1, 205396, fa1b2301c765bb1ca1c85828918462b9 -0, 30, 30, 1, 205812, e40d8da60a07f19b43ab27a13928b87d -0, 31, 31, 1, 206604, 2a06b115a3a400a73ad06b69c90a0768 -0, 32, 32, 1, 206568, e6d367cc3d7bd17a6c470fe86591e56d -0, 33, 33, 1, 206908, 8d53fe57b1043562c50a2fd63fa2ebfa -0, 34, 34, 1, 206388, 3a5544a0a814dbba171d0384c91ea566 -0, 35, 35, 1, 206700, bfe43124bcbbaef9884893c32396f316 -0, 36, 36, 1, 206516, a93e303f30a9269c6d6b59882b668630 -0, 37, 37, 1, 206776, 3044d9c98555d3415fc75b085f8aab0a -0, 38, 38, 1, 205940, 870403f6326de73750a57692a288bc2d -0, 39, 39, 1, 205612, f97b94da7b565f67cb476c73c2196bb1 -0, 40, 40, 1, 205120, 78341e169158f97791ec9a88ee936048 -0, 41, 41, 1, 206132, 83d31e0b40f2850b0767fbd162b4aabd -0, 42, 42, 1, 205984, ba029595b56087c55f324a54cb5e20a6 -0, 43, 43, 1, 205964, d067932b507acda9020837ed271eb09e -0, 44, 44, 1, 205376, 62b45f4949405875f947cd6d5133b76d -0, 45, 45, 1, 204756, ec45bcef0601faff97d89f89bfede4f3 -0, 46, 46, 1, 204704, 59c9d309aa381e39f3b236d332ae516a -0, 47, 47, 1, 204652, c44f8fba96dfb305cdc797ddfa033899 -0, 48, 48, 1, 204460, d0116d06128babcf8ec55205ce89d46a -0, 49, 49, 1, 203624, bbd3523ac263c622541aa67825601fd2 TEST utvideoenc_yuv420_left Test filter-pixfmts-tinterlace_vlpf failed. Look at tests/data/fate/filter-pixfmts-tinterlace_vlpf.err for details. Test filter-pixfmts-tinterlace_pad failed. Look at tests/data/fate/filter-pixfmts-tinterlace_pad.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-pixfmts-tinterlace_vlpf] Error 1 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-pixfmts-tinterlace_pad] Error 1 Test utvideoenc_rgba_median failed. Look at tests/data/fate/utvideoenc_rgba_median.err for details. TEST utvideoenc_yuv420_median make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-utvideoenc_rgba_median] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/utvideoenc_rgba_left 2018-01-02 18:44:31.293876843 +0000 +++ tests/data/fate/utvideoenc_rgba_left 2020-04-04 16:05:09.054932902 +0000 @@ -1,60 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#extradata 0, 16, 9881f4423f0a3b5da25a0574d3451eef -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: utvideo -#dimensions 0: 352x288 -#sar 0: 0/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 210764, 7c17cd8382580fcfd6dac1ddaa644c8d -0, 1, 1, 1, 210772, 4c6bcde52e58d800927620df9e0e03b8 -0, 2, 2, 1, 211564, c0754e5c821ae0c0ca0bae78ad8fe1aa -0, 3, 3, 1, 210032, 6ea988397d00f553c6e5ddbca7a08af9 -0, 4, 4, 1, 209168, c2d1fcee61bfdb5e3925aca342550ae5 -0, 5, 5, 1, 210284, dc92cc07ac1211e664a24c701c410e0e -0, 6, 6, 1, 210184, 0977e253355bff82f0efd330e94cec6c -0, 7, 7, 1, 210136, d81c28cfef7dd47abf2ac951b6a948e7 -0, 8, 8, 1, 210016, d378efd0efe103407afa8b8f45d17e24 -0, 9, 9, 1, 210624, 1a7e4a4c7b4ccbd10b9238b22dbc953b -0, 10, 10, 1, 210388, 607fdb29b0bf5846cbbb776459840401 -0, 11, 11, 1, 209956, c4c4c18b83db1983b1d9268024027025 -0, 12, 12, 1, 208064, f1a73d7fe1dfdeb33758c9d7c61fa81b -0, 13, 13, 1, 209728, ce7b81e19d940ebddeef93e281fed00d -0, 14, 14, 1, 211640, 0d6929d8d034f8accd00f58b887073f5 -0, 15, 15, 1, 210932, b895f81c00f959868e24944ee816e0df -0, 16, 16, 1, 210500, c43494420a45bb8fb0a907d3169d30b7 -0, 17, 17, 1, 210328, 5e4d72389e2733d8ce274f0c9a7cf7aa -0, 18, 18, 1, 209612, 59d368acc1ea2c0f28ed0787fe5bad4a -0, 19, 19, 1, 209716, 77a331effc0bb544ef1445fd5c42cfe2 -0, 20, 20, 1, 208912, 1de694210d8e781ce8ea29add190ad06 -0, 21, 21, 1, 209052, b48927d6e1658b5df335c34bf0fc0dc9 -0, 22, 22, 1, 209552, 1c00ad79bcf1efdb633baa040f5e1400 -0, 23, 23, 1, 210460, 755c6daf2681ba0aed4e4c962faa288c -0, 24, 24, 1, 211136, e6a5687e05a70fc7c741f2ef7afb93b9 -0, 25, 25, 1, 210444, 6fe3ec5657f092b009a7bcc4815fc5b3 -0, 26, 26, 1, 209764, 19bc9792b30711fb7276a9f74d423c3e -0, 27, 27, 1, 209328, 0144894411a4c5f14c66a393a46bb3b4 -0, 28, 28, 1, 207152, 61bbd2676caf8fbe6582274fe8add09d -0, 29, 29, 1, 207360, 9663a6d131b029c9ad7469d67a381823 -0, 30, 30, 1, 208608, a0908484dfeead74fb351bb1ba3b514a -0, 31, 31, 1, 209284, 00dda733e216eb968cfdf97f6138294d -0, 32, 32, 1, 209400, 7f7e4d3546ab89ba5eaed835a2fabf64 -0, 33, 33, 1, 211120, 3b281fadbc1eed3b4d0e6b14deb4a18f -0, 34, 34, 1, 210488, f3fb93f6504ffee9984574a7b6854d89 -0, 35, 35, 1, 209952, 1ccf5aa118c8cd51e099749289fdc374 -0, 36, 36, 1, 209140, 4e4c0f0a38608f1ff760a7ada9d44a6f -0, 37, 37, 1, 209380, dac76683c0ce9e1008fe1490dc1479bf -0, 38, 38, 1, 207004, e914b5454210fc6b4c39d22b7daf16da -0, 39, 39, 1, 206968, 0a9566c879a6897536ec094100f32fbf -0, 40, 40, 1, 207368, a644c2b3b8c89ec01b2b51576a5b09b5 -0, 41, 41, 1, 208628, 2ce6ca69d5f6e29641f5a907ffac9bb0 -0, 42, 42, 1, 208976, d3be7fe389e80df517eafd0c861947a2 -0, 43, 43, 1, 209316, c5148e0073cebd50d8f619d4875874dd -0, 44, 44, 1, 208356, 54e0082cdc1aa7fcbb8c655e94fbd410 -0, 45, 45, 1, 206620, 77ec6d3714a0dcbf0cdd5349df0951fc -0, 46, 46, 1, 205932, 7857acd2afd3169126a5428ddef97abd -0, 47, 47, 1, 206524, c903ec677106ec1f7f583bb813a1120a -0, 48, 48, 1, 206444, ea549da62a460b50811cb3f182fe5c19 -0, 49, 49, 1, 205460, 81d823633491b13a31dfdbc5f33d79f4 TEST utvideoenc_yuv420_none TEST utvideoenc_yuv422_left --- /home/fate/ffmpeg/tests/ref/fate/filter-pixfmts-vflip 2019-09-26 16:08:27.752855276 +0000 +++ tests/data/fate/filter-pixfmts-vflip 2020-04-04 16:05:09.051599574 +0000 @@ -1,155 +0,0 @@ -0bgr e6f5c50fa0330cd5d5e69ffc09bc085a -0rgb 76b792f8ce8a72925e04294dc2f25b36 -abgr 8b94f489e68802d76f1e2844688a4911 -argb 3fd6af7ef2364d8aa845d45db289a04a -ayuv64le 558671dd31d0754cfa6344eaf441df78 -bgr0 7117438cf000254610f23625265769b5 -bgr24 52b2c21cbc166978a38a646c354b6858 -bgr444be 6c6cb3f5a26d5fd00bd04467bb0bbcca -bgr444le 860b20346d24510c1b3e44067916bb68 -bgr48be 161d37f2f6ba5de48d17f59050804660 -bgr48le 98f471e833021adad925d7d8d45b7c6f -bgr4_byte f6296e1a5741531f67f62599ae30bfde -bgr555be f5e041ea34e4c084c3531b9fe2d01016 -bgr555le 3b5c5281a7e13a1f757dc5d8eeb77d85 -bgr565be a567fb6edb4057d44c33c1bad23b9807 -bgr565le c6f40163bd064760f316a90f4c7885ac -bgr8 f2e4aabfe9e6039beb1f2b8c43c83e3c -bgra 0af63cc2ffd61af252df93cc767de358 -bgra64be 31af33833f6d8f2e4a62683288770aa4 -bgra64le 45feb93863055282447d1ff89c5158bf -gbrap 421c56a25f88d58b9361f5c7bb368e21 -gbrap10be e8134b72acc090b093b4d9b4d4703c7e -gbrap10le 43bde7bd6a676c6ac33dbcc4c72762f3 -gbrap12be 16a3d105ba852a9fa23ea5232db51b48 -gbrap12le 6ef8a3ac4129ec23c34aec14ac41f249 -gbrap16be 70b020b6b9e1896b72f890de3570ffda -gbrap16le e0cf341cdbaf1f5c40016f181bc9d7d4 -gbrp 413b0f6ea51588d4be5f0c76d43d8796 -gbrp10be d02bd50db83213667808f5bacefe667c -gbrp10le 2d4a5ebc773ffc3d857a6ef24afbe10e -gbrp12be a668b7dba68817736501386ffe9f3adc -gbrp12le 299695016c22a4947d94b16f0975536b -gbrp14be eeebacfb19c970dd76ad044ef85e8fe5 -gbrp14le 6e93b87047e433995111eb5397751c3f -gbrp16be 3fef87fe67bf1fd0e2f5056dc0db2ef4 -gbrp16le f3b2b76fe707f77eb1376640759f5168 -gbrp9be 99c694dd47d12ae48fc8f47a0c410333 -gbrp9le 26e103a4ab99fb3f58667df490997a36 -gray 41811422d5819ed69389357294384c10 -gray10be 52710b3ab3ccf6101d28109f58cd48c4 -gray10le 9c432a163f0cfe9ee2a4b72ae8a7c307 -gray12be 7423ce8a77fbc40c5d4776eb28fec60a -gray12le 808158633559d7deebc7dac2d79e88f8 -gray14be 68b14e31a089d6bd1fa2082d66d004da -gray14le 3842b874a9b05ce2ae3cad9ef7131013 -gray16be 29f24ba7cb0fc4fd2ae78963d008f6e6 -gray16le a37e9c4ea76e8eeddc2af8f600ba2c10 -gray9be dda11d4ffd62b414012ffc4667fb4971 -gray9le 159bf6482d217b2b8276eb2216cd7a09 -grayf32be c1ba5943a0d24d70e6a280f37e4f4593 -grayf32le 8e6c048a5b3b8b26d3a5ddfce255f3f6 -monob 7810c4857822ccfc844d78f5e803269a -monow 90a947bfcd5f2261e83b577f48ec57b1 -nv12 261ebe585ae2aa4e70d39a10c1679294 -nv21 2909feacd27bebb080c8e0fa41795269 -nv24 334420b9d3df84499d2ca16bb66eed2b -nv42 ba4063e2795c17fea3c8a646b01fd1f5 -p010be 06e9354b6e0e38ba41736352cedc0bd5 -p010le fd18d322bffbf5816902c13102872e22 -p016be 06e9354b6e0e38ba41736352cedc0bd5 -p016le fd18d322bffbf5816902c13102872e22 -pal8 450b0155d0f2d5628bf95a442db5f817 -rgb0 56a7ea69541bcd27bef6a5615784722b -rgb24 195e6dae1c3a488b9d3ceb7560d25d85 -rgb444be d30742559618f871ef5543f602e35d04 -rgb444le 8cae7773ce27d959fd7836832ab392a6 -rgb48be 3c519a3f78405a8f2cc05c4846ab6e71 -rgb48le 09218c1dea3d085d435910478d4c4b7a -rgb4_byte 0e2b561097230e9c72acc645e6806e20 -rgb555be 730f68605d12eb7cd524b63388f69712 -rgb555le 7fec4673ba9025bf492e88754afb51b2 -rgb565be 1f54ab9892bf28e3081ab55c83c86e24 -rgb565le 13255e04237bb16eb22f29f892590182 -rgb8 7df049b6094f8a5e084d74462f6d6cde -rgba c1a5908572737f2ae1e5d8218af65f4b -rgba64be 17e6273323b5779b5f3f775f150c1011 -rgba64le 48f45b10503b7dd140329c3dd0d54c98 -uyvy422 3a237e8376264e0cfa78f8a3fdadec8a -xyz12be 810644e008deb231850d779aaa27cc7e -xyz12le 829701db461b43533cf9241e0743bc61 -ya16be 55b1dbbe4d56ed0d22461685ce85520d -ya16le d5bf02471823a16dc523a46cace0101a -ya8 4299c6ca3b470a7d8a420e26eb485b1d -yuv410p c7adfe96c8e043a6cb9290c39bf8063c -yuv411p 3fce29db403a25f81be39e01aaf6ff3a -yuv420p d64fae96fac22aefa8fbcf45a09f37c1 -yuv420p10be 63f545453139f38883cfa1210f7b6ac5 -yuv420p10le 925de8b0bf9519c4b841afab4dd6bb25 -yuv420p12be 619425168c3b8bb9da68e7810bf5eacf -yuv420p12le 403d7d96939fa538b04f7b7b26ac6868 -yuv420p14be 22d2d9fb5883410807ede4066e735426 -yuv420p14le 5cace6a24a1ff5d2a41a3c909c4bc41f -yuv420p16be 0a6499a1b22230ad030448d3ac95b5c1 -yuv420p16le 2a5c131b060757aab1fe84200528d404 -yuv420p9be 694227c773c3a66e4edeca950f99f6d6 -yuv420p9le c3ec4bffc19c49edafd769a7dfccd9c1 -yuv422p 54f608c9d8bc56979aeaa7863820f5d3 -yuv422p10be fbd6329d2decbe318be4d89dc8ade3a3 -yuv422p10le 7d7bdf4f68d8a7698e92722625c59c53 -yuv422p12be d6ca250820312bab977ce88d2ef65c13 -yuv422p12le 3185b59dddc7ee67251d9829a977130b -yuv422p14be 3bc3a72c7cf995981bd8eb45f23705b3 -yuv422p14le 5987087bbc03d8cbff4c41bce03451d9 -yuv422p16be 97d95a9cfe8f67fb20a4c983c7fdc215 -yuv422p16le 3b9df52a757a0d1ddb1c9c38f0ed4787 -yuv422p9be 25116f0953ecd26f292101b51ac708df -yuv422p9le 42615866fe9ab98e28970ed7fbf4b2a0 -yuv440p fa45ee7329b98fc43c0be460d9a0d6a5 -yuv440p10be 54789b4f66d9a79fc182ff268639dbd0 -yuv440p10le d06d7c054522ac02ec04f76dfa431676 -yuv440p12be 7b8c9b6688f44282007ae220d52e5ed6 -yuv440p12le 2a3adb4692391171c506cc0899d27511 -yuv444p 7c8c5d138d732f4ca7d864b9ffef3047 -yuv444p10be faa81f737d465afcacef351818d34772 -yuv444p10le bfc5036e4ab0ab6da1416df4a462db74 -yuv444p12be 6706d8807b9dd14d331a7e9572fd9c5d -yuv444p12le 9bba33b2c0dd09f653a4c22d201142c5 -yuv444p14be cf181f44988d3ddf4cc32b87ca473251 -yuv444p14le 086322cb9a98eb91825c9bb2ad00eac7 -yuv444p16be ee0721d7fda4a67bc6270a78fa361140 -yuv444p16le 8c4c2511907fd23d9aeefab490a22db7 -yuv444p9be 7ffa40454450cbeec09d57f5a0a3eb8b -yuv444p9le a4fb60fbace24757b1e07d5a65f09e64 -yuva420p 3b136bcd7c2ffc3a1849e4814c046954 -yuva420p10be d045faff818dabb9ecebab6d14bf7b10 -yuva420p10le becf56ac1e271c04ccc204c68e8e0b5f -yuva420p16be eeb7b6b0dba4ca15a1457bf0ff2bc51b -yuva420p16le aa0a678ad48815d226888a5053a6fe6e -yuva420p9be bcee2f39913b006fdfaa865246fbc122 -yuva420p9le aec21fa8f1088b7898cd80a30f382224 -yuva422p 39707b0dfdaadeefa20819080365db15 -yuva422p10be 53fbfe6d7eb01e2007003383c5d91850 -yuva422p10le df1f95630ccd7bf05b95b6b3061cbeef -yuva422p12be 6b13c0f628b4369c2ecabb3aaf02dbc6 -yuva422p12le 5413c3f022d30fbdd9f1d4e35468c8c4 -yuva422p16be 35ad91fa92b04e13d6b557d2f250ade1 -yuva422p16le 8fb93970118fde962f5dbcd156966722 -yuva422p9be 2b16b2dc102ad688a3023f30e3c6f9d9 -yuva422p9le 6a23d290358691a9d8bab49582265764 -yuva444p 442a690385166bed3e785d9262c1c501 -yuva444p10be bb6d52902c30f5cc63ddc3fbe3346bf5 -yuva444p10le 6e43f7c44e070fce492dcb1b038de85e -yuva444p12be 437e75242255bcaeb853c35284f3b58c -yuva444p12le 5864b489dff8cd98f46ca86b32f357e2 -yuva444p16be b8801dccf64b3eadc2a5b5db67ae0b0f -yuva444p16le 8e72ae66754badf5d1eeb094e6bf0ddc -yuva444p9be bcd845394351ca6d15e947342802957d -yuva444p9le 7727a93765ed38dfd25e3d6b7a38fa63 -yuvj411p 260f51b360dc00b2222f4cb39fa05e36 -yuvj420p fab4394239b08bdb7638215a42d56eaf -yuvj422p 0309c2b34aa4d74f58048fe320a02b83 -yuvj440p f5e3a92fa46e57e2c613fc9aaad18e9d -yuvj444p ca4b3662259ba15a6297a44ef64414b7 -yuyv422 8f02b2332fe9bb782f88627c99f32ee8 -yvyu422 bd8cb985c2e1f9c32dc6b865bdf20637 Test filter-pixfmts-vflip failed. Look at tests/data/fate/filter-pixfmts-vflip.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-pixfmts-vflip] Error 1 Test utvideoenc_rgba_left failed. Look at tests/data/fate/utvideoenc_rgba_left.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-utvideoenc_rgba_left] Error 1 TEST utvideoenc_yuv422_median --- /home/fate/ffmpeg/tests/ref/fate/utvideoenc_rgb_left 2018-01-02 18:44:31.293876843 +0000 +++ tests/data/fate/utvideoenc_rgb_left 2020-04-04 16:05:09.078266203 +0000 @@ -1,60 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#extradata 0, 16, c9a1741fb293b9ad21876492b5425a3b -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: utvideo -#dimensions 0: 352x288 -#sar 0: 0/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 197832, 11da778d3d904fcd2ad6daf84b227e6b -0, 1, 1, 1, 197840, e89c967c27d7cd9963c9f12f9df2c268 -0, 2, 2, 1, 198632, b2c59f9834024d1e4b829e540a91814e -0, 3, 3, 1, 197100, b21b344d42da10ef6730fed553fb3f2f -0, 4, 4, 1, 196236, e61de0e4ff879b6630ae8eb63d063b7f -0, 5, 5, 1, 197352, efd21105f5f98cbd5953e85a10091531 -0, 6, 6, 1, 197252, 0e2444a9185f68294c16f034dd522666 -0, 7, 7, 1, 197204, 0254750d85c474c13fe3c0e4e3c272cf -0, 8, 8, 1, 197084, 4c89a99df233575978d9bcd8936e4588 -0, 9, 9, 1, 197692, 681a76f67892f9d05be72abaa403bc32 -0, 10, 10, 1, 197456, bba96b8520eaa5b6612b5c48d6409938 -0, 11, 11, 1, 197024, b9ea3dcc0cb8cf552e536765c5bb31f6 -0, 12, 12, 1, 195132, 2664b79397af76081b7ddd5c3507d579 -0, 13, 13, 1, 196796, d6128308c1fc3493ebc2cece7ed785cb -0, 14, 14, 1, 198708, 6b3e50d5d47f29dfb38e178ffb9036c5 -0, 15, 15, 1, 198000, a3d6be893edb02e44f65f7a06aa8eeed -0, 16, 16, 1, 197568, 1ed7a01f810770d62aed3d12d10cd12c -0, 17, 17, 1, 197396, 515e13befb9eebf92f77574d6cd9fec4 -0, 18, 18, 1, 196680, ac1835b9a426927855e3e5dbab28c177 -0, 19, 19, 1, 196784, 56fa26a339c69df17d003fb00b335baa -0, 20, 20, 1, 195980, 853744fb2a2de76858d32f35f8b3d836 -0, 21, 21, 1, 196120, e9c50124d92e261f7a98599cb9a20e36 -0, 22, 22, 1, 196620, e750eaed752d09874d823ee40a8904c4 -0, 23, 23, 1, 197528, 6671598014db402b70e2753efda028d1 -0, 24, 24, 1, 198204, 6e471eb9c354d6be4e0d8a691313e23e -0, 25, 25, 1, 197512, 7e415738fb7889dee478f63900f47e7c -0, 26, 26, 1, 196832, 0e30afab6de602d099d88edd6276f1de -0, 27, 27, 1, 196396, 13880ad888c9cf3504e2eb087767602e -0, 28, 28, 1, 194220, aa9007687cade8c9a872de063bed0755 -0, 29, 29, 1, 194428, 78ab57958ef8914095477e58ee4461c2 -0, 30, 30, 1, 195676, a7d0779dcda7f93da5601482bb68625b -0, 31, 31, 1, 196352, 668c525c910000aab7d9285be6ac7ed1 -0, 32, 32, 1, 196468, 9c124995d63f2a548e640811e9391951 -0, 33, 33, 1, 198188, 1cb600005e68d1ef1418b1b42e463f0a -0, 34, 34, 1, 197556, 80f6223aba2d6cfab3cb596f372243f2 -0, 35, 35, 1, 197020, b1890bbb734c016103190a9c043e9fe2 -0, 36, 36, 1, 196208, 7adf4b08c90231eddec16aff65cc138f -0, 37, 37, 1, 196448, de69c81a605c9e173a7ac65077d0396d -0, 38, 38, 1, 194072, 8b3afb6897210f1660b4427df0d9cc51 -0, 39, 39, 1, 194036, 1827f1deef659426939ffd94b73575bc -0, 40, 40, 1, 194436, 46f3ad01e18a2a24d720e78f9bdb532d -0, 41, 41, 1, 195696, a160ff1e281959147fe11606754ecc7d -0, 42, 42, 1, 196044, 37f15771f5c04c13b02c0127bd977fed -0, 43, 43, 1, 196384, fc43c356e577555757e220bee7e8a232 -0, 44, 44, 1, 195424, 6820346735e390b86d9564298c934101 -0, 45, 45, 1, 193688, 5f346f622f8e0d33d7f662e9dfbcccb5 -0, 46, 46, 1, 193000, 15eb6569d9fd39a343d110b965a97277 -0, 47, 47, 1, 193592, d41d561eb927b8e0d608177af90d0e1d -0, 48, 48, 1, 193512, 35112e23e238beff03c769674db40399 -0, 49, 49, 1, 192528, 3a3ac1b24fb8fc72174970d668c30292 TEST utvideoenc_yuv422_none --- /home/fate/ffmpeg/tests/ref/fate/utvideoenc_rgba_none 2018-01-02 18:44:31.293876843 +0000 +++ tests/data/fate/utvideoenc_rgba_none 2020-04-04 16:05:09.074932874 +0000 @@ -1,60 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#extradata 0, 16, 9881f4423f0a3b5da25a0574d3451eef -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: utvideo -#dimensions 0: 352x288 -#sar 0: 0/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 304028, e1687f63bd131ace3866b61881e8e9a1 -0, 1, 1, 1, 304024, 93067fdad1470b1c2f2fd4ae603a3afe -0, 2, 2, 1, 303932, 2fef08ce570f581373bd48b3a4773acb -0, 3, 3, 1, 303932, 8623d4635239deac16d56085edb8aec1 -0, 4, 4, 1, 303984, ef0a1be76f7c854e5f2724d7a6707f54 -0, 5, 5, 1, 303932, 0e57009f6e93c2e5ce80d6109d9a66f3 -0, 6, 6, 1, 303936, db988d8d6e9ee0383cfc69a201de62e2 -0, 7, 7, 1, 304024, 963e86c081fafed2f757c4aafc9186df -0, 8, 8, 1, 304032, e867c068706bff34a561a4b2c4622fd3 -0, 9, 9, 1, 303960, 0dd6d1cbe6a9fb07e3f3cb4a12c2821a -0, 10, 10, 1, 303944, 424612ce8850b378171ee8bfca5d91ce -0, 11, 11, 1, 303956, f26d5065818f98bbf97aae56fe07b057 -0, 12, 12, 1, 303980, dfd1a61b5a717805a06f19ee899c3917 -0, 13, 13, 1, 303936, 2223f98ac58078c49489811171c713e1 -0, 14, 14, 1, 303808, 6a63bd7cd4cafe5e64dc8dc46f9f3760 -0, 15, 15, 1, 303864, a355699c989795379d1ef2089c98e619 -0, 16, 16, 1, 304008, 07a0c41088846ed77fedc565cfeaeba7 -0, 17, 17, 1, 304000, dbb37a1af0bb534112aac9269b7d7c2c -0, 18, 18, 1, 304048, 3129997c9ba84a0c91ff9d1c48d12d7e -0, 19, 19, 1, 304068, 620b4c964daca105cd1b6bf8d55e86ae -0, 20, 20, 1, 304068, bafaf53530f76d525eafb75a3866b5e7 -0, 21, 21, 1, 304092, 678138b93f07ef8f30ad373499a9caa3 -0, 22, 22, 1, 304060, 4bf8174ff9ee62c13bde29ad5bba3fc9 -0, 23, 23, 1, 303976, e6e926057f49e69e2ea8e679871e449a -0, 24, 24, 1, 304040, f81ba4d36df7e8967a16e7de5c7a023b -0, 25, 25, 1, 304084, a5a63a22e6bc3a54bfbd60852ca9da60 -0, 26, 26, 1, 304056, df9bd50b9dd7437afb3671c99e2e1746 -0, 27, 27, 1, 304076, 785a2a7de44e83f1111e66165b3d0765 -0, 28, 28, 1, 304132, ab01bacd7aee91ab80b30a48f54ec4d7 -0, 29, 29, 1, 304160, 4893296140e7ee6f2d194bc279f928f3 -0, 30, 30, 1, 304136, 6046c7516a5e8db2f4dd3b1286ad46c0 -0, 31, 31, 1, 304088, e6dbc1ec86cb678bab6a1ca0e93888d0 -0, 32, 32, 1, 303980, 66db98674c107af297a3de01c047ebce -0, 33, 33, 1, 303964, e2ce0a2ee5ba8de50960873a8405c001 -0, 34, 34, 1, 303900, 7ae96a39e66e0abe63e298f45477c0ec -0, 35, 35, 1, 304040, d5fc8f7809470bc40935285d4ed69a80 -0, 36, 36, 1, 304088, efae0966a7e421c3107016df862b0429 -0, 37, 37, 1, 304120, c6a3bf8991bf2b559f27d5ea9ae76d08 -0, 38, 38, 1, 304144, 588ac89c403c5d3ca9289fbd339fdb74 -0, 39, 39, 1, 304136, a3824537484dd2fc25dde9ec2974068c -0, 40, 40, 1, 304172, e1a024aa9faba0ee0cb98e41cef254c9 -0, 41, 41, 1, 304116, c26c4c053d53b70c97cbf989cb51a15d -0, 42, 42, 1, 304140, 4d13ee2a3b32ba3f080fffa7ca2db6e6 -0, 43, 43, 1, 304116, fb02b57f9a9fafa7bc6d2a35a68548fc -0, 44, 44, 1, 304088, 6daa494c1ed11c9ea8da6c83eb473ce7 -0, 45, 45, 1, 304196, 8886953ff026efef28f4af12ce5239b6 -0, 46, 46, 1, 304200, 51ff2c8552b8b044a1a183330a188d62 -0, 47, 47, 1, 304208, 72fcd3dbf45284bb434ad3660f8a1ddf -0, 48, 48, 1, 304204, 1d5e2170963d70acea2ad01e1486d490 -0, 49, 49, 1, 304184, 6eec23c3d4402f7a0ab4de16fde86462 --- /home/fate/ffmpeg/tests/ref/fate/utvideoenc_rgb_median 2018-01-02 18:44:31.293876843 +0000 +++ tests/data/fate/utvideoenc_rgb_median 2020-04-04 16:05:09.084932860 +0000 @@ -1,60 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#extradata 0, 16, c9a1741fb293b9ad21876492b5425a3b -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: utvideo -#dimensions 0: 352x288 -#sar 0: 0/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 194232, 96431f57c15dfce7894563df186457c7 -0, 1, 1, 1, 194256, f7617d88a5bb862047dd62a3618eca2c -0, 2, 2, 1, 195048, 77aa5446e64733aa29bf5ba4ad92073d -0, 3, 3, 1, 194012, 4a73e8b156eebc15de299c57087639a5 -0, 4, 4, 1, 193268, a0afb35be4f9f91366d848b0600c949d -0, 5, 5, 1, 194168, b0580fbf05dc9a2abc053f2deb48b8c9 -0, 6, 6, 1, 194240, 5f5adb862a13843123e27f01d1870799 -0, 7, 7, 1, 193512, 71dca88d3fdf753858887006ac3cc13b -0, 8, 8, 1, 193952, 7efa7d138fa412343741ccbeb18acd18 -0, 9, 9, 1, 194700, ffddf410e5b8e49cf0462baf7bc9e179 -0, 10, 10, 1, 193984, c71b59a9699f2832e8c3d76e5d5e4f0c -0, 11, 11, 1, 193640, 598bdf3a814db44775ad703d674e9ab9 -0, 12, 12, 1, 192900, de83dd60e69a305ab0a79c4a859d444d -0, 13, 13, 1, 193780, 7858349baa970794b0353e011f751259 -0, 14, 14, 1, 194564, 9470359eb6f09d5a1db5dc199e910bcf -0, 15, 15, 1, 194856, c15823765a9d4d1583f2dd7b63534c95 -0, 16, 16, 1, 194056, 5f60ee32c9e06f080dcd0b4025576d5b -0, 17, 17, 1, 194124, a10815c6603e375ab0b21331e03651de -0, 18, 18, 1, 193508, 54a5762f2717ce1be3b9193b930d1b1f -0, 19, 19, 1, 193412, 782b07b8ac3bd1a86ad562ef7d7ebca5 -0, 20, 20, 1, 192472, 96f7f1983d6ac34c591e33045c5ba3dc -0, 21, 21, 1, 192844, b56bec01d69b3e073ac9823b2bf4c2f5 -0, 22, 22, 1, 192668, 3071c2d282672a597bee4682cef304ff -0, 23, 23, 1, 194108, 3484d2ca748c20d87280f5333054552d -0, 24, 24, 1, 194552, b05a90da02c18ee880234d620259361d -0, 25, 25, 1, 193860, 08617a493d2abe75b438a35315aef7a0 -0, 26, 26, 1, 193452, 958eaccd55d6a55832ec9cb6ce201fc4 -0, 27, 27, 1, 193364, 8cab6850866ce9c0ecf818cc4630bdb3 -0, 28, 28, 1, 192064, 03ce30fadf6b80d0b901c0f53f09e23b -0, 29, 29, 1, 192464, 7bf3364a095cbea2a032f6762d3433bf -0, 30, 30, 1, 192880, 6176bcbdf42f787aa4c21791fd3d73e2 -0, 31, 31, 1, 193672, 0760b04edf969c5b0914fcae82ee7ee3 -0, 32, 32, 1, 193636, a08c905e46e35d575001e570389a9b70 -0, 33, 33, 1, 193976, dff151dc2dfa5a86103bddc11484a38f -0, 34, 34, 1, 193456, 86f44e4a438ad150baee14facdebb701 -0, 35, 35, 1, 193768, 5645f55ed8154a0c913890a11b6f1261 -0, 36, 36, 1, 193584, 023ca364d9a88ccb2bae08008c6c3098 -0, 37, 37, 1, 193844, be83062bffff72ba0c442f502c41a187 -0, 38, 38, 1, 193008, 6e1dd8f2d18145ee199395d34c0e55ff -0, 39, 39, 1, 192680, 27256f3f1111554a75d7b7366b77457f -0, 40, 40, 1, 192188, d86ea5fafc41d57e320479f54fd1286a -0, 41, 41, 1, 193200, a37553416c0187b364ce2b64ece22975 -0, 42, 42, 1, 193052, 8e3c81d246b744c2aed9b735015ee93f -0, 43, 43, 1, 193032, dd8e2b350d8181c6a73832c868ea99f4 -0, 44, 44, 1, 192444, 6844e2dc435f417028644d3314b94c4f -0, 45, 45, 1, 191824, fc01e22ba45bca6eac69ba76043e1484 -0, 46, 46, 1, 191772, 5e2bedda3828d590d25caa14f96ba7b0 -0, 47, 47, 1, 191720, edaae522f8a975bbef0e909ef09e7fc7 -0, 48, 48, 1, 191528, f2d98179f5cf0752ecbd6d39c4457283 -0, 49, 49, 1, 190692, 74cd0f762371781712e2ff2e3f60ac57 Test utvideoenc_rgba_none failed. Look at tests/data/fate/utvideoenc_rgba_none.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-utvideoenc_rgba_none] Error 1 Test utvideoenc_rgb_left failed. Look at tests/data/fate/utvideoenc_rgb_left.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-utvideoenc_rgb_left] Error 1 TEST utvideoenc_yuv444_left --- /home/fate/ffmpeg/tests/ref/fate/utvideoenc_rgb_none 2018-01-02 18:44:31.293876843 +0000 +++ tests/data/fate/utvideoenc_rgb_none 2020-04-04 16:05:09.081599532 +0000 @@ -1,60 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#extradata 0, 16, c9a1741fb293b9ad21876492b5425a3b -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: utvideo -#dimensions 0: 352x288 -#sar 0: 0/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 303768, c37d23b5bc1dcceacafcebd0a5054590 -0, 1, 1, 1, 303764, a6a8b445323c00ab56ad1077a90b34bf -0, 2, 2, 1, 303672, 029048769e006f2a2357f373cfc0b6bf -0, 3, 3, 1, 303672, e13433d7e8f75a26eeca86523d47d0cf -0, 4, 4, 1, 303724, 4c3d437c158255e398071bdd2e699d9e -0, 5, 5, 1, 303672, 11e335df4fdfcfb7563305a33740058e -0, 6, 6, 1, 303676, 594a7a6101fbf884bb3bc309479bdf18 -0, 7, 7, 1, 303764, 09f91a05f8f507f6338d15591df34002 -0, 8, 8, 1, 303772, 1e177889c188fdd783815103c1987e5e -0, 9, 9, 1, 303700, f6da8873c69fb6365764327305a36840 -0, 10, 10, 1, 303684, 6810c80719058078b7d40a787fabee70 -0, 11, 11, 1, 303696, f8dcad694c276074f5022276e4067694 -0, 12, 12, 1, 303720, d1f764aaf14e78b64b182503342df764 -0, 13, 13, 1, 303676, 43066ddba20726f57d76230891f76730 -0, 14, 14, 1, 303548, 6512bff050521cd6343e5b2f4b18be6c -0, 15, 15, 1, 303604, 76c91368e8db8c18591c7cb569774e12 -0, 16, 16, 1, 303748, 365805842ee3cefee8d5feb169075ecf -0, 17, 17, 1, 303740, e6bbc34d7057d812cd994473b93ccadb -0, 18, 18, 1, 303788, 48bcbbc3bf805586c34ff23ebeaa28ea -0, 19, 19, 1, 303808, 29f268867c4522551e6f73dd4afb36e1 -0, 20, 20, 1, 303808, effd1cf0a61501f427e47c76c469ff32 -0, 21, 21, 1, 303832, 0ea84576612a4b0b8f9e14b3ecf10861 -0, 22, 22, 1, 303800, 4b4d24ce4f176de4c34ec85656ea1e49 -0, 23, 23, 1, 303716, 58845ad1c9a07d62f83414662eaf1181 -0, 24, 24, 1, 303780, 8db647c5324b3c061aa2cdae7527ec8d -0, 25, 25, 1, 303824, 7a2ddbe9d1af3d34d7538ba10a0aae3c -0, 26, 26, 1, 303796, a8444e8ec7b64c3481766ebcafd2e7b7 -0, 27, 27, 1, 303816, bf78e04e04429aab3527baacd51da1b0 -0, 28, 28, 1, 303872, 02d9693cc78af1b9d4a17b5361daa325 -0, 29, 29, 1, 303900, 065cde35c0ac49675a9ee8e047bb1471 -0, 30, 30, 1, 303876, 0888dd5201864a9f34f784b7959563ba -0, 31, 31, 1, 303828, 6837a1a3f4ae04c9601fa9f4c27098b2 -0, 32, 32, 1, 303720, 8c90fc8481d745b020c325134bf0047d -0, 33, 33, 1, 303704, d37bd88a42e4b84a98f0e51208a3877d -0, 34, 34, 1, 303640, 2444c069427bf6a847113fd16e7a863f -0, 35, 35, 1, 303780, 7a9aa1d7d43bcb22a754fa5e7ee911a0 -0, 36, 36, 1, 303828, 4a0ab1bbea88697950bbafe566a03b52 -0, 37, 37, 1, 303860, 6d2073d28e226286e1e78df92bc27154 -0, 38, 38, 1, 303884, 74c43f24d636de3fd6afd1d0ab098e57 -0, 39, 39, 1, 303876, 329a1d1558ffc42b7cdb1f141e042431 -0, 40, 40, 1, 303912, 6b1f3c35f28ab1182354b33ea9e37331 -0, 41, 41, 1, 303856, ec00db5b019a3f72c3fc934d3811cad7 -0, 42, 42, 1, 303880, 6d291f829145c07f0002631b0e22a1f9 -0, 43, 43, 1, 303856, c438ae4db7f897c9e2a1bc6526bb43e1 -0, 44, 44, 1, 303828, d9e5870cf4598577e4ba0ac468ef25db -0, 45, 45, 1, 303936, 6c90dbca317295010024cc4ec70d3f87 -0, 46, 46, 1, 303940, 025d9173ff307f89c3edf43074a261e9 -0, 47, 47, 1, 303948, 48e7ab65fb9c7a35e4933a7658935726 -0, 48, 48, 1, 303944, 925eb3c42b865d0861ae0348136fc18c -0, 49, 49, 1, 303924, 83ae105d9d301ea900f004d274adf894 TEST utvideoenc_yuv444_median Test utvideoenc_rgb_median failed. Look at tests/data/fate/utvideoenc_rgb_median.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-utvideoenc_rgb_median] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/utvideoenc_yuv422_left 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/utvideoenc_yuv422_left 2020-04-04 16:05:09.104932832 +0000 @@ -1,60 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#extradata 0, 16, 7d613a4daaadf19228d42c98deb26024 -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: utvideo -#dimensions 0: 352x288 -#sar 0: 0/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 91788, 2b29ead6a04f08e49c25cd89fe0c0e46 -0, 1, 1, 1, 92140, 011a3c92a1a6659b26db7de3c74cda41 -0, 2, 2, 1, 93268, 69ffde2375949c0124e3f6b46a8bdf1f -0, 3, 3, 1, 91612, a34b1bbbc245a315906085aab9dca284 -0, 4, 4, 1, 90456, 7a1034d99c06d9163116e05dc88de0b8 -0, 5, 5, 1, 92180, cfe398abada0424f7ceab29426d27711 -0, 6, 6, 1, 92200, 1335b1706618dc85d64c3d47a2bf9eab -0, 7, 7, 1, 91872, c37958d720e011c337bf87543e635791 -0, 8, 8, 1, 91952, abdb95aa1c20d4724ec442d876b3ef82 -0, 9, 9, 1, 92312, b346e210e76f3ac350c9026d0421c1a6 -0, 10, 10, 1, 92308, 9b36f5e0085b3e4ef50e6a00aa8e9dd3 -0, 11, 11, 1, 92272, 4880487b34e836fa975fc0c857cae271 -0, 12, 12, 1, 90920, 924850fe3b48417160854234a60ee452 -0, 13, 13, 1, 91612, 34e4e1b6114bd2eef0ac26b4c3a0be5d -0, 14, 14, 1, 93112, 34e98cc2bc42b0cdd12f3b5a8a062a14 -0, 15, 15, 1, 93140, a6163289cc8450b55f82f13a8a372259 -0, 16, 16, 1, 92080, 143e999836a6ebc144c707dd77ce3d6b -0, 17, 17, 1, 91816, 0fcb2542dd7e281b098f2a4a76220286 -0, 18, 18, 1, 91204, fb9f7126d5c37bf48ae3cb7702fd27c5 -0, 19, 19, 1, 90880, d618dad8a7c6c03091a8d72f05ff06a8 -0, 20, 20, 1, 90408, e9de31ec047f7ea8aa2b781c1b8ac0cf -0, 21, 21, 1, 90280, 742f6b57e5014c85bf4ce63c3973ceb5 -0, 22, 22, 1, 90808, 0bde9c976e491dbca37762af1569f05f -0, 23, 23, 1, 91584, f69c98911e98cf1b35fee8c7a17784d6 -0, 24, 24, 1, 92684, 813535f3fddf27ed41475a4a16153407 -0, 25, 25, 1, 91580, 99e840b30697c491a42381278b74060f -0, 26, 26, 1, 90928, 1bb430db061f5ea70f97b0808f6fd0c6 -0, 27, 27, 1, 90532, 8669ea68164d3f9f6e234c24ed4ba6dd -0, 28, 28, 1, 88364, 65c5175d6c6bab9f205ae9b8d52931e8 -0, 29, 29, 1, 88404, cb375b083b2d415d11111b7d0b65d499 -0, 30, 30, 1, 89844, 6b29caf5d67711e4a68f9dc852c89607 -0, 31, 31, 1, 90752, d1d424a5f93970e1bca8e6cc558359bc -0, 32, 32, 1, 91320, 726a9a5fb90b88961f7392028c83cff3 -0, 33, 33, 1, 93204, 0ed7b1760d190df0c84f62f7ee3050c9 -0, 34, 34, 1, 92036, ff3ad470d5195aa00e364f180961b852 -0, 35, 35, 1, 91144, 8a7050fa18088c6dbbf148d7ae047a86 -0, 36, 36, 1, 90368, 0c0252b21de41b75141085a05cdfd462 -0, 37, 37, 1, 90628, 143d503a9e2ca9f5e95ba12e2237a88a -0, 38, 38, 1, 89836, 93fe7527a5681c819c6052b87bca8bb9 -0, 39, 39, 1, 89792, 6c353b6ef1cc14ebdbb2de24faabcfcb -0, 40, 40, 1, 88896, ed7e33a68674399293203e4fef8db0f6 -0, 41, 41, 1, 90572, d70967dd3d556559773980a776836423 -0, 42, 42, 1, 90544, ee7727dd0f3833728b3c557e9775f1ef -0, 43, 43, 1, 90416, 0e4b028286b5b1f7fb902821dd015951 -0, 44, 44, 1, 89788, a4e5d8715ae485f875b80ebcb150692e -0, 45, 45, 1, 88120, 9dce5bc1420f0e67abed693f75023d43 -0, 46, 46, 1, 87164, 89374077f87c8d3639743e17f8583307 -0, 47, 47, 1, 87632, 6ebcb11b9c0263aa82ca4797acd078ff -0, 48, 48, 1, 87696, 9941fc859d6b9e4c057c2a4b40faff98 -0, 49, 49, 1, 86624, a2a157ab69d82eda4f8ab502de62ca55 --- /home/fate/ffmpeg/tests/ref/fate/utvideoenc_yuv422_median 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/utvideoenc_yuv422_median 2020-04-04 16:05:09.108266161 +0000 @@ -1,60 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#extradata 0, 16, 7d613a4daaadf19228d42c98deb26024 -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: utvideo -#dimensions 0: 352x288 -#sar 0: 0/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 89732, c8dbbbed6c59cff00c7cead39cadd7d4 -0, 1, 1, 1, 89652, f1c995c2bcb13f9de97fd8c5da2637a1 -0, 2, 2, 1, 90868, e126298a564eec5e60518fca891bfd43 -0, 3, 3, 1, 89520, 8694da46ab5672f890d57c741d69d830 -0, 4, 4, 1, 88508, 0e0ae55ba0bcdf6618b7cffae7242d71 -0, 5, 5, 1, 90140, ef59eccdbf3b699a2eb857c6da044fa7 -0, 6, 6, 1, 90176, 95509ddb5a5169900714eaa2aac59703 -0, 7, 7, 1, 89392, 25782fbbf8552e7682cded46b418096b -0, 8, 8, 1, 89848, 46cbfe84ab2c46f045d23fd798dc64b2 -0, 9, 9, 1, 90356, 41cdc2e6dec30172ecccf1aca7b7ab0e -0, 10, 10, 1, 89984, 469be246c63ba4743d9c5ea91c4b849a -0, 11, 11, 1, 90012, 100bc595e92ca6d73525b2e20eaa7d25 -0, 12, 12, 1, 89072, a355e131c150b82d3620fe54ab53b423 -0, 13, 13, 1, 89776, 67e7c8a187157c1827a2e529865ab941 -0, 14, 14, 1, 90676, 7fa956927033cab7c0ae9a0a86d57b59 -0, 15, 15, 1, 90852, d507b175068e9d6c729530b436824436 -0, 16, 16, 1, 89844, ae6b71fe15285387229734fdaaad86d0 -0, 17, 17, 1, 89852, 6ced7f1bc56299e5c7b5169a1e62f4e6 -0, 18, 18, 1, 89144, 09a950b254eb5e7ac061e30a14ef98e8 -0, 19, 19, 1, 88880, acf28ad860b52fb502d22c063689a9d8 -0, 20, 20, 1, 88344, 682436aa7aeffa2cd5daa6adf037eb88 -0, 21, 21, 1, 88464, bbbefa2630e4e5165c9db638ceb730b8 -0, 22, 22, 1, 88588, 71d0e9178794e0ebf414bdd1c532d4fd -0, 23, 23, 1, 89720, f39171093709c90dae1ecc56e1a0d52b -0, 24, 24, 1, 90216, d8a7e85456ed58b86f42120269a62a46 -0, 25, 25, 1, 89456, e6d8b4f4b7c1903d66caea47cde9188a -0, 26, 26, 1, 88992, 226f69483ab481fd48fa2121fa925fc9 -0, 27, 27, 1, 88632, 2ef0ae5d9b35440a540dce11098be40b -0, 28, 28, 1, 87048, 5ed9c2db56db5ab3b5695ff282fbbd00 -0, 29, 29, 1, 87120, afe541aa18fd0fbeb7d623c2e03f7313 -0, 30, 30, 1, 88044, 4783145cbcbac507631d89b4c1b9f657 -0, 31, 31, 1, 89016, b8d2e919eecced0e4e13bab212fe5eaa -0, 32, 32, 1, 89324, 1be1c9ee208834cb150e7dc114b3c3f5 -0, 33, 33, 1, 90328, 9ecb6f9511b869becfc3ae1cac0532c4 -0, 34, 34, 1, 89684, dc56a959ece1d3ea923be523ae4b5f03 -0, 35, 35, 1, 89216, bb1b89d23284a73faaae092e02c35318 -0, 36, 36, 1, 88644, 5a01fba266207f286dd000502144374c -0, 37, 37, 1, 89000, e30493ff019668eaccae12c420a250ea -0, 38, 38, 1, 88628, 0217f6f365739f8c7f1738d369afb2e5 -0, 39, 39, 1, 88448, 9d064836b1b232620da1d470fa314d56 -0, 40, 40, 1, 87332, 9179648b65b4757cd23d732ef96e8685 -0, 41, 41, 1, 88856, 96e0779b5fb5708a73519cc5f8a685b3 -0, 42, 42, 1, 88556, 5586e5b8149eefe271d7d2c4688a57e0 -0, 43, 43, 1, 88380, c8a1962e2c4fc33b303e3e09c87ee1fb -0, 44, 44, 1, 87888, 70f38ebefceec78ec00fc2d190efc633 -0, 45, 45, 1, 86876, f8e0beb98988c19930c2cdd90ecfe867 -0, 46, 46, 1, 86272, fcb7343e281b2d42c81f9b5c4c1e786e -0, 47, 47, 1, 86388, cfa6fce827ac3604ea2124d7332e2226 -0, 48, 48, 1, 86188, 5455b984533d774b8e7f04eea4e4eeaa -0, 49, 49, 1, 85244, 9e4691d5a8be8270d48ef15292aaf0f7 Test utvideoenc_rgb_none failed. Look at tests/data/fate/utvideoenc_rgb_none.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-utvideoenc_rgb_none] Error 1 TEST utvideoenc_yuv444_none TEST ffprobe_compact Test utvideoenc_yuv422_median failed. Look at tests/data/fate/utvideoenc_yuv422_median.err for details. Test utvideoenc_yuv422_left failed. Look at tests/data/fate/utvideoenc_yuv422_left.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-utvideoenc_yuv422_left] Error 1 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-utvideoenc_yuv422_median] Error 1 TEST ffprobe_csv --- /home/fate/ffmpeg/tests/ref/fate/utvideoenc_yuv422_none 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/utvideoenc_yuv422_none 2020-04-04 16:05:09.124932804 +0000 @@ -1,60 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#extradata 0, 16, 7d613a4daaadf19228d42c98deb26024 -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: utvideo -#dimensions 0: 352x288 -#sar 0: 0/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 191800, 4a5653458a4206bcbc584d5e6beb61f2 -0, 1, 1, 1, 191820, 2f77ced17c186b507864ea482016c913 -0, 2, 2, 1, 191668, 2dd719b7228e3b38e1e86a0304a599f1 -0, 3, 3, 1, 191696, 4fe7ef1586ef85f3ceb579426ff4077f -0, 4, 4, 1, 191972, 9b9718c63d0b6f6bc293036bcf7a884d -0, 5, 5, 1, 191760, 24fbe86d07c66d4f791533219a6bbca5 -0, 6, 6, 1, 191708, 32f4e266cc3e22e8b5ad354f4685ca9f -0, 7, 7, 1, 191688, 9614c1881c3c2807ac492b1c3d689559 -0, 8, 8, 1, 191568, a4e53b02fdbc66c47e099cb3506a5f27 -0, 9, 9, 1, 191544, c3f2fcb7a299163e72faa93522405def -0, 10, 10, 1, 191468, 598cb568c2e4b651f04511eea480b8f0 -0, 11, 11, 1, 191280, 7ac77492856c214f6266da9eea4cc766 -0, 12, 12, 1, 191700, 5b261fda1cdafc11596fca42e902e8a9 -0, 13, 13, 1, 191424, c31421daddb684ec01a0b8953a340891 -0, 14, 14, 1, 191416, 742171e3f053ffb7f27dd14e9a408e33 -0, 15, 15, 1, 191408, 06efc3afdf3c97c6c6e6f76eeea217b7 -0, 16, 16, 1, 191500, ee9d95219dc34981f1e3a9feee21a12a -0, 17, 17, 1, 191580, 9fd14328b5f304cab54405b2e7b6dd74 -0, 18, 18, 1, 191608, 84374f2e0540d97f4f5a5282397d1fd4 -0, 19, 19, 1, 191616, 6f8d0b3143d78d87209815e4f14e8fde -0, 20, 20, 1, 191596, 4533cb5577bbee750eee21966f3e6b87 -0, 21, 21, 1, 191660, c9cbe09e11e7bb47565d54ec25e407e1 -0, 22, 22, 1, 191536, 3a9168133d91c67219052869bb4a1aa9 -0, 23, 23, 1, 191576, 0df4b9398953fe710b949cc3912927a1 -0, 24, 24, 1, 191636, 5ee06edd617272e33b59da14e9e472b5 -0, 25, 25, 1, 191524, 3e09b926cf3dbed003746d0fc4bb9eb1 -0, 26, 26, 1, 191640, e4f9408633b8cb13578de8caca4afd77 -0, 27, 27, 1, 191800, 7c57ae6d60df4676c132de16ebf1ec24 -0, 28, 28, 1, 192028, 36fd55e15ee357478bdd3085adc5d1f9 -0, 29, 29, 1, 191964, 82a4fd877d4dba1266fc28d9a74e5cf3 -0, 30, 30, 1, 191732, 3d905c393537ccdbdc2bb83cfc9ac1f3 -0, 31, 31, 1, 191788, 92e647f7728fe892c3f97d866aa9e6e7 -0, 32, 32, 1, 191636, d26af69ceee2e7433e04da1eee6a4043 -0, 33, 33, 1, 191400, 9e5d147eea116586d13cec38e59d0e90 -0, 34, 34, 1, 191332, 93419f91d6d4d274344a0f184f03210a -0, 35, 35, 1, 191548, 61c4c7a96c86ccb5189daa63b3219340 -0, 36, 36, 1, 191852, 62fd435d20d032686bf9bad5ac5252b8 -0, 37, 37, 1, 191828, 2487f780f709f38c38a19b1d0e255575 -0, 38, 38, 1, 191808, 5bd0d224585427f2fa6fca1392ea6273 -0, 39, 39, 1, 191700, deaed17ec6cbc863313b7698114d54fd -0, 40, 40, 1, 191812, 296dce78545cf89745c13f117347949b -0, 41, 41, 1, 191548, 0273c1819d7af2f49b1b86b238414702 -0, 42, 42, 1, 191544, e9e29ab1e3f9fd5bff18748f38a3a79d -0, 43, 43, 1, 191700, c211fa96ed541d7d53bc975577bd7bbc -0, 44, 44, 1, 191780, cfcd29e8a289aa0f2d4026189bb0b966 -0, 45, 45, 1, 191952, 0c1f04a3877565eb8bd76b652626a27f -0, 46, 46, 1, 191916, 1e49ee7ea02c2df7e0b6187fcc6cbdbe -0, 47, 47, 1, 191784, 5fa516e0bb264c767e49169cf7accd23 -0, 48, 48, 1, 191716, 3a7abe462356b1020f3c8d496bcbbbdc -0, 49, 49, 1, 191728, cf5fb801291c77b04d9937e4b828f772 TEST ffprobe_default TEST ffprobe_flat Test utvideoenc_yuv422_none failed. Look at tests/data/fate/utvideoenc_yuv422_none.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-utvideoenc_yuv422_none] Error 1 TEST ffprobe_ini --- /home/fate/ffmpeg/tests/ref/fate/utvideoenc_yuv444_left 2017-11-07 00:22:00.438233365 +0000 +++ tests/data/fate/utvideoenc_yuv444_left 2020-04-04 16:05:09.144932776 +0000 @@ -1,60 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#extradata 0, 16, e46c7123194c0ebf19a23e5cefebaa63 -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: utvideo -#dimensions 0: 352x288 -#sar 0: 0/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 144080, 678b4a3ece35971c3e0f199fcab2b4a1 -0, 1, 1, 1, 144120, d0c326ed062b569a04ea84359e43cfde -0, 2, 2, 1, 144956, 32e2d8a1dc22b1d837e8f70509767d7d -0, 3, 3, 1, 143324, 6fff1691c498ccf1cf848147dcc1b62c -0, 4, 4, 1, 142464, df4caa8316ec987fe3cba4a76c0976f0 -0, 5, 5, 1, 144068, 2cc92f54850a45d76b8a959d62c28408 -0, 6, 6, 1, 143840, c80e0e9945a92869ca639b59118f24f3 -0, 7, 7, 1, 143536, 682a3148911f94daa333e12a505d689f -0, 8, 8, 1, 143736, af692d8d5fe2e23f9e16c7164ceaaeb5 -0, 9, 9, 1, 144076, 13412473483a727e8cced00d0d0fbb78 -0, 10, 10, 1, 144012, 4f1402c7d25ee222329cc007aa4df345 -0, 11, 11, 1, 143520, cc4b83f407d031cc4a166c3210583599 -0, 12, 12, 1, 141640, e4a4d1b88c7aabfcc40c51ff80305f70 -0, 13, 13, 1, 143096, b3de93652c190bc88dd6e17a27db4ebf -0, 14, 14, 1, 144704, 48ce5d6a84b965f38f5e4a46e8bfd0c3 -0, 15, 15, 1, 144520, 936970ae76c23e6a7880f2c875c1fb66 -0, 16, 16, 1, 143704, 32d9a3e4118e1134f3c0ead846805aaf -0, 17, 17, 1, 143648, 4214224b843fab53ae45921426de1892 -0, 18, 18, 1, 142920, 22b1c3a09f23fa262d7ffa2fb4347f3a -0, 19, 19, 1, 142604, d24c0ba247bb38bf7bdfc348d7c6fdf1 -0, 20, 20, 1, 141928, 8115cdd0fb51fa90821f93900c8cc980 -0, 21, 21, 1, 142072, f6d87afe383aa9a85b89832e422859e0 -0, 22, 22, 1, 142204, ced75258ae7001a8a4029423d61abf06 -0, 23, 23, 1, 143420, 686a5ded45cd70af9e699e9919da9cc7 -0, 24, 24, 1, 144552, 5a1e0f522e74a1284b86c5d0e185f16d -0, 25, 25, 1, 143328, f54e6787ac2f3ac0e925388b66c95b2a -0, 26, 26, 1, 142584, 652dda504ace9c4e1569319ef6cd333d -0, 27, 27, 1, 142084, 3eafb87f47844ce6d0572af051d2e25b -0, 28, 28, 1, 140196, 92b60cf33e5c430f3e92a39bb4389096 -0, 29, 29, 1, 140152, 658a331d3f5ee1bb50392f3835aed56d -0, 30, 30, 1, 141484, b54db7d5978d99f7192dd2008438ab41 -0, 31, 31, 1, 142360, ed84a9d2241ade4c36f95eaa1ae00b0e -0, 32, 32, 1, 142744, 7dbb99de3a4a81de5564bb577471128d -0, 33, 33, 1, 144360, bd26a71b0824a04badfffa0653f0ac00 -0, 34, 34, 1, 143464, 11fe56173423180d581bc52fe044657a -0, 35, 35, 1, 142856, 9f690fa8727669ba8640032933eb8235 -0, 36, 36, 1, 142108, b5c182f3f0e6d307f598dc55f51f9d51 -0, 37, 37, 1, 142492, ab7b6b446b4f5f5ec2b2eb52f934523c -0, 38, 38, 1, 140532, 3fda7e5443dcf59e52f523bcf863d5d2 -0, 39, 39, 1, 140288, 1426cb304a219876586ba5c161809fac -0, 40, 40, 1, 140540, 3a69f372875e2cd6ec5b49498e1f1a05 -0, 41, 41, 1, 141868, aca8f0bd1b29c4142b80e5e3e59aeb75 -0, 42, 42, 1, 141892, 91bf3847703041b4fbe87602e78fb577 -0, 43, 43, 1, 142080, f1b28c53e1068a6305ebb6d4862aebf1 -0, 44, 44, 1, 141220, 188ffeef2973b490364e8cf01fc2d8e6 -0, 45, 45, 1, 139908, 1eaa1194f719aa6da4c7ab4dddcee4ce -0, 46, 46, 1, 138868, 2243b5d473d6df2ea283752fe799c95b -0, 47, 47, 1, 139276, d74f2cbfac00177d848fb1b1e223e654 -0, 48, 48, 1, 139312, 27054be184a1028a86c5e3406418a92c -0, 49, 49, 1, 138132, feb653f902c92cfd1954b61b9d1149f2 TEST ffprobe_json --- /home/fate/ffmpeg/tests/ref/fate/utvideoenc_yuv444_median 2017-11-07 00:22:00.438233365 +0000 +++ tests/data/fate/utvideoenc_yuv444_median 2020-04-04 16:05:09.138266119 +0000 @@ -1,60 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#extradata 0, 16, e46c7123194c0ebf19a23e5cefebaa63 -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: utvideo -#dimensions 0: 352x288 -#sar 0: 0/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 136492, 5e3cc78fe9e404b0eca7c2df98841eab -0, 1, 1, 1, 136336, cec7bad80feac6e16a3d84734ae473d8 -0, 2, 2, 1, 137296, cb43d766c513da815c5964f1f48c2e49 -0, 3, 3, 1, 136088, 4c8900602c580526057b52bb14161274 -0, 4, 4, 1, 135276, a9b134a0e49812ff929cdd57d8a00907 -0, 5, 5, 1, 136668, 0b9dc3cd51ce5c674315c06bd677fcea -0, 6, 6, 1, 136480, 16020ff181e477f1b01b86aa5070bf7c -0, 7, 7, 1, 135876, 557f1f43cdfc06603f3bd97bb9d44394 -0, 8, 8, 1, 136204, c03b7cd310961ef9fe8734f45a9276e2 -0, 9, 9, 1, 136796, b668c63bed0b2de4d182cf0281e71ecf -0, 10, 10, 1, 136252, 7758777682f6e3ea84010cbaf2645a6e -0, 11, 11, 1, 136284, 699e6ab66911cdd0fa357c069537e3ec -0, 12, 12, 1, 135096, 65d4d3b6e1bbf6d67baca1f346d06735 -0, 13, 13, 1, 136088, 7d69fb86f67b3fd3df4008cb03d9f1ef -0, 14, 14, 1, 136876, abca4a026bf93da58283d5ddd51cead4 -0, 15, 15, 1, 137096, f5bb254ede8a9ed4c07fb80fb1a301d7 -0, 16, 16, 1, 136232, cdbe70b4b7051b9c1092ea626e825658 -0, 17, 17, 1, 136308, acb31052249c48b729842938977172e8 -0, 18, 18, 1, 135444, bf38e56e2a152154b0401507550b5605 -0, 19, 19, 1, 135300, 1737341c361f656feffc86903da34647 -0, 20, 20, 1, 134548, c28e9c441544b7c51cf76afd4b5a2799 -0, 21, 21, 1, 134816, 5b8ba0d205863105d723afcc28274fb2 -0, 22, 22, 1, 134776, 90c5ac5ed83ed6a43b4fe14c0ee07dc5 -0, 23, 23, 1, 136332, 3ca065b60b4fbc5b04f68e6bb900d862 -0, 24, 24, 1, 136724, 283b23278ca40dc93a326e96e5c22629 -0, 25, 25, 1, 135948, 6568fb8593edce20f294a936ab11153b -0, 26, 26, 1, 135400, 22abaf0c3184a79cb90b4d7fe6cee897 -0, 27, 27, 1, 135056, abd6117e31af2d136c0df8ab1db64599 -0, 28, 28, 1, 133676, 67a65017fb2a232a726717628fbe1d95 -0, 29, 29, 1, 133700, 7dff3d958ecbedc691d3b188084d26d9 -0, 30, 30, 1, 134444, 192c98c1a7c2f4a15c7aa59607b7d1ff -0, 31, 31, 1, 135388, 32d1aba6d499162345fcb0ca858558d5 -0, 32, 32, 1, 135680, 77cd1f8ddf7ce977ba9ff074d595e033 -0, 33, 33, 1, 136404, 9eb0213f0d66d957f668f88d426f014f -0, 34, 34, 1, 135816, 337b4082181e8627f2fe9c852681688f -0, 35, 35, 1, 135616, c73c95e75669ce9dafd0ac253239430a -0, 36, 36, 1, 135136, e4e5515dbb05b855b4ce42fe1638d119 -0, 37, 37, 1, 135572, 987ffdc8d0c142e92dc02190f73afd70 -0, 38, 38, 1, 134748, 8a01538b863e51066f896f18ad8cc68b -0, 39, 39, 1, 134428, 3096e9435e5813d54013bf5c86e15c4f -0, 40, 40, 1, 133796, 78d3952c814172173b24881e110c861f -0, 41, 41, 1, 135052, b0c2bf0b1047dd71268d3c3114b655d8 -0, 42, 42, 1, 134768, 653862b7e519c299278186920217a303 -0, 43, 43, 1, 134692, 26fb91814efadd0120f247d6b5f22d81 -0, 44, 44, 1, 134164, e85390622cb7eb6618512ead58d578c6 -0, 45, 45, 1, 133380, 7c04e5015f89c24713227329aa1820fb -0, 46, 46, 1, 132872, 877db229c19c9719bd9b19d0dab1c169 -0, 47, 47, 1, 132864, c4a86326303f96d53cb267111ed199e5 -0, 48, 48, 1, 132644, 7dd3fe41c535d168eb0450d96171ec0f -0, 49, 49, 1, 131772, c430f15c1683207fbec250dc9d7a2b13 TEST ffprobe_xml Test utvideoenc_yuv444_median failed. Look at tests/data/fate/utvideoenc_yuv444_median.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-utvideoenc_yuv444_median] Error 1 Test utvideoenc_yuv444_left failed. Look at tests/data/fate/utvideoenc_yuv444_left.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-utvideoenc_yuv444_left] Error 1 GEN tests/data/vsynth_lena.yuv TEST seek-extra-mp3 TEST seek-cache-pipe --- /home/fate/ffmpeg/tests/ref/fate/utvideoenc_yuv444_none 2017-11-07 00:22:00.438233365 +0000 +++ tests/data/fate/utvideoenc_yuv444_none 2020-04-04 16:05:09.158266091 +0000 @@ -1,60 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#extradata 0, 16, e46c7123194c0ebf19a23e5cefebaa63 -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: utvideo -#dimensions 0: 352x288 -#sar 0: 0/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 286288, f77b660b13f4ca2d906dbe620019224f -0, 1, 1, 1, 286388, 61c3e9c05be428c2adf312257580d528 -0, 2, 2, 1, 286148, cf2d8de31997ba6c9c87ca0203295ffd -0, 3, 3, 1, 286124, 981f9eeeed512af38eac7c5df0693b85 -0, 4, 4, 1, 286644, be9e95106ca59737b1154b865e917110 -0, 5, 5, 1, 286280, e70b66f13e4a08c10e1d014ac1be0cf9 -0, 6, 6, 1, 286176, b20a78e4bcd02d7fedc0f00af8276847 -0, 7, 7, 1, 286132, 80cc66c88ea015b62bbf46ae188eed95 -0, 8, 8, 1, 285968, 446ae00d0e1fc233b66ecb35c720464d -0, 9, 9, 1, 285888, 9d4b29bfd62e5cac2d77185e19706325 -0, 10, 10, 1, 285792, bc74548c1ed37dc1d6ca523e00b83ed7 -0, 11, 11, 1, 285412, f7234684c90e0dfcfd7ff9a7612b9cb9 -0, 12, 12, 1, 286080, 3873173b7da6113b058c0e50d1fb2ac9 -0, 13, 13, 1, 285524, 90654181491240e1883cfa8e9dcbc53a -0, 14, 14, 1, 285628, 5ae2de1a60c2586af4a27dca27e0d614 -0, 15, 15, 1, 285620, 9d78ee5f1390c05af2677bedf2b088e4 -0, 16, 16, 1, 285768, 7c47cbbba7af11ace3233c904e628242 -0, 17, 17, 1, 285880, 8292ea2eb80b860edf0747707eb99966 -0, 18, 18, 1, 285956, 17aef410ca3fec63ef83185401e005a3 -0, 19, 19, 1, 285992, 779819d6d090a67261ef3611f7b50ad6 -0, 20, 20, 1, 285920, 52fbe43f864350643cb4e8a57fcf8f63 -0, 21, 21, 1, 286040, c2e7919e6e20c7fcf78c0229e4d456d4 -0, 22, 22, 1, 285844, edc46036a229878d26a8df1f6dfbd661 -0, 23, 23, 1, 285868, 7e5a9af2d70dc57a7ca0a03f88a3a1a9 -0, 24, 24, 1, 286056, 174d2c8aca73cb5481e12a5a22516d02 -0, 25, 25, 1, 285836, cf1d28a88aa4fc2a5e16e03e2081919f -0, 26, 26, 1, 286004, 2ffd12c7501e4709939712a62945ec29 -0, 27, 27, 1, 286264, 61962127ef2a4612a9a352119b7444dd -0, 28, 28, 1, 286632, 9355ea7ef38424633b9e0b77ebb23d77 -0, 29, 29, 1, 286508, a741f67693b0154355966a1b07265939 -0, 30, 30, 1, 286124, 0fb2a3a0b6e525907b6d0c50ca8f7be1 -0, 31, 31, 1, 286308, 89fd53c38119426cdd63be714e857dac -0, 32, 32, 1, 286032, 674d9043981cce19c39e2c6d405d856a -0, 33, 33, 1, 285672, 7b9678e7772b71abf5a95fa967d319af -0, 34, 34, 1, 285520, 6e626d4c722ccafea6600a62c093a47a -0, 35, 35, 1, 285828, 49e9023d9c820798af6b445ec1d87b13 -0, 36, 36, 1, 286344, 6cf611f3ef47442659e3ce3807d3a480 -0, 37, 37, 1, 286360, a0eca88afed37e0747b1fa61c7e36713 -0, 38, 38, 1, 286264, 5b3e605f71b8bab3aa2cc3ed439c6f8a -0, 39, 39, 1, 286096, f9a1c5beca596e2b5eef2392b0adb01e -0, 40, 40, 1, 286284, eb2440f6539413efc86e5a0cd545ecd4 -0, 41, 41, 1, 285816, 520d3344f335b580bfb2fad58b1643b4 -0, 42, 42, 1, 285864, 48ed0d9ed707808298800c87f2d61d75 -0, 43, 43, 1, 286108, 9cb952285049f8354ab7e00c0ab2f7d5 -0, 44, 44, 1, 286308, 7ba07e4cc04cd42272ab75e1a65703ca -0, 45, 45, 1, 286552, 55722a7bc60c9eb68a94fd0e8ba3ba4f -0, 46, 46, 1, 286456, e3e54e031bcf3067360955817690a755 -0, 47, 47, 1, 286240, 96aa493b2b8d264ffb0d49c952594c11 -0, 48, 48, 1, 286128, 6e7e04eec86f257aa46c59f0e8b6b22c -0, 49, 49, 1, 286128, ab72c8a01a095040efb1d4cb1fddbd4a TEST seek-mkv-codec-delay Test utvideoenc_yuv444_none failed. Look at tests/data/fate/utvideoenc_yuv444_none.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-utvideoenc_yuv444_none] Error 1 TEST seek-extra-mp4 TEST seek-empty-edit-mp4 TEST seek-test-iibbibb-mp4 TEST seek-test-iibbibb-neg-ctts-mp4 TEST filter-amix-simple TEST filter-amix-first TEST mts2 TEST gaplessenc-pcm-to-mov-aac TEST filter-amix-transition 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 force_key_frames TEST sub2video LD tools/qt-faststart TEST checkasm-aacpsdsp TEST checkasm-af_afir TEST checkasm-alacdsp --- /home/fate/ffmpeg/tests/ref/fate/sub2video 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/sub2video 2020-04-04 16:05:09.421599054 +0000 @@ -1,186 +0,0 @@ -#extradata 1: 150, 0x7c99258b -#tb 0: 1/5 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 720x480 -#sar 0: 0/1 -#tb 1: 1/1000000 -#media_type 1: subtitle -#codec_id 1: dvd_subtitle -0, 0, 0, 1, 518400, 0x83c27b82 -0, 1, 1, 1, 518400, 0x4051c7f9 -0, 2, 2, 1, 518400, 0xfb00e17e -1, 499000, 499000, 4960000, 1015, 0x19e092d2, F=0x0 -0, 3, 3, 1, 518400, 0x192abb74 -0, 4, 4, 1, 518400, 0x4669a88b -0, 5, 5, 1, 518400, 0xaababe00 -0, 6, 6, 1, 518400, 0x98a211a5 -0, 7, 7, 1, 518400, 0x440e7547 -0, 8, 8, 1, 518400, 0xca5bb496 -0, 9, 9, 1, 518400, 0xf86e0b0a -0, 10, 10, 1, 518400, 0xb80fa020 -0, 11, 11, 1, 518400, 0x41c2a54b -0, 12, 12, 1, 518400, 0x51baf353 -0, 13, 13, 1, 518400, 0x967ea7f3 -0, 14, 14, 1, 518400, 0x819e7f89 -0, 15, 15, 1, 518400, 0x192233e1 -0, 16, 16, 1, 518400, 0xc80a0eb3 -0, 17, 17, 1, 518400, 0x08260a23 -0, 18, 18, 1, 518400, 0xc92e2caf -0, 19, 19, 1, 518400, 0x3fe36eea -0, 20, 20, 1, 518400, 0x0891e8d5 -0, 21, 21, 1, 518400, 0x84655095 -0, 22, 22, 1, 518400, 0x9c7fa014 -0, 23, 23, 1, 518400, 0x9c43b656 -0, 24, 24, 1, 518400, 0x2cf46221 -0, 25, 25, 1, 518400, 0x7322e11c -0, 26, 26, 1, 518400, 0x45af1a84 -0, 27, 27, 1, 518400, 0x7b781071 -0, 28, 28, 1, 518400, 0x4f7c706c -0, 29, 29, 1, 518400, 0xb227603b -0, 30, 30, 1, 518400, 0x7b4b89c2 -0, 31, 31, 1, 518400, 0x456da21e -0, 32, 32, 1, 518400, 0xb691979f -0, 33, 33, 1, 518400, 0x0dfaa66d -0, 34, 34, 1, 518400, 0x191a6f23 -0, 35, 35, 1, 518400, 0xa03b2605 -0, 36, 36, 1, 518400, 0xb36aff87 -0, 37, 37, 1, 518400, 0xf5f0bc4a -0, 38, 38, 1, 518400, 0x863d701a -0, 39, 39, 1, 518400, 0xd11b4dce -0, 40, 40, 1, 518400, 0x969236bd -0, 41, 41, 1, 518400, 0xb60a485c -0, 42, 42, 1, 518400, 0xe9796621 -0, 43, 43, 1, 518400, 0x3e8fc04b -0, 44, 44, 1, 518400, 0xac9944e3 -0, 45, 45, 1, 518400, 0x01452b4d -0, 46, 46, 1, 518400, 0xb384f6d2 -0, 47, 47, 1, 518400, 0xde69683f -0, 48, 48, 1, 518400, 0x7df08fba -0, 49, 49, 1, 518400, 0xbab197ea -1, 15355000, 15355000, 4733000, 2094, 0x3c171425, F=0x0 -0, 77, 77, 1, 518400, 0x902285d9 -0, 100, 100, 1, 518400, 0xbab197ea -1, 48797000, 48797000, 2560000, 2480, 0x7c0edf21, F=0x0 -0, 244, 244, 1, 518400, 0x7a11c812 -0, 257, 257, 1, 518400, 0xbab197ea -1, 51433000, 51433000, 2366000, 3059, 0xc95b8a05, F=0x0 -0, 258, 258, 1, 518400, 0x34cdddee -0, 269, 269, 1, 518400, 0xbab197ea -1, 53910000, 53910000, 2696000, 2095, 0x61bb15ed, F=0x0 -0, 270, 270, 1, 518400, 0x4db4ce51 -0, 283, 283, 1, 518400, 0xbab197ea -1, 56663000, 56663000, 1262000, 1013, 0xc9ae89b7, F=0x0 -0, 284, 284, 1, 518400, 0xe6bc0ea9 -0, 290, 290, 1, 518400, 0xbab197ea -1, 58014000, 58014000, 1661000, 969, 0xe01878f0, F=0x0 -0, 291, 291, 1, 518400, 0xa8643af7 -0, 298, 298, 1, 518400, 0xbab197ea -1, 67724000, 67724000, 1365000, 844, 0xe7db4fc1, F=0x0 -0, 339, 339, 1, 518400, 0xb1885c67 -0, 345, 345, 1, 518400, 0xbab197ea -1, 69175000, 69175000, 1558000, 802, 0xf48531ba, F=0x0 -0, 346, 346, 1, 518400, 0x378e3fd0 -0, 354, 354, 1, 518400, 0xbab197ea -1, 70819000, 70819000, 1865000, 1709, 0xb4d5a1bd, F=0x0 -0, 355, 355, 1, 518400, 0xa3782469 -0, 363, 363, 1, 518400, 0xbab197ea -1, 72762000, 72762000, 1968000, 2438, 0x99d7bc82, F=0x0 -0, 364, 364, 1, 518400, 0xba23a0d5 -0, 374, 374, 1, 518400, 0xbab197ea -1, 74806000, 74806000, 1831000, 2116, 0x96514097, F=0x0 -0, 375, 375, 1, 518400, 0x129de2f8 -0, 383, 383, 1, 518400, 0xbab197ea -1, 76716000, 76716000, 1262000, 1822, 0xefccc72e, F=0x0 -0, 384, 384, 1, 518400, 0x19772f0f -0, 390, 390, 1, 518400, 0xbab197ea -1, 78051000, 78051000, 1524000, 987, 0x7b927a27, F=0x0 -0, 391, 391, 1, 518400, 0x56f54e73 -0, 398, 398, 1, 518400, 0xbab197ea -1, 79644000, 79644000, 2662000, 2956, 0x190778f7, F=0x0 -0, 399, 399, 1, 518400, 0x300b5247 -1, 82380000, 82380000, 2764000, 3094, 0xc021b7d3, F=0x0 -0, 412, 412, 1, 518400, 0xbab197ea -0, 413, 413, 1, 518400, 0x6fd028fa -0, 426, 426, 1, 518400, 0xbab197ea -1, 85225000, 85225000, 2366000, 2585, 0x74d0048f, F=0x0 -0, 427, 427, 1, 518400, 0x01f80e9d -0, 438, 438, 1, 518400, 0xbab197ea -1, 87652000, 87652000, 1831000, 634, 0x8832fda1, F=0x0 -0, 439, 439, 1, 518400, 0xb48d90c0 -0, 447, 447, 1, 518400, 0xbab197ea -1, 91531000, 91531000, 2332000, 2080, 0x97a1146f, F=0x0 -0, 458, 458, 1, 518400, 0xcb5a0173 -0, 469, 469, 1, 518400, 0xbab197ea -1, 95510000, 95510000, 3299000, 2964, 0x8b8f6684, F=0x0 -0, 478, 478, 1, 518400, 0xb8a323e4 -0, 494, 494, 1, 518400, 0xbab197ea -1, 98872000, 98872000, 2161000, 1875, 0x9002ef71, F=0x0 -0, 495, 495, 1, 518400, 0xc43518ba -0, 505, 505, 1, 518400, 0xbab197ea -1, 101124000, 101124000, 4096000, 3872, 0x20c6ed9c, F=0x0 -0, 506, 506, 1, 518400, 0x04e38692 -0, 526, 526, 1, 518400, 0xbab197ea -1, 105303000, 105303000, 2730000, 3094, 0xf203a663, F=0x0 -0, 527, 527, 1, 518400, 0x856b0ee5 -0, 540, 540, 1, 518400, 0xbab197ea -1, 108106000, 108106000, 2059000, 2404, 0x41a7b429, F=0x0 -0, 541, 541, 1, 518400, 0x3e5beee2 -0, 551, 551, 1, 518400, 0xbab197ea -1, 141556000, 141556000, 1661000, 1088, 0xde20aa20, F=0x0 -0, 708, 708, 1, 518400, 0xb8bc1365 -0, 716, 716, 1, 518400, 0xbab197ea -0, 817, 817, 1, 518400, 0x83efa32d -1, 163445000, 163445000, 1331000, 339, 0x8bd186ef, F=0x0 -0, 824, 824, 1, 518400, 0xbab197ea -0, 840, 840, 1, 518400, 0x03ea0e90 -1, 168049000, 168049000, 1900000, 1312, 0x0bf20e8d, F=0x0 -0, 850, 850, 1, 518400, 0xbab197ea -1, 170035000, 170035000, 1524000, 1279, 0xb6c2dafe, F=0x0 -0, 851, 851, 1, 518400, 0x8780239e -0, 858, 858, 1, 518400, 0xbab197ea -0, 861, 861, 1, 518400, 0x6eb72347 -1, 172203000, 172203000, 1695000, 1826, 0x9a1ac769, F=0x0 -0, 869, 869, 1, 518400, 0xbab197ea -1, 173947000, 173947000, 1934000, 1474, 0xa9b03cdc, F=0x0 -0, 870, 870, 1, 518400, 0x9c4a3a3d -0, 879, 879, 1, 518400, 0xbab197ea -1, 175957000, 175957000, 1763000, 1019, 0x20409355, F=0x0 -0, 880, 880, 1, 518400, 0xc9ebfa89 -0, 889, 889, 1, 518400, 0xbab197ea -0, 946, 946, 1, 518400, 0xbaf801ef -1, 189295000, 189295000, 1968000, 1596, 0x408c726e, F=0x0 -0, 956, 956, 1, 518400, 0xbab197ea -1, 191356000, 191356000, 1228000, 1517, 0xae8c5c2b, F=0x0 -0, 957, 957, 1, 518400, 0x59f4e72f -0, 963, 963, 1, 518400, 0xbab197ea -1, 192640000, 192640000, 1763000, 2506, 0xa458d6d4, F=0x0 -0, 964, 964, 1, 518400, 0x9d5b9d69 -0, 972, 972, 1, 518400, 0xbab197ea -1, 195193000, 195193000, 1092000, 1074, 0x397ba9a8, F=0x0 -0, 976, 976, 1, 518400, 0x923d1ce7 -0, 981, 981, 1, 518400, 0xbab197ea -1, 196361000, 196361000, 1524000, 1715, 0x695ca41e, F=0x0 -0, 982, 982, 1, 518400, 0x6e652cd2 -0, 989, 989, 1, 518400, 0xbab197ea -1, 197946000, 197946000, 1160000, 789, 0xc63a189e, F=0x0 -0, 990, 990, 1, 518400, 0x25113966 -0, 996, 996, 1, 518400, 0xbab197ea -1, 199230000, 199230000, 1627000, 1846, 0xeea8c599, F=0x0 -0, 997, 997, 1, 518400, 0x2dc83609 -0, 1004, 1004, 1, 518400, 0xbab197ea -1, 200924000, 200924000, 1763000, 922, 0xd4a87222, F=0x0 -0, 1005, 1005, 1, 518400, 0x90483bc6 -0, 1013, 1013, 1, 518400, 0xbab197ea -0, 1053, 1053, 1, 518400, 0x3de86ab7 -1, 210600000, 210600000, 1831000, 665, 0x55580135, F=0x0 -0, 1062, 1062, 1, 518400, 0xbab197ea -1, 214771000, 214771000, 1558000, 1216, 0x50d1f6c5, F=0x0 -0, 1074, 1074, 1, 518400, 0x8c320e68 -0, 1082, 1082, 1, 518400, 0xbab197ea -0, 1128, 1128, 1, 518400, 0x81e977b2 -1, 225640000, 225640000, 2127000, 2133, 0x670c11a5, F=0x0 -0, 1139, 1139, 1, 518400, 0xbab197ea -1, 227834000, 227834000, 1262000, 1264, 0xc1d9fc57, F=0x0 -0, 1140, 1140, 1, 518400, 0xb046dd30 -0, 1145, 1145, 1, 518400, 0xbab197ea TEST checkasm-audiodsp --- /home/fate/ffmpeg/tests/ref/fate/v410enc 2017-06-18 23:02:49.744481445 +0000 +++ tests/data/fate/v410enc 2020-04-04 16:05:09.434932369 +0000 @@ -1 +1 @@ -465bcc7477104a8295f47b35f1b987df +d41d8cd98f00b204e9800998ecf8427e Test sub2video failed. Look at tests/data/fate/sub2video.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-sub2video] Error 1 Test v410enc failed. Look at tests/data/fate/v410enc.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-v410enc] Error 1 TEST checkasm-blockdsp TEST checkasm-bswapdsp TEST checkasm-exrdsp TEST checkasm-fixed_dsp TEST checkasm-flacdsp TEST checkasm-float_dsp TEST checkasm-fmtconvert TEST checkasm-g722dsp TEST checkasm-h264dsp TEST checkasm-h264pred TEST checkasm-h264qpel TEST checkasm-hevc_add_res TEST checkasm-hevc_idct TEST checkasm-hevc_sao TEST checkasm-jpeg2000dsp TEST checkasm-llviddsp TEST checkasm-llviddspenc TEST checkasm-opusdsp TEST checkasm-pixblockdsp TEST checkasm-sbrdsp TEST checkasm-synth_filter TEST checkasm-sw_rgb TEST checkasm-v210dec TEST checkasm-v210enc TEST checkasm-vf_blend TEST checkasm-vf_eq TEST checkasm-vf_colorspace 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-simple2-lavf-ts TEST concat-demuxer-extended-lavf-mxf 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 fft-6 TEST ifft-5 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 TEST color_utils TEST des TEST dict 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 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 filter-formats TEST vsynth2-amv TEST vsynth2-asv1 TEST vsynth2-asv2 TEST vsynth2-cinepak --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-amv 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-amv 2020-04-04 16:05:11.384929631 +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:251: fate-vsynth2-amv] Error 1 TEST vsynth2-cljr --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-cinepak 2017-11-07 21:43:15.007977169 +0000 +++ tests/data/fate/vsynth2-cinepak 2020-04-04 16:05:11.414929589 +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-dnxhd-720p Test vsynth2-cinepak failed. Look at tests/data/fate/vsynth2-cinepak.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-cinepak] Error 1 TEST vsynth2-dnxhd-720p-rd --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-cljr 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-cljr 2020-04-04 16:05:11.468262847 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-asv1 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-asv1 2020-04-04 16:05:11.491596148 +0000 @@ -1,4 +1,2 @@ 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-cljr failed. Look at tests/data/fate/vsynth2-cljr.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-cljr] Error 1 TEST vsynth2-dnxhd-720p-10bit TEST vsynth2-dnxhd-720p-hr-lb Test vsynth2-asv1 failed. Look at tests/data/fate/vsynth2-asv1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-asv1] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-asv2 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-asv2 2020-04-04 16:05:11.511596119 +0000 @@ -1,4 +1,2 @@ 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-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-04-04 16:05:11.504929462 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-dnxhd-720p 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-dnxhd-720p 2020-04-04 16:05:11.481596161 +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-rd failed. Look at tests/data/fate/vsynth2-dnxhd-720p-rd.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-dnxhd-720p-rd] Error 1 Test vsynth2-asv2 failed. Look at tests/data/fate/vsynth2-asv2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth2-asv2] Error 1 Test vsynth2-dnxhd-720p failed. Look at tests/data/fate/vsynth2-dnxhd-720p.err for details. TEST vsynth2-dnxhd-edge1-hr make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth2-dnxhd-720p] Error 1 TEST vsynth2-dnxhd-edge2-hr --- /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-04-04 16:05:11.538262749 +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-edge3-hr --- /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-04-04 16:05:11.534929420 +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-10bit failed. Look at tests/data/fate/vsynth2-dnxhd-720p-10bit.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-dnxhd-720p-10bit] Error 1 TEST vsynth2-dnxhd-4k-hr-lb --- /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-04-04 16:05:11.548262735 +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-720p-hr-lb failed. Look at tests/data/fate/vsynth2-dnxhd-720p-hr-lb.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-dnxhd-720p-hr-lb] Error 1 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:251: fate-vsynth2-dnxhd-uhd-hr-sq] Error 1 TEST vsynth2-dnxhd-2k-hr-hq TEST vsynth2-vc2-420p --- /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-04-04 16:05:11.561596049 +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 --- /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-04-04 16:05:11.578262693 +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 --- /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-04-04 16:05:11.574929364 +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:251: fate-vsynth2-dnxhd-edge2-hr] Error 1 Test vsynth2-dnxhd-edge1-hr failed. Look at tests/data/fate/vsynth2-dnxhd-edge1-hr.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-dnxhd-edge1-hr] Error 1 Test vsynth2-dnxhd-edge3-hr failed. Look at tests/data/fate/vsynth2-dnxhd-edge3-hr.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth2-dnxhd-edge3-hr] Error 1 TEST vsynth2-vc2-420p12 TEST vsynth2-vc2-420p10 TEST vsynth2-vc2-422p TEST vsynth2-vc2-422p10 --- /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-04-04 16:05:11.591596007 +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:250: fate-vsynth2-dnxhd-4k-hr-lb] Error 1 --- /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-04-04 16:05:11.608262651 +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-vc2-422p12 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:251: fate-vsynth2-dnxhd-2k-hr-hq] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-vc2-420p12 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth2-vc2-420p12 2020-04-04 16:05:11.621595965 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-vc2-420p10 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth2-vc2-420p10 2020-04-04 16:05:11.618262637 +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-444p --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-vc2-422p10 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth2-vc2-422p10 2020-04-04 16:05:11.624929294 +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-420p12 failed. Look at tests/data/fate/vsynth2-vc2-420p12.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-vc2-420p12] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-vc2-422p 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth2-vc2-422p 2020-04-04 16:05:11.624929294 +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-444p10 Test vsynth2-vc2-420p10 failed. Look at tests/data/fate/vsynth2-vc2-420p10.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-vc2-420p10] Error 1 Test vsynth2-vc2-422p failed. Look at tests/data/fate/vsynth2-vc2-422p.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-vc2-422p] Error 1 TEST vsynth2-vc2-444p12 TEST vsynth2-vc2-thaar Test vsynth2-vc2-422p10 failed. Look at tests/data/fate/vsynth2-vc2-422p10.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-vc2-422p10] Error 1 TEST vsynth2-vc2-t5_3 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-vc2-422p12 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth2-vc2-422p12 2020-04-04 16:05:11.654929251 +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:251: fate-vsynth2-vc2-422p12] Error 1 TEST vsynth2-dnxhd-1080i --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-vc2-444p 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth2-vc2-444p 2020-04-04 16:05:11.664929238 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-vc2-444p10 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth2-vc2-444p10 2020-04-04 16:05:11.668262567 +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-444p failed. Look at tests/data/fate/vsynth2-vc2-444p.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-vc2-444p] Error 1 Test vsynth2-vc2-444p10 failed. Look at tests/data/fate/vsynth2-vc2-444p10.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth2-vc2-444p10] Error 1 TEST vsynth2-dnxhd-1080i-10bit TEST vsynth2-dnxhd-1080i-colr --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-vc2-444p12 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth2-vc2-444p12 2020-04-04 16:05:11.681595881 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-vc2-thaar 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth2-vc2-thaar 2020-04-04 16:05:11.688262538 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-vc2-420p 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth2-vc2-420p 2020-04-04 16:05:11.691595867 +0000 @@ -1,4 +1,2 @@ 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-444p12 failed. Look at tests/data/fate/vsynth2-vc2-444p12.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-vc2-444p12] Error 1 Test vsynth2-vc2-thaar failed. Look at tests/data/fate/vsynth2-vc2-thaar.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-vc2-thaar] Error 1 Test vsynth2-vc2-420p failed. Look at tests/data/fate/vsynth2-vc2-420p.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth2-vc2-420p] Error 1 TEST vsynth2-dnxhd-hr-sq-mov TEST vsynth2-dnxhd-hr-lb-mov TEST vsynth2-dnxhd-hr-hq-mov --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-dnxhd-1080i 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth2-dnxhd-1080i 2020-04-04 16:05:11.708262510 +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 --- /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-04-04 16:05:11.701595853 +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:251: fate-vsynth2-vc2-t5_3] Error 1 Test vsynth2-dnxhd-1080i failed. Look at tests/data/fate/vsynth2-dnxhd-1080i.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth2-dnxhd-1080i] Error 1 TEST vsynth2-dv TEST vsynth2-dv-411 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-dnxhd-1080i-colr 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth2-dnxhd-1080i-colr 2020-04-04 16:05:11.724929154 +0000 @@ -1,4 +0,0 @@ -e7e5cd8d6d1596596ded1007f37c3193 *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 --- /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-04-04 16:05:11.728262482 +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-colr failed. Look at tests/data/fate/vsynth2-dnxhd-1080i-colr.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-dnxhd-1080i-colr] Error 1 Test vsynth2-dnxhd-1080i-10bit failed. Look at tests/data/fate/vsynth2-dnxhd-1080i-10bit.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-dnxhd-1080i-10bit] Error 1 TEST vsynth2-dv-50 --- /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-04-04 16:05:11.744929125 +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 --- /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-04-04 16:05:11.751595783 +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-dv-hd --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-dv-411 2017-08-08 19:06:43.766486747 +0000 +++ tests/data/fate/vsynth2-dv-411 2020-04-04 16:05:11.758262440 +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 --- /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-04-04 16:05:11.744929125 +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-hq-mov failed. Look at tests/data/fate/vsynth2-dnxhd-hr-hq-mov.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-dnxhd-hr-hq-mov] Error 1 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:251: fate-vsynth2-dnxhd-hr-sq-mov] Error 1 Test vsynth2-dv-411 failed. Look at tests/data/fate/vsynth2-dv-411.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth2-dv-411] Error 1 Test vsynth2-dnxhd-hr-lb-mov failed. Look at tests/data/fate/vsynth2-dnxhd-hr-lb-mov.err for details. --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-dv 2017-08-08 19:06:43.766486747 +0000 +++ tests/data/fate/vsynth2-dv 2020-04-04 16:05:11.758262440 +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-fhd TEST vsynth2-ffv1 make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth2-dnxhd-hr-lb-mov] Error 1 TEST vsynth2-ffv1-v0 Test vsynth2-dv failed. Look at tests/data/fate/vsynth2-dv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth2-dv] Error 1 TEST vsynth2-ffv1-v3-yuv420p TEST vsynth2-ffv1-v3-yuv422p10 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-dv-50 2017-08-08 19:06:43.766486747 +0000 +++ tests/data/fate/vsynth2-dv-50 2020-04-04 16:05:11.788262398 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-dv-hd 2019-11-13 17:24:18.523463998 +0000 +++ tests/data/fate/vsynth2-dv-hd 2020-04-04 16:05:11.791595727 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-dv-fhd 2019-11-13 17:24:18.523463998 +0000 +++ tests/data/fate/vsynth2-dv-fhd 2020-04-04 16:05:11.801595712 +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-50 failed. Look at tests/data/fate/vsynth2-dv-50.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-dv-50] Error 1 Test vsynth2-dv-hd failed. Look at tests/data/fate/vsynth2-dv-hd.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-dv-hd] Error 1 TEST vsynth2-ffv1-v3-yuv444p16 TEST vsynth2-ffv1-v3-bgr0 Test vsynth2-dv-fhd failed. Look at tests/data/fate/vsynth2-dv-fhd.err for details. --- /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-04-04 16:05:11.824929013 +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 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-dv-fhd] Error 1 TEST vsynth2-ffv1-v3-rgb48 Test vsynth2-ffv1-v3-yuv422p10 failed. Look at tests/data/fate/vsynth2-ffv1-v3-yuv422p10.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-ffv1-v3-yuv422p10] Error 1 TEST vsynth2-ffvhuff TEST vsynth2-ffvhuff444 --- /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-04-04 16:05:11.868262285 +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 --- /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-04-04 16:05:11.871595614 +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-ffvhuff420p12 Test vsynth2-ffv1-v3-yuv444p16 failed. Look at tests/data/fate/vsynth2-ffv1-v3-yuv444p16.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-ffv1-v3-yuv444p16] Error 1 Test vsynth2-ffv1-v3-bgr0 failed. Look at tests/data/fate/vsynth2-ffv1-v3-bgr0.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth2-ffv1-v3-bgr0] Error 1 TEST vsynth2-ffvhuff422p10left TEST vsynth2-ffvhuff444p16 --- /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-04-04 16:05:11.878262272 +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:251: fate-vsynth2-ffv1-v3-rgb48] Error 1 TEST vsynth2-flashsv --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-ffvhuff444 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-ffvhuff444 2020-04-04 16:05:11.908262229 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-ffvhuff422p10left 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-ffvhuff422p10left 2020-04-04 16:05:11.918262215 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-ffvhuff444p16 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-ffvhuff444p16 2020-04-04 16:05:11.931595530 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-ffvhuff420p12 2017-10-23 22:45:16.668623250 +0000 +++ tests/data/fate/vsynth2-ffvhuff420p12 2020-04-04 16:05:11.924928872 +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-ffvhuff444 failed. Look at tests/data/fate/vsynth2-ffvhuff444.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-ffvhuff444] Error 1 Test vsynth2-ffvhuff422p10left failed. Look at tests/data/fate/vsynth2-ffvhuff422p10left.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth2-ffvhuff422p10left] Error 1 Test vsynth2-ffvhuff420p12 failed. Look at tests/data/fate/vsynth2-ffvhuff420p12.err for details. TEST vsynth2-flashsv2 make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth2-ffvhuff420p12] Error 1 TEST vsynth2-flv Test vsynth2-ffvhuff444p16 failed. Look at tests/data/fate/vsynth2-ffvhuff444p16.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-ffvhuff444p16] Error 1 TEST vsynth2-h261 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-flashsv 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-flashsv 2020-04-04 16:05:11.951595501 +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-h261-trellis Test vsynth2-flashsv failed. Look at tests/data/fate/vsynth2-flashsv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-flashsv] Error 1 TEST vsynth2-h263 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-ffvhuff 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-ffvhuff 2020-04-04 16:05:11.988262117 +0000 @@ -1,4 +1,2 @@ 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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-flashsv2 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-flashsv2 2020-04-04 16:05:11.978262131 +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-ffvhuff failed. Look at tests/data/fate/vsynth2-ffvhuff.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-ffvhuff] Error 1 TEST vsynth2-h263-obmc Test vsynth2-flashsv2 failed. Look at tests/data/fate/vsynth2-flashsv2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-flashsv2] Error 1 TEST vsynth2-h263p --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-flv 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-flv 2020-04-04 16:05:12.084928648 +0000 @@ -1,4 +1,2 @@ 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:251: fate-vsynth2-flv] Error 1 TEST vsynth2-huffyuv --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-h261 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-h261 2020-04-04 16:05:12.084928648 +0000 @@ -1,4 +1,2 @@ 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:251: fate-vsynth2-h261] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-ffv1-v0 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-ffv1-v0 2020-04-04 16:05:12.114928606 +0000 @@ -1,4 +1,2 @@ 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-huffyuvbgr24 Test vsynth2-ffv1-v0 failed. Look at tests/data/fate/vsynth2-ffv1-v0.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-ffv1-v0] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-ffv1 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-ffv1 2020-04-04 16:05:12.138261907 +0000 @@ -1,4 +1,2 @@ 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-huffyuvbgra --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-h263 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-h263 2020-04-04 16:05:12.158261878 +0000 @@ -1,4 +1,2 @@ 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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-huffyuv 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-huffyuv 2020-04-04 16:05:12.148261892 +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-ffv1 failed. Look at tests/data/fate/vsynth2-ffv1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-ffv1] Error 1 TEST vsynth2-jpegls Test vsynth2-h263 failed. Look at tests/data/fate/vsynth2-h263.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-h263] Error 1 Test vsynth2-huffyuv failed. Look at tests/data/fate/vsynth2-huffyuv.err for details. TEST vsynth2-jpeg2000 make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth2-huffyuv] Error 1 TEST vsynth2-jpeg2000-97 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-h263-obmc 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-h263-obmc 2020-04-04 16:05:12.181595179 +0000 @@ -1,4 +1,2 @@ 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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-huffyuvbgr24 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-huffyuvbgr24 2020-04-04 16:05:12.184928507 +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-h263-obmc failed. Look at tests/data/fate/vsynth2-h263-obmc.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-h263-obmc] Error 1 TEST vsynth2-ljpeg Test vsynth2-huffyuvbgr24 failed. Look at tests/data/fate/vsynth2-huffyuvbgr24.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-huffyuvbgr24] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-huffyuvbgra 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-huffyuvbgra 2020-04-04 16:05:12.198261822 +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-mjpeg --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-h261-trellis 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-h261-trellis 2020-04-04 16:05:12.208261808 +0000 @@ -1,4 +1,2 @@ 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-huffyuvbgra failed. Look at tests/data/fate/vsynth2-huffyuvbgra.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-huffyuvbgra] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-jpegls 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-jpegls 2020-04-04 16:05:12.204928479 +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-mjpeg-422 Test vsynth2-jpegls failed. Look at tests/data/fate/vsynth2-jpegls.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-jpegls] Error 1 Test vsynth2-h261-trellis failed. Look at tests/data/fate/vsynth2-h261-trellis.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth2-h261-trellis] Error 1 TEST vsynth2-mjpeg-444 TEST vsynth2-mjpeg-trell --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-jpeg2000-97 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-jpeg2000-97 2020-04-04 16:05:12.214928465 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-jpeg2000 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-jpeg2000 2020-04-04 16:05:12.221595123 +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 --- /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-04-04 16:05:12.208261808 +0000 @@ -1,4 +1,2 @@ 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-jpeg2000-97 failed. Look at tests/data/fate/vsynth2-jpeg2000-97.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-jpeg2000-97] Error 1 Test vsynth2-ffv1-v3-yuv420p failed. Look at tests/data/fate/vsynth2-ffv1-v3-yuv420p.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-ffv1-v3-yuv420p] Error 1 Test vsynth2-jpeg2000 failed. Look at tests/data/fate/vsynth2-jpeg2000.err for details. TEST vsynth2-mjpeg-huffman make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth2-jpeg2000] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mjpeg 2017-04-08 23:05:15.311705498 +0000 +++ tests/data/fate/vsynth2-mjpeg 2020-04-04 16:05:12.241595094 +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-trell-huffman Test vsynth2-mjpeg failed. Look at tests/data/fate/vsynth2-mjpeg.err for details. --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mjpeg-422 2017-04-08 23:05:15.311705498 +0000 +++ tests/data/fate/vsynth2-mjpeg-422 2020-04-04 16:05:12.248261752 +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 make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth2-mjpeg] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mjpeg-444 2017-04-08 23:05:15.311705498 +0000 +++ tests/data/fate/vsynth2-mjpeg-444 2020-04-04 16:05:12.251595081 +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-mpeg1 TEST vsynth2-mpeg1b Test vsynth2-mjpeg-422 failed. Look at tests/data/fate/vsynth2-mjpeg-422.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-mjpeg-422] Error 1 TEST vsynth2-mpeg2 Test vsynth2-mjpeg-444 failed. Look at tests/data/fate/vsynth2-mjpeg-444.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-mjpeg-444] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mjpeg-trell 2017-04-08 23:05:15.311705498 +0000 +++ tests/data/fate/vsynth2-mjpeg-trell 2020-04-04 16:05:12.251595081 +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-mpeg2-422 Test vsynth2-mjpeg-trell failed. Look at tests/data/fate/vsynth2-mjpeg-trell.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-mjpeg-trell] Error 1 TEST vsynth2-mpeg2-idct-int --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mjpeg-huffman 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-mjpeg-huffman 2020-04-04 16:05:12.281595038 +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:251: fate-vsynth2-mjpeg-huffman] Error 1 --- /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-04-04 16:05:12.281595038 +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-mpeg2-ilace Test vsynth2-mjpeg-trell-huffman failed. Look at tests/data/fate/vsynth2-mjpeg-trell-huffman.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-mjpeg-trell-huffman] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mpeg2-422 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-mpeg2-422 2020-04-04 16:05:12.304928339 +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-ivlc-qprd Test vsynth2-mpeg2-422 failed. Look at tests/data/fate/vsynth2-mpeg2-422.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-mpeg2-422] Error 1 TEST vsynth2-mpeg2-thread --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-h263p 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-h263p 2020-04-04 16:05:12.324928311 +0000 @@ -1,4 +1,2 @@ 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:251: fate-vsynth2-h263p] Error 1 TEST vsynth2-mpeg2-thread-ivlc --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mpeg1 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-mpeg1 2020-04-04 16:05:12.408261527 +0000 @@ -1,4 +1,2 @@ 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:251: fate-vsynth2-mpeg1] Error 1 TEST vsynth2-mpeg4 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mpeg2 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-mpeg2 2020-04-04 16:05:12.431594828 +0000 @@ -1,4 +1,2 @@ 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:251: fate-vsynth2-mpeg2] Error 1 TEST vsynth2-mpeg4-rc --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mpeg1b 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-mpeg1b 2020-04-04 16:05:12.444928142 +0000 @@ -1,4 +1,2 @@ 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:251: fate-vsynth2-mpeg1b] Error 1 TEST vsynth2-mpeg4-adv --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-ljpeg 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-ljpeg 2020-04-04 16:05:12.458261457 +0000 @@ -1,4 +1,2 @@ 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 --- /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-04-04 16:05:12.464928114 +0000 @@ -1,4 +1,2 @@ 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-ljpeg failed. Look at tests/data/fate/vsynth2-ljpeg.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-ljpeg] Error 1 TEST vsynth2-mpeg4-qprd Test vsynth2-mpeg2-idct-int failed. Look at tests/data/fate/vsynth2-mpeg2-idct-int.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-mpeg2-idct-int] Error 1 TEST vsynth2-mpeg4-adap --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mpeg2-ilace 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-mpeg2-ilace 2020-04-04 16:05:12.511594715 +0000 @@ -1,4 +1,2 @@ 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:251: fate-vsynth2-mpeg2-ilace] Error 1 TEST vsynth2-mpeg4-qpel --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mpeg2-thread 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-mpeg2-thread 2020-04-04 16:05:12.661594505 +0000 @@ -1,4 +1,2 @@ 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 --- /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-04-04 16:05:12.641594533 +0000 @@ -1,4 +1,2 @@ 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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mpeg4-rc 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-mpeg4-rc 2020-04-04 16:05:12.661594505 +0000 @@ -1,4 +1,2 @@ 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-mpeg2-thread failed. Look at tests/data/fate/vsynth2-mpeg2-thread.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-mpeg2-thread] Error 1 Test vsynth2-mpeg2-thread-ivlc failed. Look at tests/data/fate/vsynth2-mpeg2-thread-ivlc.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth2-mpeg2-thread-ivlc] Error 1 TEST vsynth2-mpeg4-thread TEST vsynth2-mpeg4-error Test vsynth2-mpeg4-rc failed. Look at tests/data/fate/vsynth2-mpeg4-rc.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth2-mpeg4-rc] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mpeg4 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-mpeg4 2020-04-04 16:05:12.681594476 +0000 @@ -1,4 +1,2 @@ adbd883d1701beabd04522d003dafab6 *tests/data/fate/vsynth2-mpeg4.mp4 159310 tests/data/fate/vsynth2-mpeg4.mp4 -2645405bc5350acc85ad72f3352f5135 *tests/data/fate/vsynth2-mpeg4.out.rawvideo -stddev: 6.02 PSNR: 32.53 MAXDIFF: 89 bytes: 7603200/ 7603200 TEST vsynth2-mpeg4-nr Test vsynth2-mpeg4 failed. Look at tests/data/fate/vsynth2-mpeg4.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-mpeg4] Error 1 TEST vsynth2-mpeg4-nsse --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mpeg4-adv 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-mpeg4-adv 2020-04-04 16:05:12.951594097 +0000 @@ -1,4 +1,2 @@ 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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mpeg4-nr 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-mpeg4-nr 2020-04-04 16:05:13.008260684 +0000 @@ -1,4 +1,2 @@ 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-adv failed. Look at tests/data/fate/vsynth2-mpeg4-adv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-mpeg4-adv] Error 1 Test vsynth2-mpeg4-nr failed. Look at tests/data/fate/vsynth2-mpeg4-nr.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth2-mpeg4-nr] Error 1 TEST vsynth2-msmpeg4 TEST vsynth2-msmpeg4v2 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mpeg4-error 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-mpeg4-error 2020-04-04 16:05:13.028260656 +0000 @@ -1,4 +1,2 @@ 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:251: fate-vsynth2-mpeg4-error] 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-04-04 16:05:13.091593901 +0000 @@ -1,4 +1,2 @@ 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 --- /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-04-04 16:05:13.091593901 +0000 @@ -1,4 +1,2 @@ 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-mpeg4-nsse failed. Look at tests/data/fate/vsynth2-mpeg4-nsse.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-mpeg4-nsse] Error 1 TEST vsynth2-msvideo1 Test vsynth2-mpeg2-ivlc-qprd failed. Look at tests/data/fate/vsynth2-mpeg2-ivlc-qprd.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-mpeg2-ivlc-qprd] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mpng 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-mpng 2020-04-04 16:05:13.131593845 +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-prores Test vsynth2-mpng failed. Look at tests/data/fate/vsynth2-mpng.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-mpng] Error 1 TEST vsynth2-prores_int --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-msmpeg4 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-msmpeg4 2020-04-04 16:05:13.198260418 +0000 @@ -1,4 +1,2 @@ 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:251: fate-vsynth2-msmpeg4] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-msmpeg4v2 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-msmpeg4v2 2020-04-04 16:05:13.208260403 +0000 @@ -1,4 +1,2 @@ 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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-msvideo1 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-msvideo1 2020-04-04 16:05:13.208260403 +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-prores_444 Test vsynth2-msvideo1 failed. Look at tests/data/fate/vsynth2-msvideo1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-msvideo1] Error 1 TEST vsynth2-prores_444_int Test vsynth2-msmpeg4v2 failed. Look at tests/data/fate/vsynth2-msmpeg4v2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-msmpeg4v2] Error 1 TEST vsynth2-prores_ks --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-prores 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth2-prores 2020-04-04 16:05:13.244927018 +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:251: fate-vsynth2-prores] Error 1 TEST vsynth2-qtrle --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mpeg4-thread 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-mpeg4-thread 2020-04-04 16:05:13.254927005 +0000 @@ -1,4 +1,2 @@ 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:251: fate-vsynth2-mpeg4-thread] Error 1 TEST vsynth2-qtrlegray --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-prores_int 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth2-prores_int 2020-04-04 16:05:13.258260333 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-prores_ks 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth2-prores_ks 2020-04-04 16:05:13.278260305 +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_int failed. Look at tests/data/fate/vsynth2-prores_int.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-prores_int] Error 1 Test vsynth2-prores_ks failed. Look at tests/data/fate/vsynth2-prores_ks.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth2-prores_ks] Error 1 TEST vsynth2-rgb --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-prores_444 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth2-prores_444 2020-04-04 16:05:13.268260319 +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-bpp1 --- /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-04-04 16:05:13.281593634 +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 failed. Look at tests/data/fate/vsynth2-prores_444.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-prores_444] Error 1 TEST vsynth2-bpp15 Test vsynth2-prores_444_int failed. Look at tests/data/fate/vsynth2-prores_444_int.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-prores_444_int] Error 1 TEST vsynth2-mov-bgr24 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-qtrle 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth2-qtrle 2020-04-04 16:05:13.301593605 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-qtrlegray 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth2-qtrlegray 2020-04-04 16:05:13.314926921 +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:251: fate-vsynth2-qtrlegray] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-rgb 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth2-rgb 2020-04-04 16:05:13.321593578 +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-mov-bpp15 Test vsynth2-qtrle failed. Look at tests/data/fate/vsynth2-qtrle.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-qtrle] Error 1 Test vsynth2-rgb failed. Look at tests/data/fate/vsynth2-rgb.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth2-rgb] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-bpp1 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-bpp1 2020-04-04 16:05:13.324926906 +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-mov-bpp16 TEST vsynth2-roqvideo --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-bpp15 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-bpp15 2020-04-04 16:05:13.344926878 +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-bpp1 failed. Look at tests/data/fate/vsynth2-bpp1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-bpp1] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mov-bgr24 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth2-mov-bgr24 2020-04-04 16:05:13.348260207 +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-rv10 Test vsynth2-mov-bgr24 failed. Look at tests/data/fate/vsynth2-mov-bgr24.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-mov-bgr24] Error 1 Test vsynth2-bpp15 failed. Look at tests/data/fate/vsynth2-bpp15.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-bpp15] Error 1 TEST vsynth2-rv20 TEST vsynth2-snow --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mov-bpp16 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth2-mov-bpp16 2020-04-04 16:05:13.371593508 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mov-bpp15 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth2-mov-bpp15 2020-04-04 16:05:13.374926836 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-roqvideo 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth2-roqvideo 2020-04-04 16:05:13.378260165 +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-mov-bpp15 failed. Look at tests/data/fate/vsynth2-mov-bpp15.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-mov-bpp15] Error 1 TEST vsynth2-snow-hpel Test vsynth2-mov-bpp16 failed. Look at tests/data/fate/vsynth2-mov-bpp16.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-mov-bpp16] Error 1 Test vsynth2-roqvideo failed. Look at tests/data/fate/vsynth2-roqvideo.err for details. --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-snow 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth2-snow 2020-04-04 16:05:13.398260137 +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 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-roqvideo] Error 1 TEST vsynth2-snow-ll TEST vsynth2-svq1 Test vsynth2-snow failed. Look at tests/data/fate/vsynth2-snow.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-snow] Error 1 TEST vsynth2-r210 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-svq1 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth2-svq1 2020-04-04 16:05:13.444926737 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-snow-hpel 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth2-snow-hpel 2020-04-04 16:05:13.441593409 +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:251: fate-vsynth2-snow-hpel] Error 1 TEST vsynth2-v210 Test vsynth2-svq1 failed. Look at tests/data/fate/vsynth2-svq1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-svq1] Error 1 TEST vsynth2-v210-10 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-rv10 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth2-rv10 2020-04-04 16:05:13.494926668 +0000 @@ -1,4 +1,2 @@ 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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-r210 2018-12-03 16:52:21.338556264 +0000 +++ tests/data/fate/vsynth2-r210 2020-04-04 16:05:13.484926682 +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-rv10 failed. Look at tests/data/fate/vsynth2-rv10.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-rv10] Error 1 TEST vsynth2-v308 Test vsynth2-r210 failed. Look at tests/data/fate/vsynth2-r210.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-r210] Error 1 TEST vsynth2-v408 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mpeg4-adap 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-mpeg4-adap 2020-04-04 16:05:13.511593311 +0000 @@ -1,4 +1,2 @@ 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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-rv20 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth2-rv20 2020-04-04 16:05:13.518259968 +0000 @@ -1,4 +1,2 @@ 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-mpeg4-adap failed. Look at tests/data/fate/vsynth2-mpeg4-adap.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-mpeg4-adap] Error 1 TEST vsynth2-avui --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-v210-10 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth2-v210-10 2020-04-04 16:05:13.528259954 +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-rv20 failed. Look at tests/data/fate/vsynth2-rv20.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-rv20] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-v210 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth2-v210 2020-04-04 16:05:13.524926625 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-v308 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth2-v308 2020-04-04 16:05:13.538259940 +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-wmv1 Test vsynth2-v210-10 failed. Look at tests/data/fate/vsynth2-v210-10.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-v210-10] Error 1 Test vsynth2-v210 failed. Look at tests/data/fate/vsynth2-v210.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-v210] Error 1 TEST vsynth2-wmv2 TEST vsynth2-yuv Test vsynth2-v308 failed. Look at tests/data/fate/vsynth2-v308.err for details. --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-v408 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth2-v408 2020-04-04 16:05:13.548259926 +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 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-v308] Error 1 TEST vsynth2-xface Test vsynth2-v408 failed. Look at tests/data/fate/vsynth2-v408.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-v408] Error 1 TEST vsynth2-yuv4 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-avui 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/vsynth2-avui 2020-04-04 16:05:13.564926569 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-xface 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth2-xface 2020-04-04 16:05:13.591593198 +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-avui failed. Look at tests/data/fate/vsynth2-avui.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-avui] Error 1 TEST vsynth2-y41p Test vsynth2-xface failed. Look at tests/data/fate/vsynth2-xface.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-xface] Error 1 TEST vsynth2-zlib --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mpeg4-qpel 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-mpeg4-qpel 2020-04-04 16:05:13.604926513 +0000 @@ -1,4 +1,2 @@ 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:251: fate-vsynth2-mpeg4-qpel] Error 1 TEST seek-lavf-flv --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-yuv 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth2-yuv 2020-04-04 16:05:13.638259800 +0000 @@ -1,4 +1,2 @@ 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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-zlib 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth2-zlib 2020-04-04 16:05:13.644926457 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-y41p 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth2-y41p 2020-04-04 16:05:13.651593114 +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-yuv failed. Look at tests/data/fate/vsynth2-yuv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-yuv] Error 1 TEST vsynth_lena-amv TEST vsynth_lena-asv1 Test vsynth2-zlib failed. Look at tests/data/fate/vsynth2-zlib.err for details. Test vsynth2-y41p failed. Look at tests/data/fate/vsynth2-y41p.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-y41p] Error 1 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-zlib] Error 1 TEST vsynth_lena-asv2 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-yuv4 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth2-yuv4 2020-04-04 16:05:13.674926415 +0000 @@ -1,4 +1,2 @@ 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:250: fate-vsynth2-yuv4] Error 1 TEST vsynth_lena-cinepak TEST vsynth_lena-cljr --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-wmv1 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth2-wmv1 2020-04-04 16:05:13.688259729 +0000 @@ -1,4 +1,2 @@ 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:250: fate-vsynth2-wmv1] Error 1 TEST vsynth_lena-dnxhd-720p --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-wmv2 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth2-wmv2 2020-04-04 16:05:13.701593044 +0000 @@ -1,4 +1,2 @@ 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:251: fate-vsynth2-wmv2] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-amv 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-amv 2020-04-04 16:05:13.708259701 +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-dnxhd-720p-rd --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-cinepak 2017-11-07 21:43:15.017977169 +0000 +++ tests/data/fate/vsynth_lena-cinepak 2020-04-04 16:05:13.718259687 +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-amv failed. Look at tests/data/fate/vsynth_lena-amv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-amv] Error 1 TEST vsynth_lena-dnxhd-720p-10bit --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-cljr 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-cljr 2020-04-04 16:05:13.731593002 +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-cinepak failed. Look at tests/data/fate/vsynth_lena-cinepak.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-cinepak] Error 1 Test vsynth_lena-cljr failed. Look at tests/data/fate/vsynth_lena-cljr.err for details. --- /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-04-04 16:05:13.741592987 +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 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-cljr] Error 1 TEST vsynth_lena-dnxhd-720p-hr-lb TEST vsynth_lena-dnxhd-uhd-hr-sq Test vsynth_lena-dnxhd-720p failed. Look at tests/data/fate/vsynth_lena-dnxhd-720p.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-dnxhd-720p] Error 1 --- /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-04-04 16:05:13.758259631 +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-edge1-hr 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:251: fate-vsynth_lena-dnxhd-720p-rd] Error 1 --- /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-04-04 16:05:13.768259617 +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-edge2-hr 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:251: fate-vsynth_lena-dnxhd-720p-10bit] Error 1 TEST vsynth_lena-dnxhd-edge3-hr --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-asv1 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-asv1 2020-04-04 16:05:13.784926260 +0000 @@ -1,4 +1,2 @@ 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 --- /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-04-04 16:05:13.791592917 +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-asv1 failed. Look at tests/data/fate/vsynth_lena-asv1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-asv1] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-asv2 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-asv2 2020-04-04 16:05:13.794926246 +0000 @@ -1,4 +1,2 @@ 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-dnxhd-4k-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-04-04 16:05:13.791592917 +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-uhd-hr-sq failed. Look at tests/data/fate/vsynth_lena-dnxhd-uhd-hr-sq.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-dnxhd-uhd-hr-sq] Error 1 --- /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-04-04 16:05:13.801592903 +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-asv2 failed. Look at tests/data/fate/vsynth_lena-asv2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth_lena-asv2] Error 1 TEST vsynth_lena-dnxhd-2k-hr-hq TEST vsynth_lena-vc2-420p 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:251: fate-vsynth_lena-dnxhd-edge1-hr] Error 1 TEST vsynth_lena-vc2-420p10 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:251: fate-vsynth_lena-dnxhd-720p-hr-lb] Error 1 --- /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-04-04 16:05:13.818259547 +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 --- /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-04-04 16:05:13.818259547 +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-vc2-420p12 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:251: fate-vsynth_lena-dnxhd-edge2-hr] Error 1 TEST vsynth_lena-vc2-422p 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:251: fate-vsynth_lena-dnxhd-edge3-hr] Error 1 TEST vsynth_lena-vc2-422p10 --- /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-04-04 16:05:13.841592847 +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 --- /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-04-04 16:05:13.841592847 +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-4k-hr-lb failed. Look at tests/data/fate/vsynth_lena-dnxhd-4k-hr-lb.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-dnxhd-4k-hr-lb] Error 1 TEST vsynth_lena-vc2-422p12 --- /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-04-04 16:05:13.861592819 +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 --- /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-04-04 16:05:13.851592833 +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-420p12 failed. Look at tests/data/fate/vsynth_lena-vc2-420p12.err for details. 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:251: fate-vsynth_lena-vc2-420p12] Error 1 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-dnxhd-2k-hr-hq] Error 1 TEST vsynth_lena-vc2-444p --- /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-04-04 16:05:13.868259477 +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-444p10 --- /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-04-04 16:05:13.861592819 +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:251: fate-vsynth_lena-vc2-422p] Error 1 Test vsynth_lena-vc2-422p10 failed. Look at tests/data/fate/vsynth_lena-vc2-422p10.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth_lena-vc2-422p10] Error 1 Test vsynth_lena-vc2-420p10 failed. Look at tests/data/fate/vsynth_lena-vc2-420p10.err for details. TEST vsynth_lena-vc2-444p12 make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth_lena-vc2-420p10] Error 1 TEST vsynth_lena-vc2-thaar --- /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-04-04 16:05:13.891592777 +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-t5_3 Test vsynth_lena-vc2-422p12 failed. Look at tests/data/fate/vsynth_lena-vc2-422p12.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-vc2-422p12] Error 1 TEST vsynth_lena-dnxhd-1080i --- /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-04-04 16:05:13.908259420 +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:251: fate-vsynth_lena-vc2-444p] Error 1 TEST vsynth_lena-dnxhd-1080i-10bit --- /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-04-04 16:05:13.921592735 +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 --- /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-04-04 16:05:13.918259406 +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 --- /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-04-04 16:05:13.918259406 +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-444p12 failed. Look at tests/data/fate/vsynth_lena-vc2-444p12.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-vc2-444p12] Error 1 --- /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-04-04 16:05:13.938259378 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-mpeg4-qprd 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-mpeg4-qprd 2020-04-04 16:05:13.938259378 +0000 @@ -1,4 +1,2 @@ 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 vsynth_lena-vc2-thaar failed. Look at tests/data/fate/vsynth_lena-vc2-thaar.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth_lena-vc2-thaar] Error 1 TEST vsynth_lena-dnxhd-1080i-colr --- /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-04-04 16:05:13.941592707 +0000 @@ -1,4 +1,2 @@ 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-444p10 failed. Look at tests/data/fate/vsynth_lena-vc2-444p10.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-vc2-444p10] Error 1 Test vsynth2-mpeg4-qprd failed. Look at tests/data/fate/vsynth2-mpeg4-qprd.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth2-mpeg4-qprd] Error 1 TEST vsynth_lena-dnxhd-hr-lb-mov 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:251: fate-vsynth_lena-vc2-t5_3] Error 1 TEST vsynth_lena-dnxhd-hr-sq-mov TEST vsynth_lena-dnxhd-hr-hq-mov --- /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-04-04 16:05:13.941592707 +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-vc2-420p failed. Look at tests/data/fate/vsynth_lena-vc2-420p.err for details. TEST vsynth_lena-dv make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-vc2-420p] Error 1 Test vsynth_lena-dnxhd-1080i failed. Look at tests/data/fate/vsynth_lena-dnxhd-1080i.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth_lena-dnxhd-1080i] Error 1 TEST vsynth_lena-dv-411 TEST vsynth_lena-dv-50 --- /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-04-04 16:05:13.961592679 +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:251: fate-vsynth_lena-dnxhd-1080i-10bit] Error 1 TEST vsynth_lena-dv-hd --- /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-04-04 16:05:13.984925980 +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 --- /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-04-04 16:05:13.988259308 +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 --- /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-04-04 16:05:13.988259308 +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-hq-mov failed. Look at tests/data/fate/vsynth_lena-dnxhd-hr-hq-mov.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-dnxhd-hr-hq-mov] Error 1 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:250: fate-vsynth_lena-dnxhd-hr-sq-mov] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-dnxhd-1080i-colr 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth_lena-dnxhd-1080i-colr 2020-04-04 16:05:13.984925980 +0000 @@ -1,4 +0,0 @@ -3a681c0e174ccf85fe1504cdf8546788 *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-dv-fhd TEST vsynth_lena-ffv1 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:251: fate-vsynth_lena-dnxhd-hr-lb-mov] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-dv 2017-08-08 19:06:43.766486747 +0000 +++ tests/data/fate/vsynth_lena-dv 2020-04-04 16:05:13.991592637 +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-dnxhd-1080i-colr failed. Look at tests/data/fate/vsynth_lena-dnxhd-1080i-colr.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-dnxhd-1080i-colr] Error 1 --- /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-04-04 16:05:13.994925965 +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-ffv1-v0 TEST vsynth_lena-ffv1-v3-yuv420p Test vsynth_lena-dv-411 failed. Look at tests/data/fate/vsynth_lena-dv-411.err for details. --- /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-04-04 16:05:14.011592609 +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 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-dv-411] Error 1 Test vsynth_lena-dv failed. Look at tests/data/fate/vsynth_lena-dv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-dv] Error 1 TEST vsynth_lena-ffv1-v3-yuv422p10 TEST vsynth_lena-ffv1-v3-yuv444p16 --- /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-04-04 16:05:14.014925937 +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-50 failed. Look at tests/data/fate/vsynth_lena-dv-50.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-dv-50] Error 1 TEST vsynth_lena-ffv1-v3-bgr0 Test vsynth_lena-dv-hd failed. Look at tests/data/fate/vsynth_lena-dv-hd.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-dv-hd] Error 1 TEST vsynth_lena-ffv1-v3-rgb48 --- /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-04-04 16:05:14.034925909 +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:251: fate-vsynth_lena-dv-fhd] Error 1 TEST vsynth_lena-ffvhuff --- /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-04-04 16:05:14.054925881 +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:251: fate-vsynth_lena-ffv1-v3-yuv422p10] Error 1 --- /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-04-04 16:05:14.068259196 +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 --- /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-04-04 16:05:14.058259209 +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-ffvhuff444 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:251: fate-vsynth_lena-ffv1-v3-bgr0] Error 1 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:251: fate-vsynth_lena-ffv1-v3-yuv444p16] Error 1 TEST vsynth_lena-ffvhuff420p12 TEST vsynth_lena-ffvhuff422p10left --- /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-04-04 16:05:14.094925825 +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:251: fate-vsynth_lena-ffv1-v3-rgb48] Error 1 TEST vsynth_lena-ffvhuff444p16 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-ffvhuff420p12 2017-10-23 22:45:16.668623250 +0000 +++ tests/data/fate/vsynth_lena-ffvhuff420p12 2020-04-04 16:05:14.134925769 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-ffvhuff444 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-ffvhuff444 2020-04-04 16:05:14.124925782 +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-ffvhuff420p12 failed. Look at tests/data/fate/vsynth_lena-ffvhuff420p12.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-ffvhuff420p12] Error 1 TEST vsynth_lena-flashsv --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-ffvhuff422p10left 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-ffvhuff422p10left 2020-04-04 16:05:14.138259097 +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-ffvhuff444 failed. Look at tests/data/fate/vsynth_lena-ffvhuff444.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-ffvhuff444] Error 1 Test vsynth_lena-ffvhuff422p10left failed. Look at tests/data/fate/vsynth_lena-ffvhuff422p10left.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-ffvhuff422p10left] Error 1 TEST vsynth_lena-flashsv2 TEST vsynth_lena-flv --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-ffvhuff444p16 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-ffvhuff444p16 2020-04-04 16:05:14.171592384 +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:251: fate-vsynth_lena-ffvhuff444p16] Error 1 TEST vsynth_lena-h261 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-flashsv2 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-flashsv2 2020-04-04 16:05:14.208258998 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-ffvhuff 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-ffvhuff 2020-04-04 16:05:14.218258985 +0000 @@ -1,4 +1,2 @@ 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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-flashsv 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-flashsv 2020-04-04 16:05:14.204925670 +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-flashsv2 failed. Look at tests/data/fate/vsynth_lena-flashsv2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-flashsv2] Error 1 Test vsynth_lena-ffvhuff failed. Look at tests/data/fate/vsynth_lena-ffvhuff.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth_lena-ffvhuff] Error 1 TEST vsynth_lena-h261-trellis TEST vsynth_lena-h263 Test vsynth_lena-flashsv failed. Look at tests/data/fate/vsynth_lena-flashsv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-flashsv] Error 1 TEST vsynth_lena-h263-obmc --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-flv 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-flv 2020-04-04 16:05:14.328258830 +0000 @@ -1,4 +1,2 @@ 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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-h261 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-h261 2020-04-04 16:05:14.331592159 +0000 @@ -1,4 +1,2 @@ 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:251: fate-vsynth_lena-h261] Error 1 TEST vsynth_lena-h263p Test vsynth_lena-flv failed. Look at tests/data/fate/vsynth_lena-flv.err for details. --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-ffv1 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-ffv1 2020-04-04 16:05:14.361592117 +0000 @@ -1,4 +1,2 @@ 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 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-flv] Error 1 --- /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-04-04 16:05:14.371592103 +0000 @@ -1,4 +1,2 @@ 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 failed. Look at tests/data/fate/vsynth_lena-ffv1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth_lena-ffv1] Error 1 TEST vsynth_lena-huffyuv TEST vsynth_lena-huffyuvbgr24 --- /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-04-04 16:05:14.391592075 +0000 @@ -1,4 +1,2 @@ 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-v0 failed. Look at tests/data/fate/vsynth_lena-ffv1-v0.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-ffv1-v0] Error 1 TEST vsynth_lena-huffyuvbgra 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:251: fate-vsynth_lena-ffv1-v3-yuv420p] Error 1 TEST vsynth_lena-jpegls --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-h263 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-h263 2020-04-04 16:05:14.418258704 +0000 @@ -1,4 +1,2 @@ 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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-huffyuvbgr24 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-huffyuvbgr24 2020-04-04 16:05:14.424925361 +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-h263 failed. Look at tests/data/fate/vsynth_lena-h263.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-h263] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-huffyuv 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-huffyuv 2020-04-04 16:05:14.424925361 +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-jpeg2000 Test vsynth_lena-huffyuvbgr24 failed. Look at tests/data/fate/vsynth_lena-huffyuvbgr24.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-huffyuvbgr24] Error 1 TEST vsynth_lena-jpeg2000-97 Test vsynth_lena-huffyuv failed. Look at tests/data/fate/vsynth_lena-huffyuv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-huffyuv] Error 1 TEST vsynth_lena-ljpeg --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-huffyuvbgra 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-huffyuvbgra 2020-04-04 16:05:14.448258662 +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:251: fate-vsynth_lena-huffyuvbgra] Error 1 TEST vsynth_lena-mjpeg --- /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-04-04 16:05:14.464925305 +0000 @@ -1,4 +1,2 @@ 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 --- /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-04-04 16:05:14.471591962 +0000 @@ -1,4 +1,2 @@ 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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-jpegls 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-jpegls 2020-04-04 16:05:14.464925305 +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-h263-obmc failed. Look at tests/data/fate/vsynth_lena-h263-obmc.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-h263-obmc] Error 1 Test vsynth_lena-h261-trellis failed. Look at tests/data/fate/vsynth_lena-h261-trellis.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-h261-trellis] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-jpeg2000 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-jpeg2000 2020-04-04 16:05:14.474925291 +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-mjpeg-422 TEST vsynth_lena-mjpeg-444 Test vsynth_lena-jpeg2000 failed. Look at tests/data/fate/vsynth_lena-jpeg2000.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-jpeg2000] Error 1 TEST vsynth_lena-mjpeg-trell Test vsynth_lena-jpegls failed. Look at tests/data/fate/vsynth_lena-jpegls.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-jpegls] Error 1 --- /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-04-04 16:05:14.481591948 +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-mjpeg-huffman --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-mjpeg 2017-04-08 23:05:15.311705498 +0000 +++ tests/data/fate/vsynth_lena-mjpeg 2020-04-04 16:05:14.508258578 +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-jpeg2000-97 failed. Look at tests/data/fate/vsynth_lena-jpeg2000-97.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-jpeg2000-97] Error 1 TEST vsynth_lena-mjpeg-trell-huffman --- /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-04-04 16:05:14.521591892 +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 failed. Look at tests/data/fate/vsynth_lena-mjpeg.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-mjpeg] Error 1 --- /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-04-04 16:05:14.521591892 +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-mpeg1 Test vsynth_lena-mjpeg-444 failed. Look at tests/data/fate/vsynth_lena-mjpeg-444.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-mjpeg-444] Error 1 Test vsynth_lena-mjpeg-422 failed. Look at tests/data/fate/vsynth_lena-mjpeg-422.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-mjpeg-422] Error 1 TEST vsynth_lena-mpeg1b --- /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-04-04 16:05:14.528258549 +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-mpeg2 Test vsynth_lena-mjpeg-trell failed. Look at tests/data/fate/vsynth_lena-mjpeg-trell.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-mjpeg-trell] Error 1 --- /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-04-04 16:05:14.548258521 +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-mpeg2-422 --- /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-04-04 16:05:14.551591850 +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-huffman failed. Look at tests/data/fate/vsynth_lena-mjpeg-huffman.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-mjpeg-huffman] Error 1 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:250: fate-vsynth_lena-mjpeg-trell-huffman] Error 1 TEST vsynth_lena-mpeg2-idct-int TEST vsynth_lena-mpeg2-ilace --- /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-04-04 16:05:14.594925123 +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:251: fate-vsynth_lena-mpeg2-422] Error 1 TEST vsynth_lena-mpeg2-ivlc-qprd --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-h263p 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-h263p 2020-04-04 16:05:14.621591751 +0000 @@ -1,4 +1,2 @@ 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:251: fate-vsynth_lena-h263p] Error 1 TEST vsynth_lena-mpeg2-thread --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-mpeg1 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-mpeg1 2020-04-04 16:05:14.678258338 +0000 @@ -1,4 +1,2 @@ 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:251: fate-vsynth_lena-mpeg1] Error 1 TEST vsynth_lena-mpeg2-thread-ivlc --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-mpeg1b 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-mpeg1b 2020-04-04 16:05:14.711591625 +0000 @@ -1,4 +1,2 @@ 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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-ljpeg 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-ljpeg 2020-04-04 16:05:14.714924954 +0000 @@ -1,4 +1,2 @@ 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-mpeg1b failed. Look at tests/data/fate/vsynth_lena-mpeg1b.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-mpeg1b] Error 1 Test vsynth_lena-ljpeg failed. Look at tests/data/fate/vsynth_lena-ljpeg.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth_lena-ljpeg] Error 1 --- /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-04-04 16:05:14.724924940 +0000 @@ -1,4 +1,2 @@ 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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-snow-ll 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth2-snow-ll 2020-04-04 16:05:14.688258325 +0000 @@ -1,4 +1,2 @@ 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 vsynth_lena-mpeg4 Test vsynth2-snow-ll failed. Look at tests/data/fate/vsynth2-snow-ll.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth2-snow-ll] Error 1 TEST vsynth_lena-mpeg4-rc Test vsynth_lena-mpeg2-idct-int failed. Look at tests/data/fate/vsynth_lena-mpeg2-idct-int.err for details. --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-mpeg2 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-mpeg2 2020-04-04 16:05:14.708258296 +0000 @@ -1,4 +1,2 @@ 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 make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth_lena-mpeg2-idct-int] Error 1 TEST vsynth_lena-mpeg4-adv TEST vsynth_lena-mpeg4-qprd Test vsynth_lena-mpeg2 failed. Look at tests/data/fate/vsynth_lena-mpeg2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-mpeg2] Error 1 TEST vsynth_lena-mpeg4-adap --- /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-04-04 16:05:14.861591415 +0000 @@ -1,4 +1,2 @@ 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 --- /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-04-04 16:05:14.881591386 +0000 @@ -1,4 +1,2 @@ 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-ilace failed. Look at tests/data/fate/vsynth_lena-mpeg2-ilace.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-mpeg2-ilace] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-mpeg4 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-mpeg4 2020-04-04 16:05:14.948257960 +0000 @@ -1,4 +1,2 @@ 4a029747434d24d128b078a5e6aa1e88 *tests/data/fate/vsynth_lena-mpeg4.mp4 119722 tests/data/fate/vsynth_lena-mpeg4.mp4 -9a1e085d9e488c5ead0c940c9612a37a *tests/data/fate/vsynth_lena-mpeg4.out.rawvideo -stddev: 5.34 PSNR: 33.57 MAXDIFF: 83 bytes: 7603200/ 7603200 Test vsynth_lena-mpeg2-thread failed. Look at tests/data/fate/vsynth_lena-mpeg2-thread.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth_lena-mpeg2-thread] Error 1 TEST vsynth_lena-mpeg4-qpel TEST vsynth_lena-mpeg4-thread Test vsynth_lena-mpeg4 failed. Look at tests/data/fate/vsynth_lena-mpeg4.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-mpeg4] Error 1 TEST vsynth_lena-mpeg4-error --- /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-04-04 16:05:14.984924574 +0000 @@ -1,4 +1,2 @@ 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 --- /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-04-04 16:05:14.994924560 +0000 @@ -1,4 +1,2 @@ 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-mpeg2-thread-ivlc failed. Look at tests/data/fate/vsynth_lena-mpeg2-thread-ivlc.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-mpeg2-thread-ivlc] Error 1 TEST vsynth_lena-mpeg4-nr Test vsynth_lena-mpeg4-rc failed. Look at tests/data/fate/vsynth_lena-mpeg4-rc.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-mpeg4-rc] Error 1 TEST vsynth_lena-mpeg4-nsse --- /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-04-04 16:05:15.148257678 +0000 @@ -1,4 +1,2 @@ 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 --- /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-04-04 16:05:15.241590881 +0000 @@ -1,4 +1,2 @@ 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-adv failed. Look at tests/data/fate/vsynth_lena-mpeg4-adv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-mpeg4-adv] Error 1 TEST vsynth_lena-msmpeg4 Test vsynth_lena-mpeg4-error failed. Look at tests/data/fate/vsynth_lena-mpeg4-error.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-mpeg4-error] Error 1 TEST vsynth_lena-msmpeg4v2 --- /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-04-04 16:05:15.401590655 +0000 @@ -1,4 +1,2 @@ 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 --- /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-04-04 16:05:15.451590585 +0000 @@ -1,4 +1,2 @@ 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-mpeg4-nsse failed. Look at tests/data/fate/vsynth_lena-mpeg4-nsse.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-mpeg4-nsse] Error 1 TEST vsynth_lena-mpng 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:251: fate-vsynth_lena-mpeg2-ivlc-qprd] Error 1 --- /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-04-04 16:05:15.484923872 +0000 @@ -1,4 +1,2 @@ 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-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-04-04 16:05:15.511590501 +0000 @@ -1,4 +1,2 @@ 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-mpeg4-nr failed. Look at tests/data/fate/vsynth_lena-mpeg4-nr.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-mpeg4-nr] Error 1 TEST vsynth_lena-prores --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-mpng 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-mpng 2020-04-04 16:05:15.541590459 +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-msmpeg4 failed. Look at tests/data/fate/vsynth_lena-msmpeg4.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-msmpeg4] Error 1 TEST vsynth_lena-prores_int Test vsynth_lena-mpng failed. Look at tests/data/fate/vsynth_lena-mpng.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-mpng] Error 1 TEST vsynth_lena-prores_444 --- /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-04-04 16:05:15.564923760 +0000 @@ -1,4 +1,2 @@ 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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-msmpeg4v2 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-msmpeg4v2 2020-04-04 16:05:15.574923745 +0000 @@ -1,4 +1,2 @@ 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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-msvideo1 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-msvideo1 2020-04-04 16:05:15.571590417 +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:251: fate-vsynth_lena-msvideo1] Error 1 Test vsynth_lena-msmpeg4v2 failed. Look at tests/data/fate/vsynth_lena-msmpeg4v2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-msmpeg4v2] Error 1 --- /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-04-04 16:05:15.588257060 +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_444_int Test vsynth_lena-mpeg4-thread failed. Look at tests/data/fate/vsynth_lena-mpeg4-thread.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-mpeg4-thread] Error 1 Test vsynth_lena-prores_int failed. Look at tests/data/fate/vsynth_lena-prores_int.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth_lena-prores_int] Error 1 TEST vsynth_lena-prores_ks TEST vsynth_lena-qtrle --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-prores 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth_lena-prores 2020-04-04 16:05:15.584923732 +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-qtrlegray Test vsynth_lena-prores failed. Look at tests/data/fate/vsynth_lena-prores.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth_lena-prores] Error 1 --- /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-04-04 16:05:15.604923703 +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-rgb --- /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-04-04 16:05:15.694923577 +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 --- /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-04-04 16:05:15.614923690 +0000 @@ -1,4 +1,2 @@ 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 --- /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-04-04 16:05:15.694923577 +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 failed. Look at tests/data/fate/vsynth_lena-prores_444.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-prores_444] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-qtrlegray 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth_lena-qtrlegray 2020-04-04 16:05:15.694923577 +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-prores_ks failed. Look at tests/data/fate/vsynth_lena-prores_ks.err for details. Test vsynth_lena-mpeg4-adap failed. Look at tests/data/fate/vsynth_lena-mpeg4-adap.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth_lena-prores_ks] Error 1 make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth_lena-mpeg4-adap] Error 1 TEST vsynth_lena-bpp1 Test vsynth_lena-prores_444_int failed. Look at tests/data/fate/vsynth_lena-prores_444_int.err for details. TEST vsynth_lena-bpp15 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-prores_444_int] Error 1 TEST vsynth_lena-mov-bgr24 Test vsynth_lena-qtrlegray failed. Look at tests/data/fate/vsynth_lena-qtrlegray.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-qtrlegray] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-qtrle 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth_lena-qtrle 2020-04-04 16:05:15.694923577 +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-mov-bpp15 TEST vsynth_lena-mov-bpp16 Test vsynth_lena-qtrle failed. Look at tests/data/fate/vsynth_lena-qtrle.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-qtrle] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-rgb 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-rgb 2020-04-04 16:05:15.718256877 +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-roqvideo Test vsynth_lena-rgb failed. Look at tests/data/fate/vsynth_lena-rgb.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-rgb] Error 1 TEST vsynth_lena-rv10 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-bpp15 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-bpp15 2020-04-04 16:05:15.738256849 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-bpp1 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-bpp1 2020-04-04 16:05:15.734923521 +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 --- /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-04-04 16:05:15.744923507 +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 --- /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-04-04 16:05:15.741590178 +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-bpp15 failed. Look at tests/data/fate/vsynth_lena-bpp15.err for details. Test vsynth_lena-bpp1 failed. Look at tests/data/fate/vsynth_lena-bpp1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-bpp15] Error 1 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-bpp1] Error 1 Test vsynth_lena-mov-bgr24 failed. Look at tests/data/fate/vsynth_lena-mov-bgr24.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth_lena-mov-bgr24] Error 1 TEST vsynth_lena-rv20 TEST vsynth_lena-snow --- /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-04-04 16:05:15.744923507 +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-snow-hpel Test vsynth_lena-mov-bpp16 failed. Look at tests/data/fate/vsynth_lena-mov-bpp16.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-mov-bpp16] Error 1 Test vsynth_lena-mov-bpp15 failed. Look at tests/data/fate/vsynth_lena-mov-bpp15.err for details. --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-roqvideo 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-roqvideo 2020-04-04 16:05:15.758256821 +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 make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth_lena-mov-bpp15] Error 1 TEST vsynth_lena-snow-ll TEST vsynth_lena-svq1 Test vsynth_lena-roqvideo failed. Look at tests/data/fate/vsynth_lena-roqvideo.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-roqvideo] Error 1 --- /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-04-04 16:05:15.768256807 +0000 @@ -1,4 +1,2 @@ 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-r210 Test vsynth_lena-mpeg4-qprd failed. Look at tests/data/fate/vsynth_lena-mpeg4-qprd.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-mpeg4-qprd] Error 1 TEST vsynth_lena-v210 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-snow 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-snow 2020-04-04 16:05:15.791590108 +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 --- /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-04-04 16:05:15.794923437 +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 failed. Look at tests/data/fate/vsynth_lena-snow.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-snow] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-svq1 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth_lena-svq1 2020-04-04 16:05:15.811590079 +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-v210-10 Test vsynth_lena-snow-hpel failed. Look at tests/data/fate/vsynth_lena-snow-hpel.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-snow-hpel] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-r210 2018-12-03 16:52:21.345222928 +0000 +++ tests/data/fate/vsynth_lena-r210 2020-04-04 16:05:15.818256737 +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-svq1 failed. Look at tests/data/fate/vsynth_lena-svq1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth_lena-svq1] Error 1 TEST vsynth_lena-v308 TEST vsynth_lena-v408 Test vsynth_lena-r210 failed. Look at tests/data/fate/vsynth_lena-r210.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-r210] Error 1 TEST vsynth_lena-avui --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-v210 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-v210 2020-04-04 16:05:15.828256723 +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:251: fate-vsynth_lena-v210] Error 1 TEST vsynth_lena-wmv1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-rv10 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-rv10 2020-04-04 16:05:15.854923352 +0000 @@ -1,4 +1,2 @@ 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:251: fate-vsynth_lena-rv10] Error 1 --- /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-04-04 16:05:15.851590024 +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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-v308 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-v308 2020-04-04 16:05:15.868256666 +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-wmv2 Test vsynth_lena-v210-10 failed. Look at tests/data/fate/vsynth_lena-v210-10.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-v210-10] Error 1 Test vsynth_lena-v308 failed. Look at tests/data/fate/vsynth_lena-v308.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth_lena-v308] Error 1 TEST vsynth_lena-yuv TEST vsynth_lena-xface --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-rv20 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-rv20 2020-04-04 16:05:15.888256639 +0000 @@ -1,4 +1,2 @@ 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 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-v408 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-v408 2020-04-04 16:05:15.871589995 +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-rv20 failed. Look at tests/data/fate/vsynth_lena-rv20.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-rv20] Error 1 Test vsynth_lena-v408 failed. Look at tests/data/fate/vsynth_lena-v408.err for details. --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-avui 2019-07-12 20:19:02.213968134 +0000 +++ tests/data/fate/vsynth_lena-avui 2020-04-04 16:05:15.881589982 +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 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-v408] Error 1 TEST vsynth_lena-yuv4 TEST vsynth_lena-y41p Test vsynth_lena-avui failed. Look at tests/data/fate/vsynth_lena-avui.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vsynth_lena-avui] Error 1 TEST vsynth_lena-zlib --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-xface 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-xface 2020-04-04 16:05:15.914923268 +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:251: fate-vsynth_lena-xface] Error 1 TEST mov-faststart-4gb-overflow --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-y41p 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-y41p 2020-04-04 16:05:15.951589883 +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:251: fate-vsynth_lena-y41p] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-zlib 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-zlib 2020-04-04 16:05:15.951589883 +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 api-seek Test vsynth_lena-zlib failed. Look at tests/data/fate/vsynth_lena-zlib.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vsynth_lena-zlib] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-yuv 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-yuv 2020-04-04 16:05:15.981589841 +0000 @@ -1,4 +1,2 @@ 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:251: fate-vsynth_lena-yuv] Error 1 --- /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-04-04 16:05:15.971589855 +0000 @@ -1,4 +1,2 @@ 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:250: fate-vsynth_lena-mpeg4-qpel] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-yuv4 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-yuv4 2020-04-04 16:05:15.994923156 +0000 @@ -1,4 +1,2 @@ 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:250: fate-vsynth_lena-yuv4] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-wmv2 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-wmv2 2020-04-04 16:05:16.008256470 +0000 @@ -1,4 +1,2 @@ 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:250: fate-vsynth_lena-wmv2] Error 1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-wmv1 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-wmv1 2020-04-04 16:05:16.018256456 +0000 @@ -1,4 +1,2 @@ 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:250: fate-vsynth_lena-wmv1] Error 1 --- /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-04-04 16:05:16.604922299 +0000 @@ -1,4 +1,2 @@ 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:250: fate-vsynth_lena-snow-ll] Error 1 make: Target 'fate' not remade because of errors.