GEN tests/pixfmts.mak HOSTCC tests/base64.o HOSTCC tests/tiny_psnr.o HOSTCC tests/tiny_ssim.o HOSTCC tests/audiomatch.o CC tests/api/api-threadmessage-test.o CC tests/api/api-flac-test.o CC tests/api/api-seek-test.o HOSTCC tests/audiogen.o HOSTCC tests/videogen.o CC tests/api/api-band-test.o src/tests/api/api-band-test.c: In function ‘video_decode’: src/tests/api/api-band-test.c:171:13: warning: ‘avcodec_decode_video2’ is deprecated [-Wdeprecated-declarations] result = avcodec_decode_video2(ctx, fr, &got_frame, &pkt); ^~~~~~ In file included from src/tests/api/api-band-test.c:28:0: src/libavcodec/avcodec.h:4891:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^~~~~~~~~~~~~~~~~~~~~ CC tests/api/api-h264-test.o src/tests/api/api-flac-test.c: In function ‘run_test’: src/tests/api/api-flac-test.c:166:9: warning: ‘avcodec_encode_audio2’ is deprecated [-Wdeprecated-declarations] result = avcodec_encode_audio2(enc_ctx, &enc_pkt, in_frame, &got_output); ^~~~~~ In file included from src/tests/api/api-flac-test.c:30:0: src/libavcodec/avcodec.h:5367:5: note: declared here int avcodec_encode_audio2(AVCodecContext *avctx, AVPacket *avpkt, ^~~~~~~~~~~~~~~~~~~~~ src/tests/api/api-flac-test.c:174:13: warning: ‘avcodec_decode_audio4’ is deprecated [-Wdeprecated-declarations] result = avcodec_decode_audio4(dec_ctx, out_frame, &got_output, &enc_pkt); ^~~~~~ In file included from src/tests/api/api-flac-test.c:30:0: src/libavcodec/avcodec.h:4842:5: note: declared here int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame, ^~~~~~~~~~~~~~~~~~~~~ CC tests/api/api-codec-param-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] result = avcodec_decode_video2(ctx, fr, &got_frame, &pkt); ^~~~~~ In file included from src/tests/api/api-seek-test.c:28:0: src/libavcodec/avcodec.h:4891:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^~~~~~~~~~~~~~~~~~~~~ CC libavcodec/tests/iirfilter.o CC libavcodec/tests/options.o src/tests/api/api-h264-test.c: In function ‘video_decode_example’: src/tests/api/api-h264-test.c:121:13: warning: ‘avcodec_decode_video2’ is deprecated [-Wdeprecated-declarations] result = avcodec_decode_video2(ctx, fr, &got_frame, &pkt); ^~~~~~ In file included from src/tests/api/api-h264-test.c:28:0: src/libavcodec/avcodec.h:4891:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^~~~~~~~~~~~~~~~~~~~~ CC libavcodec/tests/rangecoder.o src/tests/api/api-codec-param-test.c: In function ‘try_decode_video_frame’: src/tests/api/api-codec-param-test.c:58:9: warning: ‘avcodec_decode_video2’ is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_video2(codec_ctx, frame, &got_frame, pkt); ^~~ In file included from src/libavformat/avformat.h:319:0, from src/tests/api/api-codec-param-test.c:24: src/libavcodec/avcodec.h:4891:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^~~~~~~~~~~~~~~~~~~~~ src/tests/api/api-codec-param-test.c: In function ‘find_video_stream_info’: src/tests/api/api-codec-param-test.c:95:9: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] codec_ctx = st->codec; ^~~~~~~~~ In file included from src/tests/api/api-codec-param-test.c:24:0: src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ src/tests/api/api-codec-param-test.c:120:13: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] codec_ctx = st->codec; ^~~~~~~~~ In file included from src/tests/api/api-codec-param-test.c:24:0: src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ src/tests/api/api-codec-param-test.c:135:9: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] avcodec_close(st->codec); ^~~~~~~~~~~~~ In file included from src/tests/api/api-codec-param-test.c:24:0: src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ src/tests/api/api-codec-param-test.c: In function ‘dump_video_streams’: src/tests/api/api-codec-param-test.c:148:9: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] AVCodecContext *codec_ctx = st->codec; ^~~~~~~~~~~~~~ In file included from src/tests/api/api-codec-param-test.c:24:0: src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ src/tests/api/api-codec-param-test.c: In function ‘check_video_streams’: src/tests/api/api-codec-param-test.c:199:9: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] AVCodecContext *codec_ctx1 = st1->codec; ^~~~~~~~~~~~~~ In file included from src/tests/api/api-codec-param-test.c:24:0: src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ src/tests/api/api-codec-param-test.c:200:9: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] AVCodecContext *codec_ctx2 = st2->codec; ^~~~~~~~~~~~~~ In file included from src/tests/api/api-codec-param-test.c:24:0: src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ CC libavcodec/tests/mathops.o CC libavcodec/tests/jpeg2000dwt.o CC libavcodec/tests/utils.o CC libavcodec/tests/mjpegenc_huffman.o CC libavformat/tests/fifo_muxer.o src/libavcodec/tests/options.c: In function ‘test_copy’: src/libavcodec/tests/options.c:152:5: warning: ‘avcodec_copy_context’ is deprecated [-Wdeprecated-declarations] avcodec_copy_context(ctx2, ctx1); ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavcodec/tests/options.c:22:0: src/libavcodec/options.c:191:5: note: declared here int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src) ^~~~~~~~~~~~~~~~~~~~ src/libavcodec/tests/options.c:167:9: warning: ‘avcodec_copy_context’ is deprecated [-Wdeprecated-declarations] avcodec_copy_context(ctx2, ctx1); ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavcodec/tests/options.c:22:0: src/libavcodec/options.c:191:5: note: declared here int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src) ^~~~~~~~~~~~~~~~~~~~ GEN tests/data/hls-list.m3u8 GEN tests/data/hls-list-append.m3u8 COPY tests/data/filtergraphs/channelmap_one_int COPY tests/data/filtergraphs/channelmap_one_str GEN tests/data/add_keyframe_index.flv COPY tests/data/filtergraphs/scalenorm COPY tests/data/filtergraphs/concat HOSTCC tests/rotozoom.o CC libavformat/tests/seek.o COPY tests/data/filtergraphs/mergeplanes COPY tests/data/filtergraphs/hstack COPY tests/data/filtergraphs/vstack COPY tests/data/filtergraphs/overlay COPY tests/data/filtergraphs/overlay_rgb COPY tests/data/filtergraphs/overlay_yuv420 COPY tests/data/filtergraphs/overlay_nv12 COPY tests/data/filtergraphs/overlay_nv21 COPY tests/data/filtergraphs/overlay_yuv422 COPY tests/data/filtergraphs/overlay_yuv444 COPY tests/data/filtergraphs/select-alternate COPY tests/data/filtergraphs/setpts COPY tests/data/filtergraphs/alphamerge_alphaextract_rgb COPY tests/data/filtergraphs/alphamerge_alphaextract_yuv CC libavfilter/tests/filtfmts.o src/libavfilter/tests/filtfmts.c: In function ‘main’: src/libavfilter/tests/filtfmts.c:145:9: warning: ignoring return value of ‘ff_default_query_formats’, declared with attribute warn_unused_result [-Wunused-result] ff_default_query_formats(filter_ctx); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ COPY tests/test_copy.ffmeta GEN tests/data/hevc-mp4.mov make: *** [/home/fate/ffmpeg/tests/fate/hevc.mak:230: tests/data/hevc-mp4.mov] 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/hqdn3d COPY tests/data/filtergraphs/overlay-dvdsub-2397 COPY tests/data/filtergraphs/gradfun GEN tests/data/file4560-override2rotate0.mov COPY tests/data/filtergraphs/colorkey HOSTLD tests/base64 HOSTLD tests/tiny_psnr HOSTLD tests/tiny_ssim HOSTLD tests/audiomatch 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/flacdsp.o CC tests/checkasm/fmtconvert.o CC tests/checkasm/h264dsp.o CC tests/checkasm/h264pred.o CC tests/checkasm/h264qpel.o CC tests/checkasm/hevc_add_res.o CC tests/checkasm/hevc_idct.o CC tests/checkasm/jpeg2000dsp.o CC tests/checkasm/llviddsp.o CC tests/checkasm/pixblockdsp.o CC tests/checkasm/synth_filter.o CC tests/checkasm/v210enc.o CC tests/checkasm/vf_blend.o CC tests/checkasm/vf_colorspace.o CC tests/checkasm/videodsp.o CC tests/checkasm/vp8dsp.o CC tests/checkasm/vp9dsp.o YASM tests/checkasm/x86/checkasm.o STRIP tests/checkasm/x86/checkasm.o skipping strip -wN ..@* tests/checkasm/x86/checkasm.o TEST source LD tests/api/api-threadmessage-test LD tests/api/api-flac-test LD tests/api/api-seek-test HOSTLD tests/audiogen HOSTLD tests/videogen LD tests/api/api-band-test LD tests/api/api-h264-test LD tests/api/api-codec-param-test CC libavcodec/tests/fft.o CC libavcodec/tests/fft-fixed.o CC libavcodec/tests/fft-fixed32.o CC libavcodec/tests/avfft.o CC libavcodec/tests/avpacket.o CC libavcodec/tests/cabac.o CC libavcodec/tests/celp_math.o CC libavcodec/tests/golomb.o CC libavcodec/tests/dct.o LD libavcodec/tests/iirfilter 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 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/atomic.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/eval.o CC libavutil/tests/fifo.o CC libavutil/tests/float_dsp.o CC libavutil/tests/hash.o CC libavutil/tests/hmac.o CC libavutil/tests/imgutils.o CC libavutil/tests/lfg.o CC libavutil/tests/md5.o src/libavutil/tests/md5.c: In function ‘main’: src/libavutil/tests/md5.c:41:24: warning: passing argument 2 of ‘av_md5_sum’ discards ‘volatile’ qualifier from pointer target type [-Wdiscarded-qualifiers] av_md5_sum(md5val, in, 1000); ^~ In file included from src/libavutil/tests/md5.c:22:0: src/libavutil/md5.h:83:6: note: expected ‘const uint8_t * {aka const unsigned char *}’ but argument is of type ‘volatile uint8_t * {aka volatile unsigned char *}’ void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len); ^~~~~~~~~~ src/libavutil/tests/md5.c:43:24: warning: passing argument 2 of ‘av_md5_sum’ discards ‘volatile’ qualifier from pointer target type [-Wdiscarded-qualifiers] av_md5_sum(md5val, in, 63); ^~ In file included from src/libavutil/tests/md5.c:22:0: src/libavutil/md5.h:83:6: note: expected ‘const uint8_t * {aka const unsigned char *}’ but argument is of type ‘volatile uint8_t * {aka volatile unsigned char *}’ void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len); ^~~~~~~~~~ src/libavutil/tests/md5.c:45:24: warning: passing argument 2 of ‘av_md5_sum’ discards ‘volatile’ qualifier from pointer target type [-Wdiscarded-qualifiers] av_md5_sum(md5val, in, 64); ^~ In file included from src/libavutil/tests/md5.c:22:0: src/libavutil/md5.h:83:6: note: expected ‘const uint8_t * {aka const unsigned char *}’ but argument is of type ‘volatile uint8_t * {aka volatile unsigned char *}’ void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len); ^~~~~~~~~~ src/libavutil/tests/md5.c:47:24: warning: passing argument 2 of ‘av_md5_sum’ discards ‘volatile’ qualifier from pointer target type [-Wdiscarded-qualifiers] av_md5_sum(md5val, in, 65); ^~ In file included from src/libavutil/tests/md5.c:22:0: src/libavutil/md5.h:83:6: note: expected ‘const uint8_t * {aka const unsigned char *}’ but argument is of type ‘volatile uint8_t * {aka volatile unsigned char *}’ void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len); ^~~~~~~~~~ src/libavutil/tests/md5.c:51:24: warning: passing argument 2 of ‘av_md5_sum’ discards ‘volatile’ qualifier from pointer target type [-Wdiscarded-qualifiers] av_md5_sum(md5val, in, 999); ^~ In file included from src/libavutil/tests/md5.c:22:0: src/libavutil/md5.h:83:6: note: expected ‘const uint8_t * {aka const unsigned char *}’ but argument is of type ‘volatile uint8_t * {aka volatile unsigned char *}’ void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len); ^~~~~~~~~~ CC libavutil/tests/murmur3.o CC libavutil/tests/parseutils.o CC libavutil/tests/display.o CC libavutil/tests/random_seed.o CC libavutil/tests/ripemd.o CC libavutil/tests/sha.o CC libavutil/tests/sha512.o CC libavutil/tests/tree.o CC libavutil/tests/twofish.o CC libavutil/tests/xtea.o CC libavutil/tests/tea.o CC libavutil/tests/opt.o CC libavutil/tests/cpu_init.o CC libavutil/tests/pixelutils.o CC libswscale/tests/pixdesc_query.o GEN tests/data/asynth-22050-6.wav GEN tests/data/asynth-22050-1.wav LD libavformat/tests/fifo_muxer GEN tests/data/asynth-44100-2.wav GEN tests/data/asynth-44100-1.wav TEST filter-apad COPY tests/data/filtergraphs/anequalizer TEST filter-asetnsamples TEST filter-asetrate TEST filter-chorus TEST filter-dcshift TEST filter-earwax TEST filter-extrastereo COPY tests/data/filtergraphs/firequalizer TEST filter-tremolo COPY tests/data/filtergraphs/compand TEST filter-hls TEST filter-atrim-duration TEST filter-atrim-mixed make: *** [/home/fate/ffmpeg/tests/fate/filter-audio.mak:157: tests/data/hls-list-append.m3u8] Error 1 TEST filter-atrim-samples TEST filter-atrim-time GEN tests/data/asynth-44100-6.wav TEST filter-channelmap-one-str TEST filter-channelsplit GEN tests/data/asynth-44100-3.wav TEST filter-volume CC libavfilter/tests/formats.o TEST flv-add_keyframe_index TEST filter-lavd-life TEST filter-lavd-testsrc TEST filter-testsrc2-yuv420p TEST filter-testsrc2-yuv444p TEST filter-testsrc2-rgb24 TEST filter-lavd-scalenorm TEST filter-framerate-up TEST filter-framerate-down TEST filter-concat TEST filter-mpdecimate GEN tests/data/asynth-2626-1.wav GEN tests/data/asynth-8000-1.wav TEST swr-resample-s16p-44100-2626 TEST swr-resample-s16p-44100-8000 TEST swr-resample-s16p-44100-48000 TEST swr-resample-s16p-44100-96000 GEN tests/data/asynth-48000-1.wav GEN tests/data/asynth-96000-1.wav TEST swr-resample-s32p-2626-8000 TEST swr-resample-s32p-2626-44100 TEST swr-resample-s32p-2626-48000 TEST swr-resample-s32p-2626-96000 TEST swr-resample-s32p-8000-2626 TEST swr-resample-s32p-8000-44100 TEST swr-resample-s32p-8000-48000 TEST swr-resample-s32p-8000-96000 TEST swr-resample-s32p-44100-2626 TEST swr-resample-s32p-44100-8000 TEST swr-resample-s32p-44100-48000 TEST swr-resample-s32p-44100-96000 TEST swr-resample-s32p-48000-2626 TEST swr-resample-s32p-48000-8000 TEST swr-resample-s32p-48000-44100 TEST swr-resample-s32p-48000-96000 TEST swr-resample-s32p-96000-2626 TEST swr-resample-s32p-96000-8000 TEST swr-resample-s32p-96000-44100 TEST swr-resample-s32p-96000-48000 TEST swr-resample-fltp-2626-8000 TEST swr-resample-fltp-2626-44100 TEST swr-resample-fltp-2626-48000 TEST swr-resample-fltp-2626-96000 TEST swr-resample-fltp-8000-2626 TEST swr-resample-fltp-8000-44100 TEST swr-resample-fltp-8000-48000 TEST swr-resample-fltp-8000-96000 TEST swr-resample-fltp-44100-2626 TEST swr-resample-fltp-44100-8000 TEST swr-resample-fltp-44100-48000 TEST swr-resample-fltp-44100-96000 TEST swr-resample-fltp-48000-2626 TEST swr-resample-fltp-48000-8000 TEST swr-resample-fltp-48000-44100 TEST swr-resample-fltp-48000-96000 TEST swr-resample-fltp-96000-2626 TEST swr-resample-fltp-96000-8000 TEST swr-resample-fltp-96000-44100 TEST swr-resample-fltp-96000-48000 TEST swr-resample-dblp-2626-8000 TEST swr-resample-dblp-2626-44100 TEST swr-resample-dblp-2626-48000 TEST swr-resample-dblp-2626-96000 TEST swr-resample-dblp-8000-2626 TEST swr-resample-dblp-8000-44100 TEST swr-resample-dblp-8000-48000 TEST swr-resample-dblp-8000-96000 TEST swr-resample-dblp-44100-2626 TEST swr-resample-dblp-44100-8000 TEST swr-resample-dblp-44100-48000 TEST swr-resample-dblp-44100-96000 TEST swr-resample-dblp-48000-2626 TEST swr-resample-dblp-48000-8000 TEST swr-resample-dblp-48000-44100 TEST swr-resample-dblp-48000-96000 TEST swr-resample-dblp-96000-2626 TEST swr-resample-dblp-96000-8000 TEST swr-resample-dblp-96000-44100 TEST swr-resample-dblp-96000-48000 TEST swr-resample_lin-s16p-8000-44100 TEST swr-resample_lin-s16p-8000-48000 TEST swr-resample_lin-s16p-44100-8000 TEST swr-resample_lin-s16p-44100-48000 TEST swr-resample_lin-s16p-48000-8000 TEST swr-resample_lin-s16p-48000-44100 TEST swr-resample_lin-fltp-8000-44100 TEST swr-resample_lin-fltp-8000-48000 TEST swr-resample_lin-fltp-44100-8000 TEST swr-resample_lin-fltp-44100-48000 TEST swr-resample_lin-fltp-48000-8000 TEST swr-resample_lin-fltp-48000-44100 TEST swr-resample_lin-dblp-8000-44100 TEST swr-resample_lin-dblp-8000-48000 TEST swr-resample_lin-dblp-44100-8000 TEST swr-resample_lin-dblp-44100-48000 TEST swr-resample_lin-dblp-48000-8000 TEST swr-resample_lin-dblp-48000-44100 TEST swr-resample_nn-s16p-8000-44100 TEST swr-resample_nn-s16p-44100-8000 TEST swr-resample_nn-fltp-8000-44100 TEST swr-resample_nn-fltp-44100-8000 TEST swr-resample_async-s16p-8000-44100 TEST swr-resample_async-s16p-44100-8000 TEST swr-resample_async-fltp-8000-44100 TEST swr-resample_async-fltp-44100-8000 TEST swr-resample_exact-s16p-2626-8000 TEST swr-resample_exact-s16p-2626-44100 TEST swr-resample_exact-s16p-2626-48000 TEST swr-resample_exact-s16p-2626-96000 TEST swr-resample_exact-s16p-8000-2626 TEST swr-resample_exact-s16p-8000-44100 TEST swr-resample_exact-s16p-8000-48000 TEST swr-resample_exact-s16p-8000-96000 TEST swr-resample_exact-s16p-44100-2626 TEST swr-resample_exact-s16p-44100-8000 TEST swr-resample_exact-s16p-44100-48000 TEST swr-resample_exact-s16p-44100-96000 TEST swr-resample_exact-s16p-48000-2626 TEST swr-resample_exact-s16p-48000-8000 TEST swr-resample_exact-s16p-48000-44100 TEST swr-resample_exact-s16p-48000-96000 TEST swr-resample_exact-s16p-96000-2626 TEST swr-resample_exact-s16p-96000-8000 TEST swr-resample_exact-s16p-96000-44100 TEST swr-resample_exact-s16p-96000-48000 TEST swr-resample_exact-s32p-2626-8000 TEST swr-resample_exact-s32p-2626-44100 TEST swr-resample_exact-s32p-2626-48000 TEST swr-resample_exact-s32p-2626-96000 TEST swr-resample_exact-s32p-8000-2626 TEST swr-resample_exact-s32p-8000-44100 TEST swr-resample_exact-s32p-8000-48000 TEST swr-resample_exact-s32p-8000-96000 TEST swr-resample_exact-s32p-44100-2626 TEST swr-resample_exact-s32p-44100-8000 TEST swr-resample_exact-s32p-44100-48000 TEST swr-resample_exact-s32p-44100-96000 TEST swr-resample_exact-s32p-48000-2626 TEST swr-resample_exact-s32p-48000-8000 TEST swr-resample_exact-s32p-48000-44100 TEST swr-resample_exact-s32p-48000-96000 TEST swr-resample_exact-s32p-96000-2626 TEST swr-resample_exact-s32p-96000-8000 TEST swr-resample_exact-s32p-96000-44100 TEST swr-resample_exact-s32p-96000-48000 TEST swr-resample_exact-fltp-2626-8000 TEST swr-resample_exact-fltp-2626-44100 TEST swr-resample_exact-fltp-2626-48000 TEST swr-resample_exact-fltp-2626-96000 TEST swr-resample_exact-fltp-8000-2626 TEST swr-resample_exact-fltp-8000-44100 TEST swr-resample_exact-fltp-8000-48000 TEST swr-resample_exact-fltp-8000-96000 TEST swr-resample_exact-fltp-44100-2626 TEST swr-resample_exact-fltp-44100-8000 TEST swr-resample_exact-fltp-44100-48000 TEST swr-resample_exact-fltp-44100-96000 TEST swr-resample_exact-fltp-48000-2626 TEST swr-resample_exact-fltp-48000-8000 TEST swr-resample_exact-fltp-48000-44100 TEST swr-resample_exact-fltp-48000-96000 TEST swr-resample_exact-fltp-96000-2626 TEST swr-resample_exact-fltp-96000-8000 TEST swr-resample_exact-fltp-96000-44100 TEST swr-resample_exact-fltp-96000-48000 TEST swr-resample_exact-dblp-2626-8000 TEST swr-resample_exact-dblp-2626-44100 TEST swr-resample_exact-dblp-2626-48000 TEST swr-resample_exact-dblp-2626-96000 TEST swr-resample_exact-dblp-8000-2626 TEST swr-resample_exact-dblp-8000-44100 TEST swr-resample_exact-dblp-8000-48000 TEST swr-resample_exact-dblp-8000-96000 TEST swr-resample_exact-dblp-44100-2626 TEST swr-resample_exact-dblp-44100-8000 TEST swr-resample_exact-dblp-44100-48000 TEST swr-resample_exact-dblp-44100-96000 TEST swr-resample_exact-dblp-48000-2626 TEST swr-resample_exact-dblp-48000-8000 TEST swr-resample_exact-dblp-48000-44100 TEST swr-resample_exact-dblp-48000-96000 TEST swr-resample_exact-dblp-96000-2626 TEST swr-resample_exact-dblp-96000-8000 TEST swr-resample_exact-dblp-96000-44100 TEST swr-resample_exact-dblp-96000-48000 TEST swr-resample_exact_async-s16p-8000-44100 TEST swr-resample_exact_async-s16p-8000-48000 TEST swr-resample_exact_async-s16p-44100-8000 TEST swr-resample_exact_async-s16p-44100-48000 TEST swr-resample_exact_async-s16p-48000-8000 TEST swr-resample_exact_async-s16p-48000-44100 TEST swr-resample_exact_async-s32p-8000-44100 TEST swr-resample_exact_async-s32p-8000-48000 TEST swr-resample_exact_async-s32p-44100-8000 TEST swr-resample_exact_async-s32p-44100-48000 TEST swr-resample_exact_async-s32p-48000-8000 TEST swr-resample_exact_async-s32p-48000-44100 TEST swr-resample_exact_async-fltp-8000-44100 TEST swr-resample_exact_async-fltp-8000-48000 TEST swr-resample_exact_async-fltp-44100-8000 TEST swr-resample_exact_async-fltp-44100-48000 TEST swr-resample_exact_async-fltp-48000-8000 TEST swr-resample_exact_async-fltp-48000-44100 TEST swr-resample_exact_async-dblp-8000-44100 TEST swr-resample_exact_async-dblp-8000-48000 TEST swr-resample_exact_async-dblp-44100-8000 TEST swr-resample_exact_async-dblp-44100-48000 TEST swr-resample_exact_async-dblp-48000-8000 TEST swr-resample_exact_async-dblp-48000-44100 TEST swr-resample_exact_lin-s16p-2626-8000 TEST swr-resample_exact_lin-s16p-2626-44100 TEST swr-resample_exact_lin-s16p-2626-48000 TEST swr-resample_exact_lin-s16p-2626-96000 TEST swr-resample_exact_lin-s16p-8000-2626 TEST swr-resample_exact_lin-s16p-8000-44100 TEST swr-resample_exact_lin-s16p-8000-48000 TEST swr-resample_exact_lin-s16p-8000-96000 TEST swr-resample_exact_lin-s16p-44100-2626 TEST swr-resample_exact_lin-s16p-44100-8000 TEST swr-resample_exact_lin-s16p-44100-48000 TEST swr-resample_exact_lin-s16p-44100-96000 TEST swr-resample_exact_lin-s16p-48000-2626 TEST swr-resample_exact_lin-s16p-48000-8000 TEST swr-resample_exact_lin-s16p-48000-44100 TEST swr-resample_exact_lin-s16p-48000-96000 TEST swr-resample_exact_lin-s16p-96000-2626 TEST swr-resample_exact_lin-s16p-96000-8000 TEST swr-resample_exact_lin-s16p-96000-44100 TEST swr-resample_exact_lin-s16p-96000-48000 TEST swr-resample_exact_lin-s32p-2626-8000 TEST swr-resample_exact_lin-s32p-2626-44100 TEST swr-resample_exact_lin-s32p-2626-48000 TEST swr-resample_exact_lin-s32p-2626-96000 TEST swr-resample_exact_lin-s32p-8000-2626 TEST swr-resample_exact_lin-s32p-8000-44100 TEST swr-resample_exact_lin-s32p-8000-48000 TEST swr-resample_exact_lin-s32p-8000-96000 TEST swr-resample_exact_lin-s32p-44100-2626 TEST swr-resample_exact_lin-s32p-44100-8000 TEST swr-resample_exact_lin-s32p-44100-48000 TEST swr-resample_exact_lin-s32p-44100-96000 TEST swr-resample_exact_lin-s32p-48000-2626 TEST swr-resample_exact_lin-s32p-48000-8000 TEST swr-resample_exact_lin-s32p-48000-44100 TEST swr-resample_exact_lin-s32p-48000-96000 TEST swr-resample_exact_lin-s32p-96000-2626 TEST swr-resample_exact_lin-s32p-96000-8000 TEST swr-resample_exact_lin-s32p-96000-44100 TEST swr-resample_exact_lin-s32p-96000-48000 TEST swr-resample_exact_lin-fltp-2626-8000 TEST swr-resample_exact_lin-fltp-2626-44100 TEST swr-resample_exact_lin-fltp-2626-48000 TEST swr-resample_exact_lin-fltp-2626-96000 TEST swr-resample_exact_lin-fltp-8000-2626 TEST swr-resample_exact_lin-fltp-8000-44100 TEST swr-resample_exact_lin-fltp-8000-48000 TEST swr-resample_exact_lin-fltp-8000-96000 TEST swr-resample_exact_lin-fltp-44100-2626 TEST swr-resample_exact_lin-fltp-44100-8000 TEST swr-resample_exact_lin-fltp-44100-48000 TEST swr-resample_exact_lin-fltp-44100-96000 TEST swr-resample_exact_lin-fltp-48000-2626 TEST swr-resample_exact_lin-fltp-48000-8000 TEST swr-resample_exact_lin-fltp-48000-44100 TEST swr-resample_exact_lin-fltp-48000-96000 TEST swr-resample_exact_lin-fltp-96000-2626 TEST swr-resample_exact_lin-fltp-96000-8000 TEST swr-resample_exact_lin-fltp-96000-44100 TEST swr-resample_exact_lin-fltp-96000-48000 TEST swr-resample_exact_lin-dblp-2626-8000 TEST swr-resample_exact_lin-dblp-2626-44100 TEST swr-resample_exact_lin-dblp-2626-48000 TEST swr-resample_exact_lin-dblp-2626-96000 TEST swr-resample_exact_lin-dblp-8000-2626 TEST swr-resample_exact_lin-dblp-8000-44100 TEST swr-resample_exact_lin-dblp-8000-48000 TEST swr-resample_exact_lin-dblp-8000-96000 TEST swr-resample_exact_lin-dblp-44100-2626 TEST swr-resample_exact_lin-dblp-44100-8000 TEST swr-resample_exact_lin-dblp-44100-48000 TEST swr-resample_exact_lin-dblp-44100-96000 TEST swr-resample_exact_lin-dblp-48000-2626 TEST swr-resample_exact_lin-dblp-48000-8000 TEST swr-resample_exact_lin-dblp-48000-44100 TEST swr-resample_exact_lin-dblp-48000-96000 TEST swr-resample_exact_lin-dblp-96000-2626 TEST swr-resample_exact_lin-dblp-96000-8000 TEST swr-resample_exact_lin-dblp-96000-44100 TEST swr-resample_exact_lin-dblp-96000-48000 TEST swr-resample_exact_lin_async-s16p-8000-44100 TEST swr-resample_exact_lin_async-s16p-8000-48000 TEST swr-resample_exact_lin_async-s16p-44100-8000 TEST swr-resample_exact_lin_async-s16p-44100-48000 TEST swr-resample_exact_lin_async-s16p-48000-8000 TEST swr-resample_exact_lin_async-s16p-48000-44100 TEST swr-resample_exact_lin_async-s32p-8000-44100 TEST swr-resample_exact_lin_async-s32p-8000-48000 TEST swr-resample_exact_lin_async-s32p-44100-8000 TEST swr-resample_exact_lin_async-s32p-44100-48000 TEST swr-resample_exact_lin_async-s32p-48000-8000 TEST swr-resample_exact_lin_async-s32p-48000-44100 TEST swr-resample_exact_lin_async-fltp-8000-44100 TEST swr-resample_exact_lin_async-fltp-8000-48000 TEST swr-resample_exact_lin_async-fltp-44100-8000 TEST swr-resample_exact_lin_async-fltp-44100-48000 TEST swr-resample_exact_lin_async-fltp-48000-8000 TEST swr-resample_exact_lin_async-fltp-48000-44100 TEST swr-resample_exact_lin_async-dblp-8000-44100 TEST swr-resample_exact_lin_async-dblp-8000-48000 TEST swr-resample_exact_lin_async-dblp-44100-8000 TEST swr-resample_exact_lin_async-dblp-44100-48000 TEST swr-resample_exact_lin_async-dblp-48000-8000 TEST swr-resample_exact_lin_async-dblp-48000-44100 TEST swr-audioconvert GEN tests/data/asynth-96000-6.wav TEST ffmpeg-filter_complex TEST ffmpeg-lavfi TEST acodec-pcm-alaw TEST acodec-pcm-mulaw TEST acodec-pcm-s8 TEST acodec-pcm-u8 TEST acodec-pcm-s16be TEST acodec-pcm-s16le TEST acodec-pcm-u16be TEST acodec-pcm-u16le TEST acodec-pcm-s24be TEST acodec-pcm-s24le TEST acodec-pcm-u24be TEST acodec-pcm-u24le TEST acodec-pcm-s32be TEST acodec-pcm-s32le TEST acodec-pcm-u32be TEST acodec-pcm-u32le TEST acodec-pcm-f32be TEST acodec-pcm-f32le TEST acodec-pcm-f64be TEST acodec-pcm-f64le TEST acodec-pcm-s8_planar TEST acodec-pcm-s16be_planar TEST acodec-pcm-s16le_planar TEST acodec-pcm-s24le_planar TEST acodec-pcm-s32le_planar TEST acodec-adpcm-adx TEST acodec-adpcm-ima_qt TEST acodec-adpcm-ima_wav TEST acodec-adpcm-ms TEST acodec-adpcm-swf TEST acodec-adpcm-yamaha TEST acodec-adpcm-adx-trellis TEST acodec-adpcm-ima_qt-trellis TEST acodec-adpcm-ima_wav-trellis TEST acodec-adpcm-ms-trellis TEST acodec-adpcm-swf-trellis TEST acodec-adpcm-yamaha-trellis TEST acodec-mp2 TEST acodec-mp2fixed TEST acodec-alac TEST acodec-dca TEST acodec-dca2 TEST acodec-flac TEST acodec-flac-exact-rice TEST acodec-g723_1 TEST acodec-ra144 TEST acodec-roqaudio TEST acodec-s302m TEST acodec-wavpack TEST acodec-tta GEN tests/data/vsynth1.yuv HOSTLD tests/rotozoom GEN tests/data/vsynth3.yuv LD libavformat/tests/seek LD libavfilter/tests/filtfmts GEN tests/data/ffprobe-test.nut TEST probe-format-roundup997 TEST probe-format-roundup1383 TEST probe-format-roundup1414 TEST probe-format-roundup2015 GEN tests/data/vsynth_lena.yuv TEST seek-extra-mp3 TEST seek-cache-pipe TEST seek-mkv-codec-delay TEST ac3-2.0 TEST ac3-4.0 TEST ac3-4.0-downmix-mono TEST ac3-4.0-downmix-stereo TEST ac3-5.1 TEST ac3-5.1-downmix-mono TEST ac3-5.1-downmix-stereo TEST ac3-fixed-2.0 TEST ac3-fixed-4.0-downmix-mono TEST ac3-fixed-5.1-downmix-mono TEST ac3-fixed-5.1-downmix-stereo TEST ac3-encode TEST ac3-fixed-encode TEST eac3-1 TEST eac3-2 TEST eac3-3 TEST eac3-4 TEST eac3-encode TEST adpcm-4xm TEST adpcm-afc TEST adpcm-creative TEST adpcm-creative-8-2bit TEST adpcm-creative-8-2.6bit TEST adpcm-creative-8-4bit TEST adpcm-dtk TEST adpcm-ea-1 TEST adpcm-ea-2 TEST adpcm-ea-maxis-xa TEST adpcm-ea-r1 TEST adpcm-ea-r2 TEST adpcm-ea-r3 TEST adpcm-ima-amv TEST adpcm-ima-apc TEST adpcm-ima-dk3 TEST adpcm-ima-dk4 TEST adpcm-ima-ea-eacs TEST adpcm-ima-ea-sead TEST adpcm-ima-iss TEST adpcm-ima-oki TEST adpcm-ima-rad TEST adpcm-ima-smjpeg TEST adpcm-ima_wav-stereo TEST adpcm-ima-ws TEST adpcm-ms-mono TEST adpcm_ms-stereo TEST adpcm-thp TEST adpcm-vima TEST adpcm-xa TEST atrac1-1 TEST atrac1-2 TEST atrac3-1 TEST atrac3-2 TEST atrac3-3 TEST atrac3p-1 TEST atrac3p-2 TEST bmp-1bit TEST bmp-4bit TEST bmp-4bit-os2 TEST bmp-8bit TEST bmp-8bit-os2 TEST bmp-15bit TEST bmp-15bit-mask TEST bmp-16bit-mask TEST bmp-24bit TEST bmp-32bit TEST bmp-32bit-mask TEST bmp-rle4 TEST bmp-rle8 TEST cdxl-bitline-ham6 TEST cdxl-ham6 TEST cdxl-ham8 TEST cdxl-pal8 TEST cdxl-pal8-small TEST cover-art-ape TEST cover-art-flac TEST cover-art-m4a TEST cover-art-ogg TEST cover-art-wma TEST cover-art-wma-id3 TEST cover-art-wma-metadatalib TEST cover-art-wv TEST dfa1 TEST dfa2 TEST dfa3 TEST dfa4 TEST dfa5 TEST dfa6 TEST dfa7 TEST dfa8 TEST dfa9 TEST dfa10 TEST dfa11 TEST dpcm-idroq TEST dpcm-interplay TEST dpcm-sierra TEST dpcm-xan TEST filter-acrossfade TEST filter-silenceremove TEST filter-stereotools GEN tests/data/asynth-44100-2-2.wav GEN tests/data/asynth-44100-2-3.wav TEST filter-aresample TEST filter-hdcd-mix TEST filter-hdcd-mix-psoff TEST filter-hdcd-analyze-pe TEST filter-hdcd-analyze-lle TEST filter-hdcd-analyze-cdt TEST filter-hdcd-analyze-tgm TEST filter-hdcd-analyze-ltgm TEST filter-hdcd-analyze-pel TEST filter-hdcd-false-positive TEST filter-hdcd-detect-errors TEST filter-hdcd-20bit TEST filter-hdcd-mono TEST filter-hdcd-s16p TEST filter-hdcd-s32p TEST flac-16-chmode-indep TEST flac-16-chmode-left_side TEST flac-16-chmode-mid_side TEST flac-16-chmode-right_side TEST flac-16-fixed TEST flac-16-lpc-cholesky TEST flac-16-lpc-levinson TEST flac-24-comp-8 TEST flac-rice-params TEST gapless-mp3 TEST audiomatch-square-mp3 TEST audiomatch-square-aac TEST audiomatch-afconvert-16000-mono-lc-adts TEST audiomatch-afconvert-16000-mono-lc-m4a TEST audiomatch-afconvert-44100-mono-lc-adts TEST audiomatch-afconvert-44100-mono-lc-m4a TEST audiomatch-afconvert-16000-mono-he-adts TEST audiomatch-afconvert-16000-mono-he-m4a TEST audiomatch-afconvert-44100-mono-he-adts TEST audiomatch-afconvert-44100-mono-he-m4a TEST audiomatch-afconvert-16000-stereo-he-adts TEST audiomatch-afconvert-16000-stereo-he-m4a TEST audiomatch-afconvert-44100-stereo-he-adts TEST audiomatch-afconvert-44100-stereo-he-m4a TEST audiomatch-afconvert-16000-stereo-he2-adts TEST audiomatch-afconvert-16000-stereo-he2-m4a TEST audiomatch-afconvert-44100-stereo-he2-adts TEST audiomatch-afconvert-44100-stereo-he2-m4a TEST audiomatch-afconvert-16000-stereo-lc-adts TEST audiomatch-afconvert-16000-stereo-lc-m4a TEST audiomatch-afconvert-44100-stereo-lc-adts TEST audiomatch-afconvert-44100-stereo-lc-m4a TEST audiomatch-faac-16000-mono-lc-adts TEST audiomatch-faac-16000-mono-lc-m4a TEST audiomatch-faac-44100-mono-lc-adts TEST audiomatch-faac-44100-mono-lc-m4a TEST audiomatch-faac-16000-stereo-lc-adts TEST audiomatch-faac-16000-stereo-lc-m4a TEST audiomatch-faac-44100-stereo-lc-adts TEST audiomatch-faac-44100-stereo-lc-m4a TEST audiomatch-dolby-44100-mono-lc-mp4 TEST audiomatch-dolby-44100-mono-he-mp4 TEST audiomatch-dolby-44100-stereo-he-mp4 TEST audiomatch-dolby-44100-stereo-he2-mp4 TEST audiomatch-dolby-44100-stereo-lc-mp4 TEST audiomatch-nero-16000-mono-lc-m4a TEST audiomatch-nero-44100-mono-lc-m4a TEST audiomatch-nero-16000-mono-he-m4a TEST audiomatch-nero-44100-mono-he-m4a TEST audiomatch-nero-16000-stereo-he-m4a TEST audiomatch-nero-44100-stereo-he-m4a TEST audiomatch-nero-16000-stereo-he2-m4a TEST audiomatch-nero-44100-stereo-he2-m4a TEST audiomatch-nero-16000-stereo-lc-m4a TEST audiomatch-nero-44100-stereo-lc-m4a TEST audiomatch-quicktime7-44100-stereo-lc-mp4 TEST audiomatch-quicktimeX-44100-stereo-lc-m4a TEST gaplessinfo-itunes1 TEST gaplessinfo-itunes2 TEST gaplessenc-itunes-to-ipod-aac TEST gif-color TEST gif-disposal-background TEST gif-disposal-restore TEST gif-gray TEST gif-deal TEST gifenc-rgb8 TEST gifenc-bgr8 TEST gifenc-rgb4_byte TEST gifenc-bgr4_byte TEST gifenc-gray TEST gifenc-pal8 TEST h264-conformance-aud_mw_e TEST h264-conformance-ba1_ft_c TEST h264-conformance-ba1_sony_d TEST h264-conformance-ba2_sony_f TEST h264-conformance-ba3_sva_c TEST h264-conformance-ba_mw_d TEST h264-conformance-bamq1_jvc_c TEST h264-conformance-bamq2_jvc_c TEST h264-conformance-banm_mw_d TEST h264-conformance-basqp1_sony_c TEST h264-conformance-caba1_sony_d TEST h264-conformance-caba1_sva_b TEST h264-conformance-caba2_sony_e TEST h264-conformance-caba2_sva_b TEST h264-conformance-caba3_sony_c TEST h264-conformance-caba3_sva_b TEST h264-conformance-caba3_toshiba_e TEST h264-conformance-cabac_mot_fld0_full TEST h264-conformance-cabac_mot_frm0_full TEST h264-conformance-cabac_mot_mbaff0_full TEST h264-conformance-cabac_mot_picaff0_full TEST h264-conformance-cabaci3_sony_b TEST h264-conformance-cabast3_sony_e TEST h264-conformance-cabastbr3_sony_b TEST h264-conformance-cabref3_sand_d TEST h264-conformance-cacqp3_sony_d TEST h264-conformance-cafi1_sva_c TEST h264-conformance-cama1_sony_c TEST h264-conformance-cama1_toshiba_b TEST h264-conformance-cama1_vtc_c TEST h264-conformance-cama2_vtc_b TEST h264-conformance-cama3_sand_e TEST h264-conformance-cama3_vtc_b TEST h264-conformance-camaci3_sony_c TEST h264-conformance-camanl1_toshiba_b TEST h264-conformance-camanl2_toshiba_b TEST h264-conformance-camanl3_sand_e TEST h264-conformance-camasl3_sony_b TEST h264-conformance-camp_mot_mbaff_l30 TEST h264-conformance-camp_mot_mbaff_l31 TEST h264-conformance-canl1_sony_e TEST h264-conformance-canl1_sva_b TEST h264-conformance-canl1_toshiba_g TEST h264-conformance-canl2_sony_e TEST h264-conformance-canl2_sva_b TEST h264-conformance-canl3_sony_c TEST h264-conformance-canl3_sva_b TEST h264-conformance-canl4_sva_b TEST h264-conformance-canlma2_sony_c TEST h264-conformance-canlma3_sony_c TEST h264-conformance-capa1_toshiba_b TEST h264-conformance-capama3_sand_f TEST h264-conformance-capcm1_sand_e TEST h264-conformance-capcmnl1_sand_e TEST h264-conformance-capm3_sony_d TEST h264-conformance-caqp1_sony_b TEST h264-conformance-cavlc_mot_fld0_full_b TEST h264-conformance-cavlc_mot_frm0_full_b TEST h264-conformance-cavlc_mot_mbaff0_full_b TEST h264-conformance-cavlc_mot_picaff0_full_b TEST h264-conformance-cawp1_toshiba_e TEST h264-conformance-cawp5_toshiba_e TEST h264-conformance-ci1_ft_b TEST h264-conformance-ci_mw_d TEST h264-conformance-cvbs3_sony_c TEST h264-conformance-cvcanlma2_sony_c TEST h264-conformance-cvfc1_sony_c TEST h264-conformance-cvfi1_sony_d TEST h264-conformance-cvfi1_sva_c TEST h264-conformance-cvfi2_sony_h TEST h264-conformance-cvfi2_sva_c TEST h264-conformance-cvma1_sony_d TEST h264-conformance-cvma1_toshiba_b TEST h264-conformance-cvmanl1_toshiba_b TEST h264-conformance-cvmanl2_toshiba_b TEST h264-conformance-cvmapaqp3_sony_e TEST h264-conformance-cvmaqp2_sony_g TEST h264-conformance-cvmaqp3_sony_d TEST h264-conformance-cvmp_mot_fld_l30_b TEST h264-conformance-cvmp_mot_frm_l31_b TEST h264-conformance-cvnlfi1_sony_c TEST h264-conformance-cvnlfi2_sony_h TEST h264-conformance-cvpa1_toshiba_b TEST h264-conformance-cvpcmnl1_sva_c TEST h264-conformance-cvpcmnl2_sva_c TEST h264-conformance-cvwp1_toshiba_e TEST h264-conformance-cvwp2_toshiba_e TEST h264-conformance-cvwp3_toshiba_e TEST h264-conformance-cvwp5_toshiba_e TEST h264-conformance-fi1_sony_e TEST h264-conformance-frext-alphaconformanceg TEST h264-conformance-frext-bcrm_freh10 TEST h264-conformance-frext-brcm_freh11 TEST h264-conformance-frext-brcm_freh3 TEST h264-conformance-frext-brcm_freh4 TEST h264-conformance-frext-brcm_freh5 TEST h264-conformance-frext-brcm_freh8 TEST h264-conformance-frext-brcm_freh9 TEST h264-conformance-frext-freh12_b TEST h264-conformance-frext-freh1_b TEST h264-conformance-frext-freh2_b TEST h264-conformance-frext-freh6 TEST h264-conformance-frext-freh7_b TEST h264-conformance-frext-frext01_jvc_d TEST h264-conformance-frext-frext02_jvc_c TEST h264-conformance-frext-frext1_panasonic_c TEST h264-conformance-frext-frext2_panasonic_b TEST h264-conformance-frext-frext3_panasonic_d TEST h264-conformance-frext-frext4_panasonic_a TEST h264-conformance-frext-frext_mmco4_sony_b TEST h264-conformance-frext-hcaff1_hhi_b TEST h264-conformance-frext-hcafr1_hhi_c TEST h264-conformance-frext-hcafr2_hhi_a TEST h264-conformance-frext-hcafr3_hhi_a TEST h264-conformance-frext-hcafr4_hhi_a TEST h264-conformance-frext-hcamff1_hhi_b TEST h264-conformance-frext-hi422fr10_sony_b TEST h264-conformance-frext-hi422fr13_sony_b TEST h264-conformance-frext-hi422fr1_sony_a TEST h264-conformance-frext-hi422fr6_sony_a TEST h264-conformance-frext-hpca_brcm_c TEST h264-conformance-frext-hpcadq_brcm_b TEST h264-conformance-frext-hpcafl_bcrm_c TEST h264-conformance-frext-hpcaflnl_bcrm_c TEST h264-conformance-frext-hpcalq_brcm_b TEST h264-conformance-frext-hpcamapalq_bcrm_b TEST h264-conformance-frext-hpcamolq_brcm_b TEST h264-conformance-frext-hpcanl_brcm_c TEST h264-conformance-frext-hpcaq2lq_brcm_b TEST h264-conformance-frext-hpcv_brcm_a TEST h264-conformance-frext-hpcvfl_bcrm_a TEST h264-conformance-frext-hpcvflnl_bcrm_a TEST h264-conformance-frext-hpcvmolq_brcm_b TEST h264-conformance-frext-hpcvnl_brcm_a TEST h264-conformance-frext-pph10i1_panasonic_a TEST h264-conformance-frext-pph10i2_panasonic_a TEST h264-conformance-frext-pph10i3_panasonic_a TEST h264-conformance-frext-pph10i4_panasonic_a TEST h264-conformance-frext-pph10i5_panasonic_a TEST h264-conformance-frext-pph10i6_panasonic_a TEST h264-conformance-frext-pph10i7_panasonic_a TEST h264-conformance-frext-pph422i1_panasonic_a TEST h264-conformance-frext-pph422i2_panasonic_a TEST h264-conformance-frext-pph422i3_panasonic_a TEST h264-conformance-frext-pph422i4_panasonic_a TEST h264-conformance-frext-pph422i5_panasonic_a TEST h264-conformance-frext-pph422i6_panasonic_a TEST h264-conformance-frext-pph422i7_panasonic_a TEST h264-conformance-hcbp2_hhi_a TEST h264-conformance-hcmp1_hhi_a TEST h264-conformance-ls_sva_d TEST h264-conformance-midr_mw_d TEST h264-conformance-mps_mw_a TEST h264-conformance-mr1_bt_a TEST h264-conformance-mr1_mw_a TEST h264-conformance-mr2_mw_a TEST h264-conformance-mr2_tandberg_e TEST h264-conformance-mr3_tandberg_b TEST h264-conformance-mr4_tandberg_c TEST h264-conformance-mr5_tandberg_c TEST h264-conformance-mr6_bt_b TEST h264-conformance-mr7_bt_b TEST h264-conformance-mr8_bt_b TEST h264-conformance-mr9_bt_b TEST h264-conformance-mv1_brcm_d TEST h264-conformance-nl1_sony_d TEST h264-conformance-nl2_sony_h TEST h264-conformance-nl3_sva_e TEST h264-conformance-nlmq1_jvc_c TEST h264-conformance-nlmq2_jvc_c TEST h264-conformance-nrf_mw_e TEST h264-conformance-sharp_mp_field_1_b TEST h264-conformance-sharp_mp_field_2_b TEST h264-conformance-sharp_mp_field_3_b TEST h264-conformance-sharp_mp_paff_1r2 TEST h264-conformance-sharp_mp_paff_2r TEST h264-conformance-sl1_sva_b TEST h264-conformance-sva_ba1_b TEST h264-conformance-sva_ba2_d TEST h264-conformance-sva_base_b TEST h264-conformance-sva_cl1_e TEST h264-conformance-sva_fm1_e TEST h264-conformance-sva_nl1_b TEST h264-conformance-sva_nl2_e TEST h264-reinit-large_420_8-to-small_420_8 TEST h264-reinit-small_420_8-to-large_444_10 TEST h264-reinit-small_420_9-to-small_420_8 TEST h264-reinit-small_422_9-to-small_420_9 TEST h264-extreme-plane-pred TEST h264-intra-refresh-recovery TEST h264-lossless TEST h264-3386 TEST h264-missing-frame TEST h264-crop-to-container TEST h264-extradata-reload TEST h264-interlace-crop TEST h264-invalid-ref-mod TEST h264-mixed-nal-coding TEST h264-unescaped-extradata TEST h264-twofields-packet TEST h264-bsf-mp4toannexb TEST h264-direct-bff TEST h264-brokensps-2580 TEST h264-xavc-4389 TEST h264-attachment-631 TEST h264-skip-nokey TEST h264-skip-nointra TEST hevc-conformance-AMP_A_Samsung_4 TEST hevc-conformance-AMP_A_Samsung_6 TEST hevc-conformance-AMP_B_Samsung_4 TEST hevc-conformance-AMP_B_Samsung_6 TEST hevc-conformance-AMP_D_Hisilicon TEST hevc-conformance-AMP_E_Hisilicon TEST hevc-conformance-AMP_F_Hisilicon_3 TEST hevc-conformance-AMVP_A_MTK_4 TEST hevc-conformance-AMVP_B_MTK_4 TEST hevc-conformance-AMVP_C_Samsung_4 TEST hevc-conformance-AMVP_C_Samsung_6 TEST hevc-conformance-BUMPING_A_ericsson_1 TEST hevc-conformance-CAINIT_A_SHARP_4 TEST hevc-conformance-CAINIT_B_SHARP_4 TEST hevc-conformance-CAINIT_C_SHARP_3 TEST hevc-conformance-CAINIT_D_SHARP_3 TEST hevc-conformance-CAINIT_E_SHARP_3 TEST hevc-conformance-CAINIT_F_SHARP_3 TEST hevc-conformance-CAINIT_G_SHARP_3 TEST hevc-conformance-CAINIT_H_SHARP_3 TEST hevc-conformance-CIP_A_Panasonic_3 TEST hevc-conformance-cip_B_NEC_3 TEST hevc-conformance-CIP_C_Panasonic_2 TEST hevc-conformance-CONFWIN_A_Sony_1 TEST hevc-conformance-DBLK_A_SONY_3 TEST hevc-conformance-DBLK_B_SONY_3 TEST hevc-conformance-DBLK_C_SONY_3 TEST hevc-conformance-DBLK_D_VIXS_2 TEST hevc-conformance-DBLK_E_VIXS_2 TEST hevc-conformance-DBLK_F_VIXS_2 TEST hevc-conformance-DBLK_G_VIXS_2 TEST hevc-conformance-DELTAQP_A_BRCM_4 TEST hevc-conformance-DELTAQP_B_SONY_3 TEST hevc-conformance-DELTAQP_C_SONY_3 TEST hevc-conformance-DSLICE_A_HHI_5 TEST hevc-conformance-DSLICE_B_HHI_5 TEST hevc-conformance-DSLICE_C_HHI_5 TEST hevc-conformance-ENTP_A_Qualcomm_1 TEST hevc-conformance-ENTP_B_Qualcomm_1 TEST hevc-conformance-ENTP_C_Qualcomm_1 TEST hevc-conformance-EXT_A_ericsson_4 TEST hevc-conformance-FILLER_A_Sony_1 TEST hevc-conformance-HRD_A_Fujitsu_2 TEST hevc-conformance-HRD_A_Fujitsu_3 TEST hevc-conformance-INITQP_A_Sony_1 TEST hevc-conformance-ipcm_A_NEC_3 TEST hevc-conformance-ipcm_B_NEC_3 TEST hevc-conformance-ipcm_C_NEC_3 TEST hevc-conformance-ipcm_D_NEC_3 TEST hevc-conformance-ipcm_E_NEC_2 TEST hevc-conformance-IPRED_A_docomo_2 TEST hevc-conformance-IPRED_B_Nokia_3 TEST hevc-conformance-IPRED_C_Mitsubishi_3 TEST hevc-conformance-LS_A_Orange_2 TEST hevc-conformance-LS_B_ORANGE_4 TEST hevc-conformance-LTRPSPS_A_Qualcomm_1 TEST hevc-conformance-MAXBINS_A_TI_4 TEST hevc-conformance-MAXBINS_B_TI_4 TEST hevc-conformance-MAXBINS_C_TI_4 TEST hevc-conformance-MERGE_A_TI_3 TEST hevc-conformance-MERGE_B_TI_3 TEST hevc-conformance-MERGE_C_TI_3 TEST hevc-conformance-MERGE_D_TI_3 TEST hevc-conformance-MERGE_E_TI_3 TEST hevc-conformance-MERGE_F_MTK_4 TEST hevc-conformance-MERGE_G_HHI_4 TEST hevc-conformance-MVCLIP_A_qualcomm_3 TEST hevc-conformance-MVDL1ZERO_A_docomo_3 TEST hevc-conformance-MVEDGE_A_qualcomm_3 TEST hevc-conformance-NoOutPrior_A_Qualcomm_1 TEST hevc-conformance-NoOutPrior_B_Qualcomm_1 TEST hevc-conformance-NUT_A_ericsson_5 TEST hevc-conformance-OPFLAG_A_Qualcomm_1 TEST hevc-conformance-OPFLAG_B_Qualcomm_1 TEST hevc-conformance-OPFLAG_C_Qualcomm_1 TEST hevc-conformance-PICSIZE_A_Bossen_1 TEST hevc-conformance-PICSIZE_B_Bossen_1 TEST hevc-conformance-PICSIZE_C_Bossen_1 TEST hevc-conformance-PICSIZE_D_Bossen_1 TEST hevc-conformance-PMERGE_A_TI_3 TEST hevc-conformance-PMERGE_B_TI_3 TEST hevc-conformance-PMERGE_C_TI_3 TEST hevc-conformance-PMERGE_D_TI_3 TEST hevc-conformance-PMERGE_E_TI_3 TEST hevc-conformance-POC_A_Bossen_3 TEST hevc-conformance-PPS_A_qualcomm_7 TEST hevc-conformance-PS_A_VIDYO_3 TEST hevc-conformance-PS_B_VIDYO_3 TEST hevc-conformance-RAP_A_docomo_4 TEST hevc-conformance-RAP_B_Bossen_1 TEST hevc-conformance-RPLM_A_qualcomm_4 TEST hevc-conformance-RPLM_B_qualcomm_4 TEST hevc-conformance-RPS_A_docomo_4 TEST hevc-conformance-RPS_B_qualcomm_5 TEST hevc-conformance-RPS_C_ericsson_5 TEST hevc-conformance-RPS_D_ericsson_6 TEST hevc-conformance-RPS_E_qualcomm_5 TEST hevc-conformance-RPS_F_docomo_1 TEST hevc-conformance-RQT_A_HHI_4 TEST hevc-conformance-RQT_B_HHI_4 TEST hevc-conformance-RQT_C_HHI_4 TEST hevc-conformance-RQT_D_HHI_4 TEST hevc-conformance-RQT_E_HHI_4 TEST hevc-conformance-RQT_F_HHI_4 TEST hevc-conformance-RQT_G_HHI_4 TEST hevc-conformance-SAO_A_MediaTek_4 TEST hevc-conformance-SAO_B_MediaTek_5 TEST hevc-conformance-SAO_C_Samsung_4 TEST hevc-conformance-SAO_C_Samsung_5 TEST hevc-conformance-SAO_D_Samsung_4 TEST hevc-conformance-SAO_D_Samsung_5 TEST hevc-conformance-SAO_E_Canon_4 TEST hevc-conformance-SAO_F_Canon_3 TEST hevc-conformance-SAO_G_Canon_3 TEST hevc-conformance-SDH_A_Orange_3 TEST hevc-conformance-SLICES_A_Rovi_3 TEST hevc-conformance-SLIST_A_Sony_4 TEST hevc-conformance-SLIST_B_Sony_8 TEST hevc-conformance-SLIST_C_Sony_3 TEST hevc-conformance-SLIST_D_Sony_9 TEST hevc-conformance-SLPPLP_A_VIDYO_1 TEST hevc-conformance-SLPPLP_A_VIDYO_2 TEST hevc-conformance-STRUCT_A_Samsung_5 TEST hevc-conformance-STRUCT_B_Samsung_4 TEST hevc-conformance-STRUCT_B_Samsung_6 TEST hevc-conformance-TILES_A_Cisco_2 TEST hevc-conformance-TILES_B_Cisco_1 TEST hevc-conformance-TMVP_A_MS_3 TEST hevc-conformance-TSCL_A_VIDYO_5 TEST hevc-conformance-TSCL_B_VIDYO_4 TEST hevc-conformance-TSKIP_A_MS_3 TEST hevc-conformance-TUSIZE_A_Samsung_1 TEST hevc-conformance-VPSID_A_VIDYO_1 TEST hevc-conformance-VPSID_A_VIDYO_2 TEST hevc-conformance-WP_A_Toshiba_3 TEST hevc-conformance-WP_B_Toshiba_3 TEST hevc-conformance-WPP_A_ericsson_MAIN_2 TEST hevc-conformance-WPP_B_ericsson_MAIN_2 TEST hevc-conformance-WPP_C_ericsson_MAIN_2 TEST hevc-conformance-WPP_D_ericsson_MAIN_2 TEST hevc-conformance-WPP_E_ericsson_MAIN_2 TEST hevc-conformance-WPP_F_ericsson_MAIN_2 TEST hevc-conformance-DBLK_A_MAIN10_VIXS_3 TEST hevc-conformance-WP_A_MAIN10_Toshiba_3 TEST hevc-conformance-WP_MAIN10_B_Toshiba_3 TEST hevc-conformance-WPP_A_ericsson_MAIN10_2 TEST hevc-conformance-WPP_B_ericsson_MAIN10_2 TEST hevc-conformance-WPP_C_ericsson_MAIN10_2 TEST hevc-conformance-WPP_D_ericsson_MAIN10_2 TEST hevc-conformance-WPP_E_ericsson_MAIN10_2 TEST hevc-conformance-WPP_F_ericsson_MAIN10_2 TEST hevc-conformance-INITQP_B_Sony_1 TEST hevc-conformance-ADJUST_IPRED_ANGLE_A_RExt_Mitsubishi_1 TEST hevc-conformance-IPCM_A_RExt_NEC TEST hevc-conformance-Main_422_10_A_RExt_Sony_1 TEST hevc-conformance-Main_422_10_B_RExt_Sony_1 TEST hevc-conformance-QMATRIX_A_RExt_Sony_1 TEST hevc-conformance-IPCM_B_RExt_NEC TEST hevc-conformance-PERSIST_RPARAM_A_RExt_Sony_1 TEST hevc-conformance-SAO_A_RExt_MediaTek_1 TEST hevc-paramchange-yuv420p-yuv420p10 TEST indeo4 TEST indeo5 TEST matroska-remux TEST mov-3elist --- - 2017-03-30 22:46:02.976704040 +0000 +++ tests/data/fate/matroska-remux 2017-03-30 22:46:01.341306807 +0000 @@ -1 +0,0 @@ -1ed49a4f2b6790357fac268938357353 Test matroska-remux failed. Look at tests/data/fate/matroska-remux.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-matroska-remux] Error 1 TEST mov-3elist-1ctts TEST mov-1elist-1ctts TEST mov-1elist-noctts TEST mov-elist-starts-ctts-2ndsample TEST mov-1elist-ends-last-bframe TEST mov-2elist-elist1-ends-bframe TEST mov-3elist-encrypted TEST mp3-float-conf-compl TEST mp3-float-conf-he_32khz TEST mp3-float-conf-he_44khz TEST mp3-float-conf-he_48khz TEST mp3-float-conf-hecommon TEST mp3-float-conf-si TEST mp3-float-conf-si_block TEST mp3-float-extra_overread TEST mpc7-demux TEST mpc8-demux TEST musepack7 TEST mpeg4-resolution-change-down-down TEST mpeg4-resolution-change-down-up TEST mpeg4-resolution-change-up-down TEST mpeg4-resolution-change-up-up TEST mpeg4-bsf-unpack-bframes TEST mpeg4-packed TEST m4v TEST m4v-cfr TEST mxf-missing-index-demux TEST mxf-essencegroup-demux TEST mxf-multiple-components-demux TEST mxf-metadata-source-ref1 TEST mxf-metadata-source-ref2 TEST iff-pcm TEST pcm_dvd TEST pcm-planar TEST pcm_s16be-stereo TEST pcm_s16le-stereo TEST pcm_u8-mono TEST pcm_u8-stereo TEST w64 TEST theora-coeff-level64 TEST theora-offset TEST vp31 TEST vp60 TEST vp61 TEST vp6a TEST vp6a-skip_alpha TEST vp6f TEST vp8-alpha TEST webm-dash-manifest TEST webm-dash-manifest-unaligned-video-streams TEST webm-dash-manifest-unaligned-audio-streams TEST webm-dash-manifest-representations TEST webm-dash-manifest-live TEST vp8-2451 TEST vp8-test-vector-001 TEST vp8-test-vector-002 TEST vp8-test-vector-003 TEST vp8-test-vector-004 TEST vp8-test-vector-005 TEST vp8-test-vector-006 TEST vp8-test-vector-007 TEST vp8-test-vector-008 TEST vp8-test-vector-009 TEST vp8-test-vector-010 TEST vp8-test-vector-011 TEST vp8-test-vector-012 TEST vp8-test-vector-013 TEST vp8-test-vector-014 TEST vp8-test-vector-015 TEST vp8-test-vector-016 TEST vp8-test-vector-017 TEST vp8-sign-bias TEST vp8-size-change TEST wavpack-lossless-8bit TEST wavpack-lossless-12bit TEST wavpack-lossless-16bit TEST wavpack-lossless-24bit TEST wavpack-lossless-32bit TEST wavpack-lossless-float TEST wavpack-lossy-8bit TEST wavpack-lossy-16bit TEST wavpack-lossy-24bit TEST wavpack-lossy-32bit TEST wavpack-lossy-float TEST wavpack-channels-monofloat TEST wavpack-channels-monoint TEST wavpack-channels-4.0 TEST wavpack-channels-5.1 TEST wavpack-channels-6.1 TEST wavpack-channels-7.1 TEST wavpack-speed-default TEST wavpack-speed-fast TEST wavpack-speed-high TEST wavpack-speed-vhigh TEST wavpack-clipping TEST wavpack-cuesheet TEST wavpack-falsestereo TEST wavpack-zerolsbs TEST wavpack-matroskamode TEST wavpack-matroska_mux-mono TEST wavpack-matroska_mux-61 TEST wmapro-2ch TEST wmapro-5.1 TEST wmapro-ism TEST wmavoice-7k TEST wmavoice-11k TEST wmavoice-19k TEST wmav1-encode TEST wmav2-encode TEST xvid-custom-matrix TEST xvid-idct TEST alac-16-level-0 TEST alac-16-level-1 TEST alac-16-level-2 TEST alac-16-lpc-orders TEST alac-24-level-0 TEST alac-24-level-1 TEST alac-24-level-2 TEST alac-24-lpc-orders TEST mpeg4-als-conformance-00 TEST mpeg4-als-conformance-01 TEST mpeg4-als-conformance-02 TEST mpeg4-als-conformance-03 TEST mpeg4-als-conformance-04 TEST mpeg4-als-conformance-05 TEST amrnb-4k75 TEST amrnb-5k15 TEST amrnb-5k9 TEST amrnb-6k7 TEST amrnb-7k4 TEST amrnb-7k95 TEST amrnb-10k2 TEST amrnb-12k2 TEST amrwb-6k60 TEST amrwb-8k85 TEST amrwb-12k65 TEST amrwb-14k25 TEST amrwb-15k85 TEST amrwb-18k25 TEST amrwb-19k85 TEST amrwb-23k05 TEST amrwb-23k85 TEST amrwb-23k85-2 TEST dnxhd-mbaff TEST dnxhr-444 TEST dnxhr-12bit TEST dnxhr-parse TEST dnxhr-prefix1 TEST dnxhr-prefix2 TEST dnxhr-prefix3 TEST dnxhr-prefix4 TEST dnxhr-prefix5 TEST dpxparser TEST indeo2-delta TEST indeo2-intra TEST indeo3-1 TEST indeo3-2 TEST mss1-pal TEST mss2-pal TEST mss2-pals TEST mss2-rgb555 TEST mss2-rgb555s TEST mss2-wmv TEST mts2-xesc TEST 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 prores-422 TEST prores-422_hq TEST prores-422_lt TEST prores-422_proxy TEST prores-alpha TEST prores-alpha_skip TEST prores-transparency TEST prores-transparency_skip TEST prores-gray TEST qtrle-1bit TEST qtrle-2bit TEST qtrle-4bit TEST qtrle-8bit TEST qtrle-16bit TEST qtrle-24bit TEST qtrle-32bit TEST fic-avi TEST g2m2 TEST g2m3 TEST g2m4 TEST iscc TEST rscc-8bit TEST rscc-16bit TEST rscc-24bit TEST rscc-32bit TEST screenpresso-16bit TEST screenpresso-24bit TEST screenpresso-32bit TEST tdsc TEST tscc2-avi TEST tscc2-mov TEST utvideo_rgb_left TEST utvideo_rgb_median TEST utvideo_rgba_left TEST utvideo_rgba_median TEST utvideo_rgba_single_symbol TEST utvideo_yuv420_left TEST utvideo_yuv420_median TEST utvideo_yuv422_left TEST utvideo_yuv422_median TEST vorbis-encode TEST vorbis-1 TEST vorbis-2 TEST vorbis-3 TEST vorbis-4 TEST vorbis-5 TEST vorbis-6 TEST vorbis-7 TEST vorbis-8 TEST vorbis-9 TEST vorbis-10 TEST vorbis-11 TEST vorbis-12 TEST vorbis-13 TEST vorbis-14 TEST vorbis-15 TEST vorbis-16 TEST vorbis-17 TEST vorbis-18 TEST vorbis-19 TEST vorbis-20 TEST truemotion1-15 TEST truemotion1-24 TEST truemotion2 TEST truemotion2rt-low TEST truemotion2rt-mid TEST truemotion2rt-high TEST vp5 TEST vp7 TEST vp9-00-quantizer-00 TEST vp9-00-quantizer-01 TEST vp9-00-quantizer-02 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-01 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/vp9-00-quantizer-01 2017-03-30 22:51:16.157895192 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, f041b870cf9236d5f22e2b08a77d5958 -0, 1, 1, 1, 152064, cbdb7526986ae15592891488c9afc84c Test vp9-00-quantizer-01 failed. Look at tests/data/fate/vp9-00-quantizer-01.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-01] Error 1 TEST vp9-00-quantizer-03 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-02 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/vp9-00-quantizer-02 2017-03-30 22:51:17.764561285 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, 98048cfdb4af5059f4085c5acc94ef8f -0, 1, 1, 1, 152064, 8160183e1eed1d0af4427be216b8b9f7 Test vp9-00-quantizer-02 failed. Look at tests/data/fate/vp9-00-quantizer-02.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-02] Error 1 TEST vp9-00-quantizer-04 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-03 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/vp9-00-quantizer-03 2017-03-30 22:51:17.981227873 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, 15c548208f5eda243a151a42f4d64855 -0, 1, 1, 1, 152064, e96d463dc8e9b27b1c2ec40f77eee6ef Test vp9-00-quantizer-03 failed. Look at tests/data/fate/vp9-00-quantizer-03.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-03] Error 1 TEST vp9-00-quantizer-05 TEST vp9-00-quantizer-06 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-04 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/vp9-00-quantizer-04 2017-03-30 22:51:19.567893972 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, 928c64a0747ac57ab50c1520d694fea7 -0, 1, 1, 1, 152064, a6f6daa293231e95ef30ed168f582c84 Test vp9-00-quantizer-04 failed. Look at tests/data/fate/vp9-00-quantizer-04.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-04] Error 1 TEST vp9-00-quantizer-07 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-05 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/vp9-00-quantizer-05 2017-03-30 22:51:19.831227212 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, 082460718b7d7046c8fb23184b7f71ca -0, 1, 1, 1, 152064, 4a41aad51c40a92df72333e13f47d3fe Test vp9-00-quantizer-05 failed. Look at tests/data/fate/vp9-00-quantizer-05.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-05] Error 1 TEST vp9-00-quantizer-08 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-06 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/vp9-00-quantizer-06 2017-03-30 22:51:20.101227114 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, cfca1bed96ff62a69b2d841fda01c6b9 -0, 1, 1, 1, 152064, 9b4d61f1b998745c108f8eb67925e03d Test vp9-00-quantizer-06 failed. Look at tests/data/fate/vp9-00-quantizer-06.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-06] Error 1 TEST vp9-00-quantizer-09 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-07 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/vp9-00-quantizer-07 2017-03-30 22:51:21.261226699 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, 6f5122064bead9d9882bec2698a6ed9c -0, 1, 1, 1, 152064, 50dae67d2f57a76eece210dee8b6df9e Test vp9-00-quantizer-07 failed. Look at tests/data/fate/vp9-00-quantizer-07.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-07] Error 1 TEST vp9-00-quantizer-10 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-08 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/vp9-00-quantizer-08 2017-03-30 22:51:21.691226543 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, eb3d6985fcda5d93dd62d53354e8a093 -0, 1, 1, 1, 152064, 5b1f5b7780b4cafe1f75e56a0b526643 Test vp9-00-quantizer-08 failed. Look at tests/data/fate/vp9-00-quantizer-08.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-08] Error 1 TEST vp9-00-quantizer-11 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-09 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/vp9-00-quantizer-09 2017-03-30 22:51:21.987893104 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, d7ccaf28c59875fe91983def5490d2b1 -0, 1, 1, 1, 152064, bd98fe9492054826748de840b4495309 Test vp9-00-quantizer-09 failed. Look at tests/data/fate/vp9-00-quantizer-09.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-09] Error 1 TEST vp9-00-quantizer-12 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-10 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/vp9-00-quantizer-10 2017-03-30 22:51:23.137892689 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, 20dda6231f9801c9c237c6d09d9939b6 -0, 1, 1, 1, 152064, 23c91e93807fb9a4ed5bd5bdd449d99f Test vp9-00-quantizer-10 failed. Look at tests/data/fate/vp9-00-quantizer-10.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-10] Error 1 TEST vp9-00-quantizer-13 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-11 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/vp9-00-quantizer-11 2017-03-30 22:51:23.394559263 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, 960833315ebcdee97f46c4d98d0f3fef -0, 1, 1, 1, 152064, eec40507d17b64b7895a61cb87b2096a Test vp9-00-quantizer-11 failed. Look at tests/data/fate/vp9-00-quantizer-11.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-11] Error 1 TEST vp9-00-quantizer-14 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-12 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/vp9-00-quantizer-12 2017-03-30 22:51:23.661225835 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, 6533224d3b6ba1ec0dd973bbe56c6349 -0, 1, 1, 1, 152064, 12ceadc6d28327a24a75f8c40b6084d1 Test vp9-00-quantizer-12 failed. Look at tests/data/fate/vp9-00-quantizer-12.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-12] Error 1 TEST vp9-00-quantizer-15 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-13 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/vp9-00-quantizer-13 2017-03-30 22:51:24.994558687 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, 7268de6756014f79a56dcf010c52a97f -0, 1, 1, 1, 152064, 9e39e9b0e2295b8460dfa05f44762771 Test vp9-00-quantizer-13 failed. Look at tests/data/fate/vp9-00-quantizer-13.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-13] Error 1 TEST vp9-00-quantizer-16 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-15 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/vp9-00-quantizer-15 2017-03-30 22:51:25.374558548 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, 17a0a2842856b9e89aede237648d5dda -0, 1, 1, 1, 152064, c9fcade888a38621bebe3d4b41664245 Test vp9-00-quantizer-15 failed. Look at tests/data/fate/vp9-00-quantizer-15.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-15] Error 1 TEST vp9-00-quantizer-17 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-14 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/vp9-00-quantizer-14 2017-03-30 22:51:25.331225232 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, 57e9e333c641fa952f7485b788df225a -0, 1, 1, 1, 152064, 551f0cea83dcdf4540c3983736757874 Test vp9-00-quantizer-14 failed. Look at tests/data/fate/vp9-00-quantizer-14.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-14] Error 1 TEST vp9-00-quantizer-18 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-16 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/vp9-00-quantizer-16 2017-03-30 22:51:27.014557955 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, 6cc2089e9a3d352fe10b59ccd935c677 -0, 1, 1, 1, 152064, d165bf7b9cb901e121a65038758d8613 Test vp9-00-quantizer-16 failed. Look at tests/data/fate/vp9-00-quantizer-16.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-16] Error 1 TEST vp9-00-quantizer-19 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-17 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/vp9-00-quantizer-17 2017-03-30 22:51:27.101224591 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, bc80511c83162c09661f155cd29f6dd8 -0, 1, 1, 1, 152064, a62f1cbdb3f86d2fb4c880cfd917def5 Test vp9-00-quantizer-17 failed. Look at tests/data/fate/vp9-00-quantizer-17.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-17] Error 1 TEST vp9-00-quantizer-20 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-18 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/vp9-00-quantizer-18 2017-03-30 22:51:27.371224493 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, b2d350f6faa41cb50c2e8a9907d0f4a5 -0, 1, 1, 1, 152064, 39b4380d16bc8e093dd4dba475175fb3 Test vp9-00-quantizer-18 failed. Look at tests/data/fate/vp9-00-quantizer-18.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-18] Error 1 TEST vp9-00-quantizer-21 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-19 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/vp9-00-quantizer-19 2017-03-30 22:51:28.734557331 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, 441e09be3c15fcb240afd74bb7a10a72 -0, 1, 1, 1, 152064, 32ae5dac876ca5d5ae6ab7c74f4dc25d Test vp9-00-quantizer-19 failed. Look at tests/data/fate/vp9-00-quantizer-19.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-19] Error 1 TEST vp9-00-quantizer-22 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-20 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/vp9-00-quantizer-20 2017-03-30 22:51:29.067890543 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, 7786eb9944dba0553e129133523a98c1 -0, 1, 1, 1, 152064, 206d888f8453427f10a40aa8bf5f6df0 Test vp9-00-quantizer-20 failed. Look at tests/data/fate/vp9-00-quantizer-20.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-20] Error 1 TEST vp9-00-quantizer-23 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-21 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/vp9-00-quantizer-21 2017-03-30 22:51:29.094557200 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, aab95e195be71feca050a839d7b3154d -0, 1, 1, 1, 152064, 02a05d699bbbdc477e34bb0dad9f0391 Test vp9-00-quantizer-21 failed. Look at tests/data/fate/vp9-00-quantizer-21.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-21] Error 1 TEST vp9-00-quantizer-24 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-22 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/vp9-00-quantizer-22 2017-03-30 22:51:30.741223268 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, 41f853c3ee2d4611b645cc643d82e287 -0, 1, 1, 1, 152064, 1c240c653110ff8609ca0f0287a6496d Test vp9-00-quantizer-22 failed. Look at tests/data/fate/vp9-00-quantizer-22.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-22] Error 1 TEST vp9-00-quantizer-25 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-23 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/vp9-00-quantizer-23 2017-03-30 22:51:30.827889903 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, bc5b07369df50c8f97ce1a377fe513cf -0, 1, 1, 1, 152064, ce62ddb4f3e305d0f8587ae8bb44cc79 Test vp9-00-quantizer-23 failed. Look at tests/data/fate/vp9-00-quantizer-23.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-23] Error 1 TEST vp9-00-quantizer-26 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-24 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/vp9-00-quantizer-24 2017-03-30 22:51:30.884556549 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, 982d54041221c977b6f0e37a9236cc76 -0, 1, 1, 1, 152064, 57631e7f13f645c834e2944ebfd6d40e Test vp9-00-quantizer-24 failed. Look at tests/data/fate/vp9-00-quantizer-24.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-24] Error 1 TEST vp9-00-quantizer-27 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-25 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/vp9-00-quantizer-25 2017-03-30 22:51:32.447889312 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, b0fb55f3f2f56b3d27038e83c10123ce -0, 1, 1, 1, 152064, 9fcac3becdcc2d30d778a55eca4c2018 Test vp9-00-quantizer-25 failed. Look at tests/data/fate/vp9-00-quantizer-25.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-25] Error 1 TEST vp9-00-quantizer-28 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-26 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/vp9-00-quantizer-26 2017-03-30 22:51:32.541222611 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, 4f645e0f354da77b9e2f2a6753c361da -0, 1, 1, 1, 152064, b7542998ec298273ca662bc9b658d10e Test vp9-00-quantizer-26 failed. Look at tests/data/fate/vp9-00-quantizer-26.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-26] Error 1 TEST vp9-00-quantizer-29 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-27 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/vp9-00-quantizer-27 2017-03-30 22:51:32.627889246 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, 6edc96a3747cad43828397045764206e -0, 1, 1, 1, 152064, 5fbc65d20fdca1abd69079851ce676d3 Test vp9-00-quantizer-27 failed. Look at tests/data/fate/vp9-00-quantizer-27.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-27] Error 1 TEST vp9-00-quantizer-30 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-28 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/vp9-00-quantizer-28 2017-03-30 22:51:34.091222044 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, 5db3e910e70da38bb91d01d73acc33dd -0, 1, 1, 1, 152064, b920ee7f7e61b7fdf9f44b1f738d0292 Test vp9-00-quantizer-28 failed. Look at tests/data/fate/vp9-00-quantizer-28.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-28] Error 1 TEST vp9-00-quantizer-31 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-29 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/vp9-00-quantizer-29 2017-03-30 22:51:34.281221974 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, 3cb3e310be5305077efa6216f6f10654 -0, 1, 1, 1, 152064, 692d3e098af5978fe1a898ebc1a66a7a Test vp9-00-quantizer-29 failed. Look at tests/data/fate/vp9-00-quantizer-29.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-29] Error 1 TEST vp9-00-quantizer-32 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-30 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/vp9-00-quantizer-30 2017-03-30 22:51:34.361221945 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, e3b3cea66ea38c5dfba1aa73bb4c611d -0, 1, 1, 1, 152064, 42bb3e54b19c3f4c4f7ee3a6ba012e19 Test vp9-00-quantizer-30 failed. Look at tests/data/fate/vp9-00-quantizer-30.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-30] Error 1 TEST vp9-00-quantizer-33 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-31 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-00-quantizer-31 2017-03-30 22:51:35.804554750 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, 2523e9ecfd3781eafcd7da192dc105e9 -0, 1, 1, 1, 152064, 6d5feea012b9a1f51fc643633e728764 Test vp9-00-quantizer-31 failed. Look at tests/data/fate/vp9-00-quantizer-31.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-31] Error 1 TEST vp9-00-quantizer-34 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-32 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-00-quantizer-32 2017-03-30 22:51:35.967888022 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, 0a0305eba36500ebf6cc6cc0f01f5a3b -0, 1, 1, 1, 152064, 2c76bcd6763467f9057a726fbcf50ab1 Test vp9-00-quantizer-32 failed. Look at tests/data/fate/vp9-00-quantizer-32.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-32] Error 1 TEST vp9-00-quantizer-35 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-33 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-00-quantizer-33 2017-03-30 22:51:36.131221297 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, c68433e0e94047c220be9b629334f744 -0, 1, 1, 1, 152064, fcfa4dff7a39bc9c5e315849ecbb46ea Test vp9-00-quantizer-33 failed. Look at tests/data/fate/vp9-00-quantizer-33.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-33] Error 1 TEST vp9-00-quantizer-36 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-34 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-00-quantizer-34 2017-03-30 22:51:37.564554102 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, ad9dc2f912c137b014a33e2792c88a25 -0, 1, 1, 1, 152064, 11221ee4ea5c776f43af68756682cd5a Test vp9-00-quantizer-34 failed. Look at tests/data/fate/vp9-00-quantizer-34.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-34] Error 1 TEST vp9-00-quantizer-37 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-35 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-00-quantizer-35 2017-03-30 22:51:37.651220738 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, 75031f898cccf303a64ab46b1f815389 -0, 1, 1, 1, 152064, a4fc864e7fbc470dfcab6207e0eea152 Test vp9-00-quantizer-35 failed. Look at tests/data/fate/vp9-00-quantizer-35.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-35] Error 1 TEST vp9-00-quantizer-38 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-36 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-00-quantizer-36 2017-03-30 22:51:37.891220649 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, c7824af009fde6cafdd8d39fae6bb6cf -0, 1, 1, 1, 152064, 516a82d5fc4dfa3daf713ed2ec36041b Test vp9-00-quantizer-36 failed. Look at tests/data/fate/vp9-00-quantizer-36.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-36] Error 1 TEST vp9-00-quantizer-39 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-37 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-00-quantizer-37 2017-03-30 22:51:39.277886804 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, a2e5c820fd9733e18f9349fb658ca281 -0, 1, 1, 1, 152064, fb23e0bc64728a492a33d985032f21b8 Test vp9-00-quantizer-37 failed. Look at tests/data/fate/vp9-00-quantizer-37.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-37] Error 1 TEST vp9-00-quantizer-40 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-38 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-00-quantizer-38 2017-03-30 22:51:39.441220077 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, 8347bfb891317e89ef66781d6c28e24f -0, 1, 1, 1, 152064, a5722f824d32deac042513a1a7dcdcd0 Test vp9-00-quantizer-38 failed. Look at tests/data/fate/vp9-00-quantizer-38.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-38] Error 1 TEST vp9-00-quantizer-41 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-39 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-00-quantizer-39 2017-03-30 22:51:39.691219986 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, 018968f97fac3bdff146cf22c1da5ef0 -0, 1, 1, 1, 152064, ca8b09b01e5132183395e238f1c7901e Test vp9-00-quantizer-39 failed. Look at tests/data/fate/vp9-00-quantizer-39.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-39] Error 1 TEST vp9-00-quantizer-42 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-41 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-00-quantizer-41 2017-03-30 22:51:41.077886139 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, a456bdfc6c1c07b4cb3a3848843743b9 -0, 1, 1, 1, 152064, fe41a12b8cb6bc5667ba2179e076f3b0 Test vp9-00-quantizer-41 failed. Look at tests/data/fate/vp9-00-quantizer-41.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-41] Error 1 TEST vp9-00-quantizer-43 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-40 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-00-quantizer-40 2017-03-30 22:51:41.031219490 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, 792660f6589ad5340be4bd0554435866 -0, 1, 1, 1, 152064, 68c84c8a15d679e0a73678b93215c62c Test vp9-00-quantizer-40 failed. Look at tests/data/fate/vp9-00-quantizer-40.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-40] Error 1 TEST vp9-00-quantizer-44 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-42 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-00-quantizer-42 2017-03-30 22:51:41.327886046 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, f016dd8431694d989700fb1ba71a5b2d -0, 1, 1, 1, 152064, e89c3c5b935157b40f2fb0ab92415828 Test vp9-00-quantizer-42 failed. Look at tests/data/fate/vp9-00-quantizer-42.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-42] Error 1 TEST vp9-00-quantizer-45 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-43 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-00-quantizer-43 2017-03-30 22:51:42.741218857 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, 7b8ab82625f3006bac89d4fb5197e71c -0, 1, 1, 1, 152064, 18bd3716045563dfba2c72b640b3274b Test vp9-00-quantizer-43 failed. Look at tests/data/fate/vp9-00-quantizer-43.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-43] Error 1 TEST vp9-00-quantizer-46 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-44 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-00-quantizer-44 2017-03-30 22:51:42.927885454 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, 66fde04d8320c750e56406feefd29979 -0, 1, 1, 1, 152064, f9d01d8fc1722ec345e624e14b404215 Test vp9-00-quantizer-44 failed. Look at tests/data/fate/vp9-00-quantizer-44.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-44] Error 1 TEST vp9-00-quantizer-47 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-45 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-00-quantizer-45 2017-03-30 22:51:43.157885369 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, cc97597b015896d73f3e60e7ae44c4da -0, 1, 1, 1, 152064, fea98bc508f92135641ab99762444b14 Test vp9-00-quantizer-45 failed. Look at tests/data/fate/vp9-00-quantizer-45.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-45] Error 1 TEST vp9-00-quantizer-48 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-47 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-00-quantizer-47 2017-03-30 22:51:44.731218119 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, 9b98e948b8c2a822f21bd8419e6f4410 -0, 1, 1, 1, 152064, 491382d68c16c2a3c6f1746598bc4a97 Test vp9-00-quantizer-47 failed. Look at tests/data/fate/vp9-00-quantizer-47.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-47] Error 1 TEST vp9-00-quantizer-49 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-46 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-00-quantizer-46 2017-03-30 22:51:44.551218185 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, 79ed95c741178bb3c0954f1f6f8e21a3 -0, 1, 1, 1, 152064, f02a06a5e2b5b7619c9a52c5bea0564d Test vp9-00-quantizer-46 failed. Look at tests/data/fate/vp9-00-quantizer-46.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-46] Error 1 TEST vp9-00-quantizer-50 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-48 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-00-quantizer-48 2017-03-30 22:51:44.964551364 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, f0f095b0edae7262f44d7ed7ef84ded4 -0, 1, 1, 1, 152064, 0e833889ccac81d60251007d1baf6500 Test vp9-00-quantizer-48 failed. Look at tests/data/fate/vp9-00-quantizer-48.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-48] Error 1 TEST vp9-00-quantizer-51 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-49 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-00-quantizer-49 2017-03-30 22:51:46.177884247 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, 6c1b7b7827617fb9b8417aca2cfdbcaa -0, 1, 1, 1, 152064, 4c1fc8a89297fdcf79f0faabd42b8684 Test vp9-00-quantizer-49 failed. Look at tests/data/fate/vp9-00-quantizer-49.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-49] Error 1 TEST vp9-00-quantizer-52 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-50 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-00-quantizer-50 2017-03-30 22:51:46.377884172 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, ca6142db68463487bc28c888ab38476c -0, 1, 1, 1, 152064, 02a71153ec70f569524c3d814cb62f86 Test vp9-00-quantizer-50 failed. Look at tests/data/fate/vp9-00-quantizer-50.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-50] Error 1 TEST vp9-00-quantizer-53 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-51 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-00-quantizer-51 2017-03-30 22:51:46.407884160 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, eece2627df1ddf0872256eb92352e179 -0, 1, 1, 1, 152064, 0ee9f221246ad747250e4b5e8ba586e2 Test vp9-00-quantizer-51 failed. Look at tests/data/fate/vp9-00-quantizer-51.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-51] Error 1 TEST vp9-00-quantizer-54 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-52 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-00-quantizer-52 2017-03-30 22:51:47.691217016 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, 7290039d974c4e50db9d69f9864bcdbe -0, 1, 1, 1, 152064, 264765de9d02503038a4da54133b9f85 Test vp9-00-quantizer-52 failed. Look at tests/data/fate/vp9-00-quantizer-52.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-52] Error 1 TEST vp9-00-quantizer-55 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-54 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-00-quantizer-54 2017-03-30 22:51:47.851216955 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, 6fea2820bb10a9dec9add4d2452b01f5 -0, 1, 1, 1, 152064, 74675169a4bfc2ff5463c4db5d85a79f Test vp9-00-quantizer-54 failed. Look at tests/data/fate/vp9-00-quantizer-54.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-54] Error 1 TEST vp9-00-quantizer-56 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-53 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-00-quantizer-53 2017-03-30 22:51:47.821216967 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, 917af24da66f143a56a01eb2c2254285 -0, 1, 1, 1, 152064, 45a05d3bc644420519619e4115662a70 Test vp9-00-quantizer-53 failed. Look at tests/data/fate/vp9-00-quantizer-53.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-53] Error 1 TEST vp9-00-quantizer-57 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-55 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-00-quantizer-55 2017-03-30 22:51:49.211216448 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, 11e5d196f6537fb7d85988d90195e556 -0, 1, 1, 1, 152064, 8536106795f7c93c5a43a11493527469 Test vp9-00-quantizer-55 failed. Look at tests/data/fate/vp9-00-quantizer-55.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-55] Error 1 TEST vp9-00-quantizer-58 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-56 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-00-quantizer-56 2017-03-30 22:51:49.311216409 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, 40839b7a3a40ec10f96b8a75224f646d -0, 1, 1, 1, 152064, 11408dd73e8c45ddaab99f5c9650102b Test vp9-00-quantizer-56 failed. Look at tests/data/fate/vp9-00-quantizer-56.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-56] Error 1 TEST vp9-00-quantizer-59 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-57 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-00-quantizer-57 2017-03-30 22:51:49.401216377 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, d0e9fa03dd48da4592ebaadb4e3794e0 -0, 1, 1, 1, 152064, 5172e29b1e04cd543833d6a68aab297c Test vp9-00-quantizer-57 failed. Look at tests/data/fate/vp9-00-quantizer-57.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-57] Error 1 TEST vp9-00-quantizer-60 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-60 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-00-quantizer-60 2017-03-30 22:51:50.844549169 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, 9e66bb8e1b5e206ea4afe4bf2d335ac5 -0, 1, 1, 1, 152064, 092b74c905c12c1e87e90f5a79857736 Test vp9-00-quantizer-60 failed. Look at tests/data/fate/vp9-00-quantizer-60.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-60] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-58 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-00-quantizer-58 2017-03-30 22:51:50.691215893 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, bef4a27d460e7697e038fe6f1c8bd597 -0, 1, 1, 1, 152064, 124674686cafc5f2ff5bc7ea412b8f3b TEST vp9-00-quantizer-61 Test vp9-00-quantizer-58 failed. Look at tests/data/fate/vp9-00-quantizer-58.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-58] Error 1 TEST vp9-00-quantizer-62 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-59 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-00-quantizer-59 2017-03-30 22:51:50.751215870 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, ae9d99e9d16ef20073300559566844ae -0, 1, 1, 1, 152064, da9405e5a6bfe4ed18d927ba2004008e Test vp9-00-quantizer-59 failed. Look at tests/data/fate/vp9-00-quantizer-59.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-59] Error 1 TEST vp9-00-quantizer-63 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-62 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-00-quantizer-62 2017-03-30 22:51:52.464548561 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, 62f7e42fe653e81c5a65a25389e045b5 -0, 1, 1, 1, 152064, cb0cdd0b25689e0a43328550011d960d Test vp9-00-quantizer-62 failed. Look at tests/data/fate/vp9-00-quantizer-62.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-62] Error 1 TEST vp9-01-sharpness-1 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-63 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-00-quantizer-63 2017-03-30 22:51:52.554548527 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, 8467643dceff827e04acd82eeff1d1b0 -0, 1, 1, 1, 152064, c786f49d66f4dfd685dea9605821a19f Test vp9-00-quantizer-63 failed. Look at tests/data/fate/vp9-00-quantizer-63.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-63] Error 1 TEST vp9-01-sharpness-2 --- /home/fate/ffmpeg/tests/ref/fate/vp9-00-quantizer-61 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-00-quantizer-61 2017-03-30 22:51:52.464548561 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, d062dc6be246c8042744018765ef50a8 -0, 1, 1, 1, 152064, 45fd9cbacb6a91060a7e49a58a85869d Test vp9-00-quantizer-61 failed. Look at tests/data/fate/vp9-00-quantizer-61.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-00-quantizer-61] Error 1 TEST vp9-01-sharpness-3 --- /home/fate/ffmpeg/tests/ref/fate/vp9-01-sharpness-1 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-01-sharpness-1 2017-03-30 22:51:53.954548000 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, a2e5c820fd9733e18f9349fb658ca281 -0, 1, 1, 1, 152064, aa20a75be3a316193496706c9f760d08 -0, 2, 2, 1, 152064, 95567be97a64d3c9efe45f2524116a2e -0, 3, 3, 1, 152064, 219e86cd6b3cca312856eead21776b1c -0, 4, 4, 1, 152064, 4a67fd359ca362398e97c15eb018a2bb -0, 5, 5, 1, 152064, 9916d4e359274d690827f0eb22547423 -0, 6, 6, 1, 152064, a07785b52561150c48f1a8eff89d5d75 -0, 7, 7, 1, 152064, a3382a92982953dfa20018e5ac975b51 -0, 8, 8, 1, 152064, 911836989ca7b148438aa3ec7fc7e303 -0, 9, 9, 1, 152064, 5627b981e3fc9e4401d35d3a5ab25917 Test vp9-01-sharpness-1 failed. Look at tests/data/fate/vp9-01-sharpness-1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-01-sharpness-1] Error 1 TEST vp9-01-sharpness-4 --- /home/fate/ffmpeg/tests/ref/fate/vp9-01-sharpness-2 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-01-sharpness-2 2017-03-30 22:51:54.051214630 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, a2e5c820fd9733e18f9349fb658ca281 -0, 1, 1, 1, 152064, cd94572239817ae7c9b07de739c3272b -0, 2, 2, 1, 152064, 383cf752d457e122b5ff49d08960208e -0, 3, 3, 1, 152064, 1c0a6ec9cd3ce29b8b004e7526f1b07e -0, 4, 4, 1, 152064, 91c42a8a108d67947cabfc2a5a80df66 -0, 5, 5, 1, 152064, 08c57fc1f3fec0305883315a66c714d1 -0, 6, 6, 1, 152064, 70cb8d8dc83eac82f2d3c4b0376bb1aa -0, 7, 7, 1, 152064, ffd62a9ef829ec81f0f74f740488a41f -0, 8, 8, 1, 152064, bab0aa23b5854e2a70926046e4618710 -0, 9, 9, 1, 152064, fec456f38f2a43661e786a8d5f67ed15 Test vp9-01-sharpness-2 failed. Look at tests/data/fate/vp9-01-sharpness-2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-01-sharpness-2] Error 1 TEST vp9-01-sharpness-5 --- /home/fate/ffmpeg/tests/ref/fate/vp9-01-sharpness-3 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-01-sharpness-3 2017-03-30 22:51:54.117881272 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, a2e5c820fd9733e18f9349fb658ca281 -0, 1, 1, 1, 152064, 0d487a146393a0b8b84b4be1b371b507 -0, 2, 2, 1, 152064, 68372e191eba620a431cfff226026ac3 -0, 3, 3, 1, 152064, de7fd274460e36b983fe93acc208d72f -0, 4, 4, 1, 152064, afbd36c61bab65b98ff9acf08e215721 -0, 5, 5, 1, 152064, e1e9fc2ab4e7a187a8d8d84aae48d6b9 -0, 6, 6, 1, 152064, 11d95de6a9cc5e00511e99534779faac -0, 7, 7, 1, 152064, cd2f5539fdfc2d8eefe6b6da28c13398 -0, 8, 8, 1, 152064, a8b3aeed41da7aeb8d5b962ee4a4af93 -0, 9, 9, 1, 152064, 4283670bd1c1c506ef18d3dafca22035 Test vp9-01-sharpness-3 failed. Look at tests/data/fate/vp9-01-sharpness-3.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-01-sharpness-3] Error 1 TEST vp9-01-sharpness-6 --- /home/fate/ffmpeg/tests/ref/fate/vp9-01-sharpness-4 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-01-sharpness-4 2017-03-30 22:51:55.727880665 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, a2e5c820fd9733e18f9349fb658ca281 -0, 1, 1, 1, 152064, 8bad76c55b5149169d64ce6512521de6 -0, 2, 2, 1, 152064, c1d986e1f9bf46382e598ba289b9bd7c -0, 3, 3, 1, 152064, 86c097ac6069c786023d3561dae68bac -0, 4, 4, 1, 152064, 8c238a2831b8c7c49736b6de6ff76ed8 -0, 5, 5, 1, 152064, cb5a038ed0a74a317ee72dae93a7ee3e -0, 6, 6, 1, 152064, f8fe330a257e3e4e4c39c1c12820a654 -0, 7, 7, 1, 152064, a73e2fcdcbb9334c0c123f8276a2c881 -0, 8, 8, 1, 152064, 24fccece8ee639e4d0e00e4060e1db0c -0, 9, 9, 1, 152064, 46d6e9aad69a39c718c5fd1e41e86e6e Test vp9-01-sharpness-4 failed. Look at tests/data/fate/vp9-01-sharpness-4.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-01-sharpness-4] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/vp9-01-sharpness-5 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-01-sharpness-5 2017-03-30 22:51:55.804547303 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, a2e5c820fd9733e18f9349fb658ca281 -0, 1, 1, 1, 152064, f1ce0a5d57a46c9ff1331804b7b03fdb -0, 2, 2, 1, 152064, 0364a085b06bee6b980189cf5378eda9 -0, 3, 3, 1, 152064, 4b5358698d734b0ae210909a913d4c1e -0, 4, 4, 1, 152064, dc22565aaceee77b15fd8ab3c84bd5e0 -0, 5, 5, 1, 152064, 5f6340b656536292b46ba9a647aeb6e4 -0, 6, 6, 1, 152064, b7d4bce9a04b2a6caa45801be15e331e -0, 7, 7, 1, 152064, 534c851cfe59ffc047815ece98d8cede -0, 8, 8, 1, 152064, 786b0e1564d5c71aabfc2dd528cff4e7 -0, 9, 9, 1, 152064, cac0366209cf471bb7cc3e64966cbbd4 TEST vp9-01-sharpness-7 Test vp9-01-sharpness-5 failed. Look at tests/data/fate/vp9-01-sharpness-5.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-01-sharpness-5] Error 1 TEST vp9-02-size-08x08 --- /home/fate/ffmpeg/tests/ref/fate/vp9-01-sharpness-6 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-01-sharpness-6 2017-03-30 22:51:55.901213933 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, a2e5c820fd9733e18f9349fb658ca281 -0, 1, 1, 1, 152064, 45d9ca07ed04210b1ebc743169bc8ec4 -0, 2, 2, 1, 152064, 5b646cc309a711f1d8814f925002d8c4 -0, 3, 3, 1, 152064, 34db8db727fa1ded0a55cc7cf85be249 -0, 4, 4, 1, 152064, 54173d08afe6369b16a9c0c9cc6ce04d -0, 5, 5, 1, 152064, 76275b0a478cdb3c1fb527ebbce023c3 -0, 6, 6, 1, 152064, e7643cdf0c42f2af700d8730bfc1a453 -0, 7, 7, 1, 152064, 6e53097e56f680cb658d63100e7736f7 -0, 8, 8, 1, 152064, 1a407c3c8ea1d5245ae68c5ce7de70e1 -0, 9, 9, 1, 152064, 6cbca24912cadf09b20be74f14e359c9 Test vp9-01-sharpness-6 failed. Look at tests/data/fate/vp9-01-sharpness-6.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-01-sharpness-6] Error 1 TEST vp9-02-size-08x10 --- /home/fate/ffmpeg/tests/ref/fate/vp9-01-sharpness-7 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-01-sharpness-7 2017-03-30 22:51:57.554546641 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, a2e5c820fd9733e18f9349fb658ca281 -0, 1, 1, 1, 152064, f719d0be18d16a448b4e7da3e2d9bf28 -0, 2, 2, 1, 152064, 83ee8ebc0ca796782a2376a76f2ffc26 -0, 3, 3, 1, 152064, 7cf5afdbc229e1af50a5377cfc23d831 -0, 4, 4, 1, 152064, 44244e896e0362f6376ba5afa563ba8b -0, 5, 5, 1, 152064, df5f518d44eb6cb91b2df5a30d27ef82 -0, 6, 6, 1, 152064, 43cc3f151b8337aca7ee659c8abeb783 -0, 7, 7, 1, 152064, 4e89573470d9b97464e10806fc81aa8b -0, 8, 8, 1, 152064, 62e0ba70f07ece8d85372f0a42e83a9a -0, 9, 9, 1, 152064, 45ac2928acb11326f6c4a21401f3609c Test vp9-01-sharpness-7 failed. Look at tests/data/fate/vp9-01-sharpness-7.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-01-sharpness-7] Error 1 TEST vp9-02-size-08x16 TEST vp9-02-size-08x18 TEST vp9-02-size-08x32 TEST vp9-02-size-08x34 TEST vp9-02-size-08x64 TEST vp9-02-size-08x66 TEST vp9-02-size-10x08 TEST vp9-02-size-10x10 TEST vp9-02-size-10x16 TEST vp9-02-size-10x18 TEST vp9-02-size-10x32 TEST vp9-02-size-10x34 TEST vp9-02-size-10x64 TEST vp9-02-size-10x66 TEST vp9-02-size-16x08 TEST vp9-02-size-16x10 TEST vp9-02-size-16x16 TEST vp9-02-size-16x18 --- /home/fate/ffmpeg/tests/ref/fate/vp9-02-size-16x16 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-02-size-16x16 2017-03-30 22:52:10.857874896 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 16x16 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 384, b5c9daafa548e54a8e33e9881fda33f4 -0, 1, 1, 1, 384, 1193acd7ea4b7aac968e35ef83c64378 -0, 2, 2, 1, 384, cd0e42c0b5a8b3be6f0e1d224062bf99 -0, 3, 3, 1, 384, ed79c71d17f68f86cbfa75ea2bfe97f3 -0, 4, 4, 1, 384, 1502a859c7e07b31faad5b80e3e27cf7 -0, 5, 5, 1, 384, df3f093da914ea947db93c3baa188ecb -0, 6, 6, 1, 384, 480f86eb183b99277c1b38fdaafe2970 -0, 7, 7, 1, 384, 023e0114282e04963f0f52e00e65ac61 -0, 8, 8, 1, 384, e67f29cf0acc7f9b553458e1e5c59ebf -0, 9, 9, 1, 384, a779a14ba718f0c1df8a7edc9467d12e Test vp9-02-size-16x16 failed. Look at tests/data/fate/vp9-02-size-16x16.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-02-size-16x16] Error 1 TEST vp9-02-size-16x32 TEST vp9-02-size-16x34 TEST vp9-02-size-16x64 TEST vp9-02-size-16x66 TEST vp9-02-size-18x08 TEST vp9-02-size-18x10 TEST vp9-02-size-18x16 TEST vp9-02-size-18x18 TEST vp9-02-size-18x32 TEST vp9-02-size-18x34 TEST vp9-02-size-18x64 TEST vp9-02-size-18x66 TEST vp9-02-size-32x08 TEST vp9-02-size-32x10 TEST vp9-02-size-32x16 TEST vp9-02-size-32x18 TEST vp9-02-size-32x32 TEST vp9-02-size-32x34 TEST vp9-02-size-32x64 TEST vp9-02-size-32x66 TEST vp9-02-size-34x08 TEST vp9-02-size-34x10 TEST vp9-02-size-34x16 TEST vp9-02-size-34x18 TEST vp9-02-size-34x32 TEST vp9-02-size-34x34 TEST vp9-02-size-34x64 TEST vp9-02-size-34x66 TEST vp9-02-size-64x08 TEST vp9-02-size-64x10 TEST vp9-02-size-64x16 TEST vp9-02-size-64x18 TEST vp9-02-size-64x32 TEST vp9-02-size-64x34 TEST vp9-02-size-64x64 TEST vp9-02-size-64x66 TEST vp9-02-size-66x08 TEST vp9-02-size-66x10 TEST vp9-02-size-66x16 --- /home/fate/ffmpeg/tests/ref/fate/vp9-02-size-64x66 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-02-size-64x66 2017-03-30 22:52:38.081197565 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 64x66 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 6336, 88587de65acfc85ff56daac8ef5d12e6 -0, 1, 1, 1, 6336, be41f6c788b929b5b6b27c5674f40abd -0, 2, 2, 1, 6336, 04ab3f88ca062a6911405fd84c7e9de4 -0, 3, 3, 1, 6336, 231436e0a68d19d3882f285d38aca3fb -0, 4, 4, 1, 6336, 1a067e147a6740bb4ce57c4184437eea -0, 5, 5, 1, 6336, be0c47e06c7e9439570473adf4713f5f -0, 6, 6, 1, 6336, a213b0611247eafab0711748c25e88a0 -0, 7, 7, 1, 6336, b1df495aa3afb74399f91c74b527b93c -0, 8, 8, 1, 6336, 46319f21069541e1ee1652621b957860 -0, 9, 9, 1, 6336, 313517a5721b2b14683e7eefc83e51b1 Test vp9-02-size-64x66 failed. Look at tests/data/fate/vp9-02-size-64x66.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-02-size-64x66] Error 1 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 --- /home/fate/ffmpeg/tests/ref/fate/vp9-02-size-66x64 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-02-size-66x64 2017-03-30 22:52:41.297862949 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 66x64 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 6336, 929086fbb3e117bd53110b64c1ee915b -0, 1, 1, 1, 6336, 9ed45f5e40dd2393434e14a0c0160c63 -0, 2, 2, 1, 6336, 5cdade692b1baf23e61896da18e3e44f -0, 3, 3, 1, 6336, 11a2ebac61a3f826ec41c8031899e55c -0, 4, 4, 1, 6336, 621a1e0142b94d14db9c2121553a11fb -0, 5, 5, 1, 6336, 029a29590f7255f1bc9ff9b7a000ca25 -0, 6, 6, 1, 6336, 5fde42becf6bf054d04e2a0fa1b2d55e -0, 7, 7, 1, 6336, 5b8ba552cef1931e1412fb4f3420748b -0, 8, 8, 1, 6336, d41cd7d418f6ec1db802a01a90cfee1e -0, 9, 9, 1, 6336, cea99c93a84a82edff8c6069d131453f Test vp9-02-size-66x64 failed. Look at tests/data/fate/vp9-02-size-66x64.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-02-size-66x64] Error 1 TEST vp9-03-size-196x196 TEST vp9-03-size-196x198 TEST vp9-03-size-196x200 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-196x196 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-196x196 2017-03-30 22:52:42.741195705 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 196x196 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 57624, 14cc1c34b8106e35238d4650a9123852 -0, 1, 1, 1, 57624, 66e0bb9136ea24e30b781a4610b428a1 -0, 2, 2, 1, 57624, 8e36679c20a3a3e974fdacf7a9343817 -0, 3, 3, 1, 57624, 2669fd03ce7ce01f4fc9db23e06fffdb -0, 4, 4, 1, 57624, 46ced29eb6edf2136c8ee19e9a87380f -0, 5, 5, 1, 57624, 4e4138b65a30bc56cd18663a1799f98f -0, 6, 6, 1, 57624, 580b0431b5f808c67e50ed34e62f39ad -0, 7, 7, 1, 57624, 1339bbe256d8499ab17d6a550f7dac70 -0, 8, 8, 1, 57624, 89b9dac29a4c4136249c40a3763dc114 -0, 9, 9, 1, 57624, a735d341d7df9dcd0b6e51a82b813f61 Test vp9-03-size-196x196 failed. Look at tests/data/fate/vp9-03-size-196x196.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-196x196] Error 1 TEST vp9-03-size-196x202 TEST vp9-03-size-196x208 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-196x200 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-196x200 2017-03-30 22:52:43.271195492 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 196x200 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 58800, b2f2ac3e3833ae1b4dd075fe00210373 -0, 1, 1, 1, 58800, c0cce05e56a07111fe62553fa3a87074 -0, 2, 2, 1, 58800, 626aab3de03242073e03504e166b4697 -0, 3, 3, 1, 58800, 574d2c810f0bbfac57f1f06c2b97445c -0, 4, 4, 1, 58800, 7d5bc5860bd1422d08396fe080452099 -0, 5, 5, 1, 58800, 5d47bbfb0f5cdecfe8415ca2caddc206 -0, 6, 6, 1, 58800, fbef6a0fa51029d0475975945ccf4b36 -0, 7, 7, 1, 58800, c9179c153bcb2a8e9d17ed04e5e2c39c -0, 8, 8, 1, 58800, 107d796592cf2140d4d492beadba2d68 -0, 9, 9, 1, 58800, eee46f9ee67fc1121bffb63aeb7c768f Test vp9-03-size-196x200 failed. Look at tests/data/fate/vp9-03-size-196x200.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-196x200] Error 1 TEST vp9-03-size-196x210 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-196x202 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-196x202 2017-03-30 22:52:44.491195003 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 196x202 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 59388, 7109d2ef160828ece26337f36fcfc092 -0, 1, 1, 1, 59388, bdaa6612f81a956d9b20d55a04df8346 -0, 2, 2, 1, 59388, 15eb75495d2713a64415b990b058d5ca -0, 3, 3, 1, 59388, b997c84553475ba84e8ba3d7ee19ae4e -0, 4, 4, 1, 59388, 63a8badd691bcf643cf676d029ce8a6c -0, 5, 5, 1, 59388, b8ca23d9b3418c4c36040a215b2b7917 -0, 6, 6, 1, 59388, 1be0da18386c35e4a5e5d5d32d9a4468 -0, 7, 7, 1, 59388, e75a03fa70fe7e6b3a8d8ce7dc8305f1 -0, 8, 8, 1, 59388, cbd2b60df9209025c8e890771a05321d -0, 9, 9, 1, 59388, c655d6fcc3333917b66358a9ac2b1357 Test vp9-03-size-196x202 failed. Look at tests/data/fate/vp9-03-size-196x202.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-196x202] Error 1 TEST vp9-03-size-196x224 TEST vp9-03-size-196x226 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-196x210 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-196x210 2017-03-30 22:52:44.811194875 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 196x210 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 61740, fccc18714a9ed3840bd6e9c6ca4858e5 -0, 1, 1, 1, 61740, a8f6eb43cf6ed670eb180c5051de06f7 -0, 2, 2, 1, 61740, 6a9baf9eae6e799deaefd6e801f7ace3 -0, 3, 3, 1, 61740, 3bb44c8a45aab088c9887c11bc6a4acf -0, 4, 4, 1, 61740, 0907a7e926be9e54bbb087251b4715d9 -0, 5, 5, 1, 61740, 10fef2876c20eb3f9570c0c23e5acc69 -0, 6, 6, 1, 61740, ffe5d2b6d874af0f878075c97940ccfb -0, 7, 7, 1, 61740, d10fae10144ff88075048827203f7e9c -0, 8, 8, 1, 61740, bdf35736ac625f2178902c1f24d513c0 -0, 9, 9, 1, 61740, 30882bf2c21785be6234b637c4b16b28 Test vp9-03-size-196x210 failed. Look at tests/data/fate/vp9-03-size-196x210.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-196x210] Error 1 TEST vp9-03-size-198x196 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-196x224 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-196x224 2017-03-30 22:52:46.041194380 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 196x224 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 65856, 13263674ea5aa619250dfd139bda872f -0, 1, 1, 1, 65856, 39f5cbd8917f2b3a1df8cf2b786266de -0, 2, 2, 1, 65856, f9aade31f9e3065f3d5b8645ef099ac6 -0, 3, 3, 1, 65856, 124f9664380f092e692b5e881f5a8fcc -0, 4, 4, 1, 65856, e8e040e417830f5e911537828ace21b7 -0, 5, 5, 1, 65856, 84ce09882b9c184a787e8022e6d8c8de -0, 6, 6, 1, 65856, b1397fd91814e4fdc4f75c89161ced26 -0, 7, 7, 1, 65856, d64f39d64d248f0223ed359e092d46cb -0, 8, 8, 1, 65856, e04ee663dcc52eebd74255671c6f4ec9 -0, 9, 9, 1, 65856, 955303cb73bf072c693f37d9778ca2b6 Test vp9-03-size-196x224 failed. Look at tests/data/fate/vp9-03-size-196x224.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-196x224] Error 1 TEST vp9-03-size-198x198 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-196x226 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-196x226 2017-03-30 22:52:46.204527649 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 196x226 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 66444, 5cb240f10761f59687612ed589759800 -0, 1, 1, 1, 66444, 9d8d5b57336ddfa5c9c5100a0302197d -0, 2, 2, 1, 66444, 9db74997d23b16f527c63e88795331dc -0, 3, 3, 1, 66444, 52758cd901533e790334d464bee516da -0, 4, 4, 1, 66444, 40e671b9b85d07b13acba85eb64bbbaa -0, 5, 5, 1, 66444, 8524b2cd2c9bb3e41c6167f8269e75d2 -0, 6, 6, 1, 66444, ff194ad6fa180fde86cc05a99c0580ec -0, 7, 7, 1, 66444, 22ab303cb37745a73c227cd7d1c70003 -0, 8, 8, 1, 66444, 01986c58e82e0b5194418f5b75a8599c -0, 9, 9, 1, 66444, eedfc9c14cbf3fa10402dbed52103848 Test vp9-03-size-196x226 failed. Look at tests/data/fate/vp9-03-size-196x226.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-196x226] Error 1 TEST vp9-03-size-198x200 TEST vp9-03-size-198x202 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-198x196 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-198x196 2017-03-30 22:52:46.271194288 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 198x196 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 58212, c980866a6f17d4107ce128ee112d74cf -0, 1, 1, 1, 58212, d4d5d2a10e73f1d09919355dc4d63d48 -0, 2, 2, 1, 58212, 82c76ed020acb68ff9d8bd81899aa6f8 -0, 3, 3, 1, 58212, 8330705fa354fb5838af56dcf9cc0980 -0, 4, 4, 1, 58212, e47b63d839a592e6372d18249bf5bc0c -0, 5, 5, 1, 58212, b6095b6f752a50e96cab52e7c3fd52f3 -0, 6, 6, 1, 58212, fc4786f48b6ee31043d94f79c5c8a54f -0, 7, 7, 1, 58212, 7d3d06c96496bd5ab44fe5489877771d -0, 8, 8, 1, 58212, 5b96de089a9faa2dc01697fe9dd97f7f -0, 9, 9, 1, 58212, d7361203b4c264067dcb7bf6912e8df2 Test vp9-03-size-198x196 failed. Look at tests/data/fate/vp9-03-size-198x196.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-198x196] Error 1 TEST vp9-03-size-198x208 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-198x200 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-198x200 2017-03-30 22:52:47.657860397 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 198x200 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 59400, fb0e8171b0f91d9b2ceb5430db27a67b -0, 1, 1, 1, 59400, 73f121e6aa0e6290cfd06ac9b033c772 -0, 2, 2, 1, 59400, 4113897efc44f49f5169a579bee03596 -0, 3, 3, 1, 59400, aec1d4cf1a15e12b689980cfe136d5d6 -0, 4, 4, 1, 59400, 1322af65f647254330120e67ddae38bd -0, 5, 5, 1, 59400, 5d28c1684451812c9db41433e6286d85 -0, 6, 6, 1, 59400, 33843fc49d1d8655520c2f42332222ca -0, 7, 7, 1, 59400, 92a8125d8c75eaf6159d5f431c5c71bf -0, 8, 8, 1, 59400, 5bc96553842f65a3e37f012b72b580f5 -0, 9, 9, 1, 59400, de5eb6299ee5034dc3b01cdc94bf810a Test vp9-03-size-198x200 failed. Look at tests/data/fate/vp9-03-size-198x200.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-198x200] Error 1 TEST vp9-03-size-198x210 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-198x208 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-198x208 2017-03-30 22:52:47.947860280 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 198x208 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 61776, d45b561f81cbfcca8a1dddbc2bf8ca31 -0, 1, 1, 1, 61776, 3664f63b2e59e380622caadb7a05545e -0, 2, 2, 1, 61776, 0662fa199512320704efecc10af1aaa4 -0, 3, 3, 1, 61776, d8dc00882e73be89d0585663892cbcff -0, 4, 4, 1, 61776, ff64b8d50b7c5b484a06dab09a26147c -0, 5, 5, 1, 61776, 1771b6a55112eb7ea10885d1390339cc -0, 6, 6, 1, 61776, 0d5944e8a13e3c2faffb562bbe2671a8 -0, 7, 7, 1, 61776, 744bed3a88407b75a8ff27a1b0cec64e -0, 8, 8, 1, 61776, 3887415f2ab10d2a265c4a413e7060b9 -0, 9, 9, 1, 61776, 7dd683019b19b464bc0436f41e0b7c87 Test vp9-03-size-198x208 failed. Look at tests/data/fate/vp9-03-size-198x208.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-198x208] Error 1 TEST vp9-03-size-198x224 TEST vp9-03-size-198x226 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-198x210 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-198x210 2017-03-30 22:52:49.297859736 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 198x210 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 62370, 8525a27170982c059d5904c1af3b43fb -0, 1, 1, 1, 62370, c4eb329733913360384d3917a58f6f36 -0, 2, 2, 1, 62370, ec118b87c9cba0e4bd89fd43567cca4e -0, 3, 3, 1, 62370, 7e57c6caba7924823977e2c9bc11f7fa -0, 4, 4, 1, 62370, f77ffb7228a5eda848acc40ff636ecad -0, 5, 5, 1, 62370, c5dddafbe3badcbbcaaebe97076e0394 -0, 6, 6, 1, 62370, 34d69ae2e5b4c4fbcc51627237c9abc5 -0, 7, 7, 1, 62370, d9c63fa8b18d6c54e5fa31db866c06cc -0, 8, 8, 1, 62370, 7ab392764a399328bf35977539e3148a -0, 9, 9, 1, 62370, 7fbb7bae3ec775298aaa49a286dfb9d1 Test vp9-03-size-198x210 failed. Look at tests/data/fate/vp9-03-size-198x210.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-198x210] Error 1 TEST vp9-03-size-200x196 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-198x224 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-198x224 2017-03-30 22:52:49.477859664 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 198x224 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 66528, 5f69230bfd8bb485bd85552b18339fc0 -0, 1, 1, 1, 66528, f5c365774fc1d0bffd5025ce2e931aaf -0, 2, 2, 1, 66528, 2898234103c3624e6470ae82c916e000 -0, 3, 3, 1, 66528, d82a7fa705180b68a8ee8cb7de0cdd2d -0, 4, 4, 1, 66528, 144a162d418deae62883a2cc4c341b4c -0, 5, 5, 1, 66528, b3419a48385e42ca15717289ff2daa1c -0, 6, 6, 1, 66528, d6306b5737f88f989bf2e6a1084a94fe -0, 7, 7, 1, 66528, 5669761d7417b52b3cf81d44a13e3fb7 -0, 8, 8, 1, 66528, 3f730b8658d7a6657d1af38c75357512 -0, 9, 9, 1, 66528, 27df68d515148f732325bf821037d59f Test vp9-03-size-198x224 failed. Look at tests/data/fate/vp9-03-size-198x224.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-198x224] Error 1 TEST vp9-03-size-200x198 TEST vp9-03-size-200x200 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-198x226 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-198x226 2017-03-30 22:52:50.764525811 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 198x226 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 67122, 412c33a8fd71c99e68e6701b050b107c -0, 1, 1, 1, 67122, 8e69483ff8a094096dd550b30be20dde -0, 2, 2, 1, 67122, b8df87ab3d2613be31a3743e34d7e794 -0, 3, 3, 1, 67122, ec4b08a4014950f1fe04e83f8a790af0 -0, 4, 4, 1, 67122, 030da2b60627d879730108826ce6632c -0, 5, 5, 1, 67122, 03aab0c9b4d75bc0b47fa5237e9efe3d -0, 6, 6, 1, 67122, fd01e369df258f340eb8e486c07ae136 -0, 7, 7, 1, 67122, 1c301f0e60c96008fd7b6e8de1ebaa29 -0, 8, 8, 1, 67122, 912723f43b2b36366c3e6ab122d31801 -0, 9, 9, 1, 67122, b2774a66f7aa0fb7dd7e64b0d67818cd Test vp9-03-size-198x226 failed. Look at tests/data/fate/vp9-03-size-198x226.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-198x226] Error 1 TEST vp9-03-size-200x202 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-200x202 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-200x202 2017-03-30 22:52:52.187858569 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 200x202 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 60600, c4a13df44e66f06961dd72fc990439e9 -0, 1, 1, 1, 60600, 81c73b8d3806ad96af8f422914a253f8 -0, 2, 2, 1, 60600, 05f77526125e802be9cb306e375ded6e -0, 3, 3, 1, 60600, ab2e224840ff89abec2c675a23a73094 -0, 4, 4, 1, 60600, c30f58f88819eb57102678b169e15188 -0, 5, 5, 1, 60600, 33e5e2799eb4a9c548c8372fd6769db9 -0, 6, 6, 1, 60600, fa53c1c7e60bd1d00335af542ec69ed7 -0, 7, 7, 1, 60600, 534cafe658af10a314d6d084e55b3620 -0, 8, 8, 1, 60600, 502529e4fbecc8b890abf665fa21f53c -0, 9, 9, 1, 60600, bf1f73c6e77370bc51a770c8ae87bd12 Test vp9-03-size-200x202 failed. Look at tests/data/fate/vp9-03-size-200x202.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-200x202] Error 1 TEST vp9-03-size-200x208 TEST vp9-03-size-200x210 TEST vp9-03-size-200x224 TEST vp9-03-size-200x226 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-200x226 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-200x226 2017-03-30 22:52:54.154524438 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 200x226 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 67800, e45b6b9dce4a8509b7d26bc3cfdf7c86 -0, 1, 1, 1, 67800, ddb9d5033ecfa2d6e9a5505dce374bda -0, 2, 2, 1, 67800, 52c495d3137143e0bce9382fe5506057 -0, 3, 3, 1, 67800, d09f3d6ad084f2966196acd48246f951 -0, 4, 4, 1, 67800, 1556d006d0119a3172b98a500b27f8d0 -0, 5, 5, 1, 67800, 904f86cfbcc3fa683d3d7744a286cd88 -0, 6, 6, 1, 67800, b35907456b8ccab0ae8efc8405b04c89 -0, 7, 7, 1, 67800, b7f2648fe0f873f7e9ea4a6d913e45ec -0, 8, 8, 1, 67800, 2da76544bc7e295486c335e17047e12e -0, 9, 9, 1, 67800, 10fd6424caf837d37564ef15f1c6f93d Test vp9-03-size-200x226 failed. Look at tests/data/fate/vp9-03-size-200x226.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-200x226] Error 1 TEST vp9-03-size-202x196 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-200x224 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-200x224 2017-03-30 22:52:54.094524462 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 200x224 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 67200, 315d69847bf752a84231a368278eb0b6 -0, 1, 1, 1, 67200, d245738f8627fc345ab38a547bc7d352 -0, 2, 2, 1, 67200, 982681cdca448919c2eead94435772ad -0, 3, 3, 1, 67200, 7b67b2d96476e17cd407bbccb19fd070 -0, 4, 4, 1, 67200, c38dde73ca097049d1fc689e18a49b5d -0, 5, 5, 1, 67200, 525f323b81d780c669a03655bb0d0b56 -0, 6, 6, 1, 67200, 5dbeb96f65e383771c1c877ec559044a -0, 7, 7, 1, 67200, 7d96e976265ef0f9faf173376caaa9e9 -0, 8, 8, 1, 67200, 6047c805a724701b80a133486aae0e65 -0, 9, 9, 1, 67200, eb8895dd994076a52aa3a0c1758ccbb7 Test vp9-03-size-200x224 failed. Look at tests/data/fate/vp9-03-size-200x224.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-200x224] Error 1 TEST vp9-03-size-202x198 TEST vp9-03-size-202x200 TEST vp9-03-size-202x202 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-202x196 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-202x196 2017-03-30 22:52:55.534523877 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 202x196 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 59388, 1261466179df96099e598e46c50fa7c1 -0, 1, 1, 1, 59388, cc0fe373cd0399cf0c95edf92d9ab01f -0, 2, 2, 1, 59388, 7a2dc0afd06ecfcf54321fb759f57601 -0, 3, 3, 1, 59388, db9c138503d27f87449f870ab07cab03 -0, 4, 4, 1, 59388, ddea2e5e2659e97132a537566d5ed989 -0, 5, 5, 1, 59388, c31e90b5eee032526c4e0603332fd160 -0, 6, 6, 1, 59388, 7e5b40f03b905d9ee749d3097a484ea0 -0, 7, 7, 1, 59388, 93e9f7defa94ff03c041448ae1e55cea -0, 8, 8, 1, 59388, aef8e03f0146699faa16ec28dea49dbe -0, 9, 9, 1, 59388, a651d949b4c8f0e455c6592dc98385f7 Test vp9-03-size-202x196 failed. Look at tests/data/fate/vp9-03-size-202x196.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-202x196] Error 1 TEST vp9-03-size-202x208 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-202x200 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-202x200 2017-03-30 22:52:56.774523374 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 202x200 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 60600, 20c41d4a1271183dbbc7a44e6b90ea80 -0, 1, 1, 1, 60600, bd8c1fba8d8742f4d98b7d5097c8c828 -0, 2, 2, 1, 60600, 55cbe06a925009c1b1f9b609b60b4c1d -0, 3, 3, 1, 60600, 78e80c7cf1f142e2dda1bc269b5b3e00 -0, 4, 4, 1, 60600, 42ee8157a4c8af6670b81e9324b251e9 -0, 5, 5, 1, 60600, 022bdf5a2e1ea5f98503cd25b383ae53 -0, 6, 6, 1, 60600, c2073865386a991da01966878ce1ce6d -0, 7, 7, 1, 60600, 6a5b95cd4eff0836b9180a25f663d36a -0, 8, 8, 1, 60600, 5e5498c357340d4755dc98eb0669f103 -0, 9, 9, 1, 60600, 0907d5e4020111b1ecfe707df71bcd8a Test vp9-03-size-202x200 failed. Look at tests/data/fate/vp9-03-size-202x200.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-202x200] Error 1 TEST vp9-03-size-202x210 TEST vp9-03-size-202x224 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-202x208 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-202x208 2017-03-30 22:52:57.314523155 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 202x208 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 63024, d2128e290be81bb0700ebe19e3faed4f -0, 1, 1, 1, 63024, dccaecb7e4ddb7e4224221a659af2a43 -0, 2, 2, 1, 63024, be8e0966aaf3a9fe9164f63695dc3b62 -0, 3, 3, 1, 63024, da944fadc3a239c2254678cadb4cf7fa -0, 4, 4, 1, 63024, 3c270f3c02fcbd192b7f896f3f9ee6d9 -0, 5, 5, 1, 63024, 0b3ccda0a87c37e40104ae2f1060e8e9 -0, 6, 6, 1, 63024, 254253aba91758f302e7177e614596be -0, 7, 7, 1, 63024, b1501a4e372a5249e74aab77e57a28f1 -0, 8, 8, 1, 63024, c4497fea1cefed5cf2b2908620153d26 -0, 9, 9, 1, 63024, 5ba20dfa2400b15b5394f315c5c3707d Test vp9-03-size-202x208 failed. Look at tests/data/fate/vp9-03-size-202x208.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-202x208] Error 1 TEST vp9-03-size-202x226 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-202x202 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-202x202 2017-03-30 22:52:57.287856499 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 202x202 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 61206, 610cef52d35e9c641f2b8c10489c3d12 -0, 1, 1, 1, 61206, 1f84062e607d4798b0544739fe0da99c -0, 2, 2, 1, 61206, ea379947b5c52ea3989dfc3f47c729d9 -0, 3, 3, 1, 61206, 1d06b72f06178cbb6bb5d188d22bff43 -0, 4, 4, 1, 61206, 25bd41bd7607f88a01aa0cdc336c9975 -0, 5, 5, 1, 61206, 86836a95a7a9fb1eefb20f7c5a15a9ab -0, 6, 6, 1, 61206, d8eb3fecce1b646b9877cd4fcca9f9bf -0, 7, 7, 1, 61206, a057e0b29e4ac9717452cc478c418c12 -0, 8, 8, 1, 61206, 9a3bab91b4f0fff174536b1609c9632c -0, 9, 9, 1, 61206, d1cd93975f746b6cae490aae31f89e7e Test vp9-03-size-202x202 failed. Look at tests/data/fate/vp9-03-size-202x202.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-202x202] Error 1 TEST vp9-03-size-208x196 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-202x224 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-202x224 2017-03-30 22:52:58.721189248 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 202x224 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 67872, 1d318f05310f6d40646f23c62c7eafe4 -0, 1, 1, 1, 67872, 42870bd73e1a0c5d84b986db3d24f0f0 -0, 2, 2, 1, 67872, afaac676150286143c6fec7992a81467 -0, 3, 3, 1, 67872, 128f84400c272628e802c2369b6bf548 -0, 4, 4, 1, 67872, 9adc24d69f12349d8b17c84f5c111767 -0, 5, 5, 1, 67872, b33d2f7a1955248652701f2ade8ab55d -0, 6, 6, 1, 67872, b8acc23721097fce6c8835f5fcfaa6ee -0, 7, 7, 1, 67872, b63bf9a08e4dc5879bbd91efaec95960 -0, 8, 8, 1, 67872, 96e8fe29935266f6bd486b99f917eabc -0, 9, 9, 1, 67872, 54be14f8dde6857867cd4581f8557044 Test vp9-03-size-202x224 failed. Look at tests/data/fate/vp9-03-size-202x224.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-202x224] Error 1 TEST vp9-03-size-208x198 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-202x226 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-202x226 2017-03-30 22:52:59.021189126 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 202x226 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 68478, 5aa0f439c58c6335cd86d4238a8c4b68 -0, 1, 1, 1, 68478, 3616cc306ec05f89d9b0db63200e4abf -0, 2, 2, 1, 68478, 424e98f8ec0ebf2a326a917ee0159bbe -0, 3, 3, 1, 68478, ed5710e412f056fa8c1a277d86dd45d7 -0, 4, 4, 1, 68478, 760b850feab485f0bda6cde9943102bc -0, 5, 5, 1, 68478, f4bd90ca72aa707f9b68e6192ac230fd -0, 6, 6, 1, 68478, 58e4aad0bc2a9f3fc279df10208bd6f6 -0, 7, 7, 1, 68478, b42f84723dd167d5c544d539275ad537 -0, 8, 8, 1, 68478, 5f54feca21331646e68797380260932a -0, 9, 9, 1, 68478, 8e787dd318024aff25af8b4d85040f3c Test vp9-03-size-202x226 failed. Look at tests/data/fate/vp9-03-size-202x226.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-202x226] Error 1 TEST vp9-03-size-208x200 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-208x196 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-208x196 2017-03-30 22:52:59.034522454 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 208x196 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 61152, 6195975181969789e101a83a555d13f7 -0, 1, 1, 1, 61152, 2aca5e3307d68a5e969564a943b8e723 -0, 2, 2, 1, 61152, aee4b00472ee0b6b7a13e31069181db4 -0, 3, 3, 1, 61152, 7808595b650a7c14d8a4800db7c014e0 -0, 4, 4, 1, 61152, 746eb763b176286aa875ae06b81118c4 -0, 5, 5, 1, 61152, 0e8a78ec061319e27d49ca25e333e017 -0, 6, 6, 1, 61152, ac4432db2bb0971d5f70a7dda1210c19 -0, 7, 7, 1, 61152, 78870f4bd767f8ab65d369a5b322735d -0, 8, 8, 1, 61152, eee9ddd91209348a64259db6a4a3f80c -0, 9, 9, 1, 61152, c48d21e36a9c0d0d1c64db3f776b3002 Test vp9-03-size-208x196 failed. Look at tests/data/fate/vp9-03-size-208x196.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-208x196] Error 1 TEST vp9-03-size-208x202 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-208x198 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-208x198 2017-03-30 22:53:00.137855336 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 208x198 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 61776, 1f1fa3cdf865d8c75183f4ba6203b675 -0, 1, 1, 1, 61776, ead33ead8fea5bd5d831a79f4c75a590 -0, 2, 2, 1, 61776, 9a406b4464989fd4bb7cbcb1b18aeaa7 -0, 3, 3, 1, 61776, fab3d228e7032f2cdc440dbfcb17c4c1 -0, 4, 4, 1, 61776, f2f3f8b8d9ece21c359c89245157c613 -0, 5, 5, 1, 61776, 321f5a8ecb2cec1780013fe72c237bde -0, 6, 6, 1, 61776, 6f025b1f4ef61d261f05ca149a9470e6 -0, 7, 7, 1, 61776, 85abcc8d8e6b5f286ed6aa6c588cf416 -0, 8, 8, 1, 61776, b28d710dd44389f774aa02edd6327d5c -0, 9, 9, 1, 61776, 79374bef9819eecafa7396d70c80be7f TEST vp9-03-size-208x208 Test vp9-03-size-208x198 failed. Look at tests/data/fate/vp9-03-size-208x198.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-208x198] Error 1 TEST vp9-03-size-208x210 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-208x200 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-208x200 2017-03-30 22:53:00.401188561 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 208x200 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 62400, ff2dda3ddbe8b461d960baba0ad132bf -0, 1, 1, 1, 62400, d6935ac8f2250316f498e8f01afa04fd -0, 2, 2, 1, 62400, 57173ebaef7b21698c62fa959cb40ead -0, 3, 3, 1, 62400, f354c76d7cf45e9f3adfdde0f6b3b5c9 -0, 4, 4, 1, 62400, fbc968ecd214b01509a76996e45dd09a -0, 5, 5, 1, 62400, 9c314b51a80f2a081adf9b9cc26f5f8a -0, 6, 6, 1, 62400, f22883a6a5b74ffa4bb16f22d496b5a5 -0, 7, 7, 1, 62400, eb4fa914fc5658d43e32c48a0c39bab3 -0, 8, 8, 1, 62400, d763c0c2f44b68e1e3fe9e165334eb0b -0, 9, 9, 1, 62400, 344e1075a48cd61e79b0550809b4c91f Test vp9-03-size-208x200 failed. Look at tests/data/fate/vp9-03-size-208x200.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-208x200] Error 1 TEST vp9-03-size-208x224 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-208x202 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-208x202 2017-03-30 22:53:00.574521824 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 208x202 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 63024, e5164f87feadf4b65257f578affc3e04 -0, 1, 1, 1, 63024, 6aee5a3b6c3a096dfc1594762b2b248f -0, 2, 2, 1, 63024, cb1c9dce6fdf7372e0eb2397251f0ade -0, 3, 3, 1, 63024, 4fe5f24c08690c966b6a14ac3422510b -0, 4, 4, 1, 63024, b22a273814523251b365f3278d8a3a9c -0, 5, 5, 1, 63024, 190d9dff373023a25427fc859545ea24 -0, 6, 6, 1, 63024, a6307f38718ed686cb195e3833ab27ab -0, 7, 7, 1, 63024, 79630bec5a91d69aca42a910413c2800 -0, 8, 8, 1, 63024, 2231cec9c03714b8671e5e1456b148c9 -0, 9, 9, 1, 63024, 278458f6734a24f2eb9bc877a6e9d7df Test vp9-03-size-208x202 failed. Look at tests/data/fate/vp9-03-size-208x202.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-208x202] Error 1 TEST vp9-03-size-208x226 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-208x210 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-208x210 2017-03-30 22:53:01.857854633 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 208x210 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 65520, b15c7e98ddd137237b062cb51667522f -0, 1, 1, 1, 65520, 00c594c68b19ef39a79a38e86853dc64 -0, 2, 2, 1, 65520, e6742abe3d2c178af4298e121391c299 -0, 3, 3, 1, 65520, efe5387b38c32f1c25c0fc9836921074 -0, 4, 4, 1, 65520, e0e696f4c18af09a74e052903db1468c -0, 5, 5, 1, 65520, f1960270c6704ca47caed63161716025 -0, 6, 6, 1, 65520, a1542d7749cfa447481acd7835db838a -0, 7, 7, 1, 65520, a91fb10a17d1d056667860cc43c81dae -0, 8, 8, 1, 65520, b673bfbb722522b4e7b5e9c5b85cc31f -0, 9, 9, 1, 65520, 8b4bb57d3cf609cbf9564a96a6ca6ade Test vp9-03-size-208x210 failed. Look at tests/data/fate/vp9-03-size-208x210.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-208x210] Error 1 TEST vp9-03-size-210x196 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-208x224 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-208x224 2017-03-30 22:53:02.057854552 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 208x224 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 69888, 479d07bb96905ad7d5f0ec3ee12b41ba -0, 1, 1, 1, 69888, 4b6555aaed8e5a45879773f1bf87962e -0, 2, 2, 1, 69888, c5f42cb796dd7b6622957016ca6b502f -0, 3, 3, 1, 69888, f06c954483560866fbff10bae7ba0785 -0, 4, 4, 1, 69888, af83aff39999852310395fe241ccb49b -0, 5, 5, 1, 69888, 108377d6f30ceba6f2377330af2da38f -0, 6, 6, 1, 69888, e81e6e0b37a7b92368ede9cab124567c -0, 7, 7, 1, 69888, 59dbe51caaed8e6e825c78c5901fb22c -0, 8, 8, 1, 69888, 24686123ea14c8d1a9b447733df0aaab -0, 9, 9, 1, 69888, ce2035c49237c8076f8dac0d3f61848e Test vp9-03-size-208x224 failed. Look at tests/data/fate/vp9-03-size-208x224.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-208x224] Error 1 TEST vp9-03-size-210x198 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-208x208 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-208x208 2017-03-30 22:53:01.854521302 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 208x208 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 64896, 6bff7c1f4c5ef8412ebf669852c70de6 -0, 1, 1, 1, 64896, fdfd7a2308de9509a41fed2880a8f0f5 -0, 2, 2, 1, 64896, d8b464811e9c3b8a6db9cc277ac88c59 -0, 3, 3, 1, 64896, b8fa29e79be3126dd74310d6dd09c747 -0, 4, 4, 1, 64896, dad29803fed686887a0873eb78a469c6 -0, 5, 5, 1, 64896, 684de29bbf800f52aea4af9850bcc5b3 -0, 6, 6, 1, 64896, 06862dbce7571b4487766b179a596e1d -0, 7, 7, 1, 64896, 99582a966bc7070112e214ce7912e485 -0, 8, 8, 1, 64896, a61158581a5719cb0cf13fb3301cb8c4 -0, 9, 9, 1, 64896, 9c2295332f34fee3a249262c8ba843bc Test vp9-03-size-208x208 failed. Look at tests/data/fate/vp9-03-size-208x208.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-208x208] Error 1 TEST vp9-03-size-210x200 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-208x226 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-208x226 2017-03-30 22:53:02.081187876 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 208x226 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 70512, 33aa4af6153570518c59960a0c959053 -0, 1, 1, 1, 70512, 024fa27dee80ad199528052aaa8d42c7 -0, 2, 2, 1, 70512, b949ef118c7e7e62a8b88e2308219ef9 -0, 3, 3, 1, 70512, 3061ee13696ced5e10a646fdd5ca6c34 -0, 4, 4, 1, 70512, c4984bd53dcb7b9e2570f2965d077b2f -0, 5, 5, 1, 70512, d564c35c5caadcfd9f80377fa414af72 -0, 6, 6, 1, 70512, 9b7d7b10ee2f3eb7a9ffddcebff45b97 -0, 7, 7, 1, 70512, a0ede7085b04cbb3519d56b2e4347d14 -0, 8, 8, 1, 70512, 63d7af745f9e6a34b618db28fe878ffd -0, 9, 9, 1, 70512, 85077809087e7bdfb9215bfcd1f1bbc0 Test vp9-03-size-208x226 failed. Look at tests/data/fate/vp9-03-size-208x226.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-208x226] Error 1 TEST vp9-03-size-210x202 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-210x196 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-210x196 2017-03-30 22:53:03.447853981 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 210x196 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 61740, 5c69f80da667bfd20394995e93e4cd2b -0, 1, 1, 1, 61740, 13363cd8e52ca8c1053db1c84c111bc9 -0, 2, 2, 1, 61740, 108976afdf99f59276d6f89879e3bdc3 -0, 3, 3, 1, 61740, 770ce25985e6b479d52a9185876cfe83 -0, 4, 4, 1, 61740, eba7cbb3c91989aa4c13487ed01675b5 -0, 5, 5, 1, 61740, f391c30a47c33a250dd20cb12f0a6e01 -0, 6, 6, 1, 61740, c38e12de302177d19dd744a3ea227e90 -0, 7, 7, 1, 61740, 8c9370439a0b7289919c6ee68e00570f -0, 8, 8, 1, 61740, ac3748c4b99c4f1aba7430ae12c19cfd -0, 9, 9, 1, 61740, e5228dc84f7933ccc9306907d737ad3c Test vp9-03-size-210x196 failed. Look at tests/data/fate/vp9-03-size-210x196.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-210x196] Error 1 TEST vp9-03-size-210x208 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-210x200 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-210x200 2017-03-30 22:53:03.567853933 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 210x200 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 63000, 2465560246c1ee24d937cb9cbc1422f1 -0, 1, 1, 1, 63000, 8926b628dcdf2182516822c7d0d778ec -0, 2, 2, 1, 63000, 9bd14d3ebc7fe81c4223116de1b9c2ec -0, 3, 3, 1, 63000, 2d029d8461c20236066c0786950540fb -0, 4, 4, 1, 63000, 39412b6e62de43bd40c58d4e2e38daf8 -0, 5, 5, 1, 63000, 3ea211c24f606b29582147bf872994dd -0, 6, 6, 1, 63000, 261c37f88bf7f40549642578d9464aeb -0, 7, 7, 1, 63000, 98551d44de1e23165e05975babb72446 -0, 8, 8, 1, 63000, 1d85ad052dd27e7e6bfea5d2babf5176 -0, 9, 9, 1, 63000, ad18b6a3698a3674c2488f927810eb0d Test vp9-03-size-210x200 failed. Look at tests/data/fate/vp9-03-size-210x200.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-210x200] Error 1 TEST vp9-03-size-210x210 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-210x202 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-210x202 2017-03-30 22:53:03.881187138 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 210x202 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 63630, 5d01848aee2b324f2e356627f9c39532 -0, 1, 1, 1, 63630, b671fe34bc0e5a682baff929d26ea627 -0, 2, 2, 1, 63630, e9a40f87ca5aaa5af9772e286feb9063 -0, 3, 3, 1, 63630, 4730f60d4c856e8ad877c0d8b1729ec4 -0, 4, 4, 1, 63630, 317fc01349e0984c23d15f97a3a0f442 -0, 5, 5, 1, 63630, aea89116ffe48340d1752d1ad5195529 -0, 6, 6, 1, 63630, 14694ba65b6308e5f5571486b62ca1cc -0, 7, 7, 1, 63630, 53c6102d877c9a30eaa20ddc45207ea0 -0, 8, 8, 1, 63630, 7d1e898b1bead878224e8ff15d624bd9 -0, 9, 9, 1, 63630, 37b684bfae5dbd33e8dbb8332b94ce8a Test vp9-03-size-210x202 failed. Look at tests/data/fate/vp9-03-size-210x202.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-210x202] Error 1 TEST vp9-03-size-210x224 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-210x208 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-210x208 2017-03-30 22:53:05.007853342 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 210x208 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 65520, 1156d318c00d299cf5bdc7e485966dab -0, 1, 1, 1, 65520, a8094f8f1e7e04e54251bee8c4c800ce -0, 2, 2, 1, 65520, e2a07d99ffe1cfe6b9fce36e93677fe1 -0, 3, 3, 1, 65520, 63d179b00816dbad75b778d2c23955c6 -0, 4, 4, 1, 65520, 407de5fb2dfdd52e6173905b09ff22f2 -0, 5, 5, 1, 65520, 36900199c56310e651723de4e3ad2f2c -0, 6, 6, 1, 65520, 908db56e975b5db07af17fdc51b12be8 -0, 7, 7, 1, 65520, 400e32490b1262009a481cc331a00e44 -0, 8, 8, 1, 65520, dc43b786cba033cc92b9921d12f7b3d7 -0, 9, 9, 1, 65520, e8c94c5965c729f5d1ef3ba4509c97c8 Test vp9-03-size-210x208 failed. Look at tests/data/fate/vp9-03-size-210x208.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-210x208] Error 1 TEST vp9-03-size-210x226 TEST vp9-03-size-224x196 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-210x210 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-210x210 2017-03-30 22:53:05.327853210 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 210x210 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 66150, b65725c68978bdaaafdf735dfbafa9e3 -0, 1, 1, 1, 66150, 35be2f16bd5dedc9d3f7a016f0d71701 -0, 2, 2, 1, 66150, 8c2873a97b51510d7449869e24a348f5 -0, 3, 3, 1, 66150, 724a30e8ae539e797db8889dc08aec5e -0, 4, 4, 1, 66150, e3ae1246a63ea22afd026bfb859fe165 -0, 5, 5, 1, 66150, 7e1fa363cf3f44c7a3019f29c14a6da4 -0, 6, 6, 1, 66150, c6f26619ab5687a2a698c8766b79f2eb -0, 7, 7, 1, 66150, be5b8c50a772afe95d72bf3cc7c4fd2f -0, 8, 8, 1, 66150, 9eab1417ac249ce31c79750143d52084 -0, 9, 9, 1, 66150, 9d2455048dbc3cdc2343a818c5a2bcb1 Test vp9-03-size-210x210 failed. Look at tests/data/fate/vp9-03-size-210x210.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-210x210] Error 1 TEST vp9-03-size-224x198 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-210x224 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-210x224 2017-03-30 22:53:05.644519747 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 210x224 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 70560, bb903b926c4b34ae336e21d65ad8fd25 -0, 1, 1, 1, 70560, c4c0bc3b112487e994d22176817ace3c -0, 2, 2, 1, 70560, 24e699f7a92ab1b0fe12e0b747470b5b -0, 3, 3, 1, 70560, 200f403694d3acfda63f52e8373f1420 -0, 4, 4, 1, 70560, 6df417a8ec1810562301c89724b739d1 -0, 5, 5, 1, 70560, 55757b633d8fe669fc0f507dab4fa9f7 -0, 6, 6, 1, 70560, 45bc82bee02cb45422be3ac1019896d0 -0, 7, 7, 1, 70560, 4aaf5d07d2796910767d5084556c9cf9 -0, 8, 8, 1, 70560, f100fa26da47250b98d95a18915f521d -0, 9, 9, 1, 70560, f5a8def53b4638b6ce7c8588d595d0ad Test vp9-03-size-210x224 failed. Look at tests/data/fate/vp9-03-size-210x224.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-210x224] Error 1 TEST vp9-03-size-224x200 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-224x196 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-224x196 2017-03-30 22:53:06.871185910 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 224x196 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 65856, 3ffc096f1b42b4d319d4a9efbefc7625 -0, 1, 1, 1, 65856, 78b3655d5cad30fa6b2c2d8fd29463de -0, 2, 2, 1, 65856, ab197553d9599b2a03aff62d1d694848 -0, 3, 3, 1, 65856, be368d1f3d3fcc710565b5433940f0df -0, 4, 4, 1, 65856, 374c5db60ea9c110b871bb45be0efff1 -0, 5, 5, 1, 65856, ec50085400d626de5833bc0a94d9941f -0, 6, 6, 1, 65856, d4ae69937e2a8d9bf2023d4215749635 -0, 7, 7, 1, 65856, 9b0b81eb6d62b8014e0639932fe35bc0 -0, 8, 8, 1, 65856, cd02d0cc268e6b6df0b2dbd3f3b137e6 -0, 9, 9, 1, 65856, 5322ba1085c114f93534e1761a0d8aa1 Test vp9-03-size-224x196 failed. Look at tests/data/fate/vp9-03-size-224x196.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-224x196] Error 1 TEST vp9-03-size-224x202 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-224x198 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-224x198 2017-03-30 22:53:06.877852574 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 224x198 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 66528, cf35dffc80946e87bb9d3e18aab9d320 -0, 1, 1, 1, 66528, a76ac92f05e9b097f8ac5882e1ffe656 -0, 2, 2, 1, 66528, faa1e8a11c9df3e9c9a9dafbebea6d04 -0, 3, 3, 1, 66528, 905a28289c8ac793b335096ca7f84e1d -0, 4, 4, 1, 66528, cb480fa6977baf98a74bddf213ecba82 -0, 5, 5, 1, 66528, 35224d3708e3ba1dafcc58b803d5ea77 -0, 6, 6, 1, 66528, d166d764e87854bca47ab7a2bc8b1f9b -0, 7, 7, 1, 66528, 562f1e06ae36abba5f1fb53e3d6cd7e8 -0, 8, 8, 1, 66528, 1599cebef060f6464aeef15aacbde446 -0, 9, 9, 1, 66528, 3316ebca2864a9dc04db86069efb1dd1 Test vp9-03-size-224x198 failed. Look at tests/data/fate/vp9-03-size-224x198.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-224x198] Error 1 TEST vp9-03-size-224x208 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-224x200 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-224x200 2017-03-30 22:53:07.154519127 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 224x200 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 67200, 0819e6d715c9b4d94f05f63a7ca86199 -0, 1, 1, 1, 67200, 9b9a4b01ed4c8a93687e45245b3092a3 -0, 2, 2, 1, 67200, 3a076f5b8dba60552e84a391ee04d1c7 -0, 3, 3, 1, 67200, 7aafc561f5b96e9d286bd8deb5687774 -0, 4, 4, 1, 67200, daa43a89ab6b2761eedaa183e33a3465 -0, 5, 5, 1, 67200, c14874409872357b11b65f35a283e058 -0, 6, 6, 1, 67200, 37d2ef52a9c694b2596d58ed9ca0d90b -0, 7, 7, 1, 67200, c97bc860c006896d80f52ccc0759f472 -0, 8, 8, 1, 67200, 5f8618114a723a017e39a1af695996f3 -0, 9, 9, 1, 67200, ee8234fc5ccd41d05eb87e1510f9795e Test vp9-03-size-224x200 failed. Look at tests/data/fate/vp9-03-size-224x200.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-224x200] Error 1 TEST vp9-03-size-224x210 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-224x202 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-224x202 2017-03-30 22:53:08.351185301 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 224x202 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 67872, e1e3b4af5910383ff6f66b6ab1a29544 -0, 1, 1, 1, 67872, 8668ef92b72f35728ebb456665d48b95 -0, 2, 2, 1, 67872, dffc7c28f86f07bf28451292990e9594 -0, 3, 3, 1, 67872, aebfb446fa6d48db36dbd9b5cd147f1e -0, 4, 4, 1, 67872, e3c6cb8c5bb3a26928493bfc297ab827 -0, 5, 5, 1, 67872, 68dabae76c1d27ab0e1079d99cb6d413 -0, 6, 6, 1, 67872, d1f7745eef748688f3871d00a7e67ef8 -0, 7, 7, 1, 67872, 36738851cc2af83fd250dea4cd63941b -0, 8, 8, 1, 67872, 16c0315c43427e7e6719806a89551703 -0, 9, 9, 1, 67872, c4d589c0ea4cdfc1dd6dff72084c61fd Test vp9-03-size-224x202 failed. Look at tests/data/fate/vp9-03-size-224x202.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-224x202] Error 1 TEST vp9-03-size-224x224 TEST vp9-03-size-224x226 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-224x208 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-224x208 2017-03-30 22:53:08.404518611 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 224x208 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 69888, 85f08afadfd1204d4131b9ee9c8cc10b -0, 1, 1, 1, 69888, f893de5432a082b3dffcf7499827f548 -0, 2, 2, 1, 69888, cb81e0d7b657bc5a4a9cf8ad75a76a77 -0, 3, 3, 1, 69888, 8a40842123965731c15fc23fb6366d1d -0, 4, 4, 1, 69888, 09c6d92af14a3fcfb12705cd5da57f2a -0, 5, 5, 1, 69888, 6bede4dc8770df534b599021b0425309 -0, 6, 6, 1, 69888, 334b0b0448e9e4e6a0cddcd2e3a0af3f -0, 7, 7, 1, 69888, 09f491f0f3870ef96cff0384cd7183d1 -0, 8, 8, 1, 69888, c9e5f81186ac947a77b051c8f0e76eac -0, 9, 9, 1, 69888, 917565c3327bff78b53a78ea739472ff Test vp9-03-size-224x208 failed. Look at tests/data/fate/vp9-03-size-224x208.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-224x208] Error 1 TEST vp9-03-size-226x196 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-224x210 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-224x210 2017-03-30 22:53:08.647851844 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 224x210 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 70560, 427421e5fd2087c6ff7b87a27982332f -0, 1, 1, 1, 70560, b68311fd44e189e4174ac357d5415068 -0, 2, 2, 1, 70560, 2c822ff45be7a1ea412d21ff82c7bc1d -0, 3, 3, 1, 70560, 34659186d93516eae1dd4d9a391d1c3f -0, 4, 4, 1, 70560, 1990dd822abc3a10f511589db5aa50f4 -0, 5, 5, 1, 70560, 4a4dc076172c79d9fde3e17b47109835 -0, 6, 6, 1, 70560, 51874c79850120537fa5c405721d0107 -0, 7, 7, 1, 70560, 15d7897a128de9be90be17f1679012c9 -0, 8, 8, 1, 70560, a8d9480accf8585e94161a5f7c371cef -0, 9, 9, 1, 70560, 8a9d3f09561b895b423ae9428f620b9b Test vp9-03-size-224x210 failed. Look at tests/data/fate/vp9-03-size-224x210.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-224x210] Error 1 TEST vp9-03-size-226x198 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-224x226 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-224x226 2017-03-30 22:53:09.857851345 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 224x226 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 75936, dca556e648a576b3973fbe4b34d0328c -0, 1, 1, 1, 75936, 34a49e4aba4aca5c76ab0f751341c32b -0, 2, 2, 1, 75936, 4b7cc6d500b273efe7e30fc3a3946f74 -0, 3, 3, 1, 75936, 1960f0f1edf9196c96b0de742a3cd53c -0, 4, 4, 1, 75936, 3cb7d90178636911c5d53a5f8e75599c -0, 5, 5, 1, 75936, 84b56c60c2282f85102048cc2cf40b88 -0, 6, 6, 1, 75936, 3ca34d2978307ec0fca05130d81bcc26 -0, 7, 7, 1, 75936, c15560be737e02ea9d1deeca0af9bb77 -0, 8, 8, 1, 75936, 391439789a6aa7bb02d7e699795a9559 -0, 9, 9, 1, 75936, 9f681e91cbcbe9920f21236b8ff093c7 Test vp9-03-size-224x226 failed. Look at tests/data/fate/vp9-03-size-224x226.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-224x226] Error 1 TEST vp9-03-size-226x200 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-226x196 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-226x196 2017-03-30 22:53:09.894517998 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 226x196 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 66444, 4757a31842453f806de2f2256329547e -0, 1, 1, 1, 66444, fe5fb955a4143091c5bfae7c4a4afe0f -0, 2, 2, 1, 66444, 93766c5a03d71f99afb7705add7b63f0 -0, 3, 3, 1, 66444, 30c91162aa6fb0ed3e47325146bb6d8a -0, 4, 4, 1, 66444, 501fe67785b970b1b62c2ae0b36b19ad -0, 5, 5, 1, 66444, 836be5e778e3d20e75c4fcd71f765b3d -0, 6, 6, 1, 66444, 21a9fd5e78212fe71719e173844bc6e6 -0, 7, 7, 1, 66444, 81b3919208e345d93dde62740b47dd93 -0, 8, 8, 1, 66444, df010555a929ba88a2f25c6267e3786e -0, 9, 9, 1, 66444, d2cff8282e5e7a5bbd879c73df0670c3 Test vp9-03-size-226x196 failed. Look at tests/data/fate/vp9-03-size-226x196.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-226x196] Error 1 TEST vp9-03-size-226x202 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-224x224 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-224x224 2017-03-30 22:53:09.821184695 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 224x224 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 75264, bedd5d2725ffff06a50e23841bc2dfb8 -0, 1, 1, 1, 75264, 8c363f68b0b30f507563516aa99e23ac -0, 2, 2, 1, 75264, 9cb7d51ca4439614dc3f5980507a4d32 -0, 3, 3, 1, 75264, b393a18de28ab6b8d1c6afd67a7794e0 -0, 4, 4, 1, 75264, 81f69ee1e3d89cb78cac192c352f7741 -0, 5, 5, 1, 75264, aabb51f029a9a02e71524cf3500931e9 -0, 6, 6, 1, 75264, 6581aec620c508d2b42ccceaa2c6044d -0, 7, 7, 1, 75264, 993cde759158c30dcf0f0a9fdcdfb0d8 -0, 8, 8, 1, 75264, 85985ae8d35514d601800a06c8226625 -0, 9, 9, 1, 75264, 0eba1d7c193e473586e4a5c87d0e0d21 Test vp9-03-size-224x224 failed. Look at tests/data/fate/vp9-03-size-224x224.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-224x224] Error 1 TEST vp9-03-size-226x208 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-226x198 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-226x198 2017-03-30 22:53:10.171184550 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 226x198 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 67122, b97087eb8c53cf56dc44576912654fb2 -0, 1, 1, 1, 67122, 219bb68a59dc166806a5b5689a943b66 -0, 2, 2, 1, 67122, 67b2ec19dd3b74d828b51912c25249d6 -0, 3, 3, 1, 67122, 73dd9625538e10a0f94d31ac9fe3db23 -0, 4, 4, 1, 67122, 51e68f201130da18beb0cb27adcf6fa9 -0, 5, 5, 1, 67122, 455d9753b3c0ac5ad7d9da022f69acd0 -0, 6, 6, 1, 67122, 60a8905a63db4cdd2560583fb6415030 -0, 7, 7, 1, 67122, 48c156f4b2c9f936487b43713a4573fd -0, 8, 8, 1, 67122, a5c8f4190cb34b3ecd42ca8e09bf1646 -0, 9, 9, 1, 67122, 233a5d5187137e047993532fc2e725d3 Test vp9-03-size-226x198 failed. Look at tests/data/fate/vp9-03-size-226x198.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-226x198] Error 1 TEST vp9-03-size-226x210 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-226x202 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-226x202 2017-03-30 22:53:11.371184053 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 226x202 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 68478, 0cd2876640e71de3a6df7839bd6f0b51 -0, 1, 1, 1, 68478, f887db6839c0cddd1ea9ae6bfd2cc16d -0, 2, 2, 1, 68478, ff2a890cf4c4973bf181ba8424c2eadc -0, 3, 3, 1, 68478, f69f2e4f3036a21deb43a0bf4b95771f -0, 4, 4, 1, 68478, 93f511739c19f1a3b356dda39d945c93 -0, 5, 5, 1, 68478, 7f79633c93765b504fef0324bd10fdba -0, 6, 6, 1, 68478, d6c53d3937c9a40b227b4486452e0b33 -0, 7, 7, 1, 68478, 4e26625e8997ad6fe08ae68fbdfdbfd7 -0, 8, 8, 1, 68478, 3bf4c8ac0279351bf904cf57b0fc13c1 -0, 9, 9, 1, 68478, 12d64d856025185fa9e610dfa62b05af Test vp9-03-size-226x202 failed. Look at tests/data/fate/vp9-03-size-226x202.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-226x202] Error 1 TEST vp9-03-size-226x224 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-226x200 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-226x200 2017-03-30 22:53:11.301184083 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 226x200 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 67800, 0ae27db338f73f37eaed806b1c789593 -0, 1, 1, 1, 67800, 3f69273752f43699a3bc7b22a88cc3aa -0, 2, 2, 1, 67800, ce0dfafb59910241d2b1a2275a2c2143 -0, 3, 3, 1, 67800, 8d20f404e25766c819ee728858bcbc76 -0, 4, 4, 1, 67800, 67bc5604c5b0f6c3484b605c1f93c83a -0, 5, 5, 1, 67800, 1c82def3a06430d205cce0db7b5714de -0, 6, 6, 1, 67800, 654d7a676e3b8b64541ed8cdefbd7286 -0, 7, 7, 1, 67800, 6c80c78c7b652c5b3b117a0960e89951 -0, 8, 8, 1, 67800, ae73e3c69ec6747c5234d58c5e1e36eb -0, 9, 9, 1, 67800, e40d716efd8caf2d4004d299fb914328 Test vp9-03-size-226x200 failed. Look at tests/data/fate/vp9-03-size-226x200.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-226x200] Error 1 TEST vp9-03-size-226x226 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-226x208 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-226x208 2017-03-30 22:53:11.404517374 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 226x208 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 70512, 6006cac6628cf9e7cea58aec07471b06 -0, 1, 1, 1, 70512, f7e994921248b6933920c984880ec96c -0, 2, 2, 1, 70512, c0aeeb9d2009538d8d5e837f45e1542d -0, 3, 3, 1, 70512, 7dacf9d00e85bd52045eb47bae5225b3 -0, 4, 4, 1, 70512, 024fd008a099ae954e38a3f0a8ebb6c9 -0, 5, 5, 1, 70512, fb6c368a1b3578ab59aa30e0b5cc4853 -0, 6, 6, 1, 70512, 07815251f7020b627c365a7a7be694c7 -0, 7, 7, 1, 70512, db8b8f48f3693867d2bd8208cf4f929a -0, 8, 8, 1, 70512, 88b42d943c0978d832333a8a3f7b6bbc -0, 9, 9, 1, 70512, 7aa760190f9328ba4f6fa87d1d9e8d3e Test vp9-03-size-226x208 failed. Look at tests/data/fate/vp9-03-size-226x208.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-226x208] Error 1 TEST vp9-03-deltaq --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-226x210 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-226x210 2017-03-30 22:53:11.817850535 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 226x210 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 71190, a6c1b7686202f5cc64335f92be595309 -0, 1, 1, 1, 71190, 3e573d4c693a39c5d6cd46b8873e99bb -0, 2, 2, 1, 71190, d2388f6f641c8ddec98f11493f1a1390 -0, 3, 3, 1, 71190, 16473e33532ebc8de2f02077c406346b -0, 4, 4, 1, 71190, 6c75d1c01276838fce40837e373f49db -0, 5, 5, 1, 71190, b718e7445e2b08dde78fa7f30be01346 -0, 6, 6, 1, 71190, 2f556ed5afd60b1bbae76984ce073107 -0, 7, 7, 1, 71190, 4e5d59daed044c39a14c35f18cb4fb7a -0, 8, 8, 1, 71190, c14901a9906ffcd0eb1efc068ce32941 -0, 9, 9, 1, 71190, 3d73b7f87bcd16c1ec565b5cc8d0fe93 Test vp9-03-size-226x210 failed. Look at tests/data/fate/vp9-03-size-226x210.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-226x210] Error 1 TEST vp9p1-04-yuv422 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-226x226 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-226x226 2017-03-30 22:53:13.047850026 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 226x226 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 76614, f2370fc802dafdf5082beffc1907a9c6 -0, 1, 1, 1, 76614, aad6de7b986234a1d621935b272501c9 -0, 2, 2, 1, 76614, 8a6d3784e22e3b4f735e78916fbc3821 -0, 3, 3, 1, 76614, 0c4afce19c43fdf3bb1b972810cc9126 -0, 4, 4, 1, 76614, 814a68dd76a3135221131988910f51ba -0, 5, 5, 1, 76614, b2379c4b28dca10e67ac58631f9731c0 -0, 6, 6, 1, 76614, b16fd651884340a428cea3fe0ac18ba6 -0, 7, 7, 1, 76614, cb65cd4c421cfd6a19fb123ec27abbe6 -0, 8, 8, 1, 76614, 7f1d2686b9808de8ecc723b18136d57d -0, 9, 9, 1, 76614, da7fd4bff4b6db0221c42492876c5c4d Test vp9-03-size-226x226 failed. Look at tests/data/fate/vp9-03-size-226x226.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-226x226] Error 1 TEST vp9p1-04-yuv440 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-size-226x224 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-size-226x224 2017-03-30 22:53:12.987850052 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 226x224 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 75936, 80fb3a643384386beadc0991f171669d -0, 1, 1, 1, 75936, 65a4a51163f49a75f8eeecd94cb2ba47 -0, 2, 2, 1, 75936, d5b2aac9889d2991b83fd4360ada0258 -0, 3, 3, 1, 75936, 7958ff5535358567ea7df351d78256a7 -0, 4, 4, 1, 75936, 7e7413b9a61967d0ade07b81944e9a15 -0, 5, 5, 1, 75936, 40a008016adbf9673adbbc4c0edb4454 -0, 6, 6, 1, 75936, fef7b5e2809ef79917ab394a067ef4be -0, 7, 7, 1, 75936, 91ee2360faf46a25b95927c55eea603f -0, 8, 8, 1, 75936, a47f14a80a529f79f97accbe23188046 -0, 9, 9, 1, 75936, 3613bcd41ff13006fbba3bd0087c44f4 Test vp9-03-size-226x224 failed. Look at tests/data/fate/vp9-03-size-226x224.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-size-226x224] Error 1 TEST vp9p1-04-yuv444 --- /home/fate/ffmpeg/tests/ref/fate/vp9-03-deltaq 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-03-deltaq 2017-03-30 22:53:13.154516650 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1/30 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x240 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 126720, 2f90d606edc511c8c960530dd915cb98 -0, 1, 1, 1, 126720, 7fd451a057d6341b2b0d116f59e41a13 Test vp9-03-deltaq failed. Look at tests/data/fate/vp9-03-deltaq.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-03-deltaq] Error 1 TEST vp9p2-20-10bit-yuv420 --- /home/fate/ffmpeg/tests/ref/fate/vp9p1-04-yuv422 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9p1-04-yuv422 2017-03-30 22:53:13.211183293 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1/50 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 160x90 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 28800, b81b8a8444ac6ce4a4807c37e0a44c8b -0, 1, 1, 1, 28800, 344458b82d35ea9944dc841643fc25c2 -0, 2, 2, 1, 28800, 376a4bb3944f052191963740b980eb26 -0, 3, 3, 1, 28800, 2fecb02c842bd7d588415904f2d3a82d -0, 4, 4, 1, 28800, 0fda2f1dabba5c179599190f179b9782 -0, 5, 5, 1, 28800, a88ac885ee59e3a3a01fa483cdd40274 -0, 6, 6, 1, 28800, e76b488ffa70a05457fc046e7b999c56 -0, 7, 7, 1, 28800, 74ae5e52162f5bbc95258d44a2dd647c -0, 8, 8, 1, 28800, 0c017e2b12e5192c8d598941d9c93306 -0, 9, 9, 1, 28800, ca3941ee43b7033cb48f8498af127d53 Test vp9p1-04-yuv422 failed. Look at tests/data/fate/vp9p1-04-yuv422.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9p1-04-yuv422] Error 1 TEST vp9p2-20-12bit-yuv420 --- /home/fate/ffmpeg/tests/ref/fate/vp9p1-04-yuv440 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9p1-04-yuv440 2017-03-30 22:53:14.464516106 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1/50 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 160x90 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 28800, 61157ad4fb02a254de8f34ae7b8915dc -0, 1, 1, 1, 28800, 9431337382bf90d40aa417e297ac05da -0, 2, 2, 1, 28800, 56b739049cc9e97a1d82018bba3db0ee -0, 3, 3, 1, 28800, 75138a9b6bb905b2f79a1ebb959ddfea -0, 4, 4, 1, 28800, 141b2fc9625fad86577838d84a276ef8 -0, 5, 5, 1, 28800, b364668c44a237d4e532e086a55401a9 -0, 6, 6, 1, 28800, a4ca6014d5194e4c921a4cb4289eb315 -0, 7, 7, 1, 28800, cfcacb3d5086d3861f4712a3c87a6b6c -0, 8, 8, 1, 28800, 228d3fd3d849d021f3690cc538edb0a3 -0, 9, 9, 1, 28800, 97ecf281eb1130723d70e3c8803fa814 Test vp9p1-04-yuv440 failed. Look at tests/data/fate/vp9p1-04-yuv440.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9p1-04-yuv440] Error 1 TEST vp9p3-20-10bit-yuv422 --- /home/fate/ffmpeg/tests/ref/fate/vp9p1-04-yuv444 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9p1-04-yuv444 2017-03-30 22:53:14.471182770 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 304128, 859df7b3661783e337a16ee79f3c20bc -0, 1, 1, 1, 304128, 3b3ccf344cd5a478c4c1fa422497183d -0, 2, 2, 1, 304128, 3be1f565823cb88013a14a93a3cf9480 -0, 3, 3, 1, 304128, 6e188a963deaf46c2d6e741b03c4240c -0, 4, 4, 1, 304128, 82ead184ae478ac821b1b4b72f28c9cd -0, 5, 5, 1, 304128, 59bb43badc76b39a228b1ad96b6339ca -0, 6, 6, 1, 304128, 2eaee790fc188e2251b92dd4ea90c42a -0, 7, 7, 1, 304128, 2a95f8727589e710dc1b95400916b72e -0, 8, 8, 1, 304128, b7032f73544a7108fcdcaca2832ecc32 -0, 9, 9, 1, 304128, b7778c35b30bcc400b25ed0e5b7913e1 Test vp9p1-04-yuv444 failed. Look at tests/data/fate/vp9p1-04-yuv444.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9p1-04-yuv444] Error 1 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 --- /home/fate/ffmpeg/tests/ref/fate/vp9-06-bilinear 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-06-bilinear 2017-03-30 22:53:20.364513652 +0000 @@ -1,19 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, 818a5af531c921ae58dfedc75234f3c5 -0, 1, 1, 1, 152064, f863f8c68b5c87c721d345c5a894336d -0, 2, 2, 1, 152064, 3f1213e44db416530bc0717f0a795b5d -0, 3, 3, 1, 152064, 4b99c16a62c3d6687c78236fa13e1f41 -0, 4, 4, 1, 152064, 80f23a3f04215dd7542128e7c53d68d0 -0, 5, 5, 1, 152064, b40b7aa34a77fe773d82d75b5bdd9c13 -0, 6, 6, 1, 152064, dd4af6263d20bbaf9afedb6695c1ba67 -0, 7, 7, 1, 152064, 1f2ccf88f15c10e3c27b2368dacc3727 -0, 8, 8, 1, 152064, 232b027c4e9b598f50d078bb7b7a165e -0, 9, 9, 1, 152064, 2b44367332aa0fe42362d61f18e7f8dd Test vp9-06-bilinear failed. Look at tests/data/fate/vp9-06-bilinear.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-06-bilinear] Error 1 TEST vp9-10-show-existing-frame --- /home/fate/ffmpeg/tests/ref/fate/vp9-09-lf_deltas 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-09-lf_deltas 2017-03-30 22:53:20.397846972 +0000 @@ -1,39 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1/30 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x240 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 126720, a83c7f4602f595fd09e97f8c8a7277ec -0, 1, 1, 1, 126720, 53e1a3fd44932883a8dd112bbb0e359f -0, 2, 2, 1, 126720, 4bb16d168f9f0a7702c31a68bb8ff36c -0, 3, 3, 1, 126720, 1b2df157913aba96553aaf8d51491bf3 -0, 4, 4, 1, 126720, 9d041532e42fca7a4062cd3e9b75413b -0, 5, 5, 1, 126720, 0dbac5ca06e13714d10e99042aefe375 -0, 6, 6, 1, 126720, bb83a507a65d2a640b08f42a77bb37f6 -0, 7, 7, 1, 126720, 176f992d37c7daa36135cddb49398de3 -0, 8, 8, 1, 126720, c41834f72b3281cf6aaa66fd7416e6c3 -0, 9, 9, 1, 126720, 790d4e6b1609dec782ff978e2003d318 -0, 10, 10, 1, 126720, 449622f741f7577c1d721f2e9eb25091 -0, 11, 11, 1, 126720, 8ef8543f7895c87ab04491b0150628e5 -0, 12, 12, 1, 126720, 88ef626aca4b2bcb8c58a69db20a7b02 -0, 13, 13, 1, 126720, 4b2f7adc2e1872ecdd9ffa7d1f1df4a6 -0, 14, 14, 1, 126720, 7b162660225022ef31e39c34fee3418e -0, 15, 15, 1, 126720, 2b439a4b846edcc69cdf6075de5ac8fb -0, 16, 16, 1, 126720, ba2eb1ba0ed9abf701a53a94c9c626fc -0, 17, 17, 1, 126720, 9fbec5d5334fd5e917feee756b652d93 -0, 18, 18, 1, 126720, 93b5eb99ea54abc5fa90c5674499e27e -0, 19, 19, 1, 126720, 04a98408e9b0aed28932ef1dfdcfdb6c -0, 20, 20, 1, 126720, 9856ba976bed30bc790a3f28e926b092 -0, 21, 21, 1, 126720, 2b0f450e9724cfc57b846148ff876e51 -0, 22, 22, 1, 126720, 163757f3529369b9789ea606387b831d -0, 23, 23, 1, 126720, de5ed2aff936c54f3378d0dcc2575d13 -0, 24, 24, 1, 126720, 1f642826b8a6fb111c7c6130481dab89 -0, 25, 25, 1, 126720, b8e3a77c7d3c5c56f67aa7409fb5404c -0, 26, 26, 1, 126720, eb06cb4f471e42d7fc06929a442cca8b -0, 27, 27, 1, 126720, 53471649a5080b306d2c04a4f7673bdf -0, 28, 28, 1, 126720, 70996be0cc5d2bd97025015dd50caa99 -0, 29, 29, 1, 126720, ff3280a8562fdf6697c4a7cb9c1bf0a0 Test vp9-09-lf_deltas failed. Look at tests/data/fate/vp9-09-lf_deltas.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-09-lf_deltas] Error 1 TEST vp9-10-show-existing-frame2 TEST vp9-15-segkey_adpq TEST vp9-16-intra-only --- /home/fate/ffmpeg/tests/ref/fate/vp9-10-show-existing-frame2 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-10-show-existing-frame2 2017-03-30 22:53:22.174512896 +0000 @@ -1,25 +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: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, 382b12c33cd86b38758706b8ebca8a85 -0, 1, 1, 1, 152064, 799544370b35c91711a5b49a28cf86a8 -0, 2, 2, 1, 152064, 7218eb4b6d1c7aea4f96ee47ad675e8e -0, 3, 3, 1, 152064, 627466200370e6ad60ea570d31be66e3 -0, 4, 4, 1, 152064, 7dc65a2af108379f2b9265a9a1ea7cf8 -0, 5, 5, 1, 152064, c979e2f084760775a567f60f79f28198 -0, 6, 6, 1, 152064, fe668a6417aa0543e4ed4d1c67c5cbcb -0, 7, 7, 1, 152064, bf9901e39815fa93cce0ed5b02b2ef2d -0, 8, 8, 1, 152064, 627466200370e6ad60ea570d31be66e3 -0, 9, 9, 1, 152064, 7dc65a2af108379f2b9265a9a1ea7cf8 -0, 10, 10, 1, 152064, c979e2f084760775a567f60f79f28198 -0, 11, 11, 1, 152064, fe668a6417aa0543e4ed4d1c67c5cbcb -0, 12, 12, 1, 152064, bf9901e39815fa93cce0ed5b02b2ef2d -0, 13, 13, 1, 152064, 627466200370e6ad60ea570d31be66e3 -0, 14, 14, 1, 152064, 7dc65a2af108379f2b9265a9a1ea7cf8 -0, 15, 15, 1, 152064, c979e2f084760775a567f60f79f28198 Test vp9-10-show-existing-frame2 failed. Look at tests/data/fate/vp9-10-show-existing-frame2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-10-show-existing-frame2] Error 1 TEST vp9-2pass-akiyo --- /home/fate/ffmpeg/tests/ref/fate/vp9-16-intra-only 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-16-intra-only 2017-03-30 22:53:22.687846014 +0000 @@ -1,16 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, d57529601178948afa4818c3c8938884 -0, 1, 1, 1, 152064, d47e00250c45733d64af067a417bcd06 -0, 2, 2, 1, 152064, 984e41cd8350808ac6129746b2377818 -0, 3, 3, 1, 152064, a5fa62996b4bb52e72e335722cf55bef -0, 4, 4, 1, 152064, b71ca5ad650170ac921a71a6440fb508 -0, 5, 5, 1, 152064, 76ba63001170b8992fc72be5c4ace731 -0, 6, 6, 1, 152064, c4e7f96a8fd58d901b1d881926ddae09 Test vp9-16-intra-only failed. Look at tests/data/fate/vp9-16-intra-only.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-16-intra-only] Error 1 TEST vp9-parallelmode-akiyo --- /home/fate/ffmpeg/tests/ref/fate/vp9-15-segkey_adpq 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-15-segkey_adpq 2017-03-30 22:53:22.291179513 +0000 @@ -1,159 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 852x480 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 613440, d4f0e4b606ddb40b482aecb24cf3bc63 -0, 1, 1, 1, 613440, 692ec092bc5928fa6430d056e883759a -0, 2, 2, 1, 613440, dad790df33430899fed98886a24b37e5 -0, 3, 3, 1, 613440, 7e66e793ac9462a40dd5b963fb62e667 -0, 4, 4, 1, 613440, 0d795c6e20f42f09aca0ddb9dffaa6e8 -0, 5, 5, 1, 613440, 0ef3739c4ab2c51f0ab8e290eadad77e -0, 6, 6, 1, 613440, 04a15f765960263c1b4a5a8822e17322 -0, 7, 7, 1, 613440, 116d518830c958bf46759fd79bc74198 -0, 8, 8, 1, 613440, 58ea67addab05825cc2e5f2ab99fca4b -0, 9, 9, 1, 613440, 590f6e5deea6dde21dc1098fa2017c2f -0, 10, 10, 1, 613440, 895479957b0882ccce4159782dee8deb -0, 11, 11, 1, 613440, cc8e05afdfb6f9c7042fd6f9e9d49140 -0, 12, 12, 1, 613440, 3e47c556a63af90f1ca4609f97f25d2c -0, 13, 13, 1, 613440, e5ca5dce8cbd39412db2fe219d6d2594 -0, 14, 14, 1, 613440, c62b456e12230660d26eb7226f257d0c -0, 15, 15, 1, 613440, e184c961b373de465d3242f32f7cf3ed -0, 16, 16, 1, 613440, 7466b91858f740fc28965a63effe05d6 -0, 17, 17, 1, 613440, c8f06a3b1e471c4e7a9efd71a30dfe3b -0, 18, 18, 1, 613440, d4fb95148963b2eaff0211ddc5117c13 -0, 19, 19, 1, 613440, c646526b40277289520d47ed8ca3b644 -0, 20, 20, 1, 613440, e441ae686fa444e4e3584543611043ba -0, 21, 21, 1, 613440, 68d707ef6909bfbc02dcbd9e392a04f6 -0, 22, 22, 1, 613440, 1ff285d17a26622b61bd2651754602b1 -0, 23, 23, 1, 613440, c272192987e44e54e5335e6416bd15a5 -0, 24, 24, 1, 613440, 8f6f02572181eb4855dcd4c957e57d2e -0, 25, 25, 1, 613440, baf03eb567fd092eeb6f08ff5e098350 -0, 26, 26, 1, 613440, 479c78bd3da0892b8d4e32c99ec4739f -0, 27, 27, 1, 613440, d39a52f6e30ef10462bdef1006809e88 -0, 28, 28, 1, 613440, d58395369806221efe9ba88513319d8a -0, 29, 29, 1, 613440, 459e77e83c510ee1d79bf069752d44e5 -0, 30, 30, 1, 613440, 438027c8eacb9c795f8267a151ef5a4e -0, 31, 31, 1, 613440, ea6b73fb0d4b23ebbdaeb0267135d083 -0, 32, 32, 1, 613440, 48160c624d4d5050a4c8abcbe0edf4b2 -0, 33, 33, 1, 613440, 6fc6d5b4751cf137fc0204c0026f2503 -0, 34, 34, 1, 613440, 5ea20f6483fc5cde854313ed8288c7ca -0, 35, 35, 1, 613440, dafa41fa3468f684ca5538593cd1a0de -0, 36, 36, 1, 613440, b73d3336c83a27874e24b691c34c3421 -0, 37, 37, 1, 613440, d0b0488a5871a49442746ac8ea1343bc -0, 38, 38, 1, 613440, df6fe9cb354624b69908730f24f51b88 -0, 39, 39, 1, 613440, a388b159a024ace9437976206e62473c -0, 40, 40, 1, 613440, 9007423410201a70b6997477ed9040f6 -0, 41, 41, 1, 613440, 7f7425cc018ad391e06b867f51d69513 -0, 42, 42, 1, 613440, 2ef51a3a15c627f803eee7f351cdfa4e -0, 43, 43, 1, 613440, 260cded2461ab87181d650c58a8a0656 -0, 44, 44, 1, 613440, fdd7a93b5f25ec2b74d93736fa7bb475 -0, 45, 45, 1, 613440, 810bb95ef0221b50ef12c7d0a4740fec -0, 46, 46, 1, 613440, f7eb4d63c16aebfeba4804c4e9c2c134 -0, 47, 47, 1, 613440, a1ae94b85bced552e2c4f15ab5c5096d -0, 48, 48, 1, 613440, 4b7b9e460b4a4ceab5deb5c6876cea05 -0, 49, 49, 1, 613440, 514472399dc39fcc4e833e166b81ea8e -0, 50, 50, 1, 613440, dca73ca76936d0a7eeb71c20955ea3a3 -0, 51, 51, 1, 613440, 927b185567b515a6bd102e1199ee1836 -0, 52, 52, 1, 613440, 63e1fffd59b77c53811d75a116fbac60 -0, 53, 53, 1, 613440, 5ca302497e81d564cfd455e2b606b262 -0, 54, 54, 1, 613440, 6e317d469ee664bc511a8286650f0b79 -0, 55, 55, 1, 613440, d93e1909f3bdda983e0b3c73a8c51754 -0, 56, 56, 1, 613440, 836072cb1c4dc3dc32c935ba4ac3f716 -0, 57, 57, 1, 613440, 014e61666ba819260a25f09ae97768a8 -0, 58, 58, 1, 613440, 997fa6283e48ff017ce04041b9022fb9 -0, 59, 59, 1, 613440, b2c35749c6b848601193c2eff7f0bdf1 -0, 60, 60, 1, 613440, 813e9f562ef53589afbfe7d73002c136 -0, 61, 61, 1, 613440, be876a05cfc72fe6138e1c24b6e94c3f -0, 62, 62, 1, 613440, 2a33b99f67fe5579ddbd62bac085ae8a -0, 63, 63, 1, 613440, 8d374a1886861cfd9ca6f16a0aff1b6c -0, 64, 64, 1, 613440, eff4e17b08c67a1663c8f1cc614bd94a -0, 65, 65, 1, 613440, 39e4d97460cf02ecfbc666e0413d7db1 -0, 66, 66, 1, 613440, 732f41606146dfb0c6a8cf130df969a8 -0, 67, 67, 1, 613440, 9b724b808bc26f21aaa32653185b2cf3 -0, 68, 68, 1, 613440, e18598cb7ac70cdb5dea29b35ae5accb -0, 69, 69, 1, 613440, afbcad9f7bad0b58a5bccdb8977a60fb -0, 70, 70, 1, 613440, 6ec24c40cd8a0cf2e15339ce4f60c232 -0, 71, 71, 1, 613440, 76616dbe8207235f6890360566f9e8df -0, 72, 72, 1, 613440, 49a5c751ed430e9bc41c3a3334295025 -0, 73, 73, 1, 613440, f657e47dbbcc2a04e9e7b71ecd8451ff -0, 74, 74, 1, 613440, 8e85f3d26b26f26ccd804061d2f37bbb -0, 75, 75, 1, 613440, 5a9dd5c0390491cd21163da01dc21f4d -0, 76, 76, 1, 613440, 3cf88ad2d2d7ecf1223afa5d1b849317 -0, 77, 77, 1, 613440, 27385b23461b5f1c137c2f29354595ed -0, 78, 78, 1, 613440, e6eacbe2890389c586f2936a75ab3509 -0, 79, 79, 1, 613440, 19a48ffafdcdb6fb1d6b9808daed2f86 -0, 80, 80, 1, 613440, f8c9419d4944fb214e06a2c30a560d93 -0, 81, 81, 1, 613440, 3f3d3dd54e5aa6bd59af1be86ec9be3d -0, 82, 82, 1, 613440, 28be5316ed79dc47b6a142cef0c16ab7 -0, 83, 83, 1, 613440, 6fbed684bfe8dfd354210293d7eb4d0b -0, 84, 84, 1, 613440, e60cd76f68c95f8b484d0b6424eea4cc -0, 85, 85, 1, 613440, e05a0cf382f49039faddaffeff2cec16 -0, 86, 86, 1, 613440, 42ea736ebbfe50f1ebd460d71781e5d6 -0, 87, 87, 1, 613440, 80f78066700b6752bbc1a41390ddb482 -0, 88, 88, 1, 613440, 14671354929fcf10677b2ed2db3c8cb4 -0, 89, 89, 1, 613440, 96a7d68407f1a2c96bd3cafe0c696bf5 -0, 90, 90, 1, 613440, 2f2adb990cfa42229db987a668b19d38 -0, 91, 91, 1, 613440, a8233951004e1bb0d0937435a517fad2 -0, 92, 92, 1, 613440, 6163e872c38adfde7b0c8891cbb2c969 -0, 93, 93, 1, 613440, 990165e0905fb80ccc29d2de062d4f9b -0, 94, 94, 1, 613440, e6f3224c4c60098ee93fca870f8636b2 -0, 95, 95, 1, 613440, 8c561667345f932618f8b3aaa43ffde0 -0, 96, 96, 1, 613440, 1acb3999bacd483d1153beb43ee09772 -0, 97, 97, 1, 613440, 2a075c7bc49190df83b8285ee6e124d3 -0, 98, 98, 1, 613440, 890a134a3c77d9b64d83fe6d2def02de -0, 99, 99, 1, 613440, d0b41422b89f03ffcbde7c85889ad2c2 -0, 100, 100, 1, 613440, fdc4f855d70ef16ec9baeb05c3a73f44 -0, 101, 101, 1, 613440, ed9f847a3b4280cfe306018825c76508 -0, 102, 102, 1, 613440, 5deb2536bba158c722bc0d909f45e611 -0, 103, 103, 1, 613440, fc7880ca8680e03fb1978adce8066027 -0, 104, 104, 1, 613440, 6e1c351c6b102e9185f688a02190b87f -0, 105, 105, 1, 613440, 1f6169bf490ed1b4c391383f770fec02 -0, 106, 106, 1, 613440, 80ac3b673b1504fb1e88d883a91a539c -0, 107, 107, 1, 613440, d2e7654f961ff3767c1e9e8558c2f20d -0, 108, 108, 1, 613440, 365368d813eb10c5adc53e47afeb414d -0, 109, 109, 1, 613440, 5f74f55478377dd31da91cf195332480 -0, 110, 110, 1, 613440, 827b7b3853ea3b1855583b59ed7b09c2 -0, 111, 111, 1, 613440, 2017c1a57a271308172bd84d3887d063 -0, 112, 112, 1, 613440, d65b95c71db9972dc051bec7df19f85f -0, 113, 113, 1, 613440, 7243da9072729ffa75209a6699e77ac3 -0, 114, 114, 1, 613440, 112da8d27907ab6a66b030e9c8864e46 -0, 115, 115, 1, 613440, e2837b6409de4bc6e71ff9eca8eab391 -0, 116, 116, 1, 613440, 567eba2ddb91a02665ac96fa10703f00 -0, 117, 117, 1, 613440, 474a99d56fce0e7e96ac3585b905956f -0, 118, 118, 1, 613440, 3087edb09f1ef2e63130b7c03e696028 -0, 119, 119, 1, 613440, 574f7328da31760ecf237617aebd7784 -0, 120, 120, 1, 613440, c3a7669bb496bec766a74a800275ff6c -0, 121, 121, 1, 613440, c0d87245a92e7140e6b729c26fe97a95 -0, 122, 122, 1, 613440, 467e33e84435fe64cb14653600ec5163 -0, 123, 123, 1, 613440, 1c7a5b2472c00e9dc63f679b51ead6a9 -0, 124, 124, 1, 613440, 8fb7197463cdae6c45437a73dcb4a3d8 -0, 125, 125, 1, 613440, f352fee36f51536175b05b5ff5a3187a -0, 126, 126, 1, 613440, ac1ed4392a38268a2495508245032d74 -0, 127, 127, 1, 613440, b8179a306c4fbc6f207d15acaae92dfb -0, 128, 128, 1, 613440, 7f263b0fd68652d83b75d24cc11c89e8 -0, 129, 129, 1, 613440, 39e33d02a01247cefe19d8bf9fbdecae -0, 130, 130, 1, 613440, 49a4e89c9fcc66f7e6e679aee4af0852 -0, 131, 131, 1, 613440, 0af52a32e6d74694a0a1f12aa78293fe -0, 132, 132, 1, 613440, fedde75a5c093ea12f0ed328da7350c9 -0, 133, 133, 1, 613440, 2ab788cf689fdbe8fbc74dde165605ad -0, 134, 134, 1, 613440, 682c2316cbd2e8a5e54edd1e9309a6c7 -0, 135, 135, 1, 613440, f155e8fa47625f18dffea813a7070c71 -0, 136, 136, 1, 613440, 2611eb2b2da8f6995ac2159012ec540a -0, 137, 137, 1, 613440, a1130a4ddf7dbd592e23001c4b98b3fc -0, 138, 138, 1, 613440, 84eef6f47bff223c6a0916c0688d2f7c -0, 139, 139, 1, 613440, ccfab0b84c7fc59d850ac5cb8d36da41 -0, 140, 140, 1, 613440, 6866845dfb320ecd9c22444ca7e52c8b -0, 141, 141, 1, 613440, 3068ceb83ee4d047df3880c64754efd7 -0, 142, 142, 1, 613440, 7f9a74e20cfe10972961e7f21529f7f4 -0, 143, 143, 1, 613440, 29156833963ec7f218d38fca7df132bf -0, 144, 144, 1, 613440, f8feb4c2ae1ce371fc8b4a83d7dc34e0 -0, 145, 145, 1, 613440, 0e5fe8965da239c17b02f0c902feeaec -0, 146, 146, 1, 613440, e8d37eb1b8c2576658ebc58a7cc6c0d4 -0, 147, 147, 1, 613440, 0a89fd2784112bbd54eb559a8272ab1e -0, 148, 148, 1, 613440, 342bc99cdd618272d12d045698b9cb20 -0, 149, 149, 1, 613440, a489a32bb43559b8a1989b13660e3cf6 Test vp9-15-segkey_adpq failed. Look at tests/data/fate/vp9-15-segkey_adpq.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-15-segkey_adpq] Error 1 TEST vp9-segmentation-aq-akiyo --- /home/fate/ffmpeg/tests/ref/fate/vp9-10-show-existing-frame 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-10-show-existing-frame 2017-03-30 22:53:24.607845210 +0000 @@ -10,13 +10,3 @@ 0, 0, 0, 1, 152064, 18981342ec178e082519451062c3a67f 0, 3, 3, 1, 152064, 04ab9dbeac49ec31be58f6e671698e05 0, 4, 4, 1, 152064, 4ed58a0ba93a5d97a232a50c5876cda2 -0, 6, 6, 1, 152064, a41f00034923e56ba51a0b598acc2e3a -0, 7, 7, 1, 152064, 63fa55ae9535ccdf06d44cce8065dda6 -0, 8, 8, 1, 152064, a41f00034923e56ba51a0b598acc2e3a -0, 9, 9, 1, 152064, 0e4b08e14d919edee2bbff2ecd47de57 -0, 11, 11, 1, 152064, 0e4b08e14d919edee2bbff2ecd47de57 -0, 12, 12, 1, 152064, 5d4af03fc3d410413ef2b5a6275528b7 -0, 13, 13, 1, 152064, 9e932915c67a789f6877e6d3f76d3649 -0, 14, 14, 1, 152064, 12f2e975c217e7ffcf334524e8acec35 -0, 15, 15, 1, 152064, 9e932915c67a789f6877e6d3f76d3649 -0, 16, 16, 1, 152064, 12f2e975c217e7ffcf334524e8acec35 Test vp9-10-show-existing-frame failed. Look at tests/data/fate/vp9-10-show-existing-frame.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-10-show-existing-frame] Error 1 TEST vp9-segmentation-sf-akiyo --- /home/fate/ffmpeg/tests/ref/fate/vp9-2pass-akiyo 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-2pass-akiyo 2017-03-30 22:53:23.671178937 +0000 @@ -1,59 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, 043ce065a309514e1e8ebdcbb3c2458b -0, 1, 1, 1, 152064, 8579c9cffd95b11db86158e518b2e34a -0, 2, 2, 1, 152064, ebbba105e499604f5e69b8aa48fe86f4 -0, 3, 3, 1, 152064, b08526fab7e106021f9fb9b1e2d4b725 -0, 4, 4, 1, 152064, 92afa561d06f41ccc6d2e2bcc3ab2ee4 -0, 5, 5, 1, 152064, 50de8ec2db66c783289a3982dd1c4f97 -0, 6, 6, 1, 152064, c2ab55d114b8822adef06ccb093b5ac7 -0, 7, 7, 1, 152064, e3ee4edbe8a1f0b5486bbd8a52e7cbcb -0, 8, 8, 1, 152064, fc33fd50566cd64e5b13911ee06c6e24 -0, 9, 9, 1, 152064, 05297e847f983a19fe2ba5e05932a110 -0, 10, 10, 1, 152064, d21db9adb27be89ab3b7f75d89175e24 -0, 11, 11, 1, 152064, 29bb87bdebd078f8dd953a70def6c4dc -0, 12, 12, 1, 152064, c57f7bc772f6143a22edaf926f92de5f -0, 13, 13, 1, 152064, 39f2fc755d4bc2cc5ec077035382be22 -0, 14, 14, 1, 152064, 000ec9c75374f6d74a5e61189e6fd782 -0, 15, 15, 1, 152064, 3027187c9bdb2a755d14513b7e597bb1 -0, 16, 16, 1, 152064, 2b3129659df2b3aa10b9398c50301e00 -0, 17, 17, 1, 152064, e23bcacf1cafca9a7959508b33e63907 -0, 18, 18, 1, 152064, fe0382dd155284998a0d7eb7effb5adf -0, 19, 19, 1, 152064, e0a487860dd0df3d865971b483fab3e9 -0, 20, 20, 1, 152064, 7ca757c55b0ea4779cdfa3a535f8f234 -0, 21, 21, 1, 152064, 1a276d27f4ce0e2720e25dbed2e524ae -0, 22, 22, 1, 152064, dd39bc322c8bdce196a9c2129bcb5d6e -0, 23, 23, 1, 152064, 63e295427977d645462e0fb3277ccb53 -0, 24, 24, 1, 152064, e9a35655c71da22fb0c7865e0bbc91b8 -0, 25, 25, 1, 152064, 5903bcbccabb3366382b37bf08119dde -0, 26, 26, 1, 152064, 3b6ce09353b07b193914a71ca2334d8c -0, 27, 27, 1, 152064, cb3731eb5dbe338125c0a7d6b4bf2868 -0, 28, 28, 1, 152064, 0837c62b54912ed06f7f755894ad3f6b -0, 29, 29, 1, 152064, 7f215dc14d8e280fc18ad3fb3122fa58 -0, 30, 30, 1, 152064, 6dafaf5adc45fead74f0153e3764b17d -0, 31, 31, 1, 152064, e19c8274ee6377dbf005f6516a81c413 -0, 32, 32, 1, 152064, 358cbf29bd136d2f9dcb60ab82a2e9e5 -0, 33, 33, 1, 152064, 2276d4670ff35c3a76c27c3a5810eea3 -0, 34, 34, 1, 152064, 636dd3390d4011c377915d7d3acc9ee1 -0, 35, 35, 1, 152064, 5e7a1ed17d80168567d61987425f4e60 -0, 36, 36, 1, 152064, c10a4830c5f268888789fccd16c0cc0e -0, 37, 37, 1, 152064, 298ef49418d730a031ff23311031c969 -0, 38, 38, 1, 152064, 4dd2249e13cda0f99fa46786d345c96a -0, 39, 39, 1, 152064, 24232dbc6e35a069c60422c4c23dfa51 -0, 40, 40, 1, 152064, ae8751c5ac168d6aa4499fe69f018ae2 -0, 41, 41, 1, 152064, 6a3a7e60a569e7415f2c3a1453e4dc38 -0, 42, 42, 1, 152064, 5475af1c118d1b7cc0a357bc434241a8 -0, 43, 43, 1, 152064, c6b5ab39e630e66e8f09698fd1dfa160 -0, 44, 44, 1, 152064, f1c0310adf115456167e3fa790e43dde -0, 45, 45, 1, 152064, 3028296307b47d10156fc9657693edc3 -0, 46, 46, 1, 152064, 0903dabcb8ac707b423b222ac5bb4898 -0, 47, 47, 1, 152064, 713cf71b994e2c85ed577062814c5732 -0, 48, 48, 1, 152064, 674f56b9cccf5c9d1f88f68c3996a671 -0, 49, 49, 1, 152064, f63732c2ff823960d8b62d866dfb5e6a Test vp9-2pass-akiyo failed. Look at tests/data/fate/vp9-2pass-akiyo.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-2pass-akiyo] Error 1 TEST vp9-tiling-pedestrian --- /home/fate/ffmpeg/tests/ref/fate/vp9-parallelmode-akiyo 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-parallelmode-akiyo 2017-03-30 22:53:24.221178706 +0000 @@ -1,34 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, f5bc602db15c69545307e56990f9f9f7 -0, 1, 1, 1, 152064, b56428b6f97669938c8b9b05458fca70 -0, 2, 2, 1, 152064, b56428b6f97669938c8b9b05458fca70 -0, 3, 3, 1, 152064, 3098d2eb9129beddb6975e3ae332a4ab -0, 4, 4, 1, 152064, 6719f3a6c22f05dc53dd3906e4154bd7 -0, 5, 5, 1, 152064, 8cd9a12761e35f67c278949cd3aee88f -0, 6, 6, 1, 152064, 8cd9a12761e35f67c278949cd3aee88f -0, 7, 7, 1, 152064, 0160dec415234d39f148e91f72d264ab -0, 8, 8, 1, 152064, 9f90d96d67d9e9b3716abe2a3faa854e -0, 9, 9, 1, 152064, 1edb312f9d0be7835b964a3ffa014759 -0, 10, 10, 1, 152064, 7614fd674609afccacd355aa2f714c75 -0, 11, 11, 1, 152064, cb46868706dd246878bebf354aff66f4 -0, 12, 12, 1, 152064, da36fe96cb4956036f890bb2f6d05b98 -0, 13, 13, 1, 152064, af0a178c68b719b369c8fa8537d38e65 -0, 14, 14, 1, 152064, ff03dbc436376fc60ac240cd6c4fc518 -0, 15, 15, 1, 152064, b0bf25e139556bd9067616db7e4f47b5 -0, 16, 16, 1, 152064, e70d5480c1f82fc877bbe1a8093f807a -0, 17, 17, 1, 152064, 622fb43e6ff63834f0f680a68b49f6e6 -0, 18, 18, 1, 152064, c331ebba15f2290f174533dbffb3c27b -0, 19, 19, 1, 152064, 15cb153425c55f7065fb36606c48972e -0, 20, 20, 1, 152064, b95c7699639c51b08b3615ef7fa7046c -0, 21, 21, 1, 152064, b4774148c71c9c184bda5a18294e459c -0, 22, 22, 1, 152064, 795b7ce4c5e0dc343bd8f80ad6c1a454 -0, 23, 23, 1, 152064, 19163601b7b6138e2940cf28f6df6c7f -0, 24, 24, 1, 152064, b9b388e0892c52df0680a30bfa954506 Test vp9-parallelmode-akiyo failed. Look at tests/data/fate/vp9-parallelmode-akiyo.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-parallelmode-akiyo] Error 1 TEST vp9-trac3849 --- /home/fate/ffmpeg/tests/ref/fate/vp9-segmentation-sf-akiyo 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-segmentation-sf-akiyo 2017-03-30 22:53:24.667845185 +0000 @@ -1,34 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, f4e04a0f92fab3a52d858bb222807ac0 -0, 1, 1, 1, 152064, 493cb96b8202a1518c6c9bdb848540e4 -0, 2, 2, 1, 152064, 60b5b63f832cff119a43de82102758f4 -0, 3, 3, 1, 152064, 0d9bd42e279d480603f9c670f0a8ffe3 -0, 4, 4, 1, 152064, 25ca563f233688f32f40fec985a116a2 -0, 5, 5, 1, 152064, dd14b43d538708a91de41606703dbe1c -0, 6, 6, 1, 152064, 01bb23cb43960ff185a97ea79936d3b4 -0, 7, 7, 1, 152064, 85045c4310ee80cd12979bdea4f3f86e -0, 8, 8, 1, 152064, c8e015ea13359a05483de349313a6686 -0, 9, 9, 1, 152064, 8dbb0406bf6fe19c30a9c9253fcdfe7f -0, 10, 10, 1, 152064, 84881463643069036d03e8120a5f15e9 -0, 11, 11, 1, 152064, 9abcd3f2f86ff31f8d357389b330df59 -0, 12, 12, 1, 152064, 19ada6395c4e656578d2ceeaba291bb2 -0, 13, 13, 1, 152064, fc29773a6f32eed2bfa44143f8f505b1 -0, 14, 14, 1, 152064, 5e56bd91f5e3d1457c124b5702bdc3b6 -0, 15, 15, 1, 152064, 5b920d73e301adb6c45699a209f09a33 -0, 16, 16, 1, 152064, 4d06ec294270638c6abdd1c2303b34fc -0, 17, 17, 1, 152064, dc99797067851f74708d7e6ff54367d8 -0, 18, 18, 1, 152064, 5df68b49124219592b043916affb1311 -0, 19, 19, 1, 152064, cfb52d101fad76acb1bb0d48c513bffd -0, 20, 20, 1, 152064, 206dbd55680b8a83d8bafe33c54c3e36 -0, 21, 21, 1, 152064, 171f2e26771db631788065eecf6c44d9 -0, 22, 22, 1, 152064, b10809dcf9ecfdb4f86a6f3236ac273e -0, 23, 23, 1, 152064, b354107bdea9bd011b09d9f4a32d4e89 -0, 24, 24, 1, 152064, 0c18be13dc6fbf79a613f2b24bb301c1 Test vp9-segmentation-sf-akiyo failed. Look at tests/data/fate/vp9-segmentation-sf-akiyo.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-segmentation-sf-akiyo] Error 1 TEST vp9-trac4359 --- /home/fate/ffmpeg/tests/ref/fate/vp9-segmentation-aq-akiyo 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-segmentation-aq-akiyo 2017-03-30 22:53:24.354511984 +0000 @@ -1,34 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 352x288 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, b208eac12f0ae74a812bc9e314bdfac7 -0, 1, 1, 1, 152064, ebb2259451c3acf3ad6379d1f4092efb -0, 2, 2, 1, 152064, 33de46060afd14aa359b7bd0d9ff1be8 -0, 3, 3, 1, 152064, 33de46060afd14aa359b7bd0d9ff1be8 -0, 4, 4, 1, 152064, 5d087d8df10fd406d59172710ea0341a -0, 5, 5, 1, 152064, 3570ed7fb90ac9b5335b97adf0539e94 -0, 6, 6, 1, 152064, 68a8c56b889a3befc75c9ec4293c7fda -0, 7, 7, 1, 152064, f871f7c0456f644cfb0ec896132a097f -0, 8, 8, 1, 152064, 14e939bfeb2b878e0782a7ce68ecd214 -0, 9, 9, 1, 152064, bd3e97881ebece0f876d46d067c6a7ff -0, 10, 10, 1, 152064, a20529c091ef3e68a901c574371224b3 -0, 11, 11, 1, 152064, 5253f16c8b0329d33d38d275124487fb -0, 12, 12, 1, 152064, c9c2f7d8835e620709a53ff8adfe72bf -0, 13, 13, 1, 152064, dc8f1df0d7ab8e4f9daf2ccfd96de855 -0, 14, 14, 1, 152064, d09d43208d4de7f81d54f48cff310b6f -0, 15, 15, 1, 152064, 0dcf7212075c1f15219690ad6ffe2940 -0, 16, 16, 1, 152064, 3b52e3eb4f972318c6912dd29a95dcf3 -0, 17, 17, 1, 152064, aa1414343067749fbd743ace93553492 -0, 18, 18, 1, 152064, 6951cb7a78e0a03f9a3f6264084de6dc -0, 19, 19, 1, 152064, 5324f2f03c4d5fe35446561af654e9ec -0, 20, 20, 1, 152064, dff11b046a02ca34c6b1aecc857632ec -0, 21, 21, 1, 152064, 971182c013c1524d4864fd946b8c1550 -0, 22, 22, 1, 152064, 3306f1dcd5760ba92dd9cec8bfc21b08 -0, 23, 23, 1, 152064, f1f7b13c33332fece576b4d175f91832 -0, 24, 24, 1, 152064, 9e66573fbfe847149eb32e8a9c242c18 Test vp9-segmentation-aq-akiyo failed. Look at tests/data/fate/vp9-segmentation-aq-akiyo.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-segmentation-aq-akiyo] Error 1 TEST vp9-05-resize --- /home/fate/ffmpeg/tests/ref/fate/vp9-tiling-pedestrian 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-tiling-pedestrian 2017-03-30 22:53:25.267844933 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1/1000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 1920x1080 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 0, 3110400, 1e6c2e768a5107e57e6d626f0511193a -0, 40, 40, 0, 3110400, 972d3e2b5ee2e3b0907218a243e4cb7d Test vp9-tiling-pedestrian failed. Look at tests/data/fate/vp9-tiling-pedestrian.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-tiling-pedestrian] Error 1 TEST lavf-fate-ogg_vp3 --- /home/fate/ffmpeg/tests/ref/fate/vp9-trac3849 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-trac3849 2017-03-30 22:53:25.777844719 +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: 640x360 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 345600, c2ee30cb4529fcbd61938af1887e2b45 -0, 1, 1, 1, 345600, 946e9bfee03777a07c122df038087d92 -0, 2, 2, 1, 345600, 5dd1916a4bad6e94393f6a50a37c823d -0, 3, 3, 1, 345600, 2f2760d8dcecc1854fd665892382c3af -0, 4, 4, 1, 345600, 70418b01ae59e2885457b62b7f416bac -0, 5, 5, 1, 345600, bda937bb934a6eba193daadccdaa418d -0, 6, 6, 1, 345600, 8348bbb7c260dec6baa135c8f16348a9 -0, 7, 7, 1, 345600, d45bf60db5f25e774d32975eca01f9c7 -0, 8, 8, 1, 345600, 980e73d96767b2097adf26e0ea31d50e -0, 9, 9, 1, 345600, 66fda810a9a35f1ce57d6f2351b73c13 Test vp9-trac3849 failed. Look at tests/data/fate/vp9-trac3849.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-trac3849] Error 1 TEST lavf-fate-ogg_vp8 --- /home/fate/ffmpeg/tests/ref/fate/vp9-05-resize 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-05-resize 2017-03-30 22:53:26.377844469 +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:220: fate-vp9-05-resize] Error 1 TEST lavf-fate-latm --- /home/fate/ffmpeg/tests/ref/fate/vp9-trac4359 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/vp9-trac4359 2017-03-30 22:53:26.217844535 +0000 @@ -1,13 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 1280x720 -#sar 0: 1/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 1382400, 2929e5318edee6cd6b24ede0c1015137 -0, 1, 1, 1, 1382400, ca0d83b04297da33a1aa17129a9fe9c9 -0, 2, 2, 1, 1382400, dfdb277e615307e501f416669a208ff4 -0, 3, 3, 1, 1382400, 9c17c58ea4fc5ff1c3398acbf5cc6c69 Test vp9-trac4359 failed. Look at tests/data/fate/vp9-trac4359.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vp9-trac4359] Error 1 TEST lavf-fate-mp3 TEST lavf-fate-mov_qtrle_mace6 TEST lavf-fate-avi_cram TEST segment-mp4-to-ts TEST segment-adts-to-mkv GEN tests/data/adts-to-mkv-cated-000.mkv GEN tests/data/adts-to-mkv-cated-001.mkv GEN tests/data/adts-to-mkv-cated-002.mkv GEN tests/data/adts-to-mkv-cated-all.mkv TEST aac-ct-sbr_i-ps_i.aac TEST aac-al04_44 TEST aac-al05_44 TEST aac-al06_44 TEST aac-al07_96 TEST aac-al15_44 TEST aac-al17_44 TEST aac-al18_44 TEST aac-am00_88 TEST aac-am05_44 TEST aac-al_sbr_hq_cm_48_2 TEST aac-al_sbr_hq_cm_48_5.1 TEST aac-al_sbr_hq_sr_48_2_fsaac48 TEST aac-al_sbr_ps_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-ltp-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 dss-lp TEST dss-sp TEST imc TEST nellymoser GEN tests/data/asynth-16000-1.wav TEST on2avc TEST paf-audio TEST sierra-vmd-audio TEST smacker-audio TEST ws_snd TEST dca-xll_51_16_192_768_0 TEST dca-xll_51_16_192_768_0-dmix_2 TEST dca-xll_51_16_192_768_0-dmix_6 TEST dca-xll_51_16_192_768_1 TEST dca-xll_51_16_192_768_1-dmix_2 TEST dca-xll_51_16_192_768_1-dmix_6 TEST dca-xll_51_24_48_768 TEST dca-xll_51_24_48_768-dmix_2 TEST dca-xll_51_24_48_768-dmix_6 TEST dca-xll_51_24_48_none TEST dca-xll_51_24_48_none-dmix_2 TEST dca-xll_51_24_48_none-dmix_6 TEST dca-xll_71_24_48_768_0 TEST dca-xll_71_24_48_768_0-dmix_2 TEST dca-xll_71_24_48_768_0-dmix_6 TEST dca-xll_71_24_48_768_1 TEST dca-xll_71_24_48_768_1-dmix_2 TEST dca-xll_71_24_48_768_1-dmix_6 TEST dca-xll_71_24_96_768 TEST dca-xll_71_24_96_768-dmix_2 TEST dca-xll_71_24_96_768-dmix_6 TEST dca-xll_x96_51_24_96_1509 TEST dca-xll_x96_51_24_96_1509-dmix_2 TEST dca-xll_x96_51_24_96_1509-dmix_6 TEST dca-xll_xch_61_24_48_768 TEST dca-xll_xch_61_24_48_768-dmix_2 TEST dca-xll_xch_61_24_48_768-dmix_6 TEST dca-core_51_24_48_768_0 TEST dca-core_51_24_48_768_1 TEST dca-x96_51_24_96_1509 TEST dca-x96_xch_61_24_96_3840 TEST dca-x96_xxch_71_24_96_3840 TEST dca-xbr_51_24_48_3840 TEST dca-xbr_xch_61_24_48_3840 TEST dca-xbr_xxch_71_24_48_3840 TEST dca-xch_61_24_48_768 TEST dca-xxch_71_24_48_2046 TEST dca-core_51_24_48_768_1-dmix_2 TEST dca-x96_xxch_71_24_96_3840-dmix_2 TEST dca-x96_xxch_71_24_96_3840-dmix_6 TEST dca-xch_61_24_48_768-dmix_6 TEST dca-core TEST dca-xll TEST dts_es TEST avio-direct TEST aea-demux TEST ast TEST bink-demux TEST bfstm TEST bcstm TEST brstm TEST caf TEST cdxl-demux TEST cine-demux TEST d-cinema-demux TEST d-eavp6-demux TEST flv-demux TEST gif-demux TEST iv8-demux TEST jv-demux TEST lmlm4-demux TEST maxis-xa TEST mkv TEST mkv-1242 TEST mlv-demux TEST mov-mp3-demux TEST ts-opus-demux TEST mtv TEST mxf-demux TEST nc-demux TEST nistsphere-demux TEST nsv-demux TEST oggopus-demux TEST oggvp8-demux TEST oma-demux TEST paf-demux TEST pmp-demux TEST rsd-demux TEST redspark-demux TEST psx-str-demux TEST pva-demux TEST qcp-demux TEST redcode-demux TEST siff-demux TEST smjpeg-demux TEST wav-ac3 TEST westwood-aud TEST wtv-demux TEST xmv-demux TEST xwma-demux TEST ts-demux TEST ea-cdata TEST ea-cmv TEST ea-mad TEST ea-tgq TEST ea-tgv-1 TEST ea-tgv-2 TEST ea-tqi TEST fifo-muxer-h264 TEST fifo-muxer-wav TEST filter-delogo TEST filter-yadif-mode0 TEST filter-yadif-mode1 TEST filter-yadif10 TEST filter-yadif16 TEST filter-w3fdif-simple TEST filter-w3fdif-complex TEST filter-mcdeint-fast TEST filter-mcdeint-medium TEST filter-codecview-mvs TEST filter-showpalette TEST filter-palettegen-1 TEST filter-palettegen-2 TEST filter-paletteuse-nodither TEST filter-paletteuse-bayer TEST filter-paletteuse-sierra2_4a TEST filter-hqdn3d-sample TEST filter-overlay-dvdsub-2397 TEST filter-hq2x TEST filter-hq3x TEST filter-hq4x TEST filter-2xbr TEST filter-3xbr TEST filter-4xbr TEST filter-curves TEST filter-gradfun-sample TEST filter-fps-cfr TEST filter-fps TEST filter-fps-r TEST filter-meta-4560-rotate0 TEST aliaspix-bgr TEST aliaspix-gray TEST brenderpix-24 TEST brenderpix-565 TEST brenderpix-defpal TEST brenderpix-intpal TEST brenderpix-y400a TEST dds-alpha8 TEST dds-argb TEST dds-argb-aexp TEST dds-dx10-bc1 TEST dds-dx10-bc1a TEST dds-dx10-bc2 TEST dds-dx10-bc3 TEST dds-dx10-bc4 TEST dds-dx10-bc5 TEST dds-dxt1 TEST dds-dxt1a TEST dds-dxt1-normalmap TEST dds-dxt2 TEST dds-dxt3 TEST dds-dxt4 TEST dds-dxt5 TEST dds-dxt5-aexp TEST dds-dxt5-normalmap TEST dds-dxt5-normalmap-ati TEST dds-dxt5-rbxg TEST dds-dxt5-rgxb TEST dds-dxt5-rxbg TEST dds-dxt5-rxgb TEST dds-dxt5-xgbr TEST dds-dxt5-xgxr TEST dds-dxt5-xrbg TEST dds-dxt5-ycocg TEST dds-dxt5-ycocg-scaled TEST dds-monob TEST dds-pal TEST dds-pal-ati TEST dds-rgb1555 TEST dds-rgb16 TEST dds-rgb24 TEST dds-rgb555 TEST dds-rgba TEST dds-rgtc1s TEST dds-rgtc1u TEST dds-rgtc2s TEST dds-rgtc2u TEST dds-rgtc2u-xy TEST dds-uyvy TEST dds-xbgr TEST dds-xrgb TEST dds-y TEST dds-ya TEST dds-ycocg TEST dds-yuyv TEST exr-slice-raw TEST exr-slice-rle TEST exr-slice-zip1 TEST exr-slice-zip16 TEST exr-slice-pxr24 TEST exr-rgb-scanline-pxr24-float-12x8 TEST exr-rgba-multiscanline-half-b44 TEST exr-rgb-scanline-float-b44 TEST exr-rgb-scanline-half-b44-12x8 TEST exr-rgb-scanline-half-b44-13x9 TEST exr-rgb-tile-float-raw-12x8 TEST exr-rgb-tile-float-raw-150x130 TEST exr-rgb-tile-half-raw-12x8 TEST exr-rgba-scanline-float-half-b44-13x9-l1 TEST exr-rgba-scanline-float-half-b44-13x9-l2 TEST exr-rgba-scanline-float-half-b44-12x8-l1 TEST exr-rgba-scanline-float-half-b44-12x8-l2 TEST exr-rgba-scanline-float-half-b44a-12x8-l1 TEST exr-rgba-scanline-float-half-b44a-12x8-l2 TEST exr-rgba-scanline-float-half-b44a-13x9-l1 TEST exr-rgba-scanline-float-half-b44a-13x9-l2 TEST exr-rgb-tile-pxr24-float-half-l1 TEST exr-rgb-tile-pxr24-float-half-l2 TEST exr-rgb-tile-pxr24-half-float-l1 TEST exr-rgb-tile-pxr24-half-float-l2 TEST exr-rgb-tile-half-float-b44-12x8-l1 TEST exr-rgb-tile-half-float-b44-12x8-l2 TEST exr-rgb-tile-zip-half-float-l1 TEST exr-rgb-tile-zip-half-float-l2 TEST exr-rgb-tile-zip1-half-float-l1 TEST exr-rgb-tile-zip1-half-float-l2 TEST exr-rgb-tile-rle-half-float-l1 TEST exr-rgb-tile-rle-half-float-l2 TEST exr-rgb-tile-raw-half-float-l1 TEST exr-rgb-tile-raw-half-float-l2 TEST exr-rgb-scanline-b44-half-float-12x8-l1 TEST exr-rgb-scanline-b44-half-float-12x8-l2 TEST exr-rgb-scanline-pxr24-half-float-l1 TEST exr-rgb-scanline-pxr24-half-float-l2 TEST exr-rgb-scanline-pxr24-float-half-l1 TEST exr-rgb-scanline-pxr24-float-half-l2 TEST exr-rgb-scanline-pxr24-half-uint32-13x9 TEST exr-rgb-scanline-zip-half-float-l1 TEST exr-rgb-scanline-zip-half-float-l2 TEST exr-rgb-scanline-zip1-half-float-l1 TEST exr-rgb-scanline-zip1-half-float-l2 TEST exr-rgb-scanline-rle-half-float-l1 TEST exr-rgb-scanline-rle-half-float-l2 TEST exr-rgb-scanline-raw-half-float-l1 TEST exr-rgb-scanline-raw-half-float-l2 TEST jpg-12bpp TEST jpg-jfif TEST png-gray8 TEST png-gray16 TEST png-rgb24 TEST png-rgb48 TEST png-rgba TEST png-rgba64 TEST png-ya8 TEST png-ya16 TEST png-int-rgb24 TEST psd-gray8 TEST psd-gray16 TEST psd-rgb24 TEST psd-rgb48 TEST psd-rgba TEST psd-rgba64 TEST psd-ya8 TEST psd-ya16 TEST psd-lena-127x127-rgb24 TEST psd-lena-rgb-rle-127x127-16b TEST psd-lena-rgb-rle-127x127-8b TEST psd-lena-rgba-rle-128x128-8b TEST psd-lena-256c TEST psd-lena-bitmap TEST psd-duo-tone-color TEST sgi-gray8 TEST sgi-gray8-rle TEST sgi-gray16 TEST sgi-gray16-rle TEST sgi-rgb24 TEST sgi-rgb24-rle TEST sgi-rgb48 TEST sgi-rgb48-rle TEST sgi-rgba TEST sgi-rgba-rle TEST sgi-rgba64 TEST sgi-rgba64-rle TEST sunraster-1bit-raw TEST sunraster-1bit-rle TEST sunraster-8bit-raw TEST sunraster-8bit_gray-raw TEST sunraster-8bit-rle TEST sunraster-24bit-raw TEST sunraster-24bit-rle TEST targa-conformance-CBW8 TEST targa-conformance-CCM8 TEST targa-conformance-CTC16 TEST targa-conformance-CTC24 TEST targa-conformance-CTC32 TEST targa-conformance-UBW8 TEST targa-conformance-UCM8 TEST targa-conformance-UTC16 TEST targa-conformance-UTC24 TEST targa-conformance-UTC32 TEST targa-top-to-bottom TEST tiff-fax-g3 TEST tiff-fax-g3s TEST webp-rgb-lossless TEST webp-rgb-lena-lossless TEST webp-rgb-lena-lossless-rgb24 TEST webp-rgba-lossless TEST webp-rgb-lossy-q80 TEST webp-rgba-lossy-q80 TEST xbm10 TEST xbm11 TEST bmpparser TEST dpx TEST pict TEST pictor TEST pngparser TEST ptx TEST xface TEST lossless-alac TEST lossless-meridianaudio TEST ralf TEST lossless-shorten TEST lossless-tak TEST lossless-truehd-5.1 TEST lossless-truehd-5.1-downmix-2.0 TEST lossless-tta TEST lossless-tta-encrypted TEST lossless-wma TEST lossless-wma24-1 TEST lossless-wma24-2 TEST lossless-wma24-rawtile TEST lagarith-rgb24 TEST lagarith-rgb32 TEST lagarith-yuy2 TEST lagarith-yv12 TEST lagarith-red TEST lagarith-ticket4119 TEST lagarith-ticket4119-cfr TEST lagarith-ticket4119-vfr TEST lagarith-ticket4119-pass TEST lagarith-ticket4119-drop TEST loco-rgb TEST loco-yuy2 TEST msrle-8bit TEST mszh TEST vble TEST zerocodec TEST zlib TEST msmpeg4v1 TEST msvideo1-8bit TEST msvideo1-16bit TEST wmv8-drm TEST wmv8-drm-nodec TEST wmv8-x8intra TEST vc1_sa00040 TEST vc1_sa00050 TEST vc1_sa10091 TEST vc1_sa10143 TEST vc1_sa20021 TEST vc1_ilaced_twomv TEST vc1-ism TEST asf-repldata TEST 8bps TEST qdm2 TEST qt-alaw-mono TEST qt-alaw-stereo TEST qt-ima4-mono TEST qt-ima4-stereo TEST qt-mac3-mono TEST qt-mac3-stereo TEST qt-mac6-mono TEST qt-mac6-stereo TEST qt-ulaw-mono TEST qt-ulaw-stereo TEST quickdraw TEST rpza TEST svq1 TEST svq1-headerswap TEST svq3 TEST svq3-watermark Test svq1 failed. Look at tests/data/fate/svq1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-svq1] Error 1 TEST ra3-144 Test svq1-headerswap failed. Look at tests/data/fate/svq1-headerswap.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-svq1-headerswap] Error 1 TEST ra-144 TEST ra-288 TEST ra-cook TEST sipr-5k0 TEST sipr-6k5 TEST sipr-8k5 TEST sipr-16k TEST rv20-1239 TEST rv30 TEST rv40 TEST cscd TEST dxtory TEST fraps-v0 TEST fraps-v1 TEST fraps-v2 TEST fraps-v3 TEST fraps-v4 TEST fraps-v5 TEST tscc-15bit TEST tscc-32bit TEST vmnc-16bit TEST vmnc-32bit TEST zmbv-8bit TEST zmbv-15bit TEST zmbv-16bit TEST zmbv-32bit TEST binsub-mksenc TEST sub-microdvd-remux TEST binsub-movtextenc TEST sub-srt-rrn-remux TEST sub-srt-madness-timeshift TEST sub-srt-empty-events TEST sub-subripenc TEST sub-webvttenc TEST sub-textenc TEST sub-scc TEST sub-aqtitle TEST sub-cc TEST sub-cc-realtime TEST sub-ass-to-ass-transcode TEST sub-ssa-to-ass-remux TEST sub-jacosub TEST sub-microdvd TEST sub-movtext TEST sub-mpl2 TEST sub-mpsub TEST sub-mpsub-frames TEST sub-pjs TEST sub-realtext TEST sub-sami TEST sub-sami2 TEST sub-srt TEST sub-stl TEST sub-subviewer1 TEST sub-subviewer TEST sub-vplayer TEST sub-webvtt TEST sub-webvtt2 TEST sub-charenc TEST 4xm-1 TEST 4xm-2 TEST 012v TEST aasc TEST aic TEST aic-oddsize TEST alg-mm TEST amv TEST ansi TEST ansi256 TEST armovie-escape124 TEST armovie-escape130 TEST auravision-v1 TEST auravision-v2 TEST bethsoft-vid TEST bfi TEST bink-video-b TEST bink-video-f TEST bink-video-i TEST bmv-video TEST cavs TEST cdgraphics TEST cljr TEST corepng TEST rgbapng-4816 TEST creatureshock-avs TEST cvid-palette TEST cvid-partial TEST cvid-grayscale TEST cyberia-c93 TEST cyuv TEST delphine-cin-video TEST deluxepaint-anm TEST dirac TEST dxa-feeble TEST dxa-scummvm TEST dxv-dxt1 TEST dxv-dxt5 TEST dxv3-dxt1 TEST dxv3-dxt5 TEST film-cvid TEST flic-af11-palette-change TEST flic-af12 TEST flic-magiccarpet TEST frwu TEST id-cin-video TEST idroq-video-encode TEST hap1 TEST hap5 TEST hapy TEST hap-chunk TEST iff-byterun1 TEST iff-fibonacci TEST iff-ilbm TEST interplay-mve-8bit TEST interplay-mve-16bit TEST jpeg2000-dcinema TEST jv TEST kgv1 TEST kmvc TEST magicyuv-y4444i TEST magicyuv-y400i TEST magicyuv-y420 TEST magicyuv-y422i TEST magicyuv-y444 TEST magicyuv-rgba TEST magicyuv-rgb TEST mdec TEST mdec-v3 TEST mimic TEST mjpegb TEST motionpixels TEST mpeg2-field-enc TEST mpeg2-ticket186 TEST mpeg2-ticket6024 TEST mv-mvc1 TEST mv-mvc2 TEST mv-sgirle TEST mxpeg TEST nuv-rtjpeg TEST nuv-rtjpeg-fh TEST paf-video TEST qpeg TEST r210 TEST rl2 TEST roqvideo TEST sanm TEST sierra-vmd-video TEST smacker-video TEST smc TEST sp5x TEST thp TEST tiertex-seq TEST tmv TEST txd-16bpp TEST txd-odd TEST txd-pal8 TEST ulti TEST v210 TEST v410dec TEST vb TEST vcr1 TEST vcr2 TEST videoxl TEST vqa-cc TEST wc3movie-xan TEST wnv1 TEST yop TEST xxan-wc4 TEST smvjpeg TEST g722dec-1 TEST g722-encode TEST g723_1-dec-1 TEST g723_1-dec-2 TEST g723_1-dec-3 TEST g723_1-dec-4 TEST g723_1-dec-5 TEST g723_1-dec-6 TEST g723_1-dec-7 TEST g723_1-dec-8 TEST g726-encode-2bit TEST g726-encode-3bit TEST g726-encode-4bit TEST g726-encode-5bit TEST gsm-ms TEST gsm-toast TEST qcelp TEST truespeech TEST twinvq TEST vqf-demux TEST canopus-cllc-argb TEST canopus-cllc-rgb TEST canopus-cllc-yuy2-noblock TEST canopus-hq_hqa-hq TEST canopus-hq_hqa-hqa TEST canopus-hq_hqa-inter TEST canopus-hqx422 TEST canopus-hqx422a TEST ffmpeg-filter_colorkey TEST force_key_frames TEST sub2video TEST rgb24-mkv TEST adtstoasc_ticket3715 TEST h264_mp4toannexb_ticket2991 TEST h264_mp4toannexb_ticket5927 TEST h264_mp4toannexb_ticket5927_2 TEST ffmpeg-bsf-remove-k TEST ffmpeg-bsf-remove-r TEST ffmpeg-bsf-remove-e 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 exif-image-tiff TEST exif-image-jpg TEST exif-image-webp TEST exif-image-embedded TEST filter-metadata-scenedetect TEST filter-metadata-cropdetect TEST filter-metadata-silencedetect TEST filter-metadata-ebur128 TEST filter-metadata-readvitc-def TEST filter-metadata-readvitc-thr TEST filter-metadata-avf-aphase-meter-mono TEST filter-metadata-avf-aphase-meter-out-of-phase TEST h264-dts_5frames TEST matroska-spherical-mono TEST mov-aac-2048-priming TEST mov-zombie TEST mov-init-nonkeyframe TEST mov-displaymatrix TEST mov-spherical-mono TEST mxf-probe-d10 TEST mxf-probe-dnxhd TEST mxf-probe-dv25 TEST vorbis-1833-chapters 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-png-codec-param TEST api-mjpeg-codec-param TEST lavf-mxf TEST lavf-mxf_d10 TEST lavf-ts 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/golomb LD libavcodec/tests/dct TEST iirfilter TEST libavcodec-options TEST rangecoder TEST mathops TEST j2k-dwt TEST libavcodec-utils TEST libavcodec-huffman 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/atomic 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/eval LD libavutil/tests/fifo LD libavutil/tests/float_dsp LD libavutil/tests/hash LD libavutil/tests/hmac LD libavutil/tests/imgutils LD libavutil/tests/lfg LD libavutil/tests/md5 LD libavutil/tests/murmur3 LD libavutil/tests/parseutils LD libavutil/tests/display LD libavutil/tests/random_seed LD libavutil/tests/ripemd LD libavutil/tests/sha LD libavutil/tests/sha512 LD libavutil/tests/tree LD libavutil/tests/twofish LD libavutil/tests/xtea LD libavutil/tests/tea LD libavutil/tests/opt LD libavutil/tests/cpu_init LD libavutil/tests/pixelutils LD libswscale/tests/pixdesc_query TEST mapchan-6ch-extract-2 TEST mapchan-6ch-extract-2-downmix-mono TEST mapchan-silent-mono TEST 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-anequalizer TEST filter-firequalizer TEST filter-compand TEST filter-channelmap-one-int TEST filter-join LD libavfilter/tests/formats TEST swr-resample-s16p-2626-8000 TEST swr-resample-s16p-2626-44100 TEST swr-resample-s16p-2626-48000 TEST swr-resample-s16p-2626-96000 TEST swr-resample-s16p-8000-2626 TEST swr-resample-s16p-8000-44100 TEST swr-resample-s16p-8000-48000 TEST swr-resample-s16p-8000-96000 TEST swr-resample-s16p-48000-2626 TEST swr-resample-s16p-48000-8000 TEST swr-resample-s16p-48000-44100 TEST swr-resample-s16p-48000-96000 TEST swr-resample-s16p-96000-2626 TEST swr-resample-s16p-96000-8000 TEST swr-resample-s16p-96000-44100 TEST swr-resample-s16p-96000-48000 TEST dcinema-encode TEST unknown_layout-pcm TEST unknown_layout-ac3 TEST vsynth1-amv TEST vsynth1-asv1 TEST vsynth1-asv2 TEST vsynth1-cinepak TEST vsynth1-cljr TEST vsynth1-dnxhd-720p TEST vsynth1-dnxhd-720p-rd TEST vsynth1-dnxhd-720p-10bit TEST vsynth1-dnxhd-720p-hr-lb TEST vsynth1-dnxhd-4k-hr-lb TEST vsynth1-dnxhd-uhd-hr-sq TEST vsynth1-dnxhd-2k-hr-hq TEST vsynth1-dnxhd-edge1-hr TEST vsynth1-dnxhd-edge2-hr TEST vsynth1-dnxhd-edge3-hr TEST vsynth1-vc2-420p TEST vsynth1-vc2-420p10 TEST vsynth1-vc2-420p12 TEST vsynth1-vc2-422p TEST vsynth1-vc2-422p10 TEST vsynth1-vc2-422p12 TEST vsynth1-vc2-444p TEST vsynth1-vc2-444p10 TEST vsynth1-vc2-444p12 TEST vsynth1-dnxhd-1080i TEST vsynth1-dnxhd-1080i-10bit TEST vsynth1-dnxhd-1080i-colr TEST vsynth1-dnxhd-hr-lb-mov TEST vsynth1-dnxhd-hr-sq-mov TEST vsynth1-dnxhd-hr-hq-mov TEST vsynth1-dv TEST vsynth1-dv-411 TEST vsynth1-dv-50 TEST vsynth1-ffv1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-ffv1 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-ffv1 2017-03-30 23:06:35.777428288 +0000 @@ -1,4 +0,0 @@ -26b1296a0ef80a3b5c8b63cc57c52bc2 *tests/data/fate/vsynth1-ffv1.avi -2691268 tests/data/fate/vsynth1-ffv1.avi -c5ccac874dbf808e9088bc3107860042 *tests/data/fate/vsynth1-ffv1.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth1-ffv1 failed. Look at tests/data/fate/vsynth1-ffv1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vsynth1-ffv1] Error 1 TEST vsynth1-ffv1-v0 TEST vsynth1-ffv1-v3-yuv420p TEST vsynth1-ffv1-v3-yuv422p10 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-ffv1-v0 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-ffv1-v0 2017-03-30 23:06:43.634090263 +0000 @@ -1,4 +0,0 @@ -36011c9a2b288fb04bf6c520371646d4 *tests/data/fate/vsynth1-ffv1-v0.avi -2655368 tests/data/fate/vsynth1-ffv1-v0.avi -c5ccac874dbf808e9088bc3107860042 *tests/data/fate/vsynth1-ffv1-v0.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth1-ffv1-v0 failed. Look at tests/data/fate/vsynth1-ffv1-v0.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vsynth1-ffv1-v0] Error 1 TEST vsynth1-ffv1-v3-yuv444p16 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-ffv1-v3-yuv420p 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-ffv1-v3-yuv420p 2017-03-30 23:06:44.687421792 +0000 @@ -1,4 +0,0 @@ -26b1296a0ef80a3b5c8b63cc57c52bc2 *tests/data/fate/vsynth1-ffv1-v3-yuv420p.avi -2691268 tests/data/fate/vsynth1-ffv1-v3-yuv420p.avi -c5ccac874dbf808e9088bc3107860042 *tests/data/fate/vsynth1-ffv1-v3-yuv420p.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth1-ffv1-v3-yuv420p failed. Look at tests/data/fate/vsynth1-ffv1-v3-yuv420p.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vsynth1-ffv1-v3-yuv420p] Error 1 TEST vsynth1-ffv1-v3-bgr0 TEST vsynth1-ffv1-v3-rgb48 --- /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 2017-03-30 23:06:49.317411527 +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:220: fate-vsynth1-ffv1-v3-yuv422p10] Error 1 TEST vsynth1-ffvhuff TEST vsynth1-ffvhuff444 TEST vsynth1-ffvhuff420p12 TEST vsynth1-ffvhuff422p10left TEST vsynth1-ffvhuff444p16 --- /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 2017-03-30 23:06:51.470740107 +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:220: fate-vsynth1-ffv1-v3-yuv444p16] Error 1 TEST vsynth1-flashsv TEST vsynth1-flashsv2 TEST vsynth1-flv TEST vsynth1-h261 TEST vsynth1-h261-trellis TEST vsynth1-h263 TEST vsynth1-h263-obmc TEST vsynth1-h263p TEST vsynth1-huffyuv TEST vsynth1-huffyuvbgr24 TEST vsynth1-huffyuvbgra TEST vsynth1-jpegls TEST vsynth1-jpeg2000 TEST vsynth1-jpeg2000-97 TEST vsynth1-ljpeg --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-ljpeg 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-ljpeg 2017-03-30 23:08:20.653887009 +0000 @@ -1,4 +0,0 @@ -a9c92718692c7eb3fdce5041a6a21eb6 *tests/data/fate/vsynth1-ljpeg.avi -6309482 tests/data/fate/vsynth1-ljpeg.avi -c5ccac874dbf808e9088bc3107860042 *tests/data/fate/vsynth1-ljpeg.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth1-ljpeg failed. Look at tests/data/fate/vsynth1-ljpeg.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vsynth1-ljpeg] Error 1 TEST vsynth1-mjpeg TEST vsynth1-mjpeg-422 TEST vsynth1-mjpeg-444 TEST vsynth1-mjpeg-trell TEST vsynth1-mjpeg-huffman TEST vsynth1-mjpeg-trell-huffman TEST vsynth1-mpeg1 TEST vsynth1-mpeg1b TEST vsynth1-mpeg2 TEST vsynth1-mpeg2-422 TEST vsynth1-mpeg2-idct-int TEST vsynth1-mpeg2-ilace TEST vsynth1-mpeg2-ivlc-qprd TEST vsynth1-mpeg2-thread TEST vsynth1-mpeg2-thread-ivlc TEST vsynth1-mpeg4 TEST vsynth1-mpeg4-rc TEST vsynth1-mpeg4-adv TEST vsynth1-mpeg4-qprd TEST vsynth1-mpeg4-adap TEST vsynth1-mpeg4-qpel TEST vsynth1-mpeg4-thread TEST vsynth1-mpeg4-error TEST vsynth1-mpeg4-nr TEST vsynth1-mpeg4-nsse TEST vsynth1-msmpeg4 TEST vsynth1-msmpeg4v2 TEST vsynth1-mpng TEST vsynth1-msvideo1 TEST vsynth1-prores TEST vsynth1-prores_ks TEST vsynth1-qtrle TEST vsynth1-qtrlegray TEST vsynth1-rgb TEST vsynth1-bpp1 TEST vsynth1-bpp15 TEST vsynth1-mov-bgr24 TEST vsynth1-mov-bpp15 TEST vsynth1-mov-bpp16 TEST vsynth1-roqvideo TEST vsynth1-rv10 TEST vsynth1-rv20 TEST vsynth1-snow TEST vsynth1-snow-hpel TEST vsynth1-snow-ll TEST vsynth1-svq1 TEST vsynth1-r210 TEST vsynth1-v210 TEST vsynth1-v210-10 TEST vsynth1-v308 TEST vsynth1-v408 TEST vsynth1-avui TEST vsynth1-wmv1 TEST vsynth1-wmv2 TEST vsynth1-yuv TEST vsynth1-xface TEST vsynth1-yuv4 TEST vsynth1-y41p TEST vsynth1-zlib GEN tests/data/vsynth2.yuv TEST vsynth3-amv TEST vsynth3-asv1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth1-svq1 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth1-svq1 2017-03-30 23:12:42.143434903 +0000 @@ -1,4 +1,2 @@ a3206831d34197a2d236d82dd0248646 *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:220: fate-vsynth1-svq1] Error 1 TEST vsynth3-asv2 TEST vsynth3-cljr TEST vsynth3-dnxhd-720p-hr-lb TEST vsynth3-dnxhd-4k-hr-lb TEST vsynth3-dnxhd-uhd-hr-sq TEST vsynth3-dnxhd-2k-hr-hq TEST vsynth3-dnxhd-edge1-hr TEST vsynth3-dnxhd-edge2-hr TEST vsynth3-dnxhd-edge3-hr TEST vsynth3-dnxhd-1080i-10bit TEST vsynth3-dnxhd-1080i-colr TEST vsynth3-dnxhd-hr-lb-mov TEST vsynth3-dnxhd-hr-sq-mov TEST vsynth3-dnxhd-hr-hq-mov TEST vsynth3-ffv1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-ffv1 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-ffv1 2017-03-30 23:13:27.990033503 +0000 @@ -1,4 +0,0 @@ -f969ca8542c8384c27233f362b661f8a *tests/data/fate/vsynth3-ffv1.avi -62194 tests/data/fate/vsynth3-ffv1.avi -a038ad7c3c09f776304ef7accdea9c74 *tests/data/fate/vsynth3-ffv1.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 86700/ 86700 Test vsynth3-ffv1 failed. Look at tests/data/fate/vsynth3-ffv1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vsynth3-ffv1] Error 1 TEST vsynth3-ffv1-v0 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-ffv1-v0 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-ffv1-v0 2017-03-30 23:13:29.770030915 +0000 @@ -1,4 +0,0 @@ -91ddf7723476e2b084253ffca69f382e *tests/data/fate/vsynth3-ffv1-v0.avi -52256 tests/data/fate/vsynth3-ffv1-v0.avi -a038ad7c3c09f776304ef7accdea9c74 *tests/data/fate/vsynth3-ffv1-v0.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 86700/ 86700 Test vsynth3-ffv1-v0 failed. Look at tests/data/fate/vsynth3-ffv1-v0.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vsynth3-ffv1-v0] Error 1 TEST vsynth3-ffv1-v3-yuv420p --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-ffv1-v3-yuv420p 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-ffv1-v3-yuv420p 2017-03-30 23:13:31.460028462 +0000 @@ -1,4 +0,0 @@ -f969ca8542c8384c27233f362b661f8a *tests/data/fate/vsynth3-ffv1-v3-yuv420p.avi -62194 tests/data/fate/vsynth3-ffv1-v3-yuv420p.avi -a038ad7c3c09f776304ef7accdea9c74 *tests/data/fate/vsynth3-ffv1-v3-yuv420p.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 86700/ 86700 Test vsynth3-ffv1-v3-yuv420p failed. Look at tests/data/fate/vsynth3-ffv1-v3-yuv420p.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vsynth3-ffv1-v3-yuv420p] Error 1 TEST vsynth3-ffv1-v3-yuv422p10 TEST vsynth3-ffv1-v3-yuv444p16 --- /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 2017-03-30 23:13:33.180025969 +0000 @@ -1,4 +0,0 @@ -4fc113caac00ada68e19639ae6f7bc47 *tests/data/fate/vsynth3-ffv1-v3-yuv422p10.avi -63840 tests/data/fate/vsynth3-ffv1-v3-yuv422p10.avi -a038ad7c3c09f776304ef7accdea9c74 *tests/data/fate/vsynth3-ffv1-v3-yuv422p10.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 86700/ 86700 Test vsynth3-ffv1-v3-yuv422p10 failed. Look at tests/data/fate/vsynth3-ffv1-v3-yuv422p10.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vsynth3-ffv1-v3-yuv422p10] Error 1 TEST vsynth3-ffv1-v3-bgr0 --- /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 2017-03-30 23:13:33.396692321 +0000 @@ -1,4 +0,0 @@ -1e8981cec92407938b25cd82381d1c64 *tests/data/fate/vsynth3-ffv1-v3-yuv444p16.avi -82908 tests/data/fate/vsynth3-ffv1-v3-yuv444p16.avi -a038ad7c3c09f776304ef7accdea9c74 *tests/data/fate/vsynth3-ffv1-v3-yuv444p16.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 86700/ 86700 Test vsynth3-ffv1-v3-yuv444p16 failed. Look at tests/data/fate/vsynth3-ffv1-v3-yuv444p16.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vsynth3-ffv1-v3-yuv444p16] Error 1 TEST vsynth3-ffv1-v3-rgb48 TEST vsynth3-ffvhuff TEST vsynth3-ffvhuff444 TEST vsynth3-ffvhuff420p12 TEST vsynth3-ffvhuff422p10left TEST vsynth3-ffvhuff444p16 TEST vsynth3-flashsv TEST vsynth3-flashsv2 TEST vsynth3-flv TEST vsynth3-huffyuv TEST vsynth3-huffyuvbgr24 TEST vsynth3-huffyuvbgra TEST vsynth3-jpegls TEST vsynth3-jpeg2000 TEST vsynth3-jpeg2000-97 TEST vsynth3-ljpeg --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-ljpeg 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-ljpeg 2017-03-30 23:13:54.376662204 +0000 @@ -1,4 +0,0 @@ -d3cd7906eecc70b882b7cae300d08646 *tests/data/fate/vsynth3-ljpeg.avi -105844 tests/data/fate/vsynth3-ljpeg.avi -a038ad7c3c09f776304ef7accdea9c74 *tests/data/fate/vsynth3-ljpeg.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 86700/ 86700 Test vsynth3-ljpeg failed. Look at tests/data/fate/vsynth3-ljpeg.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vsynth3-ljpeg] Error 1 TEST vsynth3-mjpeg TEST vsynth3-mjpeg-422 TEST vsynth3-mjpeg-444 TEST vsynth3-mjpeg-trell TEST vsynth3-mjpeg-huffman TEST vsynth3-mjpeg-trell-huffman TEST vsynth3-mpeg1 TEST vsynth3-mpeg1b TEST vsynth3-mpeg2 TEST vsynth3-mpeg2-422 TEST vsynth3-mpeg2-idct-int TEST vsynth3-mpeg2-ilace TEST vsynth3-mpeg2-ivlc-qprd TEST vsynth3-mpeg2-thread TEST vsynth3-mpeg2-thread-ivlc TEST vsynth3-mpeg4 TEST vsynth3-mpeg4-rc TEST vsynth3-mpeg4-adv TEST vsynth3-mpeg4-qprd TEST vsynth3-mpeg4-adap TEST vsynth3-mpeg4-qpel TEST vsynth3-mpeg4-thread TEST vsynth3-mpeg4-error TEST vsynth3-mpeg4-nr TEST vsynth3-mpeg4-nsse TEST vsynth3-msmpeg4 TEST vsynth3-msmpeg4v2 TEST vsynth3-mpng TEST vsynth3-prores TEST vsynth3-prores_ks TEST vsynth3-qtrle TEST vsynth3-rgb TEST vsynth3-bpp1 TEST vsynth3-bpp15 TEST vsynth3-mov-bgr24 TEST vsynth3-mov-bpp15 TEST vsynth3-mov-bpp16 TEST vsynth3-svq1 TEST vsynth3-r210 TEST vsynth3-v210 TEST vsynth3-v210-10 TEST vsynth3-v308 TEST vsynth3-v408 TEST vsynth3-wmv1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth3-svq1 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth3-svq1 2017-03-30 23:14:38.519933851 +0000 @@ -1,4 +1,2 @@ 1eaf318269afd7426406d73397c39a48 *tests/data/fate/vsynth3-svq1.mov 40773 tests/data/fate/vsynth3-svq1.mov -a1e5334cf67649bf8c7d95dc4d1bf148 *tests/data/fate/vsynth3-svq1.out.rawvideo -stddev: 14.49 PSNR: 24.91 MAXDIFF: 183 bytes: 86700/ 86700 Test vsynth3-svq1 failed. Look at tests/data/fate/vsynth3-svq1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vsynth3-svq1] Error 1 TEST vsynth3-wmv2 TEST vsynth3-yuv TEST vsynth3-xface TEST vsynth3-yuv4 TEST vsynth3-zlib TEST lavf-aiff TEST lavf-alaw TEST lavf-apng TEST lavf-asf TEST lavf-ast TEST lavf-au TEST lavf-avi TEST lavf-bmp TEST lavf-caf TEST lavf-dpx TEST lavf-dv_fmt TEST lavf-ffm TEST lavf-flm TEST lavf-gif TEST lavf-gxf TEST lavf-ircam TEST lavf-jpg TEST lavf-mka TEST lavf-mkv TEST lavf-mmf TEST lavf-mov TEST lavf-ismv TEST lavf-mpg TEST lavf-mulaw TEST lavf-mxf_opatom TEST lavf-mxf_opatom_audio TEST lavf-nut TEST lavf-ogg TEST lavf-pam TEST lavf-pbmpipe TEST lavf-pcx TEST lavf-pgm TEST lavf-pgmpipe TEST lavf-png TEST lavf-ppm TEST lavf-ppmpipe TEST lavf-rm TEST lavf-rso TEST lavf-sgi TEST lavf-smjpeg TEST lavf-sox TEST lavf-sunrast TEST lavf-swf TEST lavf-tga TEST lavf-tiff TEST lavf-tta TEST lavf-voc TEST lavf-voc_s16 TEST lavf-wav TEST lavf-wav_peak TEST lavf-wav_peak_only TEST lavf-w64 TEST lavf-wtv TEST lavf-wv TEST lavf-xbm TEST lavf-xwd TEST lavf-yuv4mpeg TEST lavf-pixfmt TEST seek-acodec-adpcm-ima_qt TEST seek-acodec-adpcm-ima_qt-trellis TEST seek-acodec-adpcm-ima_wav TEST seek-acodec-adpcm-ima_wav-trellis TEST seek-acodec-adpcm-ms TEST seek-acodec-adpcm-ms-trellis TEST seek-acodec-adpcm-swf TEST seek-acodec-adpcm-swf-trellis TEST seek-acodec-adpcm-yamaha TEST seek-acodec-adpcm-yamaha-trellis TEST seek-acodec-alac TEST seek-acodec-flac TEST seek-acodec-mp2 TEST seek-acodec-pcm-alaw TEST seek-acodec-pcm-mulaw TEST seek-acodec-pcm-s8 TEST seek-acodec-pcm-u8 TEST seek-acodec-pcm-s16be TEST seek-acodec-pcm-s16le TEST seek-acodec-pcm-s24be TEST seek-acodec-pcm-s24le TEST seek-acodec-pcm-s32be TEST seek-acodec-pcm-s32le TEST seek-acodec-pcm-f32be TEST seek-acodec-pcm-f32le TEST seek-acodec-pcm-f64be TEST seek-acodec-pcm-f64le TEST seek-lavf-aiff TEST seek-lavf-alaw TEST seek-lavf-asf TEST seek-lavf-au TEST seek-lavf-avi TEST seek-lavf-bmp TEST seek-lavf-dv_fmt TEST seek-lavf-ffm TEST seek-lavf-gif TEST seek-lavf-gxf TEST seek-lavf-jpg TEST seek-lavf-mkv TEST seek-lavf-mmf TEST seek-lavf-mpg TEST seek-lavf-mulaw TEST seek-lavf-mxf TEST seek-lavf-mxf_d10 TEST seek-lavf-mxf_opatom TEST seek-lavf-mxf_opatom_audio TEST seek-lavf-nut TEST seek-lavf-ogg TEST seek-lavf-pbmpipe TEST seek-lavf-pcx TEST seek-lavf-pgm TEST seek-lavf-pgmpipe TEST seek-lavf-ppm TEST seek-lavf-ppmpipe TEST seek-lavf-rm TEST seek-lavf-sgi TEST seek-lavf-swf TEST seek-lavf-tga TEST seek-lavf-tiff TEST seek-lavf-ts TEST seek-lavf-voc TEST seek-lavf-wav TEST seek-lavf-yuv4mpeg TEST filter-boxblur TEST filter-colorchannelmixer TEST filter-drawbox TEST filter-fade TEST filter-fieldorder TEST filter-framepack-columns TEST filter-framepack-frameseq TEST filter-framepack-lines TEST filter-framepack-sbs TEST filter-framepack-tab TEST filter-gradfun TEST filter-hqdn3d TEST filter-interlace TEST filter-negate TEST filter-histogram-levels TEST filter-waveform_column TEST filter-waveform_row TEST filter-waveform_envelope TEST filter-waveform_uv TEST filter-vectorscope_gray TEST filter-vectorscope_color TEST filter-vectorscope_color2 TEST filter-vectorscope_color3 TEST filter-vectorscope_color4 TEST filter-vectorscope_xy TEST filter-mergeplanes TEST filter-hstack TEST filter-vstack TEST filter-overlay TEST filter-overlay_rgb TEST filter-overlay_yuv420 TEST filter-overlay_nv12 TEST filter-overlay_nv21 TEST filter-overlay_yuv422 TEST filter-overlay_yuv444 TEST filter-phase TEST filter-removegrain-mode-00 TEST filter-removegrain-mode-01 TEST filter-removegrain-mode-02 TEST filter-removegrain-mode-03 TEST filter-removegrain-mode-04 TEST filter-removegrain-mode-05 TEST filter-removegrain-mode-06 TEST filter-removegrain-mode-07 TEST filter-removegrain-mode-08 TEST filter-removegrain-mode-09 TEST filter-removegrain-mode-10 TEST filter-removegrain-mode-11 TEST filter-removegrain-mode-12 TEST filter-removegrain-mode-13 TEST filter-removegrain-mode-14 TEST filter-removegrain-mode-15 TEST filter-removegrain-mode-16 TEST filter-removegrain-mode-17 TEST filter-removegrain-mode-18 TEST filter-removegrain-mode-19 TEST filter-removegrain-mode-20 TEST filter-removegrain-mode-21 TEST filter-removegrain-mode-22 TEST filter-removegrain-mode-23 TEST filter-removegrain-mode-24 TEST filter-separatefields TEST filter-weave TEST filter-select-alternate TEST filter-setpts TEST filter-shuffleframes TEST filter-shuffleplanes-dup-luma TEST filter-shuffleplanes-swapuv TEST filter-swaprect TEST filter-tblend TEST filter-telecine TEST filter-transpose TEST filter-trim-duration TEST filter-trim-frame TEST filter-trim-mixed TEST filter-trim-time TEST filter-unsharp TEST filter-alphaextract_alphamerge_rgb TEST filter-alphaextract_alphamerge_yuv TEST filter-crop TEST filter-crop_scale TEST filter-crop_scale_vflip TEST filter-crop_vflip TEST filter-null TEST filter-scale200 TEST filter-scale500 TEST filter-scalechroma TEST filter-vflip TEST filter-colormatrix1 TEST filter-colormatrix2 TEST filter-vflip_crop TEST filter-vflip_vflip TEST filter-edgedetect TEST filter-edgedetect-colormix TEST filter-hue TEST filter-idet TEST filter-pad TEST filter-pp TEST filter-pp1 TEST filter-pp2 TEST filter-pp3 TEST filter-pp4 TEST filter-pp5 TEST filter-pp6 TEST filter-qp TEST filter-select TEST filter-setdar TEST filter-setsar TEST filter-stereo3d-al-sbsl TEST filter-stereo3d-ar-abl TEST filter-stereo3d-abr-mr TEST filter-stereo3d-abr-ml TEST filter-stereo3d-sbsl-abl TEST filter-stereo3d-sbsl-abr TEST filter-stereo3d-sbsl-al TEST filter-stereo3d-sbsl-sbsr TEST filter-stereo3d-sbsl-agmc TEST filter-stereo3d-sbsl-agmd TEST filter-stereo3d-sbsl-agmg TEST filter-stereo3d-sbsl-agmh TEST filter-stereo3d-sbsl-arbg TEST filter-stereo3d-sbsl-arcc TEST filter-stereo3d-sbsl-arcd TEST filter-stereo3d-sbsl-arcg TEST filter-stereo3d-sbsl-arch TEST filter-stereo3d-sbsl-argg TEST filter-stereo3d-sbsl-aybc TEST filter-stereo3d-sbsl-aybd TEST filter-stereo3d-sbsl-aybg TEST filter-stereo3d-sbsl-aybh TEST filter-thumbnail TEST filter-tile TEST filter-pixdesc-yuv420p TEST filter-pixdesc-yuyv422 TEST filter-pixdesc-rgb24 TEST filter-pixdesc-bgr24 TEST filter-pixdesc-yuv422p TEST filter-pixdesc-yuv444p TEST filter-pixdesc-yuv410p TEST filter-pixdesc-yuv411p TEST filter-pixdesc-gray TEST filter-pixdesc-monow TEST filter-pixdesc-monob TEST filter-pixdesc-yuvj420p TEST filter-pixdesc-yuvj422p TEST filter-pixdesc-yuvj444p TEST filter-pixdesc-uyvy422 TEST filter-pixdesc-bgr8 TEST filter-pixdesc-bgr4_byte TEST filter-pixdesc-rgb8 TEST filter-pixdesc-rgb4_byte TEST filter-pixdesc-nv12 TEST filter-pixdesc-nv21 TEST filter-pixdesc-argb TEST filter-pixdesc-rgba TEST filter-pixdesc-abgr TEST filter-pixdesc-bgra TEST filter-pixdesc-gray16be TEST filter-pixdesc-gray16le TEST filter-pixdesc-yuv440p TEST filter-pixdesc-yuvj440p TEST filter-pixdesc-yuva420p TEST filter-pixdesc-rgb48be TEST filter-pixdesc-rgb48le TEST filter-pixdesc-rgb565be TEST filter-pixdesc-rgb565le TEST filter-pixdesc-rgb555be TEST filter-pixdesc-rgb555le TEST filter-pixdesc-bgr565be TEST filter-pixdesc-bgr565le TEST filter-pixdesc-bgr555be TEST filter-pixdesc-bgr555le TEST filter-pixdesc-yuv420p16le TEST filter-pixdesc-yuv420p16be TEST filter-pixdesc-yuv422p16le TEST filter-pixdesc-yuv422p16be TEST filter-pixdesc-yuv444p16le TEST filter-pixdesc-yuv444p16be TEST filter-pixdesc-rgb444le TEST filter-pixdesc-rgb444be TEST filter-pixdesc-bgr444le TEST filter-pixdesc-bgr444be TEST filter-pixdesc-ya8 TEST filter-pixdesc-bgr48be TEST filter-pixdesc-bgr48le TEST filter-pixdesc-yuv420p9be TEST filter-pixdesc-yuv420p9le TEST filter-pixdesc-yuv420p10be TEST filter-pixdesc-yuv420p10le TEST filter-pixdesc-yuv422p10be TEST filter-pixdesc-yuv422p10le TEST filter-pixdesc-yuv444p9be TEST filter-pixdesc-yuv444p9le TEST filter-pixdesc-yuv444p10be TEST filter-pixdesc-yuv444p10le TEST filter-pixdesc-yuv422p9be TEST filter-pixdesc-yuv422p9le TEST filter-pixdesc-gbrp TEST filter-pixdesc-gbrp9be TEST filter-pixdesc-gbrp9le TEST filter-pixdesc-gbrp10be TEST filter-pixdesc-gbrp10le TEST filter-pixdesc-gbrp16be TEST filter-pixdesc-gbrp16le TEST filter-pixdesc-yuva422p TEST filter-pixdesc-yuva444p TEST filter-pixdesc-yuva420p9be TEST filter-pixdesc-yuva420p9le TEST filter-pixdesc-yuva422p9be TEST filter-pixdesc-yuva422p9le TEST filter-pixdesc-yuva444p9be TEST filter-pixdesc-yuva444p9le TEST filter-pixdesc-yuva420p10be TEST filter-pixdesc-yuva420p10le TEST filter-pixdesc-yuva422p10be TEST filter-pixdesc-yuva422p10le TEST filter-pixdesc-yuva444p10be TEST filter-pixdesc-yuva444p10le TEST filter-pixdesc-yuva420p16be TEST filter-pixdesc-yuva420p16le TEST filter-pixdesc-yuva422p16be TEST filter-pixdesc-yuva422p16le TEST filter-pixdesc-yuva444p16be TEST filter-pixdesc-yuva444p16le TEST filter-pixdesc-xyz12le TEST filter-pixdesc-xyz12be TEST filter-pixdesc-rgba64be TEST filter-pixdesc-rgba64le TEST filter-pixdesc-bgra64be TEST filter-pixdesc-bgra64le TEST filter-pixdesc-yvyu422 TEST filter-pixdesc-gbrap TEST filter-pixdesc-gbrap16be TEST filter-pixdesc-gbrap16le TEST filter-pixdesc-0rgb TEST filter-pixdesc-rgb0 TEST filter-pixdesc-0bgr TEST filter-pixdesc-bgr0 TEST filter-pixdesc-yuv420p12be TEST filter-pixdesc-yuv420p12le TEST filter-pixdesc-yuv420p14be TEST filter-pixdesc-yuv420p14le TEST filter-pixdesc-yuv422p12be TEST filter-pixdesc-yuv422p12le TEST filter-pixdesc-yuv422p14be TEST filter-pixdesc-yuv422p14le TEST filter-pixdesc-yuv444p12be TEST filter-pixdesc-yuv444p12le TEST filter-pixdesc-yuv444p14be TEST filter-pixdesc-yuv444p14le TEST filter-pixdesc-gbrp12be TEST filter-pixdesc-gbrp12le TEST filter-pixdesc-gbrp14be TEST filter-pixdesc-gbrp14le TEST filter-pixdesc-yuvj411p TEST filter-pixdesc-yuv440p10le TEST filter-pixdesc-yuv440p10be TEST filter-pixdesc-yuv440p12le TEST filter-pixdesc-yuv440p12be TEST filter-pixdesc-ayuv64le TEST filter-pixdesc-p010le TEST filter-pixdesc-p010be TEST filter-pixdesc-gbrap12be TEST filter-pixdesc-gbrap12le TEST filter-pixdesc-gbrap10be TEST filter-pixdesc-gbrap10le TEST filter-pixdesc-gray12be TEST filter-pixdesc-gray12le TEST filter-pixdesc-gray10be TEST filter-pixdesc-gray10le TEST filter-pixfmts-copy TEST filter-pixfmts-crop TEST filter-pixfmts-field TEST filter-pixfmts-fieldmatch TEST filter-pixfmts-fieldorder TEST filter-pixfmts-hflip TEST filter-pixfmts-il TEST filter-pixfmts-kerndeint TEST filter-pixfmts-lut TEST filter-pixfmts-null TEST filter-pixfmts-pad TEST filter-pixfmts-pullup TEST filter-pixfmts-rotate TEST filter-pixfmts-scale TEST filter-pixfmts-super2xsai TEST filter-pixfmts-swapuv TEST filter-pixfmts-tinterlace_merge TEST filter-pixfmts-tinterlace_pad TEST filter-pixfmts-vflip TEST utvideoenc_rgba_left TEST utvideoenc_rgba_median TEST utvideoenc_rgba_none TEST utvideoenc_rgb_left TEST utvideoenc_rgb_median TEST utvideoenc_rgb_none TEST utvideoenc_yuv420_left TEST utvideoenc_yuv420_median TEST utvideoenc_yuv420_none TEST utvideoenc_yuv422_left TEST utvideoenc_yuv422_median TEST utvideoenc_yuv422_none TEST ffprobe_compact TEST ffprobe_csv TEST ffprobe_default TEST ffprobe_flat TEST ffprobe_ini TEST ffprobe_json TEST ffprobe_xml TEST vsynth_lena-amv TEST vsynth_lena-asv1 TEST vsynth_lena-asv2 TEST vsynth_lena-cinepak TEST vsynth_lena-cljr TEST vsynth_lena-dnxhd-720p TEST vsynth_lena-dnxhd-720p-rd TEST vsynth_lena-dnxhd-720p-10bit TEST vsynth_lena-dnxhd-720p-hr-lb TEST vsynth_lena-dnxhd-4k-hr-lb TEST vsynth_lena-dnxhd-uhd-hr-sq TEST vsynth_lena-dnxhd-2k-hr-hq TEST vsynth_lena-dnxhd-edge1-hr TEST vsynth_lena-dnxhd-edge2-hr TEST vsynth_lena-dnxhd-edge3-hr TEST vsynth_lena-vc2-420p TEST vsynth_lena-vc2-420p10 TEST vsynth_lena-vc2-420p12 TEST vsynth_lena-vc2-422p TEST vsynth_lena-vc2-422p10 TEST vsynth_lena-vc2-422p12 TEST vsynth_lena-vc2-444p TEST vsynth_lena-vc2-444p10 TEST vsynth_lena-vc2-444p12 TEST vsynth_lena-dnxhd-1080i TEST vsynth_lena-dnxhd-1080i-10bit TEST vsynth_lena-dnxhd-1080i-colr TEST vsynth_lena-dnxhd-hr-lb-mov TEST vsynth_lena-dnxhd-hr-sq-mov TEST vsynth_lena-dnxhd-hr-hq-mov TEST vsynth_lena-dv TEST vsynth_lena-dv-411 TEST vsynth_lena-dv-50 TEST vsynth_lena-ffv1 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-ffv1 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-ffv1 2017-03-30 23:37:53.025197600 +0000 @@ -1,4 +0,0 @@ -ed72c22374718589ffacd7ea15424687 *tests/data/fate/vsynth_lena-ffv1.avi -3547792 tests/data/fate/vsynth_lena-ffv1.avi -dde5895817ad9d219f79a52d0bdfb001 *tests/data/fate/vsynth_lena-ffv1.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth_lena-ffv1 failed. Look at tests/data/fate/vsynth_lena-ffv1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vsynth_lena-ffv1] Error 1 TEST vsynth_lena-ffv1-v0 TEST vsynth_lena-ffv1-v3-yuv420p TEST vsynth_lena-ffv1-v3-yuv422p10 --- /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 2017-03-30 23:38:01.011857470 +0000 @@ -1,4 +0,0 @@ -ad518c7014bdd6a72514a79a9102f64f *tests/data/fate/vsynth_lena-ffv1-v0.avi -3525796 tests/data/fate/vsynth_lena-ffv1-v0.avi -dde5895817ad9d219f79a52d0bdfb001 *tests/data/fate/vsynth_lena-ffv1-v0.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth_lena-ffv1-v0 failed. Look at tests/data/fate/vsynth_lena-ffv1-v0.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vsynth_lena-ffv1-v0] Error 1 TEST vsynth_lena-ffv1-v3-yuv444p16 TEST vsynth_lena-ffv1-v3-bgr0 --- /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 2017-03-30 23:38:06.538519436 +0000 @@ -1,4 +0,0 @@ -ed72c22374718589ffacd7ea15424687 *tests/data/fate/vsynth_lena-ffv1-v3-yuv420p.avi -3547792 tests/data/fate/vsynth_lena-ffv1-v3-yuv420p.avi -dde5895817ad9d219f79a52d0bdfb001 *tests/data/fate/vsynth_lena-ffv1-v3-yuv420p.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth_lena-ffv1-v3-yuv420p failed. Look at tests/data/fate/vsynth_lena-ffv1-v3-yuv420p.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vsynth_lena-ffv1-v3-yuv420p] Error 1 TEST vsynth_lena-ffv1-v3-rgb48 --- /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 2017-03-30 23:38:07.155185579 +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:220: fate-vsynth_lena-ffv1-v3-yuv422p10] Error 1 TEST vsynth_lena-ffvhuff TEST vsynth_lena-ffvhuff444 TEST vsynth_lena-ffvhuff420p12 --- /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 2017-03-30 23:38:08.948517387 +0000 @@ -1,4 +0,0 @@ -e65ad01440ad756b1872b22d3cfa23d7 *tests/data/fate/vsynth_lena-ffv1-v3-yuv444p16.avi -4871266 tests/data/fate/vsynth_lena-ffv1-v3-yuv444p16.avi -dde5895817ad9d219f79a52d0bdfb001 *tests/data/fate/vsynth_lena-ffv1-v3-yuv444p16.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth_lena-ffv1-v3-yuv444p16 failed. Look at tests/data/fate/vsynth_lena-ffv1-v3-yuv444p16.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vsynth_lena-ffv1-v3-yuv444p16] Error 1 TEST vsynth_lena-ffvhuff422p10left TEST vsynth_lena-ffvhuff444p16 TEST vsynth_lena-flashsv TEST vsynth_lena-flashsv2 TEST vsynth_lena-flv TEST vsynth_lena-h261 TEST vsynth_lena-h261-trellis TEST vsynth_lena-h263 TEST vsynth_lena-h263-obmc TEST vsynth_lena-h263p TEST vsynth_lena-huffyuv TEST vsynth_lena-huffyuvbgr24 TEST vsynth_lena-huffyuvbgra TEST vsynth_lena-jpegls TEST vsynth_lena-jpeg2000 TEST vsynth_lena-jpeg2000-97 TEST vsynth_lena-ljpeg --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-ljpeg 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-ljpeg 2017-03-30 23:39:23.538454152 +0000 @@ -1,4 +0,0 @@ -dc136b224f01c757a887d5672d5edfd2 *tests/data/fate/vsynth_lena-ljpeg.avi -4763458 tests/data/fate/vsynth_lena-ljpeg.avi -dde5895817ad9d219f79a52d0bdfb001 *tests/data/fate/vsynth_lena-ljpeg.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth_lena-ljpeg failed. Look at tests/data/fate/vsynth_lena-ljpeg.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vsynth_lena-ljpeg] Error 1 TEST vsynth_lena-mjpeg TEST vsynth_lena-mjpeg-422 TEST vsynth_lena-mjpeg-444 TEST vsynth_lena-mjpeg-trell TEST vsynth_lena-mjpeg-huffman TEST vsynth_lena-mjpeg-trell-huffman TEST vsynth_lena-mpeg1 TEST vsynth_lena-mpeg1b TEST vsynth_lena-mpeg2 TEST vsynth_lena-mpeg2-422 TEST vsynth_lena-mpeg2-idct-int TEST vsynth_lena-mpeg2-ilace TEST vsynth_lena-mpeg2-ivlc-qprd TEST vsynth_lena-mpeg2-thread TEST vsynth_lena-mpeg2-thread-ivlc TEST vsynth_lena-mpeg4 TEST vsynth_lena-mpeg4-rc TEST vsynth_lena-mpeg4-adv TEST vsynth_lena-mpeg4-qprd TEST vsynth_lena-mpeg4-adap TEST vsynth_lena-mpeg4-qpel TEST vsynth_lena-mpeg4-thread TEST vsynth_lena-mpeg4-error TEST vsynth_lena-mpeg4-nr TEST vsynth_lena-mpeg4-nsse TEST vsynth_lena-msmpeg4 TEST vsynth_lena-msmpeg4v2 TEST vsynth_lena-mpng TEST vsynth_lena-msvideo1 TEST vsynth_lena-prores TEST vsynth_lena-prores_ks TEST vsynth_lena-qtrle TEST vsynth_lena-qtrlegray TEST vsynth_lena-rgb TEST vsynth_lena-bpp1 TEST vsynth_lena-bpp15 TEST vsynth_lena-mov-bgr24 TEST vsynth_lena-mov-bpp15 TEST vsynth_lena-mov-bpp16 TEST vsynth_lena-roqvideo TEST vsynth_lena-rv10 TEST vsynth_lena-rv20 TEST vsynth_lena-snow TEST vsynth_lena-snow-hpel TEST vsynth_lena-snow-ll TEST vsynth_lena-svq1 TEST vsynth_lena-r210 TEST vsynth_lena-v210 TEST vsynth_lena-v210-10 TEST vsynth_lena-v308 TEST vsynth_lena-v408 TEST vsynth_lena-avui TEST vsynth_lena-wmv1 TEST vsynth_lena-wmv2 TEST vsynth_lena-yuv TEST vsynth_lena-xface TEST vsynth_lena-yuv4 TEST vsynth_lena-y41p TEST vsynth_lena-zlib TEST seek-vsynth_lena-asv1 TEST seek-vsynth_lena-asv2 TEST seek-vsynth_lena-dnxhd-720p TEST seek-vsynth_lena-dnxhd-720p-rd TEST seek-vsynth_lena-dnxhd-4k-hr-lb --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth_lena-svq1 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth_lena-svq1 2017-03-30 23:43:21.234521064 +0000 @@ -1,4 +1,2 @@ 6e9678439ab7460db1fcc8e41ca1a1e0 *tests/data/fate/vsynth_lena-svq1.mov 766701 tests/data/fate/vsynth_lena-svq1.mov -aa03471dac3f49455a33a2b19fda1098 *tests/data/fate/vsynth_lena-svq1.out.rawvideo -stddev: 3.23 PSNR: 37.93 MAXDIFF: 61 bytes: 7603200/ 7603200 Test vsynth_lena-svq1 failed. Look at tests/data/fate/vsynth_lena-svq1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vsynth_lena-svq1] Error 1 TEST seek-vsynth_lena-dnxhd-1080i TEST seek-vsynth_lena-dv TEST seek-vsynth_lena-dv-411 TEST seek-vsynth_lena-dv-50 TEST seek-vsynth_lena-flashsv TEST seek-vsynth_lena-flv TEST seek-vsynth_lena-h261 TEST seek-vsynth_lena-h263 TEST seek-vsynth_lena-h263p TEST seek-vsynth_lena-huffyuv TEST seek-vsynth_lena-jpegls TEST seek-vsynth_lena-mjpeg TEST seek-vsynth_lena-mpeg1 TEST seek-vsynth_lena-mpeg1b TEST seek-vsynth_lena-mpeg2-422 TEST seek-vsynth_lena-mpeg2-idct-int TEST seek-vsynth_lena-mpeg2-ilace TEST seek-vsynth_lena-mpeg2-ivlc-qprd TEST seek-vsynth_lena-mpeg2-thread TEST seek-vsynth_lena-mpeg2-thread-ivlc TEST seek-vsynth_lena-mpeg4 TEST seek-vsynth_lena-mpeg4-rc TEST seek-vsynth_lena-mpeg4-adv TEST seek-vsynth_lena-mpeg4-qprd TEST seek-vsynth_lena-mpeg4-adap TEST seek-vsynth_lena-mpeg4-qpel TEST seek-vsynth_lena-mpeg4-thread TEST seek-vsynth_lena-mpeg4-error TEST seek-vsynth_lena-mpeg4-nr TEST seek-vsynth_lena-mpeg4-nsse TEST seek-vsynth_lena-msmpeg4 TEST seek-vsynth_lena-msmpeg4v2 TEST seek-vsynth_lena-rgb TEST seek-vsynth_lena-roqvideo TEST seek-vsynth_lena-rv10 TEST seek-vsynth_lena-rv20 TEST seek-vsynth_lena-snow TEST seek-vsynth_lena-snow-ll TEST seek-vsynth_lena-wmv1 TEST seek-vsynth_lena-wmv2 TEST seek-vsynth_lena-yuv TEST filter-amix-simple TEST filter-amix-first TEST filter-amix-transition TEST gaplessenc-pcm-to-mov-aac TEST mts2 TEST 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 nellymoser-aref-encode TEST v410enc TEST checkasm TEST lavf-flv_fmt TEST concat-demuxer-simple1-lavf-mxf TEST concat-demuxer-simple1-lavf-mxf_d10 TEST concat-demuxer-simple2-lavf-ts TEST concat-demuxer-extended-lavf-mxf TEST concat-demuxer-extended-lavf-mxf_d10 Test checkasm failed. Look at tests/data/fate/checkasm.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-checkasm] Error 1 TEST dct1d-4 TEST idct1d-4 TEST dct1d-5 TEST idct1d-5 TEST dct1d-6 TEST idct1d-6 TEST dct1d-7 TEST idct1d-7 TEST dct1d-8 TEST idct1d-8 TEST dct1d-9 TEST idct1d-9 TEST dct1d-10 TEST idct1d-10 TEST dct1d-11 TEST idct1d-11 TEST dct1d-12 TEST idct1d-12 TEST fft-4 TEST ifft-4 TEST fft-5 TEST ifft-5 TEST fft-6 TEST ifft-6 TEST fft-7 TEST ifft-7 TEST fft-8 TEST ifft-8 TEST fft-9 TEST ifft-9 TEST fft-10 TEST ifft-10 TEST fft-11 TEST ifft-11 TEST fft-12 TEST ifft-12 TEST mdct-4 TEST imdct-4 TEST mdct-5 TEST imdct-5 TEST mdct-6 TEST imdct-6 TEST mdct-7 TEST imdct-7 TEST mdct-8 TEST imdct-8 TEST mdct-9 TEST imdct-9 TEST mdct-10 TEST imdct-10 TEST mdct-11 TEST imdct-11 TEST mdct-12 TEST imdct-12 TEST rdft-4 TEST irdft-4 TEST rdft-5 TEST irdft-5 TEST rdft-6 TEST irdft-6 TEST rdft-7 TEST irdft-7 TEST rdft-8 TEST irdft-8 TEST rdft-9 TEST irdft-9 TEST rdft-10 TEST irdft-10 TEST rdft-11 TEST irdft-11 TEST rdft-12 TEST irdft-12 TEST fft-fixed-4 TEST ifft-fixed-4 TEST fft-fixed-5 TEST ifft-fixed-5 TEST fft-fixed-6 TEST ifft-fixed-6 TEST fft-fixed-7 TEST ifft-fixed-7 TEST fft-fixed-8 TEST ifft-fixed-8 TEST fft-fixed-9 TEST ifft-fixed-9 TEST fft-fixed-10 TEST ifft-fixed-10 TEST fft-fixed-11 TEST ifft-fixed-11 TEST fft-fixed-12 TEST ifft-fixed-12 TEST mdct-fixed-4 TEST imdct-fixed-4 TEST mdct-fixed-5 TEST imdct-fixed-5 TEST mdct-fixed-6 TEST imdct-fixed-6 TEST mdct-fixed-7 TEST imdct-fixed-7 TEST mdct-fixed-8 TEST imdct-fixed-8 TEST mdct-fixed-9 TEST imdct-fixed-9 TEST mdct-fixed-10 TEST imdct-fixed-10 TEST mdct-fixed-11 TEST imdct-fixed-11 TEST mdct-fixed-12 TEST imdct-fixed-12 TEST fft-fixed32-4 TEST ifft-fixed32-4 TEST mdct-fixed32-4 TEST imdct-fixed32-4 TEST fft-fixed32-5 TEST ifft-fixed32-5 TEST mdct-fixed32-5 TEST imdct-fixed32-5 TEST fft-fixed32-6 TEST ifft-fixed32-6 TEST mdct-fixed32-6 TEST imdct-fixed32-6 TEST fft-fixed32-7 TEST ifft-fixed32-7 TEST mdct-fixed32-7 TEST imdct-fixed32-7 TEST fft-fixed32-8 TEST ifft-fixed32-8 TEST mdct-fixed32-8 TEST imdct-fixed32-8 TEST fft-fixed32-9 TEST ifft-fixed32-9 TEST mdct-fixed32-9 TEST imdct-fixed32-9 TEST fft-fixed32-10 TEST ifft-fixed32-10 TEST mdct-fixed32-10 TEST imdct-fixed32-10 TEST fft-fixed32-11 TEST ifft-fixed32-11 TEST mdct-fixed32-11 TEST imdct-fixed32-11 TEST fft-fixed32-12 TEST ifft-fixed32-12 TEST mdct-fixed32-12 TEST imdct-fixed32-12 TEST av-dct1d-4 TEST av-idct1d-4 TEST av-dct1d-5 TEST av-idct1d-5 TEST av-dct1d-6 TEST av-idct1d-6 TEST av-dct1d-7 TEST av-idct1d-7 TEST av-dct1d-8 TEST av-idct1d-8 TEST av-dct1d-9 TEST av-idct1d-9 TEST av-dct1d-10 TEST av-idct1d-10 TEST av-dct1d-11 TEST av-idct1d-11 TEST av-dct1d-12 TEST av-idct1d-12 TEST av-fft-4 TEST av-ifft-4 TEST av-fft-5 TEST av-ifft-5 TEST av-fft-6 TEST av-ifft-6 TEST av-fft-7 TEST av-ifft-7 TEST av-fft-8 TEST av-ifft-8 TEST av-fft-9 TEST av-ifft-9 TEST av-fft-10 TEST av-ifft-10 TEST av-fft-11 TEST av-ifft-11 TEST av-fft-12 TEST av-ifft-12 TEST av-mdct-4 TEST av-imdct-4 TEST av-mdct-5 TEST av-imdct-5 TEST av-mdct-6 TEST av-imdct-6 TEST av-mdct-7 TEST av-imdct-7 TEST av-mdct-8 TEST av-imdct-8 TEST av-mdct-9 TEST av-imdct-9 TEST av-mdct-10 TEST av-imdct-10 TEST av-mdct-11 TEST av-imdct-11 TEST av-mdct-12 TEST av-imdct-12 TEST av-rdft-4 TEST av-irdft-4 TEST av-rdft-5 TEST av-irdft-5 TEST av-rdft-6 TEST av-irdft-6 TEST av-rdft-7 TEST av-irdft-7 TEST av-rdft-8 TEST av-irdft-8 TEST av-rdft-9 TEST av-irdft-9 TEST av-rdft-10 TEST av-irdft-10 TEST av-rdft-11 TEST av-irdft-11 TEST av-rdft-12 TEST av-irdft-12 TEST avpacket TEST cabac TEST celp_math TEST golomb TEST idct8x8 TEST noproxy TEST srtp TEST url TEST movenc TEST adler32 TEST aes TEST aes_ctr TEST camellia TEST cast5 TEST atomic TEST audio_fifo TEST avstring TEST base64 TEST blowfish TEST bprint TEST cpu TEST crc cpu_flags(raw) = 0x000FD3DB cpu_flags_str(raw) = mmx mmxext sse sse2 sse3 ssse3 sse4.1 sse4.2 avx fma3 cmov avx2 bmi1 bmi2 aesni cpu_flags(effective) = 0x000FD3DB cpu_flags_str(effective) = mmx mmxext sse sse2 sse3 ssse3 sse4.1 sse4.2 avx fma3 cmov avx2 bmi1 bmi2 aesni threads = 1 (cpu_count = 8) TEST color_utils TEST des TEST dict TEST eval TEST fifo TEST float-dsp TEST hash TEST hmac TEST imgutils TEST lfg TEST md5 TEST murmur3 TEST parseutils TEST display TEST random_seed TEST ripemd TEST sha TEST sha512 TEST tree TEST twofish TEST xtea TEST tea TEST opt TEST cpu_init TEST pixelutils TEST sws-pixdesc-query TEST filter-formats TEST vsynth2-amv TEST vsynth2-asv1 TEST vsynth2-asv2 TEST vsynth2-cinepak TEST vsynth2-cljr TEST vsynth2-dnxhd-720p TEST vsynth2-dnxhd-720p-rd TEST vsynth2-dnxhd-720p-10bit TEST vsynth2-dnxhd-720p-hr-lb TEST vsynth2-dnxhd-4k-hr-lb TEST vsynth2-dnxhd-uhd-hr-sq TEST vsynth2-dnxhd-2k-hr-hq TEST vsynth2-dnxhd-edge1-hr TEST vsynth2-dnxhd-edge2-hr TEST vsynth2-dnxhd-edge3-hr TEST vsynth2-vc2-420p TEST vsynth2-vc2-420p10 TEST vsynth2-vc2-420p12 TEST vsynth2-vc2-422p TEST vsynth2-vc2-422p10 TEST vsynth2-vc2-422p12 TEST vsynth2-vc2-444p TEST vsynth2-vc2-444p10 TEST vsynth2-vc2-444p12 TEST vsynth2-dnxhd-1080i TEST vsynth2-dnxhd-1080i-10bit TEST vsynth2-dnxhd-1080i-colr TEST vsynth2-dnxhd-hr-lb-mov TEST vsynth2-dnxhd-hr-sq-mov TEST vsynth2-dnxhd-hr-hq-mov TEST vsynth2-dv TEST vsynth2-dv-411 TEST vsynth2-dv-50 TEST vsynth2-ffv1 TEST vsynth2-ffv1-v0 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-ffv1 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-ffv1 2017-03-30 23:47:04.837227429 +0000 @@ -1,4 +0,0 @@ -6d7b6352f49e21153bb891df411e60ec *tests/data/fate/vsynth2-ffv1.avi -3718026 tests/data/fate/vsynth2-ffv1.avi -36d7ca943916e1743cefa609eba0205c *tests/data/fate/vsynth2-ffv1.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth2-ffv1 failed. Look at tests/data/fate/vsynth2-ffv1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vsynth2-ffv1] Error 1 TEST vsynth2-ffv1-v3-yuv420p TEST vsynth2-ffv1-v3-yuv422p10 --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-ffv1-v0 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-ffv1-v0 2017-03-30 23:47:11.250544976 +0000 @@ -1,4 +0,0 @@ -9647e906f0739ed84303bd03d1cb8105 *tests/data/fate/vsynth2-ffv1-v0.avi -3692542 tests/data/fate/vsynth2-ffv1-v0.avi -36d7ca943916e1743cefa609eba0205c *tests/data/fate/vsynth2-ffv1-v0.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth2-ffv1-v0 failed. Look at tests/data/fate/vsynth2-ffv1-v0.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vsynth2-ffv1-v0] Error 1 TEST vsynth2-ffv1-v3-yuv444p16 --- /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 2017-03-30 23:47:12.750541299 +0000 @@ -1,4 +0,0 @@ -6d7b6352f49e21153bb891df411e60ec *tests/data/fate/vsynth2-ffv1-v3-yuv420p.avi -3718026 tests/data/fate/vsynth2-ffv1-v3-yuv420p.avi -36d7ca943916e1743cefa609eba0205c *tests/data/fate/vsynth2-ffv1-v3-yuv420p.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth2-ffv1-v3-yuv420p failed. Look at tests/data/fate/vsynth2-ffv1-v3-yuv420p.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vsynth2-ffv1-v3-yuv420p] Error 1 TEST vsynth2-ffv1-v3-bgr0 TEST vsynth2-ffv1-v3-rgb48 --- /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 2017-03-30 23:47:18.333860996 +0000 @@ -1,4 +0,0 @@ -b43b20163948e44a6c806714e69ac3bf *tests/data/fate/vsynth2-ffv1-v3-yuv422p10.avi -4069370 tests/data/fate/vsynth2-ffv1-v3-yuv422p10.avi -36d7ca943916e1743cefa609eba0205c *tests/data/fate/vsynth2-ffv1-v3-yuv422p10.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth2-ffv1-v3-yuv422p10 failed. Look at tests/data/fate/vsynth2-ffv1-v3-yuv422p10.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vsynth2-ffv1-v3-yuv422p10] Error 1 TEST vsynth2-ffvhuff TEST vsynth2-ffvhuff444 TEST vsynth2-ffvhuff420p12 --- /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 2017-03-30 23:47:19.183858926 +0000 @@ -1,4 +0,0 @@ -ae0bad7ece3ceacc9554f342ab489a4d *tests/data/fate/vsynth2-ffv1-v3-yuv444p16.avi -5086918 tests/data/fate/vsynth2-ffv1-v3-yuv444p16.avi -36d7ca943916e1743cefa609eba0205c *tests/data/fate/vsynth2-ffv1-v3-yuv444p16.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth2-ffv1-v3-yuv444p16 failed. Look at tests/data/fate/vsynth2-ffv1-v3-yuv444p16.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vsynth2-ffv1-v3-yuv444p16] Error 1 TEST vsynth2-ffvhuff422p10left TEST vsynth2-ffvhuff444p16 TEST vsynth2-flashsv TEST vsynth2-flashsv2 TEST vsynth2-flv TEST vsynth2-h261 TEST vsynth2-h261-trellis TEST vsynth2-h263 TEST vsynth2-h263-obmc TEST vsynth2-h263p TEST vsynth2-huffyuv TEST vsynth2-huffyuvbgr24 TEST vsynth2-huffyuvbgra TEST vsynth2-jpegls TEST vsynth2-jpeg2000 TEST vsynth2-jpeg2000-97 TEST vsynth2-ljpeg TEST vsynth2-mjpeg --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-ljpeg 2017-03-24 21:02:53.649713172 +0000 +++ tests/data/fate/vsynth2-ljpeg 2017-03-30 23:48:42.370331367 +0000 @@ -1,4 +0,0 @@ -ae8b43d92240077d7a80b6d543a63d0c *tests/data/fate/vsynth2-ljpeg.avi -4712248 tests/data/fate/vsynth2-ljpeg.avi -36d7ca943916e1743cefa609eba0205c *tests/data/fate/vsynth2-ljpeg.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test vsynth2-ljpeg failed. Look at tests/data/fate/vsynth2-ljpeg.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:220: fate-vsynth2-ljpeg] Error 1 TEST vsynth2-mjpeg-422 TEST vsynth2-mjpeg-444 TEST vsynth2-mjpeg-trell TEST vsynth2-mjpeg-huffman TEST vsynth2-mjpeg-trell-huffman TEST vsynth2-mpeg1 TEST vsynth2-mpeg1b TEST vsynth2-mpeg2 TEST vsynth2-mpeg2-422 TEST vsynth2-mpeg2-idct-int TEST vsynth2-mpeg2-ilace TEST vsynth2-mpeg2-ivlc-qprd TEST vsynth2-mpeg2-thread TEST vsynth2-mpeg2-thread-ivlc TEST vsynth2-mpeg4 TEST vsynth2-mpeg4-rc TEST vsynth2-mpeg4-adv TEST vsynth2-mpeg4-qprd TEST vsynth2-mpeg4-adap TEST vsynth2-mpeg4-qpel TEST vsynth2-mpeg4-thread TEST vsynth2-mpeg4-error TEST vsynth2-mpeg4-nr TEST vsynth2-mpeg4-nsse TEST vsynth2-msmpeg4 TEST vsynth2-msmpeg4v2 TEST vsynth2-mpng TEST vsynth2-msvideo1 TEST vsynth2-prores TEST vsynth2-prores_ks TEST vsynth2-qtrle TEST vsynth2-qtrlegray TEST vsynth2-rgb TEST vsynth2-bpp1 TEST vsynth2-bpp15 TEST vsynth2-mov-bgr24 TEST vsynth2-mov-bpp15 TEST vsynth2-mov-bpp16 TEST vsynth2-roqvideo TEST vsynth2-rv10 TEST vsynth2-rv20 TEST vsynth2-snow TEST vsynth2-snow-hpel TEST vsynth2-snow-ll TEST vsynth2-svq1 TEST vsynth2-r210 TEST vsynth2-v210 TEST vsynth2-v210-10 TEST vsynth2-v308 TEST vsynth2-v408 TEST vsynth2-avui TEST vsynth2-wmv1 TEST vsynth2-wmv2 TEST vsynth2-yuv TEST vsynth2-xface TEST vsynth2-yuv4 TEST vsynth2-y41p TEST vsynth2-zlib TEST seek-lavf-flv_fmt TEST seek-lavf-mov TEST seek-lavf-wtv TEST api-seek --- /home/fate/ffmpeg/tests/ref/vsynth/vsynth2-svq1 2017-03-24 21:02:53.653046513 +0000 +++ tests/data/fate/vsynth2-svq1 2017-03-30 23:52:38.233186968 +0000 @@ -1,4 +1,2 @@ c767386f0f6f36b554d278592bc6e9a4 *tests/data/fate/vsynth2-svq1.mov 940289 tests/data/fate/vsynth2-svq1.mov -a8cd3b833cd7f570ddbf1e6b3eb125b6 *tests/data/fate/vsynth2-svq1.out.rawvideo -stddev: 3.71 PSNR: 36.72 MAXDIFF: 210 bytes: 7603200/ 7603200 Test vsynth2-svq1 failed. Look at tests/data/fate/vsynth2-svq1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:219: fate-vsynth2-svq1] Error 1 make: Target 'fate' not remade because of errors.