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 HOSTCC tests/audiogen.o CC tests/api/api-seek-test.o HOSTCC tests/videogen.o CC tests/api/api-band-test.o CC tests/api/api-h264-test.o CC tests/api/api-h264-slice-test.o CC tests/api/api-codec-param-test.o CC tests/dnn/dnn-layer-pad-test.o CC tests/dnn/dnn-layer-conv2d-test.o CC tests/dnn/dnn-layer-depth2space-test.o src/tests/api/api-flac-test.c: In function ‘run_test’: src/tests/api/api-flac-test.c:166:9: warning: ‘avcodec_encode_audio2’ is deprecated [-Wdeprecated-declarations] 166 | result = avcodec_encode_audio2(enc_ctx, &enc_pkt, in_frame, &got_output); | ^~~~~~ In file included from src/tests/api/api-flac-test.c:30: src/libavcodec/avcodec.h:5502:5: note: declared here 5502 | int avcodec_encode_audio2(AVCodecContext *avctx, AVPacket *avpkt, | ^~~~~~~~~~~~~~~~~~~~~ src/tests/api/api-flac-test.c:174:13: warning: ‘avcodec_decode_audio4’ is deprecated [-Wdeprecated-declarations] 174 | result = avcodec_decode_audio4(dec_ctx, out_frame, &got_output, &enc_pkt); | ^~~~~~ In file included from src/tests/api/api-flac-test.c:30: src/libavcodec/avcodec.h:4858:5: note: declared here 4858 | int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame, | ^~~~~~~~~~~~~~~~~~~~~ CC tests/dnn/dnn-layer-maximum-test.o src/tests/api/api-band-test.c: In function ‘video_decode’: src/tests/api/api-band-test.c:171:13: warning: ‘avcodec_decode_video2’ is deprecated [-Wdeprecated-declarations] 171 | result = avcodec_decode_video2(ctx, fr, &got_frame, &pkt); | ^~~~~~ In file included from src/tests/api/api-band-test.c:28: src/libavcodec/avcodec.h:4907:5: note: declared here 4907 | int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, | ^~~~~~~~~~~~~~~~~~~~~ CC libavcodec/dctref.o CC libavformat/tests/fifo_muxer.o src/tests/api/api-seek-test.c: In function ‘compute_crc_of_packets’: src/tests/api/api-seek-test.c:119:13: warning: ‘avcodec_decode_video2’ is deprecated [-Wdeprecated-declarations] 119 | result = avcodec_decode_video2(ctx, fr, &got_frame, &pkt); | ^~~~~~ In file included from src/tests/api/api-seek-test.c:28: src/libavcodec/avcodec.h:4907:5: note: declared here 4907 | int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, | ^~~~~~~~~~~~~~~~~~~~~ COPY tests/data/filtergraphs/anequalizer COPY tests/data/filtergraphs/firequalizer COPY tests/data/filtergraphs/compand GEN tests/data/hls-list.m3u8 GEN tests/data/hls-list-append.m3u8 COPY tests/data/filtergraphs/channelmap_one_int src/tests/api/api-h264-test.c: In function ‘video_decode_example’: src/tests/api/api-h264-test.c:122:13: warning: ‘avcodec_decode_video2’ is deprecated [-Wdeprecated-declarations] 122 | result = avcodec_decode_video2(ctx, fr, &got_frame, &pkt); | ^~~~~~ In file included from src/tests/api/api-h264-test.c:28: src/libavcodec/avcodec.h:4907:5: note: declared here 4907 | int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, | ^~~~~~~~~~~~~~~~~~~~~ COPY tests/data/filtergraphs/channelmap_one_str GEN tests/data/add_keyframe_index.flv GEN tests/data/live_no_endlist.m3u8 GEN tests/data/live_last_endlist.m3u8 make: *** [/home/fate/ffmpeg/tests/fate/filter-audio.mak:205: tests/data/hls-list.m3u8] Error 1 GEN tests/data/live_endlist.m3u8 GEN tests/data/hls_segment_size.m3u8 make: *** [/home/fate/ffmpeg/tests/fate/hlsenc.mak:32: tests/data/live_endlist.m3u8] Error 1 make: *** [/home/fate/ffmpeg/tests/fate/hlsenc.mak:17: tests/data/live_last_endlist.m3u8] Error 1 GEN tests/data/hls_segment_single.m3u8 GEN tests/data/hls_init_time.m3u8 GEN tests/data/hls_list_size.m3u8 make: *** [/home/fate/ffmpeg/tests/fate/hlsenc.mak:3: tests/data/live_no_endlist.m3u8] Error 1 make: *** [/home/fate/ffmpeg/tests/fate/filter-audio.mak:215: tests/data/hls-list-append.m3u8] Error 1 GEN tests/data/hls_segment_type_fmp4.m3u8 make: *** [/home/fate/ffmpeg/tests/fate/hlsenc.mak:46: tests/data/hls_segment_size.m3u8] Error 1 make: *** [/home/fate/ffmpeg/tests/fate/hlsenc.mak:57: tests/data/hls_segment_single.m3u8] Error 1 make: *** [/home/fate/ffmpeg/tests/fate/hlsenc.mak:68: tests/data/hls_init_time.m3u8] Error 1 make: *** [/home/fate/ffmpeg/tests/fate/hlsenc.mak:79: tests/data/hls_list_size.m3u8] Error 1 COPY tests/data/filtergraphs/scalenorm COPY tests/data/filtergraphs/concat COPY tests/data/filtergraphs/concat-vfr HOSTCC tests/rotozoom.o make: *** [/home/fate/ffmpeg/tests/fate/hlsenc.mak:90: tests/data/hls_segment_type_fmp4.m3u8] Error 1 CC libavformat/tests/seek.o COPY tests/data/filtergraphs/mergeplanes src/tests/api/api-codec-param-test.c: In function ‘try_decode_video_frame’: src/tests/api/api-codec-param-test.c:58:9: warning: ‘avcodec_decode_video2’ is deprecated [-Wdeprecated-declarations] 58 | ret = avcodec_decode_video2(codec_ctx, frame, &got_frame, pkt); | ^~~ In file included from src/libavformat/avformat.h:317, from src/tests/api/api-codec-param-test.c:24: src/libavcodec/avcodec.h:4907:5: note: declared here 4907 | int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, | ^~~~~~~~~~~~~~~~~~~~~ src/tests/api/api-codec-param-test.c: In function ‘find_video_stream_info’: src/tests/api/api-codec-param-test.c:95:9: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] 95 | codec_ctx = st->codec; | ^~~~~~~~~ In file included from src/tests/api/api-codec-param-test.c:24: src/libavformat/avformat.h:884:21: note: declared here 884 | AVCodecContext *codec; | ^~~~~ src/tests/api/api-codec-param-test.c:120:13: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] 120 | codec_ctx = st->codec; | ^~~~~~~~~ In file included from src/tests/api/api-codec-param-test.c:24: src/libavformat/avformat.h:884:21: note: declared here 884 | AVCodecContext *codec; | ^~~~~ src/tests/api/api-codec-param-test.c:135:9: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] 135 | avcodec_close(st->codec); | ^~~~~~~~~~~~~ In file included from src/tests/api/api-codec-param-test.c:24: src/libavformat/avformat.h:884:21: note: declared here 884 | AVCodecContext *codec; | ^~~~~ src/tests/api/api-codec-param-test.c: In function ‘dump_video_streams’: src/tests/api/api-codec-param-test.c:148:9: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] 148 | AVCodecContext *codec_ctx = st->codec; | ^~~~~~~~~~~~~~ In file included from src/tests/api/api-codec-param-test.c:24: src/libavformat/avformat.h:884:21: note: declared here 884 | AVCodecContext *codec; | ^~~~~ src/tests/api/api-codec-param-test.c: In function ‘check_video_streams’: src/tests/api/api-codec-param-test.c:199:9: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] 199 | AVCodecContext *codec_ctx1 = st1->codec; | ^~~~~~~~~~~~~~ In file included from src/tests/api/api-codec-param-test.c:24: src/libavformat/avformat.h:884:21: note: declared here 884 | AVCodecContext *codec; | ^~~~~ src/tests/api/api-codec-param-test.c:200:9: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] 200 | AVCodecContext *codec_ctx2 = st2->codec; | ^~~~~~~~~~~~~~ In file included from src/tests/api/api-codec-param-test.c:24: src/libavformat/avformat.h:884:21: note: declared here 884 | AVCodecContext *codec; | ^~~~~ 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_yuv422 COPY tests/data/filtergraphs/overlay_nv21 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 COPY tests/test_copy.ffmeta COPY tests/data/filtergraphs/scale2ref_keep_aspect GEN tests/data/hevc-mp4.mov GEN tests/data/fits-multi.fits COPY tests/data/filtergraphs/hqdn3d COPY tests/data/filtergraphs/overlay-dvdsub-2397 COPY tests/data/filtergraphs/gradfun GEN tests/data/file4560-override2rotate0.mov GEN tests/data/lena-gray.fits GEN tests/data/lena-gbrp.fits GEN tests/data/lena-gbrp16.fits GEN tests/data/lena-gbrap16le.fits GEN tests/data/mp4-to-ts.m3u8 GEN tests/data/adts-to-mkv.m3u8 GEN tests/data/adts-to-mkv-header.mkv GEN tests/data/hapq_nosnappy.mov COPY tests/data/filtergraphs/colorkey GEN tests/data/hapalphaonly_nosnappy.mov HOSTLD tests/base64 HOSTLD tests/tiny_psnr HOSTLD tests/tiny_ssim HOSTLD tests/audiomatch CC tests/checkasm/aacpsdsp.o CC tests/checkasm/af_afir.o CC tests/checkasm/alacdsp.o CC tests/checkasm/audiodsp.o CC tests/checkasm/blockdsp.o CC tests/checkasm/bswapdsp.o CC tests/checkasm/checkasm.o CC tests/checkasm/exrdsp.o CC tests/checkasm/fixed_dsp.o CC tests/checkasm/flacdsp.o CC tests/checkasm/float_dsp.o CC tests/checkasm/fmtconvert.o CC tests/checkasm/g722dsp.o CC tests/checkasm/h264dsp.o CC tests/checkasm/h264pred.o CC tests/checkasm/h264qpel.o CC tests/checkasm/hevc_add_res.o CC tests/checkasm/hevc_idct.o CC tests/checkasm/hevc_sao.o CC tests/checkasm/huffyuvdsp.o CC tests/checkasm/jpeg2000dsp.o CC tests/checkasm/llviddsp.o CC tests/checkasm/llviddspenc.o CC tests/checkasm/pixblockdsp.o CC tests/checkasm/sbrdsp.o CC tests/checkasm/sw_rgb.o CC tests/checkasm/synth_filter.o CC tests/checkasm/utvideodsp.o CC tests/checkasm/v210dec.o CC tests/checkasm/v210enc.o CC tests/checkasm/vf_blend.o CC tests/checkasm/vf_colorspace.o CC tests/checkasm/vf_eq.o CC tests/checkasm/vf_gblur.o CC tests/checkasm/vf_hflip.o CC tests/checkasm/vf_nlmeans.o CC tests/checkasm/vf_threshold.o CC tests/checkasm/videodsp.o CC tests/checkasm/vp8dsp.o CC tests/checkasm/vp9dsp.o X86ASM tests/checkasm/x86/checkasm.o TEST source LD tests/api/api-threadmessage-test STRIP tests/checkasm/x86/checkasm.o LD tests/api/api-flac-test LD tests/api/api-seek-test HOSTLD tests/audiogen HOSTLD tests/videogen LD tests/api/api-band-test LD tests/api/api-h264-test LD tests/api/api-h264-slice-test LD tests/api/api-codec-param-test LD tests/dnn/dnn-layer-pad-test LD tests/dnn/dnn-layer-conv2d-test LD tests/dnn/dnn-layer-depth2space-test LD tests/dnn/dnn-layer-maximum-test CC libavcodec/tests/fft.o CC libavcodec/tests/fft-fixed.o CC libavcodec/tests/fft-fixed32.o CC libavcodec/tests/avfft.o CC libavcodec/tests/avpacket.o CC libavcodec/tests/cabac.o CC libavcodec/tests/celp_math.o CC libavcodec/tests/codec_desc.o CC libavcodec/tests/golomb.o CC libavcodec/tests/dct.o CC libavcodec/tests/h264_levels.o CC libavcodec/tests/h265_levels.o CC libavcodec/tests/iirfilter.o CC libavcodec/tests/mpeg12framerate.o CC libavcodec/tests/options.o CC libavcodec/tests/rangecoder.o CC libavcodec/tests/mathops.o CC libavcodec/tests/jpeg2000dwt.o CC libavcodec/tests/utils.o In file included from src/libavcodec/tests/options.c:22: src/libavcodec/options.c: In function ‘codec_child_class_next’: src/libavcodec/options.c:61:5: warning: ‘av_codec_next’ is deprecated [-Wdeprecated-declarations] 61 | while (prev && (c = av_codec_next(c))) | ^~~~~ In file included from src/libavcodec/options.c:27, from src/libavcodec/tests/options.c:22: src/libavcodec/avcodec.h:4197:10: note: declared here 4197 | AVCodec *av_codec_next(const AVCodec *c); | ^~~~~~~~~~~~~ In file included from src/libavcodec/tests/options.c:22: src/libavcodec/options.c:66:5: warning: ‘av_codec_next’ is deprecated [-Wdeprecated-declarations] 66 | while (c = av_codec_next(c)) | ^~~~~ In file included from src/libavcodec/options.c:27, from src/libavcodec/tests/options.c:22: src/libavcodec/avcodec.h:4197:10: note: declared here 4197 | AVCodec *av_codec_next(const AVCodec *c); | ^~~~~~~~~~~~~ src/libavcodec/tests/options.c: In function ‘test_copy’: src/libavcodec/tests/options.c:152:5: warning: ‘avcodec_copy_context’ is deprecated [-Wdeprecated-declarations] 152 | avcodec_copy_context(ctx2, ctx1); | ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavcodec/tests/options.c:22: src/libavcodec/options.c:215:5: note: declared here 215 | int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src) | ^~~~~~~~~~~~~~~~~~~~ src/libavcodec/tests/options.c:167:9: warning: ‘avcodec_copy_context’ is deprecated [-Wdeprecated-declarations] 167 | avcodec_copy_context(ctx2, ctx1); | ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavcodec/tests/options.c:22: src/libavcodec/options.c:215:5: note: declared here 215 | int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src) | ^~~~~~~~~~~~~~~~~~~~ src/libavcodec/tests/options.c: In function ‘main’: src/libavcodec/tests/options.c:188:9: warning: ‘avcodec_register’ is deprecated [-Wdeprecated-declarations] 188 | avcodec_register(dummy_codec[i]); | ^~~~~~~~~~~~~~~~ In file included from src/libavcodec/options.c:27, from src/libavcodec/tests/options.c:22: src/libavcodec/avcodec.h:4225:6: note: declared here 4225 | void avcodec_register(AVCodec *codec); | ^~~~~~~~~~~~~~~~ CC libavcodec/tests/mjpegenc_huffman.o CC libavcodec/tests/htmlsubtitles.o src/libavcodec/tests/utils.c: In function ‘main’: src/libavcodec/tests/utils.c:25:5: warning: ‘av_codec_next’ is deprecated [-Wdeprecated-declarations] 25 | while (codec = av_codec_next(codec)) { | ^~~~~ In file included from src/libavcodec/tests/utils.c:19: src/libavcodec/avcodec.h:4197:10: note: declared here 4197 | AVCodec *av_codec_next(const AVCodec *c); | ^~~~~~~~~~~~~ CC libavformat/tests/noproxy.o CC libavformat/tests/srtp.o CC libavformat/tests/url.o CC libavformat/tests/movenc.o CC libavutil/tests/adler32.o CC libavutil/tests/aes.o CC libavutil/tests/aes_ctr.o CC libavutil/tests/camellia.o CC libavutil/tests/cast5.o CC libavutil/tests/audio_fifo.o CC libavutil/tests/avstring.o CC libavutil/tests/base64.o CC libavutil/tests/blowfish.o CC libavutil/tests/bprint.o CC libavutil/tests/cpu.o CC libavutil/tests/crc.o CC libavutil/tests/color_utils.o CC libavutil/tests/des.o CC libavutil/tests/dict.o CC libavutil/tests/encryption_info.o CC libavutil/tests/eval.o CC libavutil/tests/fifo.o CC libavutil/tests/hash.o CC libavutil/tests/hmac.o CC libavutil/tests/imgutils.o CC libavutil/tests/integer.o CC libavutil/tests/lfg.o CC libavutil/tests/md5.o CC libavutil/tests/murmur3.o CC libavutil/tests/parseutils.o src/libavutil/tests/md5.c: In function ‘main’: src/libavutil/tests/md5.c:41:24: warning: passing argument 2 of ‘av_md5_sum’ discards ‘volatile’ qualifier from pointer target type [-Wdiscarded-qualifiers] 41 | av_md5_sum(md5val, in, 1000); | ^~ In file included from src/libavutil/tests/md5.c:22: src/libavutil/md5.h:89:46: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘volatile uint8_t *’ {aka ‘volatile unsigned char *’} 89 | void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len); | ~~~~~~~~~~~~~~~^~~ src/libavutil/tests/md5.c:43:24: warning: passing argument 2 of ‘av_md5_sum’ discards ‘volatile’ qualifier from pointer target type [-Wdiscarded-qualifiers] 43 | av_md5_sum(md5val, in, 63); | ^~ In file included from src/libavutil/tests/md5.c:22: src/libavutil/md5.h:89:46: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘volatile uint8_t *’ {aka ‘volatile unsigned char *’} 89 | void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len); | ~~~~~~~~~~~~~~~^~~ src/libavutil/tests/md5.c:45:24: warning: passing argument 2 of ‘av_md5_sum’ discards ‘volatile’ qualifier from pointer target type [-Wdiscarded-qualifiers] 45 | av_md5_sum(md5val, in, 64); | ^~ In file included from src/libavutil/tests/md5.c:22: src/libavutil/md5.h:89:46: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘volatile uint8_t *’ {aka ‘volatile unsigned char *’} 89 | void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len); | ~~~~~~~~~~~~~~~^~~ src/libavutil/tests/md5.c:47:24: warning: passing argument 2 of ‘av_md5_sum’ discards ‘volatile’ qualifier from pointer target type [-Wdiscarded-qualifiers] 47 | av_md5_sum(md5val, in, 65); | ^~ In file included from src/libavutil/tests/md5.c:22: src/libavutil/md5.h:89:46: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘volatile uint8_t *’ {aka ‘volatile unsigned char *’} 89 | void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len); | ~~~~~~~~~~~~~~~^~~ src/libavutil/tests/md5.c:51:24: warning: passing argument 2 of ‘av_md5_sum’ discards ‘volatile’ qualifier from pointer target type [-Wdiscarded-qualifiers] 51 | av_md5_sum(md5val, in, 999); | ^~ In file included from src/libavutil/tests/md5.c:22: src/libavutil/md5.h:89:46: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘volatile uint8_t *’ {aka ‘volatile unsigned char *’} 89 | void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len); | ~~~~~~~~~~~~~~~^~~ CC libavutil/tests/pixfmt_best.o CC libavutil/tests/display.o CC libavutil/tests/random_seed.o CC libavutil/tests/ripemd.o CC libavutil/tests/sha.o CC libavutil/tests/sha512.o CC libavutil/tests/tree.o CC libavutil/tests/twofish.o CC libavutil/tests/xtea.o CC libavutil/tests/tea.o CC libavutil/tests/opt.o CC libavutil/tests/cpu_init.o CC libavutil/tests/pixelutils.o CC libswscale/tests/pixdesc_query.o GEN tests/data/asynth-22050-6.wav GEN tests/data/asynth-22050-1.wav GEN tests/data/asynth-44100-2.wav GEN tests/data/asynth-44100-3.wav LD libavformat/tests/fifo_muxer GEN tests/data/asynth-44100-1.wav TEST filter-chorus TEST filter-dcshift TEST filter-earwax --- /home/fate/ffmpeg/tests/ref/fate/filter-chorus 2017-03-24 21:02:53.613046419 +0000 +++ tests/data/fate/filter-chorus 2020-03-19 20:53:27.046503026 +0000 @@ -1,16 +0,0 @@ -#tb 0: 1/22050 -#media_type 0: audio -#codec_id 0: pcm_s16le -#sample_rate 0: 22050 -#channel_layout 0: 4 -#channel_layout_name 0: mono -0, 0, 0, 2048, 4096, 0x1fc6f1f1 -0, 2048, 2048, 2048, 4096, 0xe5f7f442 -0, 4096, 4096, 2048, 4096, 0x4f14ecb9 -0, 6144, 6144, 2048, 4096, 0xd431eeee -0, 8192, 8192, 2048, 4096, 0x4c38ead6 -0, 10240, 10240, 2048, 4096, 0x786cf071 -0, 12288, 12288, 2048, 4096, 0xe291f200 -0, 14336, 14336, 2048, 4096, 0x47d2f1dd -0, 16384, 16384, 2048, 4096, 0xd6a1f028 -0, 18432, 18432, 2048, 4096, 0x2bf4ec79 Test filter-chorus failed. Look at tests/data/fate/filter-chorus.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-filter-chorus] Error 1 TEST filter-extrastereo --- /home/fate/ffmpeg/tests/ref/fate/filter-dcshift 2017-03-24 21:02:53.613046419 +0000 +++ tests/data/fate/filter-dcshift 2020-03-19 20:53:27.063169664 +0000 @@ -1,26 +0,0 @@ -#tb 0: 1/44100 -#media_type 0: audio -#codec_id 0: pcm_s16le -#sample_rate 0: 44100 -#channel_layout 0: 3 -#channel_layout_name 0: stereo -0, 0, 0, 1024, 4096, 0x96868842 -0, 1024, 1024, 1024, 4096, 0xeff98700 -0, 2048, 2048, 1024, 4096, 0x6ea28e1e -0, 3072, 3072, 1024, 4096, 0x67b982be -0, 4096, 4096, 1024, 4096, 0xd08a8302 -0, 5120, 5120, 1024, 4096, 0xfdf891dc -0, 6144, 6144, 1024, 4096, 0xbec4784a -0, 7168, 7168, 1024, 4096, 0x04ca910a -0, 8192, 8192, 1024, 4096, 0xe4af87d0 -0, 9216, 9216, 1024, 4096, 0xc7f18c66 -0, 10240, 10240, 1024, 4096, 0x6448732a -0, 11264, 11264, 1024, 4096, 0x98b89706 -0, 12288, 12288, 1024, 4096, 0xf47887f4 -0, 13312, 13312, 1024, 4096, 0x387290d2 -0, 14336, 14336, 1024, 4096, 0xc5716e84 -0, 15360, 15360, 1024, 4096, 0x94de8aa8 -0, 16384, 16384, 1024, 4096, 0x3a618d88 -0, 17408, 17408, 1024, 4096, 0xfeb56ec2 -0, 18432, 18432, 1024, 4096, 0x55fe8fb6 -0, 19456, 19456, 1024, 4096, 0x8ff788fa TEST filter-firequalizer Test filter-dcshift failed. Look at tests/data/fate/filter-dcshift.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-dcshift] Error 1 TEST filter-compand TEST filter-atrim-duration Test filter-firequalizer failed. Look at tests/data/fate/filter-firequalizer.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-firequalizer] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/filter-extrastereo 2017-03-24 21:02:53.613046419 +0000 +++ tests/data/fate/filter-extrastereo 2020-03-19 20:53:27.133169543 +0000 @@ -1,26 +0,0 @@ -#tb 0: 1/44100 -#media_type 0: audio -#codec_id 0: pcm_s16le -#sample_rate 0: 44100 -#channel_layout 0: 3 -#channel_layout_name 0: stereo -0, 0, 0, 1024, 4096, 0x29e3eecf -0, 1024, 1024, 1024, 4096, 0x18390b96 -0, 2048, 2048, 1024, 4096, 0xc477fa99 -0, 3072, 3072, 1024, 4096, 0x3bc0f14f -0, 4096, 4096, 1024, 4096, 0x2379ed91 -0, 5120, 5120, 1024, 4096, 0xfd6a0070 -0, 6144, 6144, 1024, 4096, 0x0b01f4cf -0, 7168, 7168, 1024, 4096, 0x6716fd93 -0, 8192, 8192, 1024, 4096, 0x1840f25b -0, 9216, 9216, 1024, 4096, 0x9c1ffaf1 -0, 10240, 10240, 1024, 4096, 0xcbedefaf -0, 11264, 11264, 1024, 4096, 0x3e050390 -0, 12288, 12288, 1024, 4096, 0xb30e0090 -0, 13312, 13312, 1024, 4096, 0x26b8f75b -0, 14336, 14336, 1024, 4096, 0xd706e311 -0, 15360, 15360, 1024, 4096, 0x0c480138 -0, 16384, 16384, 1024, 4096, 0x6c9a0216 -0, 17408, 17408, 1024, 4096, 0x7abce54f -0, 18432, 18432, 1024, 4096, 0xda45f63f -0, 19456, 19456, 1024, 4096, 0x50d5ff87 --- /home/fate/ffmpeg/tests/ref/fate/filter-compand 2017-03-24 21:02:53.613046419 +0000 +++ tests/data/fate/filter-compand 2020-03-19 20:53:27.146502853 +0000 @@ -1,26 +0,0 @@ -#tb 0: 1/44100 -#media_type 0: audio -#codec_id 0: pcm_s16le -#sample_rate 0: 44100 -#channel_layout 0: 3 -#channel_layout_name 0: stereo -0, 0, 0, 1024, 4096, 0xfc10e61b -0, 1024, 1024, 1024, 4096, 0x8801ef13 -0, 2048, 2048, 1024, 4096, 0xba55fc17 -0, 3072, 3072, 1024, 4096, 0x70f203a0 -0, 4096, 4096, 1024, 4096, 0x9f2ff593 -0, 5120, 5120, 1024, 4096, 0x52f0fb77 -0, 6144, 6144, 1024, 4096, 0x435502ec -0, 7168, 7168, 1024, 4096, 0xaacfe4bb -0, 8192, 8192, 1024, 4096, 0x38010f44 -0, 9216, 9216, 1024, 4096, 0x8a79e351 -0, 10240, 10240, 1024, 4096, 0x3d66ec91 -0, 11264, 11264, 1024, 4096, 0x03031b7e -0, 12288, 12288, 1024, 4096, 0xd9c310ec -0, 13312, 13312, 1024, 4096, 0x076af28b -0, 14336, 14336, 1024, 4096, 0xb80fdfe3 -0, 15360, 15360, 1024, 4096, 0xff0fe68d -0, 16384, 16384, 1024, 4096, 0x679efb4d -0, 17408, 17408, 1024, 4096, 0xf84fe6e3 -0, 18432, 18432, 1024, 4096, 0x01ebf175 -0, 19456, 19456, 1024, 4096, 0xe7cdea1b TEST filter-atrim-mixed TEST filter-atrim-samples Test filter-compand failed. Look at tests/data/fate/filter-compand.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-compand] Error 1 Test filter-extrastereo failed. Look at tests/data/fate/filter-extrastereo.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-extrastereo] Error 1 TEST filter-atrim-time GEN tests/data/asynth-44100-6.wav TEST filter-channelmap-one-str TEST filter-channelsplit TEST filter-join TEST filter-volume CC libavfilter/tests/formats.o TEST flv-add_keyframe_index TEST filter-lavd-life --- - 2020-03-19 20:53:27.299863857 +0000 +++ tests/data/fate/filter-channelmap-one-str 2020-03-19 20:53:27.296502595 +0000 @@ -1 +1 @@ -0ea3052e482c95d5d3bd9da6dac1b5fa +d41d8cd98f00b204e9800998ecf8427e TEST filter-lavd-testsrc --- - 2020-03-19 20:53:27.310223916 +0000 +++ tests/data/fate/filter-channelsplit 2020-03-19 20:53:27.299835921 +0000 @@ -1 +1 @@ -d92988d0fe2dd92236763f47b07ab597 +d41d8cd98f00b204e9800998ecf8427e Test filter-channelmap-one-str failed. Look at tests/data/fate/filter-channelmap-one-str.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-channelmap-one-str] Error 1 TEST filter-testsrc2-yuv420p Test filter-channelsplit failed. Look at tests/data/fate/filter-channelsplit.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-channelsplit] Error 1 TEST filter-testsrc2-yuv444p --- - 2020-03-19 20:53:27.324341982 +0000 +++ tests/data/fate/filter-join 2020-03-19 20:53:27.316502559 +0000 @@ -1 +1 @@ -88b0d24a64717ba8635b29e8dac6ecd8 +d41d8cd98f00b204e9800998ecf8427e TEST filter-testsrc2-rgb24 Test filter-join failed. Look at tests/data/fate/filter-join.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-join] Error 1 TEST filter-testsrc2-rgba TEST filter-allrgb TEST filter-allyuv TEST filter-pal75bars TEST filter-pal100bars TEST filter-rgbtestsrc TEST filter-smptebars TEST filter-smptehdbars TEST filter-yuvtestsrc-yuv444p TEST filter-lavd-scalenorm TEST filter-yuvtestsrc-yuv444p12 TEST filter-framerate-up TEST filter-framerate-12bit-up TEST filter-framerate-down TEST filter-framerate-12bit-down TEST filter-concat TEST filter-concat-vfr TEST filter-mpdecimate TEST filter-fps-up TEST filter-fps-up-round-down TEST filter-fps-up-round-up TEST filter-fps-down TEST filter-fps-down-round-down TEST filter-fps-down-round-up TEST filter-fps-down-eof-pass TEST filter-fps-start-drop TEST filter-fps-start-fill TEST swr-audioconvert GEN tests/data/asynth-96000-6.wav TEST ffmpeg-filter_complex TEST ffmpeg-filter_complex_audio TEST ffmpeg-lavfi TEST acodec-pcm-alaw TEST acodec-pcm-mulaw TEST acodec-pcm-s8 Test swr-audioconvert failed. Look at tests/data/fate/swr-audioconvert.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-swr-audioconvert] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/ffmpeg-filter_complex_audio 2017-10-26 23:12:57.529062274 +0000 +++ tests/data/fate/ffmpeg-filter_complex_audio 2020-03-19 20:53:27.683168592 +0000 @@ -1,10 +0,0 @@ -#tb 0: 1/44100 -#media_type 0: audio -#codec_id 0: ac3 -#sample_rate 0: 44100 -#channel_layout 0: 4 -#channel_layout_name 0: mono -0, -256, -256, 1536, 416, 0x3001fb2d -0, 1280, 1280, 1536, 418, 0xba72fc16 -0, 2816, 2816, 1536, 418, 0xba72fc16 -0, 4352, 4352, 1536, 418, 0xba72fc16 TEST acodec-pcm-u8 Test ffmpeg-filter_complex_audio failed. Look at tests/data/fate/ffmpeg-filter_complex_audio.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-ffmpeg-filter_complex_audio] Error 1 TEST acodec-pcm-s16be TEST acodec-pcm-s16le TEST acodec-pcm-u16be --- /home/fate/ffmpeg/tests/ref/acodec/pcm-u8 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/acodec-pcm-u8 2020-03-19 20:53:27.726501851 +0000 @@ -1,4 +0,0 @@ -98cadb3502dbdc99e6e077c28b1a036c *tests/data/fate/acodec-pcm-u8.wav -529244 tests/data/fate/acodec-pcm-u8.wav -652edf30f35ad89bf27bcc9d2f9c7b53 *tests/data/fate/acodec-pcm-u8.out.wav -stddev: 147.89 PSNR: 52.93 MAXDIFF: 255 bytes: 1058400/ 1058400 --- /home/fate/ffmpeg/tests/ref/acodec/pcm-s8 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/acodec-pcm-s8 2020-03-19 20:53:27.733168506 +0000 @@ -1,4 +0,0 @@ -65f02f9b48be05cf7b4d104c8a9d3566 *tests/data/fate/acodec-pcm-s8.mov -529853 tests/data/fate/acodec-pcm-s8.mov -652edf30f35ad89bf27bcc9d2f9c7b53 *tests/data/fate/acodec-pcm-s8.out.wav -stddev: 147.89 PSNR: 52.93 MAXDIFF: 255 bytes: 1058400/ 1058400 Test acodec-pcm-u8 failed. Look at tests/data/fate/acodec-pcm-u8.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-acodec-pcm-u8] Error 1 TEST acodec-pcm-u16le TEST acodec-pcm-s24be Test acodec-pcm-s8 failed. Look at tests/data/fate/acodec-pcm-s8.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-acodec-pcm-s8] Error 1 TEST acodec-pcm-s24le TEST acodec-pcm-u24be --- /home/fate/ffmpeg/tests/ref/acodec/pcm-s24be 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/acodec-pcm-s24be 2020-03-19 20:53:27.796501730 +0000 @@ -1,4 +0,0 @@ -62e578b2e3e115a228e1ebfceeeb65c2 *tests/data/fate/acodec-pcm-s24be.mov -1588323 tests/data/fate/acodec-pcm-s24be.mov -95e54b261530a1bcf6de6fe3b21dc5f6 *tests/data/fate/acodec-pcm-s24be.out.wav -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 1058400/ 1058400 TEST acodec-pcm-u24le --- /home/fate/ffmpeg/tests/ref/acodec/pcm-s24le 2017-03-24 21:02:53.603046396 +0000 +++ tests/data/fate/acodec-pcm-s24le 2020-03-19 20:53:27.799835057 +0000 @@ -1,4 +0,0 @@ -18ea73985dbdf59e23f5aba66145e6fe *tests/data/fate/acodec-pcm-s24le.wav -1587668 tests/data/fate/acodec-pcm-s24le.wav -95e54b261530a1bcf6de6fe3b21dc5f6 *tests/data/fate/acodec-pcm-s24le.out.wav -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 1058400/ 1058400 Test acodec-pcm-s24be failed. Look at tests/data/fate/acodec-pcm-s24be.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-acodec-pcm-s24be] Error 1 --- /home/fate/ffmpeg/tests/ref/acodec/pcm-u24be 2017-03-24 21:02:53.603046396 +0000 +++ tests/data/fate/acodec-pcm-u24be 2020-03-19 20:53:27.803168385 +0000 @@ -1,4 +0,0 @@ -c5b7d1898d8f5d6675ba543d2830bbaf *tests/data/fate/acodec-pcm-u24be.nut -1590249 tests/data/fate/acodec-pcm-u24be.nut -95e54b261530a1bcf6de6fe3b21dc5f6 *tests/data/fate/acodec-pcm-u24be.out.wav -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 1058400/ 1058400 TEST acodec-pcm-s32be Test acodec-pcm-s24le failed. Look at tests/data/fate/acodec-pcm-s24le.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-acodec-pcm-s24le] Error 1 TEST acodec-pcm-s32le TEST acodec-pcm-u32be Test acodec-pcm-u24be failed. Look at tests/data/fate/acodec-pcm-u24be.err for details. TEST acodec-pcm-u32le make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-acodec-pcm-u24be] Error 1 TEST acodec-pcm-f32be TEST acodec-pcm-f32le --- /home/fate/ffmpeg/tests/ref/acodec/pcm-u24le 2017-03-24 21:02:53.603046396 +0000 +++ tests/data/fate/acodec-pcm-u24le 2020-03-19 20:53:27.849834971 +0000 @@ -1,4 +0,0 @@ -884a3a562a8005084fde088fc3a74283 *tests/data/fate/acodec-pcm-u24le.nut -1590249 tests/data/fate/acodec-pcm-u24le.nut -95e54b261530a1bcf6de6fe3b21dc5f6 *tests/data/fate/acodec-pcm-u24le.out.wav -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 1058400/ 1058400 --- /home/fate/ffmpeg/tests/ref/acodec/pcm-s32le 2017-03-24 21:02:53.603046396 +0000 +++ tests/data/fate/acodec-pcm-s32le 2020-03-19 20:53:27.859834954 +0000 @@ -1,4 +0,0 @@ -8d8849fa5c5d91b9cb74f5c74e937faf *tests/data/fate/acodec-pcm-s32le.wav -2116868 tests/data/fate/acodec-pcm-s32le.wav -95e54b261530a1bcf6de6fe3b21dc5f6 *tests/data/fate/acodec-pcm-s32le.out.wav -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 1058400/ 1058400 Test acodec-pcm-s32le failed. Look at tests/data/fate/acodec-pcm-s32le.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-acodec-pcm-s32le] Error 1 Test acodec-pcm-u24le failed. Look at tests/data/fate/acodec-pcm-u24le.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-acodec-pcm-u24le] Error 1 --- /home/fate/ffmpeg/tests/ref/acodec/pcm-s32be 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/acodec-pcm-s32be 2020-03-19 20:53:27.856501626 +0000 @@ -1,4 +0,0 @@ -2a4d853ef4916ca5081fafe234d18596 *tests/data/fate/acodec-pcm-s32be.mov -2117527 tests/data/fate/acodec-pcm-s32be.mov -95e54b261530a1bcf6de6fe3b21dc5f6 *tests/data/fate/acodec-pcm-s32be.out.wav -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 1058400/ 1058400 --- /home/fate/ffmpeg/tests/ref/acodec/pcm-u32le 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/acodec-pcm-u32le 2020-03-19 20:53:27.859834954 +0000 @@ -1,4 +0,0 @@ -7257d6251524479c563c9f17a2642222 *tests/data/fate/acodec-pcm-u32le.nut -2120195 tests/data/fate/acodec-pcm-u32le.nut -95e54b261530a1bcf6de6fe3b21dc5f6 *tests/data/fate/acodec-pcm-u32le.out.wav -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 1058400/ 1058400 TEST acodec-pcm-f64be TEST acodec-pcm-f64le Test acodec-pcm-s32be failed. Look at tests/data/fate/acodec-pcm-s32be.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-acodec-pcm-s32be] Error 1 Test acodec-pcm-u32le failed. Look at tests/data/fate/acodec-pcm-u32le.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-acodec-pcm-u32le] Error 1 TEST acodec-pcm-s8_planar --- /home/fate/ffmpeg/tests/ref/acodec/pcm-u32be 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/acodec-pcm-u32be 2020-03-19 20:53:27.863168281 +0000 @@ -1,4 +0,0 @@ -88d1f0b98e2878f0a45abde7ad73e9f1 *tests/data/fate/acodec-pcm-u32be.nut -2120195 tests/data/fate/acodec-pcm-u32be.nut -95e54b261530a1bcf6de6fe3b21dc5f6 *tests/data/fate/acodec-pcm-u32be.out.wav -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 1058400/ 1058400 TEST acodec-pcm-s16be_planar Test acodec-pcm-u32be failed. Look at tests/data/fate/acodec-pcm-u32be.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-acodec-pcm-u32be] Error 1 --- /home/fate/ffmpeg/tests/ref/acodec/pcm-f32be 2017-03-24 21:02:53.603046396 +0000 +++ tests/data/fate/acodec-pcm-f32be 2020-03-19 20:53:27.866501609 +0000 @@ -1,4 +0,0 @@ -e74eb6b65cb397ce541bac120b00680a *tests/data/fate/acodec-pcm-f32be.au -2116832 tests/data/fate/acodec-pcm-f32be.au -95e54b261530a1bcf6de6fe3b21dc5f6 *tests/data/fate/acodec-pcm-f32be.out.wav -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 1058400/ 1058400 TEST acodec-pcm-s16le_planar Test acodec-pcm-f32be failed. Look at tests/data/fate/acodec-pcm-f32be.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-acodec-pcm-f32be] Error 1 TEST acodec-pcm-s24le_planar --- /home/fate/ffmpeg/tests/ref/acodec/pcm-f32le 2017-03-24 21:02:53.603046396 +0000 +++ tests/data/fate/acodec-pcm-f32le 2020-03-19 20:53:27.893168229 +0000 @@ -1,4 +0,0 @@ -653d82a64b7bd96ac193e105e9f92d4c *tests/data/fate/acodec-pcm-f32le.wav -2116880 tests/data/fate/acodec-pcm-f32le.wav -95e54b261530a1bcf6de6fe3b21dc5f6 *tests/data/fate/acodec-pcm-f32le.out.wav -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 1058400/ 1058400 TEST acodec-pcm-s32le_planar Test acodec-pcm-f32le failed. Look at tests/data/fate/acodec-pcm-f32le.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-acodec-pcm-f32le] Error 1 TEST acodec-adpcm-adx --- /home/fate/ffmpeg/tests/ref/acodec/pcm-f64le 2017-03-24 21:02:53.603046396 +0000 +++ tests/data/fate/acodec-pcm-f64le 2020-03-19 20:53:27.909834867 +0000 @@ -1,4 +0,0 @@ -48b4cd378f47a50dc902aa03cc8280ed *tests/data/fate/acodec-pcm-f64le.wav -4233680 tests/data/fate/acodec-pcm-f64le.wav -95e54b261530a1bcf6de6fe3b21dc5f6 *tests/data/fate/acodec-pcm-f64le.out.wav -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 1058400/ 1058400 Test acodec-pcm-f64le failed. Look at tests/data/fate/acodec-pcm-f64le.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-acodec-pcm-f64le] Error 1 --- /home/fate/ffmpeg/tests/ref/acodec/pcm-s8_planar 2017-03-24 21:02:53.603046396 +0000 +++ tests/data/fate/acodec-pcm-s8_planar 2020-03-19 20:53:27.916501522 +0000 @@ -1,4 +0,0 @@ -f04f79b2e90921a513f2d22fdab0dc47 *tests/data/fate/acodec-pcm-s8_planar.nut -531105 tests/data/fate/acodec-pcm-s8_planar.nut -652edf30f35ad89bf27bcc9d2f9c7b53 *tests/data/fate/acodec-pcm-s8_planar.out.wav -stddev: 147.89 PSNR: 52.93 MAXDIFF: 255 bytes: 1058400/ 1058400 TEST acodec-adpcm-ima_qt --- /home/fate/ffmpeg/tests/ref/acodec/pcm-f64be 2017-03-24 21:02:53.603046396 +0000 +++ tests/data/fate/acodec-pcm-f64be 2020-03-19 20:53:27.909834867 +0000 @@ -1,4 +0,0 @@ -8c8ba9d2c68384c5f077306e220f1188 *tests/data/fate/acodec-pcm-f64be.au -4233632 tests/data/fate/acodec-pcm-f64be.au -95e54b261530a1bcf6de6fe3b21dc5f6 *tests/data/fate/acodec-pcm-f64be.out.wav -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 1058400/ 1058400 Test acodec-pcm-s8_planar failed. Look at tests/data/fate/acodec-pcm-s8_planar.err for details. Test acodec-pcm-f64be failed. Look at tests/data/fate/acodec-pcm-f64be.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-acodec-pcm-s8_planar] Error 1 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-acodec-pcm-f64be] Error 1 TEST acodec-adpcm-ima_wav TEST acodec-adpcm-ms --- /home/fate/ffmpeg/tests/ref/acodec/pcm-s16le_planar 2017-03-24 21:02:53.603046396 +0000 +++ tests/data/fate/acodec-pcm-s16le_planar 2020-03-19 20:53:27.926501505 +0000 @@ -1,4 +0,0 @@ -15aa8f9d8ca30a17c7821acfcd9d87f9 *tests/data/fate/acodec-pcm-s16le_planar.nut -1060727 tests/data/fate/acodec-pcm-s16le_planar.nut -95e54b261530a1bcf6de6fe3b21dc5f6 *tests/data/fate/acodec-pcm-s16le_planar.out.wav -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 1058400/ 1058400 --- /home/fate/ffmpeg/tests/ref/acodec/pcm-s16be_planar 2017-03-24 21:02:53.603046396 +0000 +++ tests/data/fate/acodec-pcm-s16be_planar 2020-03-19 20:53:27.919834850 +0000 @@ -1,4 +0,0 @@ -b2acc0309be76b5f6200b525281a9037 *tests/data/fate/acodec-pcm-s16be_planar.nut -1060727 tests/data/fate/acodec-pcm-s16be_planar.nut -95e54b261530a1bcf6de6fe3b21dc5f6 *tests/data/fate/acodec-pcm-s16be_planar.out.wav -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 1058400/ 1058400 Test acodec-pcm-s16le_planar failed. Look at tests/data/fate/acodec-pcm-s16le_planar.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-acodec-pcm-s16le_planar] Error 1 TEST acodec-adpcm-swf Test acodec-pcm-s16be_planar failed. Look at tests/data/fate/acodec-pcm-s16be_planar.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-acodec-pcm-s16be_planar] Error 1 --- /home/fate/ffmpeg/tests/ref/acodec/pcm-s24le_planar 2017-03-24 21:02:53.603046396 +0000 +++ tests/data/fate/acodec-pcm-s24le_planar 2020-03-19 20:53:27.939834815 +0000 @@ -1,4 +0,0 @@ -1c746862c9d79c57e275266f63822b29 *tests/data/fate/acodec-pcm-s24le_planar.nut -1590256 tests/data/fate/acodec-pcm-s24le_planar.nut -95e54b261530a1bcf6de6fe3b21dc5f6 *tests/data/fate/acodec-pcm-s24le_planar.out.wav -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 1058400/ 1058400 TEST acodec-adpcm-yamaha --- /home/fate/ffmpeg/tests/ref/acodec/pcm-s32le_planar 2017-03-24 21:02:53.603046396 +0000 +++ tests/data/fate/acodec-pcm-s32le_planar 2020-03-19 20:53:27.946501470 +0000 @@ -1,4 +0,0 @@ -d142973733ff4d61644b704438a4ba32 *tests/data/fate/acodec-pcm-s32le_planar.nut -2120202 tests/data/fate/acodec-pcm-s32le_planar.nut -95e54b261530a1bcf6de6fe3b21dc5f6 *tests/data/fate/acodec-pcm-s32le_planar.out.wav -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 1058400/ 1058400 Test acodec-pcm-s24le_planar failed. Look at tests/data/fate/acodec-pcm-s24le_planar.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-acodec-pcm-s24le_planar] Error 1 Test acodec-pcm-s32le_planar failed. Look at tests/data/fate/acodec-pcm-s32le_planar.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-acodec-pcm-s32le_planar] Error 1 TEST acodec-adpcm-adx-trellis TEST acodec-adpcm-ima_qt-trellis --- /home/fate/ffmpeg/tests/ref/acodec/adpcm-ima_wav 2017-03-24 21:02:53.603046396 +0000 +++ tests/data/fate/acodec-adpcm-ima_wav 2020-03-19 20:53:27.973168091 +0000 @@ -1,4 +0,0 @@ -56b75c3a6dacedcf2ce7b0586aa33594 *tests/data/fate/acodec-adpcm-ima_wav.wav -267324 tests/data/fate/acodec-adpcm-ima_wav.wav -78a2af1c895792d0c221d127bdd48ece *tests/data/fate/acodec-adpcm-ima_wav.out.wav -stddev: 903.51 PSNR: 37.21 MAXDIFF:34026 bytes: 1058400/ 1061748 --- /home/fate/ffmpeg/tests/ref/acodec/adpcm-ima_qt 2017-03-24 21:02:53.603046396 +0000 +++ tests/data/fate/acodec-adpcm-ima_qt 2020-03-19 20:53:27.973168091 +0000 @@ -1,4 +0,0 @@ -44691f14cf5bbef5005df27c692b93ab *tests/data/fate/acodec-adpcm-ima_qt.aiff -281252 tests/data/fate/acodec-adpcm-ima_qt.aiff -7d2f26ea48731b2399718de0f6c39f0c *tests/data/fate/acodec-adpcm-ima_qt.out.wav -stddev: 904.76 PSNR: 37.20 MAXDIFF:34029 bytes: 1058400/ 1058560 Test acodec-adpcm-ima_wav failed. Look at tests/data/fate/acodec-adpcm-ima_wav.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-acodec-adpcm-ima_wav] Error 1 TEST acodec-adpcm-ima_wav-trellis Test acodec-adpcm-ima_qt failed. Look at tests/data/fate/acodec-adpcm-ima_qt.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-acodec-adpcm-ima_qt] Error 1 TEST acodec-adpcm-ms-trellis --- /home/fate/ffmpeg/tests/ref/acodec/adpcm-ima_qt-trellis 2017-03-24 21:02:53.603046396 +0000 +++ tests/data/fate/acodec-adpcm-ima_qt-trellis 2020-03-19 20:53:28.013168022 +0000 @@ -1,4 +0,0 @@ -15f895c2e7119714f94333e3214d8426 *tests/data/fate/acodec-adpcm-ima_qt-trellis.aiff -281252 tests/data/fate/acodec-adpcm-ima_qt-trellis.aiff -593d68369c87d4e3b7323b1bea3e9315 *tests/data/fate/acodec-adpcm-ima_qt-trellis.out.wav -stddev: 716.74 PSNR: 39.22 MAXDIFF:29633 bytes: 1058400/ 1058560 --- /home/fate/ffmpeg/tests/ref/acodec/adpcm-adx 2019-07-25 14:13:19.664969387 +0000 +++ tests/data/fate/acodec-adpcm-adx 2020-03-19 20:53:28.029834660 +0000 @@ -1,4 +1,2 @@ c257001314241b469a6512616fd56548 *tests/data/fate/acodec-adpcm-adx.adx 297738 tests/data/fate/acodec-adpcm-adx.adx -5b5a436ec9d528d6eb0bebaf667521b0 *tests/data/fate/acodec-adpcm-adx.out.wav -stddev: 2549.93 PSNR: 28.20 MAXDIFF:57514 bytes: 1058400/ 1058432 Test acodec-adpcm-ima_qt-trellis failed. Look at tests/data/fate/acodec-adpcm-ima_qt-trellis.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-acodec-adpcm-ima_qt-trellis] Error 1 TEST acodec-adpcm-swf-trellis Test acodec-adpcm-adx failed. Look at tests/data/fate/acodec-adpcm-adx.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-acodec-adpcm-adx] Error 1 TEST acodec-adpcm-yamaha-trellis TEST acodec-mp2 --- /home/fate/ffmpeg/tests/ref/acodec/adpcm-ima_wav-trellis 2017-03-24 21:02:53.603046396 +0000 +++ tests/data/fate/acodec-adpcm-ima_wav-trellis 2020-03-19 20:53:28.046501297 +0000 @@ -1,4 +0,0 @@ -f9075c7a3adb2cd114b0bac69afcada6 *tests/data/fate/acodec-adpcm-ima_wav-trellis.wav -267324 tests/data/fate/acodec-adpcm-ima_wav-trellis.wav -26a9b280c14737b159c56e60181f1170 *tests/data/fate/acodec-adpcm-ima_wav-trellis.out.wav -stddev: 710.03 PSNR: 39.30 MAXDIFF:25944 bytes: 1058400/ 1061748 TEST acodec-mp2fixed Test acodec-adpcm-ima_wav-trellis failed. Look at tests/data/fate/acodec-adpcm-ima_wav-trellis.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-acodec-adpcm-ima_wav-trellis] Error 1 TEST acodec-alac TEST acodec-dca --- /home/fate/ffmpeg/tests/ref/acodec/adpcm-adx-trellis 2019-07-25 14:13:19.664969387 +0000 +++ tests/data/fate/acodec-adpcm-adx-trellis 2020-03-19 20:53:28.086501228 +0000 @@ -1,4 +1,2 @@ c257001314241b469a6512616fd56548 *tests/data/fate/acodec-adpcm-adx-trellis.adx 297738 tests/data/fate/acodec-adpcm-adx-trellis.adx -5b5a436ec9d528d6eb0bebaf667521b0 *tests/data/fate/acodec-adpcm-adx-trellis.out.wav -stddev: 2549.93 PSNR: 28.20 MAXDIFF:57514 bytes: 1058400/ 1058432 Test acodec-adpcm-adx-trellis failed. Look at tests/data/fate/acodec-adpcm-adx-trellis.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-acodec-adpcm-adx-trellis] Error 1 TEST acodec-dca2 --- /home/fate/ffmpeg/tests/ref/acodec/mp2 2017-03-24 21:02:53.603046396 +0000 +++ tests/data/fate/acodec-mp2 2020-03-19 20:53:28.139834469 +0000 @@ -1,4 +1,2 @@ f6eb0a205350bbd7fb1028a01c7ae8aa *tests/data/fate/acodec-mp2.mp2 96130 tests/data/fate/acodec-mp2.mp2 -74c7b6b15a001add199619fafe4059a1 *tests/data/fate/acodec-mp2.out.wav -stddev: 4384.33 PSNR: 23.49 MAXDIFF:52631 bytes: 1058400/ 1057916 Test acodec-mp2 failed. Look at tests/data/fate/acodec-mp2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-acodec-mp2] Error 1 --- /home/fate/ffmpeg/tests/ref/acodec/alac 2019-07-12 20:19:02.210634805 +0000 +++ tests/data/fate/acodec-alac 2020-03-19 20:53:28.116501176 +0000 @@ -1,4 +0,0 @@ -61b22c509780e86dfb2fd1be816d8c68 *tests/data/fate/acodec-alac.mov -389018 tests/data/fate/acodec-alac.mov -95e54b261530a1bcf6de6fe3b21dc5f6 *tests/data/fate/acodec-alac.out.wav -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 1058400/ 1058400 TEST acodec-flac --- - 2020-03-19 20:53:28.175640529 +0000 +++ tests/data/fate/acodec-dca 2020-03-19 20:53:28.169834417 +0000 @@ -1 +1 @@ -2aa580ac67820fce4f581b96ebb34acc +d41d8cd98f00b204e9800998ecf8427e Test acodec-alac failed. Look at tests/data/fate/acodec-alac.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-acodec-alac] Error 1 Test acodec-dca failed. Look at tests/data/fate/acodec-dca.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-acodec-dca] Error 1 TEST acodec-flac-exact-rice GEN tests/data/asynth-8000-1.wav --- /home/fate/ffmpeg/tests/ref/acodec/mp2fixed 2017-03-24 21:02:53.603046396 +0000 +++ tests/data/fate/acodec-mp2fixed 2020-03-19 20:53:28.173167745 +0000 @@ -1,4 +1,2 @@ 05445de0f0305df85db4ed0ce94e5f4c *tests/data/fate/acodec-mp2fixed.mp2 288391 tests/data/fate/acodec-mp2fixed.mp2 -b1b4a13e42db11e9fb1bd2c93692d548 *tests/data/fate/acodec-mp2fixed.out.wav -stddev: 3653.84 PSNR: 25.07 MAXDIFF:39970 bytes: 1058400/ 1057916 TEST acodec-roqaudio Test acodec-dca2 failed. Look at tests/data/fate/acodec-dca2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-acodec-dca2] Error 1 Test acodec-mp2fixed failed. Look at tests/data/fate/acodec-mp2fixed.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-acodec-mp2fixed] Error 1 TEST acodec-s302m TEST acodec-wavpack --- /home/fate/ffmpeg/tests/ref/acodec/roqaudio 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/acodec-roqaudio 2020-03-19 20:53:28.209834349 +0000 @@ -1,4 +0,0 @@ -75859976d7098588aeaebbc5551484a9 *tests/data/fate/acodec-roqaudio.roq -265992 tests/data/fate/acodec-roqaudio.roq -2057ed235e9d4e727e13bf57f3891093 *tests/data/fate/acodec-roqaudio.out.wav -stddev: 4481.70 PSNR: 23.30 MAXDIFF:46250 bytes: 1058400/ 1058400 Test acodec-roqaudio failed. Look at tests/data/fate/acodec-roqaudio.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-acodec-roqaudio] Error 1 --- /home/fate/ffmpeg/tests/ref/acodec/s302m 2019-08-23 21:14:03.910958044 +0000 +++ tests/data/fate/acodec-s302m 2020-03-19 20:53:28.216501003 +0000 @@ -1,4 +0,0 @@ -0bf5457fd41a22fc5cdd99ae5ad4e273 *tests/data/fate/acodec-s302m.mpegts -1527688 tests/data/fate/acodec-s302m.mpegts -31f25a0020fd9017de9c3c608316854b *tests/data/fate/acodec-s302m.out.wav -stddev: 986.94 PSNR: 36.44 MAXDIFF:18571 bytes: 1058400/ 1056708 TEST acodec-tta Test acodec-s302m failed. Look at tests/data/fate/acodec-s302m.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-acodec-s302m] Error 1 --- /home/fate/ffmpeg/tests/ref/acodec/wavpack 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/acodec-wavpack 2020-03-19 20:53:28.223167658 +0000 @@ -1,4 +0,0 @@ -000420796cc3e526650ce6f4c6334471 *tests/data/fate/acodec-wavpack.wv -338166 tests/data/fate/acodec-wavpack.wv -95e54b261530a1bcf6de6fe3b21dc5f6 *tests/data/fate/acodec-wavpack.out.wav -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 1058400/ 1058400 GEN tests/data/vsynth1.yuv Test acodec-wavpack failed. Look at tests/data/fate/acodec-wavpack.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-acodec-wavpack] Error 1 HOSTLD tests/rotozoom GEN tests/data/vsynth3.yuv LD libavformat/tests/seek LD libavfilter/tests/filtfmts GEN tests/data/ffprobe-test.nut make: *** [/home/fate/ffmpeg/tests/Makefile:43: tests/data/ffprobe-test.nut] Error 1 TEST probe-format-roundup997 TEST probe-format-roundup1383 TEST probe-format-roundup1414 TEST probe-format-roundup2015 GEN tests/data/vsynth_lena.yuv TEST ac3-2.0 TEST ac3-4.0 Test ac3-2.0 failed. Look at tests/data/fate/ac3-2.0.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-ac3-2.0] Error 1 TEST ac3-4.0-downmix-mono Test ac3-4.0 failed. Look at tests/data/fate/ac3-4.0.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-ac3-4.0] Error 1 TEST ac3-4.0-downmix-stereo TEST ac3-5.1 Test ac3-4.0-downmix-mono failed. Look at tests/data/fate/ac3-4.0-downmix-mono.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-ac3-4.0-downmix-mono] Error 1 TEST ac3-5.1-downmix-mono Test ac3-5.1 failed. Look at tests/data/fate/ac3-5.1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-ac3-5.1] Error 1 TEST ac3-5.1-downmix-stereo Test ac3-4.0-downmix-stereo failed. Look at tests/data/fate/ac3-4.0-downmix-stereo.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-ac3-4.0-downmix-stereo] Error 1 TEST ac3-fixed-2.0 Test ac3-5.1-downmix-mono failed. Look at tests/data/fate/ac3-5.1-downmix-mono.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-ac3-5.1-downmix-mono] Error 1 TEST ac3-fixed-4.0-downmix-mono Test ac3-5.1-downmix-stereo failed. Look at tests/data/fate/ac3-5.1-downmix-stereo.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-ac3-5.1-downmix-stereo] Error 1 TEST ac3-fixed-5.1-downmix-mono Test ac3-fixed-2.0 failed. Look at tests/data/fate/ac3-fixed-2.0.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-ac3-fixed-2.0] Error 1 TEST ac3-fixed-5.1-downmix-stereo Test ac3-fixed-5.1-downmix-mono failed. Look at tests/data/fate/ac3-fixed-5.1-downmix-mono.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-ac3-fixed-5.1-downmix-mono] Error 1 Test ac3-fixed-4.0-downmix-mono failed. Look at tests/data/fate/ac3-fixed-4.0-downmix-mono.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-ac3-fixed-4.0-downmix-mono] Error 1 TEST ac3-encode TEST ac3-fixed-encode Test ac3-fixed-5.1-downmix-stereo failed. Look at tests/data/fate/ac3-fixed-5.1-downmix-stereo.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-ac3-fixed-5.1-downmix-stereo] Error 1 TEST eac3-1 Test ac3-encode failed. Look at tests/data/fate/ac3-encode.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-ac3-encode] Error 1 --- - 2020-03-19 20:53:28.754735609 +0000 +++ tests/data/fate/ac3-fixed-encode 2020-03-19 20:53:28.749833415 +0000 @@ -1 +1 @@ -a1d1fc116463b771abf5aef7ed37d7b1 +d41d8cd98f00b204e9800998ecf8427e TEST eac3-2 Test ac3-fixed-encode failed. Look at tests/data/fate/ac3-fixed-encode.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-ac3-fixed-encode] Error 1 TEST eac3-3 Test eac3-1 failed. Look at tests/data/fate/eac3-1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-eac3-1] Error 1 TEST eac3-4 Test eac3-2 failed. Look at tests/data/fate/eac3-2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-eac3-2] Error 1 TEST eac3-5 Test eac3-3 failed. Look at tests/data/fate/eac3-3.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-eac3-3] Error 1 TEST eac3-encode Test eac3-4 failed. Look at tests/data/fate/eac3-4.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-eac3-4] Error 1 TEST eac3-core-bsf Test eac3-5 failed. Look at tests/data/fate/eac3-5.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-eac3-5] Error 1 TEST adpcm-4xm TEST adpcm-afc TEST adpcm-creative --- /home/fate/ffmpeg/tests/ref/fate/adpcm-4xm 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/adpcm-4xm 2020-03-19 20:53:28.893166501 +0000 @@ -1,32 +0,0 @@ -#tb 0: 1/22050 -#media_type 0: audio -#codec_id 0: pcm_s16le -#sample_rate 0: 22050 -#channel_layout 0: 3 -#channel_layout_name 0: stereo -0, 0, 0, 1472, 5888, 0x9086e310 -0, 1476, 1476, 1472, 5888, 0xac8491f5 -0, 2952, 2952, 1472, 5888, 0xc9a08b6b -0, 4428, 4428, 1472, 5888, 0x4cff893b -0, 5904, 5904, 1464, 5856, 0xfb914624 -0, 7372, 7372, 1472, 5888, 0x1dd9781f -0, 8848, 8848, 1472, 5888, 0x75937688 -0, 10324, 10324, 1472, 5888, 0x6c93a266 -0, 11800, 11800, 1464, 5856, 0xb14e6783 -0, 13268, 13268, 1472, 5888, 0x4d268759 -0, 14744, 14744, 1472, 5888, 0xce44b8c6 -0, 16220, 16220, 1472, 5888, 0xf99f7347 -0, 17696, 17696, 1464, 5856, 0x35591adc -0, 19164, 19164, 1472, 5888, 0x67692338 -0, 20640, 20640, 1472, 5888, 0x6465addd -0, 22116, 22116, 1472, 5888, 0x22c66aaf -0, 23592, 23592, 1464, 5856, 0x016b78d9 -0, 25060, 25060, 1472, 5888, 0xa9a03855 -0, 26536, 26536, 1472, 5888, 0x1aa0603f -0, 28012, 28012, 1472, 5888, 0x190a25a1 -0, 29488, 29488, 1464, 5856, 0xc6ad8bc0 -0, 30956, 30956, 1472, 5888, 0x42bb9d6b -0, 32432, 32432, 1472, 5888, 0x797694d7 -0, 33908, 33908, 1472, 5888, 0xd2d1fa69 -0, 35384, 35384, 1464, 5856, 0x61624e9b -0, 36852, 36852, 1472, 5888, 0x14bf8ec0 Test eac3-encode failed. Look at tests/data/fate/eac3-encode.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-eac3-encode] Error 1 Test adpcm-4xm failed. Look at tests/data/fate/adpcm-4xm.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-adpcm-4xm] Error 1 TEST adpcm-creative-8-2bit TEST adpcm-creative-8-2.6bit --- /home/fate/ffmpeg/tests/ref/fate/adpcm-afc 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/adpcm-afc 2020-03-19 20:53:28.906499810 +0000 @@ -1,18 +0,0 @@ -#tb 0: 1/44100 -#media_type 0: audio -#codec_id 0: pcm_s16le -#sample_rate 0: 44100 -#channel_layout 0: 3 -#channel_layout_name 0: stereo -0, 0, 0, 17920, 71680, 0x52373bc9 -0, 17920, 17920, 17920, 71680, 0x1f854b27 -0, 35840, 35840, 17920, 71680, 0x3d265a6d -0, 53760, 53760, 17920, 71680, 0x7e38d624 -0, 71680, 71680, 17920, 71680, 0x003b7616 -0, 89600, 89600, 17920, 71680, 0x9fed7ca7 -0, 107520, 107520, 17920, 71680, 0x22af668c -0, 125440, 125440, 17920, 71680, 0xefd95c4a -0, 143360, 143360, 17920, 71680, 0x8b68142e -0, 161280, 161280, 17920, 71680, 0x0a0614fa -0, 179200, 179200, 17920, 71680, 0x22ababa3 -0, 197120, 197120, 17920, 71680, 0xda4b1708 Test adpcm-afc failed. Look at tests/data/fate/adpcm-afc.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-adpcm-afc] Error 1 TEST adpcm-creative-8-4bit TEST adpcm-dtk TEST adpcm-ea-1 TEST adpcm-ea-2 --- /home/fate/ffmpeg/tests/ref/fate/adpcm-dtk 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/adpcm-dtk 2020-03-19 20:53:28.973166362 +0000 @@ -1,38 +0,0 @@ -#tb 0: 1/48000 -#media_type 0: audio -#codec_id 0: pcm_s16le -#sample_rate 0: 48000 -#channel_layout 0: 3 -#channel_layout_name 0: stereo -0, 0, 0, 896, 3584, 0xdae789d5 -0, 896, 896, 896, 3584, 0x168ed9b6 -0, 1792, 1792, 896, 3584, 0x8920c8d5 -0, 2688, 2688, 896, 3584, 0xaf0a3245 -0, 3584, 3584, 896, 3584, 0x884ee935 -0, 4480, 4480, 896, 3584, 0xe6a832ad -0, 5376, 5376, 896, 3584, 0x1fa12ea2 -0, 6272, 6272, 896, 3584, 0xf119198c -0, 7168, 7168, 896, 3584, 0x0a6dbf72 -0, 8064, 8064, 896, 3584, 0xd3467881 -0, 8960, 8960, 896, 3584, 0x25d504ec -0, 9856, 9856, 896, 3584, 0x452730c9 -0, 10752, 10752, 896, 3584, 0x42b92ff1 -0, 11648, 11648, 896, 3584, 0x85c67bf3 -0, 12544, 12544, 896, 3584, 0xab4d99e9 -0, 13440, 13440, 896, 3584, 0xe5bfc4da -0, 14336, 14336, 896, 3584, 0x7a5210e9 -0, 15232, 15232, 896, 3584, 0x5265fcd3 -0, 16128, 16128, 896, 3584, 0x76531427 -0, 17024, 17024, 896, 3584, 0xb2b8d7ab -0, 17920, 17920, 896, 3584, 0x05a453e8 -0, 18816, 18816, 896, 3584, 0x742c45bb -0, 19712, 19712, 896, 3584, 0x57aaee3b -0, 20608, 20608, 896, 3584, 0x997bf703 -0, 21504, 21504, 896, 3584, 0xe2d14b13 -0, 22400, 22400, 896, 3584, 0xdafbdd2f -0, 23296, 23296, 896, 3584, 0x448cec3a -0, 24192, 24192, 896, 3584, 0xe6f6fb9c -0, 25088, 25088, 896, 3584, 0x0310276a -0, 25984, 25984, 896, 3584, 0x44bf04e9 -0, 26880, 26880, 896, 3584, 0xe2105d33 -0, 27776, 27776, 896, 3584, 0x08b7d5e0 Test adpcm-dtk failed. Look at tests/data/fate/adpcm-dtk.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-adpcm-dtk] Error 1 TEST adpcm-ea-maxis-xa TEST adpcm-ea-r1 TEST adpcm-ea-r2 TEST adpcm-ea-r3 TEST adpcm-ima-amv --- /home/fate/ffmpeg/tests/ref/fate/adpcm-ea-r2 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/adpcm-ea-r2 2020-03-19 20:53:29.033166258 +0000 @@ -1 +0,0 @@ -CRC=0xa1158634 TEST adpcm-ima-apc Test adpcm-ea-r2 failed. Look at tests/data/fate/adpcm-ea-r2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-adpcm-ea-r2] Error 1 TEST adpcm-ima-dk3 --- /home/fate/ffmpeg/tests/ref/fate/adpcm-ea-r1 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/adpcm-ea-r1 2020-03-19 20:53:29.029832931 +0000 @@ -1,101 +0,0 @@ -#tb 0: 1/48000 -#media_type 0: audio -#codec_id 0: pcm_s16le -#sample_rate 0: 48000 -#channel_layout 0: 3 -#channel_layout_name 0: stereo -0, 0, 0, 1624, 6496, 0x00000000 -0, 1624, 1624, 1596, 6384, 0x00000000 -0, 3220, 3220, 1596, 6384, 0x00000000 -0, 4816, 4816, 1596, 6384, 0x00000000 -0, 6412, 6412, 1596, 6384, 0x00000000 -0, 8008, 8008, 1624, 6496, 0xe2034d04 -0, 9632, 9632, 1596, 6384, 0x089c9157 -0, 11228, 11228, 1596, 6384, 0xeed5743c -0, 12824, 12824, 1596, 6384, 0x71de6b34 -0, 14420, 14420, 1596, 6384, 0xc0d67710 -0, 16016, 16016, 1624, 6496, 0x35786490 -0, 17640, 17640, 1596, 6384, 0xdf1c99a2 -0, 19236, 19236, 1596, 6384, 0xca9591ad -0, 20832, 20832, 1596, 6384, 0x6f0d9c3d -0, 22428, 22428, 1596, 6384, 0xfacbbaee -0, 24024, 24024, 1624, 6496, 0x927fb136 -0, 25648, 25648, 1596, 6384, 0x9d4f2572 -0, 27244, 27244, 1596, 6384, 0x2a3c6d08 -0, 28840, 28840, 1596, 6384, 0x4282b1e0 -0, 30436, 30436, 1596, 6384, 0xc4a77b9f -0, 32032, 32032, 1624, 6496, 0x2af6a14f -0, 33656, 33656, 1596, 6384, 0x4d734169 -0, 35252, 35252, 1596, 6384, 0xb91b5865 -0, 36848, 36848, 1596, 6384, 0x9dce2417 -0, 38444, 38444, 1596, 6384, 0xb7c4e1ce -0, 40040, 40040, 1624, 6496, 0xef0dc07a -0, 41664, 41664, 1596, 6384, 0x4ad21d10 -0, 43260, 43260, 1596, 6384, 0xcfe14682 -0, 44856, 44856, 1596, 6384, 0x07be48eb -0, 46452, 46452, 1596, 6384, 0x09de3498 -0, 48048, 48048, 1624, 6496, 0xab2e9686 -0, 49672, 49672, 1596, 6384, 0x3aba3ccc -0, 51268, 51268, 1596, 6384, 0x0a905ec3 -0, 52864, 52864, 1596, 6384, 0x76a93ce4 -0, 54460, 54460, 1596, 6384, 0xa99063a4 -0, 56056, 56056, 1624, 6496, 0xc16bb88d -0, 57680, 57680, 1596, 6384, 0x650379bf -0, 59276, 59276, 1596, 6384, 0x4e0749fe -0, 60872, 60872, 1596, 6384, 0x778e8d12 -0, 62468, 62468, 1596, 6384, 0x9fa8c494 -0, 64064, 64064, 1624, 6496, 0x61d5bead -0, 65688, 65688, 1596, 6384, 0x4da9bc3c -0, 67284, 67284, 1596, 6384, 0xa72b6f93 -0, 68880, 68880, 1596, 6384, 0x811f5f77 -0, 70476, 70476, 1596, 6384, 0x83ea5e3d -0, 72072, 72072, 1624, 6496, 0x78bab460 -0, 73696, 73696, 1596, 6384, 0xc9a07432 -0, 75292, 75292, 1596, 6384, 0x4b4f2a34 -0, 76888, 76888, 1596, 6384, 0x4d707a53 -0, 78484, 78484, 1596, 6384, 0x703efb60 -0, 80080, 80080, 1624, 6496, 0x319a77bb -0, 81704, 81704, 1596, 6384, 0xbdfd82ec -0, 83300, 83300, 1596, 6384, 0x413c3503 -0, 84896, 84896, 1596, 6384, 0xe6e666b3 -0, 86492, 86492, 1596, 6384, 0xa09c7342 -0, 88088, 88088, 1624, 6496, 0x60cba846 -0, 89712, 89712, 1596, 6384, 0x0ba34308 -0, 91308, 91308, 1596, 6384, 0xdc3a65f0 -0, 92904, 92904, 1596, 6384, 0x1ebf9dc4 -0, 94500, 94500, 1596, 6384, 0xbbcb1449 -0, 96096, 96096, 1624, 6496, 0x926574eb -0, 97720, 97720, 1596, 6384, 0xb4da92f1 -0, 99316, 99316, 1596, 6384, 0xdbbd21e0 -0, 100912, 100912, 1596, 6384, 0x08510eff -0, 102508, 102508, 1596, 6384, 0x9534b7ca -0, 104104, 104104, 1624, 6496, 0x50a5ed30 -0, 105728, 105728, 1596, 6384, 0xf5ac2f7c -0, 107324, 107324, 1596, 6384, 0x4fe1fa55 -0, 108920, 108920, 1596, 6384, 0xd61c4c05 -0, 110516, 110516, 1596, 6384, 0x56d11b45 -0, 112112, 112112, 1624, 6496, 0x3906084b -0, 113736, 113736, 1596, 6384, 0x1ef31fed -0, 115332, 115332, 1596, 6384, 0x58ed82f5 -0, 116928, 116928, 1596, 6384, 0xb31ccd1f -0, 118524, 118524, 1596, 6384, 0xfb648285 -0, 120120, 120120, 1624, 6496, 0xfae2950b -0, 121744, 121744, 1596, 6384, 0xe28c8357 -0, 123340, 123340, 1596, 6384, 0xda718e60 -0, 124936, 124936, 1596, 6384, 0x27516999 -0, 126532, 126532, 1596, 6384, 0x0ba07921 -0, 128128, 128128, 1624, 6496, 0xcfbecfab -0, 129752, 129752, 1596, 6384, 0xae4cedcd -0, 131348, 131348, 1596, 6384, 0x917b4707 -0, 132944, 132944, 1596, 6384, 0x8671b28e -0, 134540, 134540, 1596, 6384, 0x9a1238fa -0, 136136, 136136, 1624, 6496, 0x23b8f8ca -0, 137760, 137760, 1596, 6384, 0x3903bcd6 -0, 139356, 139356, 1596, 6384, 0x0532b267 -0, 140952, 140952, 1596, 6384, 0xde931220 -0, 142548, 142548, 1596, 6384, 0x4ed70a80 -0, 144144, 144144, 1624, 6496, 0x4a52d5a1 -0, 145768, 145768, 1596, 6384, 0xc1be5760 -0, 147364, 147364, 1596, 6384, 0x790d69ba -0, 148960, 148960, 1596, 6384, 0x9d73e6cf -0, 150556, 150556, 1568, 6272, 0xbc0fc725 TEST adpcm-ima-dk4 Test adpcm-ea-r1 failed. Look at tests/data/fate/adpcm-ea-r1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-adpcm-ea-r1] Error 1 TEST adpcm-ima-ea-eacs --- /home/fate/ffmpeg/tests/ref/fate/adpcm-ea-r3 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/adpcm-ea-r3 2020-03-19 20:53:29.043166241 +0000 @@ -1 +0,0 @@ -CRC=0x9ea2507f Test adpcm-ea-r3 failed. Look at tests/data/fate/adpcm-ea-r3.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-adpcm-ea-r3] Error 1 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 --- /home/fate/ffmpeg/tests/ref/fate/adpcm-ima_wav-stereo 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/adpcm-ima_wav-stereo 2020-03-19 20:53:29.193165981 +0000 @@ -1 +1 @@ -1ee96f1efc09251a732621049dc5b66e +d41d8cd98f00b204e9800998ecf8427e Test adpcm-ima_wav-stereo failed. Look at tests/data/fate/adpcm-ima_wav-stereo.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-adpcm-ima_wav-stereo] Error 1 TEST adpcm-argo-mono TEST adpcm-argo-stereo --- /home/fate/ffmpeg/tests/ref/fate/adpcm-thp 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/adpcm-thp 2020-03-19 20:53:29.193165981 +0000 @@ -1,77 +0,0 @@ -#tb 0: 1/32000 -#media_type 0: audio -#codec_id 0: pcm_s16le -#sample_rate 0: 32000 -#channel_layout 0: 3 -#channel_layout_name 0: stereo -0, 0, 0, 1078, 4312, 0x469714f6 -0, 1078, 1078, 1064, 4256, 0x6ca28f25 -0, 2142, 2142, 1078, 4312, 0xd466f806 -0, 3220, 3220, 1064, 4256, 0x59d69463 -0, 4284, 4284, 1064, 4256, 0xf4805f42 -0, 5348, 5348, 1078, 4312, 0x579f22aa -0, 6426, 6426, 1064, 4256, 0xbdc88f45 -0, 7490, 7490, 1064, 4256, 0xc71ebf04 -0, 8554, 8554, 1078, 4312, 0xc1c86e49 -0, 9632, 9632, 1064, 4256, 0x96365506 -0, 10696, 10696, 1064, 4256, 0xaf59bfe5 -0, 11760, 11760, 1078, 4312, 0x4f00811d -0, 12838, 12838, 1064, 4256, 0x0d8a243a -0, 13902, 13902, 1064, 4256, 0x98fc3477 -0, 14966, 14966, 1078, 4312, 0xbf327cc1 -0, 16044, 16044, 1064, 4256, 0xdc52d5bd -0, 17108, 17108, 1064, 4256, 0x29eb1ca6 -0, 18172, 18172, 1078, 4312, 0xf647067f -0, 19250, 19250, 1064, 4256, 0x4f4b70db -0, 20314, 20314, 1064, 4256, 0xa73b7e5d -0, 21378, 21378, 1078, 4312, 0x1f5464ff -0, 22456, 22456, 1064, 4256, 0xcd7a46f2 -0, 23520, 23520, 1064, 4256, 0x7e203f8e -0, 24584, 24584, 1078, 4312, 0x82e5f5ee -0, 25662, 25662, 1064, 4256, 0xfbb65050 -0, 26726, 26726, 1064, 4256, 0x474d33ff -0, 27790, 27790, 1078, 4312, 0x737a0586 -0, 28868, 28868, 1064, 4256, 0xf677f86a -0, 29932, 29932, 1064, 4256, 0xe35919f9 -0, 30996, 30996, 1078, 4312, 0x74f382b2 -0, 32074, 32074, 1064, 4256, 0xe10095c1 -0, 33138, 33138, 1064, 4256, 0x5af2f855 -0, 34202, 34202, 1078, 4312, 0x55239722 -0, 35280, 35280, 1064, 4256, 0xf904da45 -0, 36344, 36344, 1064, 4256, 0xdd8ca94f -0, 37408, 37408, 1078, 4312, 0xcc7a76f6 -0, 38486, 38486, 1064, 4256, 0x67aa5b74 -0, 39550, 39550, 1064, 4256, 0x6559608f -0, 40614, 40614, 1078, 4312, 0x7d297e71 -0, 41692, 41692, 1064, 4256, 0x15c2b2e3 -0, 42756, 42756, 1064, 4256, 0x0bf2896c -0, 43820, 43820, 1078, 4312, 0x17f75da7 -0, 44898, 44898, 1064, 4256, 0x90b27489 -0, 45962, 45962, 1064, 4256, 0xcc7d0de4 -0, 47026, 47026, 1078, 4312, 0x0c8a0586 -0, 48104, 48104, 1064, 4256, 0x184a2e34 -0, 49168, 49168, 1064, 4256, 0xfe354354 -0, 50232, 50232, 1078, 4312, 0x4e3bd1c1 -0, 51310, 51310, 1064, 4256, 0x37a50e20 -0, 52374, 52374, 1064, 4256, 0x2556584a -0, 53438, 53438, 1078, 4312, 0x380f3466 -0, 54516, 54516, 1064, 4256, 0x25b4a1db -0, 55580, 55580, 1064, 4256, 0x77f15645 -0, 56644, 56644, 1078, 4312, 0x278b5864 -0, 57722, 57722, 1064, 4256, 0xcf2e701d -0, 58786, 58786, 1064, 4256, 0x8924e60f -0, 59850, 59850, 1078, 4312, 0x54db60f9 -0, 60928, 60928, 1064, 4256, 0x365993ef -0, 61992, 61992, 1064, 4256, 0x37e4a996 -0, 63056, 63056, 1078, 4312, 0x0b9bda87 -0, 64134, 64134, 1064, 4256, 0x2eed0d61 -0, 65198, 65198, 1064, 4256, 0xa826a02f -0, 66262, 66262, 1078, 4312, 0x9620255e -0, 67340, 67340, 1064, 4256, 0x0f3cc6f2 -0, 68404, 68404, 1064, 4256, 0x14d89149 -0, 69468, 69468, 1078, 4312, 0x87c74a3d -0, 70546, 70546, 1064, 4256, 0x73ca9dd9 -0, 71610, 71610, 1064, 4256, 0x8419cab6 -0, 72674, 72674, 1078, 4312, 0x7d1c59ec -0, 73752, 73752, 1064, 4256, 0xbf927052 -0, 74816, 74816, 1064, 4256, 0x4a422bc3 --- /home/fate/ffmpeg/tests/ref/fate/adpcm-xa 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/adpcm-xa 2020-03-19 20:53:29.209832620 +0000 @@ -1,43 +0,0 @@ -#tb 0: 1/37800 -#media_type 0: audio -#codec_id 0: pcm_s16le -#sample_rate 0: 37800 -#channel_layout 0: 3 -#channel_layout_name 0: stereo -0, 0, 0, 2016, 8064, 0xa307ed8c -0, 2016, 2016, 2016, 8064, 0xd2551927 -0, 4032, 4032, 2016, 8064, 0x3264a799 -0, 6048, 6048, 2016, 8064, 0x75da1393 -0, 8064, 8064, 2016, 8064, 0x68665f59 -0, 10080, 10080, 2016, 8064, 0xaf266a18 -0, 12096, 12096, 2016, 8064, 0x4d4b69fd -0, 14112, 14112, 2016, 8064, 0x129d7e17 -0, 16128, 16128, 2016, 8064, 0x78c56725 -0, 18144, 18144, 2016, 8064, 0x59902cf1 -0, 20160, 20160, 2016, 8064, 0x6e699c87 -0, 22176, 22176, 2016, 8064, 0xc30692d7 -0, 24192, 24192, 2016, 8064, 0x29c043e5 -0, 26208, 26208, 2016, 8064, 0x61907704 -0, 28224, 28224, 2016, 8064, 0xf9210630 -0, 30240, 30240, 2016, 8064, 0xc0bdda08 -0, 32256, 32256, 2016, 8064, 0x6171b96d -0, 34272, 34272, 2016, 8064, 0x082947cf -0, 36288, 36288, 2016, 8064, 0xf7bbf1ce -0, 38304, 38304, 2016, 8064, 0xe50e4436 -0, 40320, 40320, 2016, 8064, 0x2a860844 -0, 42336, 42336, 2016, 8064, 0xedcb502c -0, 44352, 44352, 2016, 8064, 0x448e3c7f -0, 46368, 46368, 2016, 8064, 0xf782f366 -0, 48384, 48384, 2016, 8064, 0xf57f66a5 -0, 50400, 50400, 2016, 8064, 0xdcc36939 -0, 52416, 52416, 2016, 8064, 0x34959d99 -0, 54432, 54432, 2016, 8064, 0xa5c20433 -0, 56448, 56448, 2016, 8064, 0xf1364e9b -0, 58464, 58464, 2016, 8064, 0x232fe9c7 -0, 60480, 60480, 2016, 8064, 0xdc068d5a -0, 62496, 62496, 2016, 8064, 0x4962e812 -0, 64512, 64512, 2016, 8064, 0x36a6709b -0, 66528, 66528, 2016, 8064, 0xa2837bd8 -0, 68544, 68544, 2016, 8064, 0x68612ddb -0, 70560, 70560, 2016, 8064, 0x8d76d1cb -0, 72576, 72576, 2016, 8064, 0x7707cfc7 Test adpcm-xa failed. Look at tests/data/fate/adpcm-xa.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-adpcm-xa] Error 1 TEST adpcm-ima-ssi-mono TEST adpcm-ima-ssi-stereo Test adpcm-thp failed. Look at tests/data/fate/adpcm-thp.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-adpcm-thp] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/adpcm-argo-stereo 2020-02-05 01:33:37.133373173 +0000 +++ tests/data/fate/adpcm-argo-stereo 2020-03-19 20:53:29.243165895 +0000 @@ -1 +1 @@ -53ad310be0175583a5c3c0e5fe341b18 +d41d8cd98f00b204e9800998ecf8427e TEST adpcm-ima-apm-mono Test adpcm-argo-stereo failed. Look at tests/data/fate/adpcm-argo-stereo.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-adpcm-argo-stereo] Error 1 TEST adpcm-ima-apm-stereo TEST adpcm-ima-alp-mono --- /home/fate/ffmpeg/tests/ref/fate/adpcm-argo-mono 2020-02-05 01:33:37.133373173 +0000 +++ tests/data/fate/adpcm-argo-mono 2020-03-19 20:53:29.246499223 +0000 @@ -1 +1 @@ -3876d24a376b1ab1f6d207b7abda635e +d41d8cd98f00b204e9800998ecf8427e Test adpcm-argo-mono failed. Look at tests/data/fate/adpcm-argo-mono.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-adpcm-argo-mono] Error 1 TEST adpcm-ima-alp-stereo TEST atrac1-1 TEST atrac1-2 TEST atrac3-1 TEST atrac3-2 TEST atrac3-3 TEST atrac3p-1 Test atrac3-1 failed. Look at tests/data/fate/atrac3-1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-atrac3-1] Error 1 TEST atrac3p-2 Test atrac1-1 failed. Look at tests/data/fate/atrac1-1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-atrac1-1] Error 1 TEST bmp-1bit Test atrac3-3 failed. Look at tests/data/fate/atrac3-3.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-atrac3-3] Error 1 Test atrac3-2 failed. Look at tests/data/fate/atrac3-2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-atrac3-2] Error 1 TEST bmp-4bit TEST bmp-4bit-os2 Test atrac3p-1 failed. Look at tests/data/fate/atrac3p-1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-atrac3p-1] Error 1 TEST bmp-8bit TEST bmp-8bit-os2 Test atrac1-2 failed. Look at tests/data/fate/atrac1-2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-atrac1-2] Error 1 Test atrac3p-2 failed. Look at tests/data/fate/atrac3p-2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-atrac3p-2] Error 1 TEST bmp-15bit TEST bmp-15bit-mask TEST bmp-16bit-mask TEST bmp-24bit TEST bmp-32bit TEST bmp-32bit-mask TEST bmp-rle4 TEST bmp-rle8 TEST cbs-av1-av1-1-b8-02-allintra TEST cbs-av1-av1-1-b8-03-sizedown TEST cbs-av1-av1-1-b8-03-sizeup TEST cbs-av1-av1-1-b8-04-cdfupdate TEST cbs-av1-av1-1-b8-05-mv TEST cbs-av1-av1-1-b8-06-mfmv TEST cbs-av1-av1-1-b8-22-svc-L1T2 TEST cbs-av1-av1-1-b8-22-svc-L2T1 TEST cbs-av1-av1-1-b8-22-svc-L2T2 TEST cbs-av1-av1-1-b8-23-film_grain-50 TEST cbs-av1-av1-1-b10-23-film_grain-50 TEST cbs-av1-decode_model TEST cbs-av1-frames_refs_short_signaling TEST cbs-av1-non_uniform_tiling TEST cbs-av1-seq_hdr_op_param_info TEST cbs-h264-SVA_Base_B TEST cbs-av1-switch_frame TEST cbs-h264-BASQP1_Sony_C TEST cbs-h264-FM1_BT_B TEST cbs-h264-CVFC1_Sony_C TEST cbs-h264-AUD_MW_E TEST cbs-h264-CVBS3_Sony_C TEST cbs-h264-MR1_BT_A TEST cbs-h264-CVWP1_TOSHIBA_E TEST cbs-h264-CVNLFI1_Sony_C TEST cbs-h264-Sharp_MP_PAFF_1r2 TEST cbs-h264-CVMANL1_TOSHIBA_B TEST cbs-h264-sp1_bt_a TEST cbs-h264-CVSE2_Sony_B TEST cbs-h264-CABACI3_Sony_B TEST cbs-h264-sei-1 TEST cbs-hevc-STRUCT_A_Samsung_5 TEST cbs-hevc-WP_A_Toshiba_3 TEST cbs-hevc-SLIST_A_Sony_4 TEST cbs-hevc-SLIST_D_Sony_9 TEST cbs-hevc-CAINIT_E_SHARP_3 TEST cbs-hevc-CAINIT_H_SHARP_3 TEST cbs-hevc-TILES_B_Cisco_1 TEST cbs-hevc-WPP_A_ericsson_MAIN_2 TEST cbs-hevc-WPP_F_ericsson_MAIN_2 TEST cbs-hevc-ipcm_E_NEC_2 TEST cbs-hevc-NUT_A_ericsson_5 TEST cbs-hevc-PICSIZE_A_Bossen_1 TEST cbs-hevc-PICSIZE_B_Bossen_1 TEST cbs-hevc-RPS_A_docomo_4 TEST cbs-hevc-RPS_E_qualcomm_5 TEST cbs-hevc-LTRPSPS_A_Qualcomm_1 TEST cbs-hevc-RPLM_A_qualcomm_4 TEST cbs-hevc-CONFWIN_A_Sony_1 TEST cbs-hevc-HRD_A_Fujitsu_2 TEST cbs-hevc-SLPPLP_A_VIDYO_2 TEST cbs-mpeg2-hhi_burst_422_short TEST cbs-mpeg2-sony-ct3 TEST cbs-mpeg2-tcela-6 TEST cbs-vp9-vp90-2-03-deltaq TEST cbs-vp9-vp90-2-06-bilinear TEST cbs-vp9-vp90-2-05-resize TEST cbs-vp9-vp90-2-09-lf_deltas TEST cbs-vp9-vp90-2-10-show-existing-frame TEST cbs-vp9-vp90-2-10-show-existing-frame2 TEST cbs-vp9-vp90-2-segmentation-aq-akiyo TEST cbs-vp9-vp90-2-segmentation-sf-akiyo TEST cbs-vp9-vp90-2-tiling-pedestrian TEST cbs-vp9-vp91-2-04-yuv440 TEST cbs-vp9-vp91-2-04-yuv444 TEST cbs-vp9-vp92-2-20-10bit-yuv420 TEST cbs-vp9-vp93-2-20-10bit-yuv422 TEST cdxl-bitline-ham6 TEST cbs-vp9-vp93-2-20-12bit-yuv444 TEST cdxl-ham6 TEST cdxl-ham8 TEST cdxl-pal8 TEST cdxl-pal8-small TEST cover-art-ape TEST cover-art-flac TEST cover-art-m4a TEST cover-art-ogg TEST cover-art-wma TEST cover-art-wma-id3 TEST cover-art-wma-metadatalib TEST cover-art-wv TEST dfa1 TEST dfa2 TEST dfa3 TEST dfa4 TEST dfa5 TEST dfa6 TEST dfa7 TEST dfa8 TEST dfa9 TEST dfa10 TEST dfa11 TEST dpcm-idroq TEST dpcm-interplay TEST dpcm-sierra TEST dpcm-xan TEST filter-acrossfade TEST filter-silenceremove TEST filter-stereotools TEST filter-tremolo GEN tests/data/asynth-44100-2-2.wav GEN tests/data/asynth-44100-2-3.wav TEST filter-hdcd-mix --- /home/fate/ffmpeg/tests/ref/fate/filter-silenceremove 2017-03-24 21:02:53.616379760 +0000 +++ tests/data/fate/filter-silenceremove 2020-03-19 20:53:30.459830459 +0000 @@ -1,36 +0,0 @@ -#tb 0: 1/192000 -#media_type 0: audio -#codec_id 0: pcm_s16le -#sample_rate 0: 192000 -#channel_layout 0: 3 -#channel_layout_name 0: stereo -0, 0, 0, 1, 4, 0x00200008 -0, 1, 1, 1, 4, 0x00180006 -0, 2, 2, 1, 4, 0x001c0007 -0, 3, 3, 1, 4, 0x03250208 -0, 4, 4, 1, 4, 0x03290208 -0, 5, 5, 1, 4, 0x03230207 -0, 6, 6, 1, 4, 0x031f0206 -0, 7, 7, 1, 4, 0x03250208 -0, 8, 8, 1, 4, 0x00220009 -0, 9, 9, 1, 4, 0x00200009 -0, 10, 10, 1, 4, 0x03250208 -0, 11, 11, 1, 4, 0x0335020c -0, 12, 12, 1, 4, 0x034b0211 -0, 13, 13, 1, 4, 0x034b020f -0, 14, 14, 1, 4, 0x0343020e -0, 15, 15, 1, 4, 0x00440011 -0, 16, 16, 1, 4, 0x00400011 -0, 17, 17, 1, 4, 0x003a000f -0, 18, 18, 1, 4, 0x0339020d -0, 19, 19, 1, 4, 0x003a000f -0, 20, 20, 1, 4, 0x0034000d -0, 21, 21, 1, 4, 0x0034000d -0, 22, 22, 1, 4, 0x0036000e -0, 23, 23, 1, 4, 0x03290208 -0, 24, 24, 1, 4, 0x03230204 -0, 25, 25, 1, 4, 0x03170201 -0, 26, 26, 1, 4, 0x030701fd -0, 27, 27, 1, 4, 0x02fd01fc -0, 28, 28, 1, 4, 0x00060002 -0, 29, 29, 1, 4, 0x000c0004 TEST filter-hdcd-mix-psoff Test filter-tremolo failed. Look at tests/data/fate/filter-tremolo.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-tremolo] Error 1 TEST filter-hdcd-analyze-pe Test filter-silenceremove failed. Look at tests/data/fate/filter-silenceremove.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-silenceremove] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/filter-stereotools 2017-03-24 21:02:53.619713101 +0000 +++ tests/data/fate/filter-stereotools 2020-03-19 20:53:30.469830441 +0000 @@ -1,26 +0,0 @@ -#tb 0: 1/44100 -#media_type 0: audio -#codec_id 0: pcm_s16le -#sample_rate 0: 44100 -#channel_layout 0: 3 -#channel_layout_name 0: stereo -0, 0, 0, 1024, 4096, 0x48b6d241 -0, 1024, 1024, 1024, 4096, 0xe0c4ca9a -0, 2048, 2048, 1024, 4096, 0x6dd8e26c -0, 3072, 3072, 1024, 4096, 0x047cce1c -0, 4096, 4096, 1024, 4096, 0x0b7bc8e4 -0, 5120, 5120, 1024, 4096, 0xf0c9d037 -0, 6144, 6144, 1024, 4096, 0x6f23c83d -0, 7168, 7168, 1024, 4096, 0xe6d8c099 -0, 8192, 8192, 1024, 4096, 0xcca3cb25 -0, 9216, 9216, 1024, 4096, 0xefced25b -0, 10240, 10240, 1024, 4096, 0x8614cdcb -0, 11264, 11264, 1024, 4096, 0x06d1eb3f -0, 12288, 12288, 1024, 4096, 0x7afbcffd -0, 13312, 13312, 1024, 4096, 0x6371dcd8 -0, 14336, 14336, 1024, 4096, 0xdd8f90d9 -0, 15360, 15360, 1024, 4096, 0x448c08f4 -0, 16384, 16384, 1024, 4096, 0x4d9b2d26 -0, 17408, 17408, 1024, 4096, 0x735a05da -0, 18432, 18432, 1024, 4096, 0x8651bf40 -0, 19456, 19456, 1024, 4096, 0xbf98c4e7 TEST filter-hdcd-analyze-lle TEST filter-hdcd-analyze-cdt Test filter-stereotools failed. Look at tests/data/fate/filter-stereotools.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-stereotools] Error 1 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 --- /home/fate/ffmpeg/tests/ref/fate/audiomatch-square-mp3 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/audiomatch-square-mp3 2020-03-19 20:53:30.866496422 +0000 @@ -1 +0,0 @@ -presig: 0 postsig:0 c: 0.9447 lenerr:0 Test audiomatch-square-mp3 failed. Look at tests/data/fate/audiomatch-square-mp3.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-audiomatch-square-mp3] Error 1 TEST audiomatch-afconvert-16000-mono-lc-adts --- /home/fate/ffmpeg/tests/ref/fate/audiomatch-square-aac 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/audiomatch-square-aac 2020-03-19 20:53:30.876496404 +0000 @@ -1 +0,0 @@ -presig: 0 postsig:892 c: 0.9983 lenerr:892 Test audiomatch-square-aac failed. Look at tests/data/fate/audiomatch-square-aac.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-audiomatch-square-aac] Error 1 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 --- /home/fate/ffmpeg/tests/ref/fate/audiomatch-afconvert-16000-mono-lc-adts 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/audiomatch-afconvert-16000-mono-lc-adts 2020-03-19 20:53:30.926496319 +0000 @@ -1 +0,0 @@ -presig: 2112 postsig:704 c: 0.9842 lenerr:2816 Test audiomatch-afconvert-16000-mono-lc-adts failed. Look at tests/data/fate/audiomatch-afconvert-16000-mono-lc-adts.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-audiomatch-afconvert-16000-mono-lc-adts] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/gapless-mp3 2017-03-24 21:02:53.623046443 +0000 +++ tests/data/fate/gapless-mp3 2020-03-19 20:53:30.953162939 +0000 @@ -1,5 +1,5 @@ 44b42cc3a898b45507d856d0813f4f26 *tests/data/fate/gapless-mp3.out-1 -c96c3ae7bd3300fd2f4debac222de5b7 +d41d8cd98f00b204e9800998ecf8427e ec876434ed65e338e07234e54d136caf *tests/data/fate/gapless-mp3.out-2 -c96c3ae7bd3300fd2f4debac222de5b7 +d41d8cd98f00b204e9800998ecf8427e 806fd80eba887b46a1eba1eeff63df28 *tests/data/fate/gapless-mp3.out-3 TEST audiomatch-afconvert-16000-mono-he-m4a --- /home/fate/ffmpeg/tests/ref/fate/audiomatch-afconvert-16000-mono-lc-m4a 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/audiomatch-afconvert-16000-mono-lc-m4a 2020-03-19 20:53:30.939829628 +0000 @@ -1 +0,0 @@ -presig: 0 postsig:704 c: 0.9842 lenerr:704 Test gapless-mp3 failed. Look at tests/data/fate/gapless-mp3.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-gapless-mp3] Error 1 Test audiomatch-afconvert-16000-mono-lc-m4a failed. Look at tests/data/fate/audiomatch-afconvert-16000-mono-lc-m4a.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-audiomatch-afconvert-16000-mono-lc-m4a] Error 1 TEST audiomatch-afconvert-44100-mono-he-adts TEST audiomatch-afconvert-44100-mono-he-m4a --- /home/fate/ffmpeg/tests/ref/fate/audiomatch-afconvert-44100-mono-lc-m4a 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/audiomatch-afconvert-44100-mono-lc-m4a 2020-03-19 20:53:30.949829611 +0000 @@ -1 +0,0 @@ -presig: 0 postsig:824 c: 0.9995 lenerr:824 --- /home/fate/ffmpeg/tests/ref/fate/audiomatch-afconvert-44100-mono-lc-adts 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/audiomatch-afconvert-44100-mono-lc-adts 2020-03-19 20:53:30.953162939 +0000 @@ -1 +0,0 @@ -presig: 2112 postsig:824 c: 0.9995 lenerr:2936 Test audiomatch-afconvert-44100-mono-lc-m4a failed. Look at tests/data/fate/audiomatch-afconvert-44100-mono-lc-m4a.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-audiomatch-afconvert-44100-mono-lc-m4a] Error 1 Test audiomatch-afconvert-44100-mono-lc-adts failed. Look at tests/data/fate/audiomatch-afconvert-44100-mono-lc-adts.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-audiomatch-afconvert-44100-mono-lc-adts] Error 1 TEST audiomatch-afconvert-16000-stereo-he-m4a TEST audiomatch-afconvert-16000-stereo-he-adts --- /home/fate/ffmpeg/tests/ref/fate/audiomatch-afconvert-16000-mono-he-adts 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/audiomatch-afconvert-16000-mono-he-adts 2020-03-19 20:53:30.966496249 +0000 @@ -1 +0,0 @@ -presig: 2593 postsig:223 c: 0.9835 lenerr:2816 Test audiomatch-afconvert-16000-mono-he-adts failed. Look at tests/data/fate/audiomatch-afconvert-16000-mono-he-adts.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-audiomatch-afconvert-16000-mono-he-adts] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/audiomatch-afconvert-16000-mono-he-m4a 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/audiomatch-afconvert-16000-mono-he-m4a 2020-03-19 20:53:30.969829577 +0000 @@ -1 +0,0 @@ -presig: 481 postsig:223 c: 0.9835 lenerr:704 TEST audiomatch-afconvert-44100-stereo-he-adts --- /home/fate/ffmpeg/tests/ref/fate/audiomatch-afconvert-44100-mono-he-m4a 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/audiomatch-afconvert-44100-mono-he-m4a 2020-03-19 20:53:30.986496215 +0000 @@ -1 +0,0 @@ -presig: 962 postsig:822 c: 0.9911 lenerr:1784 Test audiomatch-afconvert-16000-mono-he-m4a failed. Look at tests/data/fate/audiomatch-afconvert-16000-mono-he-m4a.err for details. --- /home/fate/ffmpeg/tests/ref/fate/audiomatch-afconvert-44100-mono-he-adts 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/audiomatch-afconvert-44100-mono-he-adts 2020-03-19 20:53:30.989829542 +0000 @@ -1 +0,0 @@ -presig: 5186 postsig:822 c: 0.9911 lenerr:6008 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-audiomatch-afconvert-16000-mono-he-m4a] Error 1 TEST audiomatch-afconvert-44100-stereo-he-m4a Test audiomatch-afconvert-44100-mono-he-m4a failed. Look at tests/data/fate/audiomatch-afconvert-44100-mono-he-m4a.err for details. Test audiomatch-afconvert-44100-mono-he-adts failed. Look at tests/data/fate/audiomatch-afconvert-44100-mono-he-adts.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-audiomatch-afconvert-44100-mono-he-adts] Error 1 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-audiomatch-afconvert-44100-mono-he-m4a] Error 1 TEST audiomatch-afconvert-16000-stereo-he2-adts TEST audiomatch-afconvert-16000-stereo-he2-m4a --- /home/fate/ffmpeg/tests/ref/fate/audiomatch-afconvert-16000-stereo-he-m4a 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/audiomatch-afconvert-16000-stereo-he-m4a 2020-03-19 20:53:31.006496180 +0000 @@ -1 +0,0 @@ -presig: 962 postsig:446 c: 0.9895 lenerr:1408 Test audiomatch-afconvert-16000-stereo-he-m4a failed. Look at tests/data/fate/audiomatch-afconvert-16000-stereo-he-m4a.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-audiomatch-afconvert-16000-stereo-he-m4a] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/audiomatch-afconvert-16000-stereo-he-adts 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/audiomatch-afconvert-16000-stereo-he-adts 2020-03-19 20:53:31.016496163 +0000 @@ -1 +0,0 @@ -presig: 5186 postsig:446 c: 0.9895 lenerr:5632 TEST audiomatch-afconvert-44100-stereo-he2-adts Test audiomatch-afconvert-16000-stereo-he-adts failed. Look at tests/data/fate/audiomatch-afconvert-16000-stereo-he-adts.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-audiomatch-afconvert-16000-stereo-he-adts] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/audiomatch-afconvert-44100-stereo-he-adts 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/audiomatch-afconvert-44100-stereo-he-adts 2020-03-19 20:53:31.033162801 +0000 @@ -1 +0,0 @@ -presig: 10372 postsig:1644 c: 0.9890 lenerr:12016 --- /home/fate/ffmpeg/tests/ref/fate/audiomatch-afconvert-44100-stereo-he-m4a 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/audiomatch-afconvert-44100-stereo-he-m4a 2020-03-19 20:53:31.036496128 +0000 @@ -1 +0,0 @@ -presig: 1924 postsig:1644 c: 0.9890 lenerr:3568 TEST audiomatch-afconvert-44100-stereo-he2-m4a --- /home/fate/ffmpeg/tests/ref/fate/audiomatch-afconvert-16000-stereo-he2-adts 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/audiomatch-afconvert-16000-stereo-he2-adts 2020-03-19 20:53:31.046496110 +0000 @@ -1 +0,0 @@ -presig: 5186 postsig:446 c: 0.9839 lenerr:5632 Test audiomatch-afconvert-44100-stereo-he-m4a failed. Look at tests/data/fate/audiomatch-afconvert-44100-stereo-he-m4a.err for details. Test audiomatch-afconvert-44100-stereo-he-adts failed. Look at tests/data/fate/audiomatch-afconvert-44100-stereo-he-adts.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-audiomatch-afconvert-44100-stereo-he-m4a] Error 1 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-audiomatch-afconvert-44100-stereo-he-adts] Error 1 TEST audiomatch-afconvert-16000-stereo-lc-adts Test audiomatch-afconvert-16000-stereo-he2-adts failed. Look at tests/data/fate/audiomatch-afconvert-16000-stereo-he2-adts.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-audiomatch-afconvert-16000-stereo-he2-adts] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/audiomatch-afconvert-16000-stereo-he2-m4a 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/audiomatch-afconvert-16000-stereo-he2-m4a 2020-03-19 20:53:31.049829438 +0000 @@ -1 +0,0 @@ -presig: 962 postsig:446 c: 0.9839 lenerr:1408 TEST audiomatch-afconvert-16000-stereo-lc-m4a TEST audiomatch-afconvert-44100-stereo-lc-adts Test audiomatch-afconvert-16000-stereo-he2-m4a failed. Look at tests/data/fate/audiomatch-afconvert-16000-stereo-he2-m4a.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-audiomatch-afconvert-16000-stereo-he2-m4a] Error 1 TEST audiomatch-afconvert-44100-stereo-lc-m4a --- /home/fate/ffmpeg/tests/ref/fate/audiomatch-afconvert-44100-stereo-he2-adts 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/audiomatch-afconvert-44100-stereo-he2-adts 2020-03-19 20:53:31.076496059 +0000 @@ -1 +0,0 @@ -presig: 10372 postsig:1644 c: 0.9909 lenerr:12016 --- /home/fate/ffmpeg/tests/ref/fate/audiomatch-afconvert-44100-stereo-he2-m4a 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/audiomatch-afconvert-44100-stereo-he2-m4a 2020-03-19 20:53:31.083162714 +0000 @@ -1 +0,0 @@ -presig: 1924 postsig:1644 c: 0.9909 lenerr:3568 Test audiomatch-afconvert-44100-stereo-he2-adts failed. Look at tests/data/fate/audiomatch-afconvert-44100-stereo-he2-adts.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-audiomatch-afconvert-44100-stereo-he2-adts] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/audiomatch-afconvert-44100-stereo-lc-adts 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/audiomatch-afconvert-44100-stereo-lc-adts 2020-03-19 20:53:31.099829353 +0000 @@ -1 +0,0 @@ -presig: 4224 postsig:1648 c: 1.0006 lenerr:5872 TEST audiomatch-faac-16000-mono-lc-adts --- /home/fate/ffmpeg/tests/ref/fate/audiomatch-afconvert-16000-stereo-lc-m4a 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/audiomatch-afconvert-16000-stereo-lc-m4a 2020-03-19 20:53:31.096496025 +0000 @@ -1 +0,0 @@ -presig: 0 postsig:1408 c: 0.9985 lenerr:1408 Test audiomatch-afconvert-44100-stereo-he2-m4a failed. Look at tests/data/fate/audiomatch-afconvert-44100-stereo-he2-m4a.err for details. Test audiomatch-afconvert-44100-stereo-lc-adts failed. Look at tests/data/fate/audiomatch-afconvert-44100-stereo-lc-adts.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-audiomatch-afconvert-44100-stereo-he2-m4a] Error 1 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-audiomatch-afconvert-44100-stereo-lc-adts] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/audiomatch-afconvert-16000-stereo-lc-adts 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/audiomatch-afconvert-16000-stereo-lc-adts 2020-03-19 20:53:31.099829353 +0000 @@ -1 +0,0 @@ -presig: 4224 postsig:1408 c: 0.9985 lenerr:5632 TEST audiomatch-faac-16000-mono-lc-m4a TEST audiomatch-faac-44100-mono-lc-adts Test audiomatch-afconvert-16000-stereo-lc-m4a failed. Look at tests/data/fate/audiomatch-afconvert-16000-stereo-lc-m4a.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-audiomatch-afconvert-16000-stereo-lc-m4a] Error 1 Test audiomatch-afconvert-16000-stereo-lc-adts failed. Look at tests/data/fate/audiomatch-afconvert-16000-stereo-lc-adts.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-audiomatch-afconvert-16000-stereo-lc-adts] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/audiomatch-afconvert-44100-stereo-lc-m4a 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/audiomatch-afconvert-44100-stereo-lc-m4a 2020-03-19 20:53:31.116495990 +0000 @@ -1 +0,0 @@ -presig: 0 postsig:1648 c: 1.0006 lenerr:1648 TEST audiomatch-faac-16000-stereo-lc-adts TEST audiomatch-faac-44100-mono-lc-m4a Test audiomatch-afconvert-44100-stereo-lc-m4a failed. Look at tests/data/fate/audiomatch-afconvert-44100-stereo-lc-m4a.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-audiomatch-afconvert-44100-stereo-lc-m4a] Error 1 TEST audiomatch-faac-16000-stereo-lc-m4a --- /home/fate/ffmpeg/tests/ref/fate/audiomatch-faac-16000-mono-lc-adts 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/audiomatch-faac-16000-mono-lc-adts 2020-03-19 20:53:31.136495955 +0000 @@ -1 +0,0 @@ -presig: 0 postsig:768 c: 1.0011 lenerr:768 --- /home/fate/ffmpeg/tests/ref/fate/audiomatch-faac-16000-mono-lc-m4a 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/audiomatch-faac-16000-mono-lc-m4a 2020-03-19 20:53:31.149829266 +0000 @@ -1 +0,0 @@ -presig: 0 postsig:768 c: 1.0011 lenerr:768 Test audiomatch-faac-16000-mono-lc-adts failed. Look at tests/data/fate/audiomatch-faac-16000-mono-lc-adts.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-audiomatch-faac-16000-mono-lc-adts] Error 1 TEST audiomatch-faac-44100-stereo-lc-adts Test audiomatch-faac-16000-mono-lc-m4a failed. Look at tests/data/fate/audiomatch-faac-16000-mono-lc-m4a.err for details. --- /home/fate/ffmpeg/tests/ref/fate/audiomatch-faac-44100-mono-lc-adts 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/audiomatch-faac-44100-mono-lc-adts 2020-03-19 20:53:31.153162593 +0000 @@ -1 +0,0 @@ -presig: 0 postsig:888 c: 0.9882 lenerr:888 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-audiomatch-faac-16000-mono-lc-m4a] Error 1 TEST audiomatch-faac-44100-stereo-lc-m4a --- /home/fate/ffmpeg/tests/ref/fate/audiomatch-faac-44100-mono-lc-m4a 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/audiomatch-faac-44100-mono-lc-m4a 2020-03-19 20:53:31.159829248 +0000 @@ -1 +0,0 @@ -presig: 0 postsig:888 c: 0.9882 lenerr:888 --- /home/fate/ffmpeg/tests/ref/fate/audiomatch-faac-16000-stereo-lc-m4a 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/audiomatch-faac-16000-stereo-lc-m4a 2020-03-19 20:53:31.163162575 +0000 @@ -1 +0,0 @@ -presig: 0 postsig:1536 c: 1.0011 lenerr:1536 Test audiomatch-faac-44100-mono-lc-adts failed. Look at tests/data/fate/audiomatch-faac-44100-mono-lc-adts.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-audiomatch-faac-44100-mono-lc-adts] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/audiomatch-faac-16000-stereo-lc-adts 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/audiomatch-faac-16000-stereo-lc-adts 2020-03-19 20:53:31.156495921 +0000 @@ -1 +0,0 @@ -presig: 0 postsig:1536 c: 1.0011 lenerr:1536 Test audiomatch-faac-16000-stereo-lc-m4a failed. Look at tests/data/fate/audiomatch-faac-16000-stereo-lc-m4a.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-audiomatch-faac-16000-stereo-lc-m4a] Error 1 Test audiomatch-faac-44100-mono-lc-m4a failed. Look at tests/data/fate/audiomatch-faac-44100-mono-lc-m4a.err for details. TEST audiomatch-dolby-44100-mono-lc-mp4 make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-audiomatch-faac-44100-mono-lc-m4a] Error 1 Test audiomatch-faac-16000-stereo-lc-adts failed. Look at tests/data/fate/audiomatch-faac-16000-stereo-lc-adts.err for details. TEST audiomatch-dolby-44100-mono-he-mp4 make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-audiomatch-faac-16000-stereo-lc-adts] Error 1 TEST audiomatch-dolby-44100-stereo-he-mp4 TEST audiomatch-dolby-44100-stereo-he2-mp4 --- /home/fate/ffmpeg/tests/ref/fate/audiomatch-faac-44100-stereo-lc-adts 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/audiomatch-faac-44100-stereo-lc-adts 2020-03-19 20:53:31.199829179 +0000 @@ -1 +0,0 @@ -presig: 0 postsig:1776 c: 0.9882 lenerr:1776 --- /home/fate/ffmpeg/tests/ref/fate/audiomatch-faac-44100-stereo-lc-m4a 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/audiomatch-faac-44100-stereo-lc-m4a 2020-03-19 20:53:31.203162507 +0000 @@ -1 +0,0 @@ -presig: 0 postsig:1776 c: 0.9882 lenerr:1776 --- /home/fate/ffmpeg/tests/ref/fate/audiomatch-dolby-44100-mono-he-mp4 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/audiomatch-dolby-44100-mono-he-mp4 2020-03-19 20:53:31.216495817 +0000 @@ -1 +0,0 @@ -presig: 5569 postsig:-1609 c: 0.9702 lenerr:3960 --- /home/fate/ffmpeg/tests/ref/fate/audiomatch-dolby-44100-stereo-he2-mp4 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/audiomatch-dolby-44100-stereo-he2-mp4 2020-03-19 20:53:31.223162472 +0000 @@ -1 +0,0 @@ -presig: 15884 postsig:228 c: 0.8390 lenerr:16112 Test audiomatch-dolby-44100-mono-he-mp4 failed. Look at tests/data/fate/audiomatch-dolby-44100-mono-he-mp4.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-audiomatch-dolby-44100-mono-he-mp4] Error 1 Test audiomatch-faac-44100-stereo-lc-adts failed. Look at tests/data/fate/audiomatch-faac-44100-stereo-lc-adts.err for details. --- /home/fate/ffmpeg/tests/ref/fate/audiomatch-dolby-44100-mono-lc-mp4 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/audiomatch-dolby-44100-mono-lc-mp4 2020-03-19 20:53:31.216495817 +0000 @@ -1 +0,0 @@ -presig: 2973 postsig:-37 c: 0.9998 lenerr:2936 Test audiomatch-faac-44100-stereo-lc-m4a failed. Look at tests/data/fate/audiomatch-faac-44100-stereo-lc-m4a.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-audiomatch-faac-44100-stereo-lc-adts] Error 1 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-audiomatch-faac-44100-stereo-lc-m4a] Error 1 TEST audiomatch-dolby-44100-stereo-lc-mp4 TEST audiomatch-nero-16000-mono-lc-m4a TEST audiomatch-nero-44100-mono-lc-m4a Test audiomatch-dolby-44100-stereo-he2-mp4 failed. Look at tests/data/fate/audiomatch-dolby-44100-stereo-he2-mp4.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-audiomatch-dolby-44100-stereo-he2-mp4] Error 1 Test audiomatch-dolby-44100-mono-lc-mp4 failed. Look at tests/data/fate/audiomatch-dolby-44100-mono-lc-mp4.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-audiomatch-dolby-44100-mono-lc-mp4] Error 1 TEST audiomatch-nero-16000-mono-he-m4a TEST audiomatch-nero-44100-mono-he-m4a --- /home/fate/ffmpeg/tests/ref/fate/audiomatch-dolby-44100-stereo-he-mp4 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/audiomatch-dolby-44100-stereo-he-mp4 2020-03-19 20:53:31.226495799 +0000 @@ -1 +0,0 @@ -presig: 11160 postsig:-3240 c: 0.9703 lenerr:7920 Test audiomatch-dolby-44100-stereo-he-mp4 failed. Look at tests/data/fate/audiomatch-dolby-44100-stereo-he-mp4.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-audiomatch-dolby-44100-stereo-he-mp4] Error 1 TEST audiomatch-nero-16000-stereo-he-m4a --- /home/fate/ffmpeg/tests/ref/fate/audiomatch-nero-16000-mono-he-m4a 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/audiomatch-nero-16000-mono-he-m4a 2020-03-19 20:53:31.269829059 +0000 @@ -1 +0,0 @@ -presig: -4 postsig:196 c: 0.9736 lenerr:192 --- /home/fate/ffmpeg/tests/ref/fate/audiomatch-nero-44100-mono-he-m4a 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/audiomatch-nero-44100-mono-he-m4a 2020-03-19 20:53:31.273162385 +0000 @@ -1 +0,0 @@ -presig: 0 postsig:1336 c: 0.9973 lenerr:1336 Test audiomatch-nero-44100-mono-he-m4a failed. Look at tests/data/fate/audiomatch-nero-44100-mono-he-m4a.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-audiomatch-nero-44100-mono-he-m4a] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/audiomatch-dolby-44100-stereo-lc-mp4 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/audiomatch-dolby-44100-stereo-lc-mp4 2020-03-19 20:53:31.273162385 +0000 @@ -1 +0,0 @@ -presig: 5760 postsig:-1936 c: 0.9837 lenerr:3824 --- /home/fate/ffmpeg/tests/ref/fate/audiomatch-nero-44100-mono-lc-m4a 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/audiomatch-nero-44100-mono-lc-m4a 2020-03-19 20:53:31.266495731 +0000 @@ -1 +0,0 @@ -presig: 0 postsig:312 c: 0.9986 lenerr:312 Test audiomatch-nero-16000-mono-he-m4a failed. Look at tests/data/fate/audiomatch-nero-16000-mono-he-m4a.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-audiomatch-nero-16000-mono-he-m4a] Error 1 TEST audiomatch-nero-44100-stereo-he-m4a Test audiomatch-nero-44100-mono-lc-m4a failed. Look at tests/data/fate/audiomatch-nero-44100-mono-lc-m4a.err for details. TEST audiomatch-nero-16000-stereo-he2-m4a make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-audiomatch-nero-44100-mono-lc-m4a] Error 1 Test audiomatch-dolby-44100-stereo-lc-mp4 failed. Look at tests/data/fate/audiomatch-dolby-44100-stereo-lc-mp4.err for details. --- /home/fate/ffmpeg/tests/ref/fate/audiomatch-nero-16000-mono-lc-m4a 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/audiomatch-nero-16000-mono-lc-m4a 2020-03-19 20:53:31.266495731 +0000 @@ -1 +0,0 @@ -presig: 0 postsig:192 c: 0.9965 lenerr:192 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-audiomatch-dolby-44100-stereo-lc-mp4] Error 1 TEST audiomatch-nero-44100-stereo-he2-m4a Test audiomatch-nero-16000-mono-lc-m4a failed. Look at tests/data/fate/audiomatch-nero-16000-mono-lc-m4a.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-audiomatch-nero-16000-mono-lc-m4a] Error 1 TEST audiomatch-nero-16000-stereo-lc-m4a --- /home/fate/ffmpeg/tests/ref/fate/audiomatch-nero-16000-stereo-he-m4a 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/audiomatch-nero-16000-stereo-he-m4a 2020-03-19 20:53:31.286495696 +0000 @@ -1 +0,0 @@ -presig: -8 postsig:392 c: 0.9777 lenerr:384 TEST audiomatch-nero-44100-stereo-lc-m4a TEST audiomatch-quicktime7-44100-stereo-lc-mp4 Test audiomatch-nero-16000-stereo-he-m4a failed. Look at tests/data/fate/audiomatch-nero-16000-stereo-he-m4a.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-audiomatch-nero-16000-stereo-he-m4a] Error 1 TEST audiomatch-quicktimeX-44100-stereo-lc-m4a --- /home/fate/ffmpeg/tests/ref/fate/audiomatch-nero-16000-stereo-lc-m4a 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/audiomatch-nero-16000-stereo-lc-m4a 2020-03-19 20:53:31.329828954 +0000 @@ -1 +0,0 @@ -presig: 0 postsig:384 c: 0.9961 lenerr:384 --- /home/fate/ffmpeg/tests/ref/fate/audiomatch-nero-16000-stereo-he2-m4a 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/audiomatch-nero-16000-stereo-he2-m4a 2020-03-19 20:53:31.323162299 +0000 @@ -1 +0,0 @@ -presig: 2 postsig:2590 c: 0.9934 lenerr:2592 --- /home/fate/ffmpeg/tests/ref/fate/audiomatch-nero-44100-stereo-he2-m4a 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/audiomatch-nero-44100-stereo-he2-m4a 2020-03-19 20:53:31.323162299 +0000 @@ -1 +0,0 @@ -presig: 2 postsig:782 c: 0.9980 lenerr:784 --- /home/fate/ffmpeg/tests/ref/fate/audiomatch-nero-44100-stereo-he-m4a 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/audiomatch-nero-44100-stereo-he-m4a 2020-03-19 20:53:31.326495627 +0000 @@ -1 +0,0 @@ -presig: -2 postsig:2674 c: 0.9986 lenerr:2672 Test audiomatch-nero-44100-stereo-he2-m4a failed. Look at tests/data/fate/audiomatch-nero-44100-stereo-he2-m4a.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-audiomatch-nero-44100-stereo-he2-m4a] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/audiomatch-quicktime7-44100-stereo-lc-mp4 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/audiomatch-quicktime7-44100-stereo-lc-mp4 2020-03-19 20:53:31.329828954 +0000 @@ -1 +0,0 @@ -presig: 4220 postsig:-2444 c: 0.9768 lenerr:1776 Test audiomatch-nero-16000-stereo-he2-m4a failed. Look at tests/data/fate/audiomatch-nero-16000-stereo-he2-m4a.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-audiomatch-nero-16000-stereo-he2-m4a] Error 1 Test audiomatch-nero-16000-stereo-lc-m4a failed. Look at tests/data/fate/audiomatch-nero-16000-stereo-lc-m4a.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-audiomatch-nero-16000-stereo-lc-m4a] Error 1 Test audiomatch-nero-44100-stereo-he-m4a failed. Look at tests/data/fate/audiomatch-nero-44100-stereo-he-m4a.err for details. TEST gaplessinfo-itunes1 --- /home/fate/ffmpeg/tests/ref/fate/audiomatch-nero-44100-stereo-lc-m4a 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/audiomatch-nero-44100-stereo-lc-m4a 2020-03-19 20:53:31.329828954 +0000 @@ -1 +0,0 @@ -presig: 0 postsig:624 c: 0.9954 lenerr:624 Test audiomatch-quicktime7-44100-stereo-lc-mp4 failed. Look at tests/data/fate/audiomatch-quicktime7-44100-stereo-lc-mp4.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-audiomatch-nero-44100-stereo-he-m4a] Error 1 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-audiomatch-quicktime7-44100-stereo-lc-mp4] Error 1 TEST gaplessinfo-itunes2 TEST gaplessenc-itunes-to-ipod-aac TEST gif-color Test audiomatch-nero-44100-stereo-lc-m4a failed. Look at tests/data/fate/audiomatch-nero-44100-stereo-lc-m4a.err for details. TEST gif-disposal-background make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-audiomatch-nero-44100-stereo-lc-m4a] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/audiomatch-quicktimeX-44100-stereo-lc-m4a 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/audiomatch-quicktimeX-44100-stereo-lc-m4a 2020-03-19 20:53:31.343162264 +0000 @@ -1 +0,0 @@ -presig: 0 postsig:1648 c: 0.9994 lenerr:1648 TEST gif-disposal-restore Test audiomatch-quicktimeX-44100-stereo-lc-m4a failed. Look at tests/data/fate/audiomatch-quicktimeX-44100-stereo-lc-m4a.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-audiomatch-quicktimeX-44100-stereo-lc-m4a] Error 1 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_vtc_c TEST h264-conformance-cama1_toshiba_b 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-brcm_freh11 TEST h264-conformance-frext-bcrm_freh10 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-frext4_panasonic_a TEST h264-conformance-frext-frext3_panasonic_d TEST h264-conformance-frext-frext_mmco4_sony_b TEST h264-conformance-frext-hcaff1_hhi_b TEST h264-conformance-frext-hcafr1_hhi_c TEST h264-conformance-frext-hcafr2_hhi_a TEST h264-conformance-frext-hcafr3_hhi_a TEST h264-conformance-frext-hcafr4_hhi_a TEST h264-conformance-frext-hcamff1_hhi_b TEST h264-conformance-frext-hi422fr10_sony_b TEST h264-conformance-frext-hi422fr13_sony_b TEST h264-conformance-frext-hi422fr1_sony_a TEST h264-conformance-frext-hi422fr6_sony_a TEST h264-conformance-frext-hpca_brcm_c TEST h264-conformance-frext-hpcadq_brcm_b TEST h264-conformance-frext-hpcafl_bcrm_c TEST h264-conformance-frext-hpcaflnl_bcrm_c TEST h264-conformance-frext-hpcalq_brcm_b TEST h264-conformance-frext-hpcamapalq_bcrm_b TEST h264-conformance-frext-hpcamolq_brcm_b TEST h264-conformance-frext-hpcanl_brcm_c TEST h264-conformance-frext-hpcaq2lq_brcm_b TEST h264-conformance-frext-hpcv_brcm_a TEST h264-conformance-frext-hpcvfl_bcrm_a TEST h264-conformance-frext-hpcvflnl_bcrm_a TEST h264-conformance-frext-hpcvmolq_brcm_b TEST h264-conformance-frext-hpcvnl_brcm_a TEST h264-conformance-frext-pph10i1_panasonic_a TEST h264-conformance-frext-pph10i2_panasonic_a TEST h264-conformance-frext-pph10i3_panasonic_a TEST h264-conformance-frext-pph10i4_panasonic_a TEST h264-conformance-frext-pph10i5_panasonic_a TEST h264-conformance-frext-pph10i6_panasonic_a TEST h264-conformance-frext-pph10i7_panasonic_a TEST h264-conformance-frext-pph422i1_panasonic_a TEST h264-conformance-frext-pph422i2_panasonic_a TEST h264-conformance-frext-pph422i3_panasonic_a TEST h264-conformance-frext-pph422i4_panasonic_a TEST h264-conformance-frext-pph422i5_panasonic_a TEST h264-conformance-frext-pph422i6_panasonic_a TEST h264-conformance-frext-pph422i7_panasonic_a TEST h264-conformance-hcbp2_hhi_a TEST h264-conformance-hcmp1_hhi_a TEST h264-conformance-ls_sva_d TEST h264-conformance-midr_mw_d TEST h264-conformance-mps_mw_a TEST h264-conformance-mr1_bt_a TEST h264-conformance-mr1_mw_a TEST h264-conformance-mr2_mw_a TEST h264-conformance-mr2_tandberg_e TEST h264-conformance-mr3_tandberg_b TEST h264-conformance-mr4_tandberg_c TEST h264-conformance-mr5_tandberg_c TEST h264-conformance-mr6_bt_b TEST h264-conformance-mr7_bt_b TEST h264-conformance-mr8_bt_b TEST h264-conformance-mr9_bt_b TEST h264-conformance-mv1_brcm_d TEST h264-conformance-nl1_sony_d TEST h264-conformance-nl2_sony_h TEST h264-conformance-nl3_sva_e TEST h264-conformance-nlmq1_jvc_c TEST h264-conformance-nlmq2_jvc_c TEST h264-conformance-nrf_mw_e TEST h264-conformance-sharp_mp_field_1_b TEST h264-conformance-sharp_mp_field_2_b TEST h264-conformance-sharp_mp_field_3_b TEST h264-conformance-sharp_mp_paff_1r2 TEST h264-conformance-sharp_mp_paff_2r TEST h264-conformance-sl1_sva_b TEST h264-conformance-sva_ba1_b TEST h264-conformance-sva_ba2_d TEST h264-conformance-sva_base_b TEST h264-conformance-sva_cl1_e TEST h264-conformance-sva_fm1_e TEST h264-conformance-sva_nl1_b TEST h264-conformance-sva_nl2_e TEST h264-reinit-large_420_8-to-small_420_8 TEST h264-reinit-small_420_8-to-large_444_10 TEST h264-reinit-small_420_9-to-small_420_8 TEST h264-reinit-small_422_9-to-small_420_9 TEST h264-extreme-plane-pred TEST h264-intra-refresh-recovery TEST h264-lossless TEST h264-3386 TEST h264-missing-frame TEST h264-ref-pic-mod-overflow TEST h264-timecode TEST h264-crop-to-container TEST h264-extradata-reload TEST h264-interlace-crop TEST h264-invalid-ref-mod TEST h264-mixed-nal-coding TEST h264-unescaped-extradata TEST h264-twofields-packet TEST h264-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 --- /home/fate/ffmpeg/tests/ref/fate/h264-xavc-4389 2017-03-24 21:02:53.626379784 +0000 +++ tests/data/fate/h264-xavc-4389 2020-03-19 20:53:36.426486809 +0000 @@ -1,23 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 1920x1080 -#sar 0: 1/1 -#tb 1: 1/48000 -#media_type 1: audio -#codec_id 1: pcm_s16le -#sample_rate 1: 48000 -#channel_layout 1: 4 -#channel_layout_name 1: mono -0, 0, 0, 1, 8294400, 0x9a02ecf2 -1, 0, 0, 1920, 3840, 0x38074ac8 -0, 1, 1, 1, 8294400, 0x626f870a -1, 1920, 1920, 1920, 3840, 0xd154829c -0, 2, 2, 1, 8294400, 0x2d60557c -1, 3840, 3840, 1920, 3840, 0x52515421 -0, 3, 3, 1, 8294400, 0x9c582956 -1, 5760, 5760, 1920, 3840, 0xdb8869d8 -0, 4, 4, 1, 8294400, 0x1c071f9a -1, 7680, 7680, 1920, 3840, 0x5b2f7758 -0, 5, 5, 1, 8294400, 0x727f33cc -1, 9600, 9600, 1920, 3840, 0xd099976a TEST hevc-bsf-mp4toannexb Test h264-xavc-4389 failed. Look at tests/data/fate/h264-xavc-4389.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-h264-xavc-4389] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/h264-skip-nokey 2017-03-24 21:02:53.626379784 +0000 +++ tests/data/fate/h264-skip-nokey 2020-03-19 20:53:36.593153187 +0000 @@ -1,55 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 1920x1080 -#sar 0: 1/1 -#tb 1: 1/48000 -#media_type 1: audio -#codec_id 1: pcm_s16le -#sample_rate 1: 48000 -#channel_layout 1: 3 -#channel_layout_name 1: stereo -1, 0, 0, 1152, 4608, 0x00000000 -1, 1152, 1152, 1152, 4608, 0x00000000 -1, 2304, 2304, 1152, 4608, 0x00000000 -1, 3456, 3456, 1152, 4608, 0x00000000 -1, 4608, 4608, 1152, 4608, 0x00000000 -1, 5760, 5760, 1152, 4608, 0x00000000 -1, 6912, 6912, 1152, 4608, 0x00000000 -1, 8064, 8064, 1152, 4608, 0x00000000 -1, 9216, 9216, 1152, 4608, 0x00000000 -1, 10368, 10368, 1152, 4608, 0x00000000 -1, 11520, 11520, 1152, 4608, 0x00000000 -1, 12672, 12672, 1152, 4608, 0x00000000 -1, 13824, 13824, 1152, 4608, 0x00000000 -1, 14976, 14976, 1152, 4608, 0x00000000 -1, 16128, 16128, 1152, 4608, 0x00000000 -1, 17280, 17280, 1152, 4608, 0x00000000 -1, 18432, 18432, 1152, 4608, 0x00000000 -1, 19584, 19584, 1152, 4608, 0x00000000 -1, 20736, 20736, 1152, 4608, 0x00000000 -1, 21888, 21888, 1152, 4608, 0x00000000 -1, 23040, 23040, 1152, 4608, 0x00000000 -1, 24192, 24192, 1152, 4608, 0x00000000 -1, 25344, 25344, 1152, 4608, 0x00000000 -1, 26496, 26496, 1152, 4608, 0x00000000 -1, 27648, 27648, 1152, 4608, 0x00000000 -1, 28800, 28800, 1152, 4608, 0x00000000 -1, 29952, 29952, 1152, 4608, 0x00000000 -1, 31104, 31104, 1152, 4608, 0x00000000 -1, 32256, 32256, 1152, 4608, 0x00000000 -1, 33408, 33408, 1152, 4608, 0x00000000 -1, 34560, 34560, 1152, 4608, 0x00000000 -1, 35712, 35712, 1152, 4608, 0x00000000 -1, 36864, 36864, 1152, 4608, 0x00000000 -1, 38016, 38016, 1152, 4608, 0x00000000 -1, 39168, 39168, 1152, 4608, 0x00000000 -1, 40320, 40320, 1152, 4608, 0x00000000 -1, 41472, 41472, 1152, 4608, 0x00000000 -1, 42624, 42624, 1152, 4608, 0x00000000 -1, 43776, 43776, 1152, 4608, 0x00000000 -1, 44928, 44928, 1152, 4608, 0x00000000 -1, 46080, 46080, 1152, 4608, 0x00000000 -1, 47232, 47232, 1152, 4608, 0x00000000 -1, 48384, 48384, 1152, 4608, 0x9eca8b7c -0, 45, 45, 1, 3110400, 0xa426f15d TEST hevc-conformance-AMP_A_Samsung_4 Test h264-skip-nokey failed. Look at tests/data/fate/h264-skip-nokey.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-h264-skip-nokey] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/h264-skip-nointra 2017-03-24 21:02:53.626379784 +0000 +++ tests/data/fate/h264-skip-nointra 2020-03-19 20:53:36.593153187 +0000 @@ -1,55 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 1920x1080 -#sar 0: 1/1 -#tb 1: 1/48000 -#media_type 1: audio -#codec_id 1: pcm_s16le -#sample_rate 1: 48000 -#channel_layout 1: 3 -#channel_layout_name 1: stereo -1, 0, 0, 1152, 4608, 0x00000000 -1, 1152, 1152, 1152, 4608, 0x00000000 -1, 2304, 2304, 1152, 4608, 0x00000000 -1, 3456, 3456, 1152, 4608, 0x00000000 -1, 4608, 4608, 1152, 4608, 0x00000000 -1, 5760, 5760, 1152, 4608, 0x00000000 -1, 6912, 6912, 1152, 4608, 0x00000000 -1, 8064, 8064, 1152, 4608, 0x00000000 -1, 9216, 9216, 1152, 4608, 0x00000000 -1, 10368, 10368, 1152, 4608, 0x00000000 -1, 11520, 11520, 1152, 4608, 0x00000000 -1, 12672, 12672, 1152, 4608, 0x00000000 -1, 13824, 13824, 1152, 4608, 0x00000000 -1, 14976, 14976, 1152, 4608, 0x00000000 -1, 16128, 16128, 1152, 4608, 0x00000000 -1, 17280, 17280, 1152, 4608, 0x00000000 -1, 18432, 18432, 1152, 4608, 0x00000000 -1, 19584, 19584, 1152, 4608, 0x00000000 -1, 20736, 20736, 1152, 4608, 0x00000000 -1, 21888, 21888, 1152, 4608, 0x00000000 -1, 23040, 23040, 1152, 4608, 0x00000000 -1, 24192, 24192, 1152, 4608, 0x00000000 -1, 25344, 25344, 1152, 4608, 0x00000000 -1, 26496, 26496, 1152, 4608, 0x00000000 -1, 27648, 27648, 1152, 4608, 0x00000000 -1, 28800, 28800, 1152, 4608, 0x00000000 -1, 29952, 29952, 1152, 4608, 0x00000000 -1, 31104, 31104, 1152, 4608, 0x00000000 -1, 32256, 32256, 1152, 4608, 0x00000000 -1, 33408, 33408, 1152, 4608, 0x00000000 -1, 34560, 34560, 1152, 4608, 0x00000000 -1, 35712, 35712, 1152, 4608, 0x00000000 -1, 36864, 36864, 1152, 4608, 0x00000000 -1, 38016, 38016, 1152, 4608, 0x00000000 -1, 39168, 39168, 1152, 4608, 0x00000000 -1, 40320, 40320, 1152, 4608, 0x00000000 -1, 41472, 41472, 1152, 4608, 0x00000000 -1, 42624, 42624, 1152, 4608, 0x00000000 -1, 43776, 43776, 1152, 4608, 0x00000000 -1, 44928, 44928, 1152, 4608, 0x00000000 -1, 46080, 46080, 1152, 4608, 0x00000000 -1, 47232, 47232, 1152, 4608, 0x00000000 -1, 48384, 48384, 1152, 4608, 0x9eca8b7c -0, 45, 45, 1, 3110400, 0xa426f15d TEST hevc-conformance-AMP_A_Samsung_6 TEST hevc-conformance-AMP_B_Samsung_4 Test h264-skip-nointra failed. Look at tests/data/fate/h264-skip-nointra.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-h264-skip-nointra] Error 1 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_G_VIXS_2 TEST hevc-conformance-DBLK_F_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-PERSIST_RPARAM_A_RExt_Sony_3 TEST hevc-conformance-SAO_A_RExt_MediaTek_1 TEST hevc-paramchange-yuv420p-yuv420p10 TEST hevc-skiploopfilter TEST hevc-extradata-reload TEST hevc-two-first-slice TEST hevc-cabac-tudepth TEST indeo4 TEST indeo5 TEST matroska-prores-header-insertion-bz2 TEST matroska-prores-zlib TEST matroska-remux TEST matroska-xiph-lacing TEST matroska-zlib-decompression TEST matroska-lzo-decompression TEST matroska-flac-channel-mapping TEST mov-3elist TEST mov-3elist-1ctts TEST mov-1elist-1ctts TEST mov-1elist-noctts TEST mov-elist-starts-ctts-2ndsample TEST mov-1elist-ends-last-bframe TEST mov-2elist-elist1-ends-bframe TEST mov-3elist-encrypted TEST mov-frag-encrypted TEST mov-tenc-only-encrypted TEST mov-invalid-elst-entry-count TEST mov-gpmf-remux TEST mov-440hz-10ms TEST mov-ibi-elst-starts-b TEST mov-elst-ends-betn-b-and-i TEST mov-frag-overlap --- /home/fate/ffmpeg/tests/ref/fate/mov-440hz-10ms 2017-10-21 04:30:54.257753128 +0000 +++ tests/data/fate/mov-440hz-10ms 2020-03-19 20:53:45.576470986 +0000 @@ -1,11 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1/44100 -#media_type 0: audio -#codec_id 0: pcm_s16le -#sample_rate 0: 44100 -#channel_layout 0: 4 -#channel_layout_name 0: mono -#stream#, dts, pts, duration, size, hash -0, 0, 0, 960, 1920, 44e7e48ff08835ce30e93c7971dae7df Test mov-440hz-10ms failed. Look at tests/data/fate/mov-440hz-10ms.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-mov-440hz-10ms] Error 1 TEST mov-bbi-elst-starts-b TEST mov-neg-firstpts-discard-frames TEST mov-stream-shorter-than-movie TEST mp3-float-conf-compl TEST mp3-float-conf-he_32khz --- /home/fate/ffmpeg/tests/ref/fate/mov-bbi-elst-starts-b 2017-12-08 19:13:49.873653314 +0000 +++ tests/data/fate/mov-bbi-elst-starts-b 2020-03-19 20:53:45.809803915 +0000 @@ -1,391 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 1920x1080 -#sar 0: 1/1 -#tb 1: 1/48000 -#media_type 1: audio -#codec_id 1: pcm_s16le -#sample_rate 1: 48000 -#channel_layout 1: 3 -#channel_layout_name 1: stereo -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 3110400, e9454409af76038dbe56e834921d2fa8 -1, 0, 0, 1024, 4096, 620f0b67a91f7f74151bc5be745b7110 -1, 1024, 1024, 1024, 4096, 4963ab641585142fbac06502873fb6d3 -0, 1, 1, 1, 3110400, 37aa620e494d22ba248feea9a5a869a0 -1, 2048, 2048, 1024, 4096, 80649ae10d2587264fcb43c7dc25e61b -1, 3072, 3072, 1024, 4096, 01ec94c18060be08988e8b9b1c9de822 -0, 2, 2, 1, 3110400, 7b8be9619e4e1d618ab1ed85aff3957b -1, 4096, 4096, 1024, 4096, 3f8342da3124e22b89211c2f233eb5b2 -0, 3, 3, 1, 3110400, 756a4551420853bc3ae444e6b86169f3 -1, 5120, 5120, 1024, 4096, 4832d1a3f7d8aaceb0489c1ca0706d31 -1, 6144, 6144, 1024, 4096, 7e89f1e8318ed54d81e4efe3c679515f -0, 4, 4, 1, 3110400, 94a93c1669a96ebf41a7258177849396 -1, 7168, 7168, 1024, 4096, d73468c68e92c9e2939eb30d66a45bc2 -0, 5, 5, 1, 3110400, 5d1c49d3f43cd472683e4a039e376af5 -1, 8192, 8192, 1024, 4096, 72e1020c1bb961cb1c177f97e427edb9 -1, 9216, 9216, 1024, 4096, 1a4773af7080bd904a3b14c12a8028fa -0, 6, 6, 1, 3110400, e0e88cc34b0a9d7963cddf554a3909f0 -1, 10240, 10240, 1024, 4096, d39ae1809032c4807efe41520302bd37 -0, 7, 7, 1, 3110400, 1f464f2427aa3842224803b6d67154f8 -1, 11264, 11264, 1024, 4096, e26af86998d1a9579127a97dbe45890b -1, 12288, 12288, 1024, 4096, 148e1ab102c1c62d9018095c7e934eea -0, 8, 8, 1, 3110400, e5d610b8e53203b5ccb01877acb3ac56 -1, 13312, 13312, 1024, 4096, 96582c941184ad967e9e91198775e61f -1, 14336, 14336, 1024, 4096, 8d2371bb1524d9d007ae44519b55a055 -0, 9, 9, 1, 3110400, d1363fbdffbb85a0affe660bfd09b98c -1, 15360, 15360, 1024, 4096, 6034c9e409d8dcdfd032b44f631e2362 -0, 10, 10, 1, 3110400, 130bb4c17e963b092a717325498c06c3 -1, 16384, 16384, 1024, 4096, 3649e9edc65a042c4c913c06c3f3bff7 -1, 17408, 17408, 1024, 4096, a4cdb0c4bed48d1f7c4918e5590a542d -0, 11, 11, 1, 3110400, a3cb7a37fef5d8a49815dd15970c1f3d -1, 18432, 18432, 1024, 4096, a130e8ba9a47df0c76edf5c3ece5762f -0, 12, 12, 1, 3110400, 7dc4a4334fa9bb61f2ad56b3d059b3f7 -1, 19456, 19456, 1024, 4096, cf76a132c205c29a0b7042599973fda4 -1, 20480, 20480, 1024, 4096, b9b7d819599bb6d7cd53cc1bc0810ca7 -0, 13, 13, 1, 3110400, ccda106ec5899787c3bc8679ee052854 -1, 21504, 21504, 1024, 4096, 3d0d6ef8318a94416a56108248e6cad3 -0, 14, 14, 1, 3110400, 4254c7b01a67a0810bf234ba7b1f59d0 -1, 22528, 22528, 1024, 4096, a8a082b4c521d2e7fc990f54e3580a9e -1, 23552, 23552, 1024, 4096, 60b36c268bc98093f35a7c90c64b507c -0, 15, 15, 1, 3110400, 6c0acd9781cfecaf9a10fe91f8d6ec41 -1, 24576, 24576, 1024, 4096, c5211b49eb51cea4c16079eb54df3d12 -1, 25600, 25600, 1024, 4096, dddd55a31e8a65110a89de1af67861b0 -0, 16, 16, 1, 3110400, 2a9d5db0bc2f54e2c66834db64386bb7 -1, 26624, 26624, 1024, 4096, 0c220f1d405bb463469b54fa126a2c41 -0, 17, 17, 1, 3110400, 0140f515be87da399061764050d15b16 -1, 27648, 27648, 1024, 4096, 11d740234a9a4dd28e3191e258fc8e3b -1, 28672, 28672, 1024, 4096, e456943c722a9807669f57776dcb8c5d -0, 18, 18, 1, 3110400, cad554fe221fbd8ee848facebd7b24d2 -1, 29696, 29696, 1024, 4096, 3c13165d648f46c3e3e699b874da372a -0, 19, 19, 1, 3110400, 1e8474911cb1bd831808dc2beba540c0 -1, 30720, 30720, 1024, 4096, 7e7a46e3360f884507c95f640cd6f532 -1, 31744, 31744, 1024, 4096, 420d047ee4d55b7af2d97c5116e25d37 -0, 20, 20, 1, 3110400, f39c483fbf3c598c38cf543abad2c03c -1, 32768, 32768, 1024, 4096, b3334bcd2ed3b2ab32ac13c24a8d1322 -0, 21, 21, 1, 3110400, 3b21171a003827a203c0c5853c36893e -1, 33792, 33792, 1024, 4096, 1472898e0d4fafd52fc0adb789e06987 -1, 34816, 34816, 1024, 4096, f3e7c33d92578fa5eb90933491106c37 -0, 22, 22, 1, 3110400, 40e8733f93c468cb58c3921c80f81c68 -1, 35840, 35840, 1024, 4096, 7d7f8e8f542be9291b7895472f8cf0a7 -0, 23, 23, 1, 3110400, a2d716f215af7d778bd605decae201dd -1, 36864, 36864, 1024, 4096, 66e2e35d40beb6e1df30d4d180661d4b -1, 37888, 37888, 1024, 4096, 8fc0c16fc3ec5db47e437263b429406b -0, 24, 24, 1, 3110400, e6fb8d3f1c9747f185b50eded67ff0ab -1, 38912, 38912, 1024, 4096, dd6331f430abf41dade4e4a85784745f -1, 39936, 39936, 1024, 4096, 5c693b37419fe43fb83b715d4f7083ec -0, 25, 25, 1, 3110400, fe4e0cf566674672ad043f24eae02e63 -1, 40960, 40960, 1024, 4096, 9e13b054c07feac0fad601ed4823996e -0, 26, 26, 1, 3110400, f57d4d32012dfcb14a270bdc90812e5e -1, 41984, 41984, 1024, 4096, dbffea22781b35088859868189e270aa -1, 43008, 43008, 1024, 4096, 59f1a985d7a96273bf48be9dc8a7d4d2 -0, 27, 27, 1, 3110400, fe7aa8c1754b9590fe75b783d4e126ed -1, 44032, 44032, 1024, 4096, b07e02d0bfecbde9b48e6e83952aa3c7 -0, 28, 28, 1, 3110400, 29ae6e541021bf481c8937c37ac34570 -1, 45056, 45056, 1024, 4096, d0dfca31885ac1d21fe42bb26e3b11ec -1, 46080, 46080, 1024, 4096, 5479670aea3a4d07a61b9edcc2113c7b -0, 29, 29, 1, 3110400, 211e0803b5a704c7ef1c36fc5c182710 -1, 47104, 47104, 1024, 4096, 0118d7fc0d0f8462647f37aa6d82c8fc -0, 30, 30, 1, 3110400, a4ea3a4686d214ad54fcdce63f8c2dc0 -1, 48128, 48128, 1024, 4096, cc2b22d4c7497accb6b194968b407e10 -1, 49152, 49152, 1024, 4096, fe8d30c082a3608b8ccf5e3d6f4b0ddb -0, 31, 31, 1, 3110400, 8af971cf637609534ec59b6f29a3666e -1, 50176, 50176, 1024, 4096, ed15a6aa2d87395b47888f744f41df30 -1, 51200, 51200, 1024, 4096, 8d4971ee25d274822cceaa00cc8df1a1 -0, 32, 32, 1, 3110400, 8cfe93dfd76e4f97cc04a145bb559af5 -1, 52224, 52224, 1024, 4096, 799f1c9cac6c3cedaac80cc6b26df827 -0, 33, 33, 1, 3110400, 691fe61398016f767ea7ba781ef72953 -1, 53248, 53248, 1024, 4096, 40cbefbb455231c0f21af129e2504395 -1, 54272, 54272, 1024, 4096, 05eb1731cb93ff68815e92f0a528d4d7 -0, 34, 34, 1, 3110400, 7eaf5bc5e942f8218f46c9c505d7b58c -1, 55296, 55296, 1024, 4096, de96fa062c59b6b3b88731e60e02d040 -0, 35, 35, 1, 3110400, feacc8282186935e310ec2dccbb79239 -1, 56320, 56320, 1024, 4096, 14d38d89079c1b7801987c5315477d11 -1, 57344, 57344, 1024, 4096, 9a0029ae7fc7e029402ec29536288cff -0, 36, 36, 1, 3110400, a5dfb5c4c23e647e2c77dd117e4ed714 -1, 58368, 58368, 1024, 4096, 83925a6ebf953e6b711d3042c95ffe51 -0, 37, 37, 1, 3110400, da9306c2872788ba2a587eab7f597f13 -1, 59392, 59392, 1024, 4096, 5b332b22a2a8ae72cbf8154d2cfd9b5d -1, 60416, 60416, 1024, 4096, 8dcd5041b49036e43f74819439a6db63 -0, 38, 38, 1, 3110400, 19d14a655aa02cc2767afd9ed9bc2ff4 -1, 61440, 61440, 1024, 4096, 90ea3ac56003b4f1c0242a611746b76a -0, 39, 39, 1, 3110400, 4d9e6455fb71d5cd511dddf894b4f7d8 -1, 62464, 62464, 1024, 4096, 6ed9f815739e6e3b8ed125688f693d5f -1, 63488, 63488, 1024, 4096, e056b91f4875029af3c29a26e37380a1 -0, 40, 40, 1, 3110400, 052c32c00bc1b40d5270f4b5c4d34d6b -1, 64512, 64512, 1024, 4096, 36ff82cb34ffc9ea60b1fbc8d3edd9f1 -1, 65536, 65536, 1024, 4096, 975c2d6080532645be510241d52b788c -0, 41, 41, 1, 3110400, 645e0c3eb8599c2cc712a97cbae9d1d3 -1, 66560, 66560, 1024, 4096, 9a53c620f19d5bb733c8bd068137ba3a -0, 42, 42, 1, 3110400, d0b3fe092511fed0e384ffad85f6ae3c -1, 67584, 67584, 1024, 4096, 482365611c86663b70a13511d8194282 -1, 68608, 68608, 1024, 4096, 4f9002718a7103a4b15b96e9e08a2cfd -0, 43, 43, 1, 3110400, 131c090f806658ffbb4949b3310a6348 -1, 69632, 69632, 1024, 4096, 2301e3336164fe298b85006b0e7dc0b8 -0, 44, 44, 1, 3110400, 71e8042ed01a1bbe971417d87685dda1 -1, 70656, 70656, 1024, 4096, d8b4c47bb3f58a70109d70edaea9916b -1, 71680, 71680, 1024, 4096, ff87ca54ad112c083b1cc25043429410 -0, 45, 45, 1, 3110400, 948cc8d7eceb2e512c8660063143557b -1, 72704, 72704, 1024, 4096, eee9c7fd3c78681fcfcdf40ed7ee2c6b -0, 46, 46, 1, 3110400, 8b580d4f620af52ac0a5702197f5e9d6 -1, 73728, 73728, 1024, 4096, d05a2d810e2c201cff9e115c48cff977 -1, 74752, 74752, 1024, 4096, 5ef14640b86062c99427e0177b33657c -0, 47, 47, 1, 3110400, a30bfc0727c6abb477751969c1b1450c -1, 75776, 75776, 1024, 4096, 92398dd17af6362aa81fe8a9aad0af01 -1, 76800, 76800, 1024, 4096, 131b910e0af30e5250726b3d4a5f4f10 -0, 48, 48, 1, 3110400, 28381142e60e9011d0cd75e7881c1956 -1, 77824, 77824, 1024, 4096, 50157f3541acd42d2c460e125a9f2393 -0, 49, 49, 1, 3110400, 1b4bdae40d76ed7625f85da7c5289360 -1, 78848, 78848, 1024, 4096, 266fd18529d95b7347e9a019271056fc -1, 79872, 79872, 1024, 4096, 2f9a347ce750501f2e4d0a36c95bc8b0 -0, 50, 50, 1, 3110400, 354fb545adf6082dc57b8077ba1466ad -1, 80896, 80896, 1024, 4096, 0f8b0626ef01d0e941914d7810945aa1 -0, 51, 51, 1, 3110400, c969f21be0dcbef6b232d3f0a9e3f189 -1, 81920, 81920, 1024, 4096, 51da6b0c3d5daddb8f4635d692b0e8ba -1, 82944, 82944, 1024, 4096, aac8a7152103243dabd94e2a37caf53f -0, 52, 52, 1, 3110400, 4ff19ab89ebe466e8ce3df0ba25b6b0a -1, 83968, 83968, 1024, 4096, 50c8d5b0a373c07ecb66ca33e087a299 -0, 53, 53, 1, 3110400, 49f601932c19ae8d405771e9cfd4f9e8 -1, 84992, 84992, 1024, 4096, 2abd975868c9805fa456a08f1ab16c91 -1, 86016, 86016, 1024, 4096, 56309326bc80a6216b048934713db907 -0, 54, 54, 1, 3110400, c75d2221327d5953b013fdc9d36dbcd3 -1, 87040, 87040, 1024, 4096, 470fd4997793f53ad2b21b47c6b98bb1 -1, 88064, 88064, 1024, 4096, 1aed57e8ba33350711e1ff668c906953 -0, 55, 55, 1, 3110400, 6c8b8c6012b6ac36c4c2a3ab5629ec61 -1, 89088, 89088, 1024, 4096, 9e910446a3b8d30f270c05aca011704d -0, 56, 56, 1, 3110400, 44a05705ad5cb730e7244c36b4f94771 -1, 90112, 90112, 1024, 4096, af6c036d66dd5bb5c250f16207173180 -1, 91136, 91136, 1024, 4096, de76d587f349fe597e65cb1f51bdcc34 -0, 57, 57, 1, 3110400, 0ee53224814c84224525181aacbd9a39 -1, 92160, 92160, 1024, 4096, 7abab5bffebfcc801a11f6b7905a13c9 -0, 58, 58, 1, 3110400, cd7797aa75c96a2a71e939ea6b677310 -1, 93184, 93184, 1024, 4096, 3567caaaea75b1cda5920fd6dbf2a016 -1, 94208, 94208, 1024, 4096, 2a6848418d829a273b85620e5b59cabe -0, 59, 59, 1, 3110400, ac2207156da29fd33ca1c66224445bbc -1, 95232, 95232, 1024, 4096, 79d0c213acefa2bc00de4fd455b34df9 -0, 60, 60, 1, 3110400, 1669c959bd2b6f245cc83ea00d0de83f -1, 96256, 96256, 1024, 4096, 267414473e0e7c75c7c1dde7be001762 -1, 97280, 97280, 1024, 4096, 893107ddb969cbc25a5aa8c564559836 -0, 61, 61, 1, 3110400, a74e6586842a4c877fa9a123e7b8ef94 -1, 98304, 98304, 1024, 4096, 1555a7117d5254afef3e36b1d0a9edd2 -0, 62, 62, 1, 3110400, 5af4edbf8a77ead17f4891cbac6d72be -1, 99328, 99328, 1024, 4096, dd92c3241e45d54cc072fc0307d1850c -1, 100352, 100352, 1024, 4096, 95c55b1767ddea9af80edbb32e2b4dbc -0, 63, 63, 1, 3110400, 52598cb5f3cb75bc401370118bcb2c49 -1, 101376, 101376, 1024, 4096, 1d133e7a83f0cf96a6e9cee90d17975a -1, 102400, 102400, 1024, 4096, b71b82a4abcde640a46fcc3bd6930d51 -0, 64, 64, 1, 3110400, d44aa05de89e71b3af23de9afbb2a3b1 -1, 103424, 103424, 1024, 4096, 57697c6f8e32dda304b77b2881b5011d -0, 65, 65, 1, 3110400, 161fd1ff8b477a137e113ce7e6ac26f7 -1, 104448, 104448, 1024, 4096, 592725ee5ee2adfc02e8c189f402a3d9 -1, 105472, 105472, 1024, 4096, 2b1073734ea08c0cfeeaab15ad04aa60 -0, 66, 66, 1, 3110400, b9b5efaf5f74954897882b0f09a5c088 -1, 106496, 106496, 1024, 4096, 18f2a5daef2293e690fe0915127cb795 -0, 67, 67, 1, 3110400, 1405f3d5e75c2ffd390b46f7def70478 -1, 107520, 107520, 1024, 4096, 4fa75ff788019d99f6ab0ad2ee5cc3d4 -1, 108544, 108544, 1024, 4096, d40f1172149821d84130990d5acd9395 -0, 68, 68, 1, 3110400, 3bf19eda056d5fc609662bf5ca8e3b33 -1, 109568, 109568, 1024, 4096, edae14a39d1034cfce5655337df2206e -0, 69, 69, 1, 3110400, 8ba1925dc6b38a340e51aa234b5ff4df -1, 110592, 110592, 1024, 4096, 574a6a3b427314c2eb48226d2d7ce67d -1, 111616, 111616, 1024, 4096, ebf13ab2795c091f15b9086d5bf2e11e -0, 70, 70, 1, 3110400, 301aecbe3f8bf3831d6de540a568abbc -1, 112640, 112640, 1024, 4096, 074c63c81345804c7437de33cb5e355f -1, 113664, 113664, 1024, 4096, 58da9edb5e278e292cebebf6b26435b0 -0, 71, 71, 1, 3110400, 388565f088710aeb0f50ecdf8ef0ee86 -1, 114688, 114688, 1024, 4096, ce75fd079a21e0637900ac491c4fbc36 -0, 72, 72, 1, 3110400, df27196ff8da5085c58979deeae9c4a1 -1, 115712, 115712, 1024, 4096, 92153c14aeabfb4b4546c340201202b0 -1, 116736, 116736, 1024, 4096, f02e8d23ee0ca80713b4458873ce724f -0, 73, 73, 1, 3110400, 750226c84aae270449e0a20751218217 -1, 117760, 117760, 1024, 4096, 0adec04349d269f7dde27c59c7077954 -0, 74, 74, 1, 3110400, 076d4246e5494e6d5cf8ffb09be3a751 -1, 118784, 118784, 1024, 4096, 4408d6824ca6c2080fd76c1ab840382c -1, 119808, 119808, 1024, 4096, c3603730a05cff479148d9b69b7ed2e8 -0, 75, 75, 1, 3110400, 9f626289f18a3482628b511840deaa10 -1, 120832, 120832, 1024, 4096, 25a6af5ef98aae3c40610e58ca65b8a9 -0, 76, 76, 1, 3110400, f925e3ff4bda9962a313b6ac21a201f1 -1, 121856, 121856, 1024, 4096, 5ad875e4437059157f0f3a5ec911e741 -1, 122880, 122880, 1024, 4096, cfc06fdc755579be7440fca797d81191 -0, 77, 77, 1, 3110400, 1d893861545e804944c519e580204988 -1, 123904, 123904, 1024, 4096, 7c783d7b973bb8048eeaa568297cfa35 -0, 78, 78, 1, 3110400, 4d42fca73082fde38020a8fec0b27db2 -1, 124928, 124928, 1024, 4096, cae22b99b2c6fea527fb5c038d3765f8 -1, 125952, 125952, 1024, 4096, fc4b5ef5a5a28102bf782b8732fc2993 -0, 79, 79, 1, 3110400, ed88335480ef00aedcf73c3a8712705c -1, 126976, 126976, 1024, 4096, e278968277ccc64992ba6bb73ad9909d -1, 128000, 128000, 1024, 4096, e2eb81d30fe7fa901eaf295fca8bc8b8 -0, 80, 80, 1, 3110400, 968ba4c93f80cb8c6fbfaccb765c3d70 -1, 129024, 129024, 1024, 4096, 5a9b99c0639bd80ef7f20971590e23c7 -0, 81, 81, 1, 3110400, 01ef52b0a18f46556ba9e00d1b0c77af -1, 130048, 130048, 1024, 4096, 2765d109f09efa2f2661dfd2e666f25c -1, 131072, 131072, 1024, 4096, 1ff52d5870cd667388fe69f48e228fc6 -0, 82, 82, 1, 3110400, 54582f2ae6878b37cbd1b5c576fd09c7 -1, 132096, 132096, 1024, 4096, 3612470a58bb5eab26239fbd3d097866 -0, 83, 83, 1, 3110400, fec6585d244257b52c90cfa19b22fd7c -1, 133120, 133120, 1024, 4096, be170a1e3eba4c53b0e2fc8b795c7767 -1, 134144, 134144, 1024, 4096, abb85ab4987c50e05ecab0e831d53fd6 -0, 84, 84, 1, 3110400, be1e0237c5d8bab98aa75a91e0d4bd9b -1, 135168, 135168, 1024, 4096, 2e9b5c17dcaf77f171544c0eee6cf191 -0, 85, 85, 1, 3110400, 1138a9f316d1a2a9ae3c42d777561595 -1, 136192, 136192, 1024, 4096, 54c1c5d9c706e1999b2243828736c98d -1, 137216, 137216, 1024, 4096, 7b482f85e123981e8eb37c364b2f4bbe -0, 86, 86, 1, 3110400, 62da42e9e8643ec9b1299bbeaffa4be5 -1, 138240, 138240, 1024, 4096, 0be223967283ac3a0029fad458176155 -1, 139264, 139264, 1024, 4096, 8ec0c4054d484ebf8d68e32c3ffb5924 -0, 87, 87, 1, 3110400, 55fc4dcfb7f8bab37518884fc6747416 -1, 140288, 140288, 1024, 4096, 0308762a4362acbf1c9e1e62e5055880 -0, 88, 88, 1, 3110400, 51be69793bfae3fe078d04e8dee3a48b -1, 141312, 141312, 1024, 4096, 56a18f795b25ef93d27a53a9f6a87ec9 -1, 142336, 142336, 1024, 4096, ad46ed8c3ac23b79bbd066e43b77f4e6 -0, 89, 89, 1, 3110400, 363b794880a2cc06e5be4626c6847c19 -1, 143360, 143360, 1024, 4096, 62719a7d4521ac82957ce3f52ba21854 -0, 90, 90, 1, 3110400, cd1d585cf9cb68f72f7d6a0ec9ab96ab -1, 144384, 144384, 1024, 4096, 8854128aa8377ad5e52af990d4642ef5 -1, 145408, 145408, 1024, 4096, 38827bf7a129f92062b90fcf03ba80c1 -0, 91, 91, 1, 3110400, 138f8686ee7294bf4af072cee7043f52 -1, 146432, 146432, 1024, 4096, 24d4e112b275116dcb512e6b283487e3 -0, 92, 92, 1, 3110400, 137c1bdc2bb6fa1e181f84b09c14e0b6 -1, 147456, 147456, 1024, 4096, 03c374d9d72df87f99427fe1045be8da -1, 148480, 148480, 1024, 4096, c0c5a8fd24d5a9f535118ec266468976 -0, 93, 93, 1, 3110400, e7bc46739c46ec886fc5059af72f772a -1, 149504, 149504, 1024, 4096, 3381472e14c42a06cdcf35774a0b3a9a -1, 150528, 150528, 1024, 4096, 4c07a7a02831675a686c6f31e2809e4a -0, 94, 94, 1, 3110400, db4c2aa67c76573e4880b029bef59c8d -1, 151552, 151552, 1024, 4096, adde928f734ffe6c07446c9d70214f74 -0, 95, 95, 1, 3110400, 3a287113ad2196420a0474243bd1813d -1, 152576, 152576, 1024, 4096, f1ff82fec1ef096090acbf60212b2b69 -1, 153600, 153600, 1024, 4096, e3b271991cc2cd4fdb56616443c9f3e8 -0, 96, 96, 1, 3110400, d3ed803ca1984f021802e6c7364cb57f -1, 154624, 154624, 1024, 4096, 025c3272bfb9f24ab687bc818d57d853 -0, 97, 97, 1, 3110400, 776d99c2973261c12e978fe9fe5c5794 -1, 155648, 155648, 1024, 4096, 8bb2de059194408962be4dfdd88775fc -1, 156672, 156672, 1024, 4096, eb61bcbcc9897d01f5645a0662dfbd6d -0, 98, 98, 1, 3110400, 62ee2ec1261db8544ded9db8c4442f15 -1, 157696, 157696, 1024, 4096, 48a3c897183538de9920e94417f54733 -0, 99, 99, 1, 3110400, 1bfabc7ab3701e112e76955a449431d7 -1, 158720, 158720, 1024, 4096, ffe159d137e51d8fd4d5b3639df563a3 -1, 159744, 159744, 1024, 4096, 7702e58e4ae075b6e12e863f8c5d908e -0, 100, 100, 1, 3110400, e03dfc70c25b77fc47ea42ddb8d5da5c -1, 160768, 160768, 1024, 4096, 2e2b497643e1b6bf13dd5e585ecd9092 -0, 101, 101, 1, 3110400, b0f0c308b49cb82fad3b4995cb60b6a1 -1, 161792, 161792, 1024, 4096, fcce76ebba5166966db792dfc77fda3d -1, 162816, 162816, 1024, 4096, ccf5a819e00ce8c5197ae5b2b827f3e5 -0, 102, 102, 1, 3110400, 627c888ea94dabff2aaf96c800a85f7a -1, 163840, 163840, 1024, 4096, 2385c9e205cfdd5e0b2ac54e9ef0f525 -1, 164864, 164864, 1024, 4096, 40214ba3f9bdc1bbb7d59e1fdb9def2f -0, 103, 103, 1, 3110400, f2231eac6e5885f61f470a5c6b65ceea -1, 165888, 165888, 1024, 4096, 52516e860beca0af0d80f79266c761cc -0, 104, 104, 1, 3110400, ec873def59cde7c114fe27ba1b2c25a6 -1, 166912, 166912, 1024, 4096, a25848945235fd70d1021b9a92dafd8d -1, 167936, 167936, 1024, 4096, 38c7a26c7a545df5fa1721ee3e820309 -0, 105, 105, 1, 3110400, 7a5e98b10b1f984b624bc6399a45dde2 -1, 168960, 168960, 1024, 4096, 506d3c3b34f060a0516011ca237cb6a5 -0, 106, 106, 1, 3110400, 180d7b9ef69a8ee32e5fcc3b9579c11f -1, 169984, 169984, 1024, 4096, 2ef3cd56dfc870a251bb97f4d474be84 -1, 171008, 171008, 1024, 4096, 383c82e600ebadddd0467cc3a9575f3e -0, 107, 107, 1, 3110400, 8c0107e3bda4c993131b361d598b4b4d -1, 172032, 172032, 1024, 4096, b99763cdc1d5412f89e7d1fcb3bd1c35 -0, 108, 108, 1, 3110400, 31e1ea32c3200a41814b5890b81c5211 -1, 173056, 173056, 1024, 4096, 7b3ecb91c63f7f86d6e96f305b3bd507 -1, 174080, 174080, 1024, 4096, 6945621a1ee0fbc68e7db786bc837f53 -0, 109, 109, 1, 3110400, f6223221be5136d03c87333c7f2113c5 -1, 175104, 175104, 1024, 4096, fb1de71ab0d840699834d583fbd3468e -1, 176128, 176128, 1024, 4096, 2a3b2d299d87f5b982156ae740fb7b46 -0, 110, 110, 1, 3110400, 325d0fb65e35826aebb0f80fc34f426f -1, 177152, 177152, 1024, 4096, 6462952e8555172110c37c579d45f63c -0, 111, 111, 1, 3110400, 1328e8c69419fe1c44fc6cfa1f648839 -1, 178176, 178176, 1024, 4096, 279537a0668d254a6710c935f2a7b8d7 -1, 179200, 179200, 1024, 4096, 286a27fee95bf8773ee8ea03621e9502 -0, 112, 112, 1, 3110400, b234f9aab6965e136bb283a2ad0fbb68 -1, 180224, 180224, 1024, 4096, 343413b110fe48674dddeba071440707 -0, 113, 113, 1, 3110400, 3961ef43173c69a28d2196f4fa11d37a -1, 181248, 181248, 1024, 4096, 66265d80629369fc9fffddbbe6ef104d -1, 182272, 182272, 1024, 4096, 3ff193da4d2168f97f17841f9669d33e -0, 114, 114, 1, 3110400, 943c6dd42254d346d81fd55bfad60573 -1, 183296, 183296, 1024, 4096, dd4074398b101502c29009687686e78d -0, 115, 115, 1, 3110400, 0028c32eacb6f4d77cb98cf856d266e4 -1, 184320, 184320, 1024, 4096, 562be444896543f259527081c7795597 -1, 185344, 185344, 1024, 4096, 145b4b260f2393ec1e3464d79c87fe8e -0, 116, 116, 1, 3110400, f478fe49fed80b92eaa182aa8e794077 -1, 186368, 186368, 1024, 4096, 6884ebc820bb41e61dc54a87bd55011e -0, 117, 117, 1, 3110400, 9a52c061c135bd75ee317fe48a2cddf8 -1, 187392, 187392, 1024, 4096, d2d8b2fd7a140a3f32d5649f8e507637 -1, 188416, 188416, 1024, 4096, 767071a409e0b07bd2cdb250c3c89607 -0, 118, 118, 1, 3110400, c327b95c8afa716f7719603d2b65679b -1, 189440, 189440, 1024, 4096, 64c4eed5e1b85e0728b1b0e3de30ffa1 -1, 190464, 190464, 1024, 4096, 11ffef7e85d9925a4032b3bcd9740e20 -0, 119, 119, 1, 3110400, edd3b4c4fa157940b9c252a7d94e6f55 -1, 191488, 191488, 1024, 4096, 99893421a493664be17085567e160280 -0, 120, 120, 1, 3110400, 5ccdffe7356a73d2d11eb7767ddfa396 -1, 192512, 192512, 1024, 4096, ea422077bc582aef4af5bf3ca3aa062a -1, 193536, 193536, 1024, 4096, a9e7ab9c45faf39f3cd1eee69c95d647 -0, 121, 121, 1, 3110400, 7c4d8083656581ccc666597da5559a46 -1, 194560, 194560, 1024, 4096, fc19b6642df3b85c7ebe684e705bf29d -0, 122, 122, 1, 3110400, 28cae533418f9a5d62869cbed0be384c -1, 195584, 195584, 1024, 4096, 39420620aea9d61b240691dada0f3063 -1, 196608, 196608, 1024, 4096, 5ad516a55655cdc2a3348badc2c7e5a1 -0, 123, 123, 1, 3110400, e9cf527a059c80461fd507bab4817069 -1, 197632, 197632, 1024, 4096, fa4f3d45c1cfc88088b4cd6f2924184d -0, 124, 124, 1, 3110400, a2f2518b8a25932afbb78523e8da289e -1, 198656, 198656, 1024, 4096, 689be1d6f84b136537df11b8ed22b540 -1, 199680, 199680, 1024, 4096, 9612dad6c93c75b6911f21997f2f7aee -0, 125, 125, 1, 3110400, 8fcbddce7f2a6c3bc380ad4cec17e51c -1, 200704, 200704, 1024, 4096, defe4b66e5dd9c6a527aeb9ebec04cdf -1, 201728, 201728, 1024, 4096, 0c39b71be01611d6be02b796aec2c6de -0, 126, 126, 1, 3110400, 32ff7b550d09821b2b1eb64c288559ba -1, 202752, 202752, 1024, 4096, 2150a3d6fdec61cd587b83217f9bbb2c -0, 127, 127, 1, 3110400, 1eb4e9050a6657ab9290ac58ed3aa93f -1, 203776, 203776, 1024, 4096, 4be35b36d46ca56b778ae0afdd1e4200 -1, 204800, 204800, 1024, 4096, fb79d3d9d0e4d590882cbd023bbcd00d -0, 128, 128, 1, 3110400, e45fd52e9ec3ad2d42740dd7cb5e971b -1, 205824, 205824, 1024, 4096, d4295a4a32d647a04ec0eab639c0d9fc -0, 129, 129, 1, 3110400, d625b970a797e37e465d9319471d40c3 -1, 206848, 206848, 1024, 4096, f03478b7689af9bdf6e67d271a4b3114 -1, 207872, 207872, 1024, 4096, 9fd97010278dc9147d8b73be9aacfb35 -0, 130, 130, 1, 3110400, b98e4a8fd994915a3dde3def26a9b171 -1, 208896, 208896, 1024, 4096, 2b9670707ad661b2125620d2156f11f6 -0, 131, 131, 1, 3110400, a99b759bdfcf7f7cee8f1ee84ca2d66d -1, 209920, 209920, 1024, 4096, e1b2afbfcb5edb8e4b88ae9c08848c30 -1, 210944, 210944, 1024, 4096, 58c8914fd4ec12bfe13f388050b251e8 -0, 132, 132, 1, 3110400, 5439cd9643a76d21e5f1deb0aa4000a2 -1, 211968, 211968, 1024, 4096, 4d8e0b0d4cd31f98eb4ca9922bba1497 -1, 212992, 212992, 1024, 4096, 02b1c362c2f1939fa41a4cc8d4b25d6a -0, 133, 133, 1, 3110400, 383640e375fa6b46bba21acd556f0efd -1, 214016, 214016, 1024, 4096, 10d3b076171713e9978c67515fdd4304 -0, 134, 134, 1, 3110400, e91ba9ef2595fbee20fb0f1d5e0b92ba -1, 215040, 215040, 1024, 4096, 726450c85dbd838bc00c6866d4c10786 -1, 216064, 216064, 1024, 4096, 3479045f30a97faaed2f241478ea0447 -0, 135, 135, 1, 3110400, 9c8ce07f22215b8450b01e82fc085b3d -1, 217088, 217088, 1024, 4096, 63d5ca0f8d7e086dfae54e86a75f8971 -0, 136, 136, 1, 3110400, 4f11b553eaaa1feb682842a1123e1b43 -1, 218112, 218112, 1024, 4096, 41953b97d8f2d3e5c05827c670e3c562 -1, 219136, 219136, 1024, 4096, 50709f01bf8dbe8e40f5b414211e7dbe -0, 137, 137, 1, 3110400, 32e8823643ce4cb0154482611f4de51d -1, 220160, 220160, 1024, 4096, 03d813116d70fed14987e17ebcaeed3e -0, 138, 138, 1, 3110400, 207ee505f0cfb54a3fd1fd5256ba906a -1, 221184, 221184, 1024, 4096, d695e2905aac1dee39a8f35e3a4b7fed -1, 222208, 222208, 1024, 4096, 35c5c7a9cfe5cfb08d3dd269aec9b901 -0, 139, 139, 1, 3110400, f95de0e1f3cd2559b6a81a6dbe53ed5c -1, 223232, 223232, 1024, 4096, 2a4f3699775e0d67651c4c40913c9059 -0, 140, 140, 1, 3110400, 3c47b1ea481bdae7b7730084407fd22a -1, 224256, 224256, 1024, 4096, bb561814ffb5b76a1faf7df4375c233e -1, 225280, 225280, 1024, 4096, a3c632a0d54e07e3928aec8ef169fd11 -0, 141, 141, 1, 3110400, fbec533f0cb4d79185e09c9917329473 -1, 226304, 226304, 1024, 4096, a805c35e91615f17669130ec58191b75 -1, 227328, 227328, 1024, 4096, 0858806663f6430219b68df7ff83a932 -0, 142, 142, 1, 3110400, 5b9f1cf510bc72d42772a78d400d9831 -1, 228352, 228352, 1024, 4096, 59339810dea47a705ab9e0913f7a88d5 -0, 143, 143, 1, 3110400, 6b031f180439e753b6b0e36de46dc1a5 -1, 229376, 229376, 1024, 4096, 6d9cdd81e0ba85ad4e00c34e2a096611 -1, 230400, 230400, 1024, 4096, cd6dd8dd0dc5198b7bf0b45d4ecc2608 -0, 144, 144, 1, 3110400, c09870b1e13efa8b685d89ebd781e835 -1, 231424, 231424, 1024, 4096, c2dd972eb34af27a210bcfa3e5f8da93 -0, 145, 145, 1, 3110400, 439c6cc6f7157eaf046e06d9e55ddf69 -1, 232448, 232448, 1024, 4096, 0993bc45c9582048d6982beeaec6b72e -1, 233472, 233472, 1024, 4096, ae93c593fd775ae997c43eef40fe8d0e -0, 146, 146, 1, 3110400, 7d5520c184c7bf3f175eea3526deb7a8 Test mov-bbi-elst-starts-b failed. Look at tests/data/fate/mov-bbi-elst-starts-b.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-mov-bbi-elst-starts-b] Error 1 Test mp3-float-conf-compl failed. Look at tests/data/fate/mp3-float-conf-compl.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-mp3-float-conf-compl] Error 1 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-he_32khz failed. Look at tests/data/fate/mp3-float-conf-he_32khz.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-mp3-float-conf-he_32khz] Error 1 TEST mp3-float-conf-si_block Test mp3-float-conf-he_48khz failed. Look at tests/data/fate/mp3-float-conf-he_48khz.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-mp3-float-conf-he_48khz] Error 1 Test mp3-float-conf-he_44khz failed. Look at tests/data/fate/mp3-float-conf-he_44khz.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-mp3-float-conf-he_44khz] Error 1 TEST mp3-float-extra_overread TEST mpc7-demux Test mp3-float-conf-hecommon failed. Look at tests/data/fate/mp3-float-conf-hecommon.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-mp3-float-conf-hecommon] Error 1 TEST mpc8-demux Test mp3-float-conf-si failed. Look at tests/data/fate/mp3-float-conf-si.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-mp3-float-conf-si] Error 1 TEST musepack7 Test mp3-float-conf-si_block failed. Look at tests/data/fate/mp3-float-conf-si_block.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-mp3-float-conf-si_block] Error 1 TEST mpeg4-resolution-change-down-down TEST mpeg4-resolution-change-down-up TEST mpeg4-resolution-change-up-down Test mp3-float-extra_overread failed. Look at tests/data/fate/mp3-float-extra_overread.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-mp3-float-extra_overread] Error 1 Test musepack7 failed. Look at tests/data/fate/musepack7.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-musepack7] Error 1 TEST mpeg4-resolution-change-up-up TEST mpeg4-bsf-unpack-bframes TEST mpeg4-packed TEST m4v TEST m4v-cfr TEST mxf-missing-index-demux TEST mxf-essencegroup-demux TEST mxf-multiple-components-demux TEST mxf-metadata-source-ref1 TEST mxf-metadata-source-ref2 TEST mxf-reel_name TEST mxf-user-comments TEST mxf-d10-user-comments TEST mxf-opatom-user-comments TEST iff-pcm TEST pcm_dvd TEST pcm-planar TEST pcm_s16be-stereo TEST pcm_s16le-stereo TEST pcm_u8-mono --- /home/fate/ffmpeg/tests/ref/fate/iff-pcm 2017-03-24 21:02:53.633046466 +0000 +++ tests/data/fate/iff-pcm 2020-03-19 20:53:46.716469014 +0000 @@ -1 +1 @@ -6dc1329541393525a60fd6b9782573f5 +d41d8cd98f00b204e9800998ecf8427e TEST pcm_u8-stereo Test iff-pcm failed. Look at tests/data/fate/iff-pcm.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-iff-pcm] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/pcm-planar 2017-03-24 21:02:53.636379807 +0000 +++ tests/data/fate/pcm-planar 2020-03-19 20:53:46.709802359 +0000 @@ -1,148 +0,0 @@ -#tb 0: 1/44100 -#media_type 0: audio -#codec_id 0: pcm_s16le -#sample_rate 0: 44100 -#channel_layout 0: 3 -#channel_layout_name 0: stereo -0, 0, 0, 1471, 5884, 0x00000000 -0, 1471, 1471, 1471, 5884, 0x00000000 -0, 2942, 2942, 1472, 5888, 0x00000000 -0, 4414, 4414, 1471, 5884, 0x00000000 -0, 5885, 5885, 1472, 5888, 0x00000000 -0, 7357, 7357, 1471, 5884, 0x00000000 -0, 8828, 8828, 1472, 5888, 0x00000000 -0, 10300, 10300, 1471, 5884, 0x00000000 -0, 11771, 11771, 1472, 5888, 0x00000000 -0, 13243, 13243, 1471, 5884, 0x00000000 -0, 14714, 14714, 1472, 5888, 0x174b2bd4 -0, 16186, 16186, 1471, 5884, 0xfab9563d -0, 17657, 17657, 1472, 5888, 0x0129a4f5 -0, 19129, 19129, 1471, 5884, 0xf12b15dd -0, 20600, 20600, 1472, 5888, 0x60c8c922 -0, 22072, 22072, 1471, 5884, 0x85693c81 -0, 23543, 23543, 1472, 5888, 0xcefcf0e0 -0, 25015, 25015, 1471, 5884, 0x243974ff -0, 26486, 26486, 1471, 5884, 0x9101b901 -0, 27957, 27957, 1472, 5888, 0xe3c68cb9 -0, 29429, 29429, 1471, 5884, 0x80f2ff5f -0, 30900, 30900, 1472, 5888, 0xfc2d19dc -0, 32372, 32372, 1471, 5884, 0xb6e0af21 -0, 33843, 33843, 1472, 5888, 0x476e74ff -0, 35315, 35315, 1471, 5884, 0x3921bc7f -0, 36786, 36786, 1472, 5888, 0x44180a3f -0, 38258, 38258, 1471, 5884, 0x01b5a119 -0, 39729, 39729, 1472, 5888, 0xdd7ad621 -0, 41201, 41201, 1471, 5884, 0xadabe898 -0, 42672, 42672, 1472, 5888, 0x2141ff8e -0, 44144, 44144, 1471, 5884, 0xfb5118fb -0, 45615, 45615, 1472, 5888, 0x06d31461 -0, 47087, 47087, 1471, 5884, 0x80ce34c1 -0, 48558, 48558, 1472, 5888, 0x72bf392f -0, 50030, 50030, 1471, 5884, 0x9d9237cf -0, 51501, 51501, 1471, 5884, 0xf5c9ce23 -0, 52972, 52972, 1472, 5888, 0x12a05dc5 -0, 54444, 54444, 1471, 5884, 0xd3ed5d4b -0, 55915, 55915, 1472, 5888, 0x06557401 -0, 57387, 57387, 1471, 5884, 0x53d81662 -0, 58858, 58858, 1472, 5888, 0xd7e0d98d -0, 60330, 60330, 1471, 5884, 0xdf00752e -0, 61801, 61801, 1472, 5888, 0x82f1d7a9 -0, 63273, 63273, 1471, 5884, 0x9cb3aba9 -0, 64744, 64744, 1472, 5888, 0xd6f98e91 -0, 66216, 66216, 1471, 5884, 0xaa7f7c09 -0, 67687, 67687, 1472, 5888, 0xb97a82a7 -0, 69159, 69159, 1471, 5884, 0x375a3d53 -0, 70630, 70630, 1472, 5888, 0xa0a460cb -0, 72102, 72102, 1471, 5884, 0xe05efbab -0, 73573, 73573, 1472, 5888, 0x95e151f0 -0, 75045, 75045, 1471, 5884, 0x44ac688d -0, 76516, 76516, 1471, 5884, 0xfc6d929f -0, 77987, 77987, 1472, 5888, 0x6406c5f1 -0, 79459, 79459, 1471, 5884, 0x4ee9e48c -0, 80930, 80930, 1472, 5888, 0xd55d43d0 -0, 82402, 82402, 1471, 5884, 0xcae69baf -0, 83873, 83873, 1472, 5888, 0x4c01f1f5 -0, 85345, 85345, 1471, 5884, 0xf7d6dab6 -0, 86816, 86816, 1472, 5888, 0x1affdeb5 -0, 88288, 88288, 1471, 5884, 0x6db72487 -0, 89759, 89759, 1472, 5888, 0x4f344e49 -0, 91231, 91231, 1471, 5884, 0x2df3827b -0, 92702, 92702, 1472, 5888, 0x1d1fc283 -0, 94174, 94174, 1471, 5884, 0x22eb1dd5 -0, 95645, 95645, 1472, 5888, 0x734e7093 -0, 97117, 97117, 1471, 5884, 0x357c9531 -0, 98588, 98588, 1472, 5888, 0x108c102d -0, 100060, 100060, 1471, 5884, 0x96ad26c6 -0, 101531, 101531, 1472, 5888, 0x7bea1996 -0, 103003, 103003, 1471, 5884, 0x124a1f8e -0, 104474, 104474, 1471, 5884, 0x08d272fb -0, 105945, 105945, 1472, 5888, 0x88832c6b -0, 107417, 107417, 1471, 5884, 0xedf41493 -0, 108888, 108888, 1472, 5888, 0xc4f226d7 -0, 110360, 110360, 1471, 5884, 0x97730397 -0, 111831, 111831, 1472, 5888, 0xbc3540e9 -0, 113303, 113303, 1471, 5884, 0x8adfa135 -0, 114774, 114774, 1472, 5888, 0x6d4be121 -0, 116246, 116246, 1471, 5884, 0xc3daea85 -0, 117717, 117717, 1472, 5888, 0x5498e9f0 -0, 119189, 119189, 1471, 5884, 0xa0eb691f -0, 120660, 120660, 1472, 5888, 0x775c7c59 -0, 122132, 122132, 1471, 5884, 0x9f108fd1 -0, 123603, 123603, 1472, 5888, 0x72d53062 -0, 125075, 125075, 1471, 5884, 0x13a93faa -0, 126546, 126546, 1472, 5888, 0x64773c8e -0, 128018, 128018, 1471, 5884, 0xaf696999 -0, 129489, 129489, 1471, 5884, 0xf45e7e81 -0, 130960, 130960, 1472, 5888, 0x00000000 -0, 132432, 132432, 1471, 5884, 0x00000000 -0, 133903, 133903, 1472, 5888, 0x00000000 -0, 135375, 135375, 1471, 5884, 0x00000000 -0, 136846, 136846, 1472, 5888, 0x00000000 -0, 138318, 138318, 1471, 5884, 0x00000000 -0, 139789, 139789, 1472, 5888, 0x00000000 -0, 141261, 141261, 1471, 5884, 0x00000000 -0, 142732, 142732, 1472, 5888, 0x00000000 -0, 144204, 144204, 1471, 5884, 0x00000000 -0, 145675, 145675, 1472, 5888, 0x00000000 -0, 147147, 147147, 1471, 5884, 0x00000000 -0, 148618, 148618, 1472, 5888, 0x00000000 -0, 150090, 150090, 1471, 5884, 0x00000000 -0, 151561, 151561, 1472, 5888, 0x00000000 -0, 153033, 153033, 1471, 5884, 0x00000000 -0, 154504, 154504, 1471, 5884, 0x00000000 -0, 155975, 155975, 1472, 5888, 0x00000000 -0, 157447, 157447, 1471, 5884, 0x00000000 -0, 158918, 158918, 1472, 5888, 0x00000000 -0, 160390, 160390, 1471, 5884, 0x00000000 -0, 161861, 161861, 1472, 5888, 0x00000000 -0, 163333, 163333, 1471, 5884, 0x00000000 -0, 164804, 164804, 1472, 5888, 0x00000000 -0, 166276, 166276, 1471, 5884, 0x00000000 -0, 167747, 167747, 1472, 5888, 0x00000000 -0, 169219, 169219, 1471, 5884, 0x00000000 -0, 170690, 170690, 1472, 5888, 0x00000000 -0, 172162, 172162, 1471, 5884, 0xfe4b2bd4 -0, 173633, 173633, 1472, 5888, 0x00000000 -0, 175105, 175105, 1471, 5884, 0x00000000 -0, 176576, 176576, 1472, 5888, 0x00000000 -0, 178048, 178048, 1471, 5884, 0x00000000 -0, 179519, 179519, 1471, 5884, 0x00000000 -0, 180990, 180990, 1472, 5888, 0x00000000 -0, 182462, 182462, 1471, 5884, 0x00000000 -0, 183933, 183933, 1472, 5888, 0x00000000 -0, 185405, 185405, 1471, 5884, 0x00000000 -0, 186876, 186876, 1472, 5888, 0x00000000 -0, 188348, 188348, 1471, 5884, 0x00000000 -0, 189819, 189819, 1472, 5888, 0x00000000 -0, 191291, 191291, 1471, 5884, 0x00000000 -0, 192762, 192762, 1472, 5888, 0x00000000 -0, 194234, 194234, 1471, 5884, 0x00000000 -0, 195705, 195705, 1472, 5888, 0x00000000 -0, 197177, 197177, 1471, 5884, 0x00000000 -0, 198648, 198648, 1472, 5888, 0x00000000 -0, 200120, 200120, 1471, 5884, 0x00000000 -0, 201591, 201591, 1472, 5888, 0x00000000 -0, 203063, 203063, 1471, 5884, 0x00000000 -0, 204534, 204534, 1472, 5888, 0x00000000 -0, 206006, 206006, 1471, 5884, 0x00000000 -0, 207477, 207477, 1262, 5048, 0x00000000 TEST w64 Test pcm-planar failed. Look at tests/data/fate/pcm-planar.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-pcm-planar] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/pcm_dvd 2017-03-24 21:02:53.636379807 +0000 +++ tests/data/fate/pcm_dvd 2020-03-19 20:53:46.699802376 +0000 @@ -1,129 +0,0 @@ -#tb 0: 1/48000 -#media_type 0: audio -#codec_id 0: pcm_s16le -#sample_rate 0: 48000 -#channel_layout 0: 3 -#channel_layout_name 0: stereo -0, 0, 0, 334, 1336, 0x8e3c0abc -0, 400, 400, 334, 1336, 0x99c41108 -0, 720, 720, 334, 1336, 0xd65be322 -0, 1040, 1040, 334, 1336, 0x15b575fb -0, 1360, 1360, 334, 1336, 0x366f742a -0, 1680, 1680, 334, 1336, 0xed72ad83 -0, 2000, 2000, 334, 1336, 0x73f21c93 -0, 2400, 2400, 334, 1336, 0x4be7a770 -0, 2720, 2720, 334, 1336, 0x69ecf80c -0, 3040, 3040, 334, 1336, 0x835dc0e5 -0, 3360, 3360, 334, 1336, 0x3089458d -0, 3680, 3680, 334, 1336, 0xc73b8cdc -0, 4080, 4080, 334, 1336, 0xc1cdaa8f -0, 4400, 4400, 334, 1336, 0x47a49186 -0, 4720, 4720, 334, 1336, 0x2db387e2 -0, 5040, 5040, 334, 1336, 0x90da9a97 -0, 5360, 5360, 334, 1336, 0xcd34a467 -0, 5680, 5680, 334, 1336, 0xdca8bd29 -0, 6080, 6080, 334, 1336, 0xa09f9da3 -0, 6400, 6400, 334, 1336, 0x47c8acf6 -0, 6720, 6720, 334, 1336, 0x94dfa20e -0, 7040, 7040, 334, 1336, 0x2123a5f6 -0, 7360, 7360, 334, 1336, 0x2f1badde -0, 7680, 7680, 334, 1336, 0x47579528 -0, 8080, 8080, 334, 1336, 0x028daa10 -0, 8400, 8400, 334, 1336, 0x5ed7adcd -0, 8720, 8720, 334, 1336, 0xc5ee8f10 -0, 9040, 9040, 334, 1336, 0xcfacb489 -0, 9360, 9360, 334, 1336, 0x07de937b -0, 9760, 9760, 334, 1336, 0x07bd8f8b -0, 10080, 10080, 334, 1336, 0x4660912e -0, 10400, 10400, 334, 1336, 0x047f97ad -0, 10720, 10720, 334, 1336, 0xe0e8a11f -0, 11040, 11040, 334, 1336, 0xcd9898e6 -0, 11360, 11360, 334, 1336, 0xccfda786 -0, 11760, 11760, 334, 1336, 0xab1b9e40 -0, 12080, 12080, 334, 1336, 0x2ea79ea1 -0, 12400, 12400, 334, 1336, 0xade2ad7e -0, 12720, 12720, 334, 1336, 0xe5cf9684 -0, 13040, 13040, 334, 1336, 0xb57184cf -0, 13360, 13360, 334, 1336, 0x0668a5ce -0, 13760, 13760, 334, 1336, 0x643a9d96 -0, 14080, 14080, 334, 1336, 0x97dc8ecc -0, 14400, 14400, 334, 1336, 0x72c2b174 -0, 14720, 14720, 334, 1336, 0xe39d8fc3 -0, 15040, 15040, 334, 1336, 0x56fc76d2 -0, 15360, 15360, 334, 1336, 0x91a884b3 -0, 15760, 15760, 334, 1336, 0x7b039a4e -0, 16080, 16080, 334, 1336, 0x3770a9dd -0, 16400, 16400, 334, 1336, 0x317c9cb8 -0, 16720, 16720, 334, 1336, 0xdd97ad48 -0, 17040, 17040, 334, 1336, 0x98066c1b -0, 17440, 17440, 334, 1336, 0xecd3a31c -0, 17760, 17760, 334, 1336, 0x0578b329 -0, 18080, 18080, 334, 1336, 0x6942881c -0, 18400, 18400, 334, 1336, 0x56b5af29 -0, 18720, 18720, 334, 1336, 0xf111a48a -0, 19040, 19040, 334, 1336, 0x1f5a8d45 -0, 19440, 19440, 334, 1336, 0x39abdded -0, 19760, 19760, 334, 1336, 0xdb997fe8 -0, 20080, 20080, 334, 1336, 0xd7f0d0b2 -0, 20400, 20400, 334, 1336, 0xf3219413 -0, 20720, 20720, 334, 1336, 0x9d80899d -0, 21040, 21040, 334, 1336, 0x7238bd63 -0, 21440, 21440, 334, 1336, 0x7376703e -0, 21760, 21760, 334, 1336, 0x0fd56d02 -0, 22080, 22080, 334, 1336, 0xa6c0951e -0, 22400, 22400, 334, 1336, 0xfacb674e -0, 22720, 22720, 334, 1336, 0x805bd289 -0, 23120, 23120, 334, 1336, 0xa2a51a12 -0, 23440, 23440, 334, 1336, 0x8a75d91b -0, 23760, 23760, 334, 1336, 0x34b1ef80 -0, 24080, 24080, 334, 1336, 0x902921e0 -0, 24400, 24400, 334, 1336, 0xc2db7895 -0, 24720, 24720, 334, 1336, 0x7a0db9e1 -0, 25120, 25120, 334, 1336, 0x66a93277 -0, 25440, 25440, 334, 1336, 0x30830a83 -0, 25760, 25760, 334, 1336, 0x251cf132 -0, 26080, 26080, 334, 1336, 0x08dd852c -0, 26400, 26400, 334, 1336, 0x22ea164c -0, 26720, 26720, 334, 1336, 0x3bdd91c4 -0, 27120, 27120, 334, 1336, 0xa4c0fbd7 -0, 27440, 27440, 334, 1336, 0x83aa81bd -0, 27760, 27760, 334, 1336, 0x8a7b0fdb -0, 28080, 28080, 334, 1336, 0x35c37b01 -0, 28400, 28400, 334, 1336, 0xdede811e -0, 28720, 28720, 334, 1336, 0x7473a657 -0, 29120, 29120, 334, 1336, 0x5b917e2b -0, 29440, 29440, 334, 1336, 0x1c5a7cfc -0, 29760, 29760, 334, 1336, 0xeb7bab0d -0, 30080, 30080, 334, 1336, 0x7337795c -0, 30400, 30400, 334, 1336, 0x68da9d08 -0, 30800, 30800, 334, 1336, 0xe93b87fe -0, 31120, 31120, 334, 1336, 0xd4639f00 -0, 31440, 31440, 334, 1336, 0x1070a91d -0, 31760, 31760, 334, 1336, 0x50e3788f -0, 32080, 32080, 334, 1336, 0x1dac6691 -0, 32400, 32400, 334, 1336, 0xf62c709d -0, 32800, 32800, 334, 1336, 0x2369648d -0, 33120, 33120, 334, 1336, 0xbfc792e6 -0, 33440, 33440, 334, 1336, 0x975eb8e3 -0, 33760, 33760, 334, 1336, 0x35c49ba6 -0, 34080, 34080, 334, 1336, 0xe6198aa9 -0, 34400, 34400, 334, 1336, 0x99f37d9d -0, 34800, 34800, 334, 1336, 0x4815aff1 -0, 35120, 35120, 334, 1336, 0x4fd366ca -0, 35440, 35440, 334, 1336, 0x43cf7bb4 -0, 35760, 35760, 334, 1336, 0x14a576ac -0, 36080, 36080, 334, 1336, 0xc6986978 -0, 36480, 36480, 334, 1336, 0x10f67dc4 -0, 36800, 36800, 334, 1336, 0xcca07f7a -0, 37120, 37120, 334, 1336, 0x6d0a5dfe -0, 37440, 37440, 334, 1336, 0x4e0761ef -0, 37760, 37760, 334, 1336, 0x31368e66 -0, 38080, 38080, 334, 1336, 0x14b895c1 -0, 38480, 38480, 334, 1336, 0x4bb7c111 -0, 38800, 38800, 334, 1336, 0x1676a8bb -0, 39120, 39120, 334, 1336, 0xddaaa459 -0, 39440, 39440, 334, 1336, 0xc43eabce -0, 39760, 39760, 334, 1336, 0x4d9f8d54 -0, 40080, 40080, 334, 1336, 0x0ac292cb -0, 40480, 40480, 334, 1336, 0x2d9c74e4 -0, 40800, 40800, 334, 1336, 0xe73da38f TEST theora-coeff-level64 Test pcm_dvd failed. Look at tests/data/fate/pcm_dvd.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-pcm_dvd] Error 1 TEST theora-offset --- /home/fate/ffmpeg/tests/ref/fate/pcm_u8-mono 2017-03-24 21:02:53.636379807 +0000 +++ tests/data/fate/pcm_u8-mono 2020-03-19 20:53:46.759802273 +0000 @@ -1 +1 @@ -c2dcec9b230dad733b6b877fbed36755 +d41d8cd98f00b204e9800998ecf8427e TEST vp31 Test pcm_u8-mono failed. Look at tests/data/fate/pcm_u8-mono.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-pcm_u8-mono] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/pcm_u8-stereo 2017-03-24 21:02:53.636379807 +0000 +++ tests/data/fate/pcm_u8-stereo 2020-03-19 20:53:46.766468927 +0000 @@ -1 +1 @@ -973cf68365c3d58ff60ba652433b3bd2 +d41d8cd98f00b204e9800998ecf8427e TEST vp60 Test pcm_u8-stereo failed. Look at tests/data/fate/pcm_u8-stereo.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-pcm_u8-stereo] Error 1 TEST vp61 TEST vp6a TEST vp6a-skip_alpha TEST vp6f TEST vp8-alpha TEST webm-dash-manifest TEST webm-dash-manifest-unaligned-video-streams TEST webm-dash-manifest-unaligned-audio-streams TEST webm-dash-manifest-representations TEST webm-dash-manifest-live TEST webm-dash-manifest-live-bandwidth TEST vp8-2451 TEST vp8-test-vector-001 TEST vp8-test-vector-002 TEST vp8-test-vector-003 TEST vp8-test-vector-004 TEST vp8-test-vector-005 TEST vp8-test-vector-006 TEST vp8-test-vector-007 TEST vp8-test-vector-008 TEST vp8-test-vector-009 TEST vp8-test-vector-010 TEST vp8-test-vector-011 TEST vp8-test-vector-012 TEST vp8-test-vector-013 TEST vp8-test-vector-014 TEST vp8-test-vector-015 TEST vp8-test-vector-016 TEST vp8-test-vector-017 TEST vp8-sign-bias TEST vp8-size-change TEST wavpack-lossless-8bit TEST wavpack-lossless-12bit TEST wavpack-lossless-16bit TEST wavpack-lossless-24bit TEST wavpack-lossless-32bit --- /home/fate/ffmpeg/tests/ref/fate/wavpack-lossless-8bit 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/wavpack-lossless-8bit 2020-03-19 20:53:47.119801650 +0000 @@ -1 +1 @@ -e4e65e2048ba373d89836907328cfb27 +d41d8cd98f00b204e9800998ecf8427e TEST wavpack-lossless-float Test wavpack-lossless-8bit failed. Look at tests/data/fate/wavpack-lossless-8bit.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-wavpack-lossless-8bit] Error 1 TEST wavpack-lossy-8bit TEST wavpack-lossy-16bit --- /home/fate/ffmpeg/tests/ref/fate/wavpack-lossless-12bit 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/wavpack-lossless-12bit 2020-03-19 20:53:47.133134960 +0000 @@ -1 +1 @@ -925e047ac0d4c874a9cff3cc9117ac91 +d41d8cd98f00b204e9800998ecf8427e --- /home/fate/ffmpeg/tests/ref/fate/wavpack-lossless-24bit 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/wavpack-lossless-24bit 2020-03-19 20:53:47.136468288 +0000 @@ -1 +1 @@ -9d7bc1a45bd3ba9d1eb5706f0dfc3e47 +d41d8cd98f00b204e9800998ecf8427e --- /home/fate/ffmpeg/tests/ref/fate/wavpack-lossless-16bit 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/wavpack-lossless-16bit 2020-03-19 20:53:47.139801616 +0000 @@ -1 +1 @@ -e2dc4b85377b275a48c8bd2a4f5b91fd +d41d8cd98f00b204e9800998ecf8427e Test wavpack-lossless-12bit failed. Look at tests/data/fate/wavpack-lossless-12bit.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-wavpack-lossless-12bit] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/wavpack-lossless-32bit 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/wavpack-lossless-32bit 2020-03-19 20:53:47.146468270 +0000 @@ -1 +1 @@ -c35f539bb5796ed93908c987fab1c26c +d41d8cd98f00b204e9800998ecf8427e TEST wavpack-lossy-24bit Test wavpack-lossless-16bit failed. Look at tests/data/fate/wavpack-lossless-16bit.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-wavpack-lossless-16bit] Error 1 Test wavpack-lossless-24bit failed. Look at tests/data/fate/wavpack-lossless-24bit.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-wavpack-lossless-24bit] Error 1 TEST wavpack-lossy-32bit TEST wavpack-lossy-float Test wavpack-lossless-32bit failed. Look at tests/data/fate/wavpack-lossless-32bit.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-wavpack-lossless-32bit] Error 1 TEST wavpack-channels-monofloat --- /home/fate/ffmpeg/tests/ref/fate/wavpack-lossless-float 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/wavpack-lossless-float 2020-03-19 20:53:47.163134908 +0000 @@ -1 +1 @@ -04b860cf4f9ecba36c053fdf83dac14a +d41d8cd98f00b204e9800998ecf8427e Test wavpack-lossless-float failed. Look at tests/data/fate/wavpack-lossless-float.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-wavpack-lossless-float] Error 1 TEST wavpack-channels-monoint TEST wavpack-channels-4.0 --- /home/fate/ffmpeg/tests/ref/fate/wavpack-lossy-8bit 2017-03-24 21:02:53.646379831 +0000 +++ tests/data/fate/wavpack-lossy-8bit 2020-03-19 20:53:47.193134857 +0000 @@ -1 +1 @@ -f0e452d762d5e7b675970e6e67b781e7 +d41d8cd98f00b204e9800998ecf8427e --- /home/fate/ffmpeg/tests/ref/fate/wavpack-lossy-float 2017-03-24 21:02:53.646379831 +0000 +++ tests/data/fate/wavpack-lossy-float 2020-03-19 20:53:47.196468183 +0000 @@ -1 +1 @@ -d4733e795e5af80da9a265cf83a6da69 +d41d8cd98f00b204e9800998ecf8427e Test wavpack-lossy-8bit failed. Look at tests/data/fate/wavpack-lossy-8bit.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-wavpack-lossy-8bit] Error 1 Test wavpack-lossy-float failed. Look at tests/data/fate/wavpack-lossy-float.err for details. TEST wavpack-channels-5.1 make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-wavpack-lossy-float] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/wavpack-lossy-24bit 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/wavpack-lossy-24bit 2020-03-19 20:53:47.203134839 +0000 @@ -1 +1 @@ -0c04941424ba0981eac0e681130788f7 +d41d8cd98f00b204e9800998ecf8427e --- /home/fate/ffmpeg/tests/ref/fate/wavpack-lossy-32bit 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/wavpack-lossy-32bit 2020-03-19 20:53:47.206468166 +0000 @@ -1 +1 @@ -7b94c7ab8ec78ddf59bd7967199cdc8e +d41d8cd98f00b204e9800998ecf8427e TEST wavpack-channels-6.1 --- /home/fate/ffmpeg/tests/ref/fate/wavpack-lossy-16bit 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/wavpack-lossy-16bit 2020-03-19 20:53:47.206468166 +0000 @@ -1 +1 @@ -c2aa8d83d14f799a9289b73bb6263fbc +d41d8cd98f00b204e9800998ecf8427e Test wavpack-lossy-24bit failed. Look at tests/data/fate/wavpack-lossy-24bit.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-wavpack-lossy-24bit] Error 1 Test wavpack-lossy-32bit failed. Look at tests/data/fate/wavpack-lossy-32bit.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-wavpack-lossy-32bit] Error 1 TEST wavpack-channels-7.1 TEST wavpack-speed-default --- /home/fate/ffmpeg/tests/ref/fate/wavpack-channels-monofloat 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/wavpack-channels-monofloat 2020-03-19 20:53:47.213134821 +0000 @@ -1 +1 @@ -71386c0f63105e414220f0f0d369a0e6 +d41d8cd98f00b204e9800998ecf8427e Test wavpack-lossy-16bit failed. Look at tests/data/fate/wavpack-lossy-16bit.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-wavpack-lossy-16bit] Error 1 Test wavpack-channels-monofloat failed. Look at tests/data/fate/wavpack-channels-monofloat.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-wavpack-channels-monofloat] Error 1 TEST wavpack-speed-fast TEST wavpack-speed-high --- /home/fate/ffmpeg/tests/ref/fate/wavpack-channels-monoint 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/wavpack-channels-monoint 2020-03-19 20:53:47.229801460 +0000 @@ -1 +1 @@ -931f27e3ec69fae0952548504461d97c +d41d8cd98f00b204e9800998ecf8427e TEST wavpack-speed-vhigh Test wavpack-channels-monoint failed. Look at tests/data/fate/wavpack-channels-monoint.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-wavpack-channels-monoint] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/wavpack-channels-4.0 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/wavpack-channels-4.0 2020-03-19 20:53:47.239801442 +0000 @@ -1 +1 @@ -a03999c3ad17423f3a7e3d537fea8589 +d41d8cd98f00b204e9800998ecf8427e TEST wavpack-clipping Test wavpack-channels-4.0 failed. Look at tests/data/fate/wavpack-channels-4.0.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-wavpack-channels-4.0] Error 1 TEST wavpack-cuesheet --- /home/fate/ffmpeg/tests/ref/fate/wavpack-channels-6.1 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/wavpack-channels-6.1 2020-03-19 20:53:47.266468063 +0000 @@ -1 +1 @@ -a524a76c85f55b7d63914fc1543a5268 +d41d8cd98f00b204e9800998ecf8427e Test wavpack-channels-6.1 failed. Look at tests/data/fate/wavpack-channels-6.1.err for details. --- /home/fate/ffmpeg/tests/ref/fate/wavpack-speed-default 2017-03-24 21:02:53.646379831 +0000 +++ tests/data/fate/wavpack-speed-default 2020-03-19 20:53:47.269801390 +0000 @@ -1 +1 @@ -a57bec3f270c3b294d1e5ea07760514c +d41d8cd98f00b204e9800998ecf8427e --- /home/fate/ffmpeg/tests/ref/fate/wavpack-speed-fast 2017-03-24 21:02:53.646379831 +0000 +++ tests/data/fate/wavpack-speed-fast 2020-03-19 20:53:47.269801390 +0000 @@ -1 +1 @@ -ebff08f89073e3f662f822df428711d5 +d41d8cd98f00b204e9800998ecf8427e make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-wavpack-channels-6.1] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/wavpack-channels-7.1 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/wavpack-channels-7.1 2020-03-19 20:53:47.273134718 +0000 @@ -1 +1 @@ -cffe4d47290ff3cef974e5aa6bc32559 +d41d8cd98f00b204e9800998ecf8427e --- /home/fate/ffmpeg/tests/ref/fate/wavpack-channels-5.1 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/wavpack-channels-5.1 2020-03-19 20:53:47.273134718 +0000 @@ -1 +1 @@ -4ab874ad4a47141073f6db9aeec422a8 +d41d8cd98f00b204e9800998ecf8427e TEST wavpack-falsestereo Test wavpack-speed-fast failed. Look at tests/data/fate/wavpack-speed-fast.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-wavpack-speed-fast] Error 1 Test wavpack-speed-default failed. Look at tests/data/fate/wavpack-speed-default.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-wavpack-speed-default] Error 1 Test wavpack-channels-5.1 failed. Look at tests/data/fate/wavpack-channels-5.1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-wavpack-channels-5.1] Error 1 TEST wavpack-zerolsbs --- /home/fate/ffmpeg/tests/ref/fate/wavpack-speed-high 2017-03-24 21:02:53.646379831 +0000 +++ tests/data/fate/wavpack-speed-high 2020-03-19 20:53:47.279801373 +0000 @@ -1 +1 @@ -a28c4d0f1d0c6ac7739e05150a8c401a +d41d8cd98f00b204e9800998ecf8427e Test wavpack-channels-7.1 failed. Look at tests/data/fate/wavpack-channels-7.1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-wavpack-channels-7.1] Error 1 TEST wavpack-matroskamode TEST wavpack-matroska_mux-mono Test wavpack-speed-high failed. Look at tests/data/fate/wavpack-speed-high.err for details. TEST wavpack-matroska_mux-61 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-wavpack-speed-high] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/wavpack-clipping 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/wavpack-clipping 2020-03-19 20:53:47.289801356 +0000 @@ -1 +1 @@ -d18d0b2dc7d329aefcbb889dc99383ab +d41d8cd98f00b204e9800998ecf8427e TEST wmapro-2ch --- /home/fate/ffmpeg/tests/ref/fate/wavpack-speed-vhigh 2017-03-24 21:02:53.646379831 +0000 +++ tests/data/fate/wavpack-speed-vhigh 2020-03-19 20:53:47.293134683 +0000 @@ -1 +1 @@ -a28c4d0f1d0c6ac7739e05150a8c401a +d41d8cd98f00b204e9800998ecf8427e Test wavpack-clipping failed. Look at tests/data/fate/wavpack-clipping.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-wavpack-clipping] Error 1 TEST wmapro-5.1 --- /home/fate/ffmpeg/tests/ref/fate/wavpack-cuesheet 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/wavpack-cuesheet 2020-03-19 20:53:47.303134666 +0000 @@ -1 +1 @@ -85eb2940491442ca25c2a702a6f30e5f +d41d8cd98f00b204e9800998ecf8427e Test wavpack-speed-vhigh failed. Look at tests/data/fate/wavpack-speed-vhigh.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-wavpack-speed-vhigh] Error 1 TEST wmapro-ism Test wavpack-cuesheet failed. Look at tests/data/fate/wavpack-cuesheet.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-wavpack-cuesheet] Error 1 TEST wmavoice-7k --- /home/fate/ffmpeg/tests/ref/fate/wavpack-falsestereo 2017-03-24 21:02:53.643046490 +0000 +++ tests/data/fate/wavpack-falsestereo 2020-03-19 20:53:47.326467959 +0000 @@ -1 +1 @@ -e3fdd584bef84e85f4ca84e2769306f8 +d41d8cd98f00b204e9800998ecf8427e TEST wmavoice-11k Test wavpack-falsestereo failed. Look at tests/data/fate/wavpack-falsestereo.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-wavpack-falsestereo] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/wavpack-zerolsbs 2017-03-24 21:02:53.646379831 +0000 +++ tests/data/fate/wavpack-zerolsbs 2020-03-19 20:53:47.333134614 +0000 @@ -1 +1 @@ -33c09fedba88693f6cc423ca3763e7fe +d41d8cd98f00b204e9800998ecf8427e TEST wmavoice-19k TEST wmav1-encode Test wavpack-zerolsbs failed. Look at tests/data/fate/wavpack-zerolsbs.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-wavpack-zerolsbs] Error 1 Test wmapro-2ch failed. Look at tests/data/fate/wmapro-2ch.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-wmapro-2ch] Error 1 Test wmapro-5.1 failed. Look at tests/data/fate/wmapro-5.1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-wmapro-5.1] Error 1 TEST wmav2-encode TEST xvid-custom-matrix TEST xvid-idct --- /home/fate/ffmpeg/tests/ref/fate/wavpack-matroskamode 2017-03-24 21:02:53.646379831 +0000 +++ tests/data/fate/wavpack-matroskamode 2020-03-19 20:53:47.349801252 +0000 @@ -1 +1 @@ -cffe4d47290ff3cef974e5aa6bc32559 +d41d8cd98f00b204e9800998ecf8427e Test wmavoice-7k failed. Look at tests/data/fate/wmavoice-7k.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-wmavoice-7k] Error 1 Test wavpack-matroskamode failed. Look at tests/data/fate/wavpack-matroskamode.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-wavpack-matroskamode] Error 1 TEST alac-16-level-0 TEST alac-16-level-1 Test wmapro-ism failed. Look at tests/data/fate/wmapro-ism.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-wmapro-ism] Error 1 TEST alac-16-level-2 Test wmavoice-19k failed. Look at tests/data/fate/wmavoice-19k.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-wmavoice-19k] Error 1 TEST alac-16-lpc-orders Test wmavoice-11k failed. Look at tests/data/fate/wmavoice-11k.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-wmavoice-11k] Error 1 TEST alac-24-level-0 Test wmav2-encode failed. Look at tests/data/fate/wmav2-encode.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-wmav2-encode] Error 1 Test wmav1-encode failed. Look at tests/data/fate/wmav1-encode.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-wmav1-encode] Error 1 TEST alac-24-level-1 TEST alac-24-level-2 Test alac-16-level-0 failed. Look at tests/data/fate/alac-16-level-0.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-alac-16-level-0] Error 1 TEST alac-24-lpc-orders TEST mpeg4-als-conformance-00 TEST mpeg4-als-conformance-01 Test alac-16-level-1 failed. Look at tests/data/fate/alac-16-level-1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-alac-16-level-1] Error 1 Test alac-16-level-2 failed. Look at tests/data/fate/alac-16-level-2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-alac-16-level-2] Error 1 TEST mpeg4-als-conformance-02 TEST mpeg4-als-conformance-03 Test alac-16-lpc-orders failed. Look at tests/data/fate/alac-16-lpc-orders.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-alac-16-lpc-orders] Error 1 TEST mpeg4-als-conformance-04 Test alac-24-level-0 failed. Look at tests/data/fate/alac-24-level-0.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-alac-24-level-0] Error 1 Test alac-24-level-1 failed. Look at tests/data/fate/alac-24-level-1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-alac-24-level-1] Error 1 Test alac-24-level-2 failed. Look at tests/data/fate/alac-24-level-2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-alac-24-level-2] Error 1 TEST mpeg4-als-conformance-09 TEST mpeg4-als-conformance-05 TEST amrnb-4k75 Test alac-24-lpc-orders failed. Look at tests/data/fate/alac-24-lpc-orders.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-alac-24-lpc-orders] Error 1 TEST amrnb-5k15 TEST amrnb-5k9 TEST amrnb-6k7 TEST amrnb-7k4 Test amrnb-4k75 failed. Look at tests/data/fate/amrnb-4k75.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-amrnb-4k75] Error 1 TEST amrnb-7k95 Test amrnb-5k9 failed. Look at tests/data/fate/amrnb-5k9.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-amrnb-5k9] Error 1 TEST amrnb-10k2 Test amrnb-5k15 failed. Look at tests/data/fate/amrnb-5k15.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-amrnb-5k15] Error 1 Test amrnb-6k7 failed. Look at tests/data/fate/amrnb-6k7.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-amrnb-6k7] Error 1 TEST amrwb-6k60 TEST amrnb-12k2 Test amrnb-7k4 failed. Look at tests/data/fate/amrnb-7k4.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-amrnb-7k4] Error 1 TEST amrwb-8k85 Test amrnb-7k95 failed. Look at tests/data/fate/amrnb-7k95.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-amrnb-7k95] Error 1 TEST amrwb-12k65 TEST amrwb-14k25 Test amrnb-10k2 failed. Look at tests/data/fate/amrnb-10k2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-amrnb-10k2] Error 1 Test amrwb-6k60 failed. Look at tests/data/fate/amrwb-6k60.err for details. Test amrnb-12k2 failed. Look at tests/data/fate/amrnb-12k2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-amrwb-6k60] Error 1 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-amrnb-12k2] Error 1 TEST amrwb-15k85 TEST amrwb-19k85 TEST amrwb-18k25 TEST amrwb-23k05 TEST amrwb-23k85 Test amrwb-14k25 failed. Look at tests/data/fate/amrwb-14k25.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-amrwb-14k25] Error 1 Test amrwb-12k65 failed. Look at tests/data/fate/amrwb-12k65.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-amrwb-12k65] Error 1 Test amrwb-8k85 failed. Look at tests/data/fate/amrwb-8k85.err for details. TEST amrwb-23k85-2 make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-amrwb-8k85] Error 1 TEST dnxhd-mbaff TEST dnxhr-444 Test amrwb-15k85 failed. Look at tests/data/fate/amrwb-15k85.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-amrwb-15k85] Error 1 Test amrwb-18k25 failed. Look at tests/data/fate/amrwb-18k25.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-amrwb-18k25] Error 1 TEST dnxhr-12bit TEST dnxhr-parse Test amrwb-19k85 failed. Look at tests/data/fate/amrwb-19k85.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-amrwb-19k85] Error 1 TEST dnxhr-prefix1 Test amrwb-23k05 failed. Look at tests/data/fate/amrwb-23k05.err for details. Test amrwb-23k85 failed. Look at tests/data/fate/amrwb-23k85.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-amrwb-23k85] Error 1 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-amrwb-23k05] Error 1 TEST dnxhr-prefix2 TEST dnxhr-prefix3 Test amrwb-23k85-2 failed. Look at tests/data/fate/amrwb-23k85-2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-amrwb-23k85-2] Error 1 TEST dnxhr-prefix4 TEST dnxhr-prefix5 TEST hap1 TEST hap5 TEST hapy TEST hap-chunk TEST hapqa-nosnappy-127x71 TEST hapqa-snappy1-127x71 TEST hapqa-snappy16-127x71 TEST hap-alpha-only-nosnappy-128x72 TEST hap-alpha-only-snappy-127x71 TEST dpxparser TEST indeo2-delta TEST indeo2-intra TEST indeo3-1 TEST indeo3-2 TEST mss1-pal TEST mss2-pal TEST mss2-pals TEST mss2-rgb555 TEST mss2-rgb555s TEST mss2-wmv TEST mts2-xesc TEST wmv3-drm-dec TEST wmv3-drm-nodec TEST lossless-monkeysaudio-380-normal TEST lossless-monkeysaudio-380-extrahigh TEST lossless-monkeysaudio-388-normal TEST lossless-monkeysaudio-388-extrahigh --- - 2020-03-19 20:53:47.960093848 +0000 +++ tests/data/fate/lossless-monkeysaudio-380-normal 2020-03-19 20:53:47.929800249 +0000 @@ -1 +0,0 @@ -CRC=0x5d08c17e TEST lossless-monkeysaudio-389b1-normal Test lossless-monkeysaudio-380-normal failed. Look at tests/data/fate/lossless-monkeysaudio-380-normal.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lossless-monkeysaudio-380-normal] Error 1 --- - 2020-03-19 20:53:47.969509067 +0000 +++ tests/data/fate/lossless-monkeysaudio-388-normal 2020-03-19 20:53:47.943133559 +0000 @@ -1 +0,0 @@ -CRC=0x5d08c17e TEST lossless-monkeysaudio-389b1-extrahigh TEST lossless-monkeysaudio-391b1-normal Test lossless-monkeysaudio-388-normal failed. Look at tests/data/fate/lossless-monkeysaudio-388-normal.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lossless-monkeysaudio-388-normal] Error 1 TEST lossless-monkeysaudio-391b1-extrahigh --- - 2020-03-19 20:53:47.996633171 +0000 +++ tests/data/fate/lossless-monkeysaudio-389b1-normal 2020-03-19 20:53:47.976466835 +0000 @@ -1 +0,0 @@ -CRC=0x5d08c17e --- - 2020-03-19 20:53:48.001526630 +0000 +++ tests/data/fate/lossless-monkeysaudio-380-extrahigh 2020-03-19 20:53:47.936466904 +0000 @@ -1 +0,0 @@ -CRC=0x5d08c17e Test lossless-monkeysaudio-389b1-normal failed. Look at tests/data/fate/lossless-monkeysaudio-389b1-normal.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lossless-monkeysaudio-389b1-normal] Error 1 TEST lossless-monkeysaudio-392b2-normal Test lossless-monkeysaudio-380-extrahigh failed. Look at tests/data/fate/lossless-monkeysaudio-380-extrahigh.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lossless-monkeysaudio-380-extrahigh] Error 1 TEST lossless-monkeysaudio-392b2-extrahigh TEST lossless-monkeysaudio-394b1-normal --- - 2020-03-19 20:53:48.021550004 +0000 +++ tests/data/fate/lossless-monkeysaudio-391b1-normal 2020-03-19 20:53:47.993133473 +0000 @@ -1 +0,0 @@ -CRC=0x5d08c17e TEST lossless-monkeysaudio-394b1-extrahigh Test lossless-monkeysaudio-391b1-normal failed. Look at tests/data/fate/lossless-monkeysaudio-391b1-normal.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lossless-monkeysaudio-391b1-normal] Error 1 TEST lossless-monkeysaudio-399 --- - 2020-03-19 20:53:48.057550265 +0000 +++ tests/data/fate/lossless-monkeysaudio-392b2-normal 2020-03-19 20:53:48.029800076 +0000 @@ -1 +0,0 @@ -CRC=0x5d08c17e --- - 2020-03-19 20:53:48.065131610 +0000 +++ tests/data/fate/lossless-monkeysaudio-394b1-normal 2020-03-19 20:53:48.036466731 +0000 @@ -1 +0,0 @@ -CRC=0x5d08c17e Test lossless-monkeysaudio-392b2-normal failed. Look at tests/data/fate/lossless-monkeysaudio-392b2-normal.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lossless-monkeysaudio-392b2-normal] Error 1 Test lossless-monkeysaudio-394b1-normal failed. Look at tests/data/fate/lossless-monkeysaudio-394b1-normal.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-lossless-monkeysaudio-394b1-normal] Error 1 TEST pixlet-rgb --- - 2020-03-19 20:53:48.074225845 +0000 +++ tests/data/fate/lossless-monkeysaudio-388-extrahigh 2020-03-19 20:53:47.953133541 +0000 @@ -1 +0,0 @@ -CRC=0x5d08c17e TEST prores-422 Test lossless-monkeysaudio-388-extrahigh failed. Look at tests/data/fate/lossless-monkeysaudio-388-extrahigh.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lossless-monkeysaudio-388-extrahigh] Error 1 --- - 2020-03-19 20:53:48.081423985 +0000 +++ tests/data/fate/lossless-monkeysaudio-394b1-extrahigh 2020-03-19 20:53:48.056466696 +0000 @@ -1 +0,0 @@ -CRC=0x5d08c17e Test lossless-monkeysaudio-394b1-extrahigh failed. Look at tests/data/fate/lossless-monkeysaudio-394b1-extrahigh.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-lossless-monkeysaudio-394b1-extrahigh] Error 1 TEST prores-422_hq TEST prores-422_lt --- /home/fate/ffmpeg/tests/ref/fate/lossless-monkeysaudio-399 2017-03-24 21:02:53.633046466 +0000 +++ tests/data/fate/lossless-monkeysaudio-399 2020-03-19 20:53:48.083133317 +0000 @@ -1 +1 @@ -a28d4e5f2192057f7d4bece870f40bd0 +d41d8cd98f00b204e9800998ecf8427e --- - 2020-03-19 20:53:48.095892334 +0000 +++ tests/data/fate/lossless-monkeysaudio-389b1-extrahigh 2020-03-19 20:53:47.993133473 +0000 @@ -1 +0,0 @@ -CRC=0x5d08c17e Test lossless-monkeysaudio-399 failed. Look at tests/data/fate/lossless-monkeysaudio-399.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lossless-monkeysaudio-399] Error 1 TEST prores-422_proxy --- - 2020-03-19 20:53:48.104448692 +0000 +++ tests/data/fate/lossless-monkeysaudio-391b1-extrahigh 2020-03-19 20:53:48.006466783 +0000 @@ -1 +0,0 @@ -CRC=0x5d08c17e Test lossless-monkeysaudio-389b1-extrahigh failed. Look at tests/data/fate/lossless-monkeysaudio-389b1-extrahigh.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lossless-monkeysaudio-389b1-extrahigh] Error 1 Test lossless-monkeysaudio-391b1-extrahigh failed. Look at tests/data/fate/lossless-monkeysaudio-391b1-extrahigh.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lossless-monkeysaudio-391b1-extrahigh] Error 1 TEST prores-alpha TEST prores-alpha_skip TEST prores-transparency --- - 2020-03-19 20:53:48.159206473 +0000 +++ tests/data/fate/lossless-monkeysaudio-392b2-extrahigh 2020-03-19 20:53:48.049800041 +0000 @@ -1 +0,0 @@ -CRC=0x5d08c17e Test lossless-monkeysaudio-392b2-extrahigh failed. Look at tests/data/fate/lossless-monkeysaudio-392b2-extrahigh.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-lossless-monkeysaudio-392b2-extrahigh] Error 1 TEST prores-transparency_skip TEST prores-gray TEST qtrle-1bit TEST qtrle-2bit TEST qtrle-4bit TEST qtrle-8bit --- /home/fate/ffmpeg/tests/ref/fate/prores-gray 2017-03-24 21:02:53.636379807 +0000 +++ tests/data/fate/prores-gray 2020-03-19 20:53:48.186466471 +0000 @@ -1,16 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 720x576 -#sar 0: 16/15 -#tb 1: 1/48000 -#media_type 1: audio -#codec_id 1: pcm_s16le -#sample_rate 1: 48000 -#channel_layout 1: 3 -#channel_layout_name 1: stereo -0, 0, 0, 1, 1658880, 0x43d9c9e2 -1, 0, 0, 1024, 4096, 0x6c8a9a18 -1, 1024, 1024, 1024, 4096, 0x960dadcf -0, 1, 1, 1, 1658880, 0xa2a72f9b -1, 2048, 2048, 1024, 4096, 0xa913cd55 TEST qtrle-16bit Test prores-gray failed. Look at tests/data/fate/prores-gray.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-prores-gray] Error 1 TEST qtrle-24bit TEST qtrle-32bit TEST fic-avi TEST fmvc-type1 TEST fmvc-type2 TEST g2m2 TEST g2m3 TEST g2m4 TEST iscc TEST rscc-8bit TEST rscc-16bit TEST rscc-24bit TEST rscc-32bit TEST screenpresso-16bit TEST screenpresso-24bit TEST screenpresso-32bit TEST tdsc TEST tscc2-avi TEST tscc2-mov TEST utvideo_rgb_left TEST utvideo_rgb_median TEST utvideo_rgba_left TEST utvideo_rgba_median TEST utvideo_rgb_int_median TEST utvideo_rgba_gradient TEST utvideo_rgb_int_gradient TEST utvideo_rgba_single_symbol TEST utvideo_yuv420_left TEST utvideo_yuv420_median TEST utvideo_yuv420_int_median TEST utvideo_yuv420_int_gradient TEST utvideo_yuv420_gradient TEST utvideo_yuv422_left TEST utvideo_yuv422_median TEST utvideo_yuv422_int_median TEST utvideo_yuv422_gradient TEST utvideo_yuv422_int_gradient TEST utvideo_yuv444_709_median TEST utvideo_yuv444_709_int_median TEST utvideo_yuv444_709_gradient TEST utvideo_yuv444_709_int_gradient TEST vorbis-encode TEST vorbis-1 TEST vorbis-2 TEST vorbis-3 TEST vorbis-4 TEST vorbis-5 TEST vorbis-6 TEST vorbis-7 TEST vorbis-8 Test vorbis-4 failed. Look at tests/data/fate/vorbis-4.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vorbis-4] Error 1 Test vorbis-encode failed. Look at tests/data/fate/vorbis-encode.err for details. Test vorbis-3 failed. Look at tests/data/fate/vorbis-3.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vorbis-encode] Error 1 make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vorbis-3] Error 1 Test vorbis-1 failed. Look at tests/data/fate/vorbis-1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vorbis-1] Error 1 TEST vorbis-9 TEST vorbis-10 Test vorbis-2 failed. Look at tests/data/fate/vorbis-2.err for details. TEST vorbis-11 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vorbis-2] Error 1 TEST vorbis-12 Test vorbis-5 failed. Look at tests/data/fate/vorbis-5.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vorbis-5] Error 1 TEST vorbis-13 Test vorbis-6 failed. Look at tests/data/fate/vorbis-6.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vorbis-6] Error 1 TEST vorbis-14 TEST vorbis-15 Test vorbis-8 failed. Look at tests/data/fate/vorbis-8.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vorbis-8] Error 1 Test vorbis-11 failed. Look at tests/data/fate/vorbis-11.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vorbis-11] Error 1 Test vorbis-10 failed. Look at tests/data/fate/vorbis-10.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vorbis-10] Error 1 TEST vorbis-16 Test vorbis-7 failed. Look at tests/data/fate/vorbis-7.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vorbis-7] Error 1 TEST vorbis-17 TEST vorbis-18 Test vorbis-12 failed. Look at tests/data/fate/vorbis-12.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vorbis-12] Error 1 TEST vorbis-19 Test vorbis-9 failed. Look at tests/data/fate/vorbis-9.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vorbis-9] Error 1 TEST vorbis-20 TEST truemotion1-15 Test vorbis-14 failed. Look at tests/data/fate/vorbis-14.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vorbis-14] Error 1 Test vorbis-13 failed. Look at tests/data/fate/vorbis-13.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vorbis-13] Error 1 TEST truemotion1-24 TEST truemotion2 Test vorbis-15 failed. Look at tests/data/fate/vorbis-15.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vorbis-15] Error 1 TEST truemotion2rt-low Test vorbis-18 failed. Look at tests/data/fate/vorbis-18.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vorbis-18] Error 1 Test vorbis-17 failed. Look at tests/data/fate/vorbis-17.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vorbis-17] Error 1 Test vorbis-16 failed. Look at tests/data/fate/vorbis-16.err for details. TEST truemotion2rt-mid make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vorbis-16] Error 1 Test vorbis-19 failed. Look at tests/data/fate/vorbis-19.err for details. TEST truemotion2rt-high make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-vorbis-19] Error 1 TEST vp4 Test vorbis-20 failed. Look at tests/data/fate/vorbis-20.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-vorbis-20] Error 1 TEST vp5 TEST vp7 TEST vp9-00-quantizer-00 TEST vp9-00-quantizer-01 TEST vp9-00-quantizer-02 TEST vp9-00-quantizer-03 TEST vp9-00-quantizer-04 TEST vp9-00-quantizer-05 TEST vp9-00-quantizer-06 TEST vp9-00-quantizer-07 TEST vp9-00-quantizer-08 TEST vp9-00-quantizer-09 TEST vp9-00-quantizer-10 TEST vp9-00-quantizer-11 TEST vp9-00-quantizer-12 TEST vp9-00-quantizer-13 TEST vp9-00-quantizer-14 TEST vp9-00-quantizer-15 TEST vp9-00-quantizer-16 TEST vp9-00-quantizer-17 TEST vp9-00-quantizer-18 TEST vp9-00-quantizer-19 TEST vp9-00-quantizer-20 TEST vp9-00-quantizer-21 TEST vp9-00-quantizer-22 TEST vp9-00-quantizer-23 TEST vp9-00-quantizer-24 TEST vp9-00-quantizer-25 TEST vp9-00-quantizer-26 TEST vp9-00-quantizer-27 TEST vp9-00-quantizer-28 TEST vp9-00-quantizer-29 TEST vp9-00-quantizer-30 TEST vp9-00-quantizer-31 TEST vp9-00-quantizer-32 TEST vp9-00-quantizer-33 TEST vp9-00-quantizer-35 TEST vp9-00-quantizer-34 TEST vp9-00-quantizer-36 TEST vp9-00-quantizer-37 TEST vp9-00-quantizer-38 TEST vp9-00-quantizer-40 TEST vp9-00-quantizer-39 TEST vp9-00-quantizer-41 TEST vp9-00-quantizer-42 TEST vp9-00-quantizer-43 TEST vp9-00-quantizer-44 TEST vp9-00-quantizer-45 TEST vp9-00-quantizer-46 TEST vp9-00-quantizer-47 TEST vp9-00-quantizer-48 TEST vp9-00-quantizer-49 TEST vp9-00-quantizer-50 TEST vp9-00-quantizer-51 TEST vp9-00-quantizer-52 TEST vp9-00-quantizer-53 TEST vp9-00-quantizer-54 TEST vp9-00-quantizer-55 TEST vp9-00-quantizer-56 TEST vp9-00-quantizer-57 TEST vp9-00-quantizer-58 TEST vp9-00-quantizer-59 TEST vp9-00-quantizer-60 TEST vp9-00-quantizer-61 TEST vp9-00-quantizer-62 TEST vp9-00-quantizer-63 TEST vp9-01-sharpness-1 TEST vp9-01-sharpness-2 TEST vp9-01-sharpness-3 TEST vp9-01-sharpness-4 TEST vp9-01-sharpness-5 TEST vp9-01-sharpness-6 TEST vp9-01-sharpness-7 TEST vp9-02-size-08x08 TEST vp9-02-size-08x10 TEST vp9-02-size-08x16 TEST vp9-02-size-08x18 TEST vp9-02-size-08x32 TEST vp9-02-size-08x34 TEST vp9-02-size-08x64 TEST vp9-02-size-10x08 TEST vp9-02-size-08x66 TEST vp9-02-size-10x10 TEST vp9-02-size-10x16 TEST vp9-02-size-10x18 TEST vp9-02-size-10x32 TEST vp9-02-size-10x64 TEST vp9-02-size-10x34 TEST vp9-02-size-10x66 TEST vp9-02-size-16x08 TEST vp9-02-size-16x10 TEST vp9-02-size-16x16 TEST vp9-02-size-16x18 TEST vp9-02-size-16x32 TEST vp9-02-size-16x34 TEST vp9-02-size-16x64 TEST vp9-02-size-16x66 TEST vp9-02-size-18x08 TEST vp9-02-size-18x10 TEST vp9-02-size-18x16 TEST vp9-02-size-18x18 TEST vp9-02-size-18x32 TEST vp9-02-size-18x34 TEST vp9-02-size-18x64 TEST vp9-02-size-18x66 TEST vp9-02-size-32x08 TEST vp9-02-size-32x10 TEST vp9-02-size-32x16 TEST vp9-02-size-32x18 TEST vp9-02-size-32x32 TEST vp9-02-size-32x34 TEST vp9-02-size-32x64 TEST vp9-02-size-34x08 TEST vp9-02-size-32x66 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-66x18 TEST vp9-02-size-66x32 TEST vp9-02-size-66x16 TEST vp9-02-size-66x34 TEST vp9-02-size-66x64 TEST vp9-02-size-66x66 TEST vp9-03-size-196x196 TEST vp9-03-size-196x198 TEST vp9-03-size-196x200 TEST vp9-03-size-196x202 TEST vp9-03-size-196x208 TEST vp9-03-size-196x210 TEST vp9-03-size-196x224 TEST vp9-03-size-196x226 TEST vp9-03-size-198x196 TEST vp9-03-size-198x198 TEST vp9-03-size-198x200 TEST vp9-03-size-198x202 TEST vp9-03-size-198x210 TEST vp9-03-size-198x208 TEST vp9-03-size-198x224 TEST vp9-03-size-198x226 TEST vp9-03-size-200x196 TEST vp9-03-size-200x198 TEST vp9-03-size-200x200 TEST vp9-03-size-200x202 TEST vp9-03-size-200x208 TEST vp9-03-size-200x210 TEST vp9-03-size-200x224 TEST vp9-03-size-200x226 TEST vp9-03-size-202x196 TEST vp9-03-size-202x198 TEST vp9-03-size-202x200 TEST vp9-03-size-202x202 TEST vp9-03-size-202x208 TEST vp9-03-size-202x210 TEST vp9-03-size-202x224 TEST vp9-03-size-208x196 TEST vp9-03-size-202x226 TEST vp9-03-size-208x198 TEST vp9-03-size-208x200 TEST vp9-03-size-208x202 TEST vp9-03-size-208x208 TEST vp9-03-size-208x210 TEST vp9-03-size-208x224 TEST vp9-03-size-210x196 TEST vp9-03-size-208x226 TEST vp9-03-size-210x198 TEST vp9-03-size-210x200 TEST vp9-03-size-210x202 TEST vp9-03-size-210x208 TEST vp9-03-size-210x210 TEST vp9-03-size-210x224 TEST vp9-03-size-210x226 TEST vp9-03-size-224x196 TEST vp9-03-size-224x198 TEST vp9-03-size-224x200 TEST vp9-03-size-224x202 TEST vp9-03-size-224x208 TEST vp9-03-size-224x210 TEST vp9-03-size-224x224 TEST vp9-03-size-224x226 TEST vp9-03-size-226x196 TEST vp9-03-size-226x198 TEST vp9-03-size-226x200 TEST vp9-03-size-226x202 TEST vp9-03-size-226x208 TEST vp9-03-size-226x224 TEST vp9-03-size-226x210 TEST vp9-03-size-226x226 TEST vp9-03-deltaq TEST vp9p1-04-yuv422 TEST vp9p1-04-yuv440 TEST vp9p1-04-yuv444 TEST vp9p2-20-10bit-yuv420 TEST vp9p2-20-12bit-yuv420 TEST vp9p3-20-10bit-yuv422 TEST vp9p3-20-10bit-yuv440 TEST vp9p3-20-10bit-yuv444 TEST vp9p3-20-12bit-yuv422 TEST vp9p3-20-12bit-yuv440 TEST vp9p3-20-12bit-yuv444 TEST vp9-06-bilinear TEST vp9-09-lf_deltas TEST vp9-10-show-existing-frame TEST vp9-10-show-existing-frame2 TEST vp9-15-segkey_adpq TEST vp9-16-intra-only TEST vp9-2pass-akiyo TEST vp9-parallelmode-akiyo TEST vp9-segmentation-aq-akiyo TEST vp9-segmentation-sf-akiyo TEST vp9-tiling-pedestrian TEST vp9-trac3849 TEST vp9-trac4359 TEST vp9-05-resize TEST aac-ct-sbr_i-ps_i.aac TEST aac-al04_44 TEST aac-al04sf_48 TEST aac-al05_44 TEST aac-al06_44 TEST aac-al07_96 Test aac-ct-sbr_i-ps_i.aac failed. Look at tests/data/fate/aac-ct-sbr_i-ps_i.aac.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-aac-ct-sbr_i-ps_i.aac] Error 1 TEST aac-al15_44 Test aac-al04_44 failed. Look at tests/data/fate/aac-al04_44.err for details. Test aac-al05_44 failed. Look at tests/data/fate/aac-al05_44.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-aac-al04_44] Error 1 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-aac-al05_44] Error 1 TEST aac-al17_44 TEST aac-al18_44 Test aac-al04sf_48 failed. Look at tests/data/fate/aac-al04sf_48.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-aac-al04sf_48] Error 1 TEST aac-am00_88 TEST aac-am05_44 Test aac-al06_44 failed. Look at tests/data/fate/aac-al06_44.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-aac-al06_44] Error 1 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-al07_96 failed. Look at tests/data/fate/aac-al07_96.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-aac-al07_96] Error 1 TEST aac-al_sbr_ps_04_ur Test aac-al15_44 failed. Look at tests/data/fate/aac-al15_44.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-aac-al15_44] Error 1 Test aac-al17_44 failed. Look at tests/data/fate/aac-al17_44.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-aac-al17_44] Error 1 TEST aac-al_sbr_ps_06_ur Test aac-al18_44 failed. Look at tests/data/fate/aac-al18_44.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-aac-al18_44] Error 1 TEST aac-ap05_48 TEST aac-er_ad6000np_44_ep0 Test aac-am05_44 failed. Look at tests/data/fate/aac-am05_44.err for details. Test aac-am00_88 failed. Look at tests/data/fate/aac-am00_88.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-aac-am05_44] Error 1 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-aac-am00_88] Error 1 TEST aac-er_eld1001np_44_ep0 TEST aac-er_eld2000np_48_ep0 Test aac-al_sbr_hq_cm_48_5.1 failed. Look at tests/data/fate/aac-al_sbr_hq_cm_48_5.1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-aac-al_sbr_hq_cm_48_5.1] Error 1 Test aac-al_sbr_hq_sr_48_2_fsaac48 failed. Look at tests/data/fate/aac-al_sbr_hq_sr_48_2_fsaac48.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-aac-al_sbr_hq_sr_48_2_fsaac48] Error 1 Test aac-al_sbr_hq_cm_48_2 failed. Look at tests/data/fate/aac-al_sbr_hq_cm_48_2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-aac-al_sbr_hq_cm_48_2] Error 1 TEST aac-er_eld2100np_48_ep0 TEST aac-ct-sbr_bc-ps_i.3gp TEST aac-ct-sbr_bic-ps_i.3gp Test aac-ap05_48 failed. Look at tests/data/fate/aac-ap05_48.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-aac-ap05_48] Error 1 Test aac-al_sbr_ps_04_ur failed. Look at tests/data/fate/aac-al_sbr_ps_04_ur.err for details. TEST aac-ct-sbr_bc-ps_bc.mp4 make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-aac-al_sbr_ps_04_ur] Error 1 Test aac-er_ad6000np_44_ep0 failed. Look at tests/data/fate/aac-er_ad6000np_44_ep0.err for details. Test aac-al_sbr_ps_06_ur failed. Look at tests/data/fate/aac-al_sbr_ps_06_ur.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-aac-al_sbr_ps_06_ur] Error 1 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-aac-er_ad6000np_44_ep0] Error 1 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-er_eld2000np_48_ep0 failed. Look at tests/data/fate/aac-er_eld2000np_48_ep0.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-aac-er_eld2000np_48_ep0] Error 1 Test aac-er_eld1001np_44_ep0 failed. Look at tests/data/fate/aac-er_eld1001np_44_ep0.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-aac-er_eld1001np_44_ep0] Error 1 Test aac-ct-sbr_bic-ps_i.3gp failed. Look at tests/data/fate/aac-ct-sbr_bic-ps_i.3gp.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-aac-ct-sbr_bic-ps_i.3gp] Error 1 TEST aac-fixed-al04_44 TEST aac-fixed-al05_44 Test aac-er_eld2100np_48_ep0 failed. Look at tests/data/fate/aac-er_eld2100np_48_ep0.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-aac-er_eld2100np_48_ep0] Error 1 TEST aac-fixed-al06_44 Test aac-ct-sbr_bc-ps_i.3gp failed. Look at tests/data/fate/aac-ct-sbr_bc-ps_i.3gp.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-aac-ct-sbr_bc-ps_i.3gp] Error 1 TEST aac-fixed-al15_44 TEST aac-fixed-al17_44 Test aac-ct-sbr_bc-ps_i.mp4 failed. Look at tests/data/fate/aac-ct-sbr_bc-ps_i.mp4.err for details. Test aac-ct-sbr_i-ps_bic.mp4 failed. Look at tests/data/fate/aac-ct-sbr_i-ps_bic.mp4.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-aac-ct-sbr_i-ps_bic.mp4] Error 1 Test aac-ct-sbr_bc-ps_bc.mp4 failed. Look at tests/data/fate/aac-ct-sbr_bc-ps_bc.mp4.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-aac-ct-sbr_bc-ps_bc.mp4] Error 1 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-aac-ct-sbr_bc-ps_i.mp4] Error 1 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-ct-sbr_i-ps_i.mp4 failed. Look at tests/data/fate/aac-ct-sbr_i-ps_i.mp4.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-aac-ct-sbr_i-ps_i.mp4] Error 1 TEST aac-fixed-al_sbr_hq_sr_48_2_fsaac48 Test aac-fixed-al05_44 failed. Look at tests/data/fate/aac-fixed-al05_44.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-aac-fixed-al05_44] Error 1 TEST aac-fixed-ap05_48 Test aac-fixed-al15_44 failed. Look at tests/data/fate/aac-fixed-al15_44.err for details. Test aac-fixed-al06_44 failed. Look at tests/data/fate/aac-fixed-al06_44.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-aac-fixed-al15_44] Error 1 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-aac-fixed-al06_44] Error 1 Test aac-fixed-al17_44 failed. Look at tests/data/fate/aac-fixed-al17_44.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-aac-fixed-al17_44] Error 1 Test aac-fixed-al04_44 failed. Look at tests/data/fate/aac-fixed-al04_44.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-aac-fixed-al04_44] Error 1 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-fixed-al_sbr_hq_cm_48_2 failed. Look at tests/data/fate/aac-fixed-al_sbr_hq_cm_48_2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-aac-fixed-al_sbr_hq_cm_48_2] Error 1 Test aac-fixed-al18_44 failed. Look at tests/data/fate/aac-fixed-al18_44.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-aac-fixed-al18_44] Error 1 TEST aac-latm_stereo_to_51 Test aac-fixed-al_sbr_hq_cm_48_5.1 failed. Look at tests/data/fate/aac-fixed-al_sbr_hq_cm_48_5.1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-aac-fixed-al_sbr_hq_cm_48_5.1] Error 1 TEST aac-aref-encode TEST aac-ln-encode Test aac-fixed-al_sbr_hq_sr_48_2_fsaac48 failed. Look at tests/data/fate/aac-fixed-al_sbr_hq_sr_48_2_fsaac48.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-aac-fixed-al_sbr_hq_sr_48_2_fsaac48] Error 1 TEST aac-ln-encode-128k Test aac-fixed-er_eld1001np_44_ep0 failed. Look at tests/data/fate/aac-fixed-er_eld1001np_44_ep0.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-aac-fixed-er_eld1001np_44_ep0] Error 1 Test aac-fixed-ap05_48 failed. Look at tests/data/fate/aac-fixed-ap05_48.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-aac-fixed-ap05_48] Error 1 TEST aac-tns-encode TEST aac-pns-encode Test aac-latm_000000001180bc60 failed. Look at tests/data/fate/aac-latm_000000001180bc60.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-aac-latm_000000001180bc60] Error 1 TEST aac-is-encode Test aac-fixed-er_eld2000np_48_ep0 failed. Look at tests/data/fate/aac-fixed-er_eld2000np_48_ep0.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-aac-fixed-er_eld2000np_48_ep0] Error 1 Test aac-fixed-er_ad6000np_44_ep0 failed. Look at tests/data/fate/aac-fixed-er_ad6000np_44_ep0.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-aac-fixed-er_ad6000np_44_ep0] Error 1 TEST aac-ms-encode TEST aac-yoraw-encode Test aac-latm_stereo_to_51 failed. Look at tests/data/fate/aac-latm_stereo_to_51.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-aac-latm_stereo_to_51] Error 1 TEST aac-pred-encode Test aac-ln-encode failed. Look at tests/data/fate/aac-ln-encode.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-aac-ln-encode] Error 1 Test aac-aref-encode failed. Look at tests/data/fate/aac-aref-encode.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-aac-aref-encode] Error 1 TEST aac-autobsf-adtstoasc TEST apng-clock Test aac-ln-encode-128k failed. Look at tests/data/fate/aac-ln-encode-128k.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-aac-ln-encode-128k] Error 1 TEST apng-osample Test aac-ms-encode failed. Look at tests/data/fate/aac-ms-encode.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-aac-ms-encode] Error 1 Test aac-is-encode failed. Look at tests/data/fate/aac-is-encode.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-aac-is-encode] Error 1 TEST binkaudio-dct TEST binkaudio-rdft Test aac-pns-encode failed. Look at tests/data/fate/aac-pns-encode.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-aac-pns-encode] Error 1 TEST bmv-audio Test aac-tns-encode failed. Look at tests/data/fate/aac-tns-encode.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-aac-tns-encode] Error 1 Test aac-yoraw-encode failed. Look at tests/data/fate/aac-yoraw-encode.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-aac-yoraw-encode] Error 1 TEST delphine-cin-audio Test aac-pred-encode failed. Look at tests/data/fate/aac-pred-encode.err for details. TEST dolby-e make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-aac-pred-encode] Error 1 TEST dss-lp TEST dss-sp TEST dsf-dst TEST imc TEST nellymoser Test binkaudio-dct failed. Look at tests/data/fate/binkaudio-dct.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-binkaudio-dct] Error 1 Test binkaudio-rdft failed. Look at tests/data/fate/binkaudio-rdft.err for details. --- /home/fate/ffmpeg/tests/ref/fate/dss-lp 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/dss-lp 2020-03-19 20:53:50.689795475 +0000 @@ -1,36 +0,0 @@ -#tb 0: 1/8000 -#media_type 0: audio -#codec_id 0: pcm_s16le -#sample_rate 0: 8000 -#channel_layout 0: 4 -#channel_layout_name 0: mono -0, 0, 0, 240, 480, 0xf1107658 -0, 240, 240, 240, 480, 0x50dee179 -0, 480, 480, 240, 480, 0x40090802 -0, 720, 720, 240, 480, 0x3ef9f6ff -0, 960, 960, 240, 480, 0x5b7df231 -0, 1200, 1200, 240, 480, 0xe266efd1 -0, 1440, 1440, 240, 480, 0xfbe6e658 -0, 1680, 1680, 240, 480, 0xde84f311 -0, 1920, 1920, 240, 480, 0x5854ec2f -0, 2160, 2160, 240, 480, 0x4901cdea -0, 2400, 2400, 240, 480, 0x03f3e619 -0, 2640, 2640, 240, 480, 0x47abfe87 -0, 2880, 2880, 240, 480, 0x69dddf34 -0, 3120, 3120, 240, 480, 0x1cfeee2c -0, 3360, 3360, 240, 480, 0x1860ef1c -0, 3600, 3600, 240, 480, 0x8f86e8ed -0, 3840, 3840, 240, 480, 0x307deaf8 -0, 4080, 4080, 240, 480, 0xeca7eca0 -0, 4320, 4320, 240, 480, 0x1835ee1c -0, 4560, 4560, 240, 480, 0x6676ed66 -0, 4800, 4800, 240, 480, 0x49c2fd04 -0, 5040, 5040, 240, 480, 0xc463db75 -0, 5280, 5280, 240, 480, 0x1931ed7d -0, 5520, 5520, 240, 480, 0xc99ff886 -0, 5760, 5760, 240, 480, 0xcd3ae8de -0, 6000, 6000, 240, 480, 0x2294ecfa -0, 6240, 6240, 240, 480, 0xcf5ef14b -0, 6480, 6480, 240, 480, 0x6325d4fe -0, 6720, 6720, 240, 480, 0x3790dcf2 -0, 6960, 6960, 240, 480, 0x0fbee6c0 make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-binkaudio-rdft] Error 1 GEN tests/data/asynth-16000-1.wav TEST on2avc TEST paf-audio Test dsf-dst failed. Look at tests/data/fate/dsf-dst.err for details. Test dss-lp failed. Look at tests/data/fate/dss-lp.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-dss-lp] Error 1 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-dsf-dst] Error 1 Test dolby-e failed. Look at tests/data/fate/dolby-e.err for details. TEST sierra-vmd-audio TEST smacker-audio make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-dolby-e] Error 1 TEST ws_snd TEST dca-xll_51_16_192_768_0 TEST dca-xll_51_16_192_768_0-dmix_2 Test imc failed. Look at tests/data/fate/imc.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-imc] Error 1 TEST dca-xll_51_16_192_768_0-dmix_6 --- /home/fate/ffmpeg/tests/ref/fate/sierra-vmd-audio 2017-03-24 21:02:53.636379807 +0000 +++ tests/data/fate/sierra-vmd-audio 2020-03-19 20:53:50.733128733 +0000 @@ -1,221 +0,0 @@ -#tb 0: 1/22050 -#media_type 0: audio -#codec_id 0: pcm_s16le -#sample_rate 0: 22050 -#channel_layout 0: 4 -#channel_layout_name 0: mono -0, 0, 0, 61740, 123480, 0x3a794c13 -0, 61740, 61740, 2205, 4410, 0x109d04e0 -0, 63945, 63945, 2205, 4410, 0x224d244f -0, 66150, 66150, 2205, 4410, 0xbb72413d -0, 68355, 68355, 2205, 4410, 0xaa5f5b86 -0, 70560, 70560, 2205, 4410, 0x94e7aea7 -0, 72765, 72765, 2205, 4410, 0xad497ca0 -0, 74970, 74970, 2205, 4410, 0x1de10c9e -0, 77175, 77175, 2205, 4410, 0x9f55efa8 -0, 79380, 79380, 2205, 4410, 0x220a072a -0, 81585, 81585, 2205, 4410, 0xa7dafb29 -0, 83790, 83790, 2205, 4410, 0xd5e29c7a -0, 85995, 85995, 2205, 4410, 0xb8465006 -0, 88200, 88200, 2205, 4410, 0x518669c7 -0, 90405, 90405, 2205, 4410, 0xb5b5efca -0, 92610, 92610, 2205, 4410, 0x8600015d -0, 94815, 94815, 2205, 4410, 0xe2f68fe9 -0, 97020, 97020, 2205, 4410, 0x8d3458d9 -0, 99225, 99225, 2205, 4410, 0xf1ff4775 -0, 101430, 101430, 2205, 4410, 0x830f67c9 -0, 103635, 103635, 2205, 4410, 0x110e0bc1 -0, 105840, 105840, 2205, 4410, 0x71682f47 -0, 108045, 108045, 2205, 4410, 0x38119095 -0, 110250, 110250, 2205, 4410, 0xd2494db6 -0, 112455, 112455, 2205, 4410, 0x8b552509 -0, 114660, 114660, 2205, 4410, 0x71e52909 -0, 116865, 116865, 2205, 4410, 0x9f0a6f4d -0, 119070, 119070, 2205, 4410, 0x901302f2 -0, 121275, 121275, 2205, 4410, 0x855d5222 -0, 123480, 123480, 2205, 4410, 0x324bb2fe -0, 125685, 125685, 2205, 4410, 0xe85f583f -0, 127890, 127890, 2205, 4410, 0x2cbc67c4 -0, 130095, 130095, 2205, 4410, 0xc82e6aa1 -0, 132300, 132300, 2205, 4410, 0xb9fc423c -0, 134505, 134505, 2205, 4410, 0x6b9b4ef9 -0, 136710, 136710, 2205, 4410, 0x39290f10 -0, 138915, 138915, 2205, 4410, 0xad718eb4 -0, 141120, 141120, 2205, 4410, 0x82f463ac -0, 143325, 143325, 2205, 4410, 0xfac87cac -0, 145530, 145530, 2205, 4410, 0x9e8bcca7 -0, 147735, 147735, 2205, 4410, 0x52f79c99 -0, 149940, 149940, 2205, 4410, 0xf2d14de2 -0, 152145, 152145, 2205, 4410, 0x367f95e1 -0, 154350, 154350, 2205, 4410, 0x8bfac293 -0, 156555, 156555, 2205, 4410, 0x01ea5040 -0, 158760, 158760, 2205, 4410, 0x8ff5e212 -0, 160965, 160965, 2205, 4410, 0x93f32824 -0, 163170, 163170, 2205, 4410, 0x998f90dc -0, 165375, 165375, 2205, 4410, 0x65231170 -0, 167580, 167580, 2205, 4410, 0xc79039a1 -0, 169785, 169785, 2205, 4410, 0x0b0e58bd -0, 171990, 171990, 2205, 4410, 0xc24ab4fa -0, 174195, 174195, 2205, 4410, 0xd3796a8e -0, 176400, 176400, 2205, 4410, 0xa37f8295 -0, 178605, 178605, 2205, 4410, 0xb760fed7 -0, 180810, 180810, 2205, 4410, 0x05495a34 -0, 183015, 183015, 2205, 4410, 0x6f203437 -0, 185220, 185220, 2205, 4410, 0x71299402 -0, 187425, 187425, 2205, 4410, 0x72e7b346 -0, 189630, 189630, 2205, 4410, 0x879b0dae -0, 191835, 191835, 2205, 4410, 0x041aa1bd -0, 194040, 194040, 2205, 4410, 0x18a962e6 -0, 196245, 196245, 2205, 4410, 0x21d20539 -0, 198450, 198450, 2205, 4410, 0x8f449267 -0, 200655, 200655, 2205, 4410, 0xecdc01d6 -0, 202860, 202860, 2205, 4410, 0x458abd5a -0, 205065, 205065, 2205, 4410, 0xa070ea63 -0, 207270, 207270, 2205, 4410, 0xc25b26ce -0, 209475, 209475, 2205, 4410, 0x4d9237ca -0, 211680, 211680, 2205, 4410, 0x748e1801 -0, 213885, 213885, 2205, 4410, 0xc96b69e6 -0, 216090, 216090, 2205, 4410, 0x6663186c -0, 218295, 218295, 2205, 4410, 0x7f6d3081 -0, 220500, 220500, 2205, 4410, 0x1a0343b5 -0, 222705, 222705, 2205, 4410, 0xc48e338c -0, 224910, 224910, 2205, 4410, 0x26fc03c8 -0, 227115, 227115, 2205, 4410, 0x69be7e2d -0, 229320, 229320, 2205, 4410, 0x69a74da1 -0, 231525, 231525, 2205, 4410, 0x85bd2ab3 -0, 233730, 233730, 2205, 4410, 0xeff05426 -0, 235935, 235935, 2205, 4410, 0x292829e0 -0, 238140, 238140, 2205, 4410, 0x8f741798 -0, 240345, 240345, 2205, 4410, 0x6b9337e9 -0, 242550, 242550, 2205, 4410, 0xe4e1703f -0, 244755, 244755, 2205, 4410, 0x043d6c35 -0, 246960, 246960, 2205, 4410, 0x3a8988e7 -0, 249165, 249165, 2205, 4410, 0x1fa7d2a9 -0, 251370, 251370, 2205, 4410, 0xe28799e3 -0, 253575, 253575, 2205, 4410, 0xc2df4470 -0, 255780, 255780, 2205, 4410, 0x694d0cf5 -0, 257985, 257985, 2205, 4410, 0x5aac2dcf -0, 260190, 260190, 2205, 4410, 0x259fa2db -0, 262395, 262395, 2205, 4410, 0xd16d6803 -0, 264600, 264600, 2205, 4410, 0xa4b3478a -0, 266805, 266805, 2205, 4410, 0xdbe0443d -0, 269010, 269010, 2205, 4410, 0x26c16119 -0, 271215, 271215, 2205, 4410, 0x0c06475c -0, 273420, 273420, 2205, 4410, 0x6ffaba2d -0, 275625, 275625, 2205, 4410, 0x5b287192 -0, 277830, 277830, 2205, 4410, 0xf2cf2651 -0, 280035, 280035, 2205, 4410, 0x3857673a -0, 282240, 282240, 2205, 4410, 0x5b555feb -0, 284445, 284445, 2205, 4410, 0x93f997af -0, 286650, 286650, 2205, 4410, 0xb3ba8d35 -0, 288855, 288855, 2205, 4410, 0x66433944 -0, 291060, 291060, 2205, 4410, 0xf0005a5f -0, 293265, 293265, 2205, 4410, 0xb948541f -0, 295470, 295470, 2205, 4410, 0xc8f1b16f -0, 297675, 297675, 2205, 4410, 0x7d4b7506 -0, 299880, 299880, 2205, 4410, 0xac723c55 -0, 302085, 302085, 2205, 4410, 0x2926fab5 -0, 304290, 304290, 2205, 4410, 0x31684995 -0, 306495, 306495, 2205, 4410, 0x35ebfca4 -0, 308700, 308700, 2205, 4410, 0x9cd42c18 -0, 310905, 310905, 2205, 4410, 0xd7ecd7b1 -0, 313110, 313110, 2205, 4410, 0x5e13c602 -0, 315315, 315315, 2205, 4410, 0xe955b5e3 -0, 317520, 317520, 2205, 4410, 0xefad19a1 -0, 319725, 319725, 2205, 4410, 0x435950de -0, 321930, 321930, 2205, 4410, 0x9d624ebe -0, 324135, 324135, 2205, 4410, 0x774a9158 -0, 326340, 326340, 2205, 4410, 0x8c41e66a -0, 328545, 328545, 2205, 4410, 0x70112740 -0, 330750, 330750, 2205, 4410, 0x55abc7a2 -0, 332955, 332955, 2205, 4410, 0x0ec3183c -0, 335160, 335160, 2205, 4410, 0x54609c56 -0, 337365, 337365, 2205, 4410, 0x60d49f92 -0, 339570, 339570, 2205, 4410, 0x5fb061c8 -0, 341775, 341775, 2205, 4410, 0x6e119c98 -0, 343980, 343980, 2205, 4410, 0x3f39fc69 -0, 346185, 346185, 2205, 4410, 0xef466d0e -0, 348390, 348390, 2205, 4410, 0xf4cb6fe1 -0, 350595, 350595, 2205, 4410, 0xc4434439 -0, 352800, 352800, 2205, 4410, 0xd02329d2 -0, 355005, 355005, 2205, 4410, 0x216cffaf -0, 357210, 357210, 2205, 4410, 0x7e59e8c1 -0, 359415, 359415, 2205, 4410, 0xc7c3346d -0, 361620, 361620, 2205, 4410, 0x5b3723af -0, 363825, 363825, 2205, 4410, 0x76097270 -0, 366030, 366030, 2205, 4410, 0xae39a233 -0, 368235, 368235, 2205, 4410, 0x686a471c -0, 370440, 370440, 2205, 4410, 0x3af3c5e0 -0, 372645, 372645, 2205, 4410, 0x11ac711e -0, 374850, 374850, 2205, 4410, 0xcd8da8ce -0, 377055, 377055, 2205, 4410, 0x21296e3a -0, 379260, 379260, 2205, 4410, 0x77168188 -0, 381465, 381465, 2205, 4410, 0x5fcf59cd -0, 383670, 383670, 2205, 4410, 0x390c8717 -0, 385875, 385875, 2205, 4410, 0x3d5d5b3c -0, 388080, 388080, 2205, 4410, 0x3b8f13d3 -0, 390285, 390285, 2205, 4410, 0x5b002c2f -0, 392490, 392490, 2205, 4410, 0x9e1d2b08 -0, 394695, 394695, 2205, 4410, 0x69454ebd -0, 396900, 396900, 2205, 4410, 0x62a54bec -0, 399105, 399105, 2205, 4410, 0x4d231fdb -0, 401310, 401310, 2205, 4410, 0x65624ff7 -0, 403515, 403515, 2205, 4410, 0x6fc66932 -0, 405720, 405720, 2205, 4410, 0x23200cf6 -0, 407925, 407925, 2205, 4410, 0xf8033122 -0, 410130, 410130, 2205, 4410, 0x0fce0744 -0, 412335, 412335, 2205, 4410, 0x9302683e -0, 414540, 414540, 2205, 4410, 0xd2380245 -0, 416745, 416745, 2205, 4410, 0x482e0872 -0, 418950, 418950, 2205, 4410, 0xe98e6461 -0, 421155, 421155, 2205, 4410, 0x1db404e3 -0, 423360, 423360, 2205, 4410, 0x47a26d45 -0, 425565, 425565, 2205, 4410, 0x449a348a -0, 427770, 427770, 2205, 4410, 0xee874f84 -0, 429975, 429975, 2205, 4410, 0xc4ecf965 -0, 432180, 432180, 2205, 4410, 0xcc450bc8 -0, 434385, 434385, 2205, 4410, 0xb18d044b -0, 436590, 436590, 2205, 4410, 0x895435e8 -0, 438795, 438795, 2205, 4410, 0x57e7574e -0, 441000, 441000, 2205, 4410, 0x8041ad3d -0, 443205, 443205, 2205, 4410, 0x853d1616 -0, 445410, 445410, 2205, 4410, 0xa11bb32b -0, 447615, 447615, 2205, 4410, 0xe10ea0de -0, 449820, 449820, 2205, 4410, 0xdf2ee328 -0, 452025, 452025, 2205, 4410, 0xd5a6dcae -0, 454230, 454230, 2205, 4410, 0xd176c00b -0, 456435, 456435, 2205, 4410, 0x9cd6bcf3 -0, 458640, 458640, 2205, 4410, 0x2569690a -0, 460845, 460845, 2205, 4410, 0x6824aa1d -0, 463050, 463050, 2205, 4410, 0xa9110afa -0, 465255, 465255, 2205, 4410, 0x115c25be -0, 467460, 467460, 2205, 4410, 0x1100f085 -0, 469665, 469665, 2205, 4410, 0x00000000 -0, 471870, 471870, 2205, 4410, 0x00000000 -0, 474075, 474075, 2205, 4410, 0x00000000 -0, 476280, 476280, 2205, 4410, 0x00000000 -0, 478485, 478485, 2205, 4410, 0x00000000 -0, 480690, 480690, 2205, 4410, 0x00000000 -0, 482895, 482895, 2205, 4410, 0x00000000 -0, 485100, 485100, 2205, 4410, 0x00000000 -0, 487305, 487305, 2205, 4410, 0x00000000 -0, 489510, 489510, 2205, 4410, 0x00000000 -0, 491715, 491715, 2205, 4410, 0x00000000 -0, 493920, 493920, 2205, 4410, 0x00000000 -0, 496125, 496125, 2205, 4410, 0x00000000 -0, 498330, 498330, 2205, 4410, 0x00000000 -0, 500535, 500535, 2205, 4410, 0x00000000 -0, 502740, 502740, 2205, 4410, 0x00000000 -0, 504945, 504945, 2205, 4410, 0x00000000 -0, 507150, 507150, 2205, 4410, 0x00000000 -0, 509355, 509355, 2205, 4410, 0x00000000 -0, 511560, 511560, 2205, 4410, 0x00000000 -0, 513765, 513765, 2205, 4410, 0x00000000 -0, 515970, 515970, 2205, 4410, 0x00000000 -0, 518175, 518175, 2205, 4410, 0x00000000 -0, 520380, 520380, 2205, 4410, 0x00000000 -0, 522585, 522585, 2205, 4410, 0x00000000 -0, 524790, 524790, 2205, 4410, 0x00000000 -0, 526995, 526995, 2205, 4410, 0x00000000 -0, 529200, 529200, 2205, 4410, 0x00000000 -0, 531405, 531405, 2205, 4410, 0x00000000 --- /home/fate/ffmpeg/tests/ref/fate/smacker-audio 2017-03-24 21:02:53.636379807 +0000 +++ tests/data/fate/smacker-audio 2020-03-19 20:53:50.739795389 +0000 @@ -1,92 +0,0 @@ -#tb 0: 1/22050 -#media_type 0: audio -#codec_id 0: pcm_s16le -#sample_rate 0: 22050 -#channel_layout 0: 4 -#channel_layout_name 0: mono -0, 0, 0, 23620, 47240, 0x9974897c -0, 23620, 23620, 1564, 3128, 0x7e4064b4 -0, 25184, 25184, 1564, 3128, 0x80883301 -0, 26748, 26748, 1568, 3136, 0x2ad2d341 -0, 28316, 28316, 1564, 3128, 0xda8468e3 -0, 29880, 29880, 1568, 3136, 0x9d6f6cdf -0, 31448, 31448, 1564, 3128, 0x1aaa64b5 -0, 33012, 33012, 1564, 3128, 0x9182728b -0, 34576, 34576, 1568, 3136, 0xfa8e17b3 -0, 36144, 36144, 1564, 3128, 0x0dc3c1cf -0, 37708, 37708, 1568, 3136, 0x0109639d -0, 39276, 39276, 1564, 3128, 0x6d8a12d9 -0, 40840, 40840, 1564, 3128, 0x4b9a9597 -0, 42404, 42404, 1568, 3136, 0x9112710e -0, 43972, 43972, 1564, 3128, 0x8cccf522 -0, 45536, 45536, 1564, 3128, 0x6594bbf3 -0, 47100, 47100, 1568, 3136, 0xd878a7d5 -0, 48668, 48668, 1564, 3128, 0xaa6e3905 -0, 50232, 50232, 1568, 3136, 0x2a062e04 -0, 51800, 51800, 1564, 3128, 0x84e4006a -0, 53364, 53364, 1564, 3128, 0x85183633 -0, 54928, 54928, 1568, 3136, 0xb62d4b02 -0, 56496, 56496, 1564, 3128, 0xe209462a -0, 58060, 58060, 1568, 3136, 0x57c4824b -0, 59628, 59628, 1564, 3128, 0x664a9163 -0, 61192, 61192, 1564, 3128, 0xb4287874 -0, 62756, 62756, 1568, 3136, 0xde626885 -0, 64324, 64324, 1564, 3128, 0x919763c2 -0, 65888, 65888, 1564, 3128, 0xa4f664e1 -0, 67452, 67452, 1568, 3136, 0xa0bab0d4 -0, 69020, 69020, 1564, 3128, 0xe938939c -0, 70584, 70584, 1568, 3136, 0x3679bfc7 -0, 72152, 72152, 1564, 3128, 0xc96c55c3 -0, 73716, 73716, 1564, 3128, 0x119114d6 -0, 75280, 75280, 1568, 3136, 0x42f3800f -0, 76848, 76848, 1564, 3128, 0x4250c4ad -0, 78412, 78412, 1568, 3136, 0x5cdd4925 -0, 79980, 79980, 1564, 3128, 0xa4c12360 -0, 81544, 81544, 1564, 3128, 0x849f48de -0, 83108, 83108, 1568, 3136, 0x6acd8ff9 -0, 84676, 84676, 1564, 3128, 0xb2758556 -0, 86240, 86240, 1564, 3128, 0x10f2fcb1 -0, 87804, 87804, 1568, 3136, 0xf0f02b23 -0, 89372, 89372, 1564, 3128, 0x64f759c6 -0, 90936, 90936, 1568, 3136, 0x7ec075e3 -0, 92504, 92504, 1564, 3128, 0xf981d51e -0, 94068, 94068, 1564, 3128, 0xc622e8b9 -0, 95632, 95632, 1568, 3136, 0xf632e2f8 -0, 97200, 97200, 1564, 3128, 0xda561864 -0, 98764, 98764, 1568, 3136, 0x14d2e888 -0, 100332, 100332, 1564, 3128, 0x015bb869 -0, 101896, 101896, 1564, 3128, 0xedb1fb62 -0, 103460, 103460, 1568, 3136, 0xe0560c41 -0, 105028, 105028, 1564, 3128, 0x14773c9a -0, 106592, 106592, 1568, 3136, 0x850f1c82 -0, 108160, 108160, 1564, 3128, 0xb0bd5347 -0, 109724, 109724, 1564, 3128, 0x8f82edbf -0, 111288, 111288, 1568, 3136, 0x493abee2 -0, 112856, 112856, 1564, 3128, 0xf5daff3f -0, 114420, 114420, 1564, 3128, 0x78ad2690 -0, 115984, 115984, 1568, 3136, 0x490ebafc -0, 117552, 117552, 1564, 3128, 0x70333fd2 -0, 119116, 119116, 1568, 3136, 0x8cb1c350 -0, 120684, 120684, 1564, 3128, 0x8bd057cb -0, 122248, 122248, 1564, 3128, 0x161b3dbc -0, 123812, 123812, 1568, 3136, 0xb47fb88a -0, 125380, 125380, 1564, 3128, 0x474b381e -0, 126944, 126944, 1568, 3136, 0x07c519bb -0, 128512, 128512, 1564, 3128, 0x15b916c8 -0, 130076, 130076, 1564, 3128, 0x0ed7f6fb -0, 131640, 131640, 1568, 3136, 0x54d6397b -0, 133208, 133208, 1564, 3128, 0x437242bb -0, 134772, 134772, 1564, 3128, 0x38f05c4d -0, 136336, 136336, 1568, 3136, 0x5d000e59 -0, 137904, 137904, 1564, 3128, 0xdeab2d04 -0, 139468, 139468, 1568, 3136, 0x77de6880 -0, 141036, 141036, 1564, 3128, 0xbc87ef25 -0, 142600, 142600, 1564, 3128, 0xc1638ade -0, 144164, 144164, 1568, 3136, 0xcfb64a5f -0, 145732, 145732, 1564, 3128, 0x90b1b826 -0, 147296, 147296, 1568, 3136, 0x00000000 -0, 148864, 148864, 1564, 3128, 0x00000000 -0, 150428, 150428, 1564, 3128, 0x00000000 -0, 151992, 151992, 1568, 3136, 0x00000000 -0, 153560, 153560, 1564, 3128, 0x00000000 -0, 155124, 155124, 1428, 2856, 0x00000000 --- /home/fate/ffmpeg/tests/ref/fate/on2avc 2017-03-24 21:02:53.636379807 +0000 +++ tests/data/fate/on2avc 2020-03-19 20:53:50.733128733 +0000 @@ -1,36 +0,0 @@ -#tb 0: 1/16000 -#media_type 0: audio -#codec_id 0: pcm_s16le -#sample_rate 0: 16000 -#channel_layout 0: 4 -#channel_layout_name 0: mono -0, 0, 0, 1024, 2048, 0x00000000 -0, 1024, 1024, 1024, 2048, 0x96ee1301 -0, 2048, 2048, 1024, 2048, 0xe2a81605 -0, 3072, 3072, 1024, 2048, 0x3a0e15f9 -0, 4096, 4096, 1024, 2048, 0xcb4515d6 -0, 5120, 5120, 1024, 2048, 0x75021609 -0, 6144, 6144, 1024, 2048, 0xefa91606 -0, 7168, 7168, 1024, 2048, 0x6e8315d0 -0, 8192, 8192, 1024, 2048, 0xd03815fe -0, 9216, 9216, 1024, 2048, 0xb38115cd -0, 10240, 10240, 1024, 2048, 0x4ece15ec -0, 11264, 11264, 1024, 2048, 0x33741600 -0, 12288, 12288, 1024, 2048, 0x97e915d7 -0, 13312, 13312, 1024, 2048, 0xc23815fc -0, 14336, 14336, 1024, 2048, 0x069a15ef -0, 15360, 15360, 1024, 2048, 0x0b3a15e7 -0, 16384, 16384, 1024, 2048, 0x9d2c1616 -0, 17408, 17408, 1024, 2048, 0x810d15d9 -0, 18432, 18432, 1024, 2048, 0x79a215ed -0, 19456, 19456, 1024, 2048, 0x58be15e3 -0, 20480, 20480, 1024, 2048, 0x577415ed -0, 21504, 21504, 1024, 2048, 0x208015ee -0, 22528, 22528, 1024, 2048, 0x2f6815da -0, 23552, 23552, 1024, 2048, 0x42e41609 -0, 24576, 24576, 1024, 2048, 0x85a915d2 -0, 25600, 25600, 1024, 2048, 0x8b8215f0 -0, 26624, 26624, 1024, 2048, 0x92c21602 -0, 27648, 27648, 1024, 2048, 0xb28115db -0, 28672, 28672, 1024, 2048, 0x5e7615f6 -0, 29696, 29696, 1024, 2048, 0x6b1c15f6 --- /home/fate/ffmpeg/tests/ref/fate/dca-xll_51_16_192_768_0 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/dca-xll_51_16_192_768_0 2020-03-19 20:53:50.736462061 +0000 @@ -1,16 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1/192000 -#media_type 0: audio -#codec_id 0: pcm_s16le -#sample_rate 0: 192000 -#channel_layout 0: 60f -#channel_layout_name 0: 5.1(side) -#stream#, dts, pts, duration, size, hash -0, 0, 0, 2048, 24576, 91ff0dac5df86e798bfef5e573536b08 -0, 2048, 2048, 2048, 24576, 91ff0dac5df86e798bfef5e573536b08 -0, 4096, 4096, 2048, 24576, 97e888b4de888608d08d193aecd2bd6b -0, 6144, 6144, 2048, 24576, 96d20b0b657183ee88a5ec7d919d5313 -0, 8192, 8192, 2048, 24576, d6a98e7cea8e9b397e89f178aa719b19 -0, 10240, 10240, 2048, 24576, fb3432fe46696579220baa1c49e7dcd5 Test nellymoser failed. Look at tests/data/fate/nellymoser.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-nellymoser] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/dca-xll_51_16_192_768_0-dmix_2 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/dca-xll_51_16_192_768_0-dmix_2 2020-03-19 20:53:50.739795389 +0000 @@ -1,16 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1/192000 -#media_type 0: audio -#codec_id 0: pcm_s16le -#sample_rate 0: 192000 -#channel_layout 0: 60f -#channel_layout_name 0: 5.1(side) -#stream#, dts, pts, duration, size, hash -0, 0, 0, 2048, 24576, 91ff0dac5df86e798bfef5e573536b08 -0, 2048, 2048, 2048, 24576, 91ff0dac5df86e798bfef5e573536b08 -0, 4096, 4096, 2048, 24576, 97e888b4de888608d08d193aecd2bd6b -0, 6144, 6144, 2048, 24576, 96d20b0b657183ee88a5ec7d919d5313 -0, 8192, 8192, 2048, 24576, d6a98e7cea8e9b397e89f178aa719b19 -0, 10240, 10240, 2048, 24576, fb3432fe46696579220baa1c49e7dcd5 Test smacker-audio failed. Look at tests/data/fate/smacker-audio.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-smacker-audio] Error 1 TEST dca-xll_51_16_192_768_1 Test on2avc failed. Look at tests/data/fate/on2avc.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-on2avc] Error 1 Test sierra-vmd-audio failed. Look at tests/data/fate/sierra-vmd-audio.err for details. Test dca-xll_51_16_192_768_0-dmix_2 failed. Look at tests/data/fate/dca-xll_51_16_192_768_0-dmix_2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-sierra-vmd-audio] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/ws_snd 2017-03-24 21:02:53.646379831 +0000 +++ tests/data/fate/ws_snd 2020-03-19 20:53:50.759795355 +0000 @@ -1 +1 @@ -023317c7876aa5271f086f753d84561b +d41d8cd98f00b204e9800998ecf8427e Test dca-xll_51_16_192_768_0 failed. Look at tests/data/fate/dca-xll_51_16_192_768_0.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-dca-xll_51_16_192_768_0] Error 1 make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-dca-xll_51_16_192_768_0-dmix_2] Error 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 ws_snd failed. Look at tests/data/fate/ws_snd.err for details. TEST dca-xll_51_24_48_768-dmix_2 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-ws_snd] Error 1 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 --- /home/fate/ffmpeg/tests/ref/fate/dca-xll_51_16_192_768_0-dmix_6 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/dca-xll_51_16_192_768_0-dmix_6 2020-03-19 20:53:50.759795355 +0000 @@ -1,16 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1/192000 -#media_type 0: audio -#codec_id 0: pcm_s16le -#sample_rate 0: 192000 -#channel_layout 0: 60f -#channel_layout_name 0: 5.1(side) -#stream#, dts, pts, duration, size, hash -0, 0, 0, 2048, 24576, 91ff0dac5df86e798bfef5e573536b08 -0, 2048, 2048, 2048, 24576, 91ff0dac5df86e798bfef5e573536b08 -0, 4096, 4096, 2048, 24576, 97e888b4de888608d08d193aecd2bd6b -0, 6144, 6144, 2048, 24576, 96d20b0b657183ee88a5ec7d919d5313 -0, 8192, 8192, 2048, 24576, d6a98e7cea8e9b397e89f178aa719b19 -0, 10240, 10240, 2048, 24576, fb3432fe46696579220baa1c49e7dcd5 --- /home/fate/ffmpeg/tests/ref/fate/dca-xll_51_24_48_768 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/dca-xll_51_24_48_768 2020-03-19 20:53:50.779795319 +0000 @@ -1,16 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1/48000 -#media_type 0: audio -#codec_id 0: pcm_s24le -#sample_rate 0: 48000 -#channel_layout 0: 60f -#channel_layout_name 0: 5.1(side) -#stream#, dts, pts, duration, size, hash -0, 0, 0, 512, 9216, 13a95890b5f0947d6f058ca9c30a3e01 -0, 512, 512, 512, 9216, 13a95890b5f0947d6f058ca9c30a3e01 -0, 1024, 1024, 512, 9216, 96ca6b6987c99d2f23bcd4754b257e8a -0, 1536, 1536, 512, 9216, 67cf8fd7f6bead8a8225758e33068963 -0, 2048, 2048, 512, 9216, 8760d8a994cf173c1d6d818da419ea1d -0, 2560, 2560, 512, 9216, 981ef3eef27d72d6c6425c7e6ad78da0 --- /home/fate/ffmpeg/tests/ref/fate/dca-xll_51_24_48_768-dmix_2 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/dca-xll_51_24_48_768-dmix_2 2020-03-19 20:53:50.779795319 +0000 @@ -1,16 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1/48000 -#media_type 0: audio -#codec_id 0: pcm_s24le -#sample_rate 0: 48000 -#channel_layout 0: 3 -#channel_layout_name 0: stereo -#stream#, dts, pts, duration, size, hash -0, 0, 0, 512, 3072, d2a70550489de356a2cd6bfc40711204 -0, 512, 512, 512, 3072, d2a70550489de356a2cd6bfc40711204 -0, 1024, 1024, 512, 3072, 0ff2c55663b5113c2edf6ee9cc6b82b7 -0, 1536, 1536, 512, 3072, ceb660aaf1632ac2bd11a6d86f1dd54d -0, 2048, 2048, 512, 3072, 4b136de05d39ed227e7ce566c12d1258 -0, 2560, 2560, 512, 3072, 9cd674b794c426e6db221bae008a1cf0 Test dca-xll_51_16_192_768_0-dmix_6 failed. Look at tests/data/fate/dca-xll_51_16_192_768_0-dmix_6.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-dca-xll_51_16_192_768_0-dmix_6] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/dca-xll_51_16_192_768_1 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/dca-xll_51_16_192_768_1 2020-03-19 20:53:50.779795319 +0000 @@ -1,16 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1/192000 -#media_type 0: audio -#codec_id 0: pcm_s16le -#sample_rate 0: 192000 -#channel_layout 0: 60f -#channel_layout_name 0: 5.1(side) -#stream#, dts, pts, duration, size, hash -0, 0, 0, 2048, 24576, 91ff0dac5df86e798bfef5e573536b08 -0, 2048, 2048, 2048, 24576, 91ff0dac5df86e798bfef5e573536b08 -0, 4096, 4096, 2048, 24576, 97e888b4de888608d08d193aecd2bd6b -0, 6144, 6144, 2048, 24576, 96d20b0b657183ee88a5ec7d919d5313 -0, 8192, 8192, 2048, 24576, d6a98e7cea8e9b397e89f178aa719b19 -0, 10240, 10240, 2048, 24576, fb3432fe46696579220baa1c49e7dcd5 --- /home/fate/ffmpeg/tests/ref/fate/dca-xll_51_16_192_768_1-dmix_2 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/dca-xll_51_16_192_768_1-dmix_2 2020-03-19 20:53:50.779795319 +0000 @@ -1,16 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1/192000 -#media_type 0: audio -#codec_id 0: pcm_s16le -#sample_rate 0: 192000 -#channel_layout 0: 3 -#channel_layout_name 0: stereo -#stream#, dts, pts, duration, size, hash -0, 0, 0, 2048, 8192, 0829f71740aab1ab98b33eae21dee122 -0, 2048, 2048, 2048, 8192, c8ca1cff44674809d464ec39cf1bd1e9 -0, 4096, 4096, 2048, 8192, d67d26915ca86554568aac685c9a6dc3 -0, 6144, 6144, 2048, 8192, 8fdf69fdac9985ac4f9470a7b8e8529d -0, 8192, 8192, 2048, 8192, dc8a9ca39b38c98147f2308f985ff648 -0, 10240, 10240, 2048, 8192, ea13b97373762ab16d0f664013fdc962 TEST dca-xll_51_24_48_none-dmix_6 Test dca-xll_51_24_48_768-dmix_2 failed. Look at tests/data/fate/dca-xll_51_24_48_768-dmix_2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-dca-xll_51_24_48_768-dmix_2] Error 1 Test dca-xll_51_24_48_768 failed. Look at tests/data/fate/dca-xll_51_24_48_768.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-dca-xll_51_24_48_768] Error 1 Test dca-xll_51_16_192_768_1 failed. Look at tests/data/fate/dca-xll_51_16_192_768_1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-dca-xll_51_16_192_768_1] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/dca-xll_51_24_48_768-dmix_6 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/dca-xll_51_24_48_768-dmix_6 2020-03-19 20:53:50.783128647 +0000 @@ -1,16 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1/48000 -#media_type 0: audio -#codec_id 0: pcm_s24le -#sample_rate 0: 48000 -#channel_layout 0: 60f -#channel_layout_name 0: 5.1(side) -#stream#, dts, pts, duration, size, hash -0, 0, 0, 512, 9216, 13a95890b5f0947d6f058ca9c30a3e01 -0, 512, 512, 512, 9216, 13a95890b5f0947d6f058ca9c30a3e01 -0, 1024, 1024, 512, 9216, 96ca6b6987c99d2f23bcd4754b257e8a -0, 1536, 1536, 512, 9216, 67cf8fd7f6bead8a8225758e33068963 -0, 2048, 2048, 512, 9216, 8760d8a994cf173c1d6d818da419ea1d -0, 2560, 2560, 512, 9216, 981ef3eef27d72d6c6425c7e6ad78da0 TEST dca-xll_71_24_48_768_0 TEST dca-xll_71_24_48_768_0-dmix_2 --- /home/fate/ffmpeg/tests/ref/fate/dca-xll_51_16_192_768_1-dmix_6 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/dca-xll_51_16_192_768_1-dmix_6 2020-03-19 20:53:50.783128647 +0000 @@ -1,16 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1/192000 -#media_type 0: audio -#codec_id 0: pcm_s16le -#sample_rate 0: 192000 -#channel_layout 0: 60f -#channel_layout_name 0: 5.1(side) -#stream#, dts, pts, duration, size, hash -0, 0, 0, 2048, 24576, 91ff0dac5df86e798bfef5e573536b08 -0, 2048, 2048, 2048, 24576, 91ff0dac5df86e798bfef5e573536b08 -0, 4096, 4096, 2048, 24576, 97e888b4de888608d08d193aecd2bd6b -0, 6144, 6144, 2048, 24576, 96d20b0b657183ee88a5ec7d919d5313 -0, 8192, 8192, 2048, 24576, d6a98e7cea8e9b397e89f178aa719b19 -0, 10240, 10240, 2048, 24576, fb3432fe46696579220baa1c49e7dcd5 --- /home/fate/ffmpeg/tests/ref/fate/dca-xll_51_24_48_none-dmix_2 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/dca-xll_51_24_48_none-dmix_2 2020-03-19 20:53:50.793128630 +0000 @@ -1,13 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1/48000 -#media_type 0: audio -#codec_id 0: pcm_s24le -#sample_rate 0: 48000 -#channel_layout 0: 60f -#channel_layout_name 0: 5.1(side) -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1024, 18432, f9debe3f07be68533bf0295e3d2ba68a -0, 1024, 1024, 1024, 18432, 6707daa7724fdc552869e522a7936f26 -0, 2048, 2048, 1024, 18432, be4cc5d54a49870a83edba83f21a7fb5 Test dca-xll_51_16_192_768_1-dmix_2 failed. Look at tests/data/fate/dca-xll_51_16_192_768_1-dmix_2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-dca-xll_51_16_192_768_1-dmix_2] Error 1 TEST dca-xll_71_24_48_768_0-dmix_6 Test dca-xll_51_16_192_768_1-dmix_6 failed. Look at tests/data/fate/dca-xll_51_16_192_768_1-dmix_6.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-dca-xll_51_16_192_768_1-dmix_6] Error 1 TEST dca-xll_71_24_48_768_1 Test dca-xll_51_24_48_none-dmix_2 failed. Look at tests/data/fate/dca-xll_51_24_48_none-dmix_2.err for details. --- /home/fate/ffmpeg/tests/ref/fate/dca-xll_51_24_48_none 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/dca-xll_51_24_48_none 2020-03-19 20:53:50.793128630 +0000 @@ -1,13 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1/48000 -#media_type 0: audio -#codec_id 0: pcm_s24le -#sample_rate 0: 48000 -#channel_layout 0: 60f -#channel_layout_name 0: 5.1(side) -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1024, 18432, f9debe3f07be68533bf0295e3d2ba68a -0, 1024, 1024, 1024, 18432, 6707daa7724fdc552869e522a7936f26 -0, 2048, 2048, 1024, 18432, be4cc5d54a49870a83edba83f21a7fb5 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-dca-xll_51_24_48_none-dmix_2] Error 1 Test dca-xll_51_24_48_768-dmix_6 failed. Look at tests/data/fate/dca-xll_51_24_48_768-dmix_6.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-dca-xll_51_24_48_768-dmix_6] Error 1 TEST dca-xll_71_24_48_768_1-dmix_2 Test dca-xll_51_24_48_none failed. Look at tests/data/fate/dca-xll_51_24_48_none.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-dca-xll_51_24_48_none] Error 1 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 --- /home/fate/ffmpeg/tests/ref/fate/dca-xll_51_24_48_none-dmix_6 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/dca-xll_51_24_48_none-dmix_6 2020-03-19 20:53:50.816461922 +0000 @@ -1,13 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1/48000 -#media_type 0: audio -#codec_id 0: pcm_s24le -#sample_rate 0: 48000 -#channel_layout 0: 60f -#channel_layout_name 0: 5.1(side) -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1024, 18432, f9debe3f07be68533bf0295e3d2ba68a -0, 1024, 1024, 1024, 18432, 6707daa7724fdc552869e522a7936f26 -0, 2048, 2048, 1024, 18432, be4cc5d54a49870a83edba83f21a7fb5 TEST dca-xll_71_24_96_768-dmix_6 --- /home/fate/ffmpeg/tests/ref/fate/dca-xll_71_24_48_768_0 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/dca-xll_71_24_48_768_0 2020-03-19 20:53:50.816461922 +0000 @@ -1,16 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1/48000 -#media_type 0: audio -#codec_id 0: pcm_s24le -#sample_rate 0: 48000 -#channel_layout 0: 63f -#channel_layout_name 0: 7.1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 512, 12288, ca9f8c8eb1b9b311cb79999fa376c7f0 -0, 512, 512, 512, 12288, 4072783b8efb99a9e5817067d68f61c6 -0, 1024, 1024, 512, 12288, b37a89420643e09e4c92a6a8b68efb73 -0, 1536, 1536, 512, 12288, 40d58b703681c7b673da1198e9555280 -0, 2048, 2048, 512, 12288, 3f0e22e71e7419256487ef9392abb102 -0, 2560, 2560, 512, 12288, 6a48d9a5e0c74d93cf678e6140a196f7 Test dca-xll_51_24_48_none-dmix_6 failed. Look at tests/data/fate/dca-xll_51_24_48_none-dmix_6.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-dca-xll_51_24_48_none-dmix_6] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/dca-xll_71_24_48_768_0-dmix_6 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/dca-xll_71_24_48_768_0-dmix_6 2020-03-19 20:53:50.823128577 +0000 @@ -1,16 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1/48000 -#media_type 0: audio -#codec_id 0: pcm_s24le -#sample_rate 0: 48000 -#channel_layout 0: 60f -#channel_layout_name 0: 5.1(side) -#stream#, dts, pts, duration, size, hash -0, 0, 0, 512, 9216, a2b724b146069938f0e2cb82490dea54 -0, 512, 512, 512, 9216, 13a95890b5f0947d6f058ca9c30a3e01 -0, 1024, 1024, 512, 9216, f38ce0585a816744ecb2120503347c11 -0, 1536, 1536, 512, 9216, 4d535bed6e022a780ecbe90f303985cf -0, 2048, 2048, 512, 9216, 438f3a2fd98d1037e1ffbe696900d85c -0, 2560, 2560, 512, 9216, 3ed1193e013d8ef43f502c7d4037a3f9 --- /home/fate/ffmpeg/tests/ref/fate/dca-xll_71_24_48_768_1 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/dca-xll_71_24_48_768_1 2020-03-19 20:53:50.826461905 +0000 @@ -1,16 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1/48000 -#media_type 0: audio -#codec_id 0: pcm_s24le -#sample_rate 0: 48000 -#channel_layout 0: 63f -#channel_layout_name 0: 7.1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 512, 12288, ca9f8c8eb1b9b311cb79999fa376c7f0 -0, 512, 512, 512, 12288, 4072783b8efb99a9e5817067d68f61c6 -0, 1024, 1024, 512, 12288, b37a89420643e09e4c92a6a8b68efb73 -0, 1536, 1536, 512, 12288, 40d58b703681c7b673da1198e9555280 -0, 2048, 2048, 512, 12288, 3f0e22e71e7419256487ef9392abb102 -0, 2560, 2560, 512, 12288, 6a48d9a5e0c74d93cf678e6140a196f7 --- /home/fate/ffmpeg/tests/ref/fate/dca-xll_71_24_48_768_1-dmix_2 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/dca-xll_71_24_48_768_1-dmix_2 2020-03-19 20:53:50.829795233 +0000 @@ -1,16 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1/48000 -#media_type 0: audio -#codec_id 0: pcm_s24le -#sample_rate 0: 48000 -#channel_layout 0: 3 -#channel_layout_name 0: stereo -#stream#, dts, pts, duration, size, hash -0, 0, 0, 512, 3072, d2a70550489de356a2cd6bfc40711204 -0, 512, 512, 512, 3072, d2a70550489de356a2cd6bfc40711204 -0, 1024, 1024, 512, 3072, 4961cb5a954b57d157f075e051032389 -0, 1536, 1536, 512, 3072, b2ac42e29deb0bb6095550ec59a1da84 -0, 2048, 2048, 512, 3072, d30bd752b75ead1b8f62202fe8b1d692 -0, 2560, 2560, 512, 3072, ff7562359eca2706580050d849ca2de4 Test dca-xll_71_24_48_768_0-dmix_6 failed. Look at tests/data/fate/dca-xll_71_24_48_768_0-dmix_6.err for details. Test dca-xll_71_24_48_768_0 failed. Look at tests/data/fate/dca-xll_71_24_48_768_0.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-dca-xll_71_24_48_768_0] Error 1 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-dca-xll_71_24_48_768_0-dmix_6] Error 1 Test dca-xll_71_24_48_768_1 failed. Look at tests/data/fate/dca-xll_71_24_48_768_1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-dca-xll_71_24_48_768_1] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/dca-xll_71_24_48_768_0-dmix_2 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/dca-xll_71_24_48_768_0-dmix_2 2020-03-19 20:53:50.823128577 +0000 @@ -1,16 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1/48000 -#media_type 0: audio -#codec_id 0: pcm_s24le -#sample_rate 0: 48000 -#channel_layout 0: 60f -#channel_layout_name 0: 5.1(side) -#stream#, dts, pts, duration, size, hash -0, 0, 0, 512, 9216, a2b724b146069938f0e2cb82490dea54 -0, 512, 512, 512, 9216, 13a95890b5f0947d6f058ca9c30a3e01 -0, 1024, 1024, 512, 9216, f38ce0585a816744ecb2120503347c11 -0, 1536, 1536, 512, 9216, 4d535bed6e022a780ecbe90f303985cf -0, 2048, 2048, 512, 9216, 438f3a2fd98d1037e1ffbe696900d85c -0, 2560, 2560, 512, 9216, 3ed1193e013d8ef43f502c7d4037a3f9 TEST dca-xll_x96_51_24_96_1509-dmix_2 TEST dca-xll_x96_51_24_96_1509-dmix_6 TEST dca-xll_x96_51_24_96_1509 Test dca-xll_71_24_48_768_1-dmix_2 failed. Look at tests/data/fate/dca-xll_71_24_48_768_1-dmix_2.err for details. TEST dca-xll_xch_61_24_48_768 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-dca-xll_71_24_48_768_1-dmix_2] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/dca-xll_71_24_48_768_1-dmix_6 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/dca-xll_71_24_48_768_1-dmix_6 2020-03-19 20:53:50.833128560 +0000 @@ -1,16 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1/48000 -#media_type 0: audio -#codec_id 0: pcm_s24le -#sample_rate 0: 48000 -#channel_layout 0: 60f -#channel_layout_name 0: 5.1(side) -#stream#, dts, pts, duration, size, hash -0, 0, 0, 512, 9216, a2b724b146069938f0e2cb82490dea54 -0, 512, 512, 512, 9216, 13a95890b5f0947d6f058ca9c30a3e01 -0, 1024, 1024, 512, 9216, 13ee6aa61ed484c3d64c9d6546e296bb -0, 1536, 1536, 512, 9216, 4db0762920d0bb3ecd765168e2acd296 -0, 2048, 2048, 512, 9216, 6253047a99cbc0e6b1d484b7828466b6 -0, 2560, 2560, 512, 9216, 2977e1080514c6d2150ed2fde267e714 Test dca-xll_71_24_48_768_1-dmix_6 failed. Look at tests/data/fate/dca-xll_71_24_48_768_1-dmix_6.err for details. Test dca-xll_71_24_48_768_0-dmix_2 failed. Look at tests/data/fate/dca-xll_71_24_48_768_0-dmix_2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-dca-xll_71_24_48_768_1-dmix_6] Error 1 make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-dca-xll_71_24_48_768_0-dmix_2] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/dca-xll_71_24_96_768 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/dca-xll_71_24_96_768 2020-03-19 20:53:50.836461888 +0000 @@ -1,16 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1/96000 -#media_type 0: audio -#codec_id 0: pcm_s24le -#sample_rate 0: 96000 -#channel_layout 0: 63f -#channel_layout_name 0: 7.1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1024, 24576, 0b24a527d66f2b0cab97f37e4cd79987 -0, 1024, 1024, 1024, 24576, 91ff0dac5df86e798bfef5e573536b08 -0, 2048, 2048, 1024, 24576, c2b5e663fa260abc9c737d16110052a8 -0, 3072, 3072, 1024, 24576, 81f474e17d875f7c5a2cbaadef4f7c0a -0, 4096, 4096, 1024, 24576, 959200e06f2f8489b9e36c74b073edae -0, 5120, 5120, 1024, 24576, ef1ed14d39cce6ba1ab9736831aa1b30 --- /home/fate/ffmpeg/tests/ref/fate/dca-xll_71_24_96_768-dmix_2 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/dca-xll_71_24_96_768-dmix_2 2020-03-19 20:53:50.836461888 +0000 @@ -1,16 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1/96000 -#media_type 0: audio -#codec_id 0: pcm_s24le -#sample_rate 0: 96000 -#channel_layout 0: 60f -#channel_layout_name 0: 5.1(side) -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1024, 18432, 0a675f172b0e1a171c46dfaa4f1d0f00 -0, 1024, 1024, 1024, 18432, f9debe3f07be68533bf0295e3d2ba68a -0, 2048, 2048, 1024, 18432, 0a6efad6cc824656594d5d7abce1e547 -0, 3072, 3072, 1024, 18432, a1beb9f5afcf72b99671a7cef8c35505 -0, 4096, 4096, 1024, 18432, e73de9b6688ec463178f694540f71d61 -0, 5120, 5120, 1024, 18432, e2e326c2f61d28ad11cea665ea638ae4 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-xll_71_24_96_768 failed. Look at tests/data/fate/dca-xll_71_24_96_768.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-dca-xll_71_24_96_768] Error 1 TEST dca-core_51_24_48_768_1 Test dca-xll_71_24_96_768-dmix_2 failed. Look at tests/data/fate/dca-xll_71_24_96_768-dmix_2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-dca-xll_71_24_96_768-dmix_2] Error 1 TEST dca-x96_51_24_96_1509 --- /home/fate/ffmpeg/tests/ref/fate/dca-xll_71_24_96_768-dmix_6 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/dca-xll_71_24_96_768-dmix_6 2020-03-19 20:53:50.849795198 +0000 @@ -1,16 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1/96000 -#media_type 0: audio -#codec_id 0: pcm_s24le -#sample_rate 0: 96000 -#channel_layout 0: 60f -#channel_layout_name 0: 5.1(side) -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1024, 18432, 0a675f172b0e1a171c46dfaa4f1d0f00 -0, 1024, 1024, 1024, 18432, f9debe3f07be68533bf0295e3d2ba68a -0, 2048, 2048, 1024, 18432, 0a6efad6cc824656594d5d7abce1e547 -0, 3072, 3072, 1024, 18432, a1beb9f5afcf72b99671a7cef8c35505 -0, 4096, 4096, 1024, 18432, e73de9b6688ec463178f694540f71d61 -0, 5120, 5120, 1024, 18432, e2e326c2f61d28ad11cea665ea638ae4 --- /home/fate/ffmpeg/tests/ref/fate/dca-xll_x96_51_24_96_1509-dmix_6 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/dca-xll_x96_51_24_96_1509-dmix_6 2020-03-19 20:53:50.863128509 +0000 @@ -1,16 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1/96000 -#media_type 0: audio -#codec_id 0: pcm_s24le -#sample_rate 0: 96000 -#channel_layout 0: 60f -#channel_layout_name 0: 5.1(side) -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1024, 18432, f9debe3f07be68533bf0295e3d2ba68a -0, 1024, 1024, 1024, 18432, f9debe3f07be68533bf0295e3d2ba68a -0, 2048, 2048, 1024, 18432, f68686e3f6dec5aa00fc8ef495c3a3fa -0, 3072, 3072, 1024, 18432, 03adab4e2a4a5e9917d29de09e0afb22 -0, 4096, 4096, 1024, 18432, d7d1ab1efd7f2ff45f7374b41abaec51 -0, 5120, 5120, 1024, 18432, fe2aa09319ac1d7017e29fdab6207f27 --- /home/fate/ffmpeg/tests/ref/fate/dca-xll_x96_51_24_96_1509 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/dca-xll_x96_51_24_96_1509 2020-03-19 20:53:50.866461837 +0000 @@ -1,16 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1/96000 -#media_type 0: audio -#codec_id 0: pcm_s24le -#sample_rate 0: 96000 -#channel_layout 0: 60f -#channel_layout_name 0: 5.1(side) -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1024, 18432, f9debe3f07be68533bf0295e3d2ba68a -0, 1024, 1024, 1024, 18432, f9debe3f07be68533bf0295e3d2ba68a -0, 2048, 2048, 1024, 18432, f68686e3f6dec5aa00fc8ef495c3a3fa -0, 3072, 3072, 1024, 18432, 03adab4e2a4a5e9917d29de09e0afb22 -0, 4096, 4096, 1024, 18432, d7d1ab1efd7f2ff45f7374b41abaec51 -0, 5120, 5120, 1024, 18432, fe2aa09319ac1d7017e29fdab6207f27 Test dca-xll_71_24_96_768-dmix_6 failed. Look at tests/data/fate/dca-xll_71_24_96_768-dmix_6.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-dca-xll_71_24_96_768-dmix_6] Error 1 Test dca-xll_x96_51_24_96_1509-dmix_6 failed. Look at tests/data/fate/dca-xll_x96_51_24_96_1509-dmix_6.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-dca-xll_x96_51_24_96_1509-dmix_6] Error 1 Test dca-xll_x96_51_24_96_1509 failed. Look at tests/data/fate/dca-xll_x96_51_24_96_1509.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-dca-xll_x96_51_24_96_1509] Error 1 TEST dca-x96_xch_61_24_96_3840 TEST dca-xbr_51_24_48_3840 --- /home/fate/ffmpeg/tests/ref/fate/dca-xll_x96_51_24_96_1509-dmix_2 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/dca-xll_x96_51_24_96_1509-dmix_2 2020-03-19 20:53:50.866461837 +0000 @@ -1,16 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1/96000 -#media_type 0: audio -#codec_id 0: pcm_s24le -#sample_rate 0: 96000 -#channel_layout 0: 60f -#channel_layout_name 0: 5.1(side) -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1024, 18432, f9debe3f07be68533bf0295e3d2ba68a -0, 1024, 1024, 1024, 18432, f9debe3f07be68533bf0295e3d2ba68a -0, 2048, 2048, 1024, 18432, f68686e3f6dec5aa00fc8ef495c3a3fa -0, 3072, 3072, 1024, 18432, 03adab4e2a4a5e9917d29de09e0afb22 -0, 4096, 4096, 1024, 18432, d7d1ab1efd7f2ff45f7374b41abaec51 -0, 5120, 5120, 1024, 18432, fe2aa09319ac1d7017e29fdab6207f27 TEST dca-x96_xxch_71_24_96_3840 --- /home/fate/ffmpeg/tests/ref/fate/dca-xll_xch_61_24_48_768 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/dca-xll_xch_61_24_48_768 2020-03-19 20:53:50.863128509 +0000 @@ -1,16 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1/48000 -#media_type 0: audio -#codec_id 0: pcm_s24le -#sample_rate 0: 48000 -#channel_layout 0: 70f -#channel_layout_name 0: 6.1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 512, 10752, c3c5b236c266a9090378def1ad497a21 -0, 512, 512, 512, 10752, 36eb6749f8d9ce9f94860dcc447253ac -0, 1024, 1024, 512, 10752, 586dbf42917c8353a3d3a65d4a510aa5 -0, 1536, 1536, 512, 10752, 08aa4874b4e092982cef8bd9623ebcaf -0, 2048, 2048, 512, 10752, 809775c772fd730bbbb516cadc71406b -0, 2560, 2560, 512, 10752, 81ef75c310c242b38787cd18203aa8c6 --- /home/fate/ffmpeg/tests/ref/fate/dca-xll_xch_61_24_48_768-dmix_2 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/dca-xll_xch_61_24_48_768-dmix_2 2020-03-19 20:53:50.873128491 +0000 @@ -1,16 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1/48000 -#media_type 0: audio -#codec_id 0: pcm_s24le -#sample_rate 0: 48000 -#channel_layout 0: 60f -#channel_layout_name 0: 5.1(side) -#stream#, dts, pts, duration, size, hash -0, 0, 0, 512, 9216, 652c4e61f9abe9fba9de792242e2d31d -0, 512, 512, 512, 9216, 13a95890b5f0947d6f058ca9c30a3e01 -0, 1024, 1024, 512, 9216, bc9a102c0d879d25b5b362e20eaf277e -0, 1536, 1536, 512, 9216, 06c77edb9dbd3aa927ffec3e5cf78266 -0, 2048, 2048, 512, 9216, f4010c574400a0876aa29a71f1bf1af3 -0, 2560, 2560, 512, 9216, b6d34a134c79bf105d88ecc4ac148f92 Test dca-xll_x96_51_24_96_1509-dmix_2 failed. Look at tests/data/fate/dca-xll_x96_51_24_96_1509-dmix_2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-dca-xll_x96_51_24_96_1509-dmix_2] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/dca-xll_xch_61_24_48_768-dmix_6 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/dca-xll_xch_61_24_48_768-dmix_6 2020-03-19 20:53:50.876461819 +0000 @@ -1,16 +0,0 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#tb 0: 1/48000 -#media_type 0: audio -#codec_id 0: pcm_s24le -#sample_rate 0: 48000 -#channel_layout 0: 60f -#channel_layout_name 0: 5.1(side) -#stream#, dts, pts, duration, size, hash -0, 0, 0, 512, 9216, 652c4e61f9abe9fba9de792242e2d31d -0, 512, 512, 512, 9216, 13a95890b5f0947d6f058ca9c30a3e01 -0, 1024, 1024, 512, 9216, bc9a102c0d879d25b5b362e20eaf277e -0, 1536, 1536, 512, 9216, 06c77edb9dbd3aa927ffec3e5cf78266 -0, 2048, 2048, 512, 9216, f4010c574400a0876aa29a71f1bf1af3 -0, 2560, 2560, 512, 9216, b6d34a134c79bf105d88ecc4ac148f92 Test dca-xll_xch_61_24_48_768 failed. Look at tests/data/fate/dca-xll_xch_61_24_48_768.err for details. Test dca-xll_xch_61_24_48_768-dmix_2 failed. Look at tests/data/fate/dca-xll_xch_61_24_48_768-dmix_2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-dca-xll_xch_61_24_48_768] Error 1 make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-dca-xll_xch_61_24_48_768-dmix_2] Error 1 TEST dca-xbr_xxch_71_24_48_3840 TEST dca-xbr_xch_61_24_48_3840 TEST dca-xch_61_24_48_768 Test dca-core_51_24_48_768_0 failed. Look at tests/data/fate/dca-core_51_24_48_768_0.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-dca-core_51_24_48_768_0] Error 1 Test dca-xll_xch_61_24_48_768-dmix_6 failed. Look at tests/data/fate/dca-xll_xch_61_24_48_768-dmix_6.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-dca-xll_xch_61_24_48_768-dmix_6] Error 1 TEST dca-xxch_71_24_48_2046 TEST dca-core_51_24_48_768_1-dmix_2 Test dca-core_51_24_48_768_1 failed. Look at tests/data/fate/dca-core_51_24_48_768_1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-dca-core_51_24_48_768_1] Error 1 Test dca-x96_51_24_96_1509 failed. Look at tests/data/fate/dca-x96_51_24_96_1509.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-dca-x96_51_24_96_1509] Error 1 TEST dca-x96_xxch_71_24_96_3840-dmix_2 TEST dca-x96_xxch_71_24_96_3840-dmix_6 Test dca-x96_xch_61_24_96_3840 failed. Look at tests/data/fate/dca-x96_xch_61_24_96_3840.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-dca-x96_xch_61_24_96_3840] Error 1 Test dca-x96_xxch_71_24_96_3840 failed. Look at tests/data/fate/dca-x96_xxch_71_24_96_3840.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-dca-x96_xxch_71_24_96_3840] Error 1 TEST dca-xch_61_24_48_768-dmix_6 TEST dca-core Test dca-xbr_51_24_48_3840 failed. Look at tests/data/fate/dca-xbr_51_24_48_3840.err for details. Test dca-xch_61_24_48_768 failed. Look at tests/data/fate/dca-xch_61_24_48_768.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-dca-xbr_51_24_48_3840] Error 1 Test dca-xbr_xch_61_24_48_3840 failed. Look at tests/data/fate/dca-xbr_xch_61_24_48_3840.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-dca-xbr_xch_61_24_48_3840] Error 1 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-dca-xch_61_24_48_768] Error 1 Test dca-xbr_xxch_71_24_48_3840 failed. Look at tests/data/fate/dca-xbr_xxch_71_24_48_3840.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-dca-xbr_xxch_71_24_48_3840] Error 1 TEST dca-xll TEST dts_es TEST dca-core-bsf TEST avio-direct Test dca-core_51_24_48_768_1-dmix_2 failed. Look at tests/data/fate/dca-core_51_24_48_768_1-dmix_2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-dca-core_51_24_48_768_1-dmix_2] Error 1 TEST adts-demux Test dca-xxch_71_24_48_2046 failed. Look at tests/data/fate/dca-xxch_71_24_48_2046.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-dca-xxch_71_24_48_2046] Error 1 Test dca-x96_xxch_71_24_96_3840-dmix_2 failed. Look at tests/data/fate/dca-x96_xxch_71_24_96_3840-dmix_2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-dca-x96_xxch_71_24_96_3840-dmix_2] Error 1 TEST adts-id3v1-demux TEST adts-id3v2-demux Test dca-x96_xxch_71_24_96_3840-dmix_6 failed. Look at tests/data/fate/dca-x96_xxch_71_24_96_3840-dmix_6.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-dca-x96_xxch_71_24_96_3840-dmix_6] Error 1 Test dca-xch_61_24_48_768-dmix_6 failed. Look at tests/data/fate/dca-xch_61_24_48_768-dmix_6.err for details. TEST adts-id3v2-two-tags-demux make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-dca-xch_61_24_48_768-dmix_6] Error 1 TEST aea-demux --- /home/fate/ffmpeg/tests/ref/fate/dca-xll 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/dca-xll 2020-03-19 20:53:50.966461663 +0000 @@ -1 +1 @@ -5eb9a95ddaf3c803e74443a49a691686 +d41d8cd98f00b204e9800998ecf8427e Test dca-xll failed. Look at tests/data/fate/dca-xll.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-dca-xll] Error 1 Test dca-core failed. Look at tests/data/fate/dca-core.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-dca-core] Error 1 Test dts_es failed. Look at tests/data/fate/dts_es.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-dts_es] Error 1 TEST av1-annexb-demux TEST ast TEST bink-demux TEST bfstm TEST bcstm TEST brstm TEST caf TEST cdxl-demux TEST cine-demux TEST d-cinema-demux TEST d-eavp6-demux TEST fits-demux TEST flv-demux TEST gif-demux TEST iv8-demux TEST jv-demux TEST lmlm4-demux TEST maxis-xa TEST mkv TEST mkv-1242 TEST mlv-demux TEST mov-mp3-demux TEST ts-opus-demux TEST ts-small-demux TEST mtv TEST mxf-demux TEST nc-demux TEST nistsphere-demux TEST nsv-demux --- /home/fate/ffmpeg/tests/ref/fate/ts-opus-demux 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/ts-opus-demux 2020-03-19 20:53:51.083128128 +0000 @@ -1,519 +0,0 @@ -#extradata 0: 30, 0x53be0347 -#tb 0: 1/90000 -#media_type 0: audio -#codec_id 0: opus -#sample_rate 0: 48000 -#channel_layout 0: 63f -#channel_layout_name 0: 7.1 -0, 0, 0, 1800, 744, 0x172b615b, S=1, 1, 0x00bd00bd -0, 1800, 1800, 1800, 743, 0x3f5b673d, S=1, 1, 0x00bd00bd -0, 3600, 3600, 1800, 747, 0xe54e735d, S=1, 1, 0x00bd00bd -0, 5400, 5400, 1800, 742, 0x5d0d8393, S=1, 1, 0x00bd00bd -0, 7200, 7200, 1800, 752, 0x39267814, S=1, 1, 0x00bd00bd -0, 9000, 9000, 1800, 753, 0x2131765e, S=1, 1, 0x00bd00bd -0, 10800, 10800, 1800, 756, 0x5132827f, S=1, 1, 0x00bd00bd -0, 12600, 12600, 1800, 761, 0x4857760b, S=1, 1, 0x00bd00bd -0, 14400, 14400, 1800, 755, 0x87ab75d6, S=1, 1, 0x00bd00bd -0, 16200, 16200, 1800, 760, 0xb8137907, S=1, 1, 0x00bd00bd -0, 18000, 18000, 1800, 759, 0x722d7908, S=1, 1, 0x00bd00bd -0, 19800, 19800, 1800, 760, 0x738674a6, S=1, 1, 0x00bd00bd -0, 21600, 21600, 1800, 762, 0x4f807c28, S=1, 1, 0x00bd00bd -0, 23400, 23400, 1800, 761, 0xea117c65, S=1, 1, 0x00bd00bd -0, 25200, 25200, 1800, 758, 0xa8ad7d2f, S=1, 1, 0x00bd00bd -0, 27000, 27000, 1800, 756, 0xbea5747a, S=1, 1, 0x00bd00bd -0, 28800, 28800, 1800, 762, 0x62ce8ab7, S=1, 1, 0x00bd00bd -0, 30600, 30600, 1800, 763, 0xd7d36ee9, S=1, 1, 0x00bd00bd -0, 32400, 32400, 1800, 765, 0x068b7b14, S=1, 1, 0x00bd00bd -0, 34200, 34200, 1800, 772, 0x7c4086f7, S=1, 1, 0x00bd00bd -0, 36000, 36000, 1800, 817, 0x81828e8c, S=1, 1, 0x00bd00bd -0, 37800, 37800, 1800, 828, 0x182d9622, S=1, 1, 0x00bd00bd -0, 39600, 39600, 1800, 952, 0xcb36d7f3, S=1, 1, 0x00bd00bd -0, 41400, 41400, 1800, 819, 0x94049c46, S=1, 1, 0x00bd00bd -0, 43200, 43200, 1800, 816, 0x9a0794de, S=1, 1, 0x00bd00bd -0, 45000, 45000, 1800, 825, 0x2745a0b5, S=1, 1, 0x00bd00bd -0, 46800, 46800, 1800, 814, 0x4abc994c, S=1, 1, 0x00bd00bd -0, 48600, 48600, 1800, 824, 0xe49b89ea, S=1, 1, 0x00bd00bd -0, 50400, 50400, 1800, 815, 0x2f4b8673, S=1, 1, 0x00bd00bd -0, 52200, 52200, 1800, 824, 0x703da79a, S=1, 1, 0x00bd00bd -0, 54000, 54000, 1800, 822, 0x41e59285, S=1, 1, 0x00bd00bd -0, 55800, 55800, 1800, 819, 0xbc4c8f4d, S=1, 1, 0x00bd00bd -0, 57600, 57600, 1800, 817, 0xba7f9614, S=1, 1, 0x00bd00bd -0, 59400, 59400, 1800, 826, 0x74cb9b10, S=1, 1, 0x00bd00bd -0, 61200, 61200, 1800, 822, 0xab4ba435, S=1, 1, 0x00bd00bd -0, 63000, 63000, 1800, 815, 0xf1209eeb, S=1, 1, 0x00bd00bd -0, 64800, 64800, 1800, 820, 0x302b8f4a, S=1, 1, 0x00bd00bd -0, 66600, 66600, 1800, 828, 0x16e29b1b, S=1, 1, 0x00bd00bd -0, 68400, 68400, 1800, 828, 0x21dba353, S=1, 1, 0x00bd00bd -0, 70200, 70200, 1800, 942, 0xf51cd517, S=1, 1, 0x00bd00bd -0, 72000, 72000, 1800, 809, 0x22b29687, S=1, 1, 0x00bd00bd -0, 73800, 73800, 1800, 823, 0x5a549e20, S=1, 1, 0x00bd00bd -0, 75600, 75600, 1800, 827, 0x51bc9130, S=1, 1, 0x00bd00bd -0, 77400, 77400, 1800, 823, 0x9a2d9334, S=1, 1, 0x00bd00bd -0, 79200, 79200, 1800, 825, 0x6b2c8a1f, S=1, 1, 0x00bd00bd -0, 81000, 81000, 1800, 828, 0xf11695c9, S=1, 1, 0x00bd00bd -0, 82800, 82800, 1800, 823, 0xcdb79edf, S=1, 1, 0x00bd00bd -0, 84600, 84600, 1800, 817, 0x5586950d, S=1, 1, 0x00bd00bd -0, 86400, 86400, 1800, 813, 0xb4f79688, S=1, 1, 0x00bd00bd -0, 88200, 88200, 1800, 809, 0xef8e9548, S=1, 1, 0x00bd00bd -0, 90000, 90000, 1800, 813, 0x08e18b6c, S=1, 1, 0x00bd00bd -0, 91800, 91800, 1800, 820, 0x94759346, S=1, 1, 0x00bd00bd -0, 93600, 93600, 1800, 818, 0x7ba198dc, S=1, 1, 0x00bd00bd -0, 95400, 95400, 1800, 825, 0x96d095fe, S=1, 1, 0x00bd00bd -0, 97200, 97200, 1800, 808, 0xa72fa0ac, S=1, 1, 0x00bd00bd -0, 99000, 99000, 1800, 774, 0x36c67f3c, S=1, 1, 0x00bd00bd -0, 100800, 100800, 1800, 774, 0x08ac8292, S=1, 1, 0x00bd00bd -0, 102600, 102600, 1800, 777, 0x866591ea, S=1, 1, 0x00bd00bd -0, 104400, 104400, 1800, 776, 0xd3cb7ec6, S=1, 1, 0x00bd00bd -0, 106200, 106200, 1800, 779, 0xc6927a93, S=1, 1, 0x00bd00bd -0, 108000, 108000, 1800, 779, 0x73d182ca, S=1, 1, 0x00bd00bd -0, 109800, 109800, 1800, 774, 0xd97871d2, S=1, 1, 0x00bd00bd -0, 111600, 111600, 1800, 772, 0x37228529, S=1, 1, 0x00bd00bd -0, 113400, 113400, 1800, 779, 0x9f618562, S=1, 1, 0x00bd00bd -0, 115200, 115200, 1800, 774, 0xee078bd8, S=1, 1, 0x00bd00bd -0, 117000, 117000, 1800, 772, 0xceed8003, S=1, 1, 0x00bd00bd -0, 118800, 118800, 1800, 771, 0x8e478da2, S=1, 1, 0x00bd00bd -0, 120600, 120600, 1800, 776, 0x4fae8319, S=1, 1, 0x00bd00bd -0, 122400, 122400, 1800, 776, 0xea5d91ab, S=1, 1, 0x00bd00bd -0, 124200, 124200, 1800, 777, 0x52b988f2, S=1, 1, 0x00bd00bd -0, 126000, 126000, 1800, 779, 0xb25187e2, S=1, 1, 0x00bd00bd -0, 127800, 127800, 1800, 779, 0xbe0c88de, S=1, 1, 0x00bd00bd -0, 129600, 129600, 1800, 774, 0xaab58263, S=1, 1, 0x00bd00bd -0, 131400, 131400, 1800, 779, 0xd1b58090, S=1, 1, 0x00bd00bd -0, 133200, 133200, 1800, 782, 0x46229193, S=1, 1, 0x00bd00bd -0, 135000, 135000, 1800, 776, 0x873c8e09, S=1, 1, 0x00bd00bd -0, 136800, 136800, 1800, 778, 0x3ea578e8, S=1, 1, 0x00bd00bd -0, 138600, 138600, 1800, 777, 0xebf88d2c, S=1, 1, 0x00bd00bd -0, 140400, 140400, 1800, 785, 0x9a8886e2, S=1, 1, 0x00bd00bd -0, 142200, 142200, 1800, 782, 0x000283d0, S=1, 1, 0x00bd00bd -0, 144000, 144000, 1800, 782, 0x7c7f7e7f, S=1, 1, 0x00bd00bd -0, 145800, 145800, 1800, 780, 0xdba17e74, S=1, 1, 0x00bd00bd -0, 147600, 147600, 1800, 776, 0x7a77823a, S=1, 1, 0x00bd00bd -0, 149400, 149400, 1800, 780, 0x570e8459, S=1, 1, 0x00bd00bd -0, 151200, 151200, 1800, 784, 0x13008da0, S=1, 1, 0x00bd00bd -0, 153000, 153000, 1800, 776, 0xf97b85bb, S=1, 1, 0x00bd00bd -0, 154800, 154800, 1800, 777, 0x7ea88b95, S=1, 1, 0x00bd00bd -0, 156600, 156600, 1800, 783, 0x45a07db2, S=1, 1, 0x00bd00bd -0, 158400, 158400, 1800, 780, 0xc3598deb, S=1, 1, 0x00bd00bd -0, 160200, 160200, 1800, 782, 0x4aee86d5, S=1, 1, 0x00bd00bd -0, 162000, 162000, 1800, 848, 0x2ade9d75, S=1, 1, 0x00bd00bd -0, 163800, 163800, 1800, 849, 0xc617a90e, S=1, 1, 0x00bd00bd -0, 165600, 165600, 1800, 783, 0xc99d8348, S=1, 1, 0x00bd00bd -0, 167400, 167400, 1800, 784, 0x01938414, S=1, 1, 0x00bd00bd -0, 169200, 169200, 1800, 785, 0xaa1e7f3a, S=1, 1, 0x00bd00bd -0, 171000, 171000, 1800, 783, 0x373984e5, S=1, 1, 0x00bd00bd -0, 172800, 172800, 1800, 876, 0x30c3b045, S=1, 1, 0x00bd00bd -0, 174600, 174600, 1800, 776, 0x54b58475, S=1, 1, 0x00bd00bd -0, 176400, 176400, 1800, 787, 0x76e7856f, S=1, 1, 0x00bd00bd -0, 178200, 178200, 1800, 781, 0xf1f680c2, S=1, 1, 0x00bd00bd -0, 180000, 180000, 1800, 852, 0xae8baec5, S=1, 1, 0x00bd00bd -0, 181800, 181800, 1800, 849, 0x270d9d75, S=1, 1, 0x00bd00bd -0, 183600, 183600, 1800, 873, 0x3d20ae97, S=1, 1, 0x00bd00bd -0, 185400, 185400, 1800, 843, 0x0ef4a2e0, S=1, 1, 0x00bd00bd -0, 187200, 187200, 1800, 841, 0xf2c5ad85, S=1, 1, 0x00bd00bd -0, 189000, 189000, 1800, 777, 0xebf88dbf, S=1, 1, 0x00bd00bd -0, 190800, 190800, 1800, 846, 0x77bda358, S=1, 1, 0x00bd00bd -0, 192600, 192600, 1800, 782, 0x47958532, S=1, 1, 0x00bd00bd -0, 194400, 194400, 1800, 869, 0xa1c1ae39, S=1, 1, 0x00bd00bd -0, 196200, 196200, 1800, 778, 0xa7428581, S=1, 1, 0x00bd00bd -0, 198000, 198000, 1800, 777, 0x550e85c4, S=1, 1, 0x00bd00bd -0, 199800, 199800, 1800, 870, 0x46c8c374, S=1, 1, 0x00bd00bd -0, 201600, 201600, 1800, 782, 0x6a44850b, S=1, 1, 0x00bd00bd -0, 203400, 203400, 1800, 777, 0xb956775e, S=1, 1, 0x00bd00bd -0, 205200, 205200, 1800, 869, 0x3fc4b23a, S=1, 1, 0x00bd00bd -0, 207000, 207000, 1800, 772, 0x81568572, S=1, 1, 0x00bd00bd -0, 208800, 208800, 1800, 775, 0x77688738, S=1, 1, 0x00bd00bd -0, 210600, 210600, 1800, 771, 0x1f2276f1, S=1, 1, 0x00bd00bd -0, 212400, 212400, 1800, 778, 0x82ec7e07, S=1, 1, 0x00bd00bd -0, 214200, 214200, 1800, 867, 0x1042acb8, S=1, 1, 0x00bd00bd -0, 216000, 216000, 1800, 778, 0x3f007d1a, S=1, 1, 0x00bd00bd -0, 217800, 217800, 1800, 774, 0x66a08780, S=1, 1, 0x00bd00bd -0, 219600, 219600, 1800, 775, 0xebdc822d, S=1, 1, 0x00bd00bd -0, 221400, 221400, 1800, 774, 0x33d7894e, S=1, 1, 0x00bd00bd -0, 223200, 223200, 1800, 774, 0x734c7623, S=1, 1, 0x00bd00bd -0, 225000, 225000, 1800, 772, 0xbb9977d2, S=1, 1, 0x00bd00bd -0, 226800, 226800, 1800, 774, 0x8f8670d1, S=1, 1, 0x00bd00bd -0, 228600, 228600, 1800, 775, 0x23857f28, S=1, 1, 0x00bd00bd -0, 230400, 230400, 1800, 773, 0x709f6731, S=1, 1, 0x00bd00bd -0, 232200, 232200, 1800, 773, 0xc1fa752e, S=1, 1, 0x00bd00bd -0, 234000, 234000, 1800, 769, 0x2e337fe4, S=1, 1, 0x00bd00bd -0, 235800, 235800, 1800, 774, 0x4ab07b6f, S=1, 1, 0x00bd00bd -0, 237600, 237600, 1800, 779, 0x95d386f8, S=1, 1, 0x00bd00bd -0, 239400, 239400, 1800, 782, 0x38637dc5, S=1, 1, 0x00bd00bd -0, 241200, 241200, 1800, 779, 0x78a778d5, S=1, 1, 0x00bd00bd -0, 243000, 243000, 1800, 778, 0xb945760f, S=1, 1, 0x00bd00bd -0, 244800, 244800, 1800, 771, 0x6749751a, S=1, 1, 0x00bd00bd -0, 246600, 246600, 1800, 775, 0x05cd7c6d, S=1, 1, 0x00bd00bd -0, 248400, 248400, 1800, 777, 0x25587463, S=1, 1, 0x00bd00bd -0, 250200, 250200, 1800, 773, 0x6ab97c1d, S=1, 1, 0x00bd00bd -0, 252000, 252000, 1800, 777, 0x2b947d43, S=1, 1, 0x00bd00bd -0, 253800, 253800, 1800, 777, 0x3f337893, S=1, 1, 0x00bd00bd -0, 255600, 255600, 1800, 908, 0x64b1be4e, S=1, 1, 0x00bd00bd -0, 257400, 257400, 1800, 777, 0xb480873e, S=1, 1, 0x00bd00bd -0, 259200, 259200, 1800, 772, 0xb3ec76c2, S=1, 1, 0x00bd00bd -0, 261000, 261000, 1800, 778, 0x4e7c7ef9, S=1, 1, 0x00bd00bd -0, 262800, 262800, 1800, 776, 0xcdc6837f, S=1, 1, 0x00bd00bd -0, 264600, 264600, 1800, 775, 0xf2508942, S=1, 1, 0x00bd00bd -0, 266400, 266400, 1800, 772, 0x12907489, S=1, 1, 0x00bd00bd -0, 268200, 268200, 1800, 778, 0x9c6f7ec4, S=1, 1, 0x00bd00bd -0, 270000, 270000, 1800, 808, 0x00b68b53, S=1, 1, 0x00bd00bd -0, 271800, 271800, 1800, 836, 0x5eafa13b, S=1, 1, 0x00bd00bd -0, 273600, 273600, 1800, 913, 0x41bbb8ef, S=1, 1, 0x00bd00bd -0, 275400, 275400, 1800, 837, 0xc87c9722, S=1, 1, 0x00bd00bd -0, 277200, 277200, 1800, 834, 0x0f6a9e6b, S=1, 1, 0x00bd00bd -0, 279000, 279000, 1800, 836, 0x4447af84, S=1, 1, 0x00bd00bd -0, 280800, 280800, 1800, 832, 0x95bea5c4, S=1, 1, 0x00bd00bd -0, 282600, 282600, 1800, 826, 0x17b7ab77, S=1, 1, 0x00bd00bd -0, 284400, 284400, 1800, 817, 0x85eb9dec, S=1, 1, 0x00bd00bd -0, 286200, 286200, 1800, 825, 0xe21489b4, S=1, 1, 0x00bd00bd -0, 288000, 288000, 1800, 824, 0xa2719501, S=1, 1, 0x00bd00bd -0, 289800, 289800, 1800, 828, 0xad3d8dfc, S=1, 1, 0x00bd00bd -0, 291600, 291600, 1800, 833, 0x39419a9f, S=1, 1, 0x00bd00bd -0, 293400, 293400, 1800, 832, 0x7b46b0d0, S=1, 1, 0x00bd00bd -0, 295200, 295200, 1800, 896, 0x351aa129, S=1, 1, 0x00bd00bd -0, 297000, 297000, 1800, 824, 0x215ba6a6, S=1, 1, 0x00bd00bd -0, 298800, 298800, 1800, 812, 0x523aa6e4, S=1, 1, 0x00bd00bd -0, 300600, 300600, 1800, 821, 0x3f3fa6df, S=1, 1, 0x00bd00bd -0, 302400, 302400, 1800, 883, 0xa87a9886, S=1, 1, 0x00bd00bd -0, 304200, 304200, 1800, 820, 0xe097a7ee, S=1, 1, 0x00bd00bd -0, 306000, 306000, 1800, 835, 0xf3a3a496, S=1, 1, 0x00bd00bd -0, 307800, 307800, 1800, 833, 0xa7d1a13e, S=1, 1, 0x00bd00bd -0, 309600, 309600, 1800, 830, 0xab719f25, S=1, 1, 0x00bd00bd -0, 311400, 311400, 1800, 820, 0x80599754, S=1, 1, 0x00bd00bd -0, 313200, 313200, 1800, 815, 0x517e8dec, S=1, 1, 0x00bd00bd -0, 315000, 315000, 1800, 827, 0x8e33855b, S=1, 1, 0x00bd00bd -0, 316800, 316800, 1800, 819, 0x6a7d88a3, S=1, 1, 0x00bd00bd -0, 318600, 318600, 1800, 828, 0x69b09497, S=1, 1, 0x00bd00bd -0, 320400, 320400, 1800, 830, 0x72cb9f2a, S=1, 1, 0x00bd00bd -0, 322200, 322200, 1800, 828, 0xb7299897, S=1, 1, 0x00bd00bd -0, 324000, 324000, 1800, 829, 0x9dcaa4b8, S=1, 1, 0x00bd00bd -0, 325800, 325800, 1800, 820, 0x6303a6bd, S=1, 1, 0x00bd00bd -0, 327600, 327600, 1800, 823, 0xf1d694e7, S=1, 1, 0x00bd00bd -0, 329400, 329400, 1800, 798, 0x6add8cfc, S=1, 1, 0x00bd00bd -0, 331200, 331200, 1800, 772, 0xd7927331, S=1, 1, 0x00bd00bd -0, 333000, 333000, 1800, 779, 0x82eb7660, S=1, 1, 0x00bd00bd -0, 334800, 334800, 1800, 774, 0x50217e2b, S=1, 1, 0x00bd00bd -0, 336600, 336600, 1800, 907, 0xfcd7bc7e, S=1, 1, 0x00bd00bd -0, 338400, 338400, 1800, 772, 0x433b6c19, S=1, 1, 0x00bd00bd -0, 340200, 340200, 1800, 777, 0xf3737c93, S=1, 1, 0x00bd00bd -0, 342000, 342000, 1800, 777, 0x74c18580, S=1, 1, 0x00bd00bd -0, 343800, 343800, 1800, 777, 0xb4d97b39, S=1, 1, 0x00bd00bd -0, 345600, 345600, 1800, 775, 0xde3a85fd, S=1, 1, 0x00bd00bd -0, 347400, 347400, 1800, 773, 0xf2fc8d11, S=1, 1, 0x00bd00bd -0, 349200, 349200, 1800, 777, 0xac3f86d0, S=1, 1, 0x00bd00bd -0, 351000, 351000, 1800, 777, 0x6a138265, S=1, 1, 0x00bd00bd -0, 352800, 352800, 1800, 776, 0xfbb58ca1, S=1, 1, 0x00bd00bd -0, 354600, 354600, 1800, 780, 0xd28a84cf, S=1, 1, 0x00bd00bd -0, 356400, 356400, 1800, 776, 0x623a7e56, S=1, 1, 0x00bd00bd -0, 358200, 358200, 1800, 778, 0xccb17d51, S=1, 1, 0x00bd00bd -0, 360000, 360000, 1800, 774, 0x15747fcb, S=1, 1, 0x00bd00bd -0, 361800, 361800, 1800, 778, 0xebf48852, S=1, 1, 0x00bd00bd -0, 363600, 363600, 1800, 777, 0xec0d71f5, S=1, 1, 0x00bd00bd -0, 365400, 365400, 1800, 773, 0xea328055, S=1, 1, 0x00bd00bd -0, 367200, 367200, 1800, 782, 0xc47c8ba6, S=1, 1, 0x00bd00bd -0, 369000, 369000, 1800, 780, 0x9de38ea5, S=1, 1, 0x00bd00bd -0, 370800, 370800, 1800, 777, 0xa1d989c3, S=1, 1, 0x00bd00bd -0, 372600, 372600, 1800, 775, 0xff8e829b, S=1, 1, 0x00bd00bd -0, 374400, 374400, 1800, 777, 0x7f4685bd, S=1, 1, 0x00bd00bd -0, 376200, 376200, 1800, 776, 0x911090ef, S=1, 1, 0x00bd00bd -0, 378000, 378000, 1800, 778, 0x47a086b1, S=1, 1, 0x00bd00bd -0, 379800, 379800, 1800, 775, 0x83f081f4, S=1, 1, 0x00bd00bd -0, 381600, 381600, 1800, 775, 0xf7d48741, S=1, 1, 0x00bd00bd -0, 383400, 383400, 1800, 779, 0x2c087a7b, S=1, 1, 0x00bd00bd -0, 385200, 385200, 1800, 779, 0x5c77857a, S=1, 1, 0x00bd00bd -0, 387000, 387000, 1800, 778, 0x46907b70, S=1, 1, 0x00bd00bd -0, 388800, 388800, 1800, 780, 0xc3a88f68, S=1, 1, 0x00bd00bd -0, 390600, 390600, 1800, 778, 0x35aa818b, S=1, 1, 0x00bd00bd -0, 392400, 392400, 1800, 776, 0xfb3d749c, S=1, 1, 0x00bd00bd -0, 394200, 394200, 1800, 777, 0x95e37fda, S=1, 1, 0x00bd00bd -0, 396000, 396000, 1800, 841, 0xbfffa393, S=1, 1, 0x00bd00bd -0, 397800, 397800, 1800, 777, 0x63858f67, S=1, 1, 0x00bd00bd -0, 399600, 399600, 1800, 780, 0xe277884b, S=1, 1, 0x00bd00bd -0, 401400, 401400, 1800, 777, 0x1e658659, S=1, 1, 0x00bd00bd -0, 403200, 403200, 1800, 777, 0x0ed17df3, S=1, 1, 0x00bd00bd -0, 405000, 405000, 1800, 778, 0x804b6fad, S=1, 1, 0x00bd00bd -0, 406800, 406800, 1800, 778, 0x6b2c8512, S=1, 1, 0x00bd00bd -0, 408600, 408600, 1800, 779, 0x6ca776d3, S=1, 1, 0x00bd00bd -0, 410400, 410400, 1800, 776, 0x6a8b8ea9, S=1, 1, 0x00bd00bd -0, 412200, 412200, 1800, 784, 0x1a367f43, S=1, 1, 0x00bd00bd -0, 414000, 414000, 1800, 776, 0x19d2865a, S=1, 1, 0x00bd00bd -0, 415800, 415800, 1800, 778, 0xb00d860f, S=1, 1, 0x00bd00bd -0, 417600, 417600, 1800, 775, 0x9d4f7b80, S=1, 1, 0x00bd00bd -0, 419400, 419400, 1800, 781, 0x42f1863b, S=1, 1, 0x00bd00bd -0, 421200, 421200, 1800, 779, 0x6b669d4e, S=1, 1, 0x00bd00bd -0, 423000, 423000, 1800, 846, 0x9a3fab04, S=1, 1, 0x00bd00bd -0, 424800, 424800, 1800, 776, 0x2db875e2, S=1, 1, 0x00bd00bd -0, 426600, 426600, 1800, 781, 0xbadf8580, S=1, 1, 0x00bd00bd -0, 428400, 428400, 1800, 783, 0xed878378, S=1, 1, 0x00bd00bd -0, 430200, 430200, 1800, 971, 0xf23af2a9, S=1, 1, 0x00bd00bd -0, 432000, 432000, 1800, 970, 0xcecfee4f, S=1, 1, 0x00bd00bd -0, 433800, 433800, 1800, 967, 0xc737eee7, S=1, 1, 0x00bd00bd -0, 435600, 435600, 1800, 776, 0x113d8458, S=1, 1, 0x00bd00bd -0, 437400, 437400, 1800, 971, 0xd8a3e77e, S=1, 1, 0x00bd00bd -0, 439200, 439200, 1800, 962, 0xe454e344, S=1, 1, 0x00bd00bd -0, 441000, 441000, 1800, 964, 0x01bce383, S=1, 1, 0x00bd00bd -0, 442800, 442800, 1800, 773, 0xb257800b, S=1, 1, 0x00bd00bd -0, 444600, 444600, 1800, 770, 0x390a8fc9, S=1, 1, 0x00bd00bd -0, 446400, 446400, 1800, 964, 0xb377dc40, S=1, 1, 0x00bd00bd -0, 448200, 448200, 1800, 958, 0x725dd1bc, S=1, 1, 0x00bd00bd -0, 450000, 450000, 1800, 775, 0x71676ef9, S=1, 1, 0x00bd00bd -0, 451800, 451800, 1800, 775, 0x302f7be4, S=1, 1, 0x00bd00bd -0, 453600, 453600, 1800, 966, 0x15e2ddfc, S=1, 1, 0x00bd00bd -0, 455400, 455400, 1800, 843, 0xa374a091, S=1, 1, 0x00bd00bd -0, 457200, 457200, 1800, 846, 0xfeeea12f, S=1, 1, 0x00bd00bd -0, 459000, 459000, 1800, 775, 0xba4278d4, S=1, 1, 0x00bd00bd -0, 460800, 460800, 1800, 901, 0xc135cbd2, S=1, 1, 0x00bd00bd -0, 462600, 462600, 1800, 958, 0x7785ce8a, S=1, 1, 0x00bd00bd -0, 464400, 464400, 1800, 770, 0x93ff72e0, S=1, 1, 0x00bd00bd -0, 466200, 466200, 1800, 773, 0x4b858520, S=1, 1, 0x00bd00bd -0, 468000, 468000, 1800, 768, 0xf9718bc1, S=1, 1, 0x00bd00bd -0, 469800, 469800, 1800, 776, 0x42978a5d, S=1, 1, 0x00bd00bd -0, 471600, 471600, 1800, 771, 0xd40f85f4, S=1, 1, 0x00bd00bd -0, 473400, 473400, 1800, 772, 0x9e39814e, S=1, 1, 0x00bd00bd -0, 475200, 475200, 1800, 958, 0xa402dd54, S=1, 1, 0x00bd00bd -0, 477000, 477000, 1800, 771, 0xef48765c, S=1, 1, 0x00bd00bd -0, 478800, 478800, 1800, 770, 0x20367c7c, S=1, 1, 0x00bd00bd -0, 480600, 480600, 1800, 959, 0xd855ce75, S=1, 1, 0x00bd00bd -0, 482400, 482400, 1800, 769, 0x44e9805f, S=1, 1, 0x00bd00bd -0, 484200, 484200, 1800, 840, 0x0ceb90b9, S=1, 1, 0x00bd00bd -0, 486000, 486000, 1800, 769, 0xeb0b7c25, S=1, 1, 0x00bd00bd -0, 487800, 487800, 1800, 767, 0x5c278027, S=1, 1, 0x00bd00bd -0, 489600, 489600, 1800, 951, 0xa9b6dc3f, S=1, 1, 0x00bd00bd -0, 491400, 491400, 1800, 769, 0x4082825f, S=1, 1, 0x00bd00bd -0, 493200, 493200, 1800, 958, 0xd71fe68a, S=1, 1, 0x00bd00bd -0, 495000, 495000, 1800, 773, 0x35f789cd, S=1, 1, 0x00bd00bd -0, 496800, 496800, 1800, 771, 0xa15d7ecb, S=1, 1, 0x00bd00bd -0, 498600, 498600, 1800, 768, 0x35e77aca, S=1, 1, 0x00bd00bd -0, 500400, 500400, 1800, 765, 0xe23f73a5, S=1, 1, 0x00bd00bd -0, 502200, 502200, 1800, 774, 0xa2ef7cac, S=1, 1, 0x00bd00bd -0, 504000, 504000, 1800, 837, 0x235494f2, S=1, 1, 0x00bd00bd -0, 505800, 505800, 1800, 773, 0x88538175, S=1, 1, 0x00bd00bd -0, 507600, 507600, 1800, 773, 0x177981fa, S=1, 1, 0x00bd00bd -0, 509400, 509400, 1800, 770, 0x273d7364, S=1, 1, 0x00bd00bd -0, 511200, 511200, 1800, 770, 0x3e837bf6, S=1, 1, 0x00bd00bd -0, 513000, 513000, 1800, 774, 0x08219078, S=1, 1, 0x00bd00bd -0, 514800, 514800, 1800, 767, 0xeb5f797c, S=1, 1, 0x00bd00bd -0, 516600, 516600, 1800, 774, 0x8eaa7a45, S=1, 1, 0x00bd00bd -0, 518400, 518400, 1800, 833, 0x73249305, S=1, 1, 0x00bd00bd -0, 520200, 520200, 1800, 774, 0x97e585d5, S=1, 1, 0x00bd00bd -0, 522000, 522000, 1800, 768, 0x45b278fe, S=1, 1, 0x00bd00bd -0, 523800, 523800, 1800, 773, 0xacf47d25, S=1, 1, 0x00bd00bd -0, 525600, 525600, 1800, 768, 0xd382773d, S=1, 1, 0x00bd00bd -0, 527400, 527400, 1800, 769, 0x20e97a5f, S=1, 1, 0x00bd00bd -0, 529200, 529200, 1800, 767, 0x0ef67dab, S=1, 1, 0x00bd00bd -0, 531000, 531000, 1800, 773, 0x5fa98693, S=1, 1, 0x00bd00bd -0, 532800, 532800, 1800, 774, 0xd27686ab, S=1, 1, 0x00bd00bd -0, 534600, 534600, 1800, 769, 0xc3d67ac2, S=1, 1, 0x00bd00bd -0, 536400, 536400, 1800, 833, 0x80c89f70, S=1, 1, 0x00bd00bd -0, 538200, 538200, 1800, 768, 0x5000776f, S=1, 1, 0x00bd00bd -0, 540000, 540000, 1800, 772, 0x79b2812e, S=1, 1, 0x00bd00bd -0, 541800, 541800, 1800, 839, 0x5276ad2b, S=1, 1, 0x00bd00bd -0, 543600, 543600, 1800, 769, 0xa58279b1, S=1, 1, 0x00bd00bd -0, 545400, 545400, 1800, 769, 0x826f8c2c, S=1, 1, 0x00bd00bd -0, 547200, 547200, 1800, 771, 0x5a508980, S=1, 1, 0x00bd00bd -0, 549000, 549000, 1800, 770, 0x659a7e09, S=1, 1, 0x00bd00bd -0, 550800, 550800, 1800, 771, 0x30ef74db, S=1, 1, 0x00bd00bd -0, 552600, 552600, 1800, 767, 0xc75d84cd, S=1, 1, 0x00bd00bd -0, 554400, 554400, 1800, 899, 0x9881c627, S=1, 1, 0x00bd00bd -0, 556200, 556200, 1800, 953, 0x0c90bd10, S=1, 1, 0x00bd00bd -0, 558000, 558000, 1800, 770, 0x2cdf8498, S=1, 1, 0x00bd00bd -0, 559800, 559800, 1800, 770, 0x0fdc7c67, S=1, 1, 0x00bd00bd -0, 561600, 561600, 1800, 771, 0x721a7d42, S=1, 1, 0x00bd00bd -0, 563400, 563400, 1800, 770, 0x164c71fc, S=1, 1, 0x00bd00bd -0, 565200, 565200, 1800, 769, 0xc36f7c71, S=1, 1, 0x00bd00bd -0, 567000, 567000, 1800, 896, 0xfad5bc39, S=1, 1, 0x00bd00bd -0, 568800, 568800, 1800, 957, 0x08c8e4ff, S=1, 1, 0x00bd00bd -0, 570600, 570600, 1800, 773, 0x009b81a0, S=1, 1, 0x00bd00bd -0, 572400, 572400, 1800, 774, 0xa26d83e9, S=1, 1, 0x00bd00bd -0, 574200, 574200, 1800, 956, 0x0544dde1, S=1, 1, 0x00bd00bd -0, 576000, 576000, 1800, 768, 0x3e4887f3, S=1, 1, 0x00bd00bd -0, 577800, 577800, 1800, 770, 0x24007a3a, S=1, 1, 0x00bd00bd -0, 579600, 579600, 1800, 771, 0x14508287, S=1, 1, 0x00bd00bd -0, 581400, 581400, 1800, 955, 0xa0f3de18, S=1, 1, 0x00bd00bd -0, 583200, 583200, 1800, 953, 0xcb75d2ff, S=1, 1, 0x00bd00bd -0, 585000, 585000, 1800, 767, 0x85ec747e, S=1, 1, 0x00bd00bd -0, 586800, 586800, 1800, 768, 0x8b2971a1, S=1, 1, 0x00bd00bd -0, 588600, 588600, 1800, 774, 0xc73b8a85, S=1, 1, 0x00bd00bd -0, 590400, 590400, 1800, 835, 0xe77e9333, S=1, 1, 0x00bd00bd -0, 592200, 592200, 1800, 768, 0x52428713, S=1, 1, 0x00bd00bd -0, 594000, 594000, 1800, 769, 0xf62377f5, S=1, 1, 0x00bd00bd -0, 595800, 595800, 1800, 771, 0xb0827990, S=1, 1, 0x00bd00bd -0, 597600, 597600, 1800, 771, 0xb93a8522, S=1, 1, 0x00bd00bd -0, 599400, 599400, 1800, 770, 0x9e748d23, S=1, 1, 0x00bd00bd -0, 601200, 601200, 1800, 768, 0x92d6779e, S=1, 1, 0x00bd00bd -0, 603000, 603000, 1800, 951, 0x371ae535, S=1, 1, 0x00bd00bd -0, 604800, 604800, 1800, 950, 0xe273dfb9, S=1, 1, 0x00bd00bd -0, 606600, 606600, 1800, 947, 0xe806d1f7, S=1, 1, 0x00bd00bd -0, 608400, 608400, 1800, 956, 0x9c61d286, S=1, 1, 0x00bd00bd -0, 610200, 610200, 1800, 951, 0x76b5ee35, S=1, 1, 0x00bd00bd -0, 612000, 612000, 1800, 943, 0xcfe7e11b, S=1, 1, 0x00bd00bd -0, 613800, 613800, 1800, 766, 0xcc83760a, S=1, 1, 0x00bd00bd -0, 615600, 615600, 1800, 890, 0xafbbbb4d, S=1, 1, 0x00bd00bd -0, 617400, 617400, 1800, 952, 0x6fbade31, S=1, 1, 0x00bd00bd -0, 619200, 619200, 1800, 766, 0x49ba84d4, S=1, 1, 0x00bd00bd -0, 621000, 621000, 1800, 767, 0xb29e6f83, S=1, 1, 0x00bd00bd -0, 622800, 622800, 1800, 760, 0xffe47a95, S=1, 1, 0x00bd00bd -0, 624600, 624600, 1800, 946, 0x768cddda, S=1, 1, 0x00bd00bd -0, 626400, 626400, 1800, 769, 0x1a228c70, S=1, 1, 0x00bd00bd -0, 628200, 628200, 1800, 760, 0xa6287fd7, S=1, 1, 0x00bd00bd -0, 630000, 630000, 1800, 762, 0x1d2d76b1, S=1, 1, 0x00bd00bd -0, 631800, 631800, 1800, 767, 0x047c845c, S=1, 1, 0x00bd00bd -0, 633600, 633600, 1800, 767, 0xea6c7a91, S=1, 1, 0x00bd00bd -0, 635400, 635400, 1800, 763, 0x49d47134, S=1, 1, 0x00bd00bd -0, 637200, 637200, 1800, 760, 0xb29a6ea7, S=1, 1, 0x00bd00bd -0, 639000, 639000, 1800, 763, 0x14458825, S=1, 1, 0x00bd00bd -0, 640800, 640800, 1800, 764, 0x6f437f87, S=1, 1, 0x00bd00bd -0, 642600, 642600, 1800, 764, 0xa1757bce, S=1, 1, 0x00bd00bd -0, 644400, 644400, 1800, 763, 0x77b8863b, S=1, 1, 0x00bd00bd -0, 646200, 646200, 1800, 763, 0x2edf70dd, S=1, 1, 0x00bd00bd -0, 648000, 648000, 1800, 764, 0x96177b9f, S=1, 1, 0x00bd00bd -0, 649800, 649800, 1800, 766, 0xa75168cf, S=1, 1, 0x00bd00bd -0, 651600, 651600, 1800, 767, 0xba19756f, S=1, 1, 0x00bd00bd -0, 653400, 653400, 1800, 765, 0x7e0676dd, S=1, 1, 0x00bd00bd -0, 655200, 655200, 1800, 767, 0x60a18dbd, S=1, 1, 0x00bd00bd -0, 657000, 657000, 1800, 763, 0x094d7636, S=1, 1, 0x00bd00bd -0, 658800, 658800, 1800, 767, 0x0cfa8023, S=1, 1, 0x00bd00bd -0, 660600, 660600, 1800, 768, 0x69ec81c5, S=1, 1, 0x00bd00bd -0, 662400, 662400, 1800, 764, 0x153f78ff, S=1, 1, 0x00bd00bd -0, 664200, 664200, 1800, 765, 0x08f98ede, S=1, 1, 0x00bd00bd -0, 666000, 666000, 1800, 764, 0xb0547fe9, S=1, 1, 0x00bd00bd -0, 667800, 667800, 1800, 769, 0x7b687865, S=1, 1, 0x00bd00bd -0, 669600, 669600, 1800, 766, 0x238e80e1, S=1, 1, 0x00bd00bd -0, 671400, 671400, 1800, 766, 0x684183f2, S=1, 1, 0x00bd00bd -0, 673200, 673200, 1800, 829, 0xe9e0995d, S=1, 1, 0x00bd00bd -0, 675000, 675000, 1800, 765, 0xa0047b3a, S=1, 1, 0x00bd00bd -0, 676800, 676800, 1800, 766, 0x5afb7c11, S=1, 1, 0x00bd00bd -0, 678600, 678600, 1800, 766, 0xce5f7f35, S=1, 1, 0x00bd00bd -0, 680400, 680400, 1800, 898, 0x467ac6b9, S=1, 1, 0x00bd00bd -0, 682200, 682200, 1800, 767, 0x594c7b13, S=1, 1, 0x00bd00bd -0, 684000, 684000, 1800, 896, 0x79e8b3c6, S=1, 1, 0x00bd00bd -0, 685800, 685800, 1800, 764, 0x1f9264c5, S=1, 1, 0x00bd00bd -0, 687600, 687600, 1800, 762, 0x068c830f, S=1, 1, 0x00bd00bd -0, 689400, 689400, 1800, 762, 0xd940760a, S=1, 1, 0x00bd00bd -0, 691200, 691200, 1800, 763, 0xbad583c4, S=1, 1, 0x00bd00bd -0, 693000, 693000, 1800, 947, 0xf61ed65c, S=1, 1, 0x00bd00bd -0, 694800, 694800, 1800, 767, 0x03a078ea, S=1, 1, 0x00bd00bd -0, 696600, 696600, 1800, 957, 0x7762e49b, S=1, 1, 0x00bd00bd -0, 698400, 698400, 1800, 955, 0x1541d660, S=1, 1, 0x00bd00bd -0, 700200, 700200, 1800, 767, 0xd6798911, S=1, 1, 0x00bd00bd -0, 702000, 702000, 1800, 767, 0x4f317dff, S=1, 1, 0x00bd00bd -0, 703800, 703800, 1800, 764, 0x47e17b33, S=1, 1, 0x00bd00bd -0, 705600, 705600, 1800, 763, 0x0c0c86b8, S=1, 1, 0x00bd00bd -0, 707400, 707400, 1800, 769, 0x18558aee, S=1, 1, 0x00bd00bd -0, 709200, 709200, 1800, 766, 0xe0aa764b, S=1, 1, 0x00bd00bd -0, 711000, 711000, 1800, 762, 0x87357d81, S=1, 1, 0x00bd00bd -0, 712800, 712800, 1800, 766, 0xdc8b7167, S=1, 1, 0x00bd00bd -0, 714600, 714600, 1800, 768, 0x7dbe92db, S=1, 1, 0x00bd00bd -0, 716400, 716400, 1800, 765, 0xb451867e, S=1, 1, 0x00bd00bd -0, 718200, 718200, 1800, 953, 0x12d7d687, S=1, 1, 0x00bd00bd -0, 720000, 720000, 1800, 769, 0x649c7d28, S=1, 1, 0x00bd00bd -0, 721800, 721800, 1800, 955, 0xce1fd2aa, S=1, 1, 0x00bd00bd -0, 723600, 723600, 1800, 952, 0x247dd870, S=1, 1, 0x00bd00bd -0, 725400, 725400, 1800, 951, 0x36d4da18, S=1, 1, 0x00bd00bd -0, 727200, 727200, 1800, 954, 0xbe6bd18f, S=1, 1, 0x00bd00bd -0, 729000, 729000, 1800, 948, 0xc770ca89, S=1, 1, 0x00bd00bd -0, 730800, 730800, 1800, 761, 0x9c5d77ea, S=1, 1, 0x00bd00bd -0, 732600, 732600, 1800, 763, 0xdedd88e0, S=1, 1, 0x00bd00bd -0, 734400, 734400, 1800, 760, 0x742a8286, S=1, 1, 0x00bd00bd -0, 736200, 736200, 1800, 764, 0x89917053, S=1, 1, 0x00bd00bd -0, 738000, 738000, 1800, 764, 0x77447622, S=1, 1, 0x00bd00bd -0, 739800, 739800, 1800, 946, 0x9ebad2bd, S=1, 1, 0x00bd00bd -0, 741600, 741600, 1800, 758, 0x638a836d, S=1, 1, 0x00bd00bd -0, 743400, 743400, 1800, 950, 0x285ec904, S=1, 1, 0x00bd00bd -0, 745200, 745200, 1800, 769, 0x43107232, S=1, 1, 0x00bd00bd -0, 747000, 747000, 1800, 764, 0x996b7a0f, S=1, 1, 0x00bd00bd -0, 748800, 748800, 1800, 757, 0xa5356f50, S=1, 1, 0x00bd00bd -0, 750600, 750600, 1800, 761, 0x628e7c55, S=1, 1, 0x00bd00bd -0, 752400, 752400, 1800, 761, 0xcbcc7416, S=1, 1, 0x00bd00bd -0, 754200, 754200, 1800, 759, 0x34bc71ba, S=1, 1, 0x00bd00bd -0, 756000, 756000, 1800, 758, 0xcca27ff3, S=1, 1, 0x00bd00bd -0, 757800, 757800, 1800, 767, 0x7ab882b6, S=1, 1, 0x00bd00bd -0, 759600, 759600, 1800, 761, 0xcbd7854a, S=1, 1, 0x00bd00bd -0, 761400, 761400, 1800, 828, 0x55be93e0, S=1, 1, 0x00bd00bd -0, 763200, 763200, 1800, 759, 0xb6fb804c, S=1, 1, 0x00bd00bd -0, 765000, 765000, 1800, 761, 0x331d7b48, S=1, 1, 0x00bd00bd -0, 766800, 766800, 1800, 762, 0xa84e7e9b, S=1, 1, 0x00bd00bd -0, 768600, 768600, 1800, 761, 0x97448037, S=1, 1, 0x00bd00bd -0, 770400, 770400, 1800, 757, 0xc82186bc, S=1, 1, 0x00bd00bd -0, 772200, 772200, 1800, 759, 0x82ab8746, S=1, 1, 0x00bd00bd -0, 774000, 774000, 1800, 759, 0x884f6d1a, S=1, 1, 0x00bd00bd -0, 775800, 775800, 1800, 761, 0xf2906fa9, S=1, 1, 0x00bd00bd -0, 777600, 777600, 1800, 756, 0x3eb76a17, S=1, 1, 0x00bd00bd -0, 779400, 779400, 1800, 765, 0x4de67a40, S=1, 1, 0x00bd00bd -0, 781200, 781200, 1800, 759, 0x2e7c7b1e, S=1, 1, 0x00bd00bd -0, 783000, 783000, 1800, 759, 0xdac278fa, S=1, 1, 0x00bd00bd -0, 784800, 784800, 1800, 761, 0x5caf700e, S=1, 1, 0x00bd00bd -0, 786600, 786600, 1800, 762, 0xd4107b13, S=1, 1, 0x00bd00bd -0, 788400, 788400, 1800, 771, 0xe4f16cd4, S=1, 1, 0x00bd00bd -0, 790200, 790200, 1800, 758, 0x96088772, S=1, 1, 0x00bd00bd -0, 792000, 792000, 1800, 759, 0x68fd798d, S=1, 1, 0x00bd00bd -0, 793800, 793800, 1800, 760, 0x7c896c77, S=1, 1, 0x00bd00bd -0, 795600, 795600, 1800, 762, 0x10f07df6, S=1, 1, 0x00bd00bd -0, 797400, 797400, 1800, 760, 0x902373b8, S=1, 1, 0x00bd00bd -0, 799200, 799200, 1800, 760, 0xd9db8045, S=1, 1, 0x00bd00bd -0, 801000, 801000, 1800, 757, 0x5164796e, S=1, 1, 0x00bd00bd -0, 802800, 802800, 1800, 762, 0x41f278ba, S=1, 1, 0x00bd00bd -0, 804600, 804600, 1800, 763, 0x04e676b1, S=1, 1, 0x00bd00bd -0, 806400, 806400, 1800, 835, 0x035899d3, S=1, 1, 0x00bd00bd -0, 808200, 808200, 1800, 758, 0x90b7828e, S=1, 1, 0x00bd00bd -0, 810000, 810000, 1800, 761, 0x2f446e0e, S=1, 1, 0x00bd00bd -0, 811800, 811800, 1800, 888, 0x3c6cb74c, S=1, 1, 0x00bd00bd -0, 813600, 813600, 1800, 758, 0x8f267d72, S=1, 1, 0x00bd00bd -0, 815400, 815400, 1800, 765, 0xaa2f7f16, S=1, 1, 0x00bd00bd -0, 817200, 817200, 1800, 761, 0x8b3d7e23, S=1, 1, 0x00bd00bd -0, 819000, 819000, 1800, 764, 0xd4d981fb, S=1, 1, 0x00bd00bd -0, 820800, 820800, 1800, 762, 0xa98d740b, S=1, 1, 0x00bd00bd -0, 822600, 822600, 1800, 767, 0xad358079, S=1, 1, 0x00bd00bd -0, 824400, 824400, 1800, 759, 0x165875cb, S=1, 1, 0x00bd00bd -0, 826200, 826200, 1800, 761, 0x65d17adf, S=1, 1, 0x00bd00bd -0, 828000, 828000, 1800, 762, 0x89927901, S=1, 1, 0x00bd00bd -0, 829800, 829800, 1800, 763, 0xdee4742c, S=1, 1, 0x00bd00bd -0, 831600, 831600, 1800, 760, 0xd6197581, S=1, 1, 0x00bd00bd -0, 833400, 833400, 1800, 832, 0x83398c5a, S=1, 1, 0x00bd00bd -0, 835200, 835200, 1800, 761, 0x90a48500, S=1, 1, 0x00bd00bd -0, 837000, 837000, 1800, 887, 0xf8fbc1cf, S=1, 1, 0x00bd00bd -0, 838800, 838800, 1800, 765, 0x196f800a, S=1, 1, 0x00bd00bd -0, 840600, 840600, 1800, 763, 0x70e581d8, S=1, 1, 0x00bd00bd -0, 842400, 842400, 1800, 763, 0x79087b7d, S=1, 1, 0x00bd00bd -0, 844200, 844200, 1800, 952, 0x5862f4fe, S=1, 1, 0x00bd00bd -0, 846000, 846000, 1800, 953, 0x2c00dc09, S=1, 1, 0x00bd00bd -0, 847800, 847800, 1800, 945, 0x66cbe386, S=1, 1, 0x00bd00bd -0, 849600, 849600, 1800, 948, 0xe77fdca7, S=1, 1, 0x00bd00bd -0, 851400, 851400, 1800, 951, 0xe532d54f, S=1, 1, 0x00bd00bd -0, 853200, 853200, 1800, 826, 0xd0028f8f, S=1, 1, 0x00bd00bd -0, 855000, 855000, 1800, 763, 0xd2a5722c, S=1, 1, 0x00bd00bd -0, 856800, 856800, 1800, 763, 0x798090ab, S=1, 1, 0x00bd00bd -0, 858600, 858600, 1800, 766, 0xbb498e19, S=1, 1, 0x00bd00bd -0, 860400, 860400, 1800, 946, 0x463fc5aa, S=1, 1, 0x00bd00bd -0, 862200, 862200, 1800, 762, 0xea638f8b, S=1, 1, 0x00bd00bd -0, 864000, 864000, 1800, 765, 0x0eed7bd2, S=1, 1, 0x00bd00bd -0, 865800, 865800, 1800, 763, 0xfb1b6eae, S=1, 1, 0x00bd00bd -0, 867600, 867600, 1800, 761, 0xa48a7407, S=1, 1, 0x00bd00bd -0, 869400, 869400, 1800, 760, 0xcd737c43, S=1, 1, 0x00bd00bd -0, 871200, 871200, 1800, 757, 0xeffd7c1a, S=1, 1, 0x00bd00bd -0, 873000, 873000, 1800, 757, 0x2f6272cb, S=1, 1, 0x00bd00bd -0, 874800, 874800, 1800, 762, 0xe2a28223, S=1, 1, 0x00bd00bd -0, 876600, 876600, 1800, 760, 0xecb47548, S=1, 1, 0x00bd00bd -0, 878400, 878400, 1800, 763, 0x80ac8293, S=1, 1, 0x00bd00bd -0, 880200, 880200, 1800, 764, 0x5a067114, S=1, 1, 0x00bd00bd -0, 882000, 882000, 1800, 946, 0x7af2c695, S=1, 1, 0x00bd00bd -0, 883800, 883800, 1800, 946, 0xaadeddb9, S=1, 1, 0x00bd00bd -0, 885600, 885600, 1800, 949, 0x75bdd657, S=1, 1, 0x00bd00bd -0, 887400, 887400, 1800, 946, 0x3fcdd17a, S=1, 1, 0x00bd00bd -0, 889200, 889200, 1800, 940, 0x8441e164, S=1, 1, 0x00bd00bd -0, 891000, 891000, 1800, 762, 0x062782a9, S=1, 1, 0x00bd00bd -0, 892800, 892800, 1800, 759, 0xfda97d5b, S=1, 1, 0x00bd00bd -0, 894600, 894600, 1800, 942, 0x030eda68, S=1, 1, 0x00bd00bd -0, 896400, 896400, 1800, 764, 0x1be87f32, S=1, 1, 0x00bd00bd -0, 898200, 898200, 1800, 759, 0x9dd577e7, S=1, 1, 0x00bd00bd -0, 900000, 900000, 1800, 760, 0x321f7312, S=1, 1, 0x00bd00bd -0, 901800, 901800, 1800, 757, 0xd81b7513, S=1, 1, 0x00bd00bd -0, 903600, 903600, 1800, 941, 0x088cd7e7, S=1, 1, 0x00bd00bd -0, 905400, 905400, 1800, 943, 0xc7efddbe, S=1, 1, 0x00bd00bd -0, 907200, 907200, 1800, 759, 0x31ed7bd4, S=1, 1, 0x00bd00bd -0, 909000, 909000, 1800, 759, 0xddd47489, S=1, 1, 0x00bd00bd -0, 910800, 910800, 1800, 762, 0xb76a7c1f, S=1, 1, 0x00bd00bd -0, 912600, 912600, 1800, 831, 0x88389ce4, S=1, 1, 0x00bd00bd -0, 914400, 914400, 1800, 756, 0x961878d2, S=1, 1, 0x00bd00bd -0, 916200, 916200, 1800, 760, 0xb4e583bc, S=1, 1, 0x00bd00bd -0, 918000, 918000, 1800, 761, 0x2f597c42, S=1, 1, 0x00bd00bd -0, 919800, 919800, 1800, 759, 0x43e972f1, S=1, 1, 0x00bd00bd TEST oggopus-demux TEST oggvp8-demux Test ts-opus-demux failed. Look at tests/data/fate/ts-opus-demux.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-ts-opus-demux] Error 1 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 --- /home/fate/ffmpeg/tests/ref/fate/ea-cdata 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/ea-cdata 2020-03-19 20:53:51.223127886 +0000 @@ -1 +1 @@ -db441b7f9c8767ee675002763cd3ae46 +d41d8cd98f00b204e9800998ecf8427e Test ea-cdata failed. Look at tests/data/fate/ea-cdata.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-ea-cdata] Error 1 TEST filter-owdenoise-sample TEST filter-delogo TEST filter-yadif-mode0 TEST filter-yadif-mode1 TEST filter-yadif10 TEST filter-yadif16 TEST filter-w3fdif-simple TEST filter-w3fdif-complex TEST filter-mcdeint-fast TEST filter-mcdeint-medium TEST filter-codecview-mvs TEST filter-showpalette TEST filter-palettegen-1 TEST filter-palettegen-2 TEST filter-paletteuse-nodither TEST filter-paletteuse-bayer TEST filter-paletteuse-sierra2_4a TEST filter-overlay_yuv420_yuva420 TEST filter-overlay_yuv422_yuva422 TEST filter-overlay_yuv444_yuva444 TEST filter-overlay_rgb_rgba TEST filter-overlay_gbrp_gbrap TEST filter-overlay_yuva420_yuva420 TEST filter-overlay_yuva422_yuva422 TEST filter-overlay_yuva444_yuva444 TEST filter-overlay_rgba_rgba TEST filter-overlay_gbrap_gbrap TEST filter-hqdn3d-sample TEST filter-overlay-dvdsub-2397 TEST filter-hq2x TEST filter-hq3x TEST filter-hq4x TEST filter-2xbr TEST filter-3xbr TEST filter-4xbr TEST filter-curves TEST filter-gradfun-sample TEST filter-fps-cfr TEST filter-fps TEST filter-fps-r TEST filter-meta-4560-rotate0 TEST filter-refcmp-psnr-rgb TEST filter-refcmp-psnr-yuv TEST filter-refcmp-ssim-rgb TEST filter-refcmp-ssim-yuv TEST fitsdec-ext_data_min_max --- /home/fate/ffmpeg/tests/ref/fate/filter-meta-4560-rotate0 2017-03-24 21:02:53.613046419 +0000 +++ tests/data/fate/filter-meta-4560-rotate0 2020-03-19 20:53:52.629792119 +0000 @@ -1,268 +0,0 @@ -#tb 0: 1/30 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 480x272 -#sar 0: 0/1 -#tb 1: 1/44100 -#media_type 1: audio -#codec_id 1: pcm_s16le -#sample_rate 1: 44100 -#channel_layout 1: 4 -#channel_layout_name 1: mono -0, 0, 0, 1, 195840, 0x0602351d -1, 0, 0, 1024, 2048, 0x00000000 -1, 1024, 1024, 1024, 2048, 0xe6b00ffc -0, 1, 1, 1, 195840, 0xcad55625 -1, 2048, 2048, 1024, 2048, 0x9275068a -0, 2, 2, 1, 195840, 0x1a47a5ca -1, 3072, 3072, 1024, 2048, 0xcd35a7ce -1, 4096, 4096, 1024, 2048, 0x3f846a1e -0, 3, 3, 1, 195840, 0x5cd02d7c -1, 5120, 5120, 1024, 2048, 0x60ff5fd1 -0, 4, 4, 1, 195840, 0x07d08f16 -1, 6144, 6144, 1024, 2048, 0x9e9d96ee -1, 7168, 7168, 1024, 2048, 0xb2622c29 -0, 5, 5, 1, 195840, 0xe8abf6dd -1, 8192, 8192, 1024, 2048, 0xdeddcd6a -0, 6, 6, 1, 195840, 0x096a5c58 -1, 9216, 9216, 1024, 2048, 0xc8798b23 -1, 10240, 10240, 1024, 2048, 0xea1dac49 -0, 7, 7, 1, 195840, 0x4e1a17bd -1, 11264, 11264, 1024, 2048, 0x6b50813e -0, 8, 8, 1, 195840, 0x96349c20 -1, 12288, 12288, 1024, 2048, 0x89698347 -0, 9, 9, 1, 195840, 0x6bb16907 -1, 13312, 13312, 1024, 2048, 0xaa608a47 -1, 14336, 14336, 1024, 2048, 0x169b8cf7 -0, 10, 10, 1, 195840, 0x7e44e4dd -1, 15360, 15360, 1024, 2048, 0x2f127455 -0, 11, 11, 1, 195840, 0x4c3c0cf1 -1, 16384, 16384, 1024, 2048, 0x269c7583 -1, 17408, 17408, 1024, 2048, 0x917f7279 -0, 12, 12, 1, 195840, 0x4f2e3f2d -1, 18432, 18432, 1024, 2048, 0x27055ffb -0, 13, 13, 1, 195840, 0xcba539cd -1, 19456, 19456, 1024, 2048, 0x7eca49e4 -1, 20480, 20480, 1024, 2048, 0xad067184 -0, 14, 14, 1, 195840, 0xf2811c9b -1, 21504, 21504, 1024, 2048, 0xca406454 -0, 15, 15, 1, 195840, 0x8357eab2 -1, 22528, 22528, 1024, 2048, 0x69d48a55 -0, 16, 16, 1, 195840, 0xdba9c438 -1, 23552, 23552, 1024, 2048, 0x0a836c14 -1, 24576, 24576, 1024, 2048, 0xa9e967f9 -0, 17, 17, 1, 195840, 0x58bcb594 -1, 25600, 25600, 1024, 2048, 0xd7f73f35 -0, 18, 18, 1, 195840, 0x3edc5a1c -1, 26624, 26624, 1024, 2048, 0x70ed8364 -1, 27648, 27648, 1024, 2048, 0x913f9b73 -0, 19, 19, 1, 195840, 0x94e4c186 -1, 28672, 28672, 1024, 2048, 0x7db083eb -0, 20, 20, 1, 195840, 0xffad5f59 -1, 29696, 29696, 1024, 2048, 0x951b97a9 -1, 30720, 30720, 1024, 2048, 0x072ea78e -0, 21, 21, 1, 195840, 0x84d1b114 -1, 31744, 31744, 1024, 2048, 0x9b127ba5 -0, 22, 22, 1, 195840, 0x358c1d0a -1, 32768, 32768, 1024, 2048, 0x051c90c0 -1, 33792, 33792, 1024, 2048, 0x232d93b5 -0, 23, 23, 1, 195840, 0x3ed1ffc8 -1, 34816, 34816, 1024, 2048, 0x76b89477 -0, 24, 24, 1, 195840, 0xf048f47c -1, 35840, 35840, 1024, 2048, 0x50b2568d -0, 25, 25, 1, 195840, 0x3c2a3de6 -1, 36864, 36864, 1024, 2048, 0x97947e5e -1, 37888, 37888, 1024, 2048, 0x21569819 -0, 26, 26, 1, 195840, 0x7ca208b1 -1, 38912, 38912, 1024, 2048, 0xc4358de4 -0, 27, 27, 1, 195840, 0x105cf9fc -1, 39936, 39936, 1024, 2048, 0x69964977 -1, 40960, 40960, 1024, 2048, 0xef81892e -0, 28, 28, 1, 195840, 0x9fe50c29 -1, 41984, 41984, 1024, 2048, 0x6f7084e7 -0, 29, 29, 1, 195840, 0xb459720f -1, 43008, 43008, 1024, 2048, 0x7be080f7 -1, 44032, 44032, 1024, 2048, 0xadb18939 -0, 30, 30, 1, 195840, 0x6eda17b0 -1, 45056, 45056, 1024, 2048, 0x6cd9506d -0, 31, 31, 1, 195840, 0x098871b0 -1, 46080, 46080, 1024, 2048, 0xba88ab8b -0, 32, 32, 1, 195840, 0xc664cc79 -1, 47104, 47104, 1024, 2048, 0xe0bd726b -1, 48128, 48128, 1024, 2048, 0x15604a65 -0, 33, 33, 1, 195840, 0x8d02708d -1, 49152, 49152, 1024, 2048, 0x2a89f85b -0, 34, 34, 1, 195840, 0xe90a8705 -1, 50176, 50176, 1024, 2048, 0xd71857dd -1, 51200, 51200, 1024, 2048, 0x93d98aee -0, 35, 35, 1, 195840, 0x55f6c5b6 -1, 52224, 52224, 1024, 2048, 0xcc537c08 -0, 36, 36, 1, 195840, 0xe4ad145d -1, 53248, 53248, 1024, 2048, 0xe0ea7c21 -1, 54272, 54272, 1024, 2048, 0x883ba380 -0, 37, 37, 1, 195840, 0x9e766d50 -1, 55296, 55296, 1024, 2048, 0xaaf65ca7 -0, 38, 38, 1, 195840, 0xc2eac289 -1, 56320, 56320, 1024, 2048, 0xe01e98ca -0, 39, 39, 1, 195840, 0x0baf5871 -1, 57344, 57344, 1024, 2048, 0xca85a551 -1, 58368, 58368, 1024, 2048, 0x6fea7f82 -0, 40, 40, 1, 195840, 0x15f85f38 -1, 59392, 59392, 1024, 2048, 0x9fd59843 -0, 41, 41, 1, 195840, 0x77b03072 -1, 60416, 60416, 1024, 2048, 0xd7419d35 -1, 61440, 61440, 1024, 2048, 0xc285bc0e -0, 42, 42, 1, 195840, 0x0abb7abf -1, 62464, 62464, 1024, 2048, 0x5180419c -0, 43, 43, 1, 195840, 0x05076724 -1, 63488, 63488, 1024, 2048, 0xac9fd91b -1, 64512, 64512, 1024, 2048, 0x6de689b3 -0, 44, 44, 1, 195840, 0x2e8c6163 -1, 65536, 65536, 1024, 2048, 0x655bb415 -0, 45, 45, 1, 195840, 0x4f350cde -1, 66560, 66560, 1024, 2048, 0xe59d7404 -1, 67584, 67584, 1024, 2048, 0xaa9356b9 -0, 46, 46, 1, 195840, 0xefc6bda1 -1, 68608, 68608, 1024, 2048, 0xe193549d -0, 47, 47, 1, 195840, 0xe2cdee68 -1, 69632, 69632, 1024, 2048, 0xd05c9736 -0, 48, 48, 1, 195840, 0xcc62401e -1, 70656, 70656, 1024, 2048, 0x086f6829 -1, 71680, 71680, 1024, 2048, 0x79624f93 -0, 49, 49, 1, 195840, 0x4ed76e1b -1, 72704, 72704, 1024, 2048, 0xf70a2f21 -0, 50, 50, 1, 195840, 0xf4f8599a -1, 73728, 73728, 1024, 2048, 0xd32c643c -1, 74752, 74752, 1024, 2048, 0xd6f07035 -0, 51, 51, 1, 195840, 0xb05edf96 -1, 75776, 75776, 1024, 2048, 0x137c6ca0 -0, 52, 52, 1, 195840, 0xfb1a1e15 -1, 76800, 76800, 1024, 2048, 0x916242de -1, 77824, 77824, 1024, 2048, 0x0d910367 -0, 53, 53, 1, 195840, 0x970ebb58 -1, 78848, 78848, 1024, 2048, 0x460b8f1e -0, 54, 54, 1, 195840, 0xf4046957 -1, 79872, 79872, 1024, 2048, 0x616a6102 -0, 55, 55, 1, 195840, 0xd5eca339 -1, 80896, 80896, 1024, 2048, 0xfc507e1d -1, 81920, 81920, 1024, 2048, 0x34accc94 -0, 56, 56, 1, 195840, 0x52d3cb24 -1, 82944, 82944, 1024, 2048, 0xcf679f1a -0, 57, 57, 1, 195840, 0x259cac47 -1, 83968, 83968, 1024, 2048, 0x72c45d8a -1, 84992, 84992, 1024, 2048, 0xfd21264a -0, 58, 58, 1, 195840, 0x9190a95b -1, 86016, 86016, 1024, 2048, 0x02895c31 -0, 59, 59, 1, 195840, 0x5baccfb5 -1, 87040, 87040, 1024, 2048, 0xdc041e9c -1, 88064, 88064, 1024, 2048, 0x266407a5 -0, 60, 60, 1, 195840, 0x80d19a09 -1, 89088, 89088, 1024, 2048, 0x8f111c49 -0, 61, 61, 1, 195840, 0x5ad44ce3 -1, 90112, 90112, 1024, 2048, 0xead031dd -1, 91136, 91136, 1024, 2048, 0x238325d4 -0, 62, 62, 1, 195840, 0x7b1ad12b -1, 92160, 92160, 1024, 2048, 0x24171913 -0, 63, 63, 1, 195840, 0x57e1a5e5 -1, 93184, 93184, 1024, 2048, 0xbcda41c5 -0, 64, 64, 1, 195840, 0x70cb6d38 -1, 94208, 94208, 1024, 2048, 0x124f5eed -1, 95232, 95232, 1024, 2048, 0x4cadc088 -0, 65, 65, 1, 195840, 0x39dac35a -1, 96256, 96256, 1024, 2048, 0x062cd95a -0, 66, 66, 1, 195840, 0x4f9fccca -1, 97280, 97280, 1024, 2048, 0xc26a888d -1, 98304, 98304, 1024, 2048, 0x864f1a68 -0, 67, 67, 1, 195840, 0xadcb5585 -1, 99328, 99328, 1024, 2048, 0x4bb1ecf4 -0, 68, 68, 1, 195840, 0xe596c1b4 -1, 100352, 100352, 1024, 2048, 0xb4ddc0a7 -1, 101376, 101376, 1024, 2048, 0x665badb3 -0, 69, 69, 1, 195840, 0x64a05339 -1, 102400, 102400, 1024, 2048, 0x70beaa68 -0, 70, 70, 1, 195840, 0xaefa0990 -1, 103424, 103424, 1024, 2048, 0x8ac7c7de -0, 71, 71, 1, 195840, 0x9c0b5c3d -1, 104448, 104448, 1024, 2048, 0x158cad8e -1, 105472, 105472, 1024, 2048, 0x0ab8faf2 -0, 72, 72, 1, 195840, 0xbae8bd6b -1, 106496, 106496, 1024, 2048, 0x994e79f1 -0, 73, 73, 1, 195840, 0xb2ac7857 -1, 107520, 107520, 1024, 2048, 0xc727104e -1, 108544, 108544, 1024, 2048, 0x1e1f720a -0, 74, 74, 1, 195840, 0xcf2865e3 -1, 109568, 109568, 1024, 2048, 0x7232bede -0, 75, 75, 1, 195840, 0x4e8589af -1, 110592, 110592, 1024, 2048, 0x015fd697 -1, 111616, 111616, 1024, 2048, 0x4b33ebc9 -0, 76, 76, 1, 195840, 0x31c21938 -1, 112640, 112640, 1024, 2048, 0x8e61948a -0, 77, 77, 1, 195840, 0xe6163c50 -1, 113664, 113664, 1024, 2048, 0x83fab6ac -0, 78, 78, 1, 195840, 0x888ef74f -1, 114688, 114688, 1024, 2048, 0x8d55d683 -1, 115712, 115712, 1024, 2048, 0x4e91a2c7 -0, 79, 79, 1, 195840, 0x00d822f7 -1, 116736, 116736, 1024, 2048, 0x8c79c692 -0, 80, 80, 1, 195840, 0xcbe77d2b -1, 117760, 117760, 1024, 2048, 0xe744d102 -1, 118784, 118784, 1024, 2048, 0x2bf4e6b1 -0, 81, 81, 1, 195840, 0x9f2ff6e5 -1, 119808, 119808, 1024, 2048, 0xd6fd9b91 -0, 82, 82, 1, 195840, 0x08f65f5f -1, 120832, 120832, 1024, 2048, 0xedcd8e8a -1, 121856, 121856, 1024, 2048, 0x67b422bd -0, 83, 83, 1, 195840, 0xd3950469 -1, 122880, 122880, 1024, 2048, 0xa0329606 -0, 84, 84, 1, 195840, 0xb8e014b8 -1, 123904, 123904, 1024, 2048, 0xae47c015 -1, 124928, 124928, 1024, 2048, 0xaec1dfb2 -0, 85, 85, 1, 195840, 0xa4399742 -1, 125952, 125952, 1024, 2048, 0x719e9bac -0, 86, 86, 1, 195840, 0x84b5a8ec -1, 126976, 126976, 1024, 2048, 0x5d99a16c -0, 87, 87, 1, 195840, 0x1bfaa027 -1, 128000, 128000, 1024, 2048, 0x87aacd09 -1, 129024, 129024, 1024, 2048, 0x1473be08 -0, 88, 88, 1, 195840, 0x7bdbb172 -1, 130048, 130048, 1024, 2048, 0xdee3d975 -0, 89, 89, 1, 195840, 0x00f2b3f7 -1, 131072, 131072, 1024, 2048, 0x0180b050 -1, 132096, 132096, 1024, 2048, 0xb035d915 -0, 90, 90, 1, 195840, 0x86503bc7 -1, 133120, 133120, 1024, 2048, 0x1b77a3fd -0, 91, 91, 1, 195840, 0xc4ab358e -1, 134144, 134144, 1024, 2048, 0xf233b7bc -1, 135168, 135168, 1024, 2048, 0xf1fad173 -0, 92, 92, 1, 195840, 0x1b330ba0 -1, 136192, 136192, 1024, 2048, 0x8b6ac5b9 -0, 93, 93, 1, 195840, 0xccc9822f -1, 137216, 137216, 1024, 2048, 0x1228c03f -0, 94, 94, 1, 195840, 0xffe3486d -1, 138240, 138240, 1024, 2048, 0xbe99cc61 -1, 139264, 139264, 1024, 2048, 0x8486bad7 -0, 95, 95, 1, 195840, 0x30dc0efe -1, 140288, 140288, 1024, 2048, 0x423ca644 -0, 96, 96, 1, 195840, 0x6bfae71e -1, 141312, 141312, 1024, 2048, 0x33afb5a3 -1, 142336, 142336, 1024, 2048, 0x90c33f49 -0, 97, 97, 1, 195840, 0x0fa017b8 -1, 143360, 143360, 1024, 2048, 0x0e59f9d7 -0, 98, 98, 1, 195840, 0x1d0c9810 -1, 144384, 144384, 1024, 2048, 0x4f513d3d -1, 145408, 145408, 1024, 2048, 0xe2f1406b -0, 99, 99, 1, 195840, 0x775778f0 -1, 146432, 146432, 1024, 2048, 0xe55d2a99 -0, 100, 100, 1, 195840, 0xdcb0ede5 -1, 147456, 147456, 1024, 2048, 0xb0e236c2 -0, 101, 101, 1, 195840, 0x67624270 -1, 148480, 148480, 1024, 2048, 0xdc80c8fb -1, 149504, 149504, 1024, 2048, 0x97c30778 -0, 102, 102, 1, 195840, 0xce86f6a3 -1, 150528, 150528, 1024, 2048, 0x6e403113 -0, 103, 103, 1, 195840, 0xa4b3e032 -1, 151552, 151552, 1024, 2048, 0x429605a1 -1, 152576, 152576, 1024, 2048, 0x25d61b75 -0, 104, 104, 1, 195840, 0x46851b87 -1, 153600, 153600, 1024, 2048, 0xa32cf42d -0, 105, 105, 1, 195840, 0x02d97dc4 TEST fitsdec-blank_bitpix32 Test filter-meta-4560-rotate0 failed. Look at tests/data/fate/filter-meta-4560-rotate0.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-meta-4560-rotate0] Error 1 TEST fitsdec-bitpix-32 TEST fitsdec-bitpix-64 TEST fitsdec-multi TEST fitsdec-gray TEST fitsdec-gbrp TEST fitsdec-gbrp16 TEST fitsdec-gbrap16le TEST fitsenc-gray TEST fitsenc-gray16be TEST fitsenc-gbrp TEST fitsenc-gbrap TEST fitsenc-gbrp16be TEST fitsenc-gbrap16be TEST aliaspix-bgr TEST aliaspix-gray TEST brenderpix-24 TEST brenderpix-defpal TEST brenderpix-565 TEST brenderpix-y400a TEST brenderpix-intpal 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-dxt3 TEST dds-dxt2 TEST dds-dxt4 TEST dds-dxt5-aexp TEST dds-dxt5 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-xrgb TEST dds-xbgr TEST dds-y TEST dds-ya TEST dds-ycocg TEST dds-yuyv TEST exr-slice-raw TEST exr-slice-rle TEST exr-slice-zip16 TEST exr-slice-zip1 TEST exr-slice-pxr24 TEST exr-rgb-scanline-pxr24-float-12x8 TEST exr-rgba-multiscanline-half-b44 TEST exr-rgb-scanline-float-b44 TEST exr-rgb-scanline-half-b44-12x8 TEST exr-rgb-scanline-half-b44-13x9 TEST exr-rgb-tile-float-raw-12x8 TEST exr-rgb-tile-float-raw-150x130 TEST exr-rgb-tile-half-raw-12x8 TEST exr-rgba-scanline-float-half-b44-13x9-l1 TEST exr-rgba-scanline-float-half-b44-13x9-l2 TEST exr-rgba-scanline-float-half-b44-12x8-l1 TEST exr-rgba-scanline-float-half-b44-12x8-l2 TEST exr-rgba-scanline-float-half-b44a-12x8-l1 TEST exr-rgba-scanline-float-half-b44a-12x8-l2 TEST exr-rgba-scanline-float-half-b44a-13x9-l1 TEST exr-rgba-scanline-float-half-b44a-13x9-l2 TEST exr-rgb-tile-pxr24-float-half-l1 TEST exr-rgb-tile-pxr24-float-half-l2 TEST exr-rgb-tile-pxr24-half-float-l1 TEST exr-rgb-tile-pxr24-half-float-l2 TEST exr-rgb-tile-half-float-b44-12x8-l1 TEST exr-rgb-tile-half-float-b44-12x8-l2 TEST exr-rgb-tile-zip-half-float-l1 TEST exr-rgb-tile-zip-half-float-l2 TEST exr-rgb-tile-zip1-half-float-l1 TEST exr-rgb-tile-zip1-half-float-l2 TEST exr-rgb-tile-rle-half-float-l1 TEST exr-rgb-tile-rle-half-float-l2 TEST exr-rgb-tile-raw-half-float-l1 TEST exr-rgb-tile-raw-half-float-l2 TEST exr-rgb-scanline-b44-half-float-12x8-l1 TEST exr-rgb-scanline-b44-half-float-12x8-l2 TEST exr-rgb-scanline-pxr24-half-float-l1 TEST exr-rgb-scanline-pxr24-half-float-l2 TEST exr-rgb-scanline-pxr24-float-half-l1 TEST exr-rgb-scanline-pxr24-float-half-l2 TEST exr-rgb-scanline-pxr24-half-uint32-13x9 TEST exr-rgb-scanline-zip-half-float-l1 TEST exr-rgb-scanline-zip-half-float-l2 TEST exr-rgb-scanline-zip1-half-float-l1 TEST exr-rgb-scanline-zip1-half-float-l2 TEST exr-rgb-scanline-rle-half-float-l1 TEST exr-rgb-scanline-rle-half-float-l2 TEST exr-rgb-scanline-raw-half-float-l1 TEST exr-rgb-scanline-raw-half-float-l2 TEST exr-rgb-scanline-b44-uint32 TEST exr-rgb-scanline-pxr24-uint32 TEST exr-rgb-scanline-zip1-half-float-l1-zero-offsets TEST exr-rgb-scanline-half-piz-bw TEST exr-rgb-scanline-half-piz-color TEST exr-rgb-scanline-half-piz-dw-t01 TEST exr-rgb-scanline-float-piz-48x32 TEST exr-rgb-scanline-none-negative-red TEST exr-rgb-b44a-half-negative-4x4 TEST exr-y-tile-zip-half-12x8 TEST exr-y-scanline-zip-half-12x8 TEST exr-rgb-scanline-half-piz-dw-t08 TEST exr-rgba-zip16-16x32-flag4 TEST jpg-12bpp TEST jpg-jfif TEST png-gray8 TEST png-gray16 TEST png-rgb24 TEST png-rgb48 TEST png-rgba TEST png-rgba64 TEST png-ya8 TEST png-ya16 TEST png-int-rgb24 TEST psd-gray8 TEST psd-gray16 TEST psd-rgb48 TEST psd-rgb24 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-rgba-rle-128x128-8b TEST psd-lena-rgb-rle-127x127-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-encrypted TEST lossless-tta TEST lossless-wma --- /home/fate/ffmpeg/tests/ref/fate/lossless-alac 2017-03-24 21:02:53.633046466 +0000 +++ tests/data/fate/lossless-alac 2020-03-19 20:53:53.749790182 +0000 @@ -1 +1 @@ -d0beb768d860b4776358077dd9fcb1e9 +d41d8cd98f00b204e9800998ecf8427e --- /home/fate/ffmpeg/tests/ref/fate/lossless-shorten 2017-03-24 21:02:53.633046466 +0000 +++ tests/data/fate/lossless-shorten 2020-03-19 20:53:53.753123510 +0000 @@ -1 +1 @@ -da93c50961443b88fce416ae61c8ca8a +d41d8cd98f00b204e9800998ecf8427e Test lossless-alac failed. Look at tests/data/fate/lossless-alac.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-lossless-alac] Error 1 TEST lossless-wma24-1 Test lossless-shorten failed. Look at tests/data/fate/lossless-shorten.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lossless-shorten] Error 1 TEST lossless-wma24-2 --- /home/fate/ffmpeg/tests/ref/fate/lossless-tak 2017-03-24 21:02:53.633046466 +0000 +++ tests/data/fate/lossless-tak 2020-03-19 20:53:53.746456854 +0000 @@ -1 +0,0 @@ -CRC=0x4ec0971f Test lossless-tak failed. Look at tests/data/fate/lossless-tak.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lossless-tak] Error 1 TEST lossless-wma24-rawtile --- /home/fate/ffmpeg/tests/ref/fate/ralf 2017-03-24 21:02:53.636379807 +0000 +++ tests/data/fate/ralf 2020-03-19 20:53:53.776456802 +0000 @@ -1 +1 @@ -10da0398e06a470a0b97817fe113abcb +d41d8cd98f00b204e9800998ecf8427e --- /home/fate/ffmpeg/tests/ref/fate/lossless-wma 2017-03-24 21:02:53.633046466 +0000 +++ tests/data/fate/lossless-wma 2020-03-19 20:53:53.783123457 +0000 @@ -1 +1 @@ -ab45f262b22030e908cb03f2cc8e89b5 +d41d8cd98f00b204e9800998ecf8427e Test ralf failed. Look at tests/data/fate/ralf.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-ralf] Error 1 TEST lagarith-rgb24 Test lossless-wma failed. Look at tests/data/fate/lossless-wma.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lossless-wma] Error 1 TEST lagarith-rgb32 --- /home/fate/ffmpeg/tests/ref/fate/lossless-wma24-1 2017-03-24 21:02:53.633046466 +0000 +++ tests/data/fate/lossless-wma24-1 2020-03-19 20:53:53.806456751 +0000 @@ -1 +1 @@ -9ade91f506bc025854f6ffea0d635bc6 +d41d8cd98f00b204e9800998ecf8427e Test lossless-wma24-1 failed. Look at tests/data/fate/lossless-wma24-1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lossless-wma24-1] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/lossless-wma24-2 2017-03-24 21:02:53.633046466 +0000 +++ tests/data/fate/lossless-wma24-2 2020-03-19 20:53:53.816456734 +0000 @@ -1 +1 @@ -908ec5c16f497bf7d5658d2689d125c8 +d41d8cd98f00b204e9800998ecf8427e TEST lagarith-yuy2 TEST lagarith-yv12 TEST lagarith-red Test lossless-wma24-2 failed. Look at tests/data/fate/lossless-wma24-2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lossless-wma24-2] Error 1 TEST lagarith-ticket4119 TEST lagarith-ticket4119-cfr --- /home/fate/ffmpeg/tests/ref/fate/lossless-wma24-rawtile 2017-03-24 21:02:53.633046466 +0000 +++ tests/data/fate/lossless-wma24-rawtile 2020-03-19 20:53:53.833123371 +0000 @@ -1 +1 @@ -337592f38a2218a5bc95ceb9b5e72c8b +d41d8cd98f00b204e9800998ecf8427e Test lossless-wma24-rawtile failed. Look at tests/data/fate/lossless-wma24-rawtile.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-lossless-wma24-rawtile] Error 1 TEST lagarith-ticket4119-vfr TEST lagarith-ticket4119-pass TEST lagarith-ticket4119-drop TEST loco-rgb TEST loco-yuy2 TEST msrle-8bit TEST mszh TEST vble TEST zerocodec TEST zlib TEST msmpeg4v1 TEST msvideo1-8bit TEST msvideo1-16bit TEST wmv8-x8intra TEST vc1_sa00040 TEST vc1_sa00050 TEST vc1_sa10091 TEST vc1_sa10143 TEST vc1_sa20021 TEST vc1_ilaced_twomv TEST vc1test_smm0005 TEST vc1test_smm0015 TEST vc1-ism TEST asf-repldata TEST mpegps-remuxed-pcm-demux TEST 8bps TEST qdm2 TEST qt-alaw-mono TEST qt-alaw-stereo --- /home/fate/ffmpeg/tests/ref/fate/8bps 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/8bps 2020-03-19 20:53:54.129789525 +0000 @@ -1,46 +0,0 @@ -#tb 0: 2/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 360x240 -#sar 0: 9/10 -#tb 1: 1/22050 -#media_type 1: audio -#codec_id 1: pcm_s16le -#sample_rate 1: 22050 -#channel_layout 1: 4 -#channel_layout_name 1: mono -0, 0, 0, 1, 259200, 0x7e91df07 -1, 0, 0, 1024, 2048, 0x3d042426 -1, 1024, 1024, 1024, 2048, 0x5bcae456 -0, 1, 1, 1, 259200, 0x7e91df07 -1, 2048, 2048, 1024, 2048, 0xb6043655 -1, 3072, 3072, 1024, 2048, 0x6fdaffad -0, 2, 2, 1, 259200, 0xc468c119 -1, 4096, 4096, 1024, 2048, 0xf86700cb -1, 5120, 5120, 1024, 2048, 0x045e46c1 -0, 3, 3, 1, 259200, 0x0e058930 -1, 6144, 6144, 1024, 2048, 0x000df0e5 -0, 4, 4, 1, 259200, 0xa0261310 -1, 7168, 7168, 1024, 2048, 0x8f5f12fb -1, 8192, 8192, 1024, 2048, 0xd516f6b0 -0, 5, 5, 1, 259200, 0x78ca9aba -1, 9216, 9216, 1024, 2048, 0xa1fe2bd3 -1, 10240, 10240, 1024, 2048, 0x3647087a -0, 6, 6, 1, 259200, 0x4971f7b3 -1, 11264, 11264, 1024, 2048, 0xd2ee584e -1, 12288, 12288, 1024, 2048, 0xf132088c -0, 7, 7, 1, 259200, 0x7dc2cff7 -1, 13312, 13312, 1024, 2048, 0x1efc0eb1 -0, 8, 8, 1, 259200, 0x8cbc53d5 -1, 14336, 14336, 1024, 2048, 0xeb73f402 -1, 15360, 15360, 1024, 2048, 0x75cb3d20 -0, 9, 9, 1, 259200, 0xcccd77e3 -1, 16384, 16384, 1024, 2048, 0x85a501b6 -1, 17408, 17408, 1024, 2048, 0xa4eb312d -0, 10, 10, 1, 259200, 0x6b3e0fb3 -1, 18432, 18432, 1024, 2048, 0xf0aaf8c7 -0, 11, 11, 1, 259200, 0x281dd175 -1, 19456, 19456, 1024, 2048, 0x65371cda -1, 20480, 20480, 1024, 2048, 0x25512cd6 -1, 21504, 21504, 1024, 2048, 0xc81410e3 -1, 22528, 22528, 257, 514, 0x57d77b94 TEST qt-ima4-mono TEST qt-ima4-stereo Test 8bps failed. Look at tests/data/fate/8bps.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-8bps] Error 1 TEST qt-mac3-mono TEST qt-mac3-stereo TEST qt-mac6-mono TEST qt-mac6-stereo TEST qt-ulaw-mono --- /home/fate/ffmpeg/tests/ref/fate/qt-ima4-mono 2017-03-24 21:02:53.636379807 +0000 +++ tests/data/fate/qt-ima4-mono 2020-03-19 20:53:54.193122748 +0000 @@ -1 +1 @@ -e178ed520edf2f46492ae740d88f5815 +d41d8cd98f00b204e9800998ecf8427e --- /home/fate/ffmpeg/tests/ref/fate/qt-ima4-stereo 2017-03-24 21:02:53.636379807 +0000 +++ tests/data/fate/qt-ima4-stereo 2020-03-19 20:53:54.203122731 +0000 @@ -1 +1 @@ -d22be0e193dcbba1068a1ca6ab04cf77 +d41d8cd98f00b204e9800998ecf8427e TEST qt-ulaw-stereo Test qt-ima4-mono failed. Look at tests/data/fate/qt-ima4-mono.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-qt-ima4-mono] Error 1 TEST quickdraw --- /home/fate/ffmpeg/tests/ref/fate/qt-mac3-mono 2017-03-24 21:02:53.636379807 +0000 +++ tests/data/fate/qt-mac3-mono 2020-03-19 20:53:54.206456059 +0000 @@ -1 +1 @@ -728d89210e1c90a9185db729b0b6e8c0 +d41d8cd98f00b204e9800998ecf8427e Test qt-ima4-stereo failed. Look at tests/data/fate/qt-ima4-stereo.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-qt-ima4-stereo] Error 1 Test qt-mac3-mono failed. Look at tests/data/fate/qt-mac3-mono.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-qt-mac3-mono] Error 1 TEST rpza TEST svq1 --- /home/fate/ffmpeg/tests/ref/fate/qt-mac3-stereo 2017-03-24 21:02:53.636379807 +0000 +++ tests/data/fate/qt-mac3-stereo 2020-03-19 20:53:54.226456024 +0000 @@ -1 +1 @@ -2eef3c68fce3d18ec757bcbc0d369698 +d41d8cd98f00b204e9800998ecf8427e --- /home/fate/ffmpeg/tests/ref/fate/qt-mac6-mono 2017-03-24 21:02:53.636379807 +0000 +++ tests/data/fate/qt-mac6-mono 2020-03-19 20:53:54.229789352 +0000 @@ -1 +1 @@ -eec238d2737365fba15da813e5a7fbc9 +d41d8cd98f00b204e9800998ecf8427e --- /home/fate/ffmpeg/tests/ref/fate/qt-mac6-stereo 2017-03-24 21:02:53.636379807 +0000 +++ tests/data/fate/qt-mac6-stereo 2020-03-19 20:53:54.229789352 +0000 @@ -1 +1 @@ -2716d66016d8230bcc0fe90586da97a9 +d41d8cd98f00b204e9800998ecf8427e Test qt-mac3-stereo failed. Look at tests/data/fate/qt-mac3-stereo.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-qt-mac3-stereo] Error 1 Test qt-mac6-stereo failed. Look at tests/data/fate/qt-mac6-stereo.err for details. TEST svq1-headerswap make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-qt-mac6-stereo] Error 1 Test qt-mac6-mono failed. Look at tests/data/fate/qt-mac6-mono.err for details. TEST svq3-1 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-qt-mac6-mono] Error 1 TEST svq3-watermark TEST ra3-144 TEST ra-144 TEST ra-288 TEST ra-cook TEST sipr-5k0 TEST sipr-6k5 TEST sipr-8k5 TEST sipr-16k TEST rv20-1239 Test ra-288 failed. Look at tests/data/fate/ra-288.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-ra-288] Error 1 TEST rv30 Test sipr-5k0 failed. Look at tests/data/fate/sipr-5k0.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-sipr-5k0] Error 1 Test ra-cook failed. Look at tests/data/fate/ra-cook.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-ra-cook] Error 1 TEST rv40 TEST cscd Test sipr-6k5 failed. Look at tests/data/fate/sipr-6k5.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-sipr-6k5] Error 1 TEST dxtory Test sipr-8k5 failed. Look at tests/data/fate/sipr-8k5.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-sipr-8k5] Error 1 TEST fraps-v0 TEST fraps-v1 TEST fraps-v2 Test sipr-16k failed. Look at tests/data/fate/sipr-16k.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-sipr-16k] Error 1 TEST fraps-v3 TEST fraps-v4 TEST fraps-v5 TEST tscc-15bit TEST tscc-32bit TEST vmnc-16bit TEST vmnc-32bit TEST zmbv-8bit TEST zmbv-15bit TEST zmbv-16bit TEST zmbv-32bit TEST segment-mp4-to-ts TEST segment-adts-to-mkv GEN tests/data/adts-to-mkv-cated-000.mkv GEN tests/data/adts-to-mkv-cated-001.mkv GEN tests/data/adts-to-mkv-cated-002.mkv GEN tests/data/adts-to-mkv-cated-all.mkv TEST binsub-mksenc TEST sub-microdvd-remux TEST binsub-movtextenc TEST sub-srt-rrn-remux TEST sub-srt-madness-timeshift TEST sub-srt-empty-events TEST sub-subripenc TEST sub-webvttenc TEST sub-textenc TEST sub-scc TEST sub-aqtitle TEST sub-cc TEST sub-cc-realtime TEST sub-cc-scte20 TEST sub-ass-to-ass-transcode TEST sub-ssa-to-ass-remux TEST sub-jacosub TEST sub-microdvd TEST sub-movtext TEST sub-mpl2 TEST sub-mpsub TEST sub-mpsub-frames TEST sub-pjs TEST sub-realtext TEST sub-sami TEST sub-sami2 TEST sub-srt TEST sub-srt-badsyntax TEST sub-stl TEST sub-subviewer1 TEST sub-subviewer TEST sub-vplayer TEST sub-webvtt TEST sub-webvtt2 TEST sub-charenc TEST 4xm-1 TEST 4xm-2 TEST 012v TEST aasc TEST aic TEST aic-oddsize TEST alg-mm TEST amv TEST ansi TEST ansi256 TEST armovie-escape124 TEST armovie-escape130 TEST auravision-v1 TEST auravision-v2 TEST bethsoft-vid TEST bfi TEST bink-video-b TEST bink-video-f --- /home/fate/ffmpeg/tests/ref/fate/armovie-escape124 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/armovie-escape124 2020-03-19 20:53:54.966454744 +0000 @@ -1,115 +0,0 @@ -#tb 0: 1/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x240 -#sar 0: 0/1 -#tb 1: 1/44100 -#media_type 1: audio -#codec_id 1: pcm_s16le -#sample_rate 1: 44100 -#channel_layout 1: 3 -#channel_layout_name 1: stereo -0, 0, 0, 1, 230400, 0xd133e177 -1, 0, 0, 44100, 176400, 0xdd61578c -0, 1, 1, 1, 230400, 0xe3501bb2 -0, 2, 2, 1, 230400, 0x44da84f0 -0, 3, 3, 1, 230400, 0xe0fd17ed -0, 4, 4, 1, 230400, 0xef4e08c7 -0, 5, 5, 1, 230400, 0xf52f82b5 -0, 6, 6, 1, 230400, 0x05eb186c -0, 7, 7, 1, 230400, 0x0653f05d -0, 8, 8, 1, 230400, 0xde1a0735 -0, 9, 9, 1, 230400, 0x6045576e -0, 10, 10, 1, 230400, 0xac9444c4 -0, 11, 11, 1, 230400, 0x5f7f82fb -0, 12, 12, 1, 230400, 0xaf4718ce -0, 13, 13, 1, 230400, 0x117d5787 -0, 14, 14, 1, 230400, 0x319ac1f5 -0, 15, 15, 1, 230400, 0xd05cb30a -0, 16, 16, 1, 230400, 0x96107c72 -0, 17, 17, 1, 230400, 0x73ff0a30 -0, 18, 18, 1, 230400, 0x865d0f3e -0, 19, 19, 1, 230400, 0x3384ad55 -0, 20, 20, 1, 230400, 0x6694b2ea -0, 21, 21, 1, 230400, 0x324f5cb8 -0, 22, 22, 1, 230400, 0x2de7c12f -0, 23, 23, 1, 230400, 0x57fedb1a -0, 24, 24, 1, 230400, 0xf46f2abf -0, 25, 25, 1, 230400, 0xe5fead9b -1, 44100, 44100, 44100, 176400, 0x0b9e6d67 -0, 26, 26, 1, 230400, 0x65764edb -0, 27, 27, 1, 230400, 0xeabdcf53 -0, 28, 28, 1, 230400, 0xaeb659fc -0, 29, 29, 1, 230400, 0x5ec97eb1 -0, 30, 30, 1, 230400, 0x2482abae -0, 31, 31, 1, 230400, 0x297fb0c8 -0, 32, 32, 1, 230400, 0x57a52a3d -0, 33, 33, 1, 230400, 0x44040e98 -0, 34, 34, 1, 230400, 0xa150e542 -0, 35, 35, 1, 230400, 0x0a1e1296 -0, 36, 36, 1, 230400, 0xf1085864 -0, 37, 37, 1, 230400, 0xe7a13b40 -0, 38, 38, 1, 230400, 0x759d384d -0, 39, 39, 1, 230400, 0x72e08991 -0, 40, 40, 1, 230400, 0x10a4bbc9 -0, 41, 41, 1, 230400, 0xb258ac16 -0, 42, 42, 1, 230400, 0xde06facb -0, 43, 43, 1, 230400, 0x94284e11 -0, 44, 44, 1, 230400, 0xedf23092 -0, 45, 45, 1, 230400, 0xc2be6319 -0, 46, 46, 1, 230400, 0x103a0b7b -0, 47, 47, 1, 230400, 0x3415888b -0, 48, 48, 1, 230400, 0x5ecaac75 -0, 49, 49, 1, 230400, 0xb9ba503e -0, 50, 50, 1, 230400, 0xb20ccf57 -1, 88200, 88200, 44100, 176400, 0x2793fad7 -0, 51, 51, 1, 230400, 0x0dba31ed -0, 52, 52, 1, 230400, 0x91c5e7d4 -0, 53, 53, 1, 230400, 0x09ac954b -0, 54, 54, 1, 230400, 0xe9c3d563 -0, 55, 55, 1, 230400, 0xf46eef67 -0, 56, 56, 1, 230400, 0x117f4b80 -0, 57, 57, 1, 230400, 0x61714860 -0, 58, 58, 1, 230400, 0x5c7112d0 -0, 59, 59, 1, 230400, 0xd42c51e7 -0, 60, 60, 1, 230400, 0x425f0c99 -0, 61, 61, 1, 230400, 0x4c398834 -0, 62, 62, 1, 230400, 0x237f89c2 -0, 63, 63, 1, 230400, 0xd2e29b05 -0, 64, 64, 1, 230400, 0x204a054b -0, 65, 65, 1, 230400, 0x25a9faf7 -0, 66, 66, 1, 230400, 0x83f6c1a8 -0, 67, 67, 1, 230400, 0xe48321b9 -0, 68, 68, 1, 230400, 0x714c1005 -0, 69, 69, 1, 230400, 0x36cc58e9 -0, 70, 70, 1, 230400, 0x5e9ffdd9 -0, 71, 71, 1, 230400, 0x582b55dc -0, 72, 72, 1, 230400, 0x139a7f39 -0, 73, 73, 1, 230400, 0xefb5f998 -0, 74, 74, 1, 230400, 0xeb736da8 -0, 75, 75, 1, 230400, 0x488f9847 -1, 132300, 132300, 44100, 176400, 0xe2649a4a -0, 76, 76, 1, 230400, 0x6ab20741 -0, 77, 77, 1, 230400, 0xa73686f0 -0, 78, 78, 1, 230400, 0x67878643 -0, 79, 79, 1, 230400, 0x83bb241b -0, 80, 80, 1, 230400, 0xe6b70660 -0, 81, 81, 1, 230400, 0x87f5aca3 -0, 82, 82, 1, 230400, 0x29c79bc3 -0, 83, 83, 1, 230400, 0xcadbd70b -0, 84, 84, 1, 230400, 0x8cdcfdee -0, 85, 85, 1, 230400, 0x90aa0442 -0, 86, 86, 1, 230400, 0xa68e87b7 -0, 87, 87, 1, 230400, 0xa2c49e58 -0, 88, 88, 1, 230400, 0x9a9a4c55 -0, 89, 89, 1, 230400, 0x06b53aed -0, 90, 90, 1, 230400, 0x79e1808a -0, 91, 91, 1, 230400, 0x3e53a411 -0, 92, 92, 1, 230400, 0xfebc13ca -0, 93, 93, 1, 230400, 0x1f1f443b -0, 94, 94, 1, 230400, 0xd0db806a -0, 95, 95, 1, 230400, 0x6f2aee94 -0, 96, 96, 1, 230400, 0xe8cc23ba -0, 97, 97, 1, 230400, 0x2edf510b -0, 98, 98, 1, 230400, 0x87118129 -0, 99, 99, 1, 230400, 0x1dd1709a Test armovie-escape124 failed. Look at tests/data/fate/armovie-escape124.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-armovie-escape124] Error 1 TEST bink-video-i TEST bmv-video --- /home/fate/ffmpeg/tests/ref/fate/bfi 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/bfi 2020-03-19 20:53:54.996454692 +0000 @@ -1,125 +0,0 @@ -#tb 0: 1/9 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x140 -#sar 0: 0/1 -#tb 1: 1/11025 -#media_type 1: audio -#codec_id 1: pcm_s16le -#sample_rate 1: 11025 -#channel_layout 1: 4 -#channel_layout_name 1: mono -0, 0, 0, 1, 134400, 0xc218b00c -1, 0, 0, 8884, 17768, 0x07df135c -0, 1, 1, 1, 134400, 0x114daf7c -0, 2, 2, 1, 134400, 0xe14db24c -0, 3, 3, 1, 134400, 0x88c71df7 -0, 4, 4, 1, 134400, 0xc98c09fc -0, 5, 5, 1, 134400, 0xf7c2e7a9 -0, 6, 6, 1, 134400, 0xf54f304f -0, 7, 7, 1, 134400, 0x67370fdd -1, 8884, 8884, 1110, 2220, 0x44953646 -0, 8, 8, 1, 134400, 0xe70f43cd -1, 9994, 9994, 1110, 2220, 0x256b3329 -0, 9, 9, 1, 134400, 0xad74c06f -1, 11104, 11104, 1111, 2222, 0x344d20c6 -1, 12215, 12215, 1110, 2220, 0xd8ee20db -0, 10, 10, 1, 134400, 0xef42fdf2 -1, 13325, 13325, 1111, 2222, 0x46d70aa2 -0, 11, 11, 1, 134400, 0xa14cc4b8 -1, 14436, 14436, 1110, 2220, 0xbe0a2213 -0, 12, 12, 1, 134400, 0xc6e57381 -1, 15546, 15546, 1111, 2222, 0x4ee0fd07 -0, 13, 13, 1, 134400, 0x74b4804b -1, 16657, 16657, 1110, 2220, 0x709dfe87 -0, 14, 14, 1, 134400, 0xe0863d6f -1, 17767, 17767, 1111, 2222, 0xbb382521 -0, 15, 15, 1, 134400, 0x90b6d03c -1, 18878, 18878, 1110, 2220, 0x6dba1d2d -0, 16, 16, 1, 134400, 0x3d0409fd -1, 19988, 19988, 1111, 2222, 0xbc4cdd6d -0, 17, 17, 1, 134400, 0xc02e09a4 -1, 21099, 21099, 1110, 2220, 0x54340d2c -0, 18, 18, 1, 134400, 0xa3515997 -1, 22209, 22209, 1110, 2220, 0x8925d335 -0, 19, 19, 1, 134400, 0xc0fda122 -1, 23319, 23319, 1111, 2222, 0xa39bd15f -1, 24430, 24430, 1110, 2220, 0x6875f632 -0, 20, 20, 1, 134400, 0x5380d707 -1, 25540, 25540, 1111, 2222, 0xda46be57 -0, 21, 21, 1, 134400, 0xcc19c085 -1, 26651, 26651, 1110, 2220, 0xd591eb44 -0, 22, 22, 1, 134400, 0x8041e977 -1, 27761, 27761, 1111, 2222, 0x33afd17f -0, 23, 23, 1, 134400, 0xb96b2bea -1, 28872, 28872, 1110, 2220, 0xd97be03b -0, 24, 24, 1, 134400, 0xcc977ca7 -1, 29982, 29982, 1111, 2222, 0x3b71e82e -0, 25, 25, 1, 134400, 0xe37abb34 -1, 31093, 31093, 1110, 2220, 0x95fbec2b -0, 26, 26, 1, 134400, 0xce488baa -1, 32203, 32203, 1110, 2220, 0xae3a1c1e -0, 27, 27, 1, 134400, 0xa0734e8a -1, 33313, 33313, 1111, 2222, 0x46cd0973 -0, 28, 28, 1, 134400, 0x6b5ce0b0 -1, 34424, 34424, 1110, 2220, 0x7b28f3f6 -0, 29, 29, 1, 134400, 0xf207f938 -1, 35534, 35534, 1111, 2222, 0xa2a5bc47 -1, 36645, 36645, 1110, 2220, 0x4727df63 -0, 30, 30, 1, 134400, 0xe10060f8 -1, 37755, 37755, 1111, 2222, 0xdf53f4e2 -0, 31, 31, 1, 134400, 0xaebe6b37 -1, 38866, 38866, 1110, 2220, 0x469c1e8f -0, 32, 32, 1, 134400, 0x08ea5c75 -1, 39976, 39976, 1111, 2222, 0x3c541799 -0, 33, 33, 1, 134400, 0x05c6b514 -1, 41087, 41087, 1110, 2220, 0xc8d21fee -0, 34, 34, 1, 134400, 0x68cb3703 -1, 42197, 42197, 1111, 2222, 0x5f52126f -0, 35, 35, 1, 134400, 0x48867fd0 -1, 43308, 43308, 1110, 2220, 0x06a9ff18 -0, 36, 36, 1, 134400, 0xc53eda30 -1, 44418, 44418, 1110, 2220, 0x84f9aa2b -0, 37, 37, 1, 134400, 0x0c1b198d -1, 45528, 45528, 1111, 2222, 0xe0518c83 -0, 38, 38, 1, 134400, 0xc8ac5bc8 -1, 46639, 46639, 1110, 2220, 0xc85ee26c -1, 47749, 47749, 1111, 2222, 0xda23fd2d -0, 39, 39, 1, 134400, 0x9e35240d -1, 48860, 48860, 1110, 2220, 0x7ee2e818 -0, 40, 40, 1, 134400, 0x885d142f -1, 49970, 49970, 1111, 2222, 0x45eb0465 -0, 41, 41, 1, 134400, 0x207cb4ac -1, 51081, 51081, 1110, 2220, 0xf3e90549 -0, 42, 42, 1, 134400, 0x0abe748b -1, 52191, 52191, 1111, 2222, 0x17aacf3d -0, 43, 43, 1, 134400, 0xf13e991b -1, 53302, 53302, 1110, 2220, 0x6cb7e325 -0, 44, 44, 1, 134400, 0x2544248d -1, 54412, 54412, 1110, 2220, 0x20164553 -0, 45, 45, 1, 134400, 0x5444bb22 -1, 55522, 55522, 1111, 2222, 0x00000000 -0, 46, 46, 1, 134400, 0xc5a8f55a -1, 56633, 56633, 1110, 2220, 0x00000000 -0, 47, 47, 1, 134400, 0xe6006820 -1, 57743, 57743, 1111, 2222, 0x00000000 -0, 48, 48, 1, 134400, 0x2a34239d -1, 58854, 58854, 1110, 2220, 0x00000000 -1, 59964, 59964, 1111, 2222, 0x00000000 -0, 49, 49, 1, 134400, 0x26deac5b -1, 61075, 61075, 1110, 2220, 0x00000000 -0, 50, 50, 1, 134400, 0x82c2c0a9 -1, 62185, 62185, 1111, 2222, 0x00000000 -0, 51, 51, 1, 134400, 0xcdd8daba -1, 63296, 63296, 1225, 2450, 0x00000000 -0, 52, 52, 1, 134400, 0x5a1a2105 -1, 64521, 64521, 1225, 2450, 0x00000000 -0, 53, 53, 1, 134400, 0x2ad43604 -1, 65746, 65746, 1225, 2450, 0x00000000 -0, 54, 54, 1, 134400, 0xa9b58f35 -1, 66971, 66971, 1225, 2450, 0x00000000 -0, 55, 55, 1, 134400, 0x0e37a7a8 -1, 68196, 68196, 1225, 2450, 0x00000000 -0, 56, 56, 1, 134400, 0xd288eef7 -1, 69421, 69421, 1225, 2450, 0x00000000 -1, 70646, 70646, 1225, 2450, 0x00000000 Test bfi failed. Look at tests/data/fate/bfi.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-bfi] Error 1 TEST cavs TEST cdgraphics --- /home/fate/ffmpeg/tests/ref/fate/bethsoft-vid 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/bethsoft-vid 2020-03-19 20:53:55.006454675 +0000 @@ -1,152 +0,0 @@ -#tb 0: 1/14 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x200 -#sar 0: 0/1 -#tb 1: 1/11111 -#media_type 1: audio -#codec_id 1: pcm_s16le -#sample_rate 1: 11111 -#channel_layout 1: 4 -#channel_layout_name 1: mono -0, 0, 0, 1, 192000, 0x00000000 -1, 0, 0, 740, 1480, 0x00000000 -1, 740, 740, 740, 1480, 0x20a92bd4 -0, 1, 1, 1, 192000, 0x5a5acf57 -1, 1480, 1480, 925, 1850, 0xa9e48a74 -0, 2, 2, 1, 192000, 0xbd055cf1 -0, 3, 3, 1, 192000, 0x28b1eefc -1, 2405, 2405, 740, 1480, 0x23ecd018 -1, 3145, 3145, 740, 1480, 0x206bb915 -0, 4, 4, 1, 192000, 0x0636bacd -1, 3885, 3885, 925, 1850, 0xb0e10e75 -0, 5, 5, 1, 192000, 0xbfd33cbd -0, 6, 6, 1, 192000, 0x0bd150ef -1, 4810, 4810, 740, 1480, 0x8d9baedd -1, 5550, 5550, 740, 1480, 0xb802aae1 -0, 7, 7, 1, 192000, 0x780d891e -1, 6290, 6290, 740, 1480, 0xecd7b5cc -0, 8, 8, 1, 192000, 0xacf5e205 -1, 7030, 7030, 925, 1850, 0x16861355 -0, 9, 9, 1, 192000, 0x37c900dc -0, 10, 10, 1, 192000, 0x4ee6add7 -1, 7955, 7955, 740, 1480, 0xa51690bd -1, 8695, 8695, 740, 1480, 0xdd0b90d1 -0, 11, 11, 1, 192000, 0x1844783a -1, 9435, 9435, 925, 1850, 0x3ce6e333 -0, 12, 12, 1, 192000, 0x7bf84848 -0, 13, 13, 1, 192000, 0x1ec296bc -1, 10360, 10360, 740, 1480, 0xf8ce8ea3 -1, 11100, 11100, 740, 1480, 0xda4597af -0, 14, 14, 1, 192000, 0xbaeb5292 -1, 11840, 11840, 740, 1480, 0x918f7cb3 -0, 15, 15, 1, 192000, 0xcb18038d -1, 12580, 12580, 925, 1850, 0xca6edb15 -0, 16, 16, 1, 192000, 0xb3cc8b65 -0, 17, 17, 1, 192000, 0x6f164685 -1, 13505, 13505, 740, 1480, 0xba279597 -1, 14245, 14245, 740, 1480, 0xc5a38a9e -0, 18, 18, 1, 192000, 0x304917c9 -1, 14985, 14985, 925, 1850, 0x8147eef5 -0, 19, 19, 1, 192000, 0x8269daa1 -0, 20, 20, 1, 192000, 0x04d3500d -1, 15910, 15910, 740, 1480, 0xce2c7cb5 -1, 16650, 16650, 740, 1480, 0x4282819f -0, 21, 21, 1, 192000, 0x9788f7a5 -1, 17390, 17390, 740, 1480, 0xbdbb8da6 -0, 22, 22, 1, 192000, 0x05351c98 -1, 18130, 18130, 925, 1850, 0xdbbeea10 -0, 23, 23, 1, 192000, 0xcc8bba97 -0, 24, 24, 1, 192000, 0x76caf27b -1, 19055, 19055, 740, 1480, 0xbe6a77c2 -1, 19795, 19795, 740, 1480, 0xa85c75b2 -0, 25, 25, 1, 192000, 0x28648040 -1, 20535, 20535, 925, 1850, 0xa45bde21 -0, 26, 26, 1, 192000, 0x99ea251f -0, 27, 27, 1, 192000, 0x20e7bf4d -1, 21460, 21460, 740, 1480, 0x84aa7895 -1, 22200, 22200, 740, 1480, 0x147f7d9f -0, 28, 28, 1, 192000, 0x046ed625 -1, 22940, 22940, 740, 1480, 0xc8e77b85 -0, 29, 29, 1, 192000, 0x1613fb12 -1, 23680, 23680, 925, 1850, 0x10d4d81b -0, 30, 30, 1, 192000, 0xd8b52d16 -0, 31, 31, 1, 192000, 0x31443aa9 -1, 24605, 24605, 740, 1480, 0xb4ae8bb1 -1, 25345, 25345, 740, 1480, 0x3ef782a5 -0, 32, 32, 1, 192000, 0xd426de3d -1, 26085, 26085, 925, 1850, 0xdeebda14 -0, 33, 33, 1, 192000, 0xb2bce77b -0, 34, 34, 1, 192000, 0x25a52805 -1, 27010, 27010, 740, 1480, 0x4c7e7bbb -1, 27750, 27750, 740, 1480, 0x0e0e9198 -0, 35, 35, 1, 192000, 0x04f03a87 -1, 28490, 28490, 740, 1480, 0x5c1f819f -0, 36, 36, 1, 192000, 0x41d56889 -1, 29230, 29230, 925, 1850, 0x0e4cf6ff -0, 37, 37, 1, 192000, 0x3d4d6de9 -1, 30155, 30155, 740, 1480, 0x374388a7 -0, 38, 38, 1, 192000, 0xa7a2abfe -1, 30895, 30895, 740, 1480, 0xed729389 -0, 39, 39, 1, 192000, 0x663e9fca -1, 31635, 31635, 925, 1850, 0xe0f1e43f -0, 40, 40, 1, 192000, 0x29a67f86 -0, 41, 41, 1, 192000, 0x51531bb0 -1, 32560, 32560, 740, 1480, 0x3b27839a -1, 33300, 33300, 740, 1480, 0xe6287e94 -0, 42, 42, 1, 192000, 0xd993277e -1, 34040, 34040, 740, 1480, 0x7e0d84b5 -0, 43, 43, 1, 192000, 0x4873e583 -1, 34780, 34780, 925, 1850, 0xf08bebf7 -0, 44, 44, 1, 192000, 0x06df053b -1, 35705, 35705, 740, 1480, 0x94cf73a0 -0, 45, 45, 1, 192000, 0x044f7698 -1, 36445, 36445, 740, 1480, 0xfef384ae -0, 46, 46, 1, 192000, 0xc2302a45 -1, 37185, 37185, 925, 1850, 0x3b93e0f7 -0, 47, 47, 1, 192000, 0xbdfec8ee -0, 48, 48, 1, 192000, 0x3b739286 -1, 38110, 38110, 740, 1480, 0x28d27bae -1, 38850, 38850, 740, 1480, 0x94d57da5 -0, 49, 49, 1, 192000, 0x3ca82cd6 -1, 39590, 39590, 740, 1480, 0xc9327db5 -0, 50, 50, 1, 192000, 0x25af10f2 -1, 40330, 40330, 925, 1850, 0xe781f604 -0, 51, 51, 1, 192000, 0x09ce32bf -1, 41255, 41255, 740, 1480, 0x752f8c5b -0, 52, 52, 1, 192000, 0xdab399c2 -1, 41995, 41995, 740, 1480, 0x30068032 -0, 53, 53, 1, 192000, 0x77400d93 -1, 42735, 42735, 925, 1850, 0x7895023e -0, 54, 54, 1, 192000, 0x5e8e6fe7 -0, 55, 55, 1, 192000, 0x277506c9 -1, 43660, 43660, 740, 1480, 0xa1e0a6e1 -1, 44400, 44400, 740, 1480, 0x6af4b500 -0, 56, 56, 1, 192000, 0xe91b59ac -1, 45140, 45140, 740, 1480, 0xc26ea4c7 -0, 57, 57, 1, 192000, 0xc2aa6e19 -1, 45880, 45880, 925, 1850, 0x16a72419 -0, 58, 58, 1, 192000, 0x12c63645 -1, 46805, 46805, 740, 1480, 0x1794aacc -0, 59, 59, 1, 192000, 0xa39f27d6 -1, 47545, 47545, 740, 1480, 0x2ecad8d0 -0, 60, 60, 1, 192000, 0x20c32512 -1, 48285, 48285, 925, 1850, 0x2e645e07 -0, 61, 61, 1, 192000, 0x385a26a0 -0, 62, 62, 1, 192000, 0x2566a70c -1, 49210, 49210, 740, 1480, 0x1c54dfe7 -1, 49950, 49950, 740, 1480, 0xbd35feec -0, 63, 63, 1, 192000, 0x7105cfb9 -1, 50690, 50690, 740, 1480, 0x419403d6 -0, 64, 64, 1, 192000, 0x725671a2 -1, 51430, 51430, 925, 1850, 0x78699d2a -0, 65, 65, 1, 192000, 0x3ff2782a -1, 52355, 52355, 740, 1480, 0x74ec68e0 -0, 66, 66, 1, 192000, 0xdc0571c3 -1, 53095, 53095, 740, 1480, 0x76af64d9 -0, 67, 67, 1, 192000, 0x4a6a5405 -1, 53835, 53835, 925, 1850, 0x5a303d1a -0, 68, 68, 1, 192000, 0x3ec3cce1 -1, 54760, 54760, 537, 1074, 0x142ce7ba -0, 69, 69, 1, 192000, 0x159313a8 -1, 55297, 55297, 258, 516, 0x98885b26 TEST cfhd-1 TEST cfhd-2 Test bethsoft-vid failed. Look at tests/data/fate/bethsoft-vid.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-bethsoft-vid] Error 1 TEST cfhd-3 TEST cljr TEST corepng TEST rgbapng-4816 TEST creatureshock-avs TEST cvid-palette TEST cvid-partial --- /home/fate/ffmpeg/tests/ref/fate/corepng 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/corepng 2020-03-19 20:53:55.113121157 +0000 @@ -1,48 +0,0 @@ -#tb 0: 1/15 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x240 -#sar 0: 0/1 -#tb 1: 1/11025 -#media_type 1: audio -#codec_id 1: pcm_s16le -#sample_rate 1: 11025 -#channel_layout 1: 4 -#channel_layout_name 1: mono -0, 0, 0, 1, 230400, 0x03e25ead -1, 0, 0, 5513, 11026, 0x27ad637c -0, 1, 1, 1, 230400, 0x0a520ffd -0, 2, 2, 1, 230400, 0x0b11a671 -0, 3, 3, 1, 230400, 0x7d3fce32 -0, 4, 4, 1, 230400, 0x1edb18cc -0, 5, 5, 1, 230400, 0x1d470493 -0, 6, 6, 1, 230400, 0xe53ba01d -0, 7, 7, 1, 230400, 0xc4df13c2 -1, 5513, 5513, 735, 1470, 0x4af4b7a3 -0, 8, 8, 1, 230400, 0x5febe6c9 -1, 6248, 6248, 735, 1470, 0x2601fc3b -0, 9, 9, 1, 230400, 0xb0de2ed9 -1, 6983, 6983, 735, 1470, 0xd94ec488 -0, 10, 10, 1, 230400, 0x4991ee21 -1, 7718, 7718, 735, 1470, 0x5ffb6bdd -0, 11, 11, 1, 230400, 0x6b367a75 -1, 8453, 8453, 735, 1470, 0xc5fece50 -0, 12, 12, 1, 230400, 0x1d406b55 -1, 9188, 9188, 735, 1470, 0xf4988a98 -0, 13, 13, 1, 230400, 0x2bbbf1d3 -1, 9923, 9923, 735, 1470, 0xa839620f -0, 14, 14, 1, 230400, 0x2a5ee265 -1, 10658, 10658, 735, 1470, 0x800a77ff -0, 15, 15, 1, 230400, 0x0ae9de8d -1, 11393, 11393, 735, 1470, 0x8fc8a729 -0, 16, 16, 1, 230400, 0x567eabf8 -1, 12128, 12128, 735, 1470, 0x78708001 -0, 17, 17, 1, 230400, 0x00260e67 -1, 12863, 12863, 735, 1470, 0xb601958b -1, 13598, 13598, 735, 1470, 0xb054d1d3 -1, 14333, 14333, 735, 1470, 0xce18bb41 -1, 15068, 15068, 735, 1470, 0x43d182f9 -1, 15803, 15803, 735, 1470, 0xe9448449 -1, 16538, 16538, 735, 1470, 0x175ea4b3 -1, 17273, 17273, 735, 1470, 0xf96b0e6a -1, 18008, 18008, 735, 1470, 0x12cc42fb TEST cvid-grayscale Test corepng failed. Look at tests/data/fate/corepng.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-corepng] Error 1 TEST cyberia-c93 TEST cyuv --- /home/fate/ffmpeg/tests/ref/fate/creatureshock-avs 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/creatureshock-avs 2020-03-19 20:53:55.139787777 +0000 @@ -1,103 +0,0 @@ -#tb 0: 1/15 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 318x198 -#sar 0: 0/1 -#tb 1: 1/22222 -#media_type 1: audio -#codec_id 1: pcm_s16le -#sample_rate 1: 22222 -#channel_layout 1: 4 -#channel_layout_name 1: mono -0, 0, 0, 1, 188892, 0x9f47a5ec -1, 0, 0, 8186, 16372, 0xfaaab59d -0, 1, 1, 1, 188892, 0xdece0269 -0, 2, 2, 1, 188892, 0xd097e86e -0, 3, 3, 1, 188892, 0x1cf2de83 -0, 4, 4, 1, 188892, 0xb664fd10 -0, 5, 5, 1, 188892, 0xc654f4c1 -1, 8186, 8186, 2014, 4028, 0xc2daed72 -0, 6, 6, 1, 188892, 0x5adac3ff -1, 10200, 10200, 2743, 5486, 0xf7fd794d -0, 7, 7, 1, 188892, 0x5928954e -0, 8, 8, 1, 188892, 0x5e4cad6c -1, 12943, 12943, 2895, 5790, 0xfd5a369f -0, 9, 9, 1, 188892, 0xbbb5f11b -0, 10, 10, 1, 188892, 0xcb6bbdee -1, 15838, 15838, 534, 1068, 0x0b602cd0 -0, 11, 11, 1, 188892, 0xa5b3b316 -1, 16372, 16372, 2454, 4908, 0xfe870aad -0, 12, 12, 1, 188892, 0x9bf87b5d -1, 18826, 18826, 3031, 6062, 0x8a4d6e0f -0, 13, 13, 1, 188892, 0xcc3981be -0, 14, 14, 1, 188892, 0x2eb44dfa -1, 21857, 21857, 2701, 5402, 0x71fd352f -0, 15, 15, 1, 188892, 0x11c861b9 -0, 16, 16, 1, 188892, 0x7c1b767b -1, 24558, 24558, 272, 544, 0xeb766d34 -1, 24830, 24830, 2953, 5906, 0x47ac7e08 -0, 17, 17, 1, 188892, 0x5078694c -0, 18, 18, 1, 188892, 0xa24485c2 -1, 27783, 27783, 2958, 5916, 0x0d26eb56 -0, 19, 19, 1, 188892, 0xc8016946 -0, 20, 20, 1, 188892, 0x71e3493b -1, 30741, 30741, 2003, 4006, 0x9941c71a -0, 21, 21, 1, 188892, 0xa9771a0d -0, 22, 22, 1, 188892, 0x98be33fd -1, 32744, 32744, 1050, 2100, 0xc9a2ee36 -1, 33794, 33794, 2947, 5894, 0xd2ba4eaa -0, 23, 23, 1, 188892, 0x193e4cda -0, 24, 24, 1, 188892, 0x3b444fd1 -1, 36741, 36741, 3045, 6090, 0xf43e73d0 -0, 25, 25, 1, 188892, 0x8bfe594c -0, 26, 26, 1, 188892, 0xaab8267b -1, 39786, 39786, 1144, 2288, 0x5a8b7aa0 -0, 27, 27, 1, 188892, 0x03206c55 -1, 40930, 40930, 1925, 3850, 0x7f66eb2c -0, 28, 28, 1, 188892, 0x8ed7ea7d -1, 42855, 42855, 2898, 5796, 0xc5cf3ee8 -0, 29, 29, 1, 188892, 0x2a1bc3e1 -0, 30, 30, 1, 188892, 0xa6a12aa7 -1, 45753, 45753, 3021, 6042, 0xed80136d -0, 31, 31, 1, 188892, 0xa96ca4fa -0, 32, 32, 1, 188892, 0x3e3a6d70 -1, 48774, 48774, 342, 684, 0xc42bd137 -0, 33, 33, 1, 188892, 0x47e173dd -1, 49116, 49116, 2718, 5436, 0xb7f8a6fd -0, 34, 34, 1, 188892, 0xfcf183ba -1, 51834, 51834, 3049, 6098, 0xee6354a2 -0, 35, 35, 1, 188892, 0xf051be46 -0, 36, 36, 1, 188892, 0x8aa6b100 -0, 37, 37, 1, 188892, 0x36c86b01 -1, 54883, 54883, 2419, 4838, 0x129e61d0 -0, 38, 38, 1, 188892, 0x15ae396e -1, 57302, 57302, 537, 1074, 0x9da90634 -0, 39, 39, 1, 188892, 0xc876eabf -1, 57839, 57839, 3042, 6084, 0x8ffed952 -0, 40, 40, 1, 188892, 0xc5c65fae -0, 41, 41, 1, 188892, 0x4feec932 -1, 60881, 60881, 3019, 6038, 0xa07b4276 -0, 42, 42, 1, 188892, 0x21374e88 -0, 43, 43, 1, 188892, 0x52e689f1 -1, 63900, 63900, 1588, 3176, 0xebef63c1 -0, 44, 44, 1, 188892, 0x9e2492e8 -1, 65488, 65488, 1397, 2794, 0xbe1000db -0, 45, 45, 1, 188892, 0xac841247 -1, 66885, 66885, 3010, 6020, 0xd8e34961 -0, 46, 46, 1, 188892, 0x8467aab2 -0, 47, 47, 1, 188892, 0x552b6029 -1, 69895, 69895, 3010, 6020, 0xc07cf461 -0, 48, 48, 1, 188892, 0x836eb46e -0, 49, 49, 1, 188892, 0x93eb9f1b -1, 72905, 72905, 769, 1538, 0xc975ae02 -1, 73674, 73674, 2115, 4230, 0x0827111b -0, 50, 50, 1, 188892, 0xa3661fdd -0, 51, 51, 1, 188892, 0x433d22dd -1, 75789, 75789, 3042, 6084, 0x2cf0a407 -0, 52, 52, 1, 188892, 0xd64dbc4e -0, 53, 53, 1, 188892, 0x4a2aa0e3 -1, 78831, 78831, 2914, 5828, 0x12750279 -0, 54, 54, 1, 188892, 0xd98e4d4b -0, 55, 55, 1, 188892, 0x00000000 -1, 81745, 81745, 115, 230, 0xc9c03f3b -1, 81860, 81860, 384, 768, 0x6137a04d Test creatureshock-avs failed. Look at tests/data/fate/creatureshock-avs.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-creatureshock-avs] Error 1 TEST delphine-cin-video TEST deluxepaint-anm TEST dirac TEST dirac-low-delay TEST dxa-feeble --- /home/fate/ffmpeg/tests/ref/fate/cyberia-c93 2017-03-24 21:02:53.609713078 +0000 +++ tests/data/fate/cyberia-c93 2020-03-19 20:53:55.173121053 +0000 @@ -1,53 +0,0 @@ -#tb 0: 2/25 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x192 -#sar 0: 5/6 -#tb 1: 1/16129 -#media_type 1: audio -#codec_id 1: pcm_s16le -#sample_rate 1: 16129 -#channel_layout 1: 4 -#channel_layout_name 1: mono -0, 0, 0, 1, 184320, 0x8433f0f8 -1, 0, 0, 14184, 28368, 0xaacc96a5 -0, 1, 1, 1, 184320, 0xd0d480f7 -0, 2, 2, 1, 184320, 0xaec85413 -0, 3, 3, 1, 184320, 0x29d134dc -0, 4, 4, 1, 184320, 0xeac07175 -0, 5, 5, 1, 184320, 0x21426b49 -0, 6, 6, 1, 184320, 0xe500a37d -0, 7, 7, 1, 184320, 0x1d9cae21 -0, 8, 8, 1, 184320, 0xda65309d -0, 9, 9, 1, 184320, 0xb64c331d -0, 10, 10, 1, 184320, 0xcb832741 -1, 14184, 14184, 14184, 28368, 0x6d1099bd -0, 11, 11, 1, 184320, 0xe573b565 -0, 12, 12, 1, 184320, 0xa40c92d1 -0, 13, 13, 1, 184320, 0x6d04ea3f -0, 14, 14, 1, 184320, 0xc438ae56 -0, 15, 15, 1, 184320, 0xc6405523 -0, 16, 16, 1, 184320, 0xaefef0b3 -0, 17, 17, 1, 184320, 0x3e4526c6 -0, 18, 18, 1, 184320, 0x2b164323 -0, 19, 19, 1, 184320, 0x89b22193 -0, 20, 20, 1, 184320, 0x3b73611b -0, 21, 21, 1, 184320, 0x42b33583 -1, 28368, 28368, 14184, 28368, 0x93033ae1 -0, 22, 22, 1, 184320, 0x43e79dff -0, 23, 23, 1, 184320, 0xe389a377 -0, 24, 24, 1, 184320, 0x09cb65f0 -0, 25, 25, 1, 184320, 0x64b27755 -0, 26, 26, 1, 184320, 0xdd25d6c6 -0, 27, 27, 1, 184320, 0x082a80c9 -0, 28, 28, 1, 184320, 0x41a8d7f4 -0, 29, 29, 1, 184320, 0x6227d8d4 -0, 30, 30, 1, 184320, 0x54975910 -0, 31, 31, 1, 184320, 0xf4857db9 -0, 32, 32, 1, 184320, 0x82d18161 -1, 42552, 42552, 5835, 11670, 0x04aa0b1e -0, 33, 33, 1, 184320, 0x06d93bd0 -0, 34, 34, 1, 184320, 0xa4304c00 -0, 35, 35, 1, 184320, 0x5f77d9cd -0, 36, 36, 1, 184320, 0x95cb84e9 -0, 37, 37, 1, 184320, 0x7c979475 Test cyberia-c93 failed. Look at tests/data/fate/cyberia-c93.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-cyberia-c93] Error 1 TEST dxa-scummvm TEST dxv-dxt1 TEST dxv-dxt5 TEST dxv3-dxt1 TEST dxv3-dxt5 TEST film-cvid TEST flic-af11-palette-change TEST flic-af12 TEST flic-magiccarpet TEST frwu TEST id-cin-video TEST idroq-video-encode TEST iff-byterun1 TEST iff-fibonacci TEST iff-ilbm TEST interplay-mve-8bit TEST interplay-mve-16bit TEST jpeg2000-dcinema TEST jv TEST kgv1 TEST kmvc --- /home/fate/ffmpeg/tests/ref/fate/iff-fibonacci 2017-03-24 21:02:53.633046466 +0000 +++ tests/data/fate/iff-fibonacci 2020-03-19 20:53:55.843119895 +0000 @@ -1 +1 @@ -e968a853779bb6438339e3b8d69d8d24 +d41d8cd98f00b204e9800998ecf8427e Test iff-fibonacci failed. Look at tests/data/fate/iff-fibonacci.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-iff-fibonacci] Error 1 TEST magicyuv-y4444i TEST magicyuv-y400i TEST magicyuv-y420 TEST magicyuv-y422i TEST magicyuv-y444 TEST magicyuv-rgba TEST magicyuv-rgb TEST mdec TEST mdec-v3 TEST mimic TEST mjpegb TEST mjpeg-ticket3229 TEST motionpixels TEST mpeg2-field-enc TEST mpeg2-ticket186 TEST mpeg2-ticket6024 TEST mpeg2-ticket6677 TEST mv-mvc1 TEST mv-mvc2 TEST mv-sgirle TEST mxpeg TEST nuv-rtjpeg TEST nuv-rtjpeg-fh TEST paf-video TEST qpeg TEST r210 TEST rl2 TEST roqvideo TEST sanm TEST sierra-vmd-video TEST smacker-video TEST smc TEST sp5x TEST thp TEST tiertex-seq TEST tmv --- /home/fate/ffmpeg/tests/ref/fate/sp5x 2017-03-24 21:02:53.636379807 +0000 +++ tests/data/fate/sp5x 2020-03-19 20:53:56.193119289 +0000 @@ -1,30 +0,0 @@ -#tb 0: 513/5000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x240 -#sar 0: 0/1 -#tb 1: 1/8000 -#media_type 1: audio -#codec_id 1: pcm_s16le -#sample_rate 1: 8000 -#channel_layout 1: 4 -#channel_layout_name 1: mono -0, 0, 0, 1, 115200, 0x8ebcb7f8 -1, 0, 0, 1024, 2048, 0x366ee71c -0, 1, 1, 1, 115200, 0x1fa8e673 -1, 1024, 1024, 1024, 2048, 0xc62f0414 -0, 2, 2, 1, 115200, 0xec07fb6a -1, 2048, 2048, 1024, 2048, 0x754e0f19 -0, 3, 3, 1, 115200, 0x6773a8c3 -1, 3072, 3072, 1024, 2048, 0x4a44152a -0, 4, 4, 1, 115200, 0x0d279643 -1, 4096, 4096, 1024, 2048, 0x4fd3ff01 -0, 5, 5, 1, 115200, 0xb33796e4 -0, 6, 6, 1, 115200, 0xfe11fc79 -1, 5120, 5120, 1024, 2048, 0x11c3fa1b -0, 7, 7, 1, 115200, 0x4ac8e31b -1, 6144, 6144, 1024, 2048, 0x9945fa06 -0, 8, 8, 1, 115200, 0x15317942 -1, 7168, 7168, 1024, 2048, 0x12e5071a -0, 9, 9, 1, 115200, 0x07803f0e -1, 8192, 8192, 22, 44, 0x7ad110e8 Test sp5x failed. Look at tests/data/fate/sp5x.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-sp5x] Error 1 TEST txd-16bpp TEST txd-odd TEST txd-pal8 TEST ulti TEST v210 --- /home/fate/ffmpeg/tests/ref/fate/tmv 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/tmv 2020-03-19 20:53:56.253119185 +0000 @@ -1,231 +0,0 @@ -#tb 0: 184/11029 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 320x200 -#sar 0: 0/1 -#tb 1: 1/22058 -#media_type 1: audio -#codec_id 1: pcm_s16le -#sample_rate 1: 22058 -#channel_layout 1: 4 -#channel_layout_name 1: mono -0, 0, 0, 1, 192000, 0xc698297a -1, 0, 0, 368, 736, 0xf63db497 -0, 1, 1, 1, 192000, 0x8d5bd6be -1, 368, 368, 368, 736, 0xbc42caef -0, 2, 2, 1, 192000, 0x21c32083 -1, 736, 736, 368, 736, 0x5619a45a -0, 3, 3, 1, 192000, 0x849cd4c0 -1, 1104, 1104, 368, 736, 0x1b8ac0f9 -0, 4, 4, 1, 192000, 0x8c63a4f0 -1, 1472, 1472, 368, 736, 0x55dcac78 -0, 5, 5, 1, 192000, 0x5dbee9ab -1, 1840, 1840, 368, 736, 0xd9f2a266 -0, 6, 6, 1, 192000, 0x2b12d9bb -1, 2208, 2208, 368, 736, 0x22f8af51 -0, 7, 7, 1, 192000, 0x1a737e17 -1, 2576, 2576, 368, 736, 0x838bacb8 -0, 8, 8, 1, 192000, 0x90536c29 -1, 2944, 2944, 368, 736, 0x7b29b4f9 -0, 9, 9, 1, 192000, 0xd7795243 -1, 3312, 3312, 368, 736, 0x5a01b505 -0, 10, 10, 1, 192000, 0x08847e17 -1, 3680, 3680, 368, 736, 0xc330abb4 -0, 11, 11, 1, 192000, 0x47aa5a3b -1, 4048, 4048, 368, 736, 0x84d6c49d -0, 12, 12, 1, 192000, 0x9435266f -1, 4416, 4416, 368, 736, 0xd0a1a588 -0, 13, 13, 1, 192000, 0x87e7ea9c -1, 4784, 4784, 368, 736, 0x9083a382 -0, 14, 14, 1, 192000, 0x6dc00285 -1, 5152, 5152, 368, 736, 0x291eb335 -0, 15, 15, 1, 192000, 0xf6407ddf -1, 5520, 5520, 368, 736, 0xdda2b452 -0, 16, 16, 1, 192000, 0x55541c09 -1, 5888, 5888, 368, 736, 0x82feab67 -0, 17, 17, 1, 192000, 0xf1c4f5be -1, 6256, 6256, 368, 736, 0xfca6b943 -0, 18, 18, 1, 192000, 0xe59ff74c -1, 6624, 6624, 368, 736, 0x2a4ea1fd -0, 19, 19, 1, 192000, 0x0fedcf04 -1, 6992, 6992, 368, 736, 0xbb4bc783 -0, 20, 20, 1, 192000, 0x04b893dd -1, 7360, 7360, 368, 736, 0x8c10a799 -0, 21, 21, 1, 192000, 0xfef47d83 -1, 7728, 7728, 368, 736, 0x8751a53b -0, 22, 22, 1, 192000, 0x07bde9ed -1, 8096, 8096, 368, 736, 0x4b3c9fc3 -0, 23, 23, 1, 192000, 0xb8003fd2 -1, 8464, 8464, 368, 736, 0x5dad9b46 -0, 24, 24, 1, 192000, 0x4eb6b3ed -1, 8832, 8832, 368, 736, 0xe106a3e6 -0, 25, 25, 1, 192000, 0x320b0b34 -1, 9200, 9200, 368, 736, 0xa42a9a3b -0, 26, 26, 1, 192000, 0x5156e90f -1, 9568, 9568, 368, 736, 0xb5069901 -0, 27, 27, 1, 192000, 0x34778cde -1, 9936, 9936, 368, 736, 0x3556c3c3 -0, 28, 28, 1, 192000, 0xd8d96e44 -1, 10304, 10304, 368, 736, 0xa870c1ee -0, 29, 29, 1, 192000, 0x962ae9f3 -1, 10672, 10672, 368, 736, 0xc388b6d8 -0, 30, 30, 1, 192000, 0x3d29d85a -1, 11040, 11040, 368, 736, 0xe167a2b0 -0, 31, 31, 1, 192000, 0x838554fa -1, 11408, 11408, 368, 736, 0x15aeb59d -0, 32, 32, 1, 192000, 0xd64a3b93 -1, 11776, 11776, 368, 736, 0xa576c0bc -0, 33, 33, 1, 192000, 0x380ef140 -1, 12144, 12144, 368, 736, 0x44f3b827 -0, 34, 34, 1, 192000, 0x076b38c0 -1, 12512, 12512, 368, 736, 0xfa5ecd84 -0, 35, 35, 1, 192000, 0xd9a67c7c -1, 12880, 12880, 368, 736, 0xb7b996f6 -0, 36, 36, 1, 192000, 0xc2849a50 -1, 13248, 13248, 368, 736, 0xb390c311 -0, 37, 37, 1, 192000, 0x9b94a347 -1, 13616, 13616, 368, 736, 0xc5a9ab0f -0, 38, 38, 1, 192000, 0xe3ba9c07 -1, 13984, 13984, 368, 736, 0x1a3aa3f6 -0, 39, 39, 1, 192000, 0xef0011f5 -1, 14352, 14352, 368, 736, 0xdaaf9e42 -0, 40, 40, 1, 192000, 0xa98381e8 -1, 14720, 14720, 368, 736, 0xad8fb0ba -0, 41, 41, 1, 192000, 0x27e5ce9b -1, 15088, 15088, 368, 736, 0x9cce9e05 -0, 42, 42, 1, 192000, 0x8568e33f -1, 15456, 15456, 368, 736, 0x70639e6f -0, 43, 43, 1, 192000, 0x540633b6 -1, 15824, 15824, 368, 736, 0xc5e1ba9b -0, 44, 44, 1, 192000, 0xd8fcfbed -1, 16192, 16192, 368, 736, 0x9e6cb422 -0, 45, 45, 1, 192000, 0x15609e04 -1, 16560, 16560, 368, 736, 0x5c559a1e -0, 46, 46, 1, 192000, 0x7e4f5c9b -1, 16928, 16928, 368, 736, 0xb071c2da -0, 47, 47, 1, 192000, 0xef14950d -1, 17296, 17296, 368, 736, 0xd9bdb9eb -0, 48, 48, 1, 192000, 0x9e0b85b9 -1, 17664, 17664, 368, 736, 0x5ecab2d5 -0, 49, 49, 1, 192000, 0xf3b69b95 -1, 18032, 18032, 368, 736, 0x0f78a8fe -0, 50, 50, 1, 192000, 0x09b6db39 -1, 18400, 18400, 368, 736, 0x74ebaccd -0, 51, 51, 1, 192000, 0x4dc9a300 -1, 18768, 18768, 368, 736, 0x2cfab78e -0, 52, 52, 1, 192000, 0x29d9fdde -1, 19136, 19136, 368, 736, 0x32c6c26e -0, 53, 53, 1, 192000, 0x22e79283 -1, 19504, 19504, 368, 736, 0xbe339d74 -0, 54, 54, 1, 192000, 0x5f5c95aa -1, 19872, 19872, 368, 736, 0x2c31b687 -0, 55, 55, 1, 192000, 0x4d76efde -1, 20240, 20240, 368, 736, 0xcbb0b8d5 -0, 56, 56, 1, 192000, 0xb1d79f6a -1, 20608, 20608, 368, 736, 0x17bcb56a -0, 57, 57, 1, 192000, 0xedfe6012 -1, 20976, 20976, 368, 736, 0x116fb70c -0, 58, 58, 1, 192000, 0x4a56033a -1, 21344, 21344, 368, 736, 0xa22eb34f -0, 59, 59, 1, 192000, 0xdbc9f746 -1, 21712, 21712, 368, 736, 0x130bc9bb -0, 60, 60, 1, 192000, 0xedff8a16 -1, 22080, 22080, 368, 736, 0xbb0b77aa -0, 61, 61, 1, 192000, 0x46b5f843 -1, 22448, 22448, 368, 736, 0xafb5a9f0 -0, 62, 62, 1, 192000, 0xbd12dbfc -1, 22816, 22816, 368, 736, 0xaf55f1a3 -0, 63, 63, 1, 192000, 0xacf2a336 -1, 23184, 23184, 368, 736, 0x988e9669 -0, 64, 64, 1, 192000, 0x13843e7f -1, 23552, 23552, 368, 736, 0x4e2cc9ab -0, 65, 65, 1, 192000, 0x6fda777f -1, 23920, 23920, 368, 736, 0x34b3b7ea -0, 66, 66, 1, 192000, 0x16ffef07 -1, 24288, 24288, 368, 736, 0x1252a16b -0, 67, 67, 1, 192000, 0xb36c06c6 -1, 24656, 24656, 368, 736, 0x04279e74 -0, 68, 68, 1, 192000, 0xd65746b1 -1, 25024, 25024, 368, 736, 0x9c2ecb2e -0, 69, 69, 1, 192000, 0x2817079b -1, 25392, 25392, 368, 736, 0x6c16945a -0, 70, 70, 1, 192000, 0xadb60837 -1, 25760, 25760, 368, 736, 0x2c0cc1f9 -0, 71, 71, 1, 192000, 0x60cb0d87 -1, 26128, 26128, 368, 736, 0x52fba868 -0, 72, 72, 1, 192000, 0x14e5b02b -1, 26496, 26496, 368, 736, 0xe2a2a5be -0, 73, 73, 1, 192000, 0x574fd8f4 -1, 26864, 26864, 368, 736, 0x2f56a95b -0, 74, 74, 1, 192000, 0xffb9a8fa -1, 27232, 27232, 368, 736, 0x573196a0 -0, 75, 75, 1, 192000, 0xc2904a3e -1, 27600, 27600, 368, 736, 0xb542c1dc -0, 76, 76, 1, 192000, 0x22e77c9b -1, 27968, 27968, 368, 736, 0x7f6a9964 -0, 77, 77, 1, 192000, 0xd76d81c2 -1, 28336, 28336, 368, 736, 0xc39db324 -0, 78, 78, 1, 192000, 0xf5b0fcc8 -1, 28704, 28704, 368, 736, 0xa2dbb058 -0, 79, 79, 1, 192000, 0xc452ce4d -1, 29072, 29072, 368, 736, 0x8bfac722 -0, 80, 80, 1, 192000, 0x64a53e4f -1, 29440, 29440, 368, 736, 0x5e679406 -0, 81, 81, 1, 192000, 0xe6c115da -1, 29808, 29808, 368, 736, 0xd7a8c2aa -0, 82, 82, 1, 192000, 0x959d45fe -1, 30176, 30176, 368, 736, 0x5ec6a7a0 -0, 83, 83, 1, 192000, 0xabb270b6 -1, 30544, 30544, 368, 736, 0x9f33c47f -0, 84, 84, 1, 192000, 0x451642b8 -1, 30912, 30912, 368, 736, 0x4c4998bf -0, 85, 85, 1, 192000, 0x028b2202 -1, 31280, 31280, 368, 736, 0x2363c344 -0, 86, 86, 1, 192000, 0xf5d79b86 -1, 31648, 31648, 368, 736, 0xecf9a09f -0, 87, 87, 1, 192000, 0xebe0623e -1, 32016, 32016, 368, 736, 0x5a069e69 -0, 88, 88, 1, 192000, 0x7560d1eb -1, 32384, 32384, 368, 736, 0xe2e5b106 -0, 89, 89, 1, 192000, 0xcbf85785 -1, 32752, 32752, 368, 736, 0x7ff4b09e -0, 90, 90, 1, 192000, 0x180f6aca -1, 33120, 33120, 368, 736, 0x0157acd2 -0, 91, 91, 1, 192000, 0xea8ecb95 -1, 33488, 33488, 368, 736, 0x64849b5a -0, 92, 92, 1, 192000, 0x6a5e3639 -1, 33856, 33856, 368, 736, 0x0399b037 -0, 93, 93, 1, 192000, 0x5aa6c22c -1, 34224, 34224, 368, 736, 0xa57ea80f -0, 94, 94, 1, 192000, 0xdbb50948 -1, 34592, 34592, 368, 736, 0x233eb2a4 -0, 95, 95, 1, 192000, 0x0184a90a -1, 34960, 34960, 368, 736, 0x8aa5dfa0 -0, 96, 96, 1, 192000, 0x0efc1358 -1, 35328, 35328, 368, 736, 0x0c9fa877 -0, 97, 97, 1, 192000, 0x29053255 -1, 35696, 35696, 368, 736, 0xbe6faef2 -0, 98, 98, 1, 192000, 0x3a7e239d -1, 36064, 36064, 368, 736, 0xf800c0f2 -0, 99, 99, 1, 192000, 0x3bd99ca5 -1, 36432, 36432, 368, 736, 0x1d68a964 -0, 100, 100, 1, 192000, 0xe1b5a4d6 -1, 36800, 36800, 368, 736, 0x0e4f8872 -0, 101, 101, 1, 192000, 0xf487f8bb -1, 37168, 37168, 368, 736, 0x31c6ed1c -0, 102, 102, 1, 192000, 0x8b14387c -1, 37536, 37536, 368, 736, 0x7448a8d2 -0, 103, 103, 1, 192000, 0xdaeb9cb4 -1, 37904, 37904, 368, 736, 0x79a2ac09 -0, 104, 104, 1, 192000, 0xdc1d2f5b -1, 38272, 38272, 368, 736, 0xbdbfa397 -0, 105, 105, 1, 192000, 0x4dcab167 -1, 38640, 38640, 368, 736, 0xa5deb8bb -0, 106, 106, 1, 192000, 0x87fcf0d3 -1, 39008, 39008, 368, 736, 0x4565d179 -0, 107, 107, 1, 192000, 0x36d37542 -1, 39376, 39376, 368, 736, 0x64d89f91 -0, 108, 108, 1, 192000, 0x59ba49c5 -1, 39744, 39744, 368, 736, 0x32319f68 -0, 109, 109, 1, 192000, 0xf679b712 -1, 40112, 40112, 368, 736, 0x3efdc04f TEST v410dec Test tmv failed. Look at tests/data/fate/tmv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-tmv] Error 1 TEST vb TEST vcr1 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 --- /home/fate/ffmpeg/tests/ref/fate/g723_1-dec-1 2017-03-24 21:02:53.619713101 +0000 +++ tests/data/fate/g723_1-dec-1 2020-03-19 20:53:56.406452253 +0000 @@ -1,8 +0,0 @@ -#tb 0: 1/8000 -#media_type 0: audio -#codec_id 0: pcm_s16le -#sample_rate 0: 8000 -#channel_layout 0: 4 -#channel_layout_name 0: mono -0, 0, 0, 240, 480, 0x7f6f3970 -0, 240, 240, 240, 480, 0x1105a0d3 Test g723_1-dec-1 failed. Look at tests/data/fate/g723_1-dec-1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-g723_1-dec-1] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/g723_1-dec-2 2017-03-24 21:02:53.619713101 +0000 +++ tests/data/fate/g723_1-dec-2 2020-03-19 20:53:56.419785564 +0000 @@ -1,32 +0,0 @@ -#tb 0: 1/8000 -#media_type 0: audio -#codec_id 0: pcm_s16le -#sample_rate 0: 8000 -#channel_layout 0: 4 -#channel_layout_name 0: mono -0, 0, 0, 240, 480, 0x5d9d9091 -0, 240, 240, 240, 480, 0x425095b7 -0, 480, 480, 240, 480, 0xe7b6a1a7 -0, 720, 720, 240, 480, 0x9397af19 -0, 960, 960, 240, 480, 0xe671adf7 -0, 1200, 1200, 240, 480, 0x77deb313 -0, 1440, 1440, 240, 480, 0x64abbb5f -0, 1680, 1680, 240, 480, 0x000bc879 -0, 1920, 1920, 240, 480, 0x5a88c7aa -0, 2160, 2160, 240, 480, 0xb041cbad -0, 2400, 2400, 240, 480, 0x3257cd54 -0, 2640, 2640, 240, 480, 0xd6e7d4b3 -0, 2880, 2880, 240, 480, 0x0054d6b6 -0, 3120, 3120, 240, 480, 0x10bcd58e -0, 3360, 3360, 240, 480, 0x702ed981 -0, 3600, 3600, 240, 480, 0x9870d4e3 -0, 3840, 3840, 240, 480, 0x9c12d6d1 -0, 4080, 4080, 240, 480, 0xc41be449 -0, 4320, 4320, 240, 480, 0xf4bddc5a -0, 4560, 4560, 240, 480, 0x1c03e0d4 -0, 4800, 4800, 240, 480, 0xc287e4f8 -0, 5040, 5040, 240, 480, 0xf705ec20 -0, 5280, 5280, 240, 480, 0x7835f458 -0, 5520, 5520, 240, 480, 0xa8b3e632 -0, 5760, 5760, 240, 480, 0xd358df57 -0, 6000, 6000, 240, 480, 0x934dab80 TEST g723_1-dec-8 Test g723_1-dec-2 failed. Look at tests/data/fate/g723_1-dec-2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-g723_1-dec-2] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/g723_1-dec-3 2017-03-24 21:02:53.619713101 +0000 +++ tests/data/fate/g723_1-dec-3 2020-03-19 20:53:56.429785547 +0000 @@ -1,39 +0,0 @@ -#tb 0: 1/8000 -#media_type 0: audio -#codec_id 0: pcm_s16le -#sample_rate 0: 8000 -#channel_layout 0: 4 -#channel_layout_name 0: mono -0, 0, 0, 240, 480, 0xce908869 -0, 240, 240, 240, 480, 0xfa63588e -0, 480, 480, 240, 480, 0x11ce850c -0, 720, 720, 240, 480, 0x76c459cf -0, 960, 960, 240, 480, 0x13ed8bf0 -0, 1200, 1200, 240, 480, 0x33d10b77 -0, 1440, 1440, 240, 480, 0xdf41e03c -0, 1680, 1680, 240, 480, 0xa31aad71 -0, 1920, 1920, 240, 480, 0x83c2b48d -0, 2160, 2160, 240, 480, 0xaf41ba01 -0, 2400, 2400, 240, 480, 0xeeecbadc -0, 2640, 2640, 240, 480, 0xe253c7e1 -0, 2880, 2880, 240, 480, 0x672cbf0a -0, 3120, 3120, 240, 480, 0x5f32aa27 -0, 3360, 3360, 240, 480, 0x0b3da147 -0, 3600, 3600, 240, 480, 0x4819e5bc -0, 3840, 3840, 240, 480, 0x423dec60 -0, 4080, 4080, 240, 480, 0xafefe289 -0, 4320, 4320, 240, 480, 0x8dc5f136 -0, 4560, 4560, 240, 480, 0x549cee78 -0, 4800, 4800, 240, 480, 0xe589ebdc -0, 5040, 5040, 240, 480, 0x786cef17 -0, 5280, 5280, 240, 480, 0xdafded31 -0, 5520, 5520, 240, 480, 0xe58bedf8 -0, 5760, 5760, 240, 480, 0x44daf26c -0, 6000, 6000, 240, 480, 0x03fcf149 -0, 6240, 6240, 240, 480, 0x97a5f4ae -0, 6480, 6480, 240, 480, 0x2114f4f6 -0, 6720, 6720, 240, 480, 0x9a44f234 -0, 6960, 6960, 240, 480, 0x5b47f339 -0, 7200, 7200, 240, 480, 0x9248edcb -0, 7440, 7440, 240, 480, 0x47caf226 -0, 7680, 7680, 240, 480, 0x73d4ef48 TEST g726-encode-2bit --- /home/fate/ffmpeg/tests/ref/fate/g723_1-dec-4 2017-03-24 21:02:53.619713101 +0000 +++ tests/data/fate/g723_1-dec-4 2020-03-19 20:53:56.433118873 +0000 @@ -1,10 +0,0 @@ -#tb 0: 1/8000 -#media_type 0: audio -#codec_id 0: pcm_s16le -#sample_rate 0: 8000 -#channel_layout 0: 4 -#channel_layout_name 0: mono -0, 0, 0, 240, 480, 0xa697b314 -0, 240, 240, 240, 480, 0x43c5dc5a -0, 480, 480, 240, 480, 0xd2438147 -0, 720, 720, 240, 480, 0x3b1ead64 --- /home/fate/ffmpeg/tests/ref/fate/g723_1-dec-5 2017-03-24 21:02:53.619713101 +0000 +++ tests/data/fate/g723_1-dec-5 2020-03-19 20:53:56.436452201 +0000 @@ -1,106 +0,0 @@ -#tb 0: 1/8000 -#media_type 0: audio -#codec_id 0: pcm_s16le -#sample_rate 0: 8000 -#channel_layout 0: 4 -#channel_layout_name 0: mono -0, 0, 0, 240, 480, 0x4dce9773 -0, 240, 240, 240, 480, 0xe6367ab8 -0, 480, 480, 240, 480, 0xf36a589d -0, 720, 720, 240, 480, 0xf94efd31 -0, 960, 960, 240, 480, 0x984e6d33 -0, 1200, 1200, 240, 480, 0x84eaa191 -0, 1440, 1440, 240, 480, 0xed6e0c10 -0, 1680, 1680, 240, 480, 0x3627e7a0 -0, 1920, 1920, 240, 480, 0x2421b42d -0, 2160, 2160, 240, 480, 0x71e00d6f -0, 2400, 2400, 240, 480, 0xd49cdb95 -0, 2640, 2640, 240, 480, 0xa167e890 -0, 2880, 2880, 240, 480, 0xbb3fd7c0 -0, 3120, 3120, 240, 480, 0xa3d5bc27 -0, 3360, 3360, 240, 480, 0x8107ca9c -0, 3600, 3600, 240, 480, 0xcd4ce998 -0, 3840, 3840, 240, 480, 0x14e3ee73 -0, 4080, 4080, 240, 480, 0x5fc3eaf0 -0, 4320, 4320, 240, 480, 0xf166f33d -0, 4560, 4560, 240, 480, 0xe8b3f701 -0, 4800, 4800, 240, 480, 0x50aaeafd -0, 5040, 5040, 240, 480, 0xc7f2daec -0, 5280, 5280, 240, 480, 0x3960e5d0 -0, 5520, 5520, 240, 480, 0xadc8ec32 -0, 5760, 5760, 240, 480, 0x8741e7b0 -0, 6000, 6000, 240, 480, 0x1a1bd910 -0, 6240, 6240, 240, 480, 0x76a4ef7f -0, 6480, 6480, 240, 480, 0x19e6e5f5 -0, 6720, 6720, 240, 480, 0x6365e871 -0, 6960, 6960, 240, 480, 0xb2bee161 -0, 7200, 7200, 240, 480, 0x5098cba4 -0, 7440, 7440, 240, 480, 0x1009c4c5 -0, 7680, 7680, 240, 480, 0xbf20cfe3 -0, 7920, 7920, 240, 480, 0x91ddd028 -0, 8160, 8160, 240, 480, 0x4fedce37 -0, 8400, 8400, 240, 480, 0x43bcd4d8 -0, 8640, 8640, 240, 480, 0x41b3e782 -0, 8880, 8880, 240, 480, 0xa272f4a6 -0, 9120, 9120, 240, 480, 0x46b2f2cb -0, 9360, 9360, 240, 480, 0xc47dee7d -0, 9600, 9600, 240, 480, 0x699fe668 -0, 9840, 9840, 240, 480, 0x72b5daf8 -0, 10080, 10080, 240, 480, 0x0c0cf25e -0, 10320, 10320, 240, 480, 0xdafff519 -0, 10560, 10560, 240, 480, 0xf1f2e42f -0, 10800, 10800, 240, 480, 0xe04fe7f4 -0, 11040, 11040, 240, 480, 0x1157d789 -0, 11280, 11280, 240, 480, 0xe598ede6 -0, 11520, 11520, 240, 480, 0xbd06dc2f -0, 11760, 11760, 240, 480, 0x2aa6d2d9 -0, 12000, 12000, 240, 480, 0xa61ff1a3 -0, 12240, 12240, 240, 480, 0x6f57eb35 -0, 12480, 12480, 240, 480, 0x68c1f4a9 -0, 12720, 12720, 240, 480, 0x5c0ae6f2 -0, 12960, 12960, 240, 480, 0xdffbef45 -0, 13200, 13200, 240, 480, 0xf0daf893 -0, 13440, 13440, 240, 480, 0x680cf0c4 -0, 13680, 13680, 240, 480, 0xbbc1d42f -0, 13920, 13920, 240, 480, 0x9b66eddd -0, 14160, 14160, 240, 480, 0xc18be7a3 -0, 14400, 14400, 240, 480, 0x1deae025 -0, 14640, 14640, 240, 480, 0x6c12e002 -0, 14880, 14880, 240, 480, 0x004bf27e -0, 15120, 15120, 240, 480, 0xc97de444 -0, 15360, 15360, 240, 480, 0xc650de6b -0, 15600, 15600, 240, 480, 0xe614ecd6 -0, 15840, 15840, 240, 480, 0x2c20d111 -0, 16080, 16080, 240, 480, 0x8562c091 -0, 16320, 16320, 240, 480, 0x4fcddd08 -0, 16560, 16560, 240, 480, 0xc1b2c3cb -0, 16800, 16800, 240, 480, 0x5dcfdf24 -0, 17040, 17040, 240, 480, 0xf348d7be -0, 17280, 17280, 240, 480, 0x31b3ead7 -0, 17520, 17520, 240, 480, 0xb30dee68 -0, 17760, 17760, 240, 480, 0x1f44e9ac -0, 18000, 18000, 240, 480, 0x3cafe61e -0, 18240, 18240, 240, 480, 0x5800ea95 -0, 18480, 18480, 240, 480, 0xeaeeec19 -0, 18720, 18720, 240, 480, 0x47f9eff3 -0, 18960, 18960, 240, 480, 0xdc10edf1 -0, 19200, 19200, 240, 480, 0x5b1bd3ff -0, 19440, 19440, 240, 480, 0x039bea64 -0, 19680, 19680, 240, 480, 0xa93ac953 -0, 19920, 19920, 240, 480, 0x1b55f01c -0, 20160, 20160, 240, 480, 0x32b7db90 -0, 20400, 20400, 240, 480, 0x2f8ce0a8 -0, 20640, 20640, 240, 480, 0x53f4f7d5 -0, 20880, 20880, 240, 480, 0x880ee517 -0, 21120, 21120, 240, 480, 0xe793f2fd -0, 21360, 21360, 240, 480, 0x498beaf5 -0, 21600, 21600, 240, 480, 0x8c25f623 -0, 21840, 21840, 240, 480, 0xdc0df527 -0, 22080, 22080, 240, 480, 0x9d21e9b4 -0, 22320, 22320, 240, 480, 0x6d51d9e6 -0, 22560, 22560, 240, 480, 0xaf3ee6ba -0, 22800, 22800, 240, 480, 0xbef0ea44 -0, 23040, 23040, 240, 480, 0x50c6e9ab -0, 23280, 23280, 240, 480, 0x76a7d80c -0, 23520, 23520, 240, 480, 0x8d68ef94 -0, 23760, 23760, 240, 480, 0x213ce600 Test g723_1-dec-4 failed. Look at tests/data/fate/g723_1-dec-4.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-g723_1-dec-4] Error 1 Test g723_1-dec-3 failed. Look at tests/data/fate/g723_1-dec-3.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-g723_1-dec-3] Error 1 --- /home/fate/ffmpeg/tests/ref/fate/g723_1-dec-6 2017-03-24 21:02:53.619713101 +0000 +++ tests/data/fate/g723_1-dec-6 2020-03-19 20:53:56.439785529 +0000 @@ -1,106 +0,0 @@ -#tb 0: 1/8000 -#media_type 0: audio -#codec_id 0: pcm_s16le -#sample_rate 0: 8000 -#channel_layout 0: 4 -#channel_layout_name 0: mono -0, 0, 0, 240, 480, 0x4fa1aed9 -0, 240, 240, 240, 480, 0x6d7ef391 -0, 480, 480, 240, 480, 0xaecaf2c1 -0, 720, 720, 240, 480, 0xd3b2ed0a -0, 960, 960, 240, 480, 0x33dceb4e -0, 1200, 1200, 240, 480, 0xc10eeb64 -0, 1440, 1440, 240, 480, 0x7c0febff -0, 1680, 1680, 240, 480, 0x0c09eecd -0, 1920, 1920, 240, 480, 0xa5efdcf8 -0, 2160, 2160, 240, 480, 0xb643edd2 -0, 2400, 2400, 240, 480, 0x46bef26d -0, 2640, 2640, 240, 480, 0x4310f101 -0, 2880, 2880, 240, 480, 0x3664ec16 -0, 3120, 3120, 240, 480, 0xcc17e5e8 -0, 3360, 3360, 240, 480, 0xff4cf35b -0, 3600, 3600, 240, 480, 0xdf4cf2e5 -0, 3840, 3840, 240, 480, 0x093bf570 -0, 4080, 4080, 240, 480, 0xd950ec75 -0, 4320, 4320, 240, 480, 0xa469f2f8 -0, 4560, 4560, 240, 480, 0x3558ee9d -0, 4800, 4800, 240, 480, 0x4102f252 -0, 5040, 5040, 240, 480, 0xf9dff318 -0, 5280, 5280, 240, 480, 0xd7cbef4d -0, 5520, 5520, 240, 480, 0x76c4eed3 -0, 5760, 5760, 240, 480, 0xe3d6e9d1 -0, 6000, 6000, 240, 480, 0x63baf340 -0, 6240, 6240, 240, 480, 0xd2dff2ff -0, 6480, 6480, 240, 480, 0x3355ebc4 -0, 6720, 6720, 240, 480, 0x7183ed76 -0, 6960, 6960, 240, 480, 0x9806eff7 -0, 7200, 7200, 240, 480, 0xc090ec04 -0, 7440, 7440, 240, 480, 0xe76ff174 -0, 7680, 7680, 240, 480, 0x2cdfe8f1 -0, 7920, 7920, 240, 480, 0xbb69ee8a -0, 8160, 8160, 240, 480, 0x3e03f522 -0, 8400, 8400, 240, 480, 0xe7e6e659 -0, 8640, 8640, 240, 480, 0x4dbaf063 -0, 8880, 8880, 240, 480, 0xc9b9f381 -0, 9120, 9120, 240, 480, 0x3866edc9 -0, 9360, 9360, 240, 480, 0x7e0defca -0, 9600, 9600, 240, 480, 0xa88bf700 -0, 9840, 9840, 240, 480, 0x65a7f029 -0, 10080, 10080, 240, 480, 0xaf8cf09d -0, 10320, 10320, 240, 480, 0x679bee1e -0, 10560, 10560, 240, 480, 0x8dc1e9a4 -0, 10800, 10800, 240, 480, 0xe3c2f0ac -0, 11040, 11040, 240, 480, 0x35d0eb14 -0, 11280, 11280, 240, 480, 0xfeb3ed00 -0, 11520, 11520, 240, 480, 0x9da3ecb4 -0, 11760, 11760, 240, 480, 0xa0e3f3c2 -0, 12000, 12000, 240, 480, 0x05ffe9de -0, 12240, 12240, 240, 480, 0xf7adef05 -0, 12480, 12480, 240, 480, 0x71bef669 -0, 12720, 12720, 240, 480, 0x4b9feca8 -0, 12960, 12960, 240, 480, 0x85e5ecd8 -0, 13200, 13200, 240, 480, 0xa4cbe90e -0, 13440, 13440, 240, 480, 0xe689f958 -0, 13680, 13680, 240, 480, 0xa936f168 -0, 13920, 13920, 240, 480, 0x496ff059 -0, 14160, 14160, 240, 480, 0x0bb6eb82 -0, 14400, 14400, 240, 480, 0x7727ef53 -0, 14640, 14640, 240, 480, 0xede3eaab -0, 14880, 14880, 240, 480, 0xe961ef58 -0, 15120, 15120, 240, 480, 0x454fef58 -0, 15360, 15360, 240, 480, 0x9305e76d -0, 15600, 15600, 240, 480, 0xfe5ce6ed -0, 15840, 15840, 240, 480, 0x84d1efdc -0, 16080, 16080, 240, 480, 0x4b23ed7a -0, 16320, 16320, 240, 480, 0x1380eb91 -0, 16560, 16560, 240, 480, 0xf705eca3 -0, 16800, 16800, 240, 480, 0x26f7e707 -0, 17040, 17040, 240, 480, 0x3fe3f27f -0, 17280, 17280, 240, 480, 0xa030f177 -0, 17520, 17520, 240, 480, 0xaf72ed92 -0, 17760, 17760, 240, 480, 0x00b8f1e7 -0, 18000, 18000, 240, 480, 0x681fecca -0, 18240, 18240, 240, 480, 0x3ca1ef63 -0, 18480, 18480, 240, 480, 0xd6fcedac -0, 18720, 18720, 240, 480, 0x6928ed04 -0, 18960, 18960, 240, 480, 0x8bdeeebe -0, 19200, 19200, 240, 480, 0x24b6f59d -0, 19440, 19440, 240, 480, 0xd49deebf -0, 19680, 19680, 240, 480, 0xe798f2c8 -0, 19920, 19920, 240, 480, 0x280fefb8 -0, 20160, 20160, 240, 480, 0xe0a8f40d -0, 20400, 20400, 240, 480, 0x4d48f511 -0, 20640, 20640, 240, 480, 0x6bf3eef0 -0, 20880, 20880, 240, 480, 0x1573f1cd -0, 21120, 21120, 240, 480, 0x6245e961 -0, 21360, 21360, 240, 480, 0xe05af091 -0, 21600, 21600, 240, 480, 0xfcc3e9e3 -0, 21840, 21840, 240, 480, 0x6d5febae -0, 22080, 22080, 240, 480, 0x4a96ef58 -0, 22320, 22320, 240, 480, 0x1586f156 -0, 22560, 22560, 240, 480, 0x50b0e99e -0, 22800, 22800, 240, 480, 0xf25dfa9b -0, 23040, 23040, 240, 480, 0x49b5f932 -0, 23280, 23280, 240, 480, 0xe1ddef32 -0, 23520, 23520, 240, 480, 0x2307ed94 -0, 23760, 23760, 240, 480, 0x6a2beb17 TEST g726-encode-3bit Test g723_1-dec-5 failed. Look at tests/data/fate/g723_1-dec-5.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-g723_1-dec-5] Error 1 TEST g726-encode-4bit TEST g726-encode-5bit TEST gsm-ms --- /home/fate/ffmpeg/tests/ref/fate/g723_1-dec-7 2017-03-24 21:02:53.619713101 +0000 +++ tests/data/fate/g723_1-dec-7 2020-03-19 20:53:56.443118856 +0000 @@ -1,17 +0,0 @@ -#tb 0: 1/8000 -#media_type 0: audio -#codec_id 0: pcm_s16le -#sample_rate 0: 8000 -#channel_layout 0: 4 -#channel_layout_name 0: mono -0, 0, 0, 240, 480, 0x35e4a1fd -0, 240, 240, 240, 480, 0x2f7bdd60 -0, 480, 480, 240, 480, 0x0407e499 -0, 720, 720, 240, 480, 0x5f5ef209 -0, 960, 960, 240, 480, 0xe936e8d1 -0, 1200, 1200, 240, 480, 0x0896ddba -0, 1440, 1440, 240, 480, 0xa885ea94 -0, 1680, 1680, 240, 480, 0x40bff3d0 -0, 1920, 1920, 240, 480, 0xe05ce4c3 -0, 2160, 2160, 240, 480, 0x80c4f790 -0, 2400, 2400, 240, 480, 0x65d5e8f9 Test g723_1-dec-6 failed. Look at tests/data/fate/g723_1-dec-6.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-g723_1-dec-6] Error 1 TEST gsm-toast --- /home/fate/ffmpeg/tests/ref/fate/g723_1-dec-8 2017-03-24 21:02:53.619713101 +0000 +++ tests/data/fate/g723_1-dec-8 2020-03-19 20:53:56.456452167 +0000 @@ -1,126 +0,0 @@ -#tb 0: 1/8000 -#media_type 0: audio -#codec_id 0: pcm_s16le -#sample_rate 0: 8000 -#channel_layout 0: 4 -#channel_layout_name 0: mono -0, 0, 0, 240, 480, 0x17930e0f -0, 240, 240, 240, 480, 0x7c7f4247 -0, 480, 480, 240, 480, 0xbf3489e5 -0, 720, 720, 240, 480, 0x24319fc9 -0, 960, 960, 240, 480, 0xb327eec0 -0, 1200, 1200, 240, 480, 0xc2ddcbca -0, 1440, 1440, 240, 480, 0xeebad740 -0, 1680, 1680, 240, 480, 0x77fcb933 -0, 1920, 1920, 240, 480, 0x9677c5b7 -0, 2160, 2160, 240, 480, 0xb49dcb9e -0, 2400, 2400, 240, 480, 0x0e78d7e6 -0, 2640, 2640, 240, 480, 0xf752dc3e -0, 2880, 2880, 240, 480, 0xc95af091 -0, 3120, 3120, 240, 480, 0xa25de399 -0, 3360, 3360, 240, 480, 0x34e7e0da -0, 3600, 3600, 240, 480, 0x6c84e3f4 -0, 3840, 3840, 240, 480, 0x2c7dda20 -0, 4080, 4080, 240, 480, 0x00a5f112 -0, 4320, 4320, 240, 480, 0x943ddd89 -0, 4560, 4560, 240, 480, 0x4ad4ebac -0, 4800, 4800, 240, 480, 0xa4ff0aa8 -0, 5040, 5040, 240, 480, 0xc0f805f2 -0, 5280, 5280, 240, 480, 0x859ce987 -0, 5520, 5520, 240, 480, 0x9ebcd0de -0, 5760, 5760, 240, 480, 0x3de2db0b -0, 6000, 6000, 240, 480, 0x0affea9c -0, 6240, 6240, 240, 480, 0xcb1bf81e -0, 6480, 6480, 240, 480, 0x8a72d71d -0, 6720, 6720, 240, 480, 0x583cd5cd -0, 6960, 6960, 240, 480, 0x4be7dc7b -0, 7200, 7200, 240, 480, 0xb08108c0 -0, 7440, 7440, 240, 480, 0xd0b3ed59 -0, 7680, 7680, 240, 480, 0x7d33f822 -0, 7920, 7920, 240, 480, 0x199c0111 -0, 8160, 8160, 240, 480, 0x7d29f2a8 -0, 8400, 8400, 240, 480, 0x424dec5e -0, 8640, 8640, 240, 480, 0x946cf258 -0, 8880, 8880, 240, 480, 0xd429da7a -0, 9120, 9120, 240, 480, 0x0f11df46 -0, 9360, 9360, 240, 480, 0xf4dce502 -0, 9600, 9600, 240, 480, 0x01c1de78 -0, 9840, 9840, 240, 480, 0xd1d3da59 -0, 10080, 10080, 240, 480, 0x5822f3ec -0, 10320, 10320, 240, 480, 0xadd5fe67 -0, 10560, 10560, 240, 480, 0xdcf5f2c3 -0, 10800, 10800, 240, 480, 0x5176e39b -0, 11040, 11040, 240, 480, 0xf947e0b1 -0, 11280, 11280, 240, 480, 0x33b1eb36 -0, 11520, 11520, 240, 480, 0x57bce9bd -0, 11760, 11760, 240, 480, 0x806eec1f -0, 12000, 12000, 240, 480, 0x0a60f94a -0, 12240, 12240, 240, 480, 0x9eddf27d -0, 12480, 12480, 240, 480, 0x3d28ef2f -0, 12720, 12720, 240, 480, 0x52f0e562 -0, 12960, 12960, 240, 480, 0xf2d6c8a0 -0, 13200, 13200, 240, 480, 0xfa0df4a1 -0, 13440, 13440, 240, 480, 0x9cccfda9 -0, 13680, 13680, 240, 480, 0xa7c1e528 -0, 13920, 13920, 240, 480, 0xe130e8f9 -0, 14160, 14160, 240, 480, 0x80f6eabe -0, 14400, 14400, 240, 480, 0x9bbb027e -0, 14640, 14640, 240, 480, 0x33cdea7f -0, 14880, 14880, 240, 480, 0x84d8e761 -0, 15120, 15120, 240, 480, 0xb99ce457 -0, 15360, 15360, 240, 480, 0x5dc1e324 -0, 15600, 15600, 240, 480, 0xc914e6c3 -0, 15840, 15840, 240, 480, 0x8e77f5c2 -0, 16080, 16080, 240, 480, 0x3997034d -0, 16320, 16320, 240, 480, 0x820cfd49 -0, 16560, 16560, 240, 480, 0x8ad5f24c -0, 16800, 16800, 240, 480, 0xe21be71c -0, 17040, 17040, 240, 480, 0x516ae8c8 -0, 17280, 17280, 240, 480, 0x595bdc3d -0, 17520, 17520, 240, 480, 0x8a4bee79 -0, 17760, 17760, 240, 480, 0x307fed64 -0, 18000, 18000, 240, 480, 0xe71cf219 -0, 18240, 18240, 240, 480, 0xdb0be1a1 -0, 18480, 18480, 240, 480, 0x7947dfbd -0, 18720, 18720, 240, 480, 0x5d90fbf0 -0, 18960, 18960, 240, 480, 0xa449fc55 -0, 19200, 19200, 240, 480, 0x45b2f979 -0, 19440, 19440, 240, 480, 0x2b2be378 -0, 19680, 19680, 240, 480, 0x2d2edf42 -0, 19920, 19920, 240, 480, 0x568ee04f -0, 20160, 20160, 240, 480, 0x66f0debe -0, 20400, 20400, 240, 480, 0xc943eab7 -0, 20640, 20640, 240, 480, 0xc9ade3c9 -0, 20880, 20880, 240, 480, 0x6971f92d -0, 21120, 21120, 240, 480, 0x48d0ecbc -0, 21360, 21360, 240, 480, 0xf641dc98 -0, 21600, 21600, 240, 480, 0xbb18e167 -0, 21840, 21840, 240, 480, 0x72ce0968 -0, 22080, 22080, 240, 480, 0x15bee6f6 -0, 22320, 22320, 240, 480, 0x93d5e91f -0, 22560, 22560, 240, 480, 0x7aee010b -0, 22800, 22800, 240, 480, 0x9e82dc87 -0, 23040, 23040, 240, 480, 0x4ee6f547 -0, 23280, 23280, 240, 480, 0x3072d102 -0, 23520, 23520, 240, 480, 0x74d4fb04 -0, 23760, 23760, 240, 480, 0xc670f958 -0, 24000, 24000, 240, 480, 0x3965c41f -0, 24240, 24240, 240, 480, 0x6a2de869 -0, 24480, 24480, 240, 480, 0xa757f44b -0, 24720, 24720, 240, 480, 0x94a5168c -0, 24960, 24960, 240, 480, 0xef0f0c28 -0, 25200, 25200, 240, 480, 0x3770ebb3 -0, 25440, 25440, 240, 480, 0x4343de6f -0, 25680, 25680, 240, 480, 0x3ec8d816 -0, 25920, 25920, 240, 480, 0x1661e3d3 -0, 26160, 26160, 240, 480, 0x077cd9fd -0, 26400, 26400, 240, 480, 0xb5ece07e -0, 26640, 26640, 240, 480, 0xf303e151 -0, 26880, 26880, 240, 480, 0x95e4d019 -0, 27120, 27120, 240, 480, 0x4bd0ddc0 -0, 27360, 27360, 240, 480, 0x6cebd341 -0, 27600, 27600, 240, 480, 0xea3fea9e -0, 27840, 27840, 240, 480, 0x5ad30c3f -0, 28080, 28080, 240, 480, 0x218c02a5 -0, 28320, 28320, 240, 480, 0x662decd0 -0, 28560, 28560, 240, 480, 0x6865e2f2 Test g723_1-dec-7 failed. Look at tests/data/fate/g723_1-dec-7.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-g723_1-dec-7] Error 1 Test g723_1-dec-8 failed. Look at tests/data/fate/g723_1-dec-8.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-g723_1-dec-8] Error 1 TEST qcelp TEST truespeech TEST vqf-demux TEST twinvq Test qcelp failed. Look at tests/data/fate/qcelp.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-qcelp] Error 1 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 twinvq failed. Look at tests/data/fate/twinvq.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-twinvq] Error 1 TEST canopus-hqx422 TEST canopus-hqx422a TEST ffmpeg-attached_pics TEST ffmpeg-filter_colorkey TEST force_key_frames TEST sub2video TEST sub2video_basic TEST sub2video_time_limited TEST rgb24-mkv --- /home/fate/ffmpeg/tests/ref/fate/ffmpeg-attached_pics 2017-10-28 20:01:40.498725582 +0000 +++ tests/data/fate/ffmpeg-attached_pics 2020-03-19 20:53:56.686451769 +0000 @@ -1,140 +0,0 @@ -#tb 0: 1/90000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 200x200 -#sar 0: 2834/2834 -#tb 1: 1/44100 -#media_type 1: audio -#codec_id 1: pcm_s16le -#sample_rate 1: 44100 -#channel_layout 1: 3 -#channel_layout_name 1: stereo -0, 0, 0, 0, 120000, 0x748cc771 -1, 0, 0, 4096, 16384, 0x00000000 -1, 4096, 4096, 4096, 16384, 0x29cd639d -1, 8192, 8192, 4096, 16384, 0xd52066e5 -1, 12288, 12288, 4096, 16384, 0x0c933408 -1, 16384, 16384, 4096, 16384, 0xb3b97675 -1, 20480, 20480, 4096, 16384, 0x1cb4a26b -1, 24576, 24576, 4096, 16384, 0x6bf693b9 -1, 28672, 28672, 4096, 16384, 0x12896c95 -1, 32768, 32768, 4096, 16384, 0x48b7167a -1, 36864, 36864, 4096, 16384, 0x5a9c06ad -1, 40960, 40960, 4096, 16384, 0x42fa8e65 -1, 45056, 45056, 4096, 16384, 0x175e6a61 -1, 49152, 49152, 4096, 16384, 0x3cd0e606 -1, 53248, 53248, 4096, 16384, 0x5ceff67d -1, 57344, 57344, 4096, 16384, 0xa24ba733 -1, 61440, 61440, 4096, 16384, 0xafe61a2d -1, 65536, 65536, 4096, 16384, 0xef8355f1 -1, 69632, 69632, 4096, 16384, 0x8e53cb7c -1, 73728, 73728, 4096, 16384, 0x461bb940 -1, 77824, 77824, 4096, 16384, 0x96bb6ebd -1, 81920, 81920, 4096, 16384, 0xb99977dc -1, 86016, 86016, 4096, 16384, 0xa6b6a178 -1, 90112, 90112, 4096, 16384, 0x7bdc3e50 -1, 94208, 94208, 4096, 16384, 0x44cda519 -1, 98304, 98304, 4096, 16384, 0xbdfd2e72 -1, 102400, 102400, 4096, 16384, 0x5c09dc3c -1, 106496, 106496, 4096, 16384, 0xe5aabb75 -1, 110592, 110592, 4096, 16384, 0x5db83fb2 -1, 114688, 114688, 4096, 16384, 0x69a6e3c0 -1, 118784, 118784, 4096, 16384, 0x0c09a90d -1, 122880, 122880, 4096, 16384, 0x978d2b50 -1, 126976, 126976, 4096, 16384, 0x9707fbaa -1, 131072, 131072, 4096, 16384, 0x8003f93b -1, 135168, 135168, 4096, 16384, 0xaa12ab0c -1, 139264, 139264, 4096, 16384, 0x49980501 -1, 143360, 143360, 4096, 16384, 0xdcb891db -1, 147456, 147456, 4096, 16384, 0x52b76938 -1, 151552, 151552, 4096, 16384, 0x7cb55457 -1, 155648, 155648, 4096, 16384, 0x6b08b7d2 -1, 159744, 159744, 4096, 16384, 0xb56bb312 -1, 163840, 163840, 4096, 16384, 0xcbf9d3e0 -1, 167936, 167936, 4096, 16384, 0xe8958c07 -1, 172032, 172032, 4096, 16384, 0x054ac021 -1, 176128, 176128, 4096, 16384, 0x36811603 -1, 180224, 180224, 4096, 16384, 0x3354f6e1 -1, 184320, 184320, 4096, 16384, 0xa6c11686 -1, 188416, 188416, 4096, 16384, 0xed353877 -1, 192512, 192512, 4096, 16384, 0xef21373e -1, 196608, 196608, 4096, 16384, 0x31c806d9 -1, 200704, 200704, 4096, 16384, 0x3c1c79d4 -1, 204800, 204800, 4096, 16384, 0x1b7b3d9a -1, 208896, 208896, 4096, 16384, 0x08977239 -1, 212992, 212992, 4096, 16384, 0x07f9d169 -1, 217088, 217088, 4096, 16384, 0xa66ae19a -1, 221184, 221184, 4096, 16384, 0x42f51169 -1, 225280, 225280, 4096, 16384, 0x98ff59b6 -1, 229376, 229376, 4096, 16384, 0x855216b9 -1, 233472, 233472, 4096, 16384, 0x0986573d -1, 237568, 237568, 4096, 16384, 0x060aeffe -1, 241664, 241664, 4096, 16384, 0x391c19bc -1, 245760, 245760, 4096, 16384, 0x9939c472 -1, 249856, 249856, 4096, 16384, 0x4e0d31c5 -1, 253952, 253952, 4096, 16384, 0xed2678a6 -1, 258048, 258048, 4096, 16384, 0xfd899fc3 -1, 262144, 262144, 4096, 16384, 0x35cf5263 -1, 266240, 266240, 4096, 16384, 0xa2e35dad -1, 270336, 270336, 4096, 16384, 0xf9ed08a0 -1, 274432, 274432, 4096, 16384, 0x022d9356 -1, 278528, 278528, 4096, 16384, 0x508042f7 -1, 282624, 282624, 4096, 16384, 0xe2e7e70b -1, 286720, 286720, 4096, 16384, 0x30812bfd -1, 290816, 290816, 4096, 16384, 0x5590ea7d -1, 294912, 294912, 4096, 16384, 0xebaa4fc4 -1, 299008, 299008, 4096, 16384, 0x731cee53 -1, 303104, 303104, 4096, 16384, 0x1127b480 -1, 307200, 307200, 4096, 16384, 0x0809f7c8 -1, 311296, 311296, 4096, 16384, 0xc0d4256f -1, 315392, 315392, 4096, 16384, 0xe868795c -1, 319488, 319488, 4096, 16384, 0x801a77d1 -1, 323584, 323584, 4096, 16384, 0x1d44bed5 -1, 327680, 327680, 4096, 16384, 0x7619f16b -1, 331776, 331776, 4096, 16384, 0x301064b6 -1, 335872, 335872, 4096, 16384, 0x42f3e0fb -1, 339968, 339968, 4096, 16384, 0xfe186dc6 -1, 344064, 344064, 4096, 16384, 0x1a9bbbab -1, 348160, 348160, 4096, 16384, 0x3c4e00a8 -1, 352256, 352256, 4096, 16384, 0x3101c84e -1, 356352, 356352, 4096, 16384, 0x11a6c764 -1, 360448, 360448, 4096, 16384, 0xb75e82a1 -1, 364544, 364544, 4096, 16384, 0x81e3b3dd -1, 368640, 368640, 4096, 16384, 0x2656fc8e -1, 372736, 372736, 4096, 16384, 0x6c655f40 -1, 376832, 376832, 4096, 16384, 0xba0432f9 -1, 380928, 380928, 4096, 16384, 0x7028ee57 -1, 385024, 385024, 4096, 16384, 0x16baf6ed -1, 389120, 389120, 4096, 16384, 0x863bcff5 -1, 393216, 393216, 4096, 16384, 0x4dbce87e -1, 397312, 397312, 4096, 16384, 0x825e268c -1, 401408, 401408, 4096, 16384, 0xfe269f0a -1, 405504, 405504, 4096, 16384, 0x47b9c0ef -1, 409600, 409600, 4096, 16384, 0xbbe55aac -1, 413696, 413696, 4096, 16384, 0xeb0674a7 -1, 417792, 417792, 4096, 16384, 0x01afba1b -1, 421888, 421888, 4096, 16384, 0x5ec18306 -1, 425984, 425984, 4096, 16384, 0x6d0b844f -1, 430080, 430080, 4096, 16384, 0x6cd1bea2 -1, 434176, 434176, 4096, 16384, 0x97e47cbb -1, 438272, 438272, 4096, 16384, 0xbb6bf554 -1, 442368, 442368, 4096, 16384, 0x33ea7961 -1, 446464, 446464, 4096, 16384, 0x83ce2f2a -1, 450560, 450560, 4096, 16384, 0x3bed9e0d -1, 454656, 454656, 4096, 16384, 0xd3a9570a -1, 458752, 458752, 4096, 16384, 0x4d5e1aca -1, 462848, 462848, 4096, 16384, 0x874a9b11 -1, 466944, 466944, 4096, 16384, 0xe51061d8 -1, 471040, 471040, 4096, 16384, 0x3582fac4 -1, 475136, 475136, 4096, 16384, 0x35df558e -1, 479232, 479232, 4096, 16384, 0xe2485fed -1, 483328, 483328, 4096, 16384, 0x31f9c6a7 -1, 487424, 487424, 4096, 16384, 0x0a82b244 -1, 491520, 491520, 4096, 16384, 0xfbb428f4 -1, 495616, 495616, 4096, 16384, 0x57b90bb6 -1, 499712, 499712, 4096, 16384, 0x5c6daa1a -1, 503808, 503808, 4096, 16384, 0xe02ac113 -1, 507904, 507904, 4096, 16384, 0x47ed59b6 -1, 512000, 512000, 4096, 16384, 0x220e4bd3 -1, 516096, 516096, 4096, 16384, 0x65de48b1 -1, 520192, 520192, 4085, 16340, 0x326fa751 Test ffmpeg-attached_pics failed. Look at tests/data/fate/ffmpeg-attached_pics.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-ffmpeg-attached_pics] Error 1 TEST h264_mp4toannexb_ticket2991 TEST adtstoasc_ticket3715 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-trac3074 TEST copy-trac236 TEST copy-trac4914 TEST copy-trac4914-avi TEST copy-trac2211-avi TEST limited_input_seek --- /home/fate/ffmpeg/tests/ref/fate/copy-trac4914 2018-10-14 12:26:55.501628927 +0000 +++ tests/data/fate/copy-trac4914 2020-03-19 20:53:56.986451250 +0000 @@ -1,49 +0,0 @@ -b37c4d5693cdb5b9ed9b33501ffb682a *tests/data/fate/copy-trac4914.mxf -561721 tests/data/fate/copy-trac4914.mxf -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 480x270 -#sar 0: 1/1 -#tb 1: 1/48000 -#media_type 1: audio -#codec_id 1: pcm_s16le -#sample_rate 1: 48000 -#channel_layout 1: 3 -#channel_layout_name 1: stereo -0, 0, 0, 1, 259200, 0xf36957da -1, 0, 0, 1602, 6408, 0x1dd7b37c -0, 1, 1, 1, 259200, 0x29a1f586 -1, 1602, 1602, 1601, 6404, 0xb6854846 -1, 3203, 3203, 1602, 6408, 0x4d3ea85e -0, 2, 2, 1, 259200, 0x5578d9c3 -0, 3, 3, 1, 259200, 0x83938b61 -1, 4805, 4805, 1601, 6404, 0x5eb15a6d -1, 6406, 6406, 1602, 6408, 0x059d21a0 -0, 4, 4, 1, 259200, 0xa6ce7618 -0, 5, 5, 1, 259200, 0x4892a0f5 -1, 8008, 8008, 1602, 6408, 0xd8352572 -0, 6, 6, 1, 259200, 0x921c6051 -1, 9610, 9610, 1601, 6404, 0xf69be875 -1, 11211, 11211, 1602, 6408, 0x41e75601 -0, 7, 7, 1, 259200, 0x618c0026 -0, 8, 8, 1, 259200, 0xdbc3ca4d -1, 12813, 12813, 1601, 6404, 0x75e3196d -1, 14414, 14414, 1602, 6408, 0xb46bad29 -0, 9, 9, 1, 259200, 0xf088c731 -0, 10, 10, 1, 259200, 0xce77ddee -1, 16016, 16016, 1602, 6408, 0x41e6ceac -0, 11, 11, 1, 259200, 0x798565eb -1, 17618, 17618, 1601, 6404, 0x2258734e -1, 19219, 19219, 1602, 6408, 0xc46d9103 -0, 12, 12, 1, 259200, 0x57185dc8 -0, 13, 13, 1, 259200, 0x607a9086 -1, 20821, 20821, 1601, 6404, 0xd7c07892 -1, 22422, 22422, 1602, 6408, 0x2aaad91d -0, 14, 14, 1, 259200, 0x59bd5c34 -0, 15, 15, 1, 259200, 0xadb1da77 -1, 24024, 24024, 1602, 6408, 0x69bfb643 -0, 16, 16, 1, 259200, 0x1f7d7b14 -1, 25626, 25626, 1601, 6404, 0x0e644904 -1, 27227, 27227, 1602, 6408, 0x06e92ea2 -0, 17, 17, 1, 259200, 0xcdd45467 TEST limited_input_seek-copyts Test copy-trac4914 failed. Look at tests/data/fate/copy-trac4914.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-copy-trac4914] Error 1 TEST copy-psp TEST ffmpeg-streamloop TEST time_base --- /home/fate/ffmpeg/tests/ref/fate/copy-trac4914-avi 2017-03-24 21:02:53.606379737 +0000 +++ tests/data/fate/copy-trac4914-avi 2020-03-19 20:53:57.026451181 +0000 @@ -1,73 +1,2 @@ 26e4202638bc384b82d2b5eb4d33a5f0 *tests/data/fate/copy-trac4914-avi.avi 479494 tests/data/fate/copy-trac4914-avi.avi -#tb 0: 1001/30000 -#media_type 0: video -#codec_id 0: rawvideo -#dimensions 0: 480x270 -#sar 0: 1/1 -#tb 1: 1/48000 -#media_type 1: audio -#codec_id 1: pcm_s16le -#sample_rate 1: 48000 -#channel_layout 1: 3 -#channel_layout_name 1: stereo -1, 0, 0, 1152, 4608, 0xb24f5c9d -1, 1152, 1152, 1152, 4608, 0xe2da5c32 -1, 2304, 2304, 1152, 4608, 0xd76023d9 -1, 3456, 3456, 1152, 4608, 0xbefd52f1 -1, 4608, 4608, 1152, 4608, 0x50cf0f00 -1, 5760, 5760, 1152, 4608, 0xfcda4f0c -1, 6912, 6912, 1152, 4608, 0xba131540 -1, 8064, 8064, 1152, 4608, 0x4c7b99c0 -1, 9216, 9216, 1152, 4608, 0xd3798646 -1, 10368, 10368, 1152, 4608, 0x3f65117b -1, 11520, 11520, 1152, 4608, 0x7390dc17 -1, 12672, 12672, 1152, 4608, 0x0c3f7b9f -1, 13824, 13824, 1152, 4608, 0x3b16289c -0, 9, 9, 1, 259200, 0xf36957da -1, 14976, 14976, 1152, 4608, 0xe09eb256 -0, 10, 10, 1, 259200, 0x29a1f586 -1, 16128, 16128, 1152, 4608, 0x1ab4e8fd -1, 17280, 17280, 1152, 4608, 0x200660f8 -0, 11, 11, 1, 259200, 0x5578d9c3 -1, 18432, 18432, 1152, 4608, 0xd490d0e4 -0, 12, 12, 1, 259200, 0x83938b61 -1, 19584, 19584, 1152, 4608, 0x9a529aaa -1, 20736, 20736, 1152, 4608, 0x0f5ebb76 -0, 13, 13, 1, 259200, 0xa6ce7618 -1, 21888, 21888, 1152, 4608, 0xf0c9f255 -1, 23040, 23040, 1152, 4608, 0xf5961288 -0, 15, 15, 1, 259200, 0x4892a0f5 -1, 24192, 24192, 1152, 4608, 0x2b587de2 -1, 25344, 25344, 1152, 4608, 0xbba5cece -0, 16, 16, 1, 259200, 0x921c6051 -1, 26496, 26496, 1152, 4608, 0xd4faead2 -0, 17, 17, 1, 259200, 0x618c0026 -1, 27648, 27648, 1152, 4608, 0x46d0ac7b -1, 28800, 28800, 1152, 4608, 0xa02d5881 -0, 18, 18, 1, 259200, 0xdbc3ca4d -1, 29952, 29952, 1152, 4608, 0xc370577a -0, 19, 19, 1, 259200, 0xf088c731 -1, 31104, 31104, 1152, 4608, 0xb12a3508 -1, 32256, 32256, 1152, 4608, 0xcc7fae28 -1, 33408, 33408, 1152, 4608, 0x9ae0bd7d -0, 21, 21, 1, 259200, 0xce77ddee -1, 34560, 34560, 1152, 4608, 0x46fecad2 -0, 22, 22, 1, 259200, 0x798565eb -1, 35712, 35712, 1152, 4608, 0x3ee707e5 -0, 23, 23, 1, 259200, 0x57185dc8 -1, 36864, 36864, 1152, 4608, 0xf6d71808 -1, 38016, 38016, 1152, 4608, 0xa83e2440 -0, 24, 24, 1, 259200, 0x607a9086 -1, 39168, 39168, 1152, 4608, 0x6d92e2a8 -0, 25, 25, 1, 259200, 0x59bd5c34 -1, 40320, 40320, 1152, 4608, 0x595272b1 -1, 41472, 41472, 1152, 4608, 0x37fd2e64 -1, 42624, 42624, 1152, 4608, 0x5673aa22 -0, 27, 27, 1, 259200, 0xadb1da77 -1, 43776, 43776, 1152, 4608, 0xa277152c -0, 28, 28, 1, 259200, 0x1f7d7b14 -1, 44928, 44928, 1152, 4608, 0xa91bf261 -1, 46080, 46080, 1152, 4608, 0x58769420 -0, 29, 29, 1, 259200, 0xcdd45467 -1, 47232, 47232, 1152, 4608, 0x1149e890 TEST hapqa-extract-snappy1-to-hapq Test copy-trac4914-avi failed. Look at tests/data/fate/copy-trac4914-avi.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-copy-trac4914-avi] Error 1 TEST hapqa-extract-snappy1-to-hapalphaonly TEST hapqa-extract-snappy16-to-hapalphaonly TEST prores-metadata TEST hapqa-extract-snappy16-to-hapq TEST speedhq-422 TEST speedhq-422-singlefield TEST flcl1905 TEST exif-image-tiff TEST exif-image-jpg TEST exif-image-webp TEST exif-image-embedded TEST filter-metadata-scenedetect TEST filter-metadata-cropdetect TEST filter-metadata-freezedetect 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 --- /home/fate/ffmpeg/tests/ref/fate/filter-metadata-ebur128 2017-03-24 21:02:53.613046419 +0000 +++ tests/data/fate/filter-metadata-ebur128 2020-03-19 20:53:57.179784249 +0000 @@ -1,280 +0,0 @@ -pkt_pts=0|tag:lavfi.r128.M=-120.691|tag:lavfi.r128.S=-120.691|tag:lavfi.r128.I=-70.000|tag:lavfi.r128.LRA=0.000|tag:lavfi.r128.LRA.low=0.000|tag:lavfi.r128.LRA.high=0.000 -pkt_pts=4800|tag:lavfi.r128.M=-120.691|tag:lavfi.r128.S=-120.691|tag:lavfi.r128.I=-70.000|tag:lavfi.r128.LRA=0.000|tag:lavfi.r128.LRA.low=0.000|tag:lavfi.r128.LRA.high=0.000 -pkt_pts=9600|tag:lavfi.r128.M=-120.691|tag:lavfi.r128.S=-120.691|tag:lavfi.r128.I=-70.000|tag:lavfi.r128.LRA=0.000|tag:lavfi.r128.LRA.low=0.000|tag:lavfi.r128.LRA.high=0.000 -pkt_pts=14400|tag:lavfi.r128.M=-21.333|tag:lavfi.r128.S=-120.691|tag:lavfi.r128.I=-21.340|tag:lavfi.r128.LRA=0.000|tag:lavfi.r128.LRA.low=0.000|tag:lavfi.r128.LRA.high=0.000 -pkt_pts=19200|tag:lavfi.r128.M=-21.249|tag:lavfi.r128.S=-120.691|tag:lavfi.r128.I=-21.295|tag:lavfi.r128.LRA=0.000|tag:lavfi.r128.LRA.low=0.000|tag:lavfi.r128.LRA.high=0.000 -pkt_pts=24000|tag:lavfi.r128.M=-21.235|tag:lavfi.r128.S=-120.691|tag:lavfi.r128.I=-21.276|tag:lavfi.r128.LRA=0.000|tag:lavfi.r128.LRA.low=0.000|tag:lavfi.r128.LRA.high=0.000 -pkt_pts=28800|tag:lavfi.r128.M=-21.587|tag:lavfi.r128.S=-120.691|tag:lavfi.r128.I=-21.353|tag:lavfi.r128.LRA=0.000|tag:lavfi.r128.LRA.low=0.000|tag:lavfi.r128.LRA.high=0.000 -pkt_pts=33600|tag:lavfi.r128.M=-21.999|tag:lavfi.r128.S=-120.691|tag:lavfi.r128.I=-21.475|tag:lavfi.r128.LRA=0.000|tag:lavfi.r128.LRA.low=0.000|tag:lavfi.r128.LRA.high=0.000 -pkt_pts=38400|tag:lavfi.r128.M=-22.371|tag:lavfi.r128.S=-120.691|tag:lavfi.r128.I=-21.613|tag:lavfi.r128.LRA=0.000|tag:lavfi.r128.LRA.low=0.000|tag:lavfi.r128.LRA.high=0.000 -pkt_pts=43200|tag:lavfi.r128.M=-23.195|tag:lavfi.r128.S=-120.691|tag:lavfi.r128.I=-21.807|tag:lavfi.r128.LRA=0.000|tag:lavfi.r128.LRA.low=0.000|tag:lavfi.r128.LRA.high=0.000 -pkt_pts=48000|tag:lavfi.r128.M=-23.550|tag:lavfi.r128.S=-120.691|tag:lavfi.r128.I=-21.991|tag:lavfi.r128.LRA=0.000|tag:lavfi.r128.LRA.low=0.000|tag:lavfi.r128.LRA.high=0.000 -pkt_pts=52800|tag:lavfi.r128.M=-23.901|tag:lavfi.r128.S=-120.691|tag:lavfi.r128.I=-22.167|tag:lavfi.r128.LRA=0.000|tag:lavfi.r128.LRA.low=0.000|tag:lavfi.r128.LRA.high=0.000 -pkt_pts=57600|tag:lavfi.r128.M=-24.461|tag:lavfi.r128.S=-120.691|tag:lavfi.r128.I=-22.350|tag:lavfi.r128.LRA=0.000|tag:lavfi.r128.LRA.low=0.000|tag:lavfi.r128.LRA.high=0.000 -pkt_pts=62400|tag:lavfi.r128.M=-24.984|tag:lavfi.r128.S=-120.691|tag:lavfi.r128.I=-22.533|tag:lavfi.r128.LRA=0.000|tag:lavfi.r128.LRA.low=0.000|tag:lavfi.r128.LRA.high=0.000 -pkt_pts=67200|tag:lavfi.r128.M=-25.448|tag:lavfi.r128.S=-120.691|tag:lavfi.r128.I=-22.714|tag:lavfi.r128.LRA=0.000|tag:lavfi.r128.LRA.low=0.000|tag:lavfi.r128.LRA.high=0.000 -pkt_pts=72000|tag:lavfi.r128.M=-25.847|tag:lavfi.r128.S=-120.691|tag:lavfi.r128.I=-22.889|tag:lavfi.r128.LRA=0.000|tag:lavfi.r128.LRA.low=0.000|tag:lavfi.r128.LRA.high=0.000 -pkt_pts=76800|tag:lavfi.r128.M=-26.187|tag:lavfi.r128.S=-120.691|tag:lavfi.r128.I=-23.058|tag:lavfi.r128.LRA=0.000|tag:lavfi.r128.LRA.low=0.000|tag:lavfi.r128.LRA.high=0.000 -pkt_pts=81600|tag:lavfi.r128.M=-26.229|tag:lavfi.r128.S=-120.691|tag:lavfi.r128.I=-23.210|tag:lavfi.r128.LRA=0.000|tag:lavfi.r128.LRA.low=0.000|tag:lavfi.r128.LRA.high=0.000 -pkt_pts=86400|tag:lavfi.r128.M=-26.132|tag:lavfi.r128.S=-120.691|tag:lavfi.r128.I=-23.346|tag:lavfi.r128.LRA=0.000|tag:lavfi.r128.LRA.low=0.000|tag:lavfi.r128.LRA.high=0.000 -pkt_pts=91200|tag:lavfi.r128.M=-26.164|tag:lavfi.r128.S=-120.691|tag:lavfi.r128.I=-23.470|tag:lavfi.r128.LRA=0.000|tag:lavfi.r128.LRA.low=0.000|tag:lavfi.r128.LRA.high=0.000 -pkt_pts=96000|tag:lavfi.r128.M=-26.282|tag:lavfi.r128.S=-120.691|tag:lavfi.r128.I=-23.586|tag:lavfi.r128.LRA=0.000|tag:lavfi.r128.LRA.low=0.000|tag:lavfi.r128.LRA.high=0.000 -pkt_pts=100800|tag:lavfi.r128.M=-26.371|tag:lavfi.r128.S=-120.691|tag:lavfi.r128.I=-23.696|tag:lavfi.r128.LRA=0.000|tag:lavfi.r128.LRA.low=0.000|tag:lavfi.r128.LRA.high=0.000 -pkt_pts=105600|tag:lavfi.r128.M=-26.421|tag:lavfi.r128.S=-120.691|tag:lavfi.r128.I=-23.799|tag:lavfi.r128.LRA=0.000|tag:lavfi.r128.LRA.low=0.000|tag:lavfi.r128.LRA.high=0.000 -pkt_pts=110400|tag:lavfi.r128.M=-26.362|tag:lavfi.r128.S=-120.691|tag:lavfi.r128.I=-23.892|tag:lavfi.r128.LRA=0.000|tag:lavfi.r128.LRA.low=0.000|tag:lavfi.r128.LRA.high=0.000 -pkt_pts=115200|tag:lavfi.r128.M=-26.278|tag:lavfi.r128.S=-120.691|tag:lavfi.r128.I=-23.977|tag:lavfi.r128.LRA=0.000|tag:lavfi.r128.LRA.low=0.000|tag:lavfi.r128.LRA.high=0.000 -pkt_pts=120000|tag:lavfi.r128.M=-26.524|tag:lavfi.r128.S=-120.691|tag:lavfi.r128.I=-24.061|tag:lavfi.r128.LRA=0.000|tag:lavfi.r128.LRA.low=0.000|tag:lavfi.r128.LRA.high=0.000 -pkt_pts=124800|tag:lavfi.r128.M=-26.867|tag:lavfi.r128.S=-120.691|tag:lavfi.r128.I=-24.148|tag:lavfi.r128.LRA=0.000|tag:lavfi.r128.LRA.low=0.000|tag:lavfi.r128.LRA.high=0.000 -pkt_pts=129600|tag:lavfi.r128.M=-27.286|tag:lavfi.r128.S=-120.691|tag:lavfi.r128.I=-24.239|tag:lavfi.r128.LRA=0.000|tag:lavfi.r128.LRA.low=0.000|tag:lavfi.r128.LRA.high=0.000 -pkt_pts=134400|tag:lavfi.r128.M=-27.372|tag:lavfi.r128.S=-120.691|tag:lavfi.r128.I=-24.326|tag:lavfi.r128.LRA=0.000|tag:lavfi.r128.LRA.low=0.000|tag:lavfi.r128.LRA.high=0.000 -pkt_pts=139200|tag:lavfi.r128.M=-27.449|tag:lavfi.r128.S=-24.296|tag:lavfi.r128.I=-24.409|tag:lavfi.r128.LRA=20.000|tag:lavfi.r128.LRA.low=-44.300|tag:lavfi.r128.LRA.high=-24.300 -pkt_pts=144000|tag:lavfi.r128.M=-27.083|tag:lavfi.r128.S=-24.455|tag:lavfi.r128.I=-24.481|tag:lavfi.r128.LRA=20.080|tag:lavfi.r128.LRA.low=-44.380|tag:lavfi.r128.LRA.high=-24.300 -pkt_pts=148800|tag:lavfi.r128.M=-26.899|tag:lavfi.r128.S=-24.719|tag:lavfi.r128.I=-24.545|tag:lavfi.r128.LRA=20.190|tag:lavfi.r128.LRA.low=-44.490|tag:lavfi.r128.LRA.high=-24.300 -pkt_pts=153600|tag:lavfi.r128.M=-26.880|tag:lavfi.r128.S=-24.962|tag:lavfi.r128.I=-24.606|tag:lavfi.r128.LRA=20.310|tag:lavfi.r128.LRA.low=-44.610|tag:lavfi.r128.LRA.high=-24.300 -pkt_pts=158400|tag:lavfi.r128.M=-26.886|tag:lavfi.r128.S=-25.214|tag:lavfi.r128.I=-24.664|tag:lavfi.r128.LRA=0.920|tag:lavfi.r128.LRA.low=-25.220|tag:lavfi.r128.LRA.high=-24.300 -pkt_pts=163200|tag:lavfi.r128.M=-27.096|tag:lavfi.r128.S=-25.459|tag:lavfi.r128.I=-24.722|tag:lavfi.r128.LRA=1.160|tag:lavfi.r128.LRA.low=-25.460|tag:lavfi.r128.LRA.high=-24.300 -pkt_pts=168000|tag:lavfi.r128.M=-26.430|tag:lavfi.r128.S=-25.729|tag:lavfi.r128.I=-24.765|tag:lavfi.r128.LRA=1.430|tag:lavfi.r128.LRA.low=-25.730|tag:lavfi.r128.LRA.high=-24.300 -pkt_pts=172800|tag:lavfi.r128.M=-25.736|tag:lavfi.r128.S=-25.816|tag:lavfi.r128.I=-24.791|tag:lavfi.r128.LRA=1.520|tag:lavfi.r128.LRA.low=-25.820|tag:lavfi.r128.LRA.high=-24.300 -pkt_pts=177600|tag:lavfi.r128.M=-25.976|tag:lavfi.r128.S=-26.011|tag:lavfi.r128.I=-24.821|tag:lavfi.r128.LRA=1.720|tag:lavfi.r128.LRA.low=-26.020|tag:lavfi.r128.LRA.high=-24.300 -pkt_pts=182400|tag:lavfi.r128.M=-26.417|tag:lavfi.r128.S=-26.240|tag:lavfi.r128.I=-24.858|tag:lavfi.r128.LRA=1.940|tag:lavfi.r128.LRA.low=-26.240|tag:lavfi.r128.LRA.high=-24.300 -pkt_pts=187200|tag:lavfi.r128.M=-27.102|tag:lavfi.r128.S=-26.393|tag:lavfi.r128.I=-24.906|tag:lavfi.r128.LRA=1.940|tag:lavfi.r128.LRA.low=-26.400|tag:lavfi.r128.LRA.high=-24.460 -pkt_pts=192000|tag:lavfi.r128.M=-28.221|tag:lavfi.r128.S=-26.511|tag:lavfi.r128.I=-24.968|tag:lavfi.r128.LRA=2.060|tag:lavfi.r128.LRA.low=-26.520|tag:lavfi.r128.LRA.high=-24.460 -pkt_pts=196800|tag:lavfi.r128.M=-27.900|tag:lavfi.r128.S=-26.618|tag:lavfi.r128.I=-25.023|tag:lavfi.r128.LRA=2.160|tag:lavfi.r128.LRA.low=-26.620|tag:lavfi.r128.LRA.high=-24.460 -pkt_pts=201600|tag:lavfi.r128.M=-27.179|tag:lavfi.r128.S=-26.666|tag:lavfi.r128.I=-25.065|tag:lavfi.r128.LRA=2.210|tag:lavfi.r128.LRA.low=-26.670|tag:lavfi.r128.LRA.high=-24.460 -pkt_pts=206400|tag:lavfi.r128.M=-26.274|tag:lavfi.r128.S=-26.604|tag:lavfi.r128.I=-25.091|tag:lavfi.r128.LRA=2.160|tag:lavfi.r128.LRA.low=-26.620|tag:lavfi.r128.LRA.high=-24.460 -pkt_pts=211200|tag:lavfi.r128.M=-25.385|tag:lavfi.r128.S=-26.501|tag:lavfi.r128.I=-25.098|tag:lavfi.r128.LRA=2.160|tag:lavfi.r128.LRA.low=-26.620|tag:lavfi.r128.LRA.high=-24.460 -pkt_pts=216000|tag:lavfi.r128.M=-25.220|tag:lavfi.r128.S=-26.511|tag:lavfi.r128.I=-25.101|tag:lavfi.r128.LRA=2.160|tag:lavfi.r128.LRA.low=-26.620|tag:lavfi.r128.LRA.high=-24.460 -pkt_pts=220800|tag:lavfi.r128.M=-23.888|tag:lavfi.r128.S=-26.237|tag:lavfi.r128.I=-25.069|tag:lavfi.r128.LRA=2.160|tag:lavfi.r128.LRA.low=-26.620|tag:lavfi.r128.LRA.high=-24.460 -pkt_pts=225600|tag:lavfi.r128.M=-24.544|tag:lavfi.r128.S=-26.315|tag:lavfi.r128.I=-25.057|tag:lavfi.r128.LRA=2.160|tag:lavfi.r128.LRA.low=-26.620|tag:lavfi.r128.LRA.high=-24.460 -pkt_pts=230400|tag:lavfi.r128.M=-25.042|tag:lavfi.r128.S=-26.325|tag:lavfi.r128.I=-25.057|tag:lavfi.r128.LRA=2.160|tag:lavfi.r128.LRA.low=-26.620|tag:lavfi.r128.LRA.high=-24.460 -pkt_pts=235200|tag:lavfi.r128.M=-25.146|tag:lavfi.r128.S=-26.349|tag:lavfi.r128.I=-25.059|tag:lavfi.r128.LRA=2.160|tag:lavfi.r128.LRA.low=-26.620|tag:lavfi.r128.LRA.high=-24.460 -pkt_pts=240000|tag:lavfi.r128.M=-27.510|tag:lavfi.r128.S=-26.380|tag:lavfi.r128.I=-25.098|tag:lavfi.r128.LRA=2.160|tag:lavfi.r128.LRA.low=-26.620|tag:lavfi.r128.LRA.high=-24.460 -pkt_pts=244800|tag:lavfi.r128.M=-26.266|tag:lavfi.r128.S=-26.301|tag:lavfi.r128.I=-25.119|tag:lavfi.r128.LRA=2.160|tag:lavfi.r128.LRA.low=-26.620|tag:lavfi.r128.LRA.high=-24.460 -pkt_pts=249600|tag:lavfi.r128.M=-26.455|tag:lavfi.r128.S=-26.329|tag:lavfi.r128.I=-25.142|tag:lavfi.r128.LRA=2.160|tag:lavfi.r128.LRA.low=-26.620|tag:lavfi.r128.LRA.high=-24.460 -pkt_pts=254400|tag:lavfi.r128.M=-26.169|tag:lavfi.r128.S=-26.323|tag:lavfi.r128.I=-25.160|tag:lavfi.r128.LRA=2.150|tag:lavfi.r128.LRA.low=-26.610|tag:lavfi.r128.LRA.high=-24.460 -pkt_pts=259200|tag:lavfi.r128.M=-25.834|tag:lavfi.r128.S=-26.317|tag:lavfi.r128.I=-25.172|tag:lavfi.r128.LRA=2.150|tag:lavfi.r128.LRA.low=-26.610|tag:lavfi.r128.LRA.high=-24.460 -pkt_pts=264000|tag:lavfi.r128.M=-26.461|tag:lavfi.r128.S=-26.293|tag:lavfi.r128.I=-25.194|tag:lavfi.r128.LRA=2.150|tag:lavfi.r128.LRA.low=-26.610|tag:lavfi.r128.LRA.high=-24.460 -pkt_pts=268800|tag:lavfi.r128.M=-26.327|tag:lavfi.r128.S=-26.262|tag:lavfi.r128.I=-25.212|tag:lavfi.r128.LRA=2.150|tag:lavfi.r128.LRA.low=-26.610|tag:lavfi.r128.LRA.high=-24.460 -pkt_pts=273600|tag:lavfi.r128.M=-26.559|tag:lavfi.r128.S=-26.239|tag:lavfi.r128.I=-25.233|tag:lavfi.r128.LRA=2.150|tag:lavfi.r128.LRA.low=-26.610|tag:lavfi.r128.LRA.high=-24.460 -pkt_pts=278400|tag:lavfi.r128.M=-26.657|tag:lavfi.r128.S=-26.236|tag:lavfi.r128.I=-25.255|tag:lavfi.r128.LRA=2.150|tag:lavfi.r128.LRA.low=-26.610|tag:lavfi.r128.LRA.high=-24.460 -pkt_pts=283200|tag:lavfi.r128.M=-26.563|tag:lavfi.r128.S=-26.193|tag:lavfi.r128.I=-25.275|tag:lavfi.r128.LRA=1.890|tag:lavfi.r128.LRA.low=-26.610|tag:lavfi.r128.LRA.high=-24.720 -pkt_pts=288000|tag:lavfi.r128.M=-26.632|tag:lavfi.r128.S=-26.210|tag:lavfi.r128.I=-25.295|tag:lavfi.r128.LRA=1.890|tag:lavfi.r128.LRA.low=-26.610|tag:lavfi.r128.LRA.high=-24.720 -pkt_pts=292800|tag:lavfi.r128.M=-26.750|tag:lavfi.r128.S=-26.222|tag:lavfi.r128.I=-25.316|tag:lavfi.r128.LRA=1.890|tag:lavfi.r128.LRA.low=-26.610|tag:lavfi.r128.LRA.high=-24.720 -pkt_pts=297600|tag:lavfi.r128.M=-26.727|tag:lavfi.r128.S=-26.218|tag:lavfi.r128.I=-25.336|tag:lavfi.r128.LRA=1.890|tag:lavfi.r128.LRA.low=-26.610|tag:lavfi.r128.LRA.high=-24.720 -pkt_pts=302400|tag:lavfi.r128.M=-26.945|tag:lavfi.r128.S=-26.200|tag:lavfi.r128.I=-25.358|tag:lavfi.r128.LRA=1.800|tag:lavfi.r128.LRA.low=-26.520|tag:lavfi.r128.LRA.high=-24.720 -pkt_pts=307200|tag:lavfi.r128.M=-26.839|tag:lavfi.r128.S=-26.181|tag:lavfi.r128.I=-25.379|tag:lavfi.r128.LRA=1.800|tag:lavfi.r128.LRA.low=-26.520|tag:lavfi.r128.LRA.high=-24.720 -pkt_pts=312000|tag:lavfi.r128.M=-26.056|tag:lavfi.r128.S=-26.172|tag:lavfi.r128.I=-25.389|tag:lavfi.r128.LRA=1.800|tag:lavfi.r128.LRA.low=-26.520|tag:lavfi.r128.LRA.high=-24.720 -pkt_pts=316800|tag:lavfi.r128.M=-26.589|tag:lavfi.r128.S=-26.335|tag:lavfi.r128.I=-25.405|tag:lavfi.r128.LRA=1.800|tag:lavfi.r128.LRA.low=-26.520|tag:lavfi.r128.LRA.high=-24.720 -pkt_pts=321600|tag:lavfi.r128.M=-27.190|tag:lavfi.r128.S=-26.351|tag:lavfi.r128.I=-25.428|tag:lavfi.r128.LRA=1.800|tag:lavfi.r128.LRA.low=-26.520|tag:lavfi.r128.LRA.high=-24.720 -pkt_pts=326400|tag:lavfi.r128.M=-28.078|tag:lavfi.r128.S=-26.359|tag:lavfi.r128.I=-25.458|tag:lavfi.r128.LRA=1.800|tag:lavfi.r128.LRA.low=-26.520|tag:lavfi.r128.LRA.high=-24.720 -pkt_pts=331200|tag:lavfi.r128.M=-27.878|tag:lavfi.r128.S=-26.250|tag:lavfi.r128.I=-25.486|tag:lavfi.r128.LRA=1.800|tag:lavfi.r128.LRA.low=-26.520|tag:lavfi.r128.LRA.high=-24.720 -pkt_pts=336000|tag:lavfi.r128.M=-26.604|tag:lavfi.r128.S=-26.169|tag:lavfi.r128.I=-25.500|tag:lavfi.r128.LRA=1.800|tag:lavfi.r128.LRA.low=-26.520|tag:lavfi.r128.LRA.high=-24.720 -pkt_pts=340800|tag:lavfi.r128.M=-26.289|tag:lavfi.r128.S=-26.173|tag:lavfi.r128.I=-25.511|tag:lavfi.r128.LRA=1.800|tag:lavfi.r128.LRA.low=-26.520|tag:lavfi.r128.LRA.high=-24.720 -pkt_pts=345600|tag:lavfi.r128.M=-24.672|tag:lavfi.r128.S=-26.000|tag:lavfi.r128.I=-25.498|tag:lavfi.r128.LRA=1.800|tag:lavfi.r128.LRA.low=-26.520|tag:lavfi.r128.LRA.high=-24.720 -pkt_pts=350400|tag:lavfi.r128.M=-25.114|tag:lavfi.r128.S=-26.077|tag:lavfi.r128.I=-25.492|tag:lavfi.r128.LRA=1.800|tag:lavfi.r128.LRA.low=-26.520|tag:lavfi.r128.LRA.high=-24.720 -pkt_pts=355200|tag:lavfi.r128.M=-24.561|tag:lavfi.r128.S=-26.027|tag:lavfi.r128.I=-25.478|tag:lavfi.r128.LRA=1.800|tag:lavfi.r128.LRA.low=-26.520|tag:lavfi.r128.LRA.high=-24.720 -pkt_pts=360000|tag:lavfi.r128.M=-23.558|tag:lavfi.r128.S=-25.849|tag:lavfi.r128.I=-25.445|tag:lavfi.r128.LRA=1.800|tag:lavfi.r128.LRA.low=-26.520|tag:lavfi.r128.LRA.high=-24.720 -pkt_pts=364800|tag:lavfi.r128.M=-24.650|tag:lavfi.r128.S=-26.154|tag:lavfi.r128.I=-25.433|tag:lavfi.r128.LRA=1.800|tag:lavfi.r128.LRA.low=-26.520|tag:lavfi.r128.LRA.high=-24.720 -pkt_pts=369600|tag:lavfi.r128.M=-23.700|tag:lavfi.r128.S=-25.903|tag:lavfi.r128.I=-25.405|tag:lavfi.r128.LRA=1.800|tag:lavfi.r128.LRA.low=-26.520|tag:lavfi.r128.LRA.high=-24.720 -pkt_pts=374400|tag:lavfi.r128.M=-24.144|tag:lavfi.r128.S=-25.863|tag:lavfi.r128.I=-25.386|tag:lavfi.r128.LRA=1.800|tag:lavfi.r128.LRA.low=-26.520|tag:lavfi.r128.LRA.high=-24.720 -pkt_pts=379200|tag:lavfi.r128.M=-23.935|tag:lavfi.r128.S=-25.635|tag:lavfi.r128.I=-25.364|tag:lavfi.r128.LRA=1.550|tag:lavfi.r128.LRA.low=-26.520|tag:lavfi.r128.LRA.high=-24.970 -pkt_pts=384000|tag:lavfi.r128.M=-22.202|tag:lavfi.r128.S=-25.242|tag:lavfi.r128.I=-25.305|tag:lavfi.r128.LRA=1.550|tag:lavfi.r128.LRA.low=-26.520|tag:lavfi.r128.LRA.high=-24.970 -pkt_pts=388800|tag:lavfi.r128.M=-22.634|tag:lavfi.r128.S=-25.257|tag:lavfi.r128.I=-25.258|tag:lavfi.r128.LRA=1.550|tag:lavfi.r128.LRA.low=-26.520|tag:lavfi.r128.LRA.high=-24.970 -pkt_pts=393600|tag:lavfi.r128.M=-22.480|tag:lavfi.r128.S=-25.165|tag:lavfi.r128.I=-25.210|tag:lavfi.r128.LRA=1.550|tag:lavfi.r128.LRA.low=-26.520|tag:lavfi.r128.LRA.high=-24.970 -pkt_pts=398400|tag:lavfi.r128.M=-23.030|tag:lavfi.r128.S=-25.124|tag:lavfi.r128.I=-25.176|tag:lavfi.r128.LRA=1.540|tag:lavfi.r128.LRA.low=-26.510|tag:lavfi.r128.LRA.high=-24.970 -pkt_pts=403200|tag:lavfi.r128.M=-24.357|tag:lavfi.r128.S=-25.042|tag:lavfi.r128.I=-25.165|tag:lavfi.r128.LRA=1.540|tag:lavfi.r128.LRA.low=-26.510|tag:lavfi.r128.LRA.high=-24.970 -pkt_pts=408000|tag:lavfi.r128.M=-24.346|tag:lavfi.r128.S=-24.990|tag:lavfi.r128.I=-25.154|tag:lavfi.r128.LRA=1.540|tag:lavfi.r128.LRA.low=-26.510|tag:lavfi.r128.LRA.high=-24.970 -pkt_pts=412800|tag:lavfi.r128.M=-24.868|tag:lavfi.r128.S=-24.992|tag:lavfi.r128.I=-25.151|tag:lavfi.r128.LRA=1.540|tag:lavfi.r128.LRA.low=-26.510|tag:lavfi.r128.LRA.high=-24.970 -pkt_pts=417600|tag:lavfi.r128.M=-25.190|tag:lavfi.r128.S=-24.972|tag:lavfi.r128.I=-25.151|tag:lavfi.r128.LRA=1.540|tag:lavfi.r128.LRA.low=-26.510|tag:lavfi.r128.LRA.high=-24.970 -pkt_pts=422400|tag:lavfi.r128.M=-26.094|tag:lavfi.r128.S=-24.987|tag:lavfi.r128.I=-25.161|tag:lavfi.r128.LRA=1.540|tag:lavfi.r128.LRA.low=-26.510|tag:lavfi.r128.LRA.high=-24.970 -pkt_pts=427200|tag:lavfi.r128.M=-26.093|tag:lavfi.r128.S=-24.944|tag:lavfi.r128.I=-25.171|tag:lavfi.r128.LRA=1.560|tag:lavfi.r128.LRA.low=-26.510|tag:lavfi.r128.LRA.high=-24.950 -pkt_pts=432000|tag:lavfi.r128.M=-26.243|tag:lavfi.r128.S=-24.955|tag:lavfi.r128.I=-25.182|tag:lavfi.r128.LRA=1.560|tag:lavfi.r128.LRA.low=-26.510|tag:lavfi.r128.LRA.high=-24.950 -pkt_pts=436800|tag:lavfi.r128.M=-25.959|tag:lavfi.r128.S=-24.896|tag:lavfi.r128.I=-25.190|tag:lavfi.r128.LRA=1.610|tag:lavfi.r128.LRA.low=-26.510|tag:lavfi.r128.LRA.high=-24.900 -pkt_pts=441600|tag:lavfi.r128.M=-24.870|tag:lavfi.r128.S=-24.785|tag:lavfi.r128.I=-25.186|tag:lavfi.r128.LRA=1.720|tag:lavfi.r128.LRA.low=-26.510|tag:lavfi.r128.LRA.high=-24.790 -pkt_pts=446400|tag:lavfi.r128.M=-24.644|tag:lavfi.r128.S=-24.696|tag:lavfi.r128.I=-25.180|tag:lavfi.r128.LRA=1.680|tag:lavfi.r128.LRA.low=-26.400|tag:lavfi.r128.LRA.high=-24.720 -pkt_pts=451200|tag:lavfi.r128.M=-24.141|tag:lavfi.r128.S=-24.643|tag:lavfi.r128.I=-25.167|tag:lavfi.r128.LRA=1.700|tag:lavfi.r128.LRA.low=-26.400|tag:lavfi.r128.LRA.high=-24.700 -pkt_pts=456000|tag:lavfi.r128.M=-23.990|tag:lavfi.r128.S=-24.634|tag:lavfi.r128.I=-25.153|tag:lavfi.r128.LRA=1.750|tag:lavfi.r128.LRA.low=-26.400|tag:lavfi.r128.LRA.high=-24.650 -pkt_pts=460800|tag:lavfi.r128.M=-24.020|tag:lavfi.r128.S=-24.487|tag:lavfi.r128.I=-25.139|tag:lavfi.r128.LRA=1.760|tag:lavfi.r128.LRA.low=-26.400|tag:lavfi.r128.LRA.high=-24.640 -pkt_pts=465600|tag:lavfi.r128.M=-24.627|tag:lavfi.r128.S=-24.442|tag:lavfi.r128.I=-25.133|tag:lavfi.r128.LRA=1.910|tag:lavfi.r128.LRA.low=-26.400|tag:lavfi.r128.LRA.high=-24.490 -pkt_pts=470400|tag:lavfi.r128.M=-25.115|tag:lavfi.r128.S=-24.394|tag:lavfi.r128.I=-25.133|tag:lavfi.r128.LRA=1.940|tag:lavfi.r128.LRA.low=-26.400|tag:lavfi.r128.LRA.high=-24.460 -pkt_pts=475200|tag:lavfi.r128.M=-25.672|tag:lavfi.r128.S=-24.456|tag:lavfi.r128.I=-25.138|tag:lavfi.r128.LRA=1.940|tag:lavfi.r128.LRA.low=-26.400|tag:lavfi.r128.LRA.high=-24.460 -pkt_pts=480000|tag:lavfi.r128.M=-26.632|tag:lavfi.r128.S=-24.490|tag:lavfi.r128.I=-25.151|tag:lavfi.r128.LRA=1.940|tag:lavfi.r128.LRA.low=-26.400|tag:lavfi.r128.LRA.high=-24.460 -pkt_pts=484800|tag:lavfi.r128.M=-25.996|tag:lavfi.r128.S=-24.416|tag:lavfi.r128.I=-25.159|tag:lavfi.r128.LRA=1.940|tag:lavfi.r128.LRA.low=-26.400|tag:lavfi.r128.LRA.high=-24.460 -pkt_pts=489600|tag:lavfi.r128.M=-24.937|tag:lavfi.r128.S=-24.426|tag:lavfi.r128.I=-25.157|tag:lavfi.r128.LRA=1.950|tag:lavfi.r128.LRA.low=-26.400|tag:lavfi.r128.LRA.high=-24.450 -pkt_pts=494400|tag:lavfi.r128.M=-22.685|tag:lavfi.r128.S=-24.098|tag:lavfi.r128.I=-25.124|tag:lavfi.r128.LRA=1.960|tag:lavfi.r128.LRA.low=-26.390|tag:lavfi.r128.LRA.high=-24.430 -pkt_pts=499200|tag:lavfi.r128.M=-21.913|tag:lavfi.r128.S=-24.036|tag:lavfi.r128.I=-25.078|tag:lavfi.r128.LRA=1.970|tag:lavfi.r128.LRA.low=-26.390|tag:lavfi.r128.LRA.high=-24.420 -pkt_pts=504000|tag:lavfi.r128.M=-21.524|tag:lavfi.r128.S=-24.013|tag:lavfi.r128.I=-25.025|tag:lavfi.r128.LRA=1.990|tag:lavfi.r128.LRA.low=-26.390|tag:lavfi.r128.LRA.high=-24.400 -pkt_pts=508800|tag:lavfi.r128.M=-21.267|tag:lavfi.r128.S=-23.821|tag:lavfi.r128.I=-24.968|tag:lavfi.r128.LRA=2.090|tag:lavfi.r128.LRA.low=-26.390|tag:lavfi.r128.LRA.high=-24.300 -pkt_pts=513600|tag:lavfi.r128.M=-22.730|tag:lavfi.r128.S=-23.942|tag:lavfi.r128.I=-24.940|tag:lavfi.r128.LRA=2.290|tag:lavfi.r128.LRA.low=-26.390|tag:lavfi.r128.LRA.high=-24.100 -pkt_pts=518400|tag:lavfi.r128.M=-23.373|tag:lavfi.r128.S=-23.927|tag:lavfi.r128.I=-24.923|tag:lavfi.r128.LRA=2.350|tag:lavfi.r128.LRA.low=-26.390|tag:lavfi.r128.LRA.high=-24.040 -pkt_pts=523200|tag:lavfi.r128.M=-24.172|tag:lavfi.r128.S=-24.045|tag:lavfi.r128.I=-24.915|tag:lavfi.r128.LRA=2.350|tag:lavfi.r128.LRA.low=-26.390|tag:lavfi.r128.LRA.high=-24.040 -pkt_pts=528000|tag:lavfi.r128.M=-25.060|tag:lavfi.r128.S=-24.247|tag:lavfi.r128.I=-24.916|tag:lavfi.r128.LRA=2.350|tag:lavfi.r128.LRA.low=-26.390|tag:lavfi.r128.LRA.high=-24.040 -pkt_pts=532800|tag:lavfi.r128.M=-24.555|tag:lavfi.r128.S=-24.232|tag:lavfi.r128.I=-24.913|tag:lavfi.r128.LRA=2.350|tag:lavfi.r128.LRA.low=-26.390|tag:lavfi.r128.LRA.high=-24.040 -pkt_pts=537600|tag:lavfi.r128.M=-25.070|tag:lavfi.r128.S=-24.306|tag:lavfi.r128.I=-24.915|tag:lavfi.r128.LRA=2.350|tag:lavfi.r128.LRA.low=-26.390|tag:lavfi.r128.LRA.high=-24.040 -pkt_pts=542400|tag:lavfi.r128.M=-25.104|tag:lavfi.r128.S=-24.332|tag:lavfi.r128.I=-24.916|tag:lavfi.r128.LRA=2.320|tag:lavfi.r128.LRA.low=-26.360|tag:lavfi.r128.LRA.high=-24.040 -pkt_pts=547200|tag:lavfi.r128.M=-25.813|tag:lavfi.r128.S=-24.411|tag:lavfi.r128.I=-24.924|tag:lavfi.r128.LRA=2.320|tag:lavfi.r128.LRA.low=-26.360|tag:lavfi.r128.LRA.high=-24.040 -pkt_pts=552000|tag:lavfi.r128.M=-25.950|tag:lavfi.r128.S=-24.409|tag:lavfi.r128.I=-24.932|tag:lavfi.r128.LRA=2.320|tag:lavfi.r128.LRA.low=-26.360|tag:lavfi.r128.LRA.high=-24.040 -pkt_pts=556800|tag:lavfi.r128.M=-25.759|tag:lavfi.r128.S=-24.402|tag:lavfi.r128.I=-24.938|tag:lavfi.r128.LRA=2.320|tag:lavfi.r128.LRA.low=-26.360|tag:lavfi.r128.LRA.high=-24.040 -pkt_pts=561600|tag:lavfi.r128.M=-25.702|tag:lavfi.r128.S=-24.385|tag:lavfi.r128.I=-24.944|tag:lavfi.r128.LRA=2.320|tag:lavfi.r128.LRA.low=-26.360|tag:lavfi.r128.LRA.high=-24.040 -pkt_pts=566400|tag:lavfi.r128.M=-24.540|tag:lavfi.r128.S=-24.245|tag:lavfi.r128.I=-24.941|tag:lavfi.r128.LRA=2.320|tag:lavfi.r128.LRA.low=-26.360|tag:lavfi.r128.LRA.high=-24.040 -pkt_pts=571200|tag:lavfi.r128.M=-23.455|tag:lavfi.r128.S=-24.093|tag:lavfi.r128.I=-24.926|tag:lavfi.r128.LRA=2.310|tag:lavfi.r128.LRA.low=-26.360|tag:lavfi.r128.LRA.high=-24.050 -pkt_pts=576000|tag:lavfi.r128.M=-22.161|tag:lavfi.r128.S=-23.848|tag:lavfi.r128.I=-24.893|tag:lavfi.r128.LRA=2.320|tag:lavfi.r128.LRA.low=-26.360|tag:lavfi.r128.LRA.high=-24.040 -pkt_pts=580800|tag:lavfi.r128.M=-21.752|tag:lavfi.r128.S=-23.772|tag:lavfi.r128.I=-24.855|tag:lavfi.r128.LRA=2.340|tag:lavfi.r128.LRA.low=-26.360|tag:lavfi.r128.LRA.high=-24.020 -pkt_pts=585600|tag:lavfi.r128.M=-21.869|tag:lavfi.r128.S=-23.772|tag:lavfi.r128.I=-24.819|tag:lavfi.r128.LRA=2.410|tag:lavfi.r128.LRA.low=-26.360|tag:lavfi.r128.LRA.high=-23.950 -pkt_pts=590400|tag:lavfi.r128.M=-22.553|tag:lavfi.r128.S=-23.788|tag:lavfi.r128.I=-24.795|tag:lavfi.r128.LRA=2.430|tag:lavfi.r128.LRA.low=-26.360|tag:lavfi.r128.LRA.high=-23.930 -pkt_pts=595200|tag:lavfi.r128.M=-23.563|tag:lavfi.r128.S=-23.771|tag:lavfi.r128.I=-24.783|tag:lavfi.r128.LRA=2.510|tag:lavfi.r128.LRA.low=-26.360|tag:lavfi.r128.LRA.high=-23.850 -pkt_pts=600000|tag:lavfi.r128.M=-23.930|tag:lavfi.r128.S=-23.764|tag:lavfi.r128.I=-24.776|tag:lavfi.r128.LRA=2.530|tag:lavfi.r128.LRA.low=-26.360|tag:lavfi.r128.LRA.high=-23.830 -pkt_pts=604800|tag:lavfi.r128.M=-24.599|tag:lavfi.r128.S=-23.841|tag:lavfi.r128.I=-24.774|tag:lavfi.r128.LRA=2.530|tag:lavfi.r128.LRA.low=-26.360|tag:lavfi.r128.LRA.high=-23.830 -pkt_pts=609600|tag:lavfi.r128.M=-24.476|tag:lavfi.r128.S=-23.772|tag:lavfi.r128.I=-24.772|tag:lavfi.r128.LRA=2.570|tag:lavfi.r128.LRA.low=-26.360|tag:lavfi.r128.LRA.high=-23.790 -pkt_pts=614400|tag:lavfi.r128.M=-24.380|tag:lavfi.r128.S=-23.694|tag:lavfi.r128.I=-24.769|tag:lavfi.r128.LRA=2.580|tag:lavfi.r128.LRA.low=-26.360|tag:lavfi.r128.LRA.high=-23.780 -pkt_pts=619200|tag:lavfi.r128.M=-23.440|tag:lavfi.r128.S=-23.520|tag:lavfi.r128.I=-24.756|tag:lavfi.r128.LRA=2.580|tag:lavfi.r128.LRA.low=-26.360|tag:lavfi.r128.LRA.high=-23.780 -pkt_pts=624000|tag:lavfi.r128.M=-22.290|tag:lavfi.r128.S=-23.347|tag:lavfi.r128.I=-24.731|tag:lavfi.r128.LRA=2.580|tag:lavfi.r128.LRA.low=-26.360|tag:lavfi.r128.LRA.high=-23.780 -pkt_pts=628800|tag:lavfi.r128.M=-21.092|tag:lavfi.r128.S=-23.100|tag:lavfi.r128.I=-24.687|tag:lavfi.r128.LRA=2.580|tag:lavfi.r128.LRA.low=-26.360|tag:lavfi.r128.LRA.high=-23.780 -pkt_pts=633600|tag:lavfi.r128.M=-20.607|tag:lavfi.r128.S=-23.007|tag:lavfi.r128.I=-24.635|tag:lavfi.r128.LRA=2.590|tag:lavfi.r128.LRA.low=-26.360|tag:lavfi.r128.LRA.high=-23.770 -pkt_pts=638400|tag:lavfi.r128.M=-20.608|tag:lavfi.r128.S=-23.110|tag:lavfi.r128.I=-24.585|tag:lavfi.r128.LRA=2.650|tag:lavfi.r128.LRA.low=-26.350|tag:lavfi.r128.LRA.high=-23.700 -pkt_pts=643200|tag:lavfi.r128.M=-20.622|tag:lavfi.r128.S=-23.077|tag:lavfi.r128.I=-24.536|tag:lavfi.r128.LRA=2.820|tag:lavfi.r128.LRA.low=-26.350|tag:lavfi.r128.LRA.high=-23.530 -pkt_pts=648000|tag:lavfi.r128.M=-21.543|tag:lavfi.r128.S=-23.104|tag:lavfi.r128.I=-24.504|tag:lavfi.r128.LRA=3.000|tag:lavfi.r128.LRA.low=-26.350|tag:lavfi.r128.LRA.high=-23.350 -pkt_pts=652800|tag:lavfi.r128.M=-22.071|tag:lavfi.r128.S=-23.156|tag:lavfi.r128.I=-24.480|tag:lavfi.r128.LRA=3.190|tag:lavfi.r128.LRA.low=-26.350|tag:lavfi.r128.LRA.high=-23.160 -pkt_pts=657600|tag:lavfi.r128.M=-22.327|tag:lavfi.r128.S=-23.049|tag:lavfi.r128.I=-24.459|tag:lavfi.r128.LRA=3.240|tag:lavfi.r128.LRA.low=-26.350|tag:lavfi.r128.LRA.high=-23.110 -pkt_pts=662400|tag:lavfi.r128.M=-22.810|tag:lavfi.r128.S=-23.003|tag:lavfi.r128.I=-24.445|tag:lavfi.r128.LRA=3.240|tag:lavfi.r128.LRA.low=-26.350|tag:lavfi.r128.LRA.high=-23.110 -pkt_pts=667200|tag:lavfi.r128.M=-22.676|tag:lavfi.r128.S=-22.921|tag:lavfi.r128.I=-24.429|tag:lavfi.r128.LRA=3.240|tag:lavfi.r128.LRA.low=-26.350|tag:lavfi.r128.LRA.high=-23.110 -pkt_pts=672000|tag:lavfi.r128.M=-22.942|tag:lavfi.r128.S=-22.927|tag:lavfi.r128.I=-24.416|tag:lavfi.r128.LRA=3.250|tag:lavfi.r128.LRA.low=-26.350|tag:lavfi.r128.LRA.high=-23.100 -pkt_pts=676800|tag:lavfi.r128.M=-23.165|tag:lavfi.r128.S=-22.897|tag:lavfi.r128.I=-24.406|tag:lavfi.r128.LRA=3.270|tag:lavfi.r128.LRA.low=-26.350|tag:lavfi.r128.LRA.high=-23.080 -pkt_pts=681600|tag:lavfi.r128.M=-23.339|tag:lavfi.r128.S=-22.830|tag:lavfi.r128.I=-24.397|tag:lavfi.r128.LRA=3.300|tag:lavfi.r128.LRA.low=-26.350|tag:lavfi.r128.LRA.high=-23.050 -pkt_pts=686400|tag:lavfi.r128.M=-23.672|tag:lavfi.r128.S=-22.786|tag:lavfi.r128.I=-24.392|tag:lavfi.r128.LRA=3.330|tag:lavfi.r128.LRA.low=-26.340|tag:lavfi.r128.LRA.high=-23.010 -pkt_pts=691200|tag:lavfi.r128.M=-23.306|tag:lavfi.r128.S=-22.701|tag:lavfi.r128.I=-24.383|tag:lavfi.r128.LRA=3.330|tag:lavfi.r128.LRA.low=-26.340|tag:lavfi.r128.LRA.high=-23.010 -pkt_pts=696000|tag:lavfi.r128.M=-23.384|tag:lavfi.r128.S=-22.672|tag:lavfi.r128.I=-24.375|tag:lavfi.r128.LRA=3.410|tag:lavfi.r128.LRA.low=-26.340|tag:lavfi.r128.LRA.high=-22.930 -pkt_pts=700800|tag:lavfi.r128.M=-23.531|tag:lavfi.r128.S=-22.637|tag:lavfi.r128.I=-24.369|tag:lavfi.r128.LRA=3.410|tag:lavfi.r128.LRA.low=-26.340|tag:lavfi.r128.LRA.high=-22.930 -pkt_pts=705600|tag:lavfi.r128.M=-23.311|tag:lavfi.r128.S=-22.574|tag:lavfi.r128.I=-24.361|tag:lavfi.r128.LRA=3.440|tag:lavfi.r128.LRA.low=-26.340|tag:lavfi.r128.LRA.high=-22.900 -pkt_pts=710400|tag:lavfi.r128.M=-23.705|tag:lavfi.r128.S=-22.621|tag:lavfi.r128.I=-24.356|tag:lavfi.r128.LRA=3.500|tag:lavfi.r128.LRA.low=-26.340|tag:lavfi.r128.LRA.high=-22.840 -pkt_pts=715200|tag:lavfi.r128.M=-24.104|tag:lavfi.r128.S=-22.740|tag:lavfi.r128.I=-24.354|tag:lavfi.r128.LRA=3.550|tag:lavfi.r128.LRA.low=-26.340|tag:lavfi.r128.LRA.high=-22.790 -pkt_pts=720000|tag:lavfi.r128.M=-24.403|tag:lavfi.r128.S=-22.905|tag:lavfi.r128.I=-24.355|tag:lavfi.r128.LRA=3.550|tag:lavfi.r128.LRA.low=-26.340|tag:lavfi.r128.LRA.high=-22.790 -pkt_pts=724800|tag:lavfi.r128.M=-24.337|tag:lavfi.r128.S=-22.900|tag:lavfi.r128.I=-24.354|tag:lavfi.r128.LRA=3.550|tag:lavfi.r128.LRA.low=-26.340|tag:lavfi.r128.LRA.high=-22.790 -pkt_pts=729600|tag:lavfi.r128.M=-23.538|tag:lavfi.r128.S=-22.846|tag:lavfi.r128.I=-24.348|tag:lavfi.r128.LRA=3.550|tag:lavfi.r128.LRA.low=-26.340|tag:lavfi.r128.LRA.high=-22.790 -pkt_pts=734400|tag:lavfi.r128.M=-22.774|tag:lavfi.r128.S=-22.770|tag:lavfi.r128.I=-24.336|tag:lavfi.r128.LRA=3.560|tag:lavfi.r128.LRA.low=-26.330|tag:lavfi.r128.LRA.high=-22.770 -pkt_pts=739200|tag:lavfi.r128.M=-21.589|tag:lavfi.r128.S=-22.628|tag:lavfi.r128.I=-24.311|tag:lavfi.r128.LRA=3.590|tag:lavfi.r128.LRA.low=-26.330|tag:lavfi.r128.LRA.high=-22.740 -pkt_pts=744000|tag:lavfi.r128.M=-21.003|tag:lavfi.r128.S=-22.482|tag:lavfi.r128.I=-24.279|tag:lavfi.r128.LRA=3.620|tag:lavfi.r128.LRA.low=-26.330|tag:lavfi.r128.LRA.high=-22.710 -pkt_pts=748800|tag:lavfi.r128.M=-21.057|tag:lavfi.r128.S=-22.384|tag:lavfi.r128.I=-24.248|tag:lavfi.r128.LRA=3.650|tag:lavfi.r128.LRA.low=-26.330|tag:lavfi.r128.LRA.high=-22.680 -pkt_pts=753600|tag:lavfi.r128.M=-20.378|tag:lavfi.r128.S=-22.196|tag:lavfi.r128.I=-24.208|tag:lavfi.r128.LRA=3.690|tag:lavfi.r128.LRA.low=-26.330|tag:lavfi.r128.LRA.high=-22.640 -pkt_pts=758400|tag:lavfi.r128.M=-20.735|tag:lavfi.r128.S=-22.147|tag:lavfi.r128.I=-24.174|tag:lavfi.r128.LRA=3.700|tag:lavfi.r128.LRA.low=-26.330|tag:lavfi.r128.LRA.high=-22.630 -pkt_pts=763200|tag:lavfi.r128.M=-21.502|tag:lavfi.r128.S=-22.228|tag:lavfi.r128.I=-24.150|tag:lavfi.r128.LRA=3.700|tag:lavfi.r128.LRA.low=-26.330|tag:lavfi.r128.LRA.high=-22.630 -pkt_pts=768000|tag:lavfi.r128.M=-21.158|tag:lavfi.r128.S=-22.211|tag:lavfi.r128.I=-24.123|tag:lavfi.r128.LRA=3.700|tag:lavfi.r128.LRA.low=-26.330|tag:lavfi.r128.LRA.high=-22.630 -pkt_pts=772800|tag:lavfi.r128.M=-22.252|tag:lavfi.r128.S=-22.375|tag:lavfi.r128.I=-24.109|tag:lavfi.r128.LRA=3.750|tag:lavfi.r128.LRA.low=-26.330|tag:lavfi.r128.LRA.high=-22.580 -pkt_pts=777600|tag:lavfi.r128.M=-22.753|tag:lavfi.r128.S=-22.481|tag:lavfi.r128.I=-24.099|tag:lavfi.r128.LRA=3.840|tag:lavfi.r128.LRA.low=-26.330|tag:lavfi.r128.LRA.high=-22.490 -pkt_pts=782400|tag:lavfi.r128.M=-22.726|tag:lavfi.r128.S=-22.565|tag:lavfi.r128.I=-24.089|tag:lavfi.r128.LRA=3.840|tag:lavfi.r128.LRA.low=-26.330|tag:lavfi.r128.LRA.high=-22.490 -pkt_pts=787200|tag:lavfi.r128.M=-23.676|tag:lavfi.r128.S=-22.655|tag:lavfi.r128.I=-24.086|tag:lavfi.r128.LRA=3.840|tag:lavfi.r128.LRA.low=-26.330|tag:lavfi.r128.LRA.high=-22.490 -pkt_pts=792000|tag:lavfi.r128.M=-23.719|tag:lavfi.r128.S=-22.660|tag:lavfi.r128.I=-24.084|tag:lavfi.r128.LRA=3.840|tag:lavfi.r128.LRA.low=-26.330|tag:lavfi.r128.LRA.high=-22.490 -pkt_pts=796800|tag:lavfi.r128.M=-23.765|tag:lavfi.r128.S=-22.692|tag:lavfi.r128.I=-24.082|tag:lavfi.r128.LRA=3.840|tag:lavfi.r128.LRA.low=-26.330|tag:lavfi.r128.LRA.high=-22.490 -pkt_pts=801600|tag:lavfi.r128.M=-22.760|tag:lavfi.r128.S=-22.624|tag:lavfi.r128.I=-24.073|tag:lavfi.r128.LRA=3.840|tag:lavfi.r128.LRA.low=-26.330|tag:lavfi.r128.LRA.high=-22.490 -pkt_pts=806400|tag:lavfi.r128.M=-21.532|tag:lavfi.r128.S=-22.468|tag:lavfi.r128.I=-24.052|tag:lavfi.r128.LRA=3.840|tag:lavfi.r128.LRA.low=-26.330|tag:lavfi.r128.LRA.high=-22.490 -pkt_pts=811200|tag:lavfi.r128.M=-21.329|tag:lavfi.r128.S=-22.455|tag:lavfi.r128.I=-24.029|tag:lavfi.r128.LRA=3.860|tag:lavfi.r128.LRA.low=-26.330|tag:lavfi.r128.LRA.high=-22.470 -pkt_pts=816000|tag:lavfi.r128.M=-20.701|tag:lavfi.r128.S=-22.338|tag:lavfi.r128.I=-24.000|tag:lavfi.r128.LRA=3.870|tag:lavfi.r128.LRA.low=-26.330|tag:lavfi.r128.LRA.high=-22.460 -pkt_pts=820800|tag:lavfi.r128.M=-20.533|tag:lavfi.r128.S=-22.218|tag:lavfi.r128.I=-23.969|tag:lavfi.r128.LRA=3.940|tag:lavfi.r128.LRA.low=-26.330|tag:lavfi.r128.LRA.high=-22.390 -pkt_pts=825600|tag:lavfi.r128.M=-21.049|tag:lavfi.r128.S=-22.151|tag:lavfi.r128.I=-23.944|tag:lavfi.r128.LRA=3.950|tag:lavfi.r128.LRA.low=-26.330|tag:lavfi.r128.LRA.high=-22.380 -pkt_pts=830400|tag:lavfi.r128.M=-21.066|tag:lavfi.r128.S=-22.110|tag:lavfi.r128.I=-23.920|tag:lavfi.r128.LRA=3.990|tag:lavfi.r128.LRA.low=-26.330|tag:lavfi.r128.LRA.high=-22.340 -pkt_pts=835200|tag:lavfi.r128.M=-20.990|tag:lavfi.r128.S=-22.023|tag:lavfi.r128.I=-23.896|tag:lavfi.r128.LRA=4.100|tag:lavfi.r128.LRA.low=-26.330|tag:lavfi.r128.LRA.high=-22.230 -pkt_pts=840000|tag:lavfi.r128.M=-21.658|tag:lavfi.r128.S=-22.007|tag:lavfi.r128.I=-23.879|tag:lavfi.r128.LRA=4.110|tag:lavfi.r128.LRA.low=-26.330|tag:lavfi.r128.LRA.high=-22.220 -pkt_pts=844800|tag:lavfi.r128.M=-21.649|tag:lavfi.r128.S=-21.928|tag:lavfi.r128.I=-23.863|tag:lavfi.r128.LRA=4.110|tag:lavfi.r128.LRA.low=-26.330|tag:lavfi.r128.LRA.high=-22.220 -pkt_pts=849600|tag:lavfi.r128.M=-22.120|tag:lavfi.r128.S=-21.973|tag:lavfi.r128.I=-23.850|tag:lavfi.r128.LRA=4.130|tag:lavfi.r128.LRA.low=-26.330|tag:lavfi.r128.LRA.high=-22.200 -pkt_pts=854400|tag:lavfi.r128.M=-23.297|tag:lavfi.r128.S=-21.984|tag:lavfi.r128.I=-23.847|tag:lavfi.r128.LRA=4.170|tag:lavfi.r128.LRA.low=-26.330|tag:lavfi.r128.LRA.high=-22.160 -pkt_pts=859200|tag:lavfi.r128.M=-22.936|tag:lavfi.r128.S=-21.898|tag:lavfi.r128.I=-23.841|tag:lavfi.r128.LRA=4.170|tag:lavfi.r128.LRA.low=-26.330|tag:lavfi.r128.LRA.high=-22.160 -pkt_pts=864000|tag:lavfi.r128.M=-22.360|tag:lavfi.r128.S=-21.736|tag:lavfi.r128.I=-23.831|tag:lavfi.r128.LRA=4.180|tag:lavfi.r128.LRA.low=-26.330|tag:lavfi.r128.LRA.high=-22.150 -pkt_pts=868800|tag:lavfi.r128.M=-20.997|tag:lavfi.r128.S=-21.601|tag:lavfi.r128.I=-23.809|tag:lavfi.r128.LRA=4.220|tag:lavfi.r128.LRA.low=-26.330|tag:lavfi.r128.LRA.high=-22.110 -pkt_pts=873600|tag:lavfi.r128.M=-20.852|tag:lavfi.r128.S=-21.651|tag:lavfi.r128.I=-23.786|tag:lavfi.r128.LRA=4.300|tag:lavfi.r128.LRA.low=-26.330|tag:lavfi.r128.LRA.high=-22.030 -pkt_pts=878400|tag:lavfi.r128.M=-21.194|tag:lavfi.r128.S=-21.695|tag:lavfi.r128.I=-23.766|tag:lavfi.r128.LRA=4.310|tag:lavfi.r128.LRA.low=-26.320|tag:lavfi.r128.LRA.high=-22.010 -pkt_pts=883200|tag:lavfi.r128.M=-22.598|tag:lavfi.r128.S=-21.862|tag:lavfi.r128.I=-23.759|tag:lavfi.r128.LRA=4.330|tag:lavfi.r128.LRA.low=-26.320|tag:lavfi.r128.LRA.high=-21.990 -pkt_pts=888000|tag:lavfi.r128.M=-24.897|tag:lavfi.r128.S=-22.013|tag:lavfi.r128.I=-23.764|tag:lavfi.r128.LRA=4.330|tag:lavfi.r128.LRA.low=-26.320|tag:lavfi.r128.LRA.high=-21.990 -pkt_pts=892800|tag:lavfi.r128.M=-25.212|tag:lavfi.r128.S=-22.080|tag:lavfi.r128.I=-23.771|tag:lavfi.r128.LRA=4.330|tag:lavfi.r128.LRA.low=-26.320|tag:lavfi.r128.LRA.high=-21.990 -pkt_pts=897600|tag:lavfi.r128.M=-24.334|tag:lavfi.r128.S=-22.191|tag:lavfi.r128.I=-23.774|tag:lavfi.r128.LRA=4.330|tag:lavfi.r128.LRA.low=-26.320|tag:lavfi.r128.LRA.high=-21.990 -pkt_pts=902400|tag:lavfi.r128.M=-22.984|tag:lavfi.r128.S=-22.176|tag:lavfi.r128.I=-23.769|tag:lavfi.r128.LRA=4.330|tag:lavfi.r128.LRA.low=-26.320|tag:lavfi.r128.LRA.high=-21.990 -pkt_pts=907200|tag:lavfi.r128.M=-21.388|tag:lavfi.r128.S=-21.996|tag:lavfi.r128.I=-23.753|tag:lavfi.r128.LRA=4.330|tag:lavfi.r128.LRA.low=-26.320|tag:lavfi.r128.LRA.high=-21.990 -pkt_pts=912000|tag:lavfi.r128.M=-20.307|tag:lavfi.r128.S=-21.928|tag:lavfi.r128.I=-23.725|tag:lavfi.r128.LRA=4.340|tag:lavfi.r128.LRA.low=-26.320|tag:lavfi.r128.LRA.high=-21.980 -pkt_pts=916800|tag:lavfi.r128.M=-20.094|tag:lavfi.r128.S=-21.838|tag:lavfi.r128.I=-23.695|tag:lavfi.r128.LRA=4.390|tag:lavfi.r128.LRA.low=-26.320|tag:lavfi.r128.LRA.high=-21.930 -pkt_pts=921600|tag:lavfi.r128.M=-20.032|tag:lavfi.r128.S=-21.756|tag:lavfi.r128.I=-23.665|tag:lavfi.r128.LRA=4.390|tag:lavfi.r128.LRA.low=-26.320|tag:lavfi.r128.LRA.high=-21.930 -pkt_pts=926400|tag:lavfi.r128.M=-20.060|tag:lavfi.r128.S=-21.599|tag:lavfi.r128.I=-23.635|tag:lavfi.r128.LRA=4.420|tag:lavfi.r128.LRA.low=-26.320|tag:lavfi.r128.LRA.high=-21.900 -pkt_pts=931200|tag:lavfi.r128.M=-20.372|tag:lavfi.r128.S=-21.507|tag:lavfi.r128.I=-23.610|tag:lavfi.r128.LRA=4.450|tag:lavfi.r128.LRA.low=-26.320|tag:lavfi.r128.LRA.high=-21.870 -pkt_pts=936000|tag:lavfi.r128.M=-20.643|tag:lavfi.r128.S=-21.468|tag:lavfi.r128.I=-23.588|tag:lavfi.r128.LRA=4.480|tag:lavfi.r128.LRA.low=-26.320|tag:lavfi.r128.LRA.high=-21.840 -pkt_pts=940800|tag:lavfi.r128.M=-20.647|tag:lavfi.r128.S=-21.389|tag:lavfi.r128.I=-23.567|tag:lavfi.r128.LRA=4.560|tag:lavfi.r128.LRA.low=-26.320|tag:lavfi.r128.LRA.high=-21.760 -pkt_pts=945600|tag:lavfi.r128.M=-21.341|tag:lavfi.r128.S=-21.431|tag:lavfi.r128.I=-23.552|tag:lavfi.r128.LRA=4.580|tag:lavfi.r128.LRA.low=-26.320|tag:lavfi.r128.LRA.high=-21.740 -pkt_pts=950400|tag:lavfi.r128.M=-21.704|tag:lavfi.r128.S=-21.530|tag:lavfi.r128.I=-23.540|tag:lavfi.r128.LRA=4.620|tag:lavfi.r128.LRA.low=-26.320|tag:lavfi.r128.LRA.high=-21.700 -pkt_pts=955200|tag:lavfi.r128.M=-21.778|tag:lavfi.r128.S=-21.527|tag:lavfi.r128.I=-23.529|tag:lavfi.r128.LRA=4.620|tag:lavfi.r128.LRA.low=-26.320|tag:lavfi.r128.LRA.high=-21.700 -pkt_pts=960000|tag:lavfi.r128.M=-22.390|tag:lavfi.r128.S=-21.613|tag:lavfi.r128.I=-23.523|tag:lavfi.r128.LRA=4.660|tag:lavfi.r128.LRA.low=-26.320|tag:lavfi.r128.LRA.high=-21.660 -pkt_pts=964800|tag:lavfi.r128.M=-22.355|tag:lavfi.r128.S=-21.682|tag:lavfi.r128.I=-23.516|tag:lavfi.r128.LRA=4.660|tag:lavfi.r128.LRA.low=-26.320|tag:lavfi.r128.LRA.high=-21.660 -pkt_pts=969600|tag:lavfi.r128.M=-22.697|tag:lavfi.r128.S=-21.739|tag:lavfi.r128.I=-23.512|tag:lavfi.r128.LRA=4.660|tag:lavfi.r128.LRA.low=-26.320|tag:lavfi.r128.LRA.high=-21.660 -pkt_pts=974400|tag:lavfi.r128.M=-22.814|tag:lavfi.r128.S=-21.745|tag:lavfi.r128.I=-23.508|tag:lavfi.r128.LRA=4.650|tag:lavfi.r128.LRA.low=-26.310|tag:lavfi.r128.LRA.high=-21.660 -pkt_pts=979200|tag:lavfi.r128.M=-22.749|tag:lavfi.r128.S=-21.842|tag:lavfi.r128.I=-23.504|tag:lavfi.r128.LRA=4.650|tag:lavfi.r128.LRA.low=-26.310|tag:lavfi.r128.LRA.high=-21.660 -pkt_pts=984000|tag:lavfi.r128.M=-23.155|tag:lavfi.r128.S=-21.856|tag:lavfi.r128.I=-23.502|tag:lavfi.r128.LRA=4.650|tag:lavfi.r128.LRA.low=-26.310|tag:lavfi.r128.LRA.high=-21.660 -pkt_pts=988800|tag:lavfi.r128.M=-22.927|tag:lavfi.r128.S=-21.893|tag:lavfi.r128.I=-23.499|tag:lavfi.r128.LRA=4.650|tag:lavfi.r128.LRA.low=-26.310|tag:lavfi.r128.LRA.high=-21.660 -pkt_pts=993600|tag:lavfi.r128.M=-22.583|tag:lavfi.r128.S=-21.800|tag:lavfi.r128.I=-23.494|tag:lavfi.r128.LRA=4.650|tag:lavfi.r128.LRA.low=-26.310|tag:lavfi.r128.LRA.high=-21.660 -pkt_pts=998400|tag:lavfi.r128.M=-22.022|tag:lavfi.r128.S=-21.702|tag:lavfi.r128.I=-23.486|tag:lavfi.r128.LRA=4.650|tag:lavfi.r128.LRA.low=-26.310|tag:lavfi.r128.LRA.high=-21.660 -pkt_pts=1003200|tag:lavfi.r128.M=-21.852|tag:lavfi.r128.S=-21.729|tag:lavfi.r128.I=-23.476|tag:lavfi.r128.LRA=4.650|tag:lavfi.r128.LRA.low=-26.310|tag:lavfi.r128.LRA.high=-21.660 -pkt_pts=1008000|tag:lavfi.r128.M=-21.746|tag:lavfi.r128.S=-21.814|tag:lavfi.r128.I=-23.466|tag:lavfi.r128.LRA=4.650|tag:lavfi.r128.LRA.low=-26.310|tag:lavfi.r128.LRA.high=-21.660 -pkt_pts=1012800|tag:lavfi.r128.M=-21.751|tag:lavfi.r128.S=-21.912|tag:lavfi.r128.I=-23.456|tag:lavfi.r128.LRA=4.650|tag:lavfi.r128.LRA.low=-26.310|tag:lavfi.r128.LRA.high=-21.660 -pkt_pts=1017600|tag:lavfi.r128.M=-21.891|tag:lavfi.r128.S=-21.855|tag:lavfi.r128.I=-23.447|tag:lavfi.r128.LRA=4.650|tag:lavfi.r128.LRA.low=-26.310|tag:lavfi.r128.LRA.high=-21.660 -pkt_pts=1022400|tag:lavfi.r128.M=-21.392|tag:lavfi.r128.S=-21.759|tag:lavfi.r128.I=-23.435|tag:lavfi.r128.LRA=4.640|tag:lavfi.r128.LRA.low=-26.300|tag:lavfi.r128.LRA.high=-21.660 -pkt_pts=1027200|tag:lavfi.r128.M=-21.375|tag:lavfi.r128.S=-21.660|tag:lavfi.r128.I=-23.422|tag:lavfi.r128.LRA=4.640|tag:lavfi.r128.LRA.low=-26.300|tag:lavfi.r128.LRA.high=-21.660 -pkt_pts=1032000|tag:lavfi.r128.M=-21.806|tag:lavfi.r128.S=-21.620|tag:lavfi.r128.I=-23.413|tag:lavfi.r128.LRA=4.680|tag:lavfi.r128.LRA.low=-26.300|tag:lavfi.r128.LRA.high=-21.620 -pkt_pts=1036800|tag:lavfi.r128.M=-21.826|tag:lavfi.r128.S=-21.550|tag:lavfi.r128.I=-23.404|tag:lavfi.r128.LRA=4.680|tag:lavfi.r128.LRA.low=-26.300|tag:lavfi.r128.LRA.high=-21.620 -pkt_pts=1041600|tag:lavfi.r128.M=-22.447|tag:lavfi.r128.S=-21.588|tag:lavfi.r128.I=-23.399|tag:lavfi.r128.LRA=4.690|tag:lavfi.r128.LRA.low=-26.300|tag:lavfi.r128.LRA.high=-21.610 -pkt_pts=1046400|tag:lavfi.r128.M=-22.717|tag:lavfi.r128.S=-21.633|tag:lavfi.r128.I=-23.396|tag:lavfi.r128.LRA=4.690|tag:lavfi.r128.LRA.low=-26.300|tag:lavfi.r128.LRA.high=-21.610 -pkt_pts=1051200|tag:lavfi.r128.M=-23.325|tag:lavfi.r128.S=-21.845|tag:lavfi.r128.I=-23.396|tag:lavfi.r128.LRA=4.680|tag:lavfi.r128.LRA.low=-26.300|tag:lavfi.r128.LRA.high=-21.620 -pkt_pts=1056000|tag:lavfi.r128.M=-23.105|tag:lavfi.r128.S=-21.933|tag:lavfi.r128.I=-23.394|tag:lavfi.r128.LRA=4.680|tag:lavfi.r128.LRA.low=-26.300|tag:lavfi.r128.LRA.high=-21.620 -pkt_pts=1060800|tag:lavfi.r128.M=-23.086|tag:lavfi.r128.S=-22.015|tag:lavfi.r128.I=-23.393|tag:lavfi.r128.LRA=4.680|tag:lavfi.r128.LRA.low=-26.300|tag:lavfi.r128.LRA.high=-21.620 -pkt_pts=1065600|tag:lavfi.r128.M=-22.412|tag:lavfi.r128.S=-22.001|tag:lavfi.r128.I=-23.388|tag:lavfi.r128.LRA=4.680|tag:lavfi.r128.LRA.low=-26.300|tag:lavfi.r128.LRA.high=-21.620 -pkt_pts=1070400|tag:lavfi.r128.M=-20.845|tag:lavfi.r128.S=-21.992|tag:lavfi.r128.I=-23.372|tag:lavfi.r128.LRA=4.650|tag:lavfi.r128.LRA.low=-26.270|tag:lavfi.r128.LRA.high=-21.620 -pkt_pts=1075200|tag:lavfi.r128.M=-20.738|tag:lavfi.r128.S=-22.001|tag:lavfi.r128.I=-23.356|tag:lavfi.r128.LRA=4.650|tag:lavfi.r128.LRA.low=-26.270|tag:lavfi.r128.LRA.high=-21.620 -pkt_pts=1080000|tag:lavfi.r128.M=-20.165|tag:lavfi.r128.S=-21.924|tag:lavfi.r128.I=-23.335|tag:lavfi.r128.LRA=4.650|tag:lavfi.r128.LRA.low=-26.270|tag:lavfi.r128.LRA.high=-21.620 -pkt_pts=1084800|tag:lavfi.r128.M=-19.829|tag:lavfi.r128.S=-21.840|tag:lavfi.r128.I=-23.311|tag:lavfi.r128.LRA=4.650|tag:lavfi.r128.LRA.low=-26.270|tag:lavfi.r128.LRA.high=-21.620 -pkt_pts=1089600|tag:lavfi.r128.M=-20.699|tag:lavfi.r128.S=-21.887|tag:lavfi.r128.I=-23.295|tag:lavfi.r128.LRA=4.650|tag:lavfi.r128.LRA.low=-26.270|tag:lavfi.r128.LRA.high=-21.620 -pkt_pts=1094400|tag:lavfi.r128.M=-20.677|tag:lavfi.r128.S=-21.838|tag:lavfi.r128.I=-23.279|tag:lavfi.r128.LRA=4.650|tag:lavfi.r128.LRA.low=-26.270|tag:lavfi.r128.LRA.high=-21.620 -pkt_pts=1099200|tag:lavfi.r128.M=-20.121|tag:lavfi.r128.S=-21.654|tag:lavfi.r128.I=-23.259|tag:lavfi.r128.LRA=4.650|tag:lavfi.r128.LRA.low=-26.270|tag:lavfi.r128.LRA.high=-21.620 -pkt_pts=1104000|tag:lavfi.r128.M=-20.893|tag:lavfi.r128.S=-21.635|tag:lavfi.r128.I=-23.245|tag:lavfi.r128.LRA=4.650|tag:lavfi.r128.LRA.low=-26.270|tag:lavfi.r128.LRA.high=-21.620 -pkt_pts=1108800|tag:lavfi.r128.M=-19.603|tag:lavfi.r128.S=-21.450|tag:lavfi.r128.I=-23.220|tag:lavfi.r128.LRA=4.660|tag:lavfi.r128.LRA.low=-26.270|tag:lavfi.r128.LRA.high=-21.610 -pkt_pts=1113600|tag:lavfi.r128.M=-19.675|tag:lavfi.r128.S=-21.385|tag:lavfi.r128.I=-23.197|tag:lavfi.r128.LRA=4.670|tag:lavfi.r128.LRA.low=-26.270|tag:lavfi.r128.LRA.high=-21.600 -pkt_pts=1118400|tag:lavfi.r128.M=-20.415|tag:lavfi.r128.S=-21.339|tag:lavfi.r128.I=-23.180|tag:lavfi.r128.LRA=4.660|tag:lavfi.r128.LRA.low=-26.250|tag:lavfi.r128.LRA.high=-21.590 -pkt_pts=1123200|tag:lavfi.r128.M=-20.446|tag:lavfi.r128.S=-21.333|tag:lavfi.r128.I=-23.164|tag:lavfi.r128.LRA=4.690|tag:lavfi.r128.LRA.low=-26.250|tag:lavfi.r128.LRA.high=-21.560 -pkt_pts=1128000|tag:lavfi.r128.M=-21.361|tag:lavfi.r128.S=-21.254|tag:lavfi.r128.I=-23.154|tag:lavfi.r128.LRA=4.720|tag:lavfi.r128.LRA.low=-26.250|tag:lavfi.r128.LRA.high=-21.530 -pkt_pts=1132800|tag:lavfi.r128.M=-21.725|tag:lavfi.r128.S=-21.257|tag:lavfi.r128.I=-23.147|tag:lavfi.r128.LRA=4.720|tag:lavfi.r128.LRA.low=-26.250|tag:lavfi.r128.LRA.high=-21.530 -pkt_pts=1137600|tag:lavfi.r128.M=-22.311|tag:lavfi.r128.S=-21.311|tag:lavfi.r128.I=-23.143|tag:lavfi.r128.LRA=4.740|tag:lavfi.r128.LRA.low=-26.250|tag:lavfi.r128.LRA.high=-21.510 -pkt_pts=1142400|tag:lavfi.r128.M=-21.973|tag:lavfi.r128.S=-21.327|tag:lavfi.r128.I=-23.137|tag:lavfi.r128.LRA=4.780|tag:lavfi.r128.LRA.low=-26.250|tag:lavfi.r128.LRA.high=-21.470 -pkt_pts=1147200|tag:lavfi.r128.M=-22.032|tag:lavfi.r128.S=-21.275|tag:lavfi.r128.I=-23.132|tag:lavfi.r128.LRA=4.780|tag:lavfi.r128.LRA.low=-26.250|tag:lavfi.r128.LRA.high=-21.470 -pkt_pts=1152000|tag:lavfi.r128.M=-21.631|tag:lavfi.r128.S=-21.243|tag:lavfi.r128.I=-23.125|tag:lavfi.r128.LRA=4.800|tag:lavfi.r128.LRA.low=-26.250|tag:lavfi.r128.LRA.high=-21.450 -pkt_pts=1156800|tag:lavfi.r128.M=-20.494|tag:lavfi.r128.S=-21.139|tag:lavfi.r128.I=-23.110|tag:lavfi.r128.LRA=4.810|tag:lavfi.r128.LRA.low=-26.250|tag:lavfi.r128.LRA.high=-21.440 -pkt_pts=1161600|tag:lavfi.r128.M=-19.902|tag:lavfi.r128.S=-21.041|tag:lavfi.r128.I=-23.090|tag:lavfi.r128.LRA=4.860|tag:lavfi.r128.LRA.low=-26.250|tag:lavfi.r128.LRA.high=-21.390 -pkt_pts=1166400|tag:lavfi.r128.M=-20.221|tag:lavfi.r128.S=-21.104|tag:lavfi.r128.I=-23.073|tag:lavfi.r128.LRA=4.850|tag:lavfi.r128.LRA.low=-26.240|tag:lavfi.r128.LRA.high=-21.390 -pkt_pts=1171200|tag:lavfi.r128.M=-20.245|tag:lavfi.r128.S=-21.080|tag:lavfi.r128.I=-23.057|tag:lavfi.r128.LRA=4.900|tag:lavfi.r128.LRA.low=-26.240|tag:lavfi.r128.LRA.high=-21.340 -pkt_pts=1176000|tag:lavfi.r128.M=-21.470|tag:lavfi.r128.S=-21.099|tag:lavfi.r128.I=-23.049|tag:lavfi.r128.LRA=4.900|tag:lavfi.r128.LRA.low=-26.240|tag:lavfi.r128.LRA.high=-21.340 -pkt_pts=1180800|tag:lavfi.r128.M=-22.623|tag:lavfi.r128.S=-21.123|tag:lavfi.r128.I=-23.047|tag:lavfi.r128.LRA=4.910|tag:lavfi.r128.LRA.low=-26.240|tag:lavfi.r128.LRA.high=-21.330 -pkt_pts=1185600|tag:lavfi.r128.M=-22.312|tag:lavfi.r128.S=-21.090|tag:lavfi.r128.I=-23.044|tag:lavfi.r128.LRA=4.920|tag:lavfi.r128.LRA.low=-26.240|tag:lavfi.r128.LRA.high=-21.320 -pkt_pts=1190400|tag:lavfi.r128.M=-22.937|tag:lavfi.r128.S=-21.099|tag:lavfi.r128.I=-23.043|tag:lavfi.r128.LRA=4.960|tag:lavfi.r128.LRA.low=-26.240|tag:lavfi.r128.LRA.high=-21.280 -pkt_pts=1195200|tag:lavfi.r128.M=-22.401|tag:lavfi.r128.S=-21.017|tag:lavfi.r128.I=-23.041|tag:lavfi.r128.LRA=4.980|tag:lavfi.r128.LRA.low=-26.240|tag:lavfi.r128.LRA.high=-21.260 -pkt_pts=1200000|tag:lavfi.r128.M=-22.004|tag:lavfi.r128.S=-21.018|tag:lavfi.r128.I=-23.036|tag:lavfi.r128.LRA=4.980|tag:lavfi.r128.LRA.low=-26.240|tag:lavfi.r128.LRA.high=-21.260 -pkt_pts=1204800|tag:lavfi.r128.M=-22.416|tag:lavfi.r128.S=-21.030|tag:lavfi.r128.I=-23.033|tag:lavfi.r128.LRA=4.990|tag:lavfi.r128.LRA.low=-26.240|tag:lavfi.r128.LRA.high=-21.250 -pkt_pts=1209600|tag:lavfi.r128.M=-22.481|tag:lavfi.r128.S=-21.106|tag:lavfi.r128.I=-23.031|tag:lavfi.r128.LRA=5.100|tag:lavfi.r128.LRA.low=-26.240|tag:lavfi.r128.LRA.high=-21.140 -pkt_pts=1214400|tag:lavfi.r128.M=-22.841|tag:lavfi.r128.S=-21.245|tag:lavfi.r128.I=-23.030|tag:lavfi.r128.LRA=5.100|tag:lavfi.r128.LRA.low=-26.240|tag:lavfi.r128.LRA.high=-21.140 -pkt_pts=1219200|tag:lavfi.r128.M=-23.663|tag:lavfi.r128.S=-21.332|tag:lavfi.r128.I=-23.033|tag:lavfi.r128.LRA=5.100|tag:lavfi.r128.LRA.low=-26.240|tag:lavfi.r128.LRA.high=-21.140 -pkt_pts=1224000|tag:lavfi.r128.M=-22.728|tag:lavfi.r128.S=-21.357|tag:lavfi.r128.I=-23.031|tag:lavfi.r128.LRA=5.100|tag:lavfi.r128.LRA.low=-26.240|tag:lavfi.r128.LRA.high=-21.140 -pkt_pts=1228800|tag:lavfi.r128.M=-23.016|tag:lavfi.r128.S=-21.530|tag:lavfi.r128.I=-23.031|tag:lavfi.r128.LRA=5.100|tag:lavfi.r128.LRA.low=-26.240|tag:lavfi.r128.LRA.high=-21.140 -pkt_pts=1233600|tag:lavfi.r128.M=-22.934|tag:lavfi.r128.S=-21.518|tag:lavfi.r128.I=-23.031|tag:lavfi.r128.LRA=5.100|tag:lavfi.r128.LRA.low=-26.240|tag:lavfi.r128.LRA.high=-21.140 -pkt_pts=1238400|tag:lavfi.r128.M=-21.320|tag:lavfi.r128.S=-21.426|tag:lavfi.r128.I=-23.023|tag:lavfi.r128.LRA=5.100|tag:lavfi.r128.LRA.low=-26.240|tag:lavfi.r128.LRA.high=-21.140 -pkt_pts=1243200|tag:lavfi.r128.M=-21.282|tag:lavfi.r128.S=-21.541|tag:lavfi.r128.I=-23.015|tag:lavfi.r128.LRA=4.990|tag:lavfi.r128.LRA.low=-26.240|tag:lavfi.r128.LRA.high=-21.250 -pkt_pts=1248000|tag:lavfi.r128.M=-20.639|tag:lavfi.r128.S=-21.490|tag:lavfi.r128.I=-23.002|tag:lavfi.r128.LRA=4.990|tag:lavfi.r128.LRA.low=-26.240|tag:lavfi.r128.LRA.high=-21.250 -pkt_pts=1252800|tag:lavfi.r128.M=-20.626|tag:lavfi.r128.S=-21.711|tag:lavfi.r128.I=-22.990|tag:lavfi.r128.LRA=4.990|tag:lavfi.r128.LRA.low=-26.240|tag:lavfi.r128.LRA.high=-21.250 -pkt_pts=1257600|tag:lavfi.r128.M=-21.333|tag:lavfi.r128.S=-21.710|tag:lavfi.r128.I=-22.982|tag:lavfi.r128.LRA=4.990|tag:lavfi.r128.LRA.low=-26.240|tag:lavfi.r128.LRA.high=-21.250 -pkt_pts=1262400|tag:lavfi.r128.M=-21.384|tag:lavfi.r128.S=-21.694|tag:lavfi.r128.I=-22.975|tag:lavfi.r128.LRA=4.990|tag:lavfi.r128.LRA.low=-26.240|tag:lavfi.r128.LRA.high=-21.250 -pkt_pts=1267200|tag:lavfi.r128.M=-21.410|tag:lavfi.r128.S=-21.639|tag:lavfi.r128.I=-22.968|tag:lavfi.r128.LRA=4.990|tag:lavfi.r128.LRA.low=-26.240|tag:lavfi.r128.LRA.high=-21.250 -pkt_pts=1272000|tag:lavfi.r128.M=-21.461|tag:lavfi.r128.S=-21.725|tag:lavfi.r128.I=-22.961|tag:lavfi.r128.LRA=4.990|tag:lavfi.r128.LRA.low=-26.240|tag:lavfi.r128.LRA.high=-21.250 -pkt_pts=1276800|tag:lavfi.r128.M=-21.846|tag:lavfi.r128.S=-21.726|tag:lavfi.r128.I=-22.956|tag:lavfi.r128.LRA=4.990|tag:lavfi.r128.LRA.low=-26.240|tag:lavfi.r128.LRA.high=-21.250 -pkt_pts=1281600|tag:lavfi.r128.M=-22.482|tag:lavfi.r128.S=-21.713|tag:lavfi.r128.I=-22.954|tag:lavfi.r128.LRA=4.990|tag:lavfi.r128.LRA.low=-26.240|tag:lavfi.r128.LRA.high=-21.250 -pkt_pts=1286400|tag:lavfi.r128.M=-22.681|tag:lavfi.r128.S=-21.720|tag:lavfi.r128.I=-22.953|tag:lavfi.r128.LRA=4.990|tag:lavfi.r128.LRA.low=-26.240|tag:lavfi.r128.LRA.high=-21.250 -pkt_pts=1291200|tag:lavfi.r128.M=-22.718|tag:lavfi.r128.S=-21.804|tag:lavfi.r128.I=-22.952|tag:lavfi.r128.LRA=4.990|tag:lavfi.r128.LRA.low=-26.240|tag:lavfi.r128.LRA.high=-21.250 -pkt_pts=1296000|tag:lavfi.r128.M=-22.849|tag:lavfi.r128.S=-21.873|tag:lavfi.r128.I=-22.952|tag:lavfi.r128.LRA=4.990|tag:lavfi.r128.LRA.low=-26.240|tag:lavfi.r128.LRA.high=-21.250 -pkt_pts=1300800|tag:lavfi.r128.M=-23.041|tag:lavfi.r128.S=-22.068|tag:lavfi.r128.I=-22.952|tag:lavfi.r128.LRA=4.990|tag:lavfi.r128.LRA.low=-26.240|tag:lavfi.r128.LRA.high=-21.250 -pkt_pts=1305600|tag:lavfi.r128.M=-23.898|tag:lavfi.r128.S=-22.285|tag:lavfi.r128.I=-22.956|tag:lavfi.r128.LRA=4.990|tag:lavfi.r128.LRA.low=-26.240|tag:lavfi.r128.LRA.high=-21.250 -pkt_pts=1310400|tag:lavfi.r128.M=-24.280|tag:lavfi.r128.S=-22.343|tag:lavfi.r128.I=-22.960|tag:lavfi.r128.LRA=4.990|tag:lavfi.r128.LRA.low=-26.240|tag:lavfi.r128.LRA.high=-21.250 -pkt_pts=1315200|tag:lavfi.r128.M=-25.072|tag:lavfi.r128.S=-22.479|tag:lavfi.r128.I=-22.966|tag:lavfi.r128.LRA=4.990|tag:lavfi.r128.LRA.low=-26.240|tag:lavfi.r128.LRA.high=-21.250 -pkt_pts=1320000|tag:lavfi.r128.M=-25.530|tag:lavfi.r128.S=-22.491|tag:lavfi.r128.I=-22.973|tag:lavfi.r128.LRA=4.990|tag:lavfi.r128.LRA.low=-26.240|tag:lavfi.r128.LRA.high=-21.250 -pkt_pts=1324800|tag:lavfi.r128.M=-25.269|tag:lavfi.r128.S=-22.536|tag:lavfi.r128.I=-22.980|tag:lavfi.r128.LRA=4.990|tag:lavfi.r128.LRA.low=-26.240|tag:lavfi.r128.LRA.high=-21.250 -pkt_pts=1329600|tag:lavfi.r128.M=-25.127|tag:lavfi.r128.S=-22.630|tag:lavfi.r128.I=-22.986|tag:lavfi.r128.LRA=4.990|tag:lavfi.r128.LRA.low=-26.240|tag:lavfi.r128.LRA.high=-21.250 -pkt_pts=1334400|tag:lavfi.r128.M=-24.909|tag:lavfi.r128.S=-22.673|tag:lavfi.r128.I=-22.991|tag:lavfi.r128.LRA=4.990|tag:lavfi.r128.LRA.low=-26.240|tag:lavfi.r128.LRA.high=-21.250 -pkt_pts=1339200 TEST filter-metadata-avf-aphase-meter-out-of-phase TEST h264-dts_5frames Test filter-metadata-ebur128 failed. Look at tests/data/fate/filter-metadata-ebur128.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-metadata-ebur128] Error 1 TEST hapqa-extract-nosnappy-to-hapq-mov TEST hapqa-extract-nosnappy-to-hapalphaonly-mov --- /home/fate/ffmpeg/tests/ref/fate/filter-metadata-avf-aphase-meter-mono 2017-03-24 21:02:53.613046419 +0000 +++ tests/data/fate/filter-metadata-avf-aphase-meter-mono 2020-03-19 20:53:57.236450817 +0000 @@ -1,47 +0,0 @@ -pkt_pts=0|tag:lavfi.aphasemeter.phase=1.000000 -pkt_pts=1024|tag:lavfi.aphasemeter.phase=1.000000 -pkt_pts=2048|tag:lavfi.aphasemeter.phase=1.000000 -pkt_pts=3072|tag:lavfi.aphasemeter.phase=1.000000 -pkt_pts=4096|tag:lavfi.aphasemeter.phase=1.000000 -pkt_pts=5120|tag:lavfi.aphasemeter.phase=1.000000 -pkt_pts=6144|tag:lavfi.aphasemeter.phase=1.000000 -pkt_pts=7168|tag:lavfi.aphasemeter.phase=1.000000 -pkt_pts=8192|tag:lavfi.aphasemeter.phase=1.000000 -pkt_pts=9216|tag:lavfi.aphasemeter.phase=1.000000 -pkt_pts=10240|tag:lavfi.aphasemeter.phase=1.000000 -pkt_pts=11264|tag:lavfi.aphasemeter.phase=1.000000 -pkt_pts=12288|tag:lavfi.aphasemeter.phase=1.000000 -pkt_pts=13312|tag:lavfi.aphasemeter.phase=1.000000 -pkt_pts=14336|tag:lavfi.aphasemeter.phase=1.000000 -pkt_pts=15360|tag:lavfi.aphasemeter.phase=1.000000 -pkt_pts=16384|tag:lavfi.aphasemeter.phase=1.000000 -pkt_pts=17408|tag:lavfi.aphasemeter.phase=1.000000 -pkt_pts=18432|tag:lavfi.aphasemeter.phase=1.000000 -pkt_pts=19456|tag:lavfi.aphasemeter.phase=1.000000 -pkt_pts=20480|tag:lavfi.aphasemeter.phase=1.000000 -pkt_pts=21504|tag:lavfi.aphasemeter.phase=1.000000 -pkt_pts=22528|tag:lavfi.aphasemeter.phase=1.000000 -pkt_pts=23552|tag:lavfi.aphasemeter.phase=1.000000 -pkt_pts=24576|tag:lavfi.aphasemeter.phase=1.000000 -pkt_pts=25600|tag:lavfi.aphasemeter.phase=1.000000 -pkt_pts=26624|tag:lavfi.aphasemeter.phase=1.000000 -pkt_pts=27648|tag:lavfi.aphasemeter.phase=1.000000 -pkt_pts=28672|tag:lavfi.aphasemeter.phase=1.000000 -pkt_pts=29696|tag:lavfi.aphasemeter.phase=1.000000 -pkt_pts=30720|tag:lavfi.aphasemeter.phase=1.000000 -pkt_pts=31744|tag:lavfi.aphasemeter.phase=1.000000 -pkt_pts=32768|tag:lavfi.aphasemeter.phase=1.000000 -pkt_pts=33792|tag:lavfi.aphasemeter.phase=1.000000 -pkt_pts=34816|tag:lavfi.aphasemeter.phase=1.000000 -pkt_pts=35840|tag:lavfi.aphasemeter.phase=1.000000 -pkt_pts=36864|tag:lavfi.aphasemeter.phase=1.000000 -pkt_pts=37888|tag:lavfi.aphasemeter.phase=1.000000 -pkt_pts=38912|tag:lavfi.aphasemeter.phase=1.000000 -pkt_pts=39936|tag:lavfi.aphasemeter.phase=1.000000 -pkt_pts=40960|tag:lavfi.aphasemeter.phase=1.000000 -pkt_pts=41984|tag:lavfi.aphasemeter.phase=1.000000 -pkt_pts=43008|tag:lavfi.aphasemeter.phase=1.000000 -pkt_pts=44032|tag:lavfi.aphasemeter.phase=1.000000 -pkt_pts=45056|tag:lavfi.aphasemeter.phase=1.000000 -pkt_pts=46080|tag:lavfi.aphasemeter.phase=1.000000 -pkt_pts=47104|tag:lavfi.aphasemeter.phase=1.000000 Test filter-metadata-avf-aphase-meter-mono failed. Look at tests/data/fate/filter-metadata-avf-aphase-meter-mono.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-filter-metadata-avf-aphase-meter-mono] Error 1 TEST hevc-paired-fields TEST hevc-monochrome-crop TEST id3v2-priv TEST matroska-spherical-mono --- /home/fate/ffmpeg/tests/ref/fate/filter-metadata-avf-aphase-meter-out-of-phase 2017-03-24 21:02:53.613046419 +0000 +++ tests/data/fate/filter-metadata-avf-aphase-meter-out-of-phase 2020-03-19 20:53:57.273117420 +0000 @@ -1,11 +0,0 @@ -pkt_pts=0|tag:lavfi.aphasemeter.phase=-1.000000 -pkt_pts=4608|tag:lavfi.aphasemeter.phase=-1.000000 -pkt_pts=9216|tag:lavfi.aphasemeter.phase=-1.000000 -pkt_pts=13824|tag:lavfi.aphasemeter.phase=-1.000000 -pkt_pts=18432|tag:lavfi.aphasemeter.phase=-1.000000 -pkt_pts=23040|tag:lavfi.aphasemeter.phase=-1.000000 -pkt_pts=27648|tag:lavfi.aphasemeter.phase=-1.000000 -pkt_pts=32256|tag:lavfi.aphasemeter.phase=-1.000000 -pkt_pts=36864|tag:lavfi.aphasemeter.phase=-1.000000 -pkt_pts=41472|tag:lavfi.aphasemeter.phase=-1.000000 -pkt_pts=46080|tag:lavfi.aphasemeter.phase=-1.000000 TEST mov-neg-firstpts-discard Test filter-metadata-avf-aphase-meter-out-of-phase failed. Look at tests/data/fate/filter-metadata-avf-aphase-meter-out-of-phase.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-metadata-avf-aphase-meter-out-of-phase] Error 1 TEST mov-neg-firstpts-discard-vorbis TEST mov-aac-2048-priming TEST mov-zombie TEST mov-init-nonkeyframe TEST mov-displaymatrix TEST mov-spherical-mono TEST mov-guess-delay-1 TEST mov-guess-delay-2 TEST mov-guess-delay-3 TEST mov-mp4-with-mov-in24-ver TEST mpegts-probe-latm TEST mpegts-probe-program TEST mpegts-probe-pmt-merge TEST mxf-probe-d10 TEST mxf-probe-dnxhd TEST mxf-probe-dv25 TEST vorbis-1833-chapters CC tools/qt-faststart.o LD tests/checkasm/checkasm TEST api-threadmessage TEST api-flac GEN tests/data/asynth1.sw GEN tests/vsynth1/00.pgm TEST api-band TEST api-h264 TEST api-h264-slice TEST api-png-codec-param TEST api-mjpeg-codec-param TEST lavf-mxf TEST lavf-mxf_d10 TEST lavf-ts TEST dnn-layer-pad TEST dnn-layer-conv2d TEST dnn-layer-depth2space TEST dnn-layer-maximum --- /home/fate/ffmpeg/tests/ref/lavf/mxf 2020-03-02 21:19:54.078223696 +0000 +++ tests/data/fate/lavf-mxf 2020-03-19 20:53:57.869783055 +0000 @@ -1,9 +1,9 @@ -27b98795036b334e100c15c7e06d948f *tests/data/lavf/lavf.mxf -526393 tests/data/lavf/lavf.mxf -tests/data/lavf/lavf.mxf CRC=0x8dddfaab -783b475a818602f54e947094d57e2981 *tests/data/lavf/lavf.mxf -561721 tests/data/lavf/lavf.mxf -tests/data/lavf/lavf.mxf CRC=0x96ff1b48 -02bf8f0cd8951a49e277306691cb1538 *tests/data/lavf/lavf.mxf -526393 tests/data/lavf/lavf.mxf -tests/data/lavf/lavf.mxf CRC=0x8dddfaab +d41d8cd98f00b204e9800998ecf8427e *tests/data/lavf/lavf.mxf +0 tests/data/lavf/lavf.mxf +tests/data/lavf/lavf.mxf +d41d8cd98f00b204e9800998ecf8427e *tests/data/lavf/lavf.mxf +0 tests/data/lavf/lavf.mxf +tests/data/lavf/lavf.mxf +d41d8cd98f00b204e9800998ecf8427e *tests/data/lavf/lavf.mxf +0 tests/data/lavf/lavf.mxf +tests/data/lavf/lavf.mxf LD libavcodec/tests/fft LD libavcodec/tests/fft-fixed --- /home/fate/ffmpeg/tests/ref/lavf/ts 2019-08-23 21:14:03.910958044 +0000 +++ tests/data/fate/lavf-ts 2020-03-19 20:53:57.853116417 +0000 @@ -1,3 +1,3 @@ 371dc016eb3155116bea27e3b4eeb928 *tests/data/lavf/lavf.ts 389160 tests/data/lavf/lavf.ts -tests/data/lavf/lavf.ts CRC=0x71287e25 +tests/data/lavf/lavf.ts Test lavf-mxf failed. Look at tests/data/fate/lavf-mxf.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-lavf-mxf] Error 1 Test lavf-ts failed. Look at tests/data/fate/lavf-ts.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-lavf-ts] Error 1 LD libavcodec/tests/fft-fixed32 LD libavcodec/tests/avfft LD libavcodec/tests/avpacket LD libavcodec/tests/cabac LD libavcodec/tests/celp_math LD libavcodec/tests/codec_desc LD libavcodec/tests/golomb LD libavcodec/tests/dct LD libavcodec/tests/h264_levels LD libavcodec/tests/h265_levels LD libavcodec/tests/iirfilter LD libavcodec/tests/mpeg12framerate LD libavcodec/tests/options LD libavcodec/tests/rangecoder LD libavcodec/tests/mathops LD libavcodec/tests/jpeg2000dwt LD libavcodec/tests/utils LD libavcodec/tests/mjpegenc_huffman LD libavcodec/tests/htmlsubtitles LD libavformat/tests/noproxy LD libavformat/tests/srtp LD libavformat/tests/url LD libavformat/tests/movenc LD libavutil/tests/adler32 LD libavutil/tests/aes LD libavutil/tests/aes_ctr LD libavutil/tests/camellia LD libavutil/tests/cast5 LD libavutil/tests/audio_fifo LD libavutil/tests/avstring LD libavutil/tests/base64 LD libavutil/tests/blowfish LD libavutil/tests/bprint LD libavutil/tests/cpu LD libavutil/tests/crc LD libavutil/tests/color_utils LD libavutil/tests/des LD libavutil/tests/dict LD libavutil/tests/encryption_info LD libavutil/tests/eval LD libavutil/tests/fifo LD libavutil/tests/hash LD libavutil/tests/hmac LD libavutil/tests/imgutils LD libavutil/tests/integer LD libavutil/tests/lfg LD libavutil/tests/md5 LD libavutil/tests/murmur3 LD libavutil/tests/parseutils LD libavutil/tests/pixfmt_best LD libavutil/tests/display LD libavutil/tests/random_seed LD libavutil/tests/ripemd LD libavutil/tests/sha LD libavutil/tests/sha512 LD libavutil/tests/tree LD libavutil/tests/twofish LD libavutil/tests/xtea LD libavutil/tests/tea LD libavutil/tests/opt LD libavutil/tests/cpu_init LD libavutil/tests/pixelutils LD libswscale/tests/pixdesc_query TEST mapchan-6ch-extract-2 TEST mapchan-6ch-extract-2-downmix-mono TEST mapchan-silent-mono TEST mapchan-2ch-extract-ch0-ch2-trailing --- /home/fate/ffmpeg/tests/ref/fate/mapchan-6ch-extract-2 2017-03-24 21:02:53.633046466 +0000 +++ tests/data/fate/mapchan-6ch-extract-2 2020-03-19 20:54:00.493111850 +0000 @@ -1,2 +1,2 @@ -955514d4a026a4a48695866d2ec904d0 -498a49e692ee2e3c454863654275c4bb +d41d8cd98f00b204e9800998ecf8427e +d41d8cd98f00b204e9800998ecf8427e Test mapchan-6ch-extract-2 failed. Look at tests/data/fate/mapchan-6ch-extract-2.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-mapchan-6ch-extract-2] Error 1 TEST mapchan-3ch-extract-ch0-ch2-trailing TEST fifo-muxer-tst --- /home/fate/ffmpeg/tests/ref/fate/mapchan-6ch-extract-2-downmix-mono 2017-06-18 23:02:49.737814781 +0000 +++ tests/data/fate/mapchan-6ch-extract-2-downmix-mono 2020-03-19 20:54:00.543111763 +0000 @@ -1 +1 @@ -6ededcfc9f0b26d200a7295205e87663 +d41d8cd98f00b204e9800998ecf8427e --- /home/fate/ffmpeg/tests/ref/fate/mapchan-silent-mono 2017-06-18 23:02:49.744481445 +0000 +++ tests/data/fate/mapchan-silent-mono 2020-03-19 20:54:00.546445091 +0000 @@ -1 +1 @@ -b6b034fffa8639e64d79be84f16d9ebe +d41d8cd98f00b204e9800998ecf8427e Test mapchan-6ch-extract-2-downmix-mono failed. Look at tests/data/fate/mapchan-6ch-extract-2-downmix-mono.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-mapchan-6ch-extract-2-downmix-mono] Error 1 Test mapchan-silent-mono failed. Look at tests/data/fate/mapchan-silent-mono.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-mapchan-silent-mono] Error 1 TEST filter-adelay --- /home/fate/ffmpeg/tests/ref/fate/mapchan-2ch-extract-ch0-ch2-trailing 2017-08-26 00:52:01.663388715 +0000 +++ tests/data/fate/mapchan-2ch-extract-ch0-ch2-trailing 2020-03-19 20:54:00.553111746 +0000 @@ -1 +1 @@ -b6e1d142b4e484221562e7b66b9bbbdc +d41d8cd98f00b204e9800998ecf8427e TEST filter-aecho Test mapchan-2ch-extract-ch0-ch2-trailing failed. Look at tests/data/fate/mapchan-2ch-extract-ch0-ch2-trailing.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-mapchan-2ch-extract-ch0-ch2-trailing] Error 1 TEST filter-aemphasis-50fm --- /home/fate/ffmpeg/tests/ref/fate/mapchan-3ch-extract-ch0-ch2-trailing 2017-08-26 00:52:01.663388715 +0000 +++ tests/data/fate/mapchan-3ch-extract-ch0-ch2-trailing 2020-03-19 20:54:00.573111711 +0000 @@ -1 +1 @@ -ae533985186cab287309c04f6b3e866c +d41d8cd98f00b204e9800998ecf8427e Test mapchan-3ch-extract-ch0-ch2-trailing failed. Look at tests/data/fate/mapchan-3ch-extract-ch0-ch2-trailing.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-mapchan-3ch-extract-ch0-ch2-trailing] Error 1 TEST filter-aemphasis-75kf --- /home/fate/ffmpeg/tests/ref/fate/filter-aecho 2017-03-24 21:02:53.613046419 +0000 +++ tests/data/fate/filter-aecho 2020-03-19 20:54:00.579778366 +0000 @@ -1,266 +0,0 @@ -#tb 0: 1/44100 -#media_type 0: audio -#codec_id 0: pcm_s16le -#sample_rate 0: 44100 -#channel_layout 0: 3 -#channel_layout_name 0: stereo -0, 0, 0, 1024, 4096, 0x3019edd5 -0, 1024, 1024, 1024, 4096, 0x2df2fe2f -0, 2048, 2048, 1024, 4096, 0xde37ff37 -0, 3072, 3072, 1024, 4096, 0xe933f6a5 -0, 4096, 4096, 1024, 4096, 0xd5acf1f3 -0, 5120, 5120, 1024, 4096, 0x82a6f903 -0, 6144, 6144, 1024, 4096, 0x1792f923 -0, 7168, 7168, 1024, 4096, 0x01500504 -0, 8192, 8192, 1024, 4096, 0xe306efc3 -0, 9216, 9216, 1024, 4096, 0x3abcecaf -0, 10240, 10240, 1024, 4096, 0x5059f861 -0, 11264, 11264, 1024, 4096, 0xc172ff61 -0, 12288, 12288, 1024, 4096, 0x857dfc1b -0, 13312, 13312, 1024, 4096, 0x5899ed35 -0, 14336, 14336, 1024, 4096, 0x9ae9f709 -0, 15360, 15360, 1024, 4096, 0xd5620036 -0, 16384, 16384, 1024, 4096, 0xc5ba0940 -0, 17408, 17408, 1024, 4096, 0x0c3af2ff -0, 18432, 18432, 1024, 4096, 0x5eddf1b1 -0, 19456, 19456, 1024, 4096, 0x9ec8f84d -0, 20480, 20480, 1024, 4096, 0x8a4f00ee -0, 21504, 21504, 1024, 4096, 0x0cd3fbe7 -0, 22528, 22528, 1024, 4096, 0x2ce0f199 -0, 23552, 23552, 1024, 4096, 0x9086e9bb -0, 24576, 24576, 1024, 4096, 0x0d6efb0b -0, 25600, 25600, 1024, 4096, 0x9dee020c -0, 26624, 26624, 1024, 4096, 0x96aff453 -0, 27648, 27648, 1024, 4096, 0xe1e9f177 -0, 28672, 28672, 1024, 4096, 0x13b8f893 -0, 29696, 29696, 1024, 4096, 0x4f3a01c8 -0, 30720, 30720, 1024, 4096, 0xa498fa25 -0, 31744, 31744, 1024, 4096, 0x0cd3f293 -0, 32768, 32768, 1024, 4096, 0x6de2eb8f -0, 33792, 33792, 1024, 4096, 0x0a0d01dc -0, 34816, 34816, 1024, 4096, 0xde37ff37 -0, 35840, 35840, 1024, 4096, 0xe933f6a5 -0, 36864, 36864, 1024, 4096, 0xd5acf1f3 -0, 37888, 37888, 1024, 4096, 0x82a6f903 -0, 38912, 38912, 1024, 4096, 0x1792f923 -0, 39936, 39936, 1024, 4096, 0x01500504 -0, 40960, 40960, 1024, 4096, 0xe306efc3 -0, 41984, 41984, 1024, 4096, 0x3abcecaf -0, 43008, 43008, 1024, 4096, 0x5059f861 -0, 44032, 44032, 1024, 4096, 0x9128d187 -0, 45056, 45056, 1024, 4096, 0x61471c76 -0, 46080, 46080, 1024, 4096, 0xd4057d4f -0, 47104, 47104, 1024, 4096, 0xe5fed87f -0, 48128, 48128, 1024, 4096, 0x5b0d059a -0, 49152, 49152, 1024, 4096, 0xfba4c1ad -0, 50176, 50176, 1024, 4096, 0x4c83f489 -0, 51200, 51200, 1024, 4096, 0xdbebe473 -0, 52224, 52224, 1024, 4096, 0x86efd467 -0, 53248, 53248, 1024, 4096, 0x1919f2f1 -0, 54272, 54272, 1024, 4096, 0x745b12d8 -0, 55296, 55296, 1024, 4096, 0xca86ff49 -0, 56320, 56320, 1024, 4096, 0x2914fdf3 -0, 57344, 57344, 1024, 4096, 0xf949f24f -0, 58368, 58368, 1024, 4096, 0x6436f791 -0, 59392, 59392, 1024, 4096, 0x693eebaf -0, 60416, 60416, 1024, 4096, 0xd0740bf0 -0, 61440, 61440, 1024, 4096, 0x08690478 -0, 62464, 62464, 1024, 4096, 0x23a8e259 -0, 63488, 63488, 1024, 4096, 0xba2d0152 -0, 64512, 64512, 1024, 4096, 0xbe65117e -0, 65536, 65536, 1024, 4096, 0xc8710c58 -0, 66560, 66560, 1024, 4096, 0x25db1d60 -0, 67584, 67584, 1024, 4096, 0xf960016e -0, 68608, 68608, 1024, 4096, 0x4db0f367 -0, 69632, 69632, 1024, 4096, 0x4154e591 -0, 70656, 70656, 1024, 4096, 0x8c95162c -0, 71680, 71680, 1024, 4096, 0x2502ffa9 -0, 72704, 72704, 1024, 4096, 0xe66a0792 -0, 73728, 73728, 1024, 4096, 0x6837e7fd -0, 74752, 74752, 1024, 4096, 0x9613e317 -0, 75776, 75776, 1024, 4096, 0xe087ea1f -0, 76800, 76800, 1024, 4096, 0x625ae70f -0, 77824, 77824, 1024, 4096, 0xd9b7fbbb -0, 78848, 78848, 1024, 4096, 0xb2f800e0 -0, 79872, 79872, 1024, 4096, 0x4fb0134c -0, 80896, 80896, 1024, 4096, 0xf90ed3ab -0, 81920, 81920, 1024, 4096, 0x8c13fd53 -0, 82944, 82944, 1024, 4096, 0xdf26d95b -0, 83968, 83968, 1024, 4096, 0x45e707fc -0, 84992, 84992, 1024, 4096, 0xd576fe23 -0, 86016, 86016, 1024, 4096, 0x168405f4 -0, 87040, 87040, 1024, 4096, 0x4a78db97 -0, 88064, 88064, 1024, 4096, 0x6d87f713 -0, 89088, 89088, 1024, 4096, 0x30750408 -0, 90112, 90112, 1024, 4096, 0xb011e7b5 -0, 91136, 91136, 1024, 4096, 0x19090af4 -0, 92160, 92160, 1024, 4096, 0x3122f1a7 -0, 93184, 93184, 1024, 4096, 0x3dc4b113 -0, 94208, 94208, 1024, 4096, 0x23c4ec7b -0, 95232, 95232, 1024, 4096, 0x3340159a -0, 96256, 96256, 1024, 4096, 0xb06cda91 -0, 97280, 97280, 1024, 4096, 0xd17445ec -0, 98304, 98304, 1024, 4096, 0xd222d3a1 -0, 99328, 99328, 1024, 4096, 0xd855e61d -0, 100352, 100352, 1024, 4096, 0x444eebc5 -0, 101376, 101376, 1024, 4096, 0xad3607c0 -0, 102400, 102400, 1024, 4096, 0x549b1aca -0, 103424, 103424, 1024, 4096, 0x7c6a0a1a -0, 104448, 104448, 1024, 4096, 0x04d2b3e9 -0, 105472, 105472, 1024, 4096, 0xf15d0216 -0, 106496, 106496, 1024, 4096, 0x5d15f709 -0, 107520, 107520, 1024, 4096, 0x47a7178e -0, 108544, 108544, 1024, 4096, 0x2aa5e665 -0, 109568, 109568, 1024, 4096, 0x2a9f1a08 -0, 110592, 110592, 1024, 4096, 0xeaa6e103 -0, 111616, 111616, 1024, 4096, 0x8ae100d6 -0, 112640, 112640, 1024, 4096, 0x9585251c -0, 113664, 113664, 1024, 4096, 0x5eb2289a -0, 114688, 114688, 1024, 4096, 0x0d0c0cfc -0, 115712, 115712, 1024, 4096, 0x7e5cd58f -0, 116736, 116736, 1024, 4096, 0xca3fc9c7 -0, 117760, 117760, 1024, 4096, 0xdda3ebe7 -0, 118784, 118784, 1024, 4096, 0x084dcb41 -0, 119808, 119808, 1024, 4096, 0x0adc2a9c -0, 120832, 120832, 1024, 4096, 0x64b0fa0f -0, 121856, 121856, 1024, 4096, 0x225ffadd -0, 122880, 122880, 1024, 4096, 0x40b0a487 -0, 123904, 123904, 1024, 4096, 0xc2edf0f3 -0, 124928, 124928, 1024, 4096, 0x5078d595 -0, 125952, 125952, 1024, 4096, 0x4ac9bb29 -0, 126976, 126976, 1024, 4096, 0x8a50ad77 -0, 128000, 128000, 1024, 4096, 0xf6bbebc7 -0, 129024, 129024, 1024, 4096, 0x9d33ca29 -0, 130048, 130048, 1024, 4096, 0x863b9ba7 -0, 131072, 131072, 1024, 4096, 0x41cbf17f -0, 132096, 132096, 1024, 4096, 0x519df567 -0, 133120, 133120, 1024, 4096, 0x59b50359 -0, 134144, 134144, 1024, 4096, 0x5640f0fc -0, 135168, 135168, 1024, 4096, 0x547df2b8 -0, 136192, 136192, 1024, 4096, 0xae6af2a8 -0, 137216, 137216, 1024, 4096, 0xb370f9ee -0, 138240, 138240, 1024, 4096, 0x0d691a7f -0, 139264, 139264, 1024, 4096, 0x8b2cf30d -0, 140288, 140288, 1024, 4096, 0x8868efce -0, 141312, 141312, 1024, 4096, 0x6602eb88 -0, 142336, 142336, 1024, 4096, 0x5fbbefd4 -0, 143360, 143360, 1024, 4096, 0xdf81e435 -0, 144384, 144384, 1024, 4096, 0x06b4e637 -0, 145408, 145408, 1024, 4096, 0x741803fb -0, 146432, 146432, 1024, 4096, 0xf2a7dff9 -0, 147456, 147456, 1024, 4096, 0xbd2ffe0b -0, 148480, 148480, 1024, 4096, 0xed19f9eb -0, 149504, 149504, 1024, 4096, 0xa3c4f4a4 -0, 150528, 150528, 1024, 4096, 0xfac20796 -0, 151552, 151552, 1024, 4096, 0x315cf81e -0, 152576, 152576, 1024, 4096, 0xaf0df76e -0, 153600, 153600, 1024, 4096, 0x6f92e4ca -0, 154624, 154624, 1024, 4096, 0xad32079c -0, 155648, 155648, 1024, 4096, 0xcd03e6e7 -0, 156672, 156672, 1024, 4096, 0xff01f923 -0, 157696, 157696, 1024, 4096, 0xee4d1713 -0, 158720, 158720, 1024, 4096, 0x8db9e3f4 -0, 159744, 159744, 1024, 4096, 0xeef9f20a -0, 160768, 160768, 1024, 4096, 0xa329d900 -0, 161792, 161792, 1024, 4096, 0xf9d0003b -0, 162816, 162816, 1024, 4096, 0x9e42f62c -0, 163840, 163840, 1024, 4096, 0x31f2ee64 -0, 164864, 164864, 1024, 4096, 0x8d340bb6 -0, 165888, 165888, 1024, 4096, 0xd7cbf004 -0, 166912, 166912, 1024, 4096, 0x262105c9 -0, 167936, 167936, 1024, 4096, 0xf3d30dc7 -0, 168960, 168960, 1024, 4096, 0x09adf291 -0, 169984, 169984, 1024, 4096, 0xf2b207e3 -0, 171008, 171008, 1024, 4096, 0x58df0639 -0, 172032, 172032, 1024, 4096, 0x373ad9cd -0, 173056, 173056, 1024, 4096, 0xb0b2fc8b -0, 174080, 174080, 1024, 4096, 0xb72af6b8 -0, 175104, 175104, 1024, 4096, 0xcee1f544 -0, 176128, 176128, 1024, 4096, 0xe88dded4 -0, 177152, 177152, 1024, 4096, 0xc606e4d4 -0, 178176, 178176, 1024, 4096, 0x6220006d -0, 179200, 179200, 1024, 4096, 0xde870592 -0, 180224, 180224, 1024, 4096, 0xb5a6eaaf -0, 181248, 181248, 1024, 4096, 0xe4eaf266 -0, 182272, 182272, 1024, 4096, 0xdb55f225 -0, 183296, 183296, 1024, 4096, 0x40550828 -0, 184320, 184320, 1024, 4096, 0x3f80fabd -0, 185344, 185344, 1024, 4096, 0xe9c8eb8d -0, 186368, 186368, 1024, 4096, 0xd25fe663 -0, 187392, 187392, 1024, 4096, 0x41720adb -0, 188416, 188416, 1024, 4096, 0x5fd1fc96 -0, 189440, 189440, 1024, 4096, 0x007cf9ec -0, 190464, 190464, 1024, 4096, 0xeab3efe0 -0, 191488, 191488, 1024, 4096, 0xcb75ee4c -0, 192512, 192512, 1024, 4096, 0xd866f6c1 -0, 193536, 193536, 1024, 4096, 0xe0c4f911 -0, 194560, 194560, 1024, 4096, 0x7268e790 -0, 195584, 195584, 1024, 4096, 0x6258ee4a -0, 196608, 196608, 1024, 4096, 0x880b003a -0, 197632, 197632, 1024, 4096, 0x117bfd71 -0, 198656, 198656, 1024, 4096, 0x1b7900c7 -0, 199680, 199680, 1024, 4096, 0xcf3fe8b5 -0, 200704, 200704, 1024, 4096, 0x9de2f010 -0, 201728, 201728, 1024, 4096, 0xe6b4ff4a -0, 202752, 202752, 1024, 4096, 0x37420c72 -0, 203776, 203776, 1024, 4096, 0x0560e821 -0, 204800, 204800, 1024, 4096, 0xd676f037 -0, 205824, 205824, 1024, 4096, 0xe141f3e1 -0, 206848, 206848, 1024, 4096, 0x8af10210 -0, 207872, 207872, 1024, 4096, 0x30c5fb99 -0, 208896, 208896, 1024, 4096, 0x39cdf501 -0, 209920, 209920, 1024, 4096, 0x8e37f69d -0, 210944, 210944, 1024, 4096, 0x6220006d -0, 211968, 211968, 1024, 4096, 0xde870592 -0, 212992, 212992, 1024, 4096, 0xb5a6eaaf -0, 214016, 214016, 1024, 4096, 0xe4eaf266 -0, 215040, 215040, 1024, 4096, 0xdb55f225 -0, 216064, 216064, 1024, 4096, 0x40550828 -0, 217088, 217088, 1024, 4096, 0x3f80fabd -0, 218112, 218112, 1024, 4096, 0xe9c8eb8d -0, 219136, 219136, 1024, 4096, 0xd25fe663 -0, 220160, 220160, 1024, 4096, 0x41720adb -0, 221184, 221184, 1024, 4096, 0x5fd1fc96 -0, 222208, 222208, 1024, 4096, 0x007cf9ec -0, 223232, 223232, 1024, 4096, 0xeab3efe0 -0, 224256, 224256, 1024, 4096, 0xcb75ee4c -0, 225280, 225280, 1024, 4096, 0xd866f6c1 -0, 226304, 226304, 1024, 4096, 0xe0c4f911 -0, 227328, 227328, 1024, 4096, 0x7268e790 -0, 228352, 228352, 1024, 4096, 0x6258ee4a -0, 229376, 229376, 1024, 4096, 0x880b003a -0, 230400, 230400, 1024, 4096, 0x117bfd71 -0, 231424, 231424, 1024, 4096, 0x1b7900c7 -0, 232448, 232448, 1024, 4096, 0xcf3fe8b5 -0, 233472, 233472, 1024, 4096, 0x9de2f010 -0, 234496, 234496, 1024, 4096, 0xe6b4ff4a -0, 235520, 235520, 1024, 4096, 0x37420c72 -0, 236544, 236544, 1024, 4096, 0x0560e821 -0, 237568, 237568, 1024, 4096, 0xd676f037 -0, 238592, 238592, 1024, 4096, 0xe141f3e1 -0, 239616, 239616, 1024, 4096, 0x8af10210 -0, 240640, 240640, 1024, 4096, 0x30c5fb99 -0, 241664, 241664, 1024, 4096, 0x39cdf501 -0, 242688, 242688, 1024, 4096, 0x8e37f69d -0, 243712, 243712, 1024, 4096, 0x6220006d -0, 244736, 244736, 1024, 4096, 0xde870592 -0, 245760, 245760, 1024, 4096, 0xb5a6eaaf -0, 246784, 246784, 1024, 4096, 0xe4eaf266 -0, 247808, 247808, 1024, 4096, 0xdb55f225 -0, 248832, 248832, 1024, 4096, 0x40550828 -0, 249856, 249856, 1024, 4096, 0x3f80fabd -0, 250880, 250880, 1024, 4096, 0xe9c8eb8d -0, 251904, 251904, 1024, 4096, 0xd25fe663 -0, 252928, 252928, 1024, 4096, 0x41720adb -0, 253952, 253952, 1024, 4096, 0x5fd1fc96 -0, 254976, 254976, 1024, 4096, 0x007cf9ec -0, 256000, 256000, 1024, 4096, 0xeab3efe0 -0, 257024, 257024, 1024, 4096, 0xcb75ee4c -0, 258048, 258048, 1024, 4096, 0xd866f6c1 -0, 259072, 259072, 1024, 4096, 0xe0c4f911 -0, 260096, 260096, 1024, 4096, 0x7268e790 -0, 261120, 261120, 1024, 4096, 0x6258ee4a -0, 262144, 262144, 1024, 4096, 0x880b003a -0, 263168, 263168, 1024, 4096, 0x117bfd71 -0, 264192, 264192, 408, 1632, 0x495d360a -0, 264600, 264600, 1411, 5644, 0x34920173 --- /home/fate/ffmpeg/tests/ref/fate/filter-adelay 2017-03-24 21:02:53.613046419 +0000 +++ tests/data/fate/filter-adelay 2020-03-19 20:54:00.573111711 +0000 @@ -1,266 +0,0 @@ -#tb 0: 1/44100 -#media_type 0: audio -#codec_id 0: pcm_s16le -#sample_rate 0: 44100 -#channel_layout 0: 3 -#channel_layout_name 0: stereo -0, 0, 0, 1024, 4096, 0x9d7bf760 -0, 1024, 1024, 1024, 4096, 0xdf42c46b -0, 2048, 2048, 1024, 4096, 0x2214fd20 -0, 3072, 3072, 1024, 4096, 0x811bfcf0 -0, 4096, 4096, 1024, 4096, 0x671ee9af -0, 5120, 5120, 1024, 4096, 0x5e60fb90 -0, 6144, 6144, 1024, 4096, 0x857bfa49 -0, 7168, 7168, 1024, 4096, 0x100e028d -0, 8192, 8192, 1024, 4096, 0xa351ed1e -0, 9216, 9216, 1024, 4096, 0xa79cf58c -0, 10240, 10240, 1024, 4096, 0x63c1f86a -0, 11264, 11264, 1024, 4096, 0x325a055f -0, 12288, 12288, 1024, 4096, 0x8457f621 -0, 13312, 13312, 1024, 4096, 0xa158f43e -0, 14336, 14336, 1024, 4096, 0x69b6ef60 -0, 15360, 15360, 1024, 4096, 0x3bf1fb3c -0, 16384, 16384, 1024, 4096, 0x942f00cc -0, 17408, 17408, 1024, 4096, 0x16c2f0ab -0, 18432, 18432, 1024, 4096, 0x6b9ff3b6 -0, 19456, 19456, 1024, 4096, 0x1616f3e7 -0, 20480, 20480, 1024, 4096, 0x1ec90735 -0, 21504, 21504, 1024, 4096, 0x3fd3f547 -0, 22528, 22528, 1024, 4096, 0x062af68d -0, 23552, 23552, 1024, 4096, 0x9179ee59 -0, 24576, 24576, 1024, 4096, 0x172d01cb -0, 25600, 25600, 1024, 4096, 0xd9bff94c -0, 26624, 26624, 1024, 4096, 0x3db6f86e -0, 27648, 27648, 1024, 4096, 0x617deb86 -0, 28672, 28672, 1024, 4096, 0x0e06fab5 -0, 29696, 29696, 1024, 4096, 0xf660fc98 -0, 30720, 30720, 1024, 4096, 0x31a30186 -0, 31744, 31744, 1024, 4096, 0x5312f599 -0, 32768, 32768, 1024, 4096, 0x0592f01a -0, 33792, 33792, 1024, 4096, 0x6e770039 -0, 34816, 34816, 1024, 4096, 0x2214fd20 -0, 35840, 35840, 1024, 4096, 0x811bfcf0 -0, 36864, 36864, 1024, 4096, 0x671ee9af -0, 37888, 37888, 1024, 4096, 0x5e60fb90 -0, 38912, 38912, 1024, 4096, 0x857bfa49 -0, 39936, 39936, 1024, 4096, 0x100e028d -0, 40960, 40960, 1024, 4096, 0xa351ed1e -0, 41984, 41984, 1024, 4096, 0xa79cf58c -0, 43008, 43008, 1024, 4096, 0x63c1f86a -0, 44032, 44032, 1024, 4096, 0x96ebeed8 -0, 45056, 45056, 1024, 4096, 0xdfa8cc5b -0, 46080, 46080, 1024, 4096, 0x50660dab -0, 47104, 47104, 1024, 4096, 0x58f1f11c -0, 48128, 48128, 1024, 4096, 0x5a7ceb7d -0, 49152, 49152, 1024, 4096, 0x27fe02db -0, 50176, 50176, 1024, 4096, 0x6d83f8ed -0, 51200, 51200, 1024, 4096, 0x3cc1f309 -0, 52224, 52224, 1024, 4096, 0x2bc5fea4 -0, 53248, 53248, 1024, 4096, 0x0a4ef2ca -0, 54272, 54272, 1024, 4096, 0xd580ed7f -0, 55296, 55296, 1024, 4096, 0x67c210b1 -0, 56320, 56320, 1024, 4096, 0x45d1e8a4 -0, 57344, 57344, 1024, 4096, 0xd9a820a6 -0, 58368, 58368, 1024, 4096, 0x27f405da -0, 59392, 59392, 1024, 4096, 0x863a1b65 -0, 60416, 60416, 1024, 4096, 0xf7770535 -0, 61440, 61440, 1024, 4096, 0x069cee20 -0, 62464, 62464, 1024, 4096, 0x6564f3bb -0, 63488, 63488, 1024, 4096, 0xd953e9dd -0, 64512, 64512, 1024, 4096, 0x6a23f296 -0, 65536, 65536, 1024, 4096, 0x8051f8ed -0, 66560, 66560, 1024, 4096, 0x226af522 -0, 67584, 67584, 1024, 4096, 0x526bf350 -0, 68608, 68608, 1024, 4096, 0x5b8cf6e5 -0, 69632, 69632, 1024, 4096, 0xd155fd1e -0, 70656, 70656, 1024, 4096, 0x0fd2ed83 -0, 71680, 71680, 1024, 4096, 0x0df7f50c -0, 72704, 72704, 1024, 4096, 0x96aa05fc -0, 73728, 73728, 1024, 4096, 0x763ef755 -0, 74752, 74752, 1024, 4096, 0x2022fbb2 -0, 75776, 75776, 1024, 4096, 0x33f0fd78 -0, 76800, 76800, 1024, 4096, 0x91701636 -0, 77824, 77824, 1024, 4096, 0xb43106b7 -0, 78848, 78848, 1024, 4096, 0x3ec312cd -0, 79872, 79872, 1024, 4096, 0x2f97ecb0 -0, 80896, 80896, 1024, 4096, 0x2872f93d -0, 81920, 81920, 1024, 4096, 0xb9fc0bb6 -0, 82944, 82944, 1024, 4096, 0xdba41993 -0, 83968, 83968, 1024, 4096, 0x13f42827 -0, 84992, 84992, 1024, 4096, 0x19c0fc72 -0, 86016, 86016, 1024, 4096, 0x0c760320 -0, 87040, 87040, 1024, 4096, 0x739803c6 -0, 88064, 88064, 1024, 4096, 0x8101e8e8 -0, 89088, 89088, 1024, 4096, 0x521ef51e -0, 90112, 90112, 1024, 4096, 0x5796c18e -0, 91136, 91136, 1024, 4096, 0xae15b81c -0, 92160, 92160, 1024, 4096, 0xa14da4f6 -0, 93184, 93184, 1024, 4096, 0x0df4a2c5 -0, 94208, 94208, 1024, 4096, 0xe6d6b7db -0, 95232, 95232, 1024, 4096, 0x4d83aec1 -0, 96256, 96256, 1024, 4096, 0x1c8dbffb -0, 97280, 97280, 1024, 4096, 0xff62da79 -0, 98304, 98304, 1024, 4096, 0xf41ca375 -0, 99328, 99328, 1024, 4096, 0x32a6dc8a -0, 100352, 100352, 1024, 4096, 0x2d77bdfb -0, 101376, 101376, 1024, 4096, 0x91fec716 -0, 102400, 102400, 1024, 4096, 0x599bdb67 -0, 103424, 103424, 1024, 4096, 0xeeb0c5e7 -0, 104448, 104448, 1024, 4096, 0x1c79cae2 -0, 105472, 105472, 1024, 4096, 0x3b5cbe5e -0, 106496, 106496, 1024, 4096, 0x1168a813 -0, 107520, 107520, 1024, 4096, 0x13e8b7f7 -0, 108544, 108544, 1024, 4096, 0x9cebb015 -0, 109568, 109568, 1024, 4096, 0xcaf5da54 -0, 110592, 110592, 1024, 4096, 0xc555e4d2 -0, 111616, 111616, 1024, 4096, 0x67c2de67 -0, 112640, 112640, 1024, 4096, 0xd642f9ea -0, 113664, 113664, 1024, 4096, 0xa4320e7f -0, 114688, 114688, 1024, 4096, 0xf1b0f37b -0, 115712, 115712, 1024, 4096, 0x4e33f2f2 -0, 116736, 116736, 1024, 4096, 0x17d5edfd -0, 117760, 117760, 1024, 4096, 0x9849e28e -0, 118784, 118784, 1024, 4096, 0x1af9f3a2 -0, 119808, 119808, 1024, 4096, 0x37730916 -0, 120832, 120832, 1024, 4096, 0xe737fd3c -0, 121856, 121856, 1024, 4096, 0x8a590d88 -0, 122880, 122880, 1024, 4096, 0xe6d401e5 -0, 123904, 123904, 1024, 4096, 0xc8e2ec17 -0, 124928, 124928, 1024, 4096, 0x4019cf7d -0, 125952, 125952, 1024, 4096, 0x1f93dd9c -0, 126976, 126976, 1024, 4096, 0x2f9ff3f1 -0, 128000, 128000, 1024, 4096, 0x1530e129 -0, 129024, 129024, 1024, 4096, 0xcd79066a -0, 130048, 130048, 1024, 4096, 0x6b9cfba7 -0, 131072, 131072, 1024, 4096, 0x43170f0b -0, 132096, 132096, 1024, 4096, 0xf183fecf -0, 133120, 133120, 1024, 4096, 0xf1e3f9ca -0, 134144, 134144, 1024, 4096, 0x7d3fef31 -0, 135168, 135168, 1024, 4096, 0x4ea3f680 -0, 136192, 136192, 1024, 4096, 0x80e8ff67 -0, 137216, 137216, 1024, 4096, 0xba58f3b6 -0, 138240, 138240, 1024, 4096, 0xf18d0602 -0, 139264, 139264, 1024, 4096, 0xf7b2f8dc -0, 140288, 140288, 1024, 4096, 0x7ab5fdab -0, 141312, 141312, 1024, 4096, 0x0b04ef46 -0, 142336, 142336, 1024, 4096, 0xb23bf464 -0, 143360, 143360, 1024, 4096, 0xba08edbe -0, 144384, 144384, 1024, 4096, 0x7e1af596 -0, 145408, 145408, 1024, 4096, 0xf23ff63c -0, 146432, 146432, 1024, 4096, 0x7a55efca -0, 147456, 147456, 1024, 4096, 0x427515b0 -0, 148480, 148480, 1024, 4096, 0x653de823 -0, 149504, 149504, 1024, 4096, 0x93a70335 -0, 150528, 150528, 1024, 4096, 0x60eaed4c -0, 151552, 151552, 1024, 4096, 0xe9f30f02 -0, 152576, 152576, 1024, 4096, 0x1e9ff096 -0, 153600, 153600, 1024, 4096, 0xcc7d00a0 -0, 154624, 154624, 1024, 4096, 0xf994fa05 -0, 155648, 155648, 1024, 4096, 0x4577fc19 -0, 156672, 156672, 1024, 4096, 0xa312ed95 -0, 157696, 157696, 1024, 4096, 0xdbe0df34 -0, 158720, 158720, 1024, 4096, 0x4080f766 -0, 159744, 159744, 1024, 4096, 0x2751ec59 -0, 160768, 160768, 1024, 4096, 0xcd14f684 -0, 161792, 161792, 1024, 4096, 0xd42aeee0 -0, 162816, 162816, 1024, 4096, 0x21d3f3f6 -0, 163840, 163840, 1024, 4096, 0x32a6f850 -0, 164864, 164864, 1024, 4096, 0xc4c01074 -0, 165888, 165888, 1024, 4096, 0x27fef9bd -0, 166912, 166912, 1024, 4096, 0x8f29fc33 -0, 167936, 167936, 1024, 4096, 0x0e360352 -0, 168960, 168960, 1024, 4096, 0xc992ecaf -0, 169984, 169984, 1024, 4096, 0x05eff12c -0, 171008, 171008, 1024, 4096, 0x700def8b -0, 172032, 172032, 1024, 4096, 0xfbc3ef85 -0, 173056, 173056, 1024, 4096, 0x6908f67c -0, 174080, 174080, 1024, 4096, 0xf6c305d6 -0, 175104, 175104, 1024, 4096, 0xbfdfe430 -0, 176128, 176128, 1024, 4096, 0xef7902ec -0, 177152, 177152, 1024, 4096, 0x62adeb88 -0, 178176, 178176, 1024, 4096, 0x1fea0128 -0, 179200, 179200, 1024, 4096, 0xfeb0f860 -0, 180224, 180224, 1024, 4096, 0xa9e7e63b -0, 181248, 181248, 1024, 4096, 0x62ffe62f -0, 182272, 182272, 1024, 4096, 0xf743fbed -0, 183296, 183296, 1024, 4096, 0x3953f3f3 -0, 184320, 184320, 1024, 4096, 0x17a6fc18 -0, 185344, 185344, 1024, 4096, 0x1531dc96 -0, 186368, 186368, 1024, 4096, 0x2560950a -0, 187392, 187392, 1024, 4096, 0xa87704d0 -0, 188416, 188416, 1024, 4096, 0x89540f7f -0, 189440, 189440, 1024, 4096, 0xa22ff108 -0, 190464, 190464, 1024, 4096, 0xd3e5fed6 -0, 191488, 191488, 1024, 4096, 0x10eafd99 -0, 192512, 192512, 1024, 4096, 0x7f6beeea -0, 193536, 193536, 1024, 4096, 0x4fe101f7 -0, 194560, 194560, 1024, 4096, 0x5f94ef98 -0, 195584, 195584, 1024, 4096, 0x9cb4f877 -0, 196608, 196608, 1024, 4096, 0x03960aac -0, 197632, 197632, 1024, 4096, 0x3fec0ab8 -0, 198656, 198656, 1024, 4096, 0x8225f4e7 -0, 199680, 199680, 1024, 4096, 0x5ffafce4 -0, 200704, 200704, 1024, 4096, 0x15caf2c1 -0, 201728, 201728, 1024, 4096, 0x7d54144f -0, 202752, 202752, 1024, 4096, 0xa2139295 -0, 203776, 203776, 1024, 4096, 0xf2c1ec16 -0, 204800, 204800, 1024, 4096, 0x0c61e166 -0, 205824, 205824, 1024, 4096, 0xfdb7ffce -0, 206848, 206848, 1024, 4096, 0xb783f1ff -0, 207872, 207872, 1024, 4096, 0x8c07f340 -0, 208896, 208896, 1024, 4096, 0x8a03e20d -0, 209920, 209920, 1024, 4096, 0x389eeeec -0, 210944, 210944, 1024, 4096, 0x2f6b014c -0, 211968, 211968, 1024, 4096, 0xfeb0f860 -0, 212992, 212992, 1024, 4096, 0xa9e7e63b -0, 214016, 214016, 1024, 4096, 0x62ffe62f -0, 215040, 215040, 1024, 4096, 0xf743fbed -0, 216064, 216064, 1024, 4096, 0x3953f3f3 -0, 217088, 217088, 1024, 4096, 0x17a6fc18 -0, 218112, 218112, 1024, 4096, 0x1531dc96 -0, 219136, 219136, 1024, 4096, 0x2560950a -0, 220160, 220160, 1024, 4096, 0xa87704d0 -0, 221184, 221184, 1024, 4096, 0x89540f7f -0, 222208, 222208, 1024, 4096, 0xa22ff108 -0, 223232, 223232, 1024, 4096, 0xd3e5fed6 -0, 224256, 224256, 1024, 4096, 0x10eafd99 -0, 225280, 225280, 1024, 4096, 0x7f6beeea -0, 226304, 226304, 1024, 4096, 0x4fe101f7 -0, 227328, 227328, 1024, 4096, 0x5f94ef98 -0, 228352, 228352, 1024, 4096, 0x9cb4f877 -0, 229376, 229376, 1024, 4096, 0x03960aac -0, 230400, 230400, 1024, 4096, 0x3fec0ab8 -0, 231424, 231424, 1024, 4096, 0x8225f4e7 -0, 232448, 232448, 1024, 4096, 0x5ffafce4 -0, 233472, 233472, 1024, 4096, 0x15caf2c1 -0, 234496, 234496, 1024, 4096, 0x7d54144f -0, 235520, 235520, 1024, 4096, 0xa2139295 -0, 236544, 236544, 1024, 4096, 0xf2c1ec16 -0, 237568, 237568, 1024, 4096, 0x0c61e166 -0, 238592, 238592, 1024, 4096, 0xfdb7ffce -0, 239616, 239616, 1024, 4096, 0xb783f1ff -0, 240640, 240640, 1024, 4096, 0x8c07f340 -0, 241664, 241664, 1024, 4096, 0x8a03e20d -0, 242688, 242688, 1024, 4096, 0x389eeeec -0, 243712, 243712, 1024, 4096, 0x2f6b014c -0, 244736, 244736, 1024, 4096, 0xfeb0f860 -0, 245760, 245760, 1024, 4096, 0xa9e7e63b -0, 246784, 246784, 1024, 4096, 0x62ffe62f -0, 247808, 247808, 1024, 4096, 0xf743fbed -0, 248832, 248832, 1024, 4096, 0x3953f3f3 -0, 249856, 249856, 1024, 4096, 0x17a6fc18 -0, 250880, 250880, 1024, 4096, 0x1531dc96 -0, 251904, 251904, 1024, 4096, 0x2560950a -0, 252928, 252928, 1024, 4096, 0xa87704d0 -0, 253952, 253952, 1024, 4096, 0x89540f7f -0, 254976, 254976, 1024, 4096, 0xa22ff108 -0, 256000, 256000, 1024, 4096, 0xd3e5fed6 -0, 257024, 257024, 1024, 4096, 0x10eafd99 -0, 258048, 258048, 1024, 4096, 0x7f6beeea -0, 259072, 259072, 1024, 4096, 0x4fe101f7 -0, 260096, 260096, 1024, 4096, 0x5f94ef98 -0, 261120, 261120, 1024, 4096, 0x9cb4f877 -0, 262144, 262144, 1024, 4096, 0x03960aac -0, 263168, 263168, 1024, 4096, 0x3fec0ab8 -0, 264192, 264192, 408, 1632, 0x23933452 -0, 264600, 264600, 1852, 7408, 0x77074171 Test filter-aecho failed. Look at tests/data/fate/filter-aecho.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-aecho] Error 1 TEST filter-afade-qsin Test filter-adelay failed. Look at tests/data/fate/filter-adelay.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-adelay] Error 1 TEST filter-afade-iqsin --- /home/fate/ffmpeg/tests/ref/fate/filter-aemphasis-50fm 2017-03-24 21:02:53.613046419 +0000 +++ tests/data/fate/filter-aemphasis-50fm 2020-03-19 20:54:00.599778332 +0000 @@ -1,265 +0,0 @@ -#tb 0: 1/44100 -#media_type 0: audio -#codec_id 0: pcm_s16le -#sample_rate 0: 44100 -#channel_layout 0: 3 -#channel_layout_name 0: stereo -0, 0, 0, 1024, 4096, 0xb9c5fefd -0, 1024, 1024, 1024, 4096, 0xb2ae0a90 -0, 2048, 2048, 1024, 4096, 0x97e6e9f3 -0, 3072, 3072, 1024, 4096, 0x5837f26f -0, 4096, 4096, 1024, 4096, 0x71500376 -0, 5120, 5120, 1024, 4096, 0xb4650378 -0, 6144, 6144, 1024, 4096, 0xd261f5b1 -0, 7168, 7168, 1024, 4096, 0x3038f3fd -0, 8192, 8192, 1024, 4096, 0x8e1908c6 -0, 9216, 9216, 1024, 4096, 0x1d6bfd33 -0, 10240, 10240, 1024, 4096, 0x7036f23f -0, 11264, 11264, 1024, 4096, 0xaf73e9a1 -0, 12288, 12288, 1024, 4096, 0x0ba70404 -0, 13312, 13312, 1024, 4096, 0xd34bf249 -0, 14336, 14336, 1024, 4096, 0x0c88fc2b -0, 15360, 15360, 1024, 4096, 0x55ebf9cf -0, 16384, 16384, 1024, 4096, 0xc16df0bd -0, 17408, 17408, 1024, 4096, 0xa635eac5 -0, 18432, 18432, 1024, 4096, 0xb41d059e -0, 19456, 19456, 1024, 4096, 0xa905f4d3 -0, 20480, 20480, 1024, 4096, 0x2736f1fb -0, 21504, 21504, 1024, 4096, 0x1a89f007 -0, 22528, 22528, 1024, 4096, 0x81d1fdab -0, 23552, 23552, 1024, 4096, 0x6156f97d -0, 24576, 24576, 1024, 4096, 0x1971ec89 -0, 25600, 25600, 1024, 4096, 0xdca1ec4f -0, 26624, 26624, 1024, 4096, 0x116ffcf5 -0, 27648, 27648, 1024, 4096, 0xc391fdc9 -0, 28672, 28672, 1024, 4096, 0x85e0ef45 -0, 29696, 29696, 1024, 4096, 0x81d3012c -0, 30720, 30720, 1024, 4096, 0x403ef11b -0, 31744, 31744, 1024, 4096, 0x3ca6f16d -0, 32768, 32768, 1024, 4096, 0x6775feb1 -0, 33792, 33792, 1024, 4096, 0xb2ae0a90 -0, 34816, 34816, 1024, 4096, 0x97e6e9f3 -0, 35840, 35840, 1024, 4096, 0x5837f26f -0, 36864, 36864, 1024, 4096, 0x71500376 -0, 37888, 37888, 1024, 4096, 0xb4650378 -0, 38912, 38912, 1024, 4096, 0xd261f5b1 -0, 39936, 39936, 1024, 4096, 0x3038f3fd -0, 40960, 40960, 1024, 4096, 0x8e1908c6 -0, 41984, 41984, 1024, 4096, 0x1d6bfd33 -0, 43008, 43008, 1024, 4096, 0x7036f23f -0, 44032, 44032, 1024, 4096, 0xabb8fbdb -0, 45056, 45056, 1024, 4096, 0x8980f03f -0, 46080, 46080, 1024, 4096, 0xc5a0f4ed -0, 47104, 47104, 1024, 4096, 0x04ac0314 -0, 48128, 48128, 1024, 4096, 0xfdd0dca7 -0, 49152, 49152, 1024, 4096, 0x799bf1fd -0, 50176, 50176, 1024, 4096, 0xbaa9fdfd -0, 51200, 51200, 1024, 4096, 0xeb7cf571 -0, 52224, 52224, 1024, 4096, 0xe33b0e5a -0, 53248, 53248, 1024, 4096, 0x8017f117 -0, 54272, 54272, 1024, 4096, 0x5fccf35b -0, 55296, 55296, 1024, 4096, 0xbd69f9cb -0, 56320, 56320, 1024, 4096, 0x4d09f905 -0, 57344, 57344, 1024, 4096, 0xfa53f185 -0, 58368, 58368, 1024, 4096, 0x35b907e4 -0, 59392, 59392, 1024, 4096, 0xf639fedb -0, 60416, 60416, 1024, 4096, 0x1e58f771 -0, 61440, 61440, 1024, 4096, 0xb13d18d4 -0, 62464, 62464, 1024, 4096, 0xc7930842 -0, 63488, 63488, 1024, 4096, 0x1b4702d4 -0, 64512, 64512, 1024, 4096, 0xad75dd27 -0, 65536, 65536, 1024, 4096, 0x9a1ceb7b -0, 66560, 66560, 1024, 4096, 0xead809ac -0, 67584, 67584, 1024, 4096, 0xbdaf1b5a -0, 68608, 68608, 1024, 4096, 0xa90a00a6 -0, 69632, 69632, 1024, 4096, 0xb39f0d0a -0, 70656, 70656, 1024, 4096, 0xbaf60950 -0, 71680, 71680, 1024, 4096, 0x57d3eb53 -0, 72704, 72704, 1024, 4096, 0x8a77f7ff -0, 73728, 73728, 1024, 4096, 0xd2bfe3b9 -0, 74752, 74752, 1024, 4096, 0xd4c5e287 -0, 75776, 75776, 1024, 4096, 0x8b940480 -0, 76800, 76800, 1024, 4096, 0x63a9134e -0, 77824, 77824, 1024, 4096, 0x2215ee4d -0, 78848, 78848, 1024, 4096, 0x8777f743 -0, 79872, 79872, 1024, 4096, 0x633e05ac -0, 80896, 80896, 1024, 4096, 0x3b1ee685 -0, 81920, 81920, 1024, 4096, 0x57d30238 -0, 82944, 82944, 1024, 4096, 0xfb241180 -0, 83968, 83968, 1024, 4096, 0x733aea25 -0, 84992, 84992, 1024, 4096, 0x1677ea57 -0, 86016, 86016, 1024, 4096, 0xdf5fd6d7 -0, 87040, 87040, 1024, 4096, 0x36520bca -0, 88064, 88064, 1024, 4096, 0x1e860a06 -0, 89088, 89088, 1024, 4096, 0x3305428c -0, 90112, 90112, 1024, 4096, 0xe1a8008c -0, 91136, 91136, 1024, 4096, 0xd81ff15f -0, 92160, 92160, 1024, 4096, 0x0ccad2e7 -0, 93184, 93184, 1024, 4096, 0xc613bf29 -0, 94208, 94208, 1024, 4096, 0x5411ef73 -0, 95232, 95232, 1024, 4096, 0x51f7e01b -0, 96256, 96256, 1024, 4096, 0x23d1ee5b -0, 97280, 97280, 1024, 4096, 0xbc9721e2 -0, 98304, 98304, 1024, 4096, 0x0d49c94b -0, 99328, 99328, 1024, 4096, 0xa102d963 -0, 100352, 100352, 1024, 4096, 0x5fd8fe95 -0, 101376, 101376, 1024, 4096, 0xd8c738e0 -0, 102400, 102400, 1024, 4096, 0xa9882686 -0, 103424, 103424, 1024, 4096, 0xfa30c4b1 -0, 104448, 104448, 1024, 4096, 0x76ecdb31 -0, 105472, 105472, 1024, 4096, 0x540ccff9 -0, 106496, 106496, 1024, 4096, 0xb365cf5f -0, 107520, 107520, 1024, 4096, 0x3ab51dcc -0, 108544, 108544, 1024, 4096, 0x266fd553 -0, 109568, 109568, 1024, 4096, 0xdac42f58 -0, 110592, 110592, 1024, 4096, 0x3ab23628 -0, 111616, 111616, 1024, 4096, 0x94c9a8bf -0, 112640, 112640, 1024, 4096, 0x7ba5ff41 -0, 113664, 113664, 1024, 4096, 0xc6bfd5db -0, 114688, 114688, 1024, 4096, 0x6b9ef98f -0, 115712, 115712, 1024, 4096, 0xe5621a02 -0, 116736, 116736, 1024, 4096, 0xeedd28ec -0, 117760, 117760, 1024, 4096, 0xddf5e045 -0, 118784, 118784, 1024, 4096, 0x49f0e0a9 -0, 119808, 119808, 1024, 4096, 0xd18f0ca0 -0, 120832, 120832, 1024, 4096, 0xa0fa00c6 -0, 121856, 121856, 1024, 4096, 0x9e406e6c -0, 122880, 122880, 1024, 4096, 0x1a3f23bc -0, 123904, 123904, 1024, 4096, 0xcbf409d0 -0, 124928, 124928, 1024, 4096, 0x499b3ac8 -0, 125952, 125952, 1024, 4096, 0x2ef93980 -0, 126976, 126976, 1024, 4096, 0x83092bfa -0, 128000, 128000, 1024, 4096, 0x4838093a -0, 129024, 129024, 1024, 4096, 0xd1bff209 -0, 130048, 130048, 1024, 4096, 0xdef04f12 -0, 131072, 131072, 1024, 4096, 0x130dd787 -0, 132096, 132096, 1024, 4096, 0xc8621030 -0, 133120, 133120, 1024, 4096, 0x1b2bf867 -0, 134144, 134144, 1024, 4096, 0x01220341 -0, 135168, 135168, 1024, 4096, 0x7c8dfdb1 -0, 136192, 136192, 1024, 4096, 0xe81df813 -0, 137216, 137216, 1024, 4096, 0xf820fe8d -0, 138240, 138240, 1024, 4096, 0x1f9dfe49 -0, 139264, 139264, 1024, 4096, 0x2f84f144 -0, 140288, 140288, 1024, 4096, 0xab9deec8 -0, 141312, 141312, 1024, 4096, 0x7d7bf5b9 -0, 142336, 142336, 1024, 4096, 0xbecff5ea -0, 143360, 143360, 1024, 4096, 0x2872e5c0 -0, 144384, 144384, 1024, 4096, 0x6e2ff713 -0, 145408, 145408, 1024, 4096, 0x0b2df757 -0, 146432, 146432, 1024, 4096, 0x5030fa0a -0, 147456, 147456, 1024, 4096, 0xb5b5f3da -0, 148480, 148480, 1024, 4096, 0xce4cf9a6 -0, 149504, 149504, 1024, 4096, 0x9eacf61f -0, 150528, 150528, 1024, 4096, 0x3bfff549 -0, 151552, 151552, 1024, 4096, 0x4eeae60a -0, 152576, 152576, 1024, 4096, 0x188ef258 -0, 153600, 153600, 1024, 4096, 0xb546f30d -0, 154624, 154624, 1024, 4096, 0x0a84e6f8 -0, 155648, 155648, 1024, 4096, 0xe7b0ee27 -0, 156672, 156672, 1024, 4096, 0x04d0f6ee -0, 157696, 157696, 1024, 4096, 0x09fa042a -0, 158720, 158720, 1024, 4096, 0x5a3cf418 -0, 159744, 159744, 1024, 4096, 0x89d8017f -0, 160768, 160768, 1024, 4096, 0x64eb0320 -0, 161792, 161792, 1024, 4096, 0xe40df279 -0, 162816, 162816, 1024, 4096, 0x4dc4fd25 -0, 163840, 163840, 1024, 4096, 0x466af97c -0, 164864, 164864, 1024, 4096, 0x7306f4e2 -0, 165888, 165888, 1024, 4096, 0x9782eda4 -0, 166912, 166912, 1024, 4096, 0x3635fad8 -0, 167936, 167936, 1024, 4096, 0x3344eabe -0, 168960, 168960, 1024, 4096, 0x9143fda0 -0, 169984, 169984, 1024, 4096, 0x33e7eb7f -0, 171008, 171008, 1024, 4096, 0x4ca0e947 -0, 172032, 172032, 1024, 4096, 0x5b1bf80d -0, 173056, 173056, 1024, 4096, 0xbb15eab7 -0, 174080, 174080, 1024, 4096, 0xd800f7cb -0, 175104, 175104, 1024, 4096, 0xd3d4e960 -0, 176128, 176128, 1024, 4096, 0x2fc30f2f -0, 177152, 177152, 1024, 4096, 0xb410f092 -0, 178176, 178176, 1024, 4096, 0x4350fddf -0, 179200, 179200, 1024, 4096, 0x477a07c6 -0, 180224, 180224, 1024, 4096, 0x9d48ed59 -0, 181248, 181248, 1024, 4096, 0xd6ae02a8 -0, 182272, 182272, 1024, 4096, 0x206be433 -0, 183296, 183296, 1024, 4096, 0xf465fc54 -0, 184320, 184320, 1024, 4096, 0x745dacb9 -0, 185344, 185344, 1024, 4096, 0x3783e765 -0, 186368, 186368, 1024, 4096, 0x479feb48 -0, 187392, 187392, 1024, 4096, 0x34f2050f -0, 188416, 188416, 1024, 4096, 0x9df1f441 -0, 189440, 189440, 1024, 4096, 0x1864f225 -0, 190464, 190464, 1024, 4096, 0xebacf084 -0, 191488, 191488, 1024, 4096, 0xaa14f082 -0, 192512, 192512, 1024, 4096, 0xbac10f8b -0, 193536, 193536, 1024, 4096, 0xa4520210 -0, 194560, 194560, 1024, 4096, 0xfee4f8c3 -0, 195584, 195584, 1024, 4096, 0xadf5e4c2 -0, 196608, 196608, 1024, 4096, 0x7bf20584 -0, 197632, 197632, 1024, 4096, 0x541debf5 -0, 198656, 198656, 1024, 4096, 0x9a350796 -0, 199680, 199680, 1024, 4096, 0x1388fa83 -0, 200704, 200704, 1024, 4096, 0x9839b0c2 -0, 201728, 201728, 1024, 4096, 0xfc9afff0 -0, 202752, 202752, 1024, 4096, 0x73100a7c -0, 203776, 203776, 1024, 4096, 0xb56df070 -0, 204800, 204800, 1024, 4096, 0x71d8efa7 -0, 205824, 205824, 1024, 4096, 0xde800412 -0, 206848, 206848, 1024, 4096, 0x7bf7f840 -0, 207872, 207872, 1024, 4096, 0x1480044d -0, 208896, 208896, 1024, 4096, 0x60201217 -0, 209920, 209920, 1024, 4096, 0xb410f092 -0, 210944, 210944, 1024, 4096, 0x4350fddf -0, 211968, 211968, 1024, 4096, 0x477a07c6 -0, 212992, 212992, 1024, 4096, 0x9d48ed59 -0, 214016, 214016, 1024, 4096, 0xd6ae02a8 -0, 215040, 215040, 1024, 4096, 0x206be433 -0, 216064, 216064, 1024, 4096, 0xf465fc54 -0, 217088, 217088, 1024, 4096, 0x745dacb9 -0, 218112, 218112, 1024, 4096, 0x3783e765 -0, 219136, 219136, 1024, 4096, 0x479feb48 -0, 220160, 220160, 1024, 4096, 0x34f2050f -0, 221184, 221184, 1024, 4096, 0x9df1f441 -0, 222208, 222208, 1024, 4096, 0x1864f225 -0, 223232, 223232, 1024, 4096, 0xebacf084 -0, 224256, 224256, 1024, 4096, 0xaa14f082 -0, 225280, 225280, 1024, 4096, 0xbac10f8b -0, 226304, 226304, 1024, 4096, 0xa4520210 -0, 227328, 227328, 1024, 4096, 0xfee4f8c3 -0, 228352, 228352, 1024, 4096, 0xadf5e4c2 -0, 229376, 229376, 1024, 4096, 0x7bf20584 -0, 230400, 230400, 1024, 4096, 0x541debf5 -0, 231424, 231424, 1024, 4096, 0x9a350796 -0, 232448, 232448, 1024, 4096, 0x1388fa83 -0, 233472, 233472, 1024, 4096, 0x9839b0c2 -0, 234496, 234496, 1024, 4096, 0xfc9afff0 -0, 235520, 235520, 1024, 4096, 0x73100a7c -0, 236544, 236544, 1024, 4096, 0xb56df070 -0, 237568, 237568, 1024, 4096, 0x71d8efa7 -0, 238592, 238592, 1024, 4096, 0xde800412 -0, 239616, 239616, 1024, 4096, 0x7bf7f840 -0, 240640, 240640, 1024, 4096, 0x1480044d -0, 241664, 241664, 1024, 4096, 0x60201217 -0, 242688, 242688, 1024, 4096, 0xb410f092 -0, 243712, 243712, 1024, 4096, 0x4350fddf -0, 244736, 244736, 1024, 4096, 0x477a07c6 -0, 245760, 245760, 1024, 4096, 0x9d48ed59 -0, 246784, 246784, 1024, 4096, 0xd6ae02a8 -0, 247808, 247808, 1024, 4096, 0x206be433 -0, 248832, 248832, 1024, 4096, 0xf465fc54 -0, 249856, 249856, 1024, 4096, 0x745dacb9 -0, 250880, 250880, 1024, 4096, 0x3783e765 -0, 251904, 251904, 1024, 4096, 0x479feb48 -0, 252928, 252928, 1024, 4096, 0x34f2050f -0, 253952, 253952, 1024, 4096, 0x9df1f441 -0, 254976, 254976, 1024, 4096, 0x1864f225 -0, 256000, 256000, 1024, 4096, 0xebacf084 -0, 257024, 257024, 1024, 4096, 0xaa14f082 -0, 258048, 258048, 1024, 4096, 0xbac10f8b -0, 259072, 259072, 1024, 4096, 0xa4520210 -0, 260096, 260096, 1024, 4096, 0xfee4f8c3 -0, 261120, 261120, 1024, 4096, 0xadf5e4c2 -0, 262144, 262144, 1024, 4096, 0x7bf20584 -0, 263168, 263168, 1024, 4096, 0x541debf5 -0, 264192, 264192, 408, 1632, 0xadd02d39 --- /home/fate/ffmpeg/tests/ref/fate/filter-aemphasis-75kf 2017-03-24 21:02:53.613046419 +0000 +++ tests/data/fate/filter-aemphasis-75kf 2020-03-19 20:54:00.606444987 +0000 @@ -1,265 +0,0 @@ -#tb 0: 1/44100 -#media_type 0: audio -#codec_id 0: pcm_s16le -#sample_rate 0: 44100 -#channel_layout 0: 3 -#channel_layout_name 0: stereo -0, 0, 0, 1024, 4096, 0x7b2101ec -0, 1024, 1024, 1024, 4096, 0x5c16fc93 -0, 2048, 2048, 1024, 4096, 0x62bdee5d -0, 3072, 3072, 1024, 4096, 0x0299ee41 -0, 4096, 4096, 1024, 4096, 0xdd2efe95 -0, 5120, 5120, 1024, 4096, 0xe9380628 -0, 6144, 6144, 1024, 4096, 0x5d84f1f3 -0, 7168, 7168, 1024, 4096, 0x598beeb3 -0, 8192, 8192, 1024, 4096, 0x21fefb25 -0, 9216, 9216, 1024, 4096, 0x053afefb -0, 10240, 10240, 1024, 4096, 0xb993fd2b -0, 11264, 11264, 1024, 4096, 0xa05aeae1 -0, 12288, 12288, 1024, 4096, 0x3e1ff497 -0, 13312, 13312, 1024, 4096, 0x7f5a086c -0, 14336, 14336, 1024, 4096, 0xad580300 -0, 15360, 15360, 1024, 4096, 0xbcaff05d -0, 16384, 16384, 1024, 4096, 0xfd8def91 -0, 17408, 17408, 1024, 4096, 0x5cfdfa7b -0, 18432, 18432, 1024, 4096, 0xd67dff11 -0, 19456, 19456, 1024, 4096, 0x01b2ff0f -0, 20480, 20480, 1024, 4096, 0x7138ec9d -0, 21504, 21504, 1024, 4096, 0xb09ef761 -0, 22528, 22528, 1024, 4096, 0x92f3f97b -0, 23552, 23552, 1024, 4096, 0x2ee8fe7d -0, 24576, 24576, 1024, 4096, 0x290ef437 -0, 25600, 25600, 1024, 4096, 0x37daee71 -0, 26624, 26624, 1024, 4096, 0x63e9f5e1 -0, 27648, 27648, 1024, 4096, 0x643008d0 -0, 28672, 28672, 1024, 4096, 0xa427fc59 -0, 29696, 29696, 1024, 4096, 0xf196ed25 -0, 30720, 30720, 1024, 4096, 0xc1edeab9 -0, 31744, 31744, 1024, 4096, 0xaf9a0280 -0, 32768, 32768, 1024, 4096, 0x86cf0026 -0, 33792, 33792, 1024, 4096, 0x5c16fc93 -0, 34816, 34816, 1024, 4096, 0x62bdee5d -0, 35840, 35840, 1024, 4096, 0x0299ee41 -0, 36864, 36864, 1024, 4096, 0xdd2efe95 -0, 37888, 37888, 1024, 4096, 0xe9380628 -0, 38912, 38912, 1024, 4096, 0x5d84f1f3 -0, 39936, 39936, 1024, 4096, 0x598beeb3 -0, 40960, 40960, 1024, 4096, 0x21fefb25 -0, 41984, 41984, 1024, 4096, 0x053afefb -0, 43008, 43008, 1024, 4096, 0xb993fd2b -0, 44032, 44032, 1024, 4096, 0xeccc08c6 -0, 45056, 45056, 1024, 4096, 0xceb5f1af -0, 46080, 46080, 1024, 4096, 0xfee9e279 -0, 47104, 47104, 1024, 4096, 0x4b2a02cc -0, 48128, 48128, 1024, 4096, 0xdc22ff19 -0, 49152, 49152, 1024, 4096, 0x557cf4e9 -0, 50176, 50176, 1024, 4096, 0x7fe2042c -0, 51200, 51200, 1024, 4096, 0x0793eb0b -0, 52224, 52224, 1024, 4096, 0x8bba058e -0, 53248, 53248, 1024, 4096, 0x3336f807 -0, 54272, 54272, 1024, 4096, 0x86cef823 -0, 55296, 55296, 1024, 4096, 0x07cbefb1 -0, 56320, 56320, 1024, 4096, 0x01c3fab1 -0, 57344, 57344, 1024, 4096, 0xb9a60534 -0, 58368, 58368, 1024, 4096, 0xf8cf0e82 -0, 59392, 59392, 1024, 4096, 0x5caef379 -0, 60416, 60416, 1024, 4096, 0xe2a9dbbd -0, 61440, 61440, 1024, 4096, 0xe31c09a6 -0, 62464, 62464, 1024, 4096, 0x0524f37d -0, 63488, 63488, 1024, 4096, 0x92101602 -0, 64512, 64512, 1024, 4096, 0xed00d97b -0, 65536, 65536, 1024, 4096, 0x2058f609 -0, 66560, 66560, 1024, 4096, 0x30d20634 -0, 67584, 67584, 1024, 4096, 0xa0ddf055 -0, 68608, 68608, 1024, 4096, 0xe23e1946 -0, 69632, 69632, 1024, 4096, 0x2c1af97f -0, 70656, 70656, 1024, 4096, 0x77f6f2a9 -0, 71680, 71680, 1024, 4096, 0x2b67ff03 -0, 72704, 72704, 1024, 4096, 0x3e26f14b -0, 73728, 73728, 1024, 4096, 0x0439e425 -0, 74752, 74752, 1024, 4096, 0xb08ef9d1 -0, 75776, 75776, 1024, 4096, 0xac9fede5 -0, 76800, 76800, 1024, 4096, 0xa637f3e7 -0, 77824, 77824, 1024, 4096, 0xbf7307b0 -0, 78848, 78848, 1024, 4096, 0xce41f5b3 -0, 79872, 79872, 1024, 4096, 0xd6b8f619 -0, 80896, 80896, 1024, 4096, 0x5837097e -0, 81920, 81920, 1024, 4096, 0xc6affc23 -0, 82944, 82944, 1024, 4096, 0x630e070c -0, 83968, 83968, 1024, 4096, 0x570ffcd5 -0, 84992, 84992, 1024, 4096, 0x71ede781 -0, 86016, 86016, 1024, 4096, 0x703afda5 -0, 87040, 87040, 1024, 4096, 0x71390f4c -0, 88064, 88064, 1024, 4096, 0x3961f293 -0, 89088, 89088, 1024, 4096, 0xd288b2b9 -0, 90112, 90112, 1024, 4096, 0xbf4c2946 -0, 91136, 91136, 1024, 4096, 0x71deea79 -0, 92160, 92160, 1024, 4096, 0xbb37625e -0, 93184, 93184, 1024, 4096, 0xd84df25b -0, 94208, 94208, 1024, 4096, 0xfde1fc9f -0, 95232, 95232, 1024, 4096, 0x1a49de0f -0, 96256, 96256, 1024, 4096, 0x1b11eb13 -0, 97280, 97280, 1024, 4096, 0x4ae88343 -0, 98304, 98304, 1024, 4096, 0x299c361a -0, 99328, 99328, 1024, 4096, 0x14b7d5cd -0, 100352, 100352, 1024, 4096, 0x40a318fc -0, 101376, 101376, 1024, 4096, 0x7fb1d8c7 -0, 102400, 102400, 1024, 4096, 0xfe57c82d -0, 103424, 103424, 1024, 4096, 0xf9a605fc -0, 104448, 104448, 1024, 4096, 0x29c912f2 -0, 105472, 105472, 1024, 4096, 0x9886da01 -0, 106496, 106496, 1024, 4096, 0x0398f57f -0, 107520, 107520, 1024, 4096, 0xed1901c8 -0, 108544, 108544, 1024, 4096, 0xa439ef27 -0, 109568, 109568, 1024, 4096, 0xf1a0ca51 -0, 110592, 110592, 1024, 4096, 0xea605b14 -0, 111616, 111616, 1024, 4096, 0xf014a837 -0, 112640, 112640, 1024, 4096, 0x363e3b90 -0, 113664, 113664, 1024, 4096, 0x24a10ca4 -0, 114688, 114688, 1024, 4096, 0x5b562146 -0, 115712, 115712, 1024, 4096, 0xb1291324 -0, 116736, 116736, 1024, 4096, 0xd4797cbe -0, 117760, 117760, 1024, 4096, 0x526813b4 -0, 118784, 118784, 1024, 4096, 0x634bc887 -0, 119808, 119808, 1024, 4096, 0x6523e6c3 -0, 120832, 120832, 1024, 4096, 0xa244da0d -0, 121856, 121856, 1024, 4096, 0xec5ba956 -0, 122880, 122880, 1024, 4096, 0xf31b57a6 -0, 123904, 123904, 1024, 4096, 0xf5262d84 -0, 124928, 124928, 1024, 4096, 0x50c37f34 -0, 125952, 125952, 1024, 4096, 0x81286432 -0, 126976, 126976, 1024, 4096, 0x4d2340a2 -0, 128000, 128000, 1024, 4096, 0x37be060a -0, 129024, 129024, 1024, 4096, 0xdad60e30 -0, 130048, 130048, 1024, 4096, 0x376c38f6 -0, 131072, 131072, 1024, 4096, 0xe44fe77d -0, 132096, 132096, 1024, 4096, 0xe7a4f806 -0, 133120, 133120, 1024, 4096, 0xc652fc4c -0, 134144, 134144, 1024, 4096, 0xb8e8fbb6 -0, 135168, 135168, 1024, 4096, 0x95480279 -0, 136192, 136192, 1024, 4096, 0x095b0036 -0, 137216, 137216, 1024, 4096, 0x5397fc40 -0, 138240, 138240, 1024, 4096, 0xb836f79b -0, 139264, 139264, 1024, 4096, 0x370ef64f -0, 140288, 140288, 1024, 4096, 0xd6aefae9 -0, 141312, 141312, 1024, 4096, 0xbe08f80a -0, 142336, 142336, 1024, 4096, 0x5b41ff1c -0, 143360, 143360, 1024, 4096, 0x5b86faee -0, 144384, 144384, 1024, 4096, 0x3a0ff0b5 -0, 145408, 145408, 1024, 4096, 0x6157fa3f -0, 146432, 146432, 1024, 4096, 0x60a9f906 -0, 147456, 147456, 1024, 4096, 0x8ecdfc26 -0, 148480, 148480, 1024, 4096, 0x0146f112 -0, 149504, 149504, 1024, 4096, 0xc163fe87 -0, 150528, 150528, 1024, 4096, 0x2e78f5c4 -0, 151552, 151552, 1024, 4096, 0x3e9bed7d -0, 152576, 152576, 1024, 4096, 0xb776009c -0, 153600, 153600, 1024, 4096, 0xea1efaba -0, 154624, 154624, 1024, 4096, 0x45f2ea57 -0, 155648, 155648, 1024, 4096, 0x5456f53f -0, 156672, 156672, 1024, 4096, 0x7e3bf2b9 -0, 157696, 157696, 1024, 4096, 0x0952fd4b -0, 158720, 158720, 1024, 4096, 0xb8e6f10c -0, 159744, 159744, 1024, 4096, 0xa07ff79c -0, 160768, 160768, 1024, 4096, 0x55bafbfd -0, 161792, 161792, 1024, 4096, 0xab81ed83 -0, 162816, 162816, 1024, 4096, 0x5a610066 -0, 163840, 163840, 1024, 4096, 0x0ac90160 -0, 164864, 164864, 1024, 4096, 0x5745f93f -0, 165888, 165888, 1024, 4096, 0x9cf2f284 -0, 166912, 166912, 1024, 4096, 0xd350ef0b -0, 167936, 167936, 1024, 4096, 0x3f47f217 -0, 168960, 168960, 1024, 4096, 0xf178fbae -0, 169984, 169984, 1024, 4096, 0xf74a056a -0, 171008, 171008, 1024, 4096, 0xc345ede5 -0, 172032, 172032, 1024, 4096, 0xa672f2be -0, 173056, 173056, 1024, 4096, 0xd5bcf917 -0, 174080, 174080, 1024, 4096, 0x8126f699 -0, 175104, 175104, 1024, 4096, 0xa0d3ebfd -0, 176128, 176128, 1024, 4096, 0x577f1d75 -0, 177152, 177152, 1024, 4096, 0x6047ffe4 -0, 178176, 178176, 1024, 4096, 0xe89df7c9 -0, 179200, 179200, 1024, 4096, 0x2ea3f621 -0, 180224, 180224, 1024, 4096, 0xda4f05ef -0, 181248, 181248, 1024, 4096, 0x5d7c07ba -0, 182272, 182272, 1024, 4096, 0x461be644 -0, 183296, 183296, 1024, 4096, 0xce47f434 -0, 184320, 184320, 1024, 4096, 0xb30bacee -0, 185344, 185344, 1024, 4096, 0x1c85f71d -0, 186368, 186368, 1024, 4096, 0xc9a0f1cd -0, 187392, 187392, 1024, 4096, 0xd939edde -0, 188416, 188416, 1024, 4096, 0xa8e0e086 -0, 189440, 189440, 1024, 4096, 0xc0b6ff00 -0, 190464, 190464, 1024, 4096, 0xdd84005e -0, 191488, 191488, 1024, 4096, 0x97d103bf -0, 192512, 192512, 1024, 4096, 0xa0241ffc -0, 193536, 193536, 1024, 4096, 0x91a4f35a -0, 194560, 194560, 1024, 4096, 0x61abf0b0 -0, 195584, 195584, 1024, 4096, 0xa5d10111 -0, 196608, 196608, 1024, 4096, 0x0e71f5ce -0, 197632, 197632, 1024, 4096, 0x4796f9fa -0, 198656, 198656, 1024, 4096, 0x561bf893 -0, 199680, 199680, 1024, 4096, 0x70ddfb78 -0, 200704, 200704, 1024, 4096, 0xe4f4c2b6 -0, 201728, 201728, 1024, 4096, 0x5452f356 -0, 202752, 202752, 1024, 4096, 0x84e2fd14 -0, 203776, 203776, 1024, 4096, 0xd04b00a5 -0, 204800, 204800, 1024, 4096, 0x01ca0f7c -0, 205824, 205824, 1024, 4096, 0x1685ef21 -0, 206848, 206848, 1024, 4096, 0x50effa4f -0, 207872, 207872, 1024, 4096, 0xb5a9e82f -0, 208896, 208896, 1024, 4096, 0xa7343704 -0, 209920, 209920, 1024, 4096, 0x6047ffe4 -0, 210944, 210944, 1024, 4096, 0xe89df7c9 -0, 211968, 211968, 1024, 4096, 0x2ea3f621 -0, 212992, 212992, 1024, 4096, 0xda4f05ef -0, 214016, 214016, 1024, 4096, 0x5d7c07ba -0, 215040, 215040, 1024, 4096, 0x461be644 -0, 216064, 216064, 1024, 4096, 0xce47f434 -0, 217088, 217088, 1024, 4096, 0xb30bacee -0, 218112, 218112, 1024, 4096, 0x1c85f71d -0, 219136, 219136, 1024, 4096, 0xc9a0f1cd -0, 220160, 220160, 1024, 4096, 0xd939edde -0, 221184, 221184, 1024, 4096, 0xa8e0e086 -0, 222208, 222208, 1024, 4096, 0xc0b6ff00 -0, 223232, 223232, 1024, 4096, 0xdd84005e -0, 224256, 224256, 1024, 4096, 0x97d103bf -0, 225280, 225280, 1024, 4096, 0xa0241ffc -0, 226304, 226304, 1024, 4096, 0x91a4f35a -0, 227328, 227328, 1024, 4096, 0x61abf0b0 -0, 228352, 228352, 1024, 4096, 0xa5d10111 -0, 229376, 229376, 1024, 4096, 0x0e71f5ce -0, 230400, 230400, 1024, 4096, 0x4796f9fa -0, 231424, 231424, 1024, 4096, 0x561bf893 -0, 232448, 232448, 1024, 4096, 0x70ddfb78 -0, 233472, 233472, 1024, 4096, 0xe4f4c2b6 -0, 234496, 234496, 1024, 4096, 0x5452f356 -0, 235520, 235520, 1024, 4096, 0x84e2fd14 -0, 236544, 236544, 1024, 4096, 0xd04b00a5 -0, 237568, 237568, 1024, 4096, 0x01ca0f7c -0, 238592, 238592, 1024, 4096, 0x1685ef21 -0, 239616, 239616, 1024, 4096, 0x50effa4f -0, 240640, 240640, 1024, 4096, 0xb5a9e82f -0, 241664, 241664, 1024, 4096, 0xa7343704 -0, 242688, 242688, 1024, 4096, 0x6047ffe4 -0, 243712, 243712, 1024, 4096, 0xe89df7c9 -0, 244736, 244736, 1024, 4096, 0x2ea3f621 -0, 245760, 245760, 1024, 4096, 0xda4f05ef -0, 246784, 246784, 1024, 4096, 0x5d7c07ba -0, 247808, 247808, 1024, 4096, 0x461be644 -0, 248832, 248832, 1024, 4096, 0xce47f434 -0, 249856, 249856, 1024, 4096, 0xb30bacee -0, 250880, 250880, 1024, 4096, 0x1c85f71d -0, 251904, 251904, 1024, 4096, 0xc9a0f1cd -0, 252928, 252928, 1024, 4096, 0xd939edde -0, 253952, 253952, 1024, 4096, 0xa8e0e086 -0, 254976, 254976, 1024, 4096, 0xc0b6ff00 -0, 256000, 256000, 1024, 4096, 0xdd84005e -0, 257024, 257024, 1024, 4096, 0x97d103bf -0, 258048, 258048, 1024, 4096, 0xa0241ffc -0, 259072, 259072, 1024, 4096, 0x91a4f35a -0, 260096, 260096, 1024, 4096, 0x61abf0b0 -0, 261120, 261120, 1024, 4096, 0xa5d10111 -0, 262144, 262144, 1024, 4096, 0x0e71f5ce -0, 263168, 263168, 1024, 4096, 0x4796f9fa -0, 264192, 264192, 408, 1632, 0x31842eec Test filter-aemphasis-50fm failed. Look at tests/data/fate/filter-aemphasis-50fm.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-aemphasis-50fm] Error 1 TEST filter-afade-esin Test filter-aemphasis-75kf failed. Look at tests/data/fate/filter-aemphasis-75kf.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-aemphasis-75kf] Error 1 TEST filter-afade-hsin TEST filter-afade-exp TEST filter-afade-log TEST filter-agate TEST filter-alimiter TEST filter-amerge TEST filter-apad --- /home/fate/ffmpeg/tests/ref/fate/filter-agate 2017-03-24 21:02:53.613046419 +0000 +++ tests/data/fate/filter-agate 2020-03-19 20:54:00.723111452 +0000 @@ -1,265 +0,0 @@ -#tb 0: 1/44100 -#media_type 0: audio -#codec_id 0: pcm_s16le -#sample_rate 0: 44100 -#channel_layout 0: 3 -#channel_layout_name 0: stereo -0, 0, 0, 1024, 4096, 0x1af20090 -0, 1024, 1024, 1024, 4096, 0x0b05ef2d -0, 2048, 2048, 1024, 4096, 0x574bf11d -0, 3072, 3072, 1024, 4096, 0x774af5d3 -0, 4096, 4096, 1024, 4096, 0x7b51ff33 -0, 5120, 5120, 1024, 4096, 0xf610f9bf -0, 6144, 6144, 1024, 4096, 0x3c20ef79 -0, 7168, 7168, 1024, 4096, 0x427bef59 -0, 8192, 8192, 1024, 4096, 0x8773fa99 -0, 9216, 9216, 1024, 4096, 0xbf1dfe89 -0, 10240, 10240, 1024, 4096, 0x462df4dd -0, 11264, 11264, 1024, 4096, 0x1170f169 -0, 12288, 12288, 1024, 4096, 0xcb9cf633 -0, 13312, 13312, 1024, 4096, 0x7e8c01da -0, 14336, 14336, 1024, 4096, 0x93c202d0 -0, 15360, 15360, 1024, 4096, 0xd882ec6d -0, 16384, 16384, 1024, 4096, 0x03fbec6d -0, 17408, 17408, 1024, 4096, 0x73f400d4 -0, 18432, 18432, 1024, 4096, 0xea8c01da -0, 19456, 19456, 1024, 4096, 0x23cbf82f -0, 20480, 20480, 1024, 4096, 0x85cdf169 -0, 21504, 21504, 1024, 4096, 0x8e27f2e1 -0, 22528, 22528, 1024, 4096, 0x91bffe89 -0, 23552, 23552, 1024, 4096, 0xc31afd95 -0, 24576, 24576, 1024, 4096, 0x5c23ee59 -0, 25600, 25600, 1024, 4096, 0x58d0ef79 -0, 26624, 26624, 1024, 4096, 0xfccff7c3 -0, 27648, 27648, 1024, 4096, 0x7084ff33 -0, 28672, 28672, 1024, 4096, 0x7f1bf7cf -0, 29696, 29696, 1024, 4096, 0x8037f11d -0, 30720, 30720, 1024, 4096, 0xd106ed31 -0, 31744, 31744, 1024, 4096, 0xaf820090 -0, 32768, 32768, 1024, 4096, 0x1af20090 -0, 33792, 33792, 1024, 4096, 0x0b05ef2d -0, 34816, 34816, 1024, 4096, 0x574bf11d -0, 35840, 35840, 1024, 4096, 0x774af5d3 -0, 36864, 36864, 1024, 4096, 0x7b51ff33 -0, 37888, 37888, 1024, 4096, 0xf610f9bf -0, 38912, 38912, 1024, 4096, 0x3c20ef79 -0, 39936, 39936, 1024, 4096, 0x427bef59 -0, 40960, 40960, 1024, 4096, 0x8773fa99 -0, 41984, 41984, 1024, 4096, 0xbf1dfe89 -0, 43008, 43008, 1024, 4096, 0x462df4dd -0, 44032, 44032, 1024, 4096, 0x41650472 -0, 45056, 45056, 1024, 4096, 0x1081f133 -0, 46080, 46080, 1024, 4096, 0x9da3e58b -0, 47104, 47104, 1024, 4096, 0x752614ac -0, 48128, 48128, 1024, 4096, 0x0f23034c -0, 49152, 49152, 1024, 4096, 0x768fe8a1 -0, 50176, 50176, 1024, 4096, 0xf0f9079e -0, 51200, 51200, 1024, 4096, 0x8543ed93 -0, 52224, 52224, 1024, 4096, 0x9f96fe9d -0, 53248, 53248, 1024, 4096, 0x94f3facf -0, 54272, 54272, 1024, 4096, 0xc0defe4d -0, 55296, 55296, 1024, 4096, 0x4e22f5ff -0, 56320, 56320, 1024, 4096, 0xb604ed7d -0, 57344, 57344, 1024, 4096, 0xb6400124 -0, 58368, 58368, 1024, 4096, 0xadadf519 -0, 59392, 59392, 1024, 4096, 0x2520fb85 -0, 60416, 60416, 1024, 4096, 0x1ffbf4a9 -0, 61440, 61440, 1024, 4096, 0x380e05cc -0, 62464, 62464, 1024, 4096, 0x366af6cf -0, 63488, 63488, 1024, 4096, 0x4f64f355 -0, 64512, 64512, 1024, 4096, 0x7aa0e89f -0, 65536, 65536, 1024, 4096, 0x1f160524 -0, 66560, 66560, 1024, 4096, 0x6bba0292 -0, 67584, 67584, 1024, 4096, 0x5243ed4d -0, 68608, 68608, 1024, 4096, 0x304ffcb1 -0, 69632, 69632, 1024, 4096, 0xfb1bfc9b -0, 70656, 70656, 1024, 4096, 0x0259e9d3 -0, 71680, 71680, 1024, 4096, 0x90fee749 -0, 72704, 72704, 1024, 4096, 0x8626eff9 -0, 73728, 73728, 1024, 4096, 0x29a4fe41 -0, 74752, 74752, 1024, 4096, 0x0dacf2bb -0, 75776, 75776, 1024, 4096, 0x875b0046 -0, 76800, 76800, 1024, 4096, 0x009b0068 -0, 77824, 77824, 1024, 4096, 0x50f8eee1 -0, 78848, 78848, 1024, 4096, 0xa73ef503 -0, 79872, 79872, 1024, 4096, 0xaac8f7e5 -0, 80896, 80896, 1024, 4096, 0x0229f31b -0, 81920, 81920, 1024, 4096, 0x7eb0edc9 -0, 82944, 82944, 1024, 4096, 0x88e0eddd -0, 83968, 83968, 1024, 4096, 0x7982fe3f -0, 84992, 84992, 1024, 4096, 0x91caf665 -0, 86016, 86016, 1024, 4096, 0x2fd1f3d7 -0, 87040, 87040, 1024, 4096, 0x9b3de465 -0, 88064, 88064, 1024, 4096, 0xd3f5e99d -0, 89088, 89088, 1024, 4096, 0xeb00b4df -0, 90112, 90112, 1024, 4096, 0xc0a5e92f -0, 91136, 91136, 1024, 4096, 0xaed2ef59 -0, 92160, 92160, 1024, 4096, 0x80591586 -0, 93184, 93184, 1024, 4096, 0x32d4f0ef -0, 94208, 94208, 1024, 4096, 0x8ba4f0f9 -0, 95232, 95232, 1024, 4096, 0x8d3bc631 -0, 96256, 96256, 1024, 4096, 0xddede7c5 -0, 97280, 97280, 1024, 4096, 0x6a459463 -0, 98304, 98304, 1024, 4096, 0xeca818b8 -0, 99328, 99328, 1024, 4096, 0x0c91c6c9 -0, 100352, 100352, 1024, 4096, 0x6241e69b -0, 101376, 101376, 1024, 4096, 0xe220d9a7 -0, 102400, 102400, 1024, 4096, 0x9f4bcbd5 -0, 103424, 103424, 1024, 4096, 0x2c1ad90b -0, 104448, 104448, 1024, 4096, 0x3974feb3 -0, 105472, 105472, 1024, 4096, 0x8d1ae2e1 -0, 106496, 106496, 1024, 4096, 0xa609f955 -0, 107520, 107520, 1024, 4096, 0xc5fcdd19 -0, 108544, 108544, 1024, 4096, 0xe233d8c5 -0, 109568, 109568, 1024, 4096, 0xd1d7d61d -0, 110592, 110592, 1024, 4096, 0x52522f58 -0, 111616, 111616, 1024, 4096, 0x16d8cd63 -0, 112640, 112640, 1024, 4096, 0x3994e847 -0, 113664, 113664, 1024, 4096, 0x6fd8ea07 -0, 114688, 114688, 1024, 4096, 0x582723be -0, 115712, 115712, 1024, 4096, 0x44d40ff6 -0, 116736, 116736, 1024, 4096, 0x98d22050 -0, 117760, 117760, 1024, 4096, 0x2cc8063c -0, 118784, 118784, 1024, 4096, 0xf645ed8d -0, 119808, 119808, 1024, 4096, 0xcb49dbe1 -0, 120832, 120832, 1024, 4096, 0x7efbf369 -0, 121856, 121856, 1024, 4096, 0x797333ac -0, 122880, 122880, 1024, 4096, 0x157130fa -0, 123904, 123904, 1024, 4096, 0x23530594 -0, 124928, 124928, 1024, 4096, 0x46783b6c -0, 125952, 125952, 1024, 4096, 0x5fac436e -0, 126976, 126976, 1024, 4096, 0x2a9e1c76 -0, 128000, 128000, 1024, 4096, 0x152202ac -0, 129024, 129024, 1024, 4096, 0xe5cdf369 -0, 130048, 130048, 1024, 4096, 0x6fe2feeb -0, 131072, 131072, 1024, 4096, 0xee24ec7f -0, 132096, 132096, 1024, 4096, 0x6f33fd5d -0, 133120, 133120, 1024, 4096, 0x3f52fd51 -0, 134144, 134144, 1024, 4096, 0x2292e8e6 -0, 135168, 135168, 1024, 4096, 0xbc13f7bb -0, 136192, 136192, 1024, 4096, 0xc271f708 -0, 137216, 137216, 1024, 4096, 0x9f1ff6ec -0, 138240, 138240, 1024, 4096, 0xdf88f599 -0, 139264, 139264, 1024, 4096, 0x6614f6ae -0, 140288, 140288, 1024, 4096, 0x7cf9f3c4 -0, 141312, 141312, 1024, 4096, 0xcdc1f588 -0, 142336, 142336, 1024, 4096, 0xa4a1ffa9 -0, 143360, 143360, 1024, 4096, 0xcb15f5d4 -0, 144384, 144384, 1024, 4096, 0x2fd0f58f -0, 145408, 145408, 1024, 4096, 0x08eff948 -0, 146432, 146432, 1024, 4096, 0x71f9f39f -0, 147456, 147456, 1024, 4096, 0x70f5f4ed -0, 148480, 148480, 1024, 4096, 0x3ccaf424 -0, 149504, 149504, 1024, 4096, 0xc170f215 -0, 150528, 150528, 1024, 4096, 0xdecfeb38 -0, 151552, 151552, 1024, 4096, 0xb7a6f0e5 -0, 152576, 152576, 1024, 4096, 0x14ecf42d -0, 153600, 153600, 1024, 4096, 0x3af8eefc -0, 154624, 154624, 1024, 4096, 0xec57fa8b -0, 155648, 155648, 1024, 4096, 0x206bf602 -0, 156672, 156672, 1024, 4096, 0x15a7f45d -0, 157696, 157696, 1024, 4096, 0xb23dea6e -0, 158720, 158720, 1024, 4096, 0x6b6af81c -0, 159744, 159744, 1024, 4096, 0xae73f6c7 -0, 160768, 160768, 1024, 4096, 0x19c8f293 -0, 161792, 161792, 1024, 4096, 0x752ef8aa -0, 162816, 162816, 1024, 4096, 0xfac6f812 -0, 163840, 163840, 1024, 4096, 0xff9dfb00 -0, 164864, 164864, 1024, 4096, 0x8305f5b2 -0, 165888, 165888, 1024, 4096, 0xe2f3fea4 -0, 166912, 166912, 1024, 4096, 0xb377f0e6 -0, 167936, 167936, 1024, 4096, 0x0344f0a9 -0, 168960, 168960, 1024, 4096, 0x389afaf4 -0, 169984, 169984, 1024, 4096, 0x5f63fa0d -0, 171008, 171008, 1024, 4096, 0xce88f5ae -0, 172032, 172032, 1024, 4096, 0x7e55f852 -0, 173056, 173056, 1024, 4096, 0x5af0f555 -0, 174080, 174080, 1024, 4096, 0x5753fa5a -0, 175104, 175104, 1024, 4096, 0x443ce89b -0, 176128, 176128, 1024, 4096, 0x0068de8c -0, 177152, 177152, 1024, 4096, 0x5209f51f -0, 178176, 178176, 1024, 4096, 0x97e8eb3a -0, 179200, 179200, 1024, 4096, 0xd97fe978 -0, 180224, 180224, 1024, 4096, 0x8cadff37 -0, 181248, 181248, 1024, 4096, 0x8dd40290 -0, 182272, 182272, 1024, 4096, 0x2369eb74 -0, 183296, 183296, 1024, 4096, 0x50e8e9ee -0, 184320, 184320, 1024, 4096, 0x1e727c22 -0, 185344, 185344, 1024, 4096, 0xbe8be7ed -0, 186368, 186368, 1024, 4096, 0xb6f0f37a -0, 187392, 187392, 1024, 4096, 0x8a9af2a2 -0, 188416, 188416, 1024, 4096, 0x6917f395 -0, 189440, 189440, 1024, 4096, 0x649df5b4 -0, 190464, 190464, 1024, 4096, 0xebb7fc9a -0, 191488, 191488, 1024, 4096, 0xba3eef09 -0, 192512, 192512, 1024, 4096, 0x0cf9ba5e -0, 193536, 193536, 1024, 4096, 0x0f83eb2d -0, 194560, 194560, 1024, 4096, 0xcd86f62c -0, 195584, 195584, 1024, 4096, 0x1f6d05b6 -0, 196608, 196608, 1024, 4096, 0x988ff2ed -0, 197632, 197632, 1024, 4096, 0xe066eb10 -0, 198656, 198656, 1024, 4096, 0x608be99e -0, 199680, 199680, 1024, 4096, 0xba97e994 -0, 200704, 200704, 1024, 4096, 0xe92a8b76 -0, 201728, 201728, 1024, 4096, 0xe12ee0e2 -0, 202752, 202752, 1024, 4096, 0xc202ef7d -0, 203776, 203776, 1024, 4096, 0xcd8afebb -0, 204800, 204800, 1024, 4096, 0x0fc2fcbf -0, 205824, 205824, 1024, 4096, 0x2d4df1bb -0, 206848, 206848, 1024, 4096, 0x7282ee1f -0, 207872, 207872, 1024, 4096, 0xaa4ee359 -0, 208896, 208896, 1024, 4096, 0x10c0deb1 -0, 209920, 209920, 1024, 4096, 0x5209f51f -0, 210944, 210944, 1024, 4096, 0x97e8eb3a -0, 211968, 211968, 1024, 4096, 0xd97fe978 -0, 212992, 212992, 1024, 4096, 0x8cadff37 -0, 214016, 214016, 1024, 4096, 0x8dd40290 -0, 215040, 215040, 1024, 4096, 0x2369eb74 -0, 216064, 216064, 1024, 4096, 0x50e8e9ee -0, 217088, 217088, 1024, 4096, 0x1e727c22 -0, 218112, 218112, 1024, 4096, 0xbe8be7ed -0, 219136, 219136, 1024, 4096, 0xb6f0f37a -0, 220160, 220160, 1024, 4096, 0x8a9af2a2 -0, 221184, 221184, 1024, 4096, 0x6917f395 -0, 222208, 222208, 1024, 4096, 0x649df5b4 -0, 223232, 223232, 1024, 4096, 0xebb7fc9a -0, 224256, 224256, 1024, 4096, 0xba3eef09 -0, 225280, 225280, 1024, 4096, 0x0cf9ba5e -0, 226304, 226304, 1024, 4096, 0x0f83eb2d -0, 227328, 227328, 1024, 4096, 0xcd86f62c -0, 228352, 228352, 1024, 4096, 0x1f6d05b6 -0, 229376, 229376, 1024, 4096, 0x988ff2ed -0, 230400, 230400, 1024, 4096, 0xe066eb10 -0, 231424, 231424, 1024, 4096, 0x608be99e -0, 232448, 232448, 1024, 4096, 0xba97e994 -0, 233472, 233472, 1024, 4096, 0xe92a8b76 -0, 234496, 234496, 1024, 4096, 0xe12ee0e2 -0, 235520, 235520, 1024, 4096, 0xc202ef7d -0, 236544, 236544, 1024, 4096, 0xcd8afebb -0, 237568, 237568, 1024, 4096, 0x0fc2fcbf -0, 238592, 238592, 1024, 4096, 0x2d4df1bb -0, 239616, 239616, 1024, 4096, 0x7282ee1f -0, 240640, 240640, 1024, 4096, 0xaa4ee359 -0, 241664, 241664, 1024, 4096, 0x10c0deb1 -0, 242688, 242688, 1024, 4096, 0x5209f51f -0, 243712, 243712, 1024, 4096, 0x97e8eb3a -0, 244736, 244736, 1024, 4096, 0xd97fe978 -0, 245760, 245760, 1024, 4096, 0x8cadff37 -0, 246784, 246784, 1024, 4096, 0x8dd40290 -0, 247808, 247808, 1024, 4096, 0x2369eb74 -0, 248832, 248832, 1024, 4096, 0x50e8e9ee -0, 249856, 249856, 1024, 4096, 0x1e727c22 -0, 250880, 250880, 1024, 4096, 0xbe8be7ed -0, 251904, 251904, 1024, 4096, 0xb6f0f37a -0, 252928, 252928, 1024, 4096, 0x8a9af2a2 -0, 253952, 253952, 1024, 4096, 0x6917f395 -0, 254976, 254976, 1024, 4096, 0x649df5b4 -0, 256000, 256000, 1024, 4096, 0xebb7fc9a -0, 257024, 257024, 1024, 4096, 0xba3eef09 -0, 258048, 258048, 1024, 4096, 0x0cf9ba5e -0, 259072, 259072, 1024, 4096, 0x0f83eb2d -0, 260096, 260096, 1024, 4096, 0xcd86f62c -0, 261120, 261120, 1024, 4096, 0x1f6d05b6 -0, 262144, 262144, 1024, 4096, 0x988ff2ed -0, 263168, 263168, 1024, 4096, 0xe066eb10 -0, 264192, 264192, 408, 1632, 0xe00c26bc --- /home/fate/ffmpeg/tests/ref/fate/filter-alimiter 2017-03-24 21:02:53.613046419 +0000 +++ tests/data/fate/filter-alimiter 2020-03-19 20:54:00.733111435 +0000 @@ -1,265 +0,0 @@ -#tb 0: 1/44100 -#media_type 0: audio -#codec_id 0: pcm_s16le -#sample_rate 0: 44100 -#channel_layout 0: 3 -#channel_layout_name 0: stereo -0, 0, 0, 1024, 4096, 0xd4194af4 -0, 1024, 1024, 1024, 4096, 0x686af4ab -0, 2048, 2048, 1024, 4096, 0xe80cee61 -0, 3072, 3072, 1024, 4096, 0xa686fbad -0, 4096, 4096, 1024, 4096, 0x191e062c -0, 5120, 5120, 1024, 4096, 0x1a13edb1 -0, 6144, 6144, 1024, 4096, 0xab21f8ef -0, 7168, 7168, 1024, 4096, 0xaa30e757 -0, 8192, 8192, 1024, 4096, 0x5afdf69f -0, 9216, 9216, 1024, 4096, 0x765e05ec -0, 10240, 10240, 1024, 4096, 0x6484f551 -0, 11264, 11264, 1024, 4096, 0x61b9e9f7 -0, 12288, 12288, 1024, 4096, 0xa735feb3 -0, 13312, 13312, 1024, 4096, 0xb47203aa -0, 14336, 14336, 1024, 4096, 0xb6b5fbf5 -0, 15360, 15360, 1024, 4096, 0xbc66f14f -0, 16384, 16384, 1024, 4096, 0x2003ff5b -0, 17408, 17408, 1024, 4096, 0x1160f17d -0, 18432, 18432, 1024, 4096, 0x308001a4 -0, 19456, 19456, 1024, 4096, 0x9df9f429 -0, 20480, 20480, 1024, 4096, 0x3e6eec0f -0, 21504, 21504, 1024, 4096, 0xca3301f2 -0, 22528, 22528, 1024, 4096, 0x9eb1f961 -0, 23552, 23552, 1024, 4096, 0xd0a50c8c -0, 24576, 24576, 1024, 4096, 0x071ee96b -0, 25600, 25600, 1024, 4096, 0x7a46f05b -0, 26624, 26624, 1024, 4096, 0x2cb2f475 -0, 27648, 27648, 1024, 4096, 0x5bda0a52 -0, 28672, 28672, 1024, 4096, 0x33c0f727 -0, 29696, 29696, 1024, 4096, 0x53cfee59 -0, 30720, 30720, 1024, 4096, 0x1588f221 -0, 31744, 31744, 1024, 4096, 0x95d400d6 -0, 32768, 32768, 1024, 4096, 0x0078009a -0, 33792, 33792, 1024, 4096, 0x686af4ab -0, 34816, 34816, 1024, 4096, 0xe80cee61 -0, 35840, 35840, 1024, 4096, 0xa686fbad -0, 36864, 36864, 1024, 4096, 0x191e062c -0, 37888, 37888, 1024, 4096, 0x1a13edb1 -0, 38912, 38912, 1024, 4096, 0xab21f8ef -0, 39936, 39936, 1024, 4096, 0xaa30e757 -0, 40960, 40960, 1024, 4096, 0x5afdf69f -0, 41984, 41984, 1024, 4096, 0x765e05ec -0, 43008, 43008, 1024, 4096, 0x6484f551 -0, 44032, 44032, 1024, 4096, 0x755e0600 -0, 45056, 45056, 1024, 4096, 0x5056ecb9 -0, 46080, 46080, 1024, 4096, 0xdcb609a8 -0, 47104, 47104, 1024, 4096, 0xc87bf4a1 -0, 48128, 48128, 1024, 4096, 0xecdfef95 -0, 49152, 49152, 1024, 4096, 0x905ff13f -0, 50176, 50176, 1024, 4096, 0x4e69eeb3 -0, 51200, 51200, 1024, 4096, 0x16e1082c -0, 52224, 52224, 1024, 4096, 0x606c0a22 -0, 53248, 53248, 1024, 4096, 0x9f94f351 -0, 54272, 54272, 1024, 4096, 0x2c47f63f -0, 55296, 55296, 1024, 4096, 0x9e14ebf9 -0, 56320, 56320, 1024, 4096, 0x7804fbcb -0, 57344, 57344, 1024, 4096, 0xc7c6ffb7 -0, 58368, 58368, 1024, 4096, 0xa547f68d -0, 59392, 59392, 1024, 4096, 0x0c87fed7 -0, 60416, 60416, 1024, 4096, 0x88b5fef1 -0, 61440, 61440, 1024, 4096, 0x325af00d -0, 62464, 62464, 1024, 4096, 0xd826edd9 -0, 63488, 63488, 1024, 4096, 0x1fbe1138 -0, 64512, 64512, 1024, 4096, 0xdf85da7b -0, 65536, 65536, 1024, 4096, 0xf987f9b3 -0, 66560, 66560, 1024, 4096, 0x5df5e12f -0, 67584, 67584, 1024, 4096, 0x259cf8ef -0, 68608, 68608, 1024, 4096, 0xa191eb4f -0, 69632, 69632, 1024, 4096, 0xfe5bf1fd -0, 70656, 70656, 1024, 4096, 0x7675e2cb -0, 71680, 71680, 1024, 4096, 0x796a2f90 -0, 72704, 72704, 1024, 4096, 0xaa52e7a5 -0, 73728, 73728, 1024, 4096, 0x2b56fd81 -0, 74752, 74752, 1024, 4096, 0xbf7c02ee -0, 75776, 75776, 1024, 4096, 0xfe4cebb1 -0, 76800, 76800, 1024, 4096, 0xe5b7fdf7 -0, 77824, 77824, 1024, 4096, 0xd271ece7 -0, 78848, 78848, 1024, 4096, 0x96e0f69f -0, 79872, 79872, 1024, 4096, 0x6e5eef33 -0, 80896, 80896, 1024, 4096, 0x78b70b6e -0, 81920, 81920, 1024, 4096, 0x61f2f075 -0, 82944, 82944, 1024, 4096, 0xf1dc47dc -0, 83968, 83968, 1024, 4096, 0xf4b406d2 -0, 84992, 84992, 1024, 4096, 0xe33806fe -0, 86016, 86016, 1024, 4096, 0x5b5ef087 -0, 87040, 87040, 1024, 4096, 0x3fa207da -0, 88064, 88064, 1024, 4096, 0x4719f201 -0, 89088, 89088, 1024, 4096, 0x641feaad -0, 90112, 90112, 1024, 4096, 0x905402ec -0, 91136, 91136, 1024, 4096, 0xf529e11f -0, 92160, 92160, 1024, 4096, 0x65a41838 -0, 93184, 93184, 1024, 4096, 0x651efb6f -0, 94208, 94208, 1024, 4096, 0x251b1390 -0, 95232, 95232, 1024, 4096, 0x45ea05a8 -0, 96256, 96256, 1024, 4096, 0xe65be141 -0, 97280, 97280, 1024, 4096, 0xd452d3dd -0, 98304, 98304, 1024, 4096, 0x3bdff821 -0, 99328, 99328, 1024, 4096, 0x74da00e6 -0, 100352, 100352, 1024, 4096, 0x4474fa19 -0, 101376, 101376, 1024, 4096, 0x11ddedef -0, 102400, 102400, 1024, 4096, 0xf027d72b -0, 103424, 103424, 1024, 4096, 0xaa0a1ce6 -0, 104448, 104448, 1024, 4096, 0x7168145e -0, 105472, 105472, 1024, 4096, 0x94a710a4 -0, 106496, 106496, 1024, 4096, 0x6f55ecf1 -0, 107520, 107520, 1024, 4096, 0xc12de6d7 -0, 108544, 108544, 1024, 4096, 0x8ff7db15 -0, 109568, 109568, 1024, 4096, 0x366d0cc6 -0, 110592, 110592, 1024, 4096, 0xb04afa4f -0, 111616, 111616, 1024, 4096, 0xf6abbee7 -0, 112640, 112640, 1024, 4096, 0xbe9910dc -0, 113664, 113664, 1024, 4096, 0x96c3047e -0, 114688, 114688, 1024, 4096, 0x9dc1e8e1 -0, 115712, 115712, 1024, 4096, 0x4b2c1092 -0, 116736, 116736, 1024, 4096, 0x592d212c -0, 117760, 117760, 1024, 4096, 0x5c3bda15 -0, 118784, 118784, 1024, 4096, 0x43c8e90f -0, 119808, 119808, 1024, 4096, 0x3bfa074e -0, 120832, 120832, 1024, 4096, 0xa2d7d443 -0, 121856, 121856, 1024, 4096, 0xd4b02844 -0, 122880, 122880, 1024, 4096, 0x9f5d2a92 -0, 123904, 123904, 1024, 4096, 0xc19bf69d -0, 124928, 124928, 1024, 4096, 0x47b8fe75 -0, 125952, 125952, 1024, 4096, 0x337334b0 -0, 126976, 126976, 1024, 4096, 0x96ed14f0 -0, 128000, 128000, 1024, 4096, 0x9af0f67b -0, 129024, 129024, 1024, 4096, 0xdf541a60 -0, 130048, 130048, 1024, 4096, 0x684f0c06 -0, 131072, 131072, 1024, 4096, 0xe3d0015e -0, 132096, 132096, 1024, 4096, 0xf648d73c -0, 133120, 133120, 1024, 4096, 0x4041f3ee -0, 134144, 134144, 1024, 4096, 0x1421025f -0, 135168, 135168, 1024, 4096, 0x4eb5fc97 -0, 136192, 136192, 1024, 4096, 0x510f02fe -0, 137216, 137216, 1024, 4096, 0x85e9e95e -0, 138240, 138240, 1024, 4096, 0xb1d0fe10 -0, 139264, 139264, 1024, 4096, 0xda66f5f8 -0, 140288, 140288, 1024, 4096, 0x3826eaa8 -0, 141312, 141312, 1024, 4096, 0xa7cc0176 -0, 142336, 142336, 1024, 4096, 0x71e8fe5a -0, 143360, 143360, 1024, 4096, 0x0149fcfa -0, 144384, 144384, 1024, 4096, 0xbd36fd8e -0, 145408, 145408, 1024, 4096, 0xec1afcc6 -0, 146432, 146432, 1024, 4096, 0xea80ec5e -0, 147456, 147456, 1024, 4096, 0x8da1f0ac -0, 148480, 148480, 1024, 4096, 0x63c3e61c -0, 149504, 149504, 1024, 4096, 0x188cf09b -0, 150528, 150528, 1024, 4096, 0x7eebea85 -0, 151552, 151552, 1024, 4096, 0x7ef6f718 -0, 152576, 152576, 1024, 4096, 0xcd9fecfb -0, 153600, 153600, 1024, 4096, 0x1aa7f624 -0, 154624, 154624, 1024, 4096, 0xcab5f1e3 -0, 155648, 155648, 1024, 4096, 0x36e9f795 -0, 156672, 156672, 1024, 4096, 0x952cf54d -0, 157696, 157696, 1024, 4096, 0x54a4ed3b -0, 158720, 158720, 1024, 4096, 0x1e24f992 -0, 159744, 159744, 1024, 4096, 0xab6bfa09 -0, 160768, 160768, 1024, 4096, 0xa021020b -0, 161792, 161792, 1024, 4096, 0xaa0600f5 -0, 162816, 162816, 1024, 4096, 0xadf7ec92 -0, 163840, 163840, 1024, 4096, 0x5dd5f63f -0, 164864, 164864, 1024, 4096, 0xc01bff89 -0, 165888, 165888, 1024, 4096, 0x05dbf1e7 -0, 166912, 166912, 1024, 4096, 0x44f00038 -0, 167936, 167936, 1024, 4096, 0x6dc5f886 -0, 168960, 168960, 1024, 4096, 0xeb88e729 -0, 169984, 169984, 1024, 4096, 0xfe5cf53e -0, 171008, 171008, 1024, 4096, 0x2692f7a0 -0, 172032, 172032, 1024, 4096, 0xe984f24b -0, 173056, 173056, 1024, 4096, 0x1a4ef732 -0, 174080, 174080, 1024, 4096, 0x3b60010b -0, 175104, 175104, 1024, 4096, 0x6dd0eaf2 -0, 176128, 176128, 1024, 4096, 0x313de851 -0, 177152, 177152, 1024, 4096, 0x239ef043 -0, 178176, 178176, 1024, 4096, 0x2366fe43 -0, 179200, 179200, 1024, 4096, 0xbfd6f3b9 -0, 180224, 180224, 1024, 4096, 0xb34bf67b -0, 181248, 181248, 1024, 4096, 0x00def7c1 -0, 182272, 182272, 1024, 4096, 0xa6d0f466 -0, 183296, 183296, 1024, 4096, 0xd1a1f1c2 -0, 184320, 184320, 1024, 4096, 0x32f8923c -0, 185344, 185344, 1024, 4096, 0x137001d2 -0, 186368, 186368, 1024, 4096, 0xb881f6cd -0, 187392, 187392, 1024, 4096, 0xf44e034a -0, 188416, 188416, 1024, 4096, 0xb43fecf7 -0, 189440, 189440, 1024, 4096, 0xe62ced50 -0, 190464, 190464, 1024, 4096, 0x221dfd0d -0, 191488, 191488, 1024, 4096, 0x85400147 -0, 192512, 192512, 1024, 4096, 0x8bf8d054 -0, 193536, 193536, 1024, 4096, 0x08370170 -0, 194560, 194560, 1024, 4096, 0xec62effa -0, 195584, 195584, 1024, 4096, 0xd58cf67c -0, 196608, 196608, 1024, 4096, 0xf597f9a1 -0, 197632, 197632, 1024, 4096, 0x63fcf0b0 -0, 198656, 198656, 1024, 4096, 0x8cc8fd32 -0, 199680, 199680, 1024, 4096, 0xf8c2072c -0, 200704, 200704, 1024, 4096, 0x0c7e93a5 -0, 201728, 201728, 1024, 4096, 0x1cc3f612 -0, 202752, 202752, 1024, 4096, 0x83adf8ee -0, 203776, 203776, 1024, 4096, 0x680e0195 -0, 204800, 204800, 1024, 4096, 0x9d34fd2e -0, 205824, 205824, 1024, 4096, 0x44cdfb34 -0, 206848, 206848, 1024, 4096, 0x193df790 -0, 207872, 207872, 1024, 4096, 0xb337ef64 -0, 208896, 208896, 1024, 4096, 0x0074ee38 -0, 209920, 209920, 1024, 4096, 0x239ef043 -0, 210944, 210944, 1024, 4096, 0x2366fe43 -0, 211968, 211968, 1024, 4096, 0xbfd6f3b9 -0, 212992, 212992, 1024, 4096, 0xb34bf67b -0, 214016, 214016, 1024, 4096, 0x00def7c1 -0, 215040, 215040, 1024, 4096, 0xa6d0f466 -0, 216064, 216064, 1024, 4096, 0xd1a1f1c2 -0, 217088, 217088, 1024, 4096, 0x32f8923c -0, 218112, 218112, 1024, 4096, 0x137001d2 -0, 219136, 219136, 1024, 4096, 0xb881f6cd -0, 220160, 220160, 1024, 4096, 0xf44e034a -0, 221184, 221184, 1024, 4096, 0xb43fecf7 -0, 222208, 222208, 1024, 4096, 0xe62ced50 -0, 223232, 223232, 1024, 4096, 0x221dfd0d -0, 224256, 224256, 1024, 4096, 0x85400147 -0, 225280, 225280, 1024, 4096, 0x8bf8d054 -0, 226304, 226304, 1024, 4096, 0x08370170 -0, 227328, 227328, 1024, 4096, 0xec62effa -0, 228352, 228352, 1024, 4096, 0xd58cf67c -0, 229376, 229376, 1024, 4096, 0xf597f9a1 -0, 230400, 230400, 1024, 4096, 0x63fcf0b0 -0, 231424, 231424, 1024, 4096, 0x8cc8fd32 -0, 232448, 232448, 1024, 4096, 0xf8c2072c -0, 233472, 233472, 1024, 4096, 0x0c7e93a5 -0, 234496, 234496, 1024, 4096, 0x1cc3f612 -0, 235520, 235520, 1024, 4096, 0x83adf8ee -0, 236544, 236544, 1024, 4096, 0x680e0195 -0, 237568, 237568, 1024, 4096, 0x9d34fd2e -0, 238592, 238592, 1024, 4096, 0x44cdfb34 -0, 239616, 239616, 1024, 4096, 0x193df790 -0, 240640, 240640, 1024, 4096, 0xb337ef64 -0, 241664, 241664, 1024, 4096, 0x0074ee38 -0, 242688, 242688, 1024, 4096, 0x239ef043 -0, 243712, 243712, 1024, 4096, 0x2366fe43 -0, 244736, 244736, 1024, 4096, 0xbfd6f3b9 -0, 245760, 245760, 1024, 4096, 0xb34bf67b -0, 246784, 246784, 1024, 4096, 0x00def7c1 -0, 247808, 247808, 1024, 4096, 0xa6d0f466 -0, 248832, 248832, 1024, 4096, 0xd1a1f1c2 -0, 249856, 249856, 1024, 4096, 0x32f8923c -0, 250880, 250880, 1024, 4096, 0x137001d2 -0, 251904, 251904, 1024, 4096, 0xb881f6cd -0, 252928, 252928, 1024, 4096, 0xf44e034a -0, 253952, 253952, 1024, 4096, 0xb43fecf7 -0, 254976, 254976, 1024, 4096, 0xe62ced50 -0, 256000, 256000, 1024, 4096, 0x221dfd0d -0, 257024, 257024, 1024, 4096, 0x85400147 -0, 258048, 258048, 1024, 4096, 0x8bf8d054 -0, 259072, 259072, 1024, 4096, 0x08370170 -0, 260096, 260096, 1024, 4096, 0xec62effa -0, 261120, 261120, 1024, 4096, 0xd58cf67c -0, 262144, 262144, 1024, 4096, 0xf597f9a1 -0, 263168, 263168, 1024, 4096, 0x63fcf0b0 -0, 264192, 264192, 408, 1632, 0xedfa314a Test filter-alimiter failed. Look at tests/data/fate/filter-alimiter.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-filter-alimiter] Error 1 TEST filter-anequalizer TEST filter-asetnsamples-pad Test filter-agate failed. Look at tests/data/fate/filter-agate.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-filter-agate] Error 1 TEST filter-asetnsamples-nopad TEST filter-asetrate TEST filter-channelmap-one-int LD libavfilter/tests/formats --- /home/fate/ffmpeg/tests/ref/fate/filter-anequalizer 2017-03-24 21:02:53.613046419 +0000 +++ tests/data/fate/filter-anequalizer 2020-03-19 20:54:00.793111331 +0000 @@ -1,265 +0,0 @@ -#tb 0: 1/44100 -#media_type 0: audio -#codec_id 0: pcm_s16le -#sample_rate 0: 44100 -#channel_layout 0: 3 -#channel_layout_name 0: stereo -0, 0, 0, 1024, 4096, 0x8e1bf8e0 -0, 1024, 1024, 1024, 4096, 0xe315f564 -0, 2048, 2048, 1024, 4096, 0x3d0efa98 -0, 3072, 3072, 1024, 4096, 0x5c1bf6b2 -0, 4096, 4096, 1024, 4096, 0xb5b4ff02 -0, 5120, 5120, 1024, 4096, 0xb9b1f4b6 -0, 6144, 6144, 1024, 4096, 0x86e9f411 -0, 7168, 7168, 1024, 4096, 0x36aafbd3 -0, 8192, 8192, 1024, 4096, 0x05d2f63f -0, 9216, 9216, 1024, 4096, 0x1d95fd16 -0, 10240, 10240, 1024, 4096, 0x4fb0f009 -0, 11264, 11264, 1024, 4096, 0x6a6301c6 -0, 12288, 12288, 1024, 4096, 0x299cfbd8 -0, 13312, 13312, 1024, 4096, 0x2a7ffe8c -0, 14336, 14336, 1024, 4096, 0xceace509 -0, 15360, 15360, 1024, 4096, 0xd084feec -0, 16384, 16384, 1024, 4096, 0xd956f613 -0, 17408, 17408, 1024, 4096, 0xf61dfa8c -0, 18432, 18432, 1024, 4096, 0x6ebcf53e -0, 19456, 19456, 1024, 4096, 0x8601f9f2 -0, 20480, 20480, 1024, 4096, 0x6a4bf2d9 -0, 21504, 21504, 1024, 4096, 0xb917fc1d -0, 22528, 22528, 1024, 4096, 0x85cffbca -0, 23552, 23552, 1024, 4096, 0x80d9f509 -0, 24576, 24576, 1024, 4096, 0xa4acf898 -0, 25600, 25600, 1024, 4096, 0x7614f3c0 -0, 26624, 26624, 1024, 4096, 0x5f3700dc -0, 27648, 27648, 1024, 4096, 0x4308ef21 -0, 28672, 28672, 1024, 4096, 0x670df4fe -0, 29696, 29696, 1024, 4096, 0x98d0f24f -0, 30720, 30720, 1024, 4096, 0xed360be0 -0, 31744, 31744, 1024, 4096, 0xbe10f1eb -0, 32768, 32768, 1024, 4096, 0xb5d0fac0 -0, 33792, 33792, 1024, 4096, 0x94c1f649 -0, 34816, 34816, 1024, 4096, 0x3617fb9b -0, 35840, 35840, 1024, 4096, 0x1840f6e6 -0, 36864, 36864, 1024, 4096, 0x0ce8fdfa -0, 37888, 37888, 1024, 4096, 0xd7c1f4b8 -0, 38912, 38912, 1024, 4096, 0x86e9f411 -0, 39936, 39936, 1024, 4096, 0x36aafbd3 -0, 40960, 40960, 1024, 4096, 0x05d2f63f -0, 41984, 41984, 1024, 4096, 0x1d95fd16 -0, 43008, 43008, 1024, 4096, 0x4fb0f009 -0, 44032, 44032, 1024, 4096, 0xc6de743e -0, 45056, 45056, 1024, 4096, 0xe878f6e3 -0, 46080, 46080, 1024, 4096, 0x40c3fdf9 -0, 47104, 47104, 1024, 4096, 0x19def744 -0, 48128, 48128, 1024, 4096, 0x9e3d0016 -0, 49152, 49152, 1024, 4096, 0x2d3bfaee -0, 50176, 50176, 1024, 4096, 0x0ae800c8 -0, 51200, 51200, 1024, 4096, 0xd6530007 -0, 52224, 52224, 1024, 4096, 0x3ec6fa96 -0, 53248, 53248, 1024, 4096, 0x4f3df4c4 -0, 54272, 54272, 1024, 4096, 0x8584f574 -0, 55296, 55296, 1024, 4096, 0xaa2311e8 -0, 56320, 56320, 1024, 4096, 0xfc04ed39 -0, 57344, 57344, 1024, 4096, 0xdefc1dcf -0, 58368, 58368, 1024, 4096, 0x26120297 -0, 59392, 59392, 1024, 4096, 0x12db0600 -0, 60416, 60416, 1024, 4096, 0x590cfb36 -0, 61440, 61440, 1024, 4096, 0x03d2e732 -0, 62464, 62464, 1024, 4096, 0xa0b1eecb -0, 63488, 63488, 1024, 4096, 0x89e6f0f8 -0, 64512, 64512, 1024, 4096, 0x96c3fde6 -0, 65536, 65536, 1024, 4096, 0x5d3ef320 -0, 66560, 66560, 1024, 4096, 0x780beba1 -0, 67584, 67584, 1024, 4096, 0x8a6ef641 -0, 68608, 68608, 1024, 4096, 0x716df2d2 -0, 69632, 69632, 1024, 4096, 0xe02bf742 -0, 70656, 70656, 1024, 4096, 0x636f0676 -0, 71680, 71680, 1024, 4096, 0x211fef81 -0, 72704, 72704, 1024, 4096, 0x230d03c2 -0, 73728, 73728, 1024, 4096, 0x78c7ec7e -0, 74752, 74752, 1024, 4096, 0x57aaf08e -0, 75776, 75776, 1024, 4096, 0xf35c034e -0, 76800, 76800, 1024, 4096, 0xa52120e1 -0, 77824, 77824, 1024, 4096, 0xcd0ffe7c -0, 78848, 78848, 1024, 4096, 0x76a40264 -0, 79872, 79872, 1024, 4096, 0x3daae73c -0, 80896, 80896, 1024, 4096, 0x02bfebb8 -0, 81920, 81920, 1024, 4096, 0x2fad0aef -0, 82944, 82944, 1024, 4096, 0xaf3d1e35 -0, 83968, 83968, 1024, 4096, 0x1577f70b -0, 84992, 84992, 1024, 4096, 0x7330ff44 -0, 86016, 86016, 1024, 4096, 0xfc10f794 -0, 87040, 87040, 1024, 4096, 0xf883ff53 -0, 88064, 88064, 1024, 4096, 0x4d91f664 -0, 89088, 89088, 1024, 4096, 0x7bbcf94a -0, 90112, 90112, 1024, 4096, 0x5243da5a -0, 91136, 91136, 1024, 4096, 0xc9f2b510 -0, 92160, 92160, 1024, 4096, 0xd45daee9 -0, 93184, 93184, 1024, 4096, 0xf040cbe7 -0, 94208, 94208, 1024, 4096, 0xc755db61 -0, 95232, 95232, 1024, 4096, 0x2a2bdb39 -0, 96256, 96256, 1024, 4096, 0xd180faf7 -0, 97280, 97280, 1024, 4096, 0xe05bf3b3 -0, 98304, 98304, 1024, 4096, 0xee84c6a1 -0, 99328, 99328, 1024, 4096, 0xb05ec71b -0, 100352, 100352, 1024, 4096, 0xf788e856 -0, 101376, 101376, 1024, 4096, 0x884fe6b4 -0, 102400, 102400, 1024, 4096, 0xc474ef2f -0, 103424, 103424, 1024, 4096, 0x8ea2e3e3 -0, 104448, 104448, 1024, 4096, 0x32e2ba03 -0, 105472, 105472, 1024, 4096, 0xde62e2be -0, 106496, 106496, 1024, 4096, 0xd9c1a387 -0, 107520, 107520, 1024, 4096, 0xb923e9c8 -0, 108544, 108544, 1024, 4096, 0xe0e2ef73 -0, 109568, 109568, 1024, 4096, 0xdc66f037 -0, 110592, 110592, 1024, 4096, 0x4c5ddb65 -0, 111616, 111616, 1024, 4096, 0xddc5e6dc -0, 112640, 112640, 1024, 4096, 0x2c2afa48 -0, 113664, 113664, 1024, 4096, 0xfe1cefab -0, 114688, 114688, 1024, 4096, 0xa761d9b1 -0, 115712, 115712, 1024, 4096, 0xac1af519 -0, 116736, 116736, 1024, 4096, 0x1d3e0455 -0, 117760, 117760, 1024, 4096, 0xca8bdaec -0, 118784, 118784, 1024, 4096, 0x1c890dd7 -0, 119808, 119808, 1024, 4096, 0xd01023ec -0, 120832, 120832, 1024, 4096, 0xd608fa07 -0, 121856, 121856, 1024, 4096, 0xa01bdceb -0, 122880, 122880, 1024, 4096, 0x5b6e0428 -0, 123904, 123904, 1024, 4096, 0x699bffc9 -0, 124928, 124928, 1024, 4096, 0x7200d6ea -0, 125952, 125952, 1024, 4096, 0x60ece933 -0, 126976, 126976, 1024, 4096, 0x6d1305ad -0, 128000, 128000, 1024, 4096, 0xf932e234 -0, 129024, 129024, 1024, 4096, 0xc88dfc53 -0, 130048, 130048, 1024, 4096, 0xecaafd32 -0, 131072, 131072, 1024, 4096, 0x4683eec4 -0, 132096, 132096, 1024, 4096, 0x01a40877 -0, 133120, 133120, 1024, 4096, 0x68affdb9 -0, 134144, 134144, 1024, 4096, 0x3d50049a -0, 135168, 135168, 1024, 4096, 0x28c3e64a -0, 136192, 136192, 1024, 4096, 0xe77eff83 -0, 137216, 137216, 1024, 4096, 0x778ef1d7 -0, 138240, 138240, 1024, 4096, 0x8632016c -0, 139264, 139264, 1024, 4096, 0x113ff74d -0, 140288, 140288, 1024, 4096, 0x8a410144 -0, 141312, 141312, 1024, 4096, 0xf1f8032c -0, 142336, 142336, 1024, 4096, 0x4ea9f305 -0, 143360, 143360, 1024, 4096, 0x08beed52 -0, 144384, 144384, 1024, 4096, 0xe62e0599 -0, 145408, 145408, 1024, 4096, 0xabc1f9cb -0, 146432, 146432, 1024, 4096, 0x0a3cf37c -0, 147456, 147456, 1024, 4096, 0x9d84eaec -0, 148480, 148480, 1024, 4096, 0x0ecafb82 -0, 149504, 149504, 1024, 4096, 0x3898f9f9 -0, 150528, 150528, 1024, 4096, 0xbe95f626 -0, 151552, 151552, 1024, 4096, 0x2bd01290 -0, 152576, 152576, 1024, 4096, 0xb3ccf9cc -0, 153600, 153600, 1024, 4096, 0x1d6510a7 -0, 154624, 154624, 1024, 4096, 0xb758f5ec -0, 155648, 155648, 1024, 4096, 0xe163f2f7 -0, 156672, 156672, 1024, 4096, 0x208cf625 -0, 157696, 157696, 1024, 4096, 0x0e7ee529 -0, 158720, 158720, 1024, 4096, 0x82fef772 -0, 159744, 159744, 1024, 4096, 0xbcadfd1a -0, 160768, 160768, 1024, 4096, 0xb84914e1 -0, 161792, 161792, 1024, 4096, 0xae9de78e -0, 162816, 162816, 1024, 4096, 0x17afdd4d -0, 163840, 163840, 1024, 4096, 0x6f41e1ac -0, 164864, 164864, 1024, 4096, 0x07b2019e -0, 165888, 165888, 1024, 4096, 0x92a9f923 -0, 166912, 166912, 1024, 4096, 0xb284f10b -0, 167936, 167936, 1024, 4096, 0x6a3ffa40 -0, 168960, 168960, 1024, 4096, 0xaee7e8bd -0, 169984, 169984, 1024, 4096, 0xa409e2f3 -0, 171008, 171008, 1024, 4096, 0x26f3f5ff -0, 172032, 172032, 1024, 4096, 0x1a89eca5 -0, 173056, 173056, 1024, 4096, 0x8a49f293 -0, 174080, 174080, 1024, 4096, 0x9d4506f7 -0, 175104, 175104, 1024, 4096, 0x0ca2f075 -0, 176128, 176128, 1024, 4096, 0x7beb063f -0, 177152, 177152, 1024, 4096, 0xe2b1e8a0 -0, 178176, 178176, 1024, 4096, 0xcc77fbd0 -0, 179200, 179200, 1024, 4096, 0x7c93f956 -0, 180224, 180224, 1024, 4096, 0xdb28fb69 -0, 181248, 181248, 1024, 4096, 0xe49afc39 -0, 182272, 182272, 1024, 4096, 0x60e904b5 -0, 183296, 183296, 1024, 4096, 0xbb67ebbc -0, 184320, 184320, 1024, 4096, 0xc1e4ca2b -0, 185344, 185344, 1024, 4096, 0xdcb8e550 -0, 186368, 186368, 1024, 4096, 0xe70bfe5d -0, 187392, 187392, 1024, 4096, 0x5da3f4d4 -0, 188416, 188416, 1024, 4096, 0xfe9f04f6 -0, 189440, 189440, 1024, 4096, 0xf960f3cd -0, 190464, 190464, 1024, 4096, 0xe6b7fc42 -0, 191488, 191488, 1024, 4096, 0xb8b9f1e2 -0, 192512, 192512, 1024, 4096, 0x520dd814 -0, 193536, 193536, 1024, 4096, 0x00f30212 -0, 194560, 194560, 1024, 4096, 0x8298f610 -0, 195584, 195584, 1024, 4096, 0xf0d9f47f -0, 196608, 196608, 1024, 4096, 0x5063f4c4 -0, 197632, 197632, 1024, 4096, 0x6910f4bf -0, 198656, 198656, 1024, 4096, 0x8c27ec24 -0, 199680, 199680, 1024, 4096, 0xf803052a -0, 200704, 200704, 1024, 4096, 0xe31b1507 -0, 201728, 201728, 1024, 4096, 0x0ca30bbf -0, 202752, 202752, 1024, 4096, 0x2659f272 -0, 203776, 203776, 1024, 4096, 0x54c0fc05 -0, 204800, 204800, 1024, 4096, 0x7427ebec -0, 205824, 205824, 1024, 4096, 0xb652fd0c -0, 206848, 206848, 1024, 4096, 0xa6c9f494 -0, 207872, 207872, 1024, 4096, 0xd429fef3 -0, 208896, 208896, 1024, 4096, 0xbbd5f8e3 -0, 209920, 209920, 1024, 4096, 0x8b74eed4 -0, 210944, 210944, 1024, 4096, 0xf21cfac1 -0, 211968, 211968, 1024, 4096, 0x055efc5f -0, 212992, 212992, 1024, 4096, 0x334efc0f -0, 214016, 214016, 1024, 4096, 0x29e7fc16 -0, 215040, 215040, 1024, 4096, 0xf0f904c0 -0, 216064, 216064, 1024, 4096, 0xaec3ebbb -0, 217088, 217088, 1024, 4096, 0xc1e4ca2b -0, 218112, 218112, 1024, 4096, 0xdcb8e550 -0, 219136, 219136, 1024, 4096, 0xe70bfe5d -0, 220160, 220160, 1024, 4096, 0x5da3f4d4 -0, 221184, 221184, 1024, 4096, 0xfe9f04f6 -0, 222208, 222208, 1024, 4096, 0xf960f3cd -0, 223232, 223232, 1024, 4096, 0xe6b7fc42 -0, 224256, 224256, 1024, 4096, 0xb8b9f1e2 -0, 225280, 225280, 1024, 4096, 0x520dd814 -0, 226304, 226304, 1024, 4096, 0x00f30212 -0, 227328, 227328, 1024, 4096, 0x8298f610 -0, 228352, 228352, 1024, 4096, 0xf0d9f47f -0, 229376, 229376, 1024, 4096, 0x5063f4c4 -0, 230400, 230400, 1024, 4096, 0x6910f4bf -0, 231424, 231424, 1024, 4096, 0x8c27ec24 -0, 232448, 232448, 1024, 4096, 0xf803052a -0, 233472, 233472, 1024, 4096, 0xe31b1507 -0, 234496, 234496, 1024, 4096, 0x0ca30bbf -0, 235520, 235520, 1024, 4096, 0x2659f272 -0, 236544, 236544, 1024, 4096, 0x54c0fc05 -0, 237568, 237568, 1024, 4096, 0x7427ebec -0, 238592, 238592, 1024, 4096, 0xb652fd0c -0, 239616, 239616, 1024, 4096, 0xa6c9f494 -0, 240640, 240640, 1024, 4096, 0xd429fef3 -0, 241664, 241664, 1024, 4096, 0xbbd5f8e3 -0, 242688, 242688, 1024, 4096, 0x8b74eed4 -0, 243712, 243712, 1024, 4096, 0xf21cfac1 -0, 244736, 244736, 1024, 4096, 0x055efc5f -0, 245760, 245760, 1024, 4096, 0x334efc0f -0, 246784, 246784, 1024, 4096, 0x29e7fc16 -0, 247808, 247808, 1024, 4096, 0xf0f904c0 -0, 248832, 248832, 1024, 4096, 0xaec3ebbb -0, 249856, 249856, 1024, 4096, 0xc1e4ca2b -0, 250880, 250880, 1024, 4096, 0xdcb8e550 -0, 251904, 251904, 1024, 4096, 0xe70bfe5d -0, 252928, 252928, 1024, 4096, 0x5da3f4d4 -0, 253952, 253952, 1024, 4096, 0xfe9f04f6 -0, 254976, 254976, 1024, 4096, 0xf960f3cd -0, 256000, 256000, 1024, 4096, 0xe6b7fc42 -0, 257024, 257024, 1024, 4096, 0xb8b9f1e2 -0, 258048, 258048, 1024, 4096, 0x520dd814 -0, 259072, 259072, 1024, 4096, 0x00f30212 -0, 260096, 260096, 1024, 4096, 0x8298f610 -0, 261120, 261120, 1024, 4096, 0xf0d9f47f -0, 262144, 262144, 1024, 4096, 0x5063f4c4 -0, 263168, 263168, 1024, 4096, 0x6910f4bf -0, 264192, 264192, 408, 1632, 0xe6d032c8 TEST dcinema-encode TEST unknown_layout-pcm --- - 2020-03-19 20:54:00.877206611 +0000 +++ tests/data/fate/filter-channelmap-one-int 2020-03-19 20:54:00.873111193 +0000 @@ -1 +1 @@ -8cfe553d65ed4696756d8c1b824fcdd3 +d41d8cd98f00b204e9800998ecf8427e TEST unknown_layout-ac3 Test filter-anequalizer failed. Look at tests/data/fate/filter-anequalizer.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-anequalizer] Error 1 TEST acodec-g723_1 Test filter-channelmap-one-int failed. Look at tests/data/fate/filter-channelmap-one-int.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-channelmap-one-int] Error 1 TEST acodec-ra144 TEST vsynth1-amv TEST vsynth1-asv1 --- /home/fate/ffmpeg/tests/ref/fate/unknown_layout-ac3 2017-03-24 21:02:53.639713148 +0000 +++ tests/data/fate/unknown_layout-ac3 2020-03-19 20:54:00.933111088 +0000 @@ -1 +1 @@ -bbb7550d6d93973c10f4ee13c87cf799 +d41d8cd98f00b204e9800998ecf8427e Test unknown_layout-ac3 failed. Look at tests/data/fate/unknown_layout-ac3.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-unknown_layout-ac3] Error 1 TEST vsynth1-asv2 TEST vsynth1-cinepak --- /home/fate/ffmpeg/tests/ref/acodec/g723_1 2017-03-24 21:02:53.603046396 +0000 +++ tests/data/fate/acodec-g723_1 2020-03-19 20:54:01.113110777 +0000 @@ -1,4 +1,2 @@ dec0deb2425e908d232d2471acff04a3 *tests/data/fate/acodec-g723_1.g723_1 4800 tests/data/fate/acodec-g723_1.g723_1 -c3b9055d1830969c10d08762fae0b787 *tests/data/fate/acodec-g723_1.out.wav -stddev: 8423.47 PSNR: 17.82 MAXDIFF:53292 bytes: 95992/ 96000 Test acodec-g723_1 failed. Look at tests/data/fate/acodec-g723_1.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-acodec-g723_1] Error 1 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-uhd-hr-sq TEST vsynth1-dnxhd-edge1-hr TEST vsynth1-dnxhd-edge2-hr TEST vsynth1-dnxhd-edge3-hr TEST vsynth1-dnxhd-4k-hr-lb TEST vsynth1-dnxhd-2k-hr-hq TEST vsynth1-vc2-420p TEST vsynth1-vc2-420p10 TEST vsynth1-vc2-420p12 TEST vsynth1-vc2-422p TEST vsynth1-vc2-422p10 TEST vsynth1-vc2-422p12 TEST vsynth1-vc2-444p TEST vsynth1-vc2-444p10 TEST vsynth1-vc2-444p12 TEST vsynth1-vc2-thaar TEST vsynth1-vc2-t5_3 TEST vsynth1-dnxhd-1080i TEST vsynth1-dnxhd-1080i-10bit TEST vsynth1-dnxhd-1080i-colr TEST vsynth1-dnxhd-hr-lb-mov TEST vsynth1-dnxhd-hr-sq-mov TEST vsynth1-dnxhd-hr-hq-mov TEST vsynth1-dv TEST vsynth1-dv-411 TEST vsynth1-dv-50 TEST vsynth1-dv-hd TEST vsynth1-dv-fhd TEST vsynth1-ffv1 TEST vsynth1-ffv1-v0 TEST vsynth1-ffv1-v3-yuv420p TEST vsynth1-ffv1-v3-yuv422p10 TEST vsynth1-ffv1-v3-yuv444p16 TEST vsynth1-ffv1-v3-bgr0 TEST vsynth1-ffv1-v3-rgb48 TEST vsynth1-ffvhuff TEST vsynth1-ffvhuff444 TEST vsynth1-ffvhuff420p12 TEST vsynth1-ffvhuff422p10left TEST vsynth1-ffvhuff444p16 TEST vsynth1-flashsv TEST vsynth1-flashsv2 TEST vsynth1-flv TEST vsynth1-h261 TEST vsynth1-h261-trellis TEST vsynth1-h263 TEST vsynth1-h263-obmc TEST vsynth1-h263p TEST vsynth1-huffyuv TEST vsynth1-huffyuvbgr24 TEST vsynth1-huffyuvbgra TEST vsynth1-jpegls TEST vsynth1-jpeg2000 TEST vsynth1-jpeg2000-97 TEST vsynth1-ljpeg TEST vsynth1-mjpeg TEST vsynth1-mjpeg-422 TEST vsynth1-mjpeg-444 TEST vsynth1-mjpeg-trell TEST vsynth1-mjpeg-huffman TEST vsynth1-mjpeg-trell-huffman TEST vsynth1-mpeg1 TEST vsynth1-mpeg1b TEST vsynth1-mpeg2 TEST vsynth1-mpeg2-422 TEST vsynth1-mpeg2-idct-int TEST vsynth1-mpeg2-ilace TEST vsynth1-mpeg2-ivlc-qprd TEST vsynth1-mpeg2-thread TEST vsynth1-mpeg2-thread-ivlc TEST vsynth1-mpeg4 TEST vsynth1-mpeg4-rc TEST vsynth1-mpeg4-adv TEST vsynth1-mpeg4-qprd TEST vsynth1-mpeg4-adap TEST vsynth1-mpeg4-qpel TEST vsynth1-mpeg4-thread TEST vsynth1-mpeg4-error TEST vsynth1-mpeg4-nr TEST vsynth1-mpeg4-nsse TEST vsynth1-msmpeg4 TEST vsynth1-msmpeg4v2 TEST vsynth1-mpng TEST vsynth1-msvideo1 TEST vsynth1-prores TEST vsynth1-prores_int TEST vsynth1-prores_444 TEST vsynth1-prores_444_int TEST vsynth1-prores_ks TEST vsynth1-qtrle TEST vsynth1-qtrlegray TEST vsynth1-rgb TEST vsynth1-bpp1 TEST vsynth1-bpp15 TEST vsynth1-mov-bgr24 TEST vsynth1-mov-bpp15 TEST vsynth1-mov-bpp16 TEST vsynth1-roqvideo TEST vsynth1-rv10 TEST vsynth1-rv20 TEST vsynth1-snow TEST vsynth1-snow-hpel TEST vsynth1-snow-ll TEST vsynth1-svq1 TEST vsynth1-r210 TEST vsynth1-v210 TEST vsynth1-v210-10 TEST vsynth1-v308 TEST vsynth1-v408 TEST vsynth1-avui TEST vsynth1-wmv1 TEST vsynth1-wmv2 TEST vsynth1-yuv TEST vsynth1-xface TEST vsynth1-yuv4 TEST vsynth1-y41p TEST vsynth1-zlib GEN tests/data/vsynth2.yuv TEST vsynth3-amv TEST vsynth3-asv1 TEST vsynth3-asv2 TEST vsynth3-cljr TEST vsynth3-dnxhd-720p-hr-lb TEST vsynth3-dnxhd-uhd-hr-sq TEST vsynth3-dnxhd-edge1-hr TEST vsynth3-dnxhd-edge2-hr TEST vsynth3-dnxhd-edge3-hr TEST vsynth3-dnxhd-4k-hr-lb TEST vsynth3-dnxhd-2k-hr-hq 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-dv-hd TEST vsynth3-dv-fhd TEST vsynth3-ffv1 TEST vsynth3-ffv1-v0 TEST vsynth3-ffv1-v3-yuv420p TEST vsynth3-ffv1-v3-yuv422p10 TEST vsynth3-ffv1-v3-yuv444p16 TEST vsynth3-ffv1-v3-bgr0 TEST vsynth3-ffv1-v3-rgb48 TEST vsynth3-ffvhuff TEST vsynth3-ffvhuff444 TEST vsynth3-ffvhuff420p12 TEST vsynth3-ffvhuff422p10left TEST vsynth3-ffvhuff444p16 TEST vsynth3-flashsv TEST vsynth3-flashsv2 TEST vsynth3-flv TEST vsynth3-huffyuv TEST vsynth3-huffyuvbgr24 TEST vsynth3-huffyuvbgra TEST vsynth3-jpegls TEST vsynth3-jpeg2000 TEST vsynth3-jpeg2000-97 TEST vsynth3-ljpeg TEST vsynth3-mjpeg TEST vsynth3-mjpeg-422 TEST vsynth3-mjpeg-444 TEST vsynth3-mjpeg-trell TEST vsynth3-mjpeg-huffman TEST vsynth3-mjpeg-trell-huffman TEST vsynth3-mpeg1 TEST vsynth3-mpeg1b TEST vsynth3-mpeg2 TEST vsynth3-mpeg2-422 TEST vsynth3-mpeg2-idct-int TEST vsynth3-mpeg2-ilace TEST vsynth3-mpeg2-ivlc-qprd TEST vsynth3-mpeg2-thread TEST vsynth3-mpeg2-thread-ivlc TEST vsynth3-mpeg4 TEST vsynth3-mpeg4-rc TEST vsynth3-mpeg4-adv TEST vsynth3-mpeg4-qprd TEST vsynth3-mpeg4-adap TEST vsynth3-mpeg4-qpel TEST vsynth3-mpeg4-thread TEST vsynth3-mpeg4-error TEST vsynth3-mpeg4-nr TEST vsynth3-mpeg4-nsse TEST vsynth3-msmpeg4 TEST vsynth3-msmpeg4v2 TEST vsynth3-mpng TEST vsynth3-prores TEST vsynth3-prores_int TEST vsynth3-prores_444 TEST vsynth3-prores_444_int TEST vsynth3-prores_ks TEST vsynth3-qtrle TEST vsynth3-rgb TEST vsynth3-bpp1 TEST vsynth3-bpp15 TEST vsynth3-mov-bgr24 TEST vsynth3-mov-bpp15 TEST vsynth3-mov-bpp16 TEST vsynth3-svq1 TEST vsynth3-r210 TEST vsynth3-v210 TEST vsynth3-v210-10 TEST vsynth3-v308 TEST vsynth3-v408 TEST vsynth3-wmv1 TEST vsynth3-wmv2 TEST vsynth3-yuv TEST vsynth3-xface TEST vsynth3-yuv4 TEST vsynth3-zlib TEST lavf-aiff TEST lavf-al TEST lavf-ast TEST lavf-au TEST lavf-caf TEST lavf-mmf TEST lavf-ogg TEST lavf-rso --- /home/fate/ffmpeg/tests/ref/lavf/ast 2019-03-14 19:28:34.661592236 +0000 +++ tests/data/fate/lavf-ast 2020-03-19 20:54:17.136416384 +0000 @@ -1,3 +1,3 @@ -07f5d23aa8bade984034f7005bd72947 *tests/data/lavf/lavf.ast -177872 tests/data/lavf/lavf.ast -tests/data/lavf/lavf.ast CRC=0xe61e3bd0 +d41d8cd98f00b204e9800998ecf8427e *tests/data/lavf/lavf.ast +0 tests/data/lavf/lavf.ast +tests/data/lavf/lavf.ast TEST lavf-sox TEST lavf-ul TEST lavf-voc Test lavf-ast failed. Look at tests/data/fate/lavf-ast.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-lavf-ast] Error 1 TEST lavf-ircam TEST lavf-s16.voc --- /home/fate/ffmpeg/tests/ref/lavf/rso 2019-03-14 19:28:34.664925563 +0000 +++ tests/data/fate/lavf-rso 2020-03-19 20:54:17.189749625 +0000 @@ -1,3 +1,3 @@ -443b72346065d6318ca18c8395aa1d87 *tests/data/lavf/lavf.rso -44108 tests/data/lavf/lavf.rso -tests/data/lavf/lavf.rso CRC=0x298fd284 +d41d8cd98f00b204e9800998ecf8427e *tests/data/lavf/lavf.rso +0 tests/data/lavf/lavf.rso +tests/data/lavf/lavf.rso Test lavf-rso failed. Look at tests/data/fate/lavf-rso.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-lavf-rso] Error 1 TEST lavf-wav TEST lavf-peak.wav --- /home/fate/ffmpeg/tests/ref/lavf/voc 2019-03-14 19:28:34.664925563 +0000 +++ tests/data/fate/lavf-voc 2020-03-19 20:54:17.199749608 +0000 @@ -1,3 +1,3 @@ -bb5ad96a5e1b35683d50bf18115db821 *tests/data/lavf/lavf.voc -44305 tests/data/lavf/lavf.voc -tests/data/lavf/lavf.voc CRC=0x298fd284 +d41d8cd98f00b204e9800998ecf8427e *tests/data/lavf/lavf.voc +0 tests/data/lavf/lavf.voc +tests/data/lavf/lavf.voc --- /home/fate/ffmpeg/tests/ref/lavf/sox 2019-03-14 19:28:34.664925563 +0000 +++ tests/data/fate/lavf-sox 2020-03-19 20:54:17.193082953 +0000 @@ -1,3 +1,3 @@ -683635d5cb1344e44fa96df90c3a993c *tests/data/lavf/lavf.sox -176432 tests/data/lavf/lavf.sox -tests/data/lavf/lavf.sox CRC=0x3a1da17e +d41d8cd98f00b204e9800998ecf8427e *tests/data/lavf/lavf.sox +0 tests/data/lavf/lavf.sox +tests/data/lavf/lavf.sox TEST lavf-peak_only.wav Test lavf-sox failed. Look at tests/data/fate/lavf-sox.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-lavf-sox] Error 1 TEST lavf-w64 TEST lavf-tta Test lavf-voc failed. Look at tests/data/fate/lavf-voc.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-voc] Error 1 TEST lavf-mka TEST lavf-wv TEST lavf-asf TEST lavf-avi TEST lavf-dv TEST lavf-dv_pal --- /home/fate/ffmpeg/tests/ref/lavf/wv 2019-03-14 19:28:34.664925563 +0000 +++ tests/data/fate/lavf-wv 2020-03-19 20:54:17.269749486 +0000 @@ -1,3 +1,3 @@ -47d9a381d9c3f99b8b059f3b17f1dc11 *tests/data/lavf/lavf.wv -59560 tests/data/lavf/lavf.wv -tests/data/lavf/lavf.wv CRC=0x3a1da17e +d41d8cd98f00b204e9800998ecf8427e *tests/data/lavf/lavf.wv +0 tests/data/lavf/lavf.wv +tests/data/lavf/lavf.wv TEST lavf-dv_ntsc TEST lavf-flm TEST lavf-gxf Test lavf-wv failed. Look at tests/data/fate/lavf-wv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-wv] Error 1 TEST lavf-gxf_pal TEST lavf-gxf_ntsc --- /home/fate/ffmpeg/tests/ref/lavf/dv_ntsc 2019-03-14 19:28:34.661592236 +0000 +++ tests/data/fate/lavf-dv_ntsc 2020-03-19 20:54:17.366415986 +0000 @@ -1,3 +1,3 @@ -5569626370c7c72d40de2c4559e32856 *tests/data/lavf/lavf.dv_ntsc -3480000 tests/data/lavf/lavf.dv_ntsc -tests/data/lavf/lavf.dv_ntsc CRC=0xa0088163 +d41d8cd98f00b204e9800998ecf8427e *tests/data/lavf/lavf.dv_ntsc +0 tests/data/lavf/lavf.dv_ntsc +tests/data/lavf/lavf.dv_ntsc Test lavf-dv_ntsc failed. Look at tests/data/fate/lavf-dv_ntsc.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-dv_ntsc] Error 1 TEST lavf-mkv --- /home/fate/ffmpeg/tests/ref/lavf/asf 2019-03-14 19:28:34.661592236 +0000 +++ tests/data/fate/lavf-asf 2020-03-19 20:54:17.383082624 +0000 @@ -1,3 +1,3 @@ 76f131a5426f0ba5fc7409d1a1bbfdd7 *tests/data/lavf/lavf.asf 333585 tests/data/lavf/lavf.asf -tests/data/lavf/lavf.asf CRC=0xf6340a10 +tests/data/lavf/lavf.asf --- /home/fate/ffmpeg/tests/ref/lavf/dv_pal 2019-03-14 19:28:34.661592236 +0000 +++ tests/data/fate/lavf-dv_pal 2020-03-19 20:54:17.386415951 +0000 @@ -1,3 +1,3 @@ -7830f9c6716ceb6011f865f1e521b951 *tests/data/lavf/lavf.dv_pal -3600000 tests/data/lavf/lavf.dv_pal -tests/data/lavf/lavf.dv_pal CRC=0xd428d3ee +d41d8cd98f00b204e9800998ecf8427e *tests/data/lavf/lavf.dv_pal +0 tests/data/lavf/lavf.dv_pal +tests/data/lavf/lavf.dv_pal Test lavf-asf failed. Look at tests/data/fate/lavf-asf.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-asf] Error 1 --- /home/fate/ffmpeg/tests/ref/lavf/gxf_pal 2019-03-14 19:28:34.661592236 +0000 +++ tests/data/fate/lavf-gxf_pal 2020-03-19 20:54:17.383082624 +0000 @@ -1,3 +1,3 @@ -4d1bd16c6d52468c05711d8301e4e302 *tests/data/lavf/lavf.gxf_pal -795880 tests/data/lavf/lavf.gxf_pal -tests/data/lavf/lavf.gxf_pal CRC=0x1dbfef76 +d41d8cd98f00b204e9800998ecf8427e *tests/data/lavf/lavf.gxf_pal +0 tests/data/lavf/lavf.gxf_pal +tests/data/lavf/lavf.gxf_pal --- /home/fate/ffmpeg/tests/ref/lavf/gxf_ntsc 2019-03-14 19:28:34.661592236 +0000 +++ tests/data/fate/lavf-gxf_ntsc 2020-03-19 20:54:17.389749279 +0000 @@ -1,3 +1,3 @@ -9a27673c85f1671ba9ff7cd33e5735de *tests/data/lavf/lavf.gxf_ntsc -794660 tests/data/lavf/lavf.gxf_ntsc -tests/data/lavf/lavf.gxf_ntsc CRC=0xdcd39443 +d41d8cd98f00b204e9800998ecf8427e *tests/data/lavf/lavf.gxf_ntsc +0 tests/data/lavf/lavf.gxf_ntsc +tests/data/lavf/lavf.gxf_ntsc TEST lavf-mkv_attachment Test lavf-dv_pal failed. Look at tests/data/fate/lavf-dv_pal.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-dv_pal] Error 1 --- /home/fate/ffmpeg/tests/ref/lavf/avi 2019-03-14 19:28:34.661592236 +0000 +++ tests/data/fate/lavf-avi 2020-03-19 20:54:17.393082607 +0000 @@ -1,3 +1,3 @@ ab696052289d8dfea193e4cf94a94a6f *tests/data/lavf/lavf.avi 330814 tests/data/lavf/lavf.avi -tests/data/lavf/lavf.avi CRC=0xec6c3c68 +tests/data/lavf/lavf.avi TEST lavf-mov Test lavf-gxf_pal failed. Look at tests/data/fate/lavf-gxf_pal.err for details. Test lavf-gxf_ntsc failed. Look at tests/data/fate/lavf-gxf_ntsc.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-gxf_pal] Error 1 make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-gxf_ntsc] Error 1 Test lavf-avi failed. Look at tests/data/fate/lavf-avi.err for details. TEST lavf-mov_rtphint make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-lavf-avi] Error 1 TEST lavf-ismv TEST lavf-mp4 TEST lavf-mpg --- /home/fate/ffmpeg/tests/ref/lavf/mkv_attachment 2019-05-08 20:35:58.526924700 +0000 +++ tests/data/fate/lavf-mkv_attachment 2020-03-19 20:54:17.556415657 +0000 @@ -1,3 +1,3 @@ 4a25c53150c09537cd4fcbff8f8f14ff *tests/data/lavf/lavf.mkv_attachment 472706 tests/data/lavf/lavf.mkv_attachment -tests/data/lavf/lavf.mkv_attachment CRC=0xec6c3c68 +tests/data/lavf/lavf.mkv_attachment --- /home/fate/ffmpeg/tests/ref/lavf/mkv 2019-05-08 20:35:58.526924700 +0000 +++ tests/data/fate/lavf-mkv 2020-03-19 20:54:17.559748984 +0000 @@ -1,3 +1,3 @@ 3cddd26ed41f34925d3f34acabab174e *tests/data/lavf/lavf.mkv 320555 tests/data/lavf/lavf.mkv -tests/data/lavf/lavf.mkv CRC=0xec6c3c68 +tests/data/lavf/lavf.mkv Test lavf-mkv_attachment failed. Look at tests/data/fate/lavf-mkv_attachment.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-mkv_attachment] Error 1 TEST lavf-mxf_dv25 Test lavf-mkv failed. Look at tests/data/fate/lavf-mkv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-mkv] Error 1 TEST lavf-mxf_dvcpro50 TEST lavf-mxf_opatom TEST lavf-mxf_opatom_audio TEST lavf-nut TEST lavf-rm TEST lavf-smjpeg --- /home/fate/ffmpeg/tests/ref/lavf/rm 2019-03-14 19:28:34.664925563 +0000 +++ tests/data/fate/lavf-rm 2020-03-19 20:54:17.786415259 +0000 @@ -1,2 +1,2 @@ -e30681d05d6f3d24108d3614600bf116 *tests/data/lavf/lavf.rm -346424 tests/data/lavf/lavf.rm +d41d8cd98f00b204e9800998ecf8427e *tests/data/lavf/lavf.rm +0 tests/data/lavf/lavf.rm Test lavf-rm failed. Look at tests/data/fate/lavf-rm.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-rm] Error 1 --- /home/fate/ffmpeg/tests/ref/lavf/nut 2019-03-14 19:28:34.664925563 +0000 +++ tests/data/fate/lavf-nut 2020-03-19 20:54:17.796415241 +0000 @@ -1,3 +1,3 @@ 424e8037d7b6f3d3c09cf76bf06a63cb *tests/data/lavf/lavf.nut 319958 tests/data/lavf/lavf.nut -tests/data/lavf/lavf.nut CRC=0xec6c3c68 +tests/data/lavf/lavf.nut TEST lavf-swf Test lavf-nut failed. Look at tests/data/fate/lavf-nut.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-nut] Error 1 TEST lavf-wtv --- /home/fate/ffmpeg/tests/ref/lavf/mpg 2019-03-14 19:28:34.664925563 +0000 +++ tests/data/fate/lavf-mpg 2020-03-19 20:54:17.956414965 +0000 @@ -1,9 +1,9 @@ 01bbdea588da51ab4a9d1d26f3443c96 *tests/data/lavf/lavf.mpg 372736 tests/data/lavf/lavf.mpg -tests/data/lavf/lavf.mpg CRC=0x000e23ae +tests/data/lavf/lavf.mpg 87b447b78a7d1141b9d41bb3aa50434d *tests/data/lavf/lavf.mpg 389120 tests/data/lavf/lavf.mpg -tests/data/lavf/lavf.mpg CRC=0x60ba4ab9 +tests/data/lavf/lavf.mpg 284f41c914df75c12de01e223d65f87f *tests/data/lavf/lavf.mpg 372736 tests/data/lavf/lavf.mpg -tests/data/lavf/lavf.mpg CRC=0x000e23ae +tests/data/lavf/lavf.mpg Test lavf-mpg failed. Look at tests/data/fate/lavf-mpg.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-mpg] Error 1 TEST lavf-bmp --- /home/fate/ffmpeg/tests/ref/lavf/wtv 2019-03-14 19:28:34.664925563 +0000 +++ tests/data/fate/lavf-wtv 2020-03-19 20:54:17.979748258 +0000 @@ -1,3 +1,3 @@ c5328b1c3e5fe70468c3f587c34ffd82 *tests/data/lavf/lavf.wtv 413696 tests/data/lavf/lavf.wtv -tests/data/lavf/lavf.wtv CRC=0x71287e25 +tests/data/lavf/lavf.wtv TEST lavf-dpx Test lavf-wtv failed. Look at tests/data/fate/lavf-wtv.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-lavf-wtv] Error 1 TEST lavf-gbrp10le.dpx TEST lavf-gbrp12le.dpx TEST lavf-rgb48le.dpx TEST lavf-rgb48le_10.dpx TEST lavf-rgba64le.dpx TEST lavf-jpg TEST lavf-pam TEST lavf-rgba.pam TEST lavf-gray.pam TEST lavf-gray16be.pam TEST lavf-rgb48be.pam TEST lavf-monob.pam TEST lavf-pcx TEST lavf-pgm TEST lavf-png TEST lavf-gray16be.png TEST lavf-rgb48be.png TEST lavf-ppm TEST lavf-sgi TEST lavf-sun TEST lavf-tga TEST lavf-tiff TEST lavf-xbm TEST lavf-xwd TEST lavf-rgba.xwd TEST lavf-rgb565be.xwd TEST lavf-rgb555be.xwd TEST lavf-rgb8.xwd TEST lavf-rgb4_byte.xwd TEST lavf-gray.xwd TEST lavf-monow.xwd TEST lavf-pbmpipe TEST lavf-pgmpipe TEST lavf-ppmpipe TEST lavf-apng TEST lavf-apng.png TEST lavf-gray.fits TEST lavf-gray16be.fits TEST lavf-gbrp.fits TEST lavf-gbrap.fits TEST lavf-gbrp16be.fits TEST lavf-gbrap16be.fits TEST lavf-gif TEST lavf-y4m TEST seek-acodec-adpcm-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-flac TEST seek-acodec-pcm-alaw TEST seek-acodec-pcm-mulaw TEST seek-acodec-pcm-s16be TEST seek-acodec-pcm-s16le TEST seek-lavf-aiff TEST seek-lavf-al TEST seek-lavf-au TEST seek-lavf-bmp TEST seek-lavf-dv TEST seek-lavf-gif TEST seek-lavf-gxf TEST seek-lavf-jpg TEST seek-lavf-mmf TEST seek-lavf-mov TEST seek-lavf-ul TEST seek-lavf-mxf_d10 TEST seek-lavf-mxf_dv25 TEST seek-lavf-mxf_dvcpro50 TEST seek-lavf-mxf_opatom_audio 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-sgi TEST seek-lavf-swf TEST seek-lavf-tga TEST seek-lavf-tiff TEST seek-lavf-wav TEST seek-lavf-y4m TEST pixfmt-bgr24 TEST pixfmt-gray TEST pixfmt-monob TEST pixfmt-monow TEST pixfmt-rgb24 TEST pixfmt-rgb32 TEST pixfmt-rgb555 TEST pixfmt-rgb565 TEST pixfmt-yuv410p TEST pixfmt-yuv411p TEST pixfmt-yuv420p TEST pixfmt-yuv422p TEST pixfmt-yuv440p TEST pixfmt-yuv444p TEST pixfmt-yuvj420p TEST pixfmt-yuvj422p TEST pixfmt-yuvj440p TEST pixfmt-yuvj444p TEST pixfmt-yuyv422 TEST filter-boxblur TEST filter-colorchannelmixer TEST filter-drawbox TEST filter-fade TEST filter-fieldorder TEST filter-framepack-columns TEST filter-framepack-frameseq TEST filter-framepack-lines TEST filter-framepack-sbs TEST filter-framepack-tab TEST filter-gradfun TEST filter-hqdn3d TEST filter-interlace TEST filter-interlace-complex TEST filter-negate TEST filter-histogram-levels TEST filter-waveform_column TEST filter-waveform_row TEST filter-waveform_envelope TEST filter-waveform_uv TEST filter-vectorscope_gray TEST filter-vectorscope_color TEST filter-vectorscope_color2 TEST filter-vectorscope_color3 TEST filter-vectorscope_color4 TEST filter-vectorscope_xy TEST filter-mergeplanes TEST filter-hstack TEST filter-overlay TEST filter-overlay_rgb TEST filter-vstack 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-19 TEST filter-removegrain-mode-18 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-swaprect TEST filter-shuffleplanes-swapuv 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-crop TEST filter-alphaextract_alphamerge_yuv TEST filter-crop_scale TEST filter-crop_scale_vflip TEST filter-crop_vflip TEST filter-scale200 TEST filter-null TEST filter-scale500 TEST filter-scale2ref_keep_aspect TEST filter-scalechroma TEST filter-vflip TEST filter-colorlevels TEST filter-colormatrix1 TEST filter-colorlevels-16 TEST filter-colormatrix2 TEST filter-vflip_crop TEST filter-vflip_vflip TEST filter-edgedetect TEST filter-edgedetect-colormix TEST filter-hue1 TEST filter-hue2 TEST filter-hue3 TEST filter-hue4 TEST filter-idet TEST filter-pad TEST filter-pp TEST filter-pp1 TEST filter-pp2 TEST filter-pp3 TEST filter-pp4 TEST filter-pp5 TEST filter-pp6 TEST filter-qp TEST filter-select TEST filter-setdar TEST filter-setsar TEST filter-stereo3d-al-sbsl TEST filter-stereo3d-ar-abl TEST filter-stereo3d-abr-mr TEST filter-stereo3d-abr-ml TEST filter-stereo3d-sbsl-abl TEST filter-stereo3d-sbsl-abr TEST filter-stereo3d-sbsl-al TEST filter-stereo3d-sbsl-agmc TEST filter-stereo3d-sbsl-sbsr 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-thumbnail TEST filter-stereo3d-sbsl-aybh 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-bgra TEST filter-pixdesc-abgr 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-yuv422p16le TEST filter-pixdesc-yuv420p16be 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-yuva444p9le TEST filter-pixdesc-yuva444p9be TEST filter-pixdesc-yuva420p10be TEST filter-pixdesc-yuva420p10le TEST filter-pixdesc-yuva422p10be TEST filter-pixdesc-yuva422p10le TEST filter-pixdesc-yuva444p10be TEST filter-pixdesc-yuva444p10le TEST filter-pixdesc-yuva420p16be TEST filter-pixdesc-yuva420p16le TEST filter-pixdesc-yuva422p16be TEST filter-pixdesc-yuva422p16le TEST filter-pixdesc-yuva444p16be TEST filter-pixdesc-yuva444p16le TEST filter-pixdesc-xyz12le TEST filter-pixdesc-xyz12be TEST filter-pixdesc-rgba64be TEST filter-pixdesc-rgba64le TEST filter-pixdesc-bgra64be TEST filter-pixdesc-bgra64le TEST filter-pixdesc-yvyu422 TEST filter-pixdesc-ya16be TEST filter-pixdesc-gbrap TEST filter-pixdesc-ya16le 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-gbrap10le TEST filter-pixdesc-gbrap10be TEST filter-pixdesc-gray12be TEST filter-pixdesc-gray12le TEST filter-pixdesc-gray10be TEST filter-pixdesc-gray10le TEST filter-pixdesc-p016le TEST filter-pixdesc-p016be TEST filter-pixdesc-gray9be TEST filter-pixdesc-gray9le TEST filter-pixdesc-gray14be TEST filter-pixdesc-gray14le TEST filter-pixdesc-grayf32be TEST filter-pixdesc-grayf32le TEST filter-pixdesc-yuva422p12be TEST filter-pixdesc-yuva422p12le TEST filter-pixdesc-yuva444p12be TEST filter-pixdesc-yuva444p12le TEST filter-pixdesc-nv24 TEST filter-pixfmts-copy TEST filter-pixdesc-nv42 TEST filter-pixfmts-crop TEST filter-pixfmts-field TEST filter-pixfmts-fieldmatch TEST filter-pixfmts-fieldorder TEST filter-pixfmts-hflip TEST filter-pixfmts-il TEST filter-pixfmts-kerndeint TEST filter-pixfmts-lut TEST filter-pixfmts-null TEST filter-pixfmts-pad TEST filter-pixfmts-pullup TEST filter-pixfmts-rotate TEST filter-pixfmts-scale TEST filter-pixfmts-super2xsai TEST filter-pixfmts-swapuv TEST filter-pixfmts-tinterlace_cvlpf TEST filter-pixfmts-tinterlace_merge TEST filter-pixfmts-tinterlace_pad TEST filter-pixfmts-tinterlace_vlpf TEST filter-pixfmts-transpose TEST filter-pixfmts-vflip TEST utvideoenc_rgba_left TEST utvideoenc_rgba_median TEST utvideoenc_rgba_none TEST utvideoenc_rgb_left TEST utvideoenc_rgb_median TEST utvideoenc_rgb_none TEST utvideoenc_yuv420_left TEST utvideoenc_yuv420_median TEST utvideoenc_yuv420_none TEST utvideoenc_yuv422_left TEST utvideoenc_yuv422_median TEST utvideoenc_yuv422_none TEST utvideoenc_yuv444_left TEST utvideoenc_yuv444_none TEST utvideoenc_yuv444_median 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-uhd-hr-sq TEST vsynth_lena-dnxhd-edge1-hr TEST vsynth_lena-dnxhd-edge2-hr TEST vsynth_lena-dnxhd-edge3-hr TEST vsynth_lena-dnxhd-4k-hr-lb TEST vsynth_lena-dnxhd-2k-hr-hq TEST vsynth_lena-vc2-420p TEST vsynth_lena-vc2-420p10 TEST vsynth_lena-vc2-420p12 TEST vsynth_lena-vc2-422p TEST vsynth_lena-vc2-422p10 TEST vsynth_lena-vc2-422p12 TEST vsynth_lena-vc2-444p TEST vsynth_lena-vc2-444p10 TEST vsynth_lena-vc2-444p12 TEST vsynth_lena-vc2-thaar TEST vsynth_lena-vc2-t5_3 TEST vsynth_lena-dnxhd-1080i TEST vsynth_lena-dnxhd-1080i-10bit TEST vsynth_lena-dnxhd-1080i-colr TEST vsynth_lena-dnxhd-hr-lb-mov TEST vsynth_lena-dnxhd-hr-sq-mov TEST vsynth_lena-dnxhd-hr-hq-mov TEST vsynth_lena-dv TEST vsynth_lena-dv-411 TEST vsynth_lena-dv-50 TEST vsynth_lena-dv-hd TEST vsynth_lena-dv-fhd TEST vsynth_lena-ffv1 TEST vsynth_lena-ffv1-v0 TEST vsynth_lena-ffv1-v3-yuv420p TEST vsynth_lena-ffv1-v3-yuv422p10 TEST vsynth_lena-ffv1-v3-yuv444p16 TEST vsynth_lena-ffv1-v3-bgr0 TEST vsynth_lena-ffv1-v3-rgb48 TEST vsynth_lena-ffvhuff TEST vsynth_lena-ffvhuff444 TEST vsynth_lena-ffvhuff420p12 TEST vsynth_lena-ffvhuff422p10left TEST vsynth_lena-ffvhuff444p16 TEST vsynth_lena-flashsv TEST vsynth_lena-flashsv2 TEST vsynth_lena-flv TEST vsynth_lena-h261 TEST vsynth_lena-h261-trellis TEST vsynth_lena-h263 TEST vsynth_lena-h263-obmc TEST vsynth_lena-h263p TEST vsynth_lena-huffyuv TEST vsynth_lena-huffyuvbgr24 TEST vsynth_lena-huffyuvbgra TEST vsynth_lena-jpegls TEST vsynth_lena-jpeg2000 TEST vsynth_lena-jpeg2000-97 TEST vsynth_lena-ljpeg TEST vsynth_lena-mjpeg TEST vsynth_lena-mjpeg-422 TEST vsynth_lena-mjpeg-444 TEST vsynth_lena-mjpeg-trell TEST vsynth_lena-mjpeg-huffman TEST vsynth_lena-mjpeg-trell-huffman TEST vsynth_lena-mpeg1 TEST vsynth_lena-mpeg1b TEST vsynth_lena-mpeg2 TEST vsynth_lena-mpeg2-422 TEST vsynth_lena-mpeg2-idct-int TEST vsynth_lena-mpeg2-ilace TEST vsynth_lena-mpeg2-ivlc-qprd TEST vsynth_lena-mpeg2-thread TEST vsynth_lena-mpeg2-thread-ivlc TEST vsynth_lena-mpeg4 TEST vsynth_lena-mpeg4-rc TEST vsynth_lena-mpeg4-adv TEST vsynth_lena-mpeg4-qprd TEST vsynth_lena-mpeg4-adap TEST vsynth_lena-mpeg4-qpel TEST vsynth_lena-mpeg4-thread TEST vsynth_lena-mpeg4-error TEST vsynth_lena-mpeg4-nr TEST vsynth_lena-mpeg4-nsse TEST vsynth_lena-msmpeg4 TEST vsynth_lena-msmpeg4v2 TEST vsynth_lena-mpng TEST vsynth_lena-msvideo1 TEST vsynth_lena-prores TEST vsynth_lena-prores_int TEST vsynth_lena-prores_444 TEST vsynth_lena-prores_444_int TEST vsynth_lena-prores_ks TEST vsynth_lena-qtrle TEST vsynth_lena-qtrlegray TEST vsynth_lena-rgb TEST vsynth_lena-bpp1 TEST vsynth_lena-bpp15 TEST vsynth_lena-mov-bgr24 TEST vsynth_lena-mov-bpp15 TEST vsynth_lena-mov-bpp16 TEST vsynth_lena-roqvideo TEST vsynth_lena-rv10 TEST vsynth_lena-rv20 TEST vsynth_lena-snow TEST vsynth_lena-snow-hpel TEST vsynth_lena-snow-ll TEST vsynth_lena-svq1 TEST vsynth_lena-r210 TEST vsynth_lena-v210 TEST vsynth_lena-v210-10 TEST vsynth_lena-v308 TEST vsynth_lena-v408 TEST vsynth_lena-avui TEST vsynth_lena-wmv1 TEST vsynth_lena-wmv2 TEST vsynth_lena-yuv TEST vsynth_lena-xface TEST vsynth_lena-yuv4 TEST vsynth_lena-y41p TEST vsynth_lena-zlib TEST seek-vsynth_lena-asv1 TEST seek-vsynth_lena-asv2 TEST seek-vsynth_lena-dnxhd-720p TEST seek-vsynth_lena-dnxhd-720p-rd TEST seek-vsynth_lena-dnxhd-1080i TEST seek-vsynth_lena-dv TEST seek-vsynth_lena-dv-411 TEST seek-vsynth_lena-dv-50 TEST seek-vsynth_lena-ffv1 TEST seek-vsynth_lena-flashsv TEST seek-vsynth_lena-flv TEST seek-vsynth_lena-h263 TEST seek-vsynth_lena-h261 TEST seek-vsynth_lena-h263p TEST seek-vsynth_lena-huffyuv TEST seek-vsynth_lena-jpegls TEST seek-vsynth_lena-ljpeg TEST seek-vsynth_lena-mjpeg TEST seek-vsynth_lena-dnxhd-4k-hr-lb 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-svq1 TEST seek-vsynth_lena-wmv1 TEST seek-vsynth_lena-wmv2 TEST seek-vsynth_lena-yuv TEST seek-extra-mp3 TEST seek-cache-pipe TEST seek-mkv-codec-delay TEST seek-extra-mp4 TEST seek-empty-edit-mp4 TEST seek-test-iibbibb-mp4 TEST seek-test-iibbibb-neg-ctts-mp4 TEST filter-amix-simple TEST filter-amix-first TEST filter-amix-transition TEST gaplessenc-pcm-to-mov-aac TEST mts2 TEST lavf-fate-av1.mp4 TEST lavf-fate-av1.mkv TEST lavf-fate-h264.mp4 TEST lavf-fate-vp3.ogg TEST lavf-fate-vp8.ogg TEST lavf-fate-latm Test filter-amix-simple failed. Look at tests/data/fate/filter-amix-simple.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-amix-simple] Error 1 TEST lavf-fate-mp3 Test filter-amix-first failed. Look at tests/data/fate/filter-amix-first.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-filter-amix-first] Error 1 TEST lavf-fate-qtrle_mace6.mov --- /home/fate/ffmpeg/tests/ref/fate/gaplessenc-pcm-to-mov-aac 2017-04-19 16:13:40.889302502 +0000 +++ tests/data/fate/gaplessenc-pcm-to-mov-aac 2020-03-19 20:54:43.056371512 +0000 @@ -1,43 +0,0 @@ -[STREAM] -index=0 -start_pts=0 -duration_ts=529200 -[/STREAM] -[FORMAT] -start_time=0.000000 -duration=12.024000 -[/FORMAT] -packet|pts=-1024|dts=-1024|duration=1024|flags=KDside_data| - -packet|pts=0|dts=0|duration=1024|flags=K_ -packet|pts=1024|dts=1024|duration=1024|flags=K_ -packet|pts=2048|dts=2048|duration=1024|flags=K_ -packet|pts=3072|dts=3072|duration=1024|flags=K_ -packet|pts=4096|dts=4096|duration=1024|flags=K_ -packet|pts=5120|dts=5120|duration=1024|flags=K_ -packet|pts=521216|dts=521216|duration=1024|flags=K_ -packet|pts=522240|dts=522240|duration=1024|flags=K_ -packet|pts=523264|dts=523264|duration=1024|flags=K_ -packet|pts=524288|dts=524288|duration=1024|flags=K_ -packet|pts=525312|dts=525312|duration=1024|flags=K_ -packet|pts=526336|dts=526336|duration=1024|flags=K_ -packet|pts=527360|dts=527360|duration=1024|flags=K_ -packet|pts=528384|dts=528384|duration=816|flags=K_ -stream|nb_read_packets=518 -frame|pkt_pts=0|pkt_dts=0|best_effort_timestamp=0|pkt_duration=1024|nb_samples=1024 -frame|pkt_pts=1024|pkt_dts=1024|best_effort_timestamp=1024|pkt_duration=1024|nb_samples=1024 -frame|pkt_pts=2048|pkt_dts=2048|best_effort_timestamp=2048|pkt_duration=1024|nb_samples=1024 -frame|pkt_pts=3072|pkt_dts=3072|best_effort_timestamp=3072|pkt_duration=1024|nb_samples=1024 -frame|pkt_pts=4096|pkt_dts=4096|best_effort_timestamp=4096|pkt_duration=1024|nb_samples=1024 -frame|pkt_pts=5120|pkt_dts=5120|best_effort_timestamp=5120|pkt_duration=1024|nb_samples=1024 -frame|pkt_pts=6144|pkt_dts=6144|best_effort_timestamp=6144|pkt_duration=1024|nb_samples=1024 -frame|pkt_pts=7168|pkt_dts=7168|best_effort_timestamp=7168|pkt_duration=1024|nb_samples=1024 -frame|pkt_pts=521216|pkt_dts=521216|best_effort_timestamp=521216|pkt_duration=1024|nb_samples=1024 -frame|pkt_pts=522240|pkt_dts=522240|best_effort_timestamp=522240|pkt_duration=1024|nb_samples=1024 -frame|pkt_pts=523264|pkt_dts=523264|best_effort_timestamp=523264|pkt_duration=1024|nb_samples=1024 -frame|pkt_pts=524288|pkt_dts=524288|best_effort_timestamp=524288|pkt_duration=1024|nb_samples=1024 -frame|pkt_pts=525312|pkt_dts=525312|best_effort_timestamp=525312|pkt_duration=1024|nb_samples=1024 -frame|pkt_pts=526336|pkt_dts=526336|best_effort_timestamp=526336|pkt_duration=1024|nb_samples=1024 -frame|pkt_pts=527360|pkt_dts=527360|best_effort_timestamp=527360|pkt_duration=1024|nb_samples=1024 -frame|pkt_pts=528384|pkt_dts=528384|best_effort_timestamp=528384|pkt_duration=816|nb_samples=1024 -stream|nb_read_frames=517 TEST lavf-fate-cram.avi Test filter-amix-transition failed. Look at tests/data/fate/filter-amix-transition.err for details. TEST nellymoser-aref-encode make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-filter-amix-transition] Error 1 TEST segment-adts-to-mkv-header-000 Test gaplessenc-pcm-to-mov-aac failed. Look at tests/data/fate/gaplessenc-pcm-to-mov-aac.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-gaplessenc-pcm-to-mov-aac] Error 1 TEST segment-adts-to-mkv-header-001 TEST segment-adts-to-mkv-header-002 TEST segment-adts-to-mkv-header-all TEST v410enc TEST copy-apng Test nellymoser-aref-encode failed. Look at tests/data/fate/nellymoser-aref-encode.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-nellymoser-aref-encode] Error 1 LD tools/qt-faststart --- /home/fate/ffmpeg/tests/ref/lavf-fate/qtrle_mace6.mov 2019-03-14 19:28:34.661592236 +0000 +++ tests/data/fate/lavf-fate-qtrle_mace6.mov 2020-03-19 20:54:43.189704614 +0000 @@ -1,3 +1,3 @@ f0ae34fb90e11342624e092094273aef *tests/data/lavf-fate/lavf.qtrle_mace6.mov 1270415 tests/data/lavf-fate/lavf.qtrle_mace6.mov -tests/data/lavf-fate/lavf.qtrle_mace6.mov CRC=0x9320cd26 +tests/data/lavf-fate/lavf.qtrle_mace6.mov Test lavf-fate-qtrle_mace6.mov failed. Look at tests/data/fate/lavf-fate-qtrle_mace6.mov.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:250: fate-lavf-fate-qtrle_mace6.mov] Error 1 TEST checkasm-aacpsdsp TEST checkasm-af_afir TEST checkasm-alacdsp --- /home/fate/ffmpeg/tests/ref/lavf-fate/cram.avi 2019-03-14 19:28:34.661592236 +0000 +++ tests/data/fate/lavf-fate-cram.avi 2020-03-19 20:54:43.203037925 +0000 @@ -1,3 +1,3 @@ 6fc88702c23b895c305c5e1f51a0904e *tests/data/lavf-fate/lavf.cram.avi 928260 tests/data/lavf-fate/lavf.cram.avi -tests/data/lavf-fate/lavf.cram.avi CRC=0xa4770de2 +tests/data/lavf-fate/lavf.cram.avi Test lavf-fate-cram.avi failed. Look at tests/data/fate/lavf-fate-cram.avi.err for details. make: *** [/home/fate/ffmpeg/tests/Makefile:251: fate-lavf-fate-cram.avi] Error 1 TEST checkasm-audiodsp TEST checkasm-blockdsp TEST checkasm-bswapdsp TEST checkasm-exrdsp TEST checkasm-fixed_dsp TEST checkasm-flacdsp TEST checkasm-float_dsp TEST checkasm-fmtconvert TEST checkasm-g722dsp TEST checkasm-h264dsp TEST checkasm-h264pred TEST checkasm-h264qpel TEST checkasm-hevc_add_res TEST checkasm-hevc_idct TEST checkasm-hevc_sao TEST checkasm-jpeg2000dsp TEST checkasm-llviddsp TEST checkasm-llviddspenc TEST checkasm-opusdsp TEST checkasm-pixblockdsp TEST checkasm-sbrdsp TEST checkasm-synth_filter TEST checkasm-sw_rgb TEST checkasm-v210dec TEST checkasm-v210enc TEST checkasm-vf_blend TEST checkasm-vf_colorspace TEST checkasm-vf_eq TEST checkasm-vf_gblur TEST checkasm-vf_hflip TEST checkasm-videodsp TEST checkasm-vf_threshold TEST checkasm-vp8dsp TEST checkasm-vp9dsp TEST lavf-flv TEST concat-demuxer-simple1-lavf-mxf_d10 TEST concat-demuxer-extended-lavf-mxf_d10 TEST dct1d-4 TEST idct1d-4 TEST dct1d-5 TEST idct1d-5 TEST dct1d-6 TEST idct1d-6 TEST idct1d-7 TEST dct1d-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 ifft-fixed-8 TEST fft-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 imdct-fixed-7 TEST mdct-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-ifft-9 TEST av-fft-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-imdct-7 TEST av-mdct-7 TEST av-imdct-8 TEST av-mdct-8 TEST av-mdct-9 TEST av-imdct-9 TEST av-mdct-10 TEST av-imdct-10 TEST av-mdct-11 TEST av-imdct-11 TEST av-mdct-12 TEST av-imdct-12 TEST av-rdft-4 TEST av-irdft-4 TEST av-rdft-5 TEST av-irdft-5 TEST av-rdft-6 TEST av-irdft-6 TEST av-rdft-7 TEST av-irdft-7 TEST av-rdft-8 TEST av-irdft-8 TEST av-rdft-9 TEST av-irdft-9 TEST av-rdft-10 TEST av-irdft-10 TEST av-rdft-11 TEST av-irdft-11 TEST av-rdft-12 TEST av-irdft-12 TEST avpacket TEST cabac TEST celp_math TEST codec_desc TEST golomb TEST idct8x8-0 TEST idct8x8-1 TEST idct8x8-2 TEST idct248 TEST dct8x8 TEST h264-levels TEST h265-levels TEST iirfilter TEST mpeg12framerate TEST libavcodec-options TEST rangecoder TEST mathops TEST j2k-dwt TEST libavcodec-utils TEST libavcodec-huffman TEST libavcodec-htmlsubtitles TEST noproxy TEST srtp TEST url TEST movenc TEST adler32 TEST aes TEST aes_ctr TEST camellia TEST cast5 TEST audio_fifo TEST avstring TEST base64 TEST blowfish TEST bprint TEST cpu TEST crc cpu_flags(raw) = 0x000FD3DB cpu_flags_str(raw) = mmx mmxext sse sse2 sse3 ssse3 sse4.1 sse4.2 avx fma3 cmov avx2 bmi1 bmi2 aesni cpu_flags(effective) = 0x000FD3DB cpu_flags_str(effective) = mmx mmxext sse sse2 sse3 ssse3 sse4.1 sse4.2 avx fma3 cmov avx2 bmi1 bmi2 aesni threads = 1 (cpu_count = 8) TEST color_utils TEST des TEST dict TEST encryption-info TEST eval TEST fifo TEST hash TEST hmac TEST imgutils TEST integer TEST lfg TEST md5 TEST murmur3 TEST parseutils TEST pixfmt_best TEST display TEST random_seed TEST ripemd TEST sha TEST sha512 TEST tree TEST twofish TEST xtea TEST tea TEST opt TEST cpu_init TEST pixelutils TEST sws-pixdesc-query TEST filter-formats TEST vsynth2-amv TEST vsynth2-asv1 TEST vsynth2-asv2 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-uhd-hr-sq TEST vsynth2-dnxhd-edge1-hr TEST vsynth2-dnxhd-edge2-hr TEST vsynth2-dnxhd-edge3-hr TEST vsynth2-dnxhd-4k-hr-lb TEST vsynth2-dnxhd-2k-hr-hq TEST vsynth2-vc2-420p TEST vsynth2-vc2-420p10 TEST vsynth2-vc2-420p12 TEST vsynth2-vc2-422p TEST vsynth2-vc2-422p10 TEST vsynth2-vc2-422p12 TEST vsynth2-vc2-444p TEST vsynth2-vc2-444p10 TEST vsynth2-vc2-444p12 TEST vsynth2-vc2-thaar TEST vsynth2-vc2-t5_3 TEST vsynth2-dnxhd-1080i TEST vsynth2-dnxhd-1080i-10bit TEST vsynth2-dnxhd-1080i-colr TEST vsynth2-dnxhd-hr-lb-mov TEST vsynth2-dnxhd-hr-sq-mov TEST vsynth2-dnxhd-hr-hq-mov TEST vsynth2-dv TEST vsynth2-dv-411 TEST vsynth2-dv-50 TEST vsynth2-dv-hd TEST vsynth2-dv-fhd TEST vsynth2-ffv1 TEST vsynth2-ffv1-v0 TEST vsynth2-ffv1-v3-yuv420p TEST vsynth2-ffv1-v3-yuv422p10 TEST vsynth2-ffv1-v3-yuv444p16 TEST vsynth2-ffv1-v3-bgr0 TEST vsynth2-ffv1-v3-rgb48 TEST vsynth2-ffvhuff TEST vsynth2-ffvhuff444 TEST vsynth2-ffvhuff420p12 TEST vsynth2-ffvhuff422p10left TEST vsynth2-ffvhuff444p16 TEST vsynth2-flashsv TEST vsynth2-flashsv2 TEST vsynth2-flv TEST vsynth2-h261 TEST vsynth2-h261-trellis TEST vsynth2-h263 TEST vsynth2-h263-obmc TEST vsynth2-h263p TEST vsynth2-huffyuv TEST vsynth2-huffyuvbgr24 TEST vsynth2-huffyuvbgra TEST vsynth2-jpegls TEST vsynth2-jpeg2000 TEST vsynth2-jpeg2000-97 TEST vsynth2-ljpeg TEST vsynth2-mjpeg TEST vsynth2-mjpeg-422 TEST vsynth2-mjpeg-444 TEST vsynth2-mjpeg-trell TEST vsynth2-mjpeg-huffman TEST vsynth2-mjpeg-trell-huffman TEST vsynth2-mpeg1 TEST vsynth2-mpeg1b TEST vsynth2-mpeg2 TEST vsynth2-mpeg2-422 TEST vsynth2-mpeg2-idct-int TEST vsynth2-mpeg2-ilace TEST vsynth2-mpeg2-ivlc-qprd TEST vsynth2-mpeg2-thread TEST vsynth2-mpeg2-thread-ivlc TEST vsynth2-mpeg4 TEST vsynth2-mpeg4-rc TEST vsynth2-mpeg4-adv TEST vsynth2-mpeg4-qprd TEST vsynth2-mpeg4-adap TEST vsynth2-mpeg4-qpel TEST vsynth2-mpeg4-thread TEST vsynth2-mpeg4-error TEST vsynth2-mpeg4-nr TEST vsynth2-mpeg4-nsse TEST vsynth2-msmpeg4 TEST vsynth2-msmpeg4v2 TEST vsynth2-mpng TEST vsynth2-msvideo1 TEST vsynth2-prores TEST vsynth2-prores_int TEST vsynth2-prores_444 TEST vsynth2-prores_444_int TEST vsynth2-prores_ks TEST vsynth2-qtrle TEST vsynth2-qtrlegray TEST vsynth2-rgb TEST vsynth2-bpp1 TEST vsynth2-bpp15 TEST vsynth2-mov-bgr24 TEST vsynth2-mov-bpp15 TEST vsynth2-mov-bpp16 TEST vsynth2-roqvideo TEST vsynth2-rv10 TEST vsynth2-rv20 TEST vsynth2-snow TEST vsynth2-snow-hpel TEST vsynth2-snow-ll TEST vsynth2-svq1 TEST vsynth2-r210 TEST vsynth2-v210 TEST vsynth2-v210-10 TEST vsynth2-v308 TEST vsynth2-v408 TEST vsynth2-avui TEST vsynth2-wmv1 TEST vsynth2-wmv2 TEST vsynth2-yuv TEST vsynth2-xface TEST vsynth2-yuv4 TEST vsynth2-y41p TEST vsynth2-zlib TEST seek-lavf-flv TEST seek-lavf-mxf_opatom TEST mov-faststart-4gb-overflow TEST api-seek make: Target 'fate' not remade because of errors.