CC libavdevice/avdevice.o CC libavdevice/alldevices.o CC libavdevice/dv1394.o CC libavdevice/fbdev_dec.o CC libavdevice/fbdev_common.o CC libavdevice/fbdev_enc.o CC libavdevice/oss.o CC libavdevice/lavfi.o CC libavdevice/oss_dec.o CC libavdevice/oss_enc.o CC libavdevice/timefilter.o CC libavdevice/utils.o CC libavdevice/v4l2-common.o CC libavdevice/v4l2.o CC libavdevice/v4l2enc.o CC libavfilter/aeval.o CC libavfilter/af_aecho.o CC libavfilter/af_adelay.o CC libavfilter/af_aformat.o CC libavfilter/af_afade.o /home/fate/ffmpeg/libavfilter/aeval.c: In function 'aeval_query_formats': /home/fate/ffmpeg/libavfilter/aeval.c:360:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 360 | if (!layouts) | ^~ /home/fate/ffmpeg/libavfilter/aeval.c:362:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 362 | ff_set_common_channel_layouts(ctx, layouts); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavfilter/af_amerge.o CC libavfilter/af_amix.o CC libavfilter/af_anull.o CC libavfilter/af_apad.o CC libavfilter/af_aphaser.o CC libavfilter/af_aresample.o CC libavfilter/af_asetrate.o CC libavfilter/af_asetnsamples.o CC libavfilter/af_ashowinfo.o CC libavfilter/af_astats.o CC libavfilter/af_astreamsync.o CC libavfilter/af_asyncts.o CC libavfilter/af_atempo.o CC libavfilter/af_biquads.o CC libavfilter/af_channelmap.o CC libavfilter/af_channelsplit.o CC libavfilter/af_chorus.o CC libavfilter/af_compand.o CC libavfilter/af_dcshift.o CC libavfilter/af_earwax.o CC libavfilter/af_dynaudnorm.o CC libavfilter/af_flanger.o CC libavfilter/af_join.o CC libavfilter/af_pan.o CC libavfilter/af_replaygain.o CC libavfilter/af_resample.o CC libavfilter/af_sidechaincompress.o CC libavfilter/af_silencedetect.o CC libavfilter/af_volume.o CC libavfilter/af_silenceremove.o CC libavfilter/af_volumedetect.o CC libavfilter/allfilters.o CC libavfilter/asink_anullsink.o CC libavfilter/asrc_anullsrc.o CC libavfilter/asrc_sine.o CC libavfilter/audio.o CC libavfilter/avcodec.o CC libavfilter/avf_avectorscope.o CC libavfilter/avf_aphasemeter.o CC libavfilter/avf_concat.o CC libavfilter/avf_showfreqs.o CC libavfilter/avf_showcqt.o CC libavfilter/avf_showspectrum.o CC libavfilter/avf_showvolume.o CC libavfilter/avf_showwaves.o CC libavfilter/avfilter.o CC libavfilter/avfiltergraph.o CC libavfilter/bbox.o CC libavfilter/buffer.o CC libavfilter/buffersrc.o CC libavfilter/buffersink.o CC libavfilter/drawutils.o CC libavfilter/dualinput.o CC libavfilter/f_drawgraph.o CC libavfilter/f_ebur128.o /home/fate/ffmpeg/libavfilter/buffersrc.c: In function 'av_buffersrc_buffer': /home/fate/ffmpeg/libavfilter/buffersrc.c:304:5: warning: 'av_buffersrc_add_ref' is deprecated [-Wdeprecated-declarations] 304 | return av_buffersrc_add_ref(ctx, buf, 0); | ^~~~~~ /home/fate/ffmpeg/libavfilter/buffersrc.c:205:5: note: declared here 205 | int av_buffersrc_add_ref(AVFilterContext *ctx, AVFilterBufferRef *buf, | ^~~~~~~~~~~~~~~~~~~~ CC libavfilter/f_interleave.o CC libavfilter/f_perms.o /home/fate/ffmpeg/libavfilter/drawutils.c: In function 'ff_draw_init': /home/fate/ffmpeg/libavfilter/drawutils.c:177:22: warning: comparison is always false due to limited range of data type [-Wtype-limits] 177 | if (c->plane >= MAX_PLANES) | ^~ /home/fate/ffmpeg/libavfilter/avfiltergraph.c: In function 'query_formats': /home/fate/ffmpeg/libavfilter/avfiltergraph.c:529:82: warning: '%d' directive output may be truncated writing between 1 and 10 bytes into a region of size 9 [-Wformat-truncation=] 529 | snprintf(inst_name, sizeof(inst_name), "auto-inserted scaler %d", | ^~ /home/fate/ffmpeg/libavfilter/avfiltergraph.c:529:60: note: directive argument in the range [0, 2147483647] 529 | snprintf(inst_name, sizeof(inst_name), "auto-inserted scaler %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/alpha-linux-gnu/include/stdio.h:894, from /home/fate/ffmpeg/libavutil/common.h:38, from /home/fate/ffmpeg/libavutil/avutil.h:288, from /home/fate/ffmpeg/libavutil/avassert.h:31, from /home/fate/ffmpeg/libavfilter/avfiltergraph.c:27: /usr/alpha-linux-gnu/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 23 and 32 bytes into a destination of size 30 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libavfilter/avfiltergraph.c:544:85: warning: '%d' directive output may be truncated writing between 1 and 10 bytes into a region of size 6 [-Wformat-truncation=] 544 | snprintf(inst_name, sizeof(inst_name), "auto-inserted resampler %d", | ^~ /home/fate/ffmpeg/libavfilter/avfiltergraph.c:544:60: note: directive argument in the range [0, 2147483647] 544 | snprintf(inst_name, sizeof(inst_name), "auto-inserted resampler %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/alpha-linux-gnu/include/stdio.h:894, from /home/fate/ffmpeg/libavutil/common.h:38, from /home/fate/ffmpeg/libavutil/avutil.h:288, from /home/fate/ffmpeg/libavutil/avassert.h:31, from /home/fate/ffmpeg/libavfilter/avfiltergraph.c:27: /usr/alpha-linux-gnu/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 26 and 35 bytes into a destination of size 30 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ CC libavfilter/f_reverse.o CC libavfilter/f_select.o CC libavfilter/f_sendcmd.o CC libavfilter/fifo.o CC libavfilter/formats.o CC libavfilter/generate_wave_table.o CC libavfilter/framesync.o CC libavfilter/graphparser.o CC libavfilter/graphdump.o CC libavfilter/lavfutils.o CC libavfilter/lswsutils.o CC libavfilter/opencl_allkernels.o CC libavfilter/pthread.o CC libavfilter/setpts.o CC libavfilter/settb.o CC libavfilter/split.o CC libavfilter/src_movie.o CC libavfilter/transform.o CC libavfilter/trim.o CC libavfilter/vf_alphamerge.o CC libavfilter/vf_aspect.o CC libavfilter/vf_atadenoise.o CC libavfilter/vf_bbox.o CC libavfilter/vf_blackdetect.o CC libavfilter/vf_blackframe.o CC libavfilter/vf_blend.o CC libavfilter/vf_codecview.o CC libavfilter/vf_boxblur.o CC libavfilter/vf_colorbalance.o CC libavfilter/vf_colorchannelmixer.o CC libavfilter/vf_colorkey.o CC libavfilter/vf_colorlevels.o CC libavfilter/vf_colormatrix.o CC libavfilter/vf_copy.o CC libavfilter/vf_cover_rect.o CC libavfilter/vf_crop.o CC libavfilter/vf_cropdetect.o CC libavfilter/vf_curves.o CC libavfilter/vf_dctdnoiz.o CC libavfilter/vf_deband.o CC libavfilter/vf_decimate.o CC libavfilter/vf_dejudder.o CC libavfilter/vf_delogo.o CC libavfilter/vf_deshake.o CC libavfilter/vf_detelecine.o CC libavfilter/vf_drawbox.o CC libavfilter/vf_edgedetect.o CC libavfilter/vf_elbg.o CC libavfilter/vf_eq.o /home/fate/ffmpeg/libavfilter/vf_edgedetect.c: In function 'gaussian_blur': /home/fate/ffmpeg/libavfilter/vf_edgedetect.c:125:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 125 | if (h > 1) | ^~ /home/fate/ffmpeg/libavfilter/vf_edgedetect.c:126:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 126 | memcpy(dst, src, w); dst += dst_linesize; src += src_linesize; | ^~~ /home/fate/ffmpeg/libavfilter/vf_edgedetect.c:159:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 159 | if (h > 2) | ^~ /home/fate/ffmpeg/libavfilter/vf_edgedetect.c:160:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 160 | memcpy(dst, src, w); dst += dst_linesize; src += src_linesize; | ^~~ CC libavfilter/vf_extractplanes.o CC libavfilter/vf_fade.o CC libavfilter/vf_field.o CC libavfilter/vf_fftfilt.o CC libavfilter/vf_fieldmatch.o CC libavfilter/vf_fieldorder.o CC libavfilter/vf_find_rect.o CC libavfilter/vf_format.o CC libavfilter/vf_fps.o CC libavfilter/vf_framepack.o CC libavfilter/vf_framestep.o CC libavfilter/vf_framerate.o /home/fate/ffmpeg/libavfilter/vf_find_rect.c: In function 'search.constprop': /home/fate/ffmpeg/libavfilter/vf_find_rect.c:170:54: warning: array subscript 7 is above array bounds of 'AVFrame *[5]' [-Warray-bounds] 170 | float score = compare(foc->haystack_frame[pass], foc->needle_frame[pass], x, y); | ~~~~~~~~~~~~~~~~~~~^~~~~~ /home/fate/ffmpeg/libavfilter/vf_find_rect.c:42:14: note: while referencing 'haystack_frame' 42 | AVFrame *haystack_frame[MAX_MIPMAPS]; | ^~~~~~~~~~~~~~ /home/fate/ffmpeg/libavfilter/vf_find_rect.c:170:79: warning: array subscript 7 is above array bounds of 'AVFrame *[5]' [-Warray-bounds] 170 | float score = compare(foc->haystack_frame[pass], foc->needle_frame[pass], x, y); | ~~~~~~~~~~~~~~~~~^~~~~~ /home/fate/ffmpeg/libavfilter/vf_find_rect.c:41:14: note: while referencing 'needle_frame' 41 | AVFrame *needle_frame[MAX_MIPMAPS]; | ^~~~~~~~~~~~ /home/fate/ffmpeg/libavfilter/vf_find_rect.c:170:54: warning: array subscript 6 is above array bounds of 'AVFrame *[5]' [-Warray-bounds] 170 | float score = compare(foc->haystack_frame[pass], foc->needle_frame[pass], x, y); | ~~~~~~~~~~~~~~~~~~~^~~~~~ /home/fate/ffmpeg/libavfilter/vf_find_rect.c:42:14: note: while referencing 'haystack_frame' 42 | AVFrame *haystack_frame[MAX_MIPMAPS]; | ^~~~~~~~~~~~~~ /home/fate/ffmpeg/libavfilter/vf_find_rect.c:170:79: warning: array subscript 6 is above array bounds of 'AVFrame *[5]' [-Warray-bounds] 170 | float score = compare(foc->haystack_frame[pass], foc->needle_frame[pass], x, y); | ~~~~~~~~~~~~~~~~~^~~~~~ /home/fate/ffmpeg/libavfilter/vf_find_rect.c:41:14: note: while referencing 'needle_frame' 41 | AVFrame *needle_frame[MAX_MIPMAPS]; | ^~~~~~~~~~~~ /home/fate/ffmpeg/libavfilter/vf_find_rect.c:170:54: warning: array subscript 5 is above array bounds of 'AVFrame *[5]' [-Warray-bounds] 170 | float score = compare(foc->haystack_frame[pass], foc->needle_frame[pass], x, y); | ~~~~~~~~~~~~~~~~~~~^~~~~~ /home/fate/ffmpeg/libavfilter/vf_find_rect.c:42:14: note: while referencing 'haystack_frame' 42 | AVFrame *haystack_frame[MAX_MIPMAPS]; | ^~~~~~~~~~~~~~ /home/fate/ffmpeg/libavfilter/vf_find_rect.c:170:79: warning: array subscript 5 is above array bounds of 'AVFrame *[5]' [-Warray-bounds] 170 | float score = compare(foc->haystack_frame[pass], foc->needle_frame[pass], x, y); | ~~~~~~~~~~~~~~~~~^~~~~~ /home/fate/ffmpeg/libavfilter/vf_find_rect.c:41:14: note: while referencing 'needle_frame' 41 | AVFrame *needle_frame[MAX_MIPMAPS]; | ^~~~~~~~~~~~ CC libavfilter/vf_fspp.o CC libavfilter/vf_geq.o CC libavfilter/vf_gradfun.o CC libavfilter/vf_hflip.o CC libavfilter/vf_histogram.o CC libavfilter/vf_histeq.o CC libavfilter/vf_hqdn3d.o CC libavfilter/vf_hqx.o CC libavfilter/vf_hue.o CC libavfilter/vf_idet.o CC libavfilter/vf_il.o CC libavfilter/vf_interlace.o CC libavfilter/vf_kerndeint.o CC libavfilter/vf_lut.o CC libavfilter/vf_lenscorrection.o CC libavfilter/vf_lut3d.o CC libavfilter/vf_mcdeint.o CC libavfilter/vf_mergeplanes.o CC libavfilter/vf_mpdecimate.o CC libavfilter/vf_neighbor.o /home/fate/ffmpeg/libavfilter/vf_mcdeint.c: In function 'config_props': /home/fate/ffmpeg/libavfilter/vf_mcdeint.c:135:9: warning: 'me_method' is deprecated [-Wdeprecated-declarations] 135 | enc_ctx->me_method = ME_ITER; | ^~~~~~~ In file included from /home/fate/ffmpeg/libavfilter/vf_mcdeint.c:52: /home/fate/ffmpeg/libavcodec/avcodec.h:1739:30: note: declared here 1739 | attribute_deprecated int me_method; | ^~~~~~~~~ /home/fate/ffmpeg/libavfilter/vf_mcdeint.c: In function 'filter_frame': /home/fate/ffmpeg/libavfilter/vf_mcdeint.c:194:5: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] 194 | frame_dec = mcdeint->enc_ctx->coded_frame; | ^~~~~~~~~ In file included from /home/fate/ffmpeg/libavfilter/vf_mcdeint.c:52: /home/fate/ffmpeg/libavcodec/avcodec.h:3034:35: note: declared here 3034 | attribute_deprecated AVFrame *coded_frame; | ^~~~~~~~~~~ CC libavfilter/vf_noise.o CC libavfilter/vf_null.o CC libavfilter/vf_owdenoise.o CC libavfilter/vf_overlay.o CC libavfilter/vf_pad.o CC libavfilter/vf_palettegen.o CC libavfilter/vf_paletteuse.o CC libavfilter/vf_perspective.o CC libavfilter/vf_phase.o CC libavfilter/vf_pixdesctest.o CC libavfilter/vf_pp.o CC libavfilter/vf_pp7.o CC libavfilter/vf_psnr.o CC libavfilter/vf_qp.o CC libavfilter/vf_pullup.o CC libavfilter/vf_random.o CC libavfilter/vf_removegrain.o CC libavfilter/vf_removelogo.o CC libavfilter/vf_repeatfields.o CC libavfilter/vf_rotate.o CC libavfilter/vf_sab.o CC libavfilter/vf_scale.o CC libavfilter/vf_separatefields.o CC libavfilter/vf_setfield.o /home/fate/ffmpeg/libavfilter/vf_paletteuse.c: In function 'set_frame': /home/fate/ffmpeg/libavfilter/vf_paletteuse.c:442:21: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 442 | if (left) src[ src_linesize + x - 1] = dither_color(src[ src_linesize + x - 1], er, eg, eb, 2, 4); | ^~ /home/fate/ffmpeg/libavfilter/vf_paletteuse.c:443:37: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 443 | src[ src_linesize + x ] = dither_color(src[ src_linesize + x ], er, eg, eb, 3, 4); | ^~~ In file included from /home/fate/ffmpeg/libavutil/common.h:466, from /home/fate/ffmpeg/libavutil/avutil.h:288, from /home/fate/ffmpeg/libavfilter/avfilter.h:39, from /home/fate/ffmpeg/libavfilter/vf_scale.c:29: /home/fate/ffmpeg/libavfilter/vf_scale.c: In function 'scale_slice': /home/fate/ffmpeg/libavfilter/vf_scale.c:469:65: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] 469 | in[i] = FF_PTR_ADD(cur_pic->data[i], ((y>>vsub)+field) * cur_pic->linesize[i]); /home/fate/ffmpeg/libavutil/internal.h:168:32: note: in definition of macro 'FF_PTR_ADD' 168 | #define FF_PTR_ADD(ptr, off) ((off) ? (ptr) + (off) : (ptr)) | ^~~ /home/fate/ffmpeg/libavfilter/vf_scale.c:470:65: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] 470 | out[i] = FF_PTR_ADD(out_buf->data[i], field * out_buf->linesize[i]); /home/fate/ffmpeg/libavutil/internal.h:168:32: note: in definition of macro 'FF_PTR_ADD' 168 | #define FF_PTR_ADD(ptr, off) ((off) ? (ptr) + (off) : (ptr)) | ^~~ CC libavfilter/vf_showinfo.o CC libavfilter/vf_showpalette.o CC libavfilter/vf_shuffleplanes.o CC libavfilter/vf_signalstats.o CC libavfilter/vf_smartblur.o CC libavfilter/vf_spp.o CC libavfilter/vf_ssim.o CC libavfilter/vf_stack.o CC libavfilter/vf_stereo3d.o CC libavfilter/vf_super2xsai.o CC libavfilter/vf_swapuv.o CC libavfilter/vf_telecine.o CC libavfilter/vf_thumbnail.o CC libavfilter/vf_tile.o CC libavfilter/vf_tinterlace.o CC libavfilter/vf_transpose.o CC libavfilter/vf_unsharp.o CC libavfilter/vf_uspp.o CC libavfilter/vf_vectorscope.o CC libavfilter/vf_vignette.o CC libavfilter/vf_vflip.o CC libavfilter/vf_w3fdif.o /home/fate/ffmpeg/libavfilter/vf_uspp.c: In function 'filter': /home/fate/ffmpeg/libavfilter/vf_uspp.c:253:9: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] 253 | p->frame_dec = p->avctx_enc[i]->coded_frame; | ^ In file included from /home/fate/ffmpeg/libavfilter/internal.h:34, from /home/fate/ffmpeg/libavfilter/vf_uspp.c:34: /home/fate/ffmpeg/libavcodec/avcodec.h:3034:35: note: declared here 3034 | attribute_deprecated AVFrame *coded_frame; | ^~~~~~~~~~~ CC libavfilter/vf_waveform.o CC libavfilter/vf_xbr.o CC libavfilter/vf_yadif.o CC libavfilter/vf_zoompan.o CC libavfilter/video.o CC libavfilter/vsink_nullsink.o CC libavfilter/vsrc_cellauto.o CC libavfilter/vsrc_life.o CC libavfilter/vsrc_mandelbrot.o CC libavfilter/vsrc_mptestsrc.o CC libavfilter/vsrc_testsrc.o CC libavformat/4xm.o CC libavformat/a64.o CC libavformat/aacdec.o CC libavformat/aadec.o CC libavformat/ac3dec.o CC libavformat/act.o CC libavformat/adp.o CC libavformat/adtsenc.o CC libavformat/adxdec.o In file included from /usr/alpha-linux-gnu/include/string.h:535, from /home/fate/ffmpeg/libavutil/common.h:40, from /home/fate/ffmpeg/libavutil/avutil.h:288, from /home/fate/ffmpeg/libavutil/samplefmt.h:24, from /home/fate/ffmpeg/libavcodec/avcodec.h:31, from /home/fate/ffmpeg/libavformat/avformat.h:318, from /home/fate/ffmpeg/libavformat/aadec.c:26: In function 'strncpy', inlined from 'aa_read_header' at /home/fate/ffmpeg/libavformat/aadec.c:117:13: /usr/alpha-linux-gnu/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' output may be truncated copying 63 bytes from a string of length 127 [-Wstringop-truncation] 95 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavformat/aea.o CC libavformat/afc.o CC libavformat/aiffdec.o CC libavformat/aiffenc.o CC libavformat/allformats.o CC libavformat/amr.o CC libavformat/anm.o CC libavformat/apc.o CC libavformat/apetag.o CC libavformat/ape.o CC libavformat/apngdec.o CC libavformat/apngenc.o CC libavformat/aqtitledec.o CC libavformat/asf.o CC libavformat/asfcrypt.o CC libavformat/asfdec_f.o CC libavformat/asfdec_o.o CC libavformat/assdec.o CC libavformat/asfenc.o CC libavformat/assenc.o CC libavformat/ast.o CC libavformat/astdec.o CC libavformat/astenc.o CC libavformat/async.o CC libavformat/au.o CC libavformat/audiointerleave.o CC libavformat/avc.o CC libavformat/avidec.o CC libavformat/avienc.o CC libavformat/aviobuf.o CC libavformat/avio.o CC libavformat/avlanguage.o CC libavformat/avr.o CC libavformat/avs.o CC libavformat/bethsoftvid.o CC libavformat/bfi.o CC libavformat/bink.o CC libavformat/bintext.o CC libavformat/bit.o CC libavformat/boadec.o CC libavformat/bmv.o CC libavformat/brstm.o CC libavformat/c93.o CC libavformat/cache.o CC libavformat/caf.o CC libavformat/cafdec.o CC libavformat/cafenc.o CC libavformat/cavsvideodec.o CC libavformat/cdg.o CC libavformat/cdxl.o CC libavformat/cinedec.o CC libavformat/concatdec.o CC libavformat/concat.o CC libavformat/crcenc.o CC libavformat/crypto.o CC libavformat/cutils.o CC libavformat/dashenc.o CC libavformat/data_uri.o CC libavformat/dauddec.o CC libavformat/daudenc.o CC libavformat/dfa.o CC libavformat/diracdec.o CC libavformat/dsfdec.o CC libavformat/dnxhddec.o CC libavformat/dsicin.o CC libavformat/dss.o /home/fate/ffmpeg/libavformat/dashenc.c: In function 'write_manifest': /home/fate/ffmpeg/libavformat/dashenc.c:446:55: warning: '.tmp' directive output may be truncated writing 4 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 446 | snprintf(temp_filename, sizeof(temp_filename), "%s.tmp", s->filename); | ^~~~ In file included from /usr/alpha-linux-gnu/include/stdio.h:894, from /home/fate/ffmpeg/libavutil/common.h:38, from /home/fate/ffmpeg/libavutil/avutil.h:288, from /home/fate/ffmpeg/libavutil/opt.h:31, from /home/fate/ffmpeg/libavformat/dashenc.c:30: /usr/alpha-linux-gnu/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 5 and 1028 bytes into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libavformat/dashenc.c: In function 'dash_flush': /home/fate/ffmpeg/libavformat/dashenc.c:823:55: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 823 | snprintf(full_path, sizeof(full_path), "%s%s", c->dirname, os->initfile); | ^~ In file included from /usr/alpha-linux-gnu/include/stdio.h:894, from /home/fate/ffmpeg/libavutil/common.h:38, from /home/fate/ffmpeg/libavutil/avutil.h:288, from /home/fate/ffmpeg/libavutil/opt.h:31, from /home/fate/ffmpeg/libavformat/dashenc.c:30: /usr/alpha-linux-gnu/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 1 and 2047 bytes into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libavformat/dashenc.c:817:55: warning: '.tmp' directive output may be truncated writing 4 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 817 | snprintf(temp_path, sizeof(temp_path), "%s.tmp", full_path); | ^~~~ In file included from /usr/alpha-linux-gnu/include/stdio.h:894, from /home/fate/ffmpeg/libavutil/common.h:38, from /home/fate/ffmpeg/libavutil/avutil.h:288, from /home/fate/ffmpeg/libavutil/opt.h:31, from /home/fate/ffmpeg/libavformat/dashenc.c:30: /usr/alpha-linux-gnu/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 5 and 1028 bytes into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libavformat/dashenc.c:854:61: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 854 | snprintf(filename, sizeof(filename), "%s%s", c->dirname, os->segments[j]->file); | ^~ In file included from /usr/alpha-linux-gnu/include/stdio.h:894, from /home/fate/ffmpeg/libavutil/common.h:38, from /home/fate/ffmpeg/libavutil/avutil.h:288, from /home/fate/ffmpeg/libavutil/opt.h:31, from /home/fate/ffmpeg/libavformat/dashenc.c:30: /usr/alpha-linux-gnu/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 1 and 2047 bytes into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libavformat/dashenc.c: In function 'dash_write_trailer': /home/fate/ffmpeg/libavformat/dashenc.c:968:53: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 968 | snprintf(filename, sizeof(filename), "%s%s", c->dirname, os->initfile); | ^~ In file included from /usr/alpha-linux-gnu/include/stdio.h:894, from /home/fate/ffmpeg/libavutil/common.h:38, from /home/fate/ffmpeg/libavutil/avutil.h:288, from /home/fate/ffmpeg/libavutil/opt.h:31, from /home/fate/ffmpeg/libavformat/dashenc.c:30: /usr/alpha-linux-gnu/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 1 and 2047 bytes into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libavformat/dashenc.c: In function 'dash_write_header': /home/fate/ffmpeg/libavformat/dashenc.c:633:65: warning: '-stream' directive output may be truncated writing 7 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 633 | snprintf(os->initfile, sizeof(os->initfile), "%s-stream%d.m4s", basename, i); | ^~~~~~~ /home/fate/ffmpeg/libavformat/dashenc.c:633:62: note: directive argument in the range [0, 2147483647] 633 | snprintf(os->initfile, sizeof(os->initfile), "%s-stream%d.m4s", basename, i); | ^~~~~~~~~~~~~~~~~ In file included from /usr/alpha-linux-gnu/include/stdio.h:894, from /home/fate/ffmpeg/libavutil/common.h:38, from /home/fate/ffmpeg/libavutil/avutil.h:288, from /home/fate/ffmpeg/libavutil/opt.h:31, from /home/fate/ffmpeg/libavformat/dashenc.c:30: /usr/alpha-linux-gnu/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 13 and 1045 bytes into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libavformat/dashenc.c:637:49: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 637 | snprintf(filename, sizeof(filename), "%s%s", c->dirname, os->initfile); | ^~ In file included from /usr/alpha-linux-gnu/include/stdio.h:894, from /home/fate/ffmpeg/libavutil/common.h:38, from /home/fate/ffmpeg/libavutil/avutil.h:288, from /home/fate/ffmpeg/libavutil/opt.h:31, from /home/fate/ffmpeg/libavformat/dashenc.c:30: /usr/alpha-linux-gnu/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 1 and 2047 bytes into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ CC libavformat/dtshddec.o CC libavformat/dump.o CC libavformat/dtsdec.o CC libavformat/dv.o CC libavformat/dvbsub.o CC libavformat/dvenc.o CC libavformat/dxa.o CC libavformat/eacdata.o CC libavformat/electronicarts.o CC libavformat/epafdec.o CC libavformat/ffmdec.o CC libavformat/ffmenc.o CC libavformat/ffmetadec.o CC libavformat/ffmetaenc.o CC libavformat/file.o CC libavformat/filmstripdec.o CC libavformat/filmstripenc.o CC libavformat/flac_picture.o CC libavformat/flacdec.o /home/fate/ffmpeg/libavformat/ffmdec.c: In function 'ffm_close': /home/fate/ffmpeg/libavformat/ffmdec.c:243:9: warning: 'rc_eq' is deprecated [-Wdeprecated-declarations] 243 | av_freep(&s->streams[i]->codec->rc_eq); | ^~~~~~~~ In file included from /home/fate/ffmpeg/libavformat/avformat.h:318, from /home/fate/ffmpeg/libavformat/ffmdec.c:31: /home/fate/ffmpeg/libavcodec/avcodec.h:2606:17: note: declared here 2606 | const char *rc_eq; | ^~~~~ /home/fate/ffmpeg/libavformat/ffmdec.c: In function 'ffm2_read_header': /home/fate/ffmpeg/libavformat/ffmdec.c:382:13: warning: 'rc_eq' is deprecated [-Wdeprecated-declarations] 382 | codec->rc_eq = av_strdup(rc_eq_buf); | ^~~~~ In file included from /home/fate/ffmpeg/libavformat/avformat.h:318, from /home/fate/ffmpeg/libavformat/ffmdec.c:31: /home/fate/ffmpeg/libavcodec/avcodec.h:2606:17: note: declared here 2606 | const char *rc_eq; | ^~~~~ /home/fate/ffmpeg/libavformat/ffmdec.c:395:13: warning: 'me_method' is deprecated [-Wdeprecated-declarations] 395 | codec->me_method = avio_rb32(pb); | ^~~~~ In file included from /home/fate/ffmpeg/libavformat/avformat.h:318, from /home/fate/ffmpeg/libavformat/ffmdec.c:31: /home/fate/ffmpeg/libavcodec/avcodec.h:1739:30: note: declared here 1739 | attribute_deprecated int me_method; | ^~~~~~~~~ /home/fate/ffmpeg/libavformat/ffmdec.c:399:13: warning: 'rc_buffer_aggressivity' is deprecated [-Wdeprecated-declarations] 399 | codec->rc_buffer_aggressivity = av_int2double(avio_rb64(pb)); | ^~~~~ In file included from /home/fate/ffmpeg/libavformat/avformat.h:318, from /home/fate/ffmpeg/libavformat/ffmdec.c:31: /home/fate/ffmpeg/libavcodec/avcodec.h:2628:11: note: declared here 2628 | float rc_buffer_aggressivity; | ^~~~~~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libavformat/ffmdec.c: In function 'ffm_read_header': /home/fate/ffmpeg/libavformat/ffmdec.c:579:13: warning: 'rc_eq' is deprecated [-Wdeprecated-declarations] 579 | codec->rc_eq = av_strdup(rc_eq_buf); | ^~~~~ In file included from /home/fate/ffmpeg/libavformat/avformat.h:318, from /home/fate/ffmpeg/libavformat/ffmdec.c:31: /home/fate/ffmpeg/libavcodec/avcodec.h:2606:17: note: declared here 2606 | const char *rc_eq; | ^~~~~ /home/fate/ffmpeg/libavformat/ffmdec.c:592:13: warning: 'me_method' is deprecated [-Wdeprecated-declarations] 592 | codec->me_method = avio_rb32(pb); | ^~~~~ In file included from /home/fate/ffmpeg/libavformat/avformat.h:318, from /home/fate/ffmpeg/libavformat/ffmdec.c:31: /home/fate/ffmpeg/libavcodec/avcodec.h:1739:30: note: declared here 1739 | attribute_deprecated int me_method; | ^~~~~~~~~ /home/fate/ffmpeg/libavformat/ffmdec.c:596:13: warning: 'rc_buffer_aggressivity' is deprecated [-Wdeprecated-declarations] 596 | codec->rc_buffer_aggressivity = av_int2double(avio_rb64(pb)); | ^~~~~ In file included from /home/fate/ffmpeg/libavformat/avformat.h:318, from /home/fate/ffmpeg/libavformat/ffmdec.c:31: /home/fate/ffmpeg/libavcodec/avcodec.h:2628:11: note: declared here 2628 | float rc_buffer_aggressivity; | ^~~~~~~~~~~~~~~~~~~~~~ CC libavformat/flacenc.o CC libavformat/flic.o CC libavformat/flacenc_header.o CC libavformat/flvdec.o CC libavformat/flvenc.o CC libavformat/format.o CC libavformat/framecrcenc.o CC libavformat/framehash.o CC libavformat/frmdec.o /home/fate/ffmpeg/libavformat/format.c: In function 'av_probe_input_format3': /home/fate/ffmpeg/libavformat/format.c:182:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 182 | lpd.buf = zerobuffer; | ^ CC libavformat/ftp.o CC libavformat/g722.o CC libavformat/g723_1.o CC libavformat/g729dec.o CC libavformat/gif.o CC libavformat/gifdec.o CC libavformat/gopher.o CC libavformat/gsmdec.o /home/fate/ffmpeg/libavformat/ftp.c: In function 'ftp_move': /home/fate/ffmpeg/libavformat/ftp.c:1091:46: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4091 [-Wformat-truncation=] 1091 | snprintf(command, sizeof(command), "RNTO %s\r\n", path); | ^~ ~~~~ In file included from /usr/alpha-linux-gnu/include/stdio.h:894, from /home/fate/ffmpeg/libavutil/common.h:38, from /home/fate/ffmpeg/libavutil/avutil.h:288, from /home/fate/ffmpeg/libavutil/log.h:25, from /home/fate/ffmpeg/libavutil/timer.h:39, from /home/fate/ffmpeg/libavutil/internal.h:42, from /home/fate/ffmpeg/libavformat/ftp.c:22: /usr/alpha-linux-gnu/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 8 and 4103 bytes into a destination of size 4096 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ CC libavformat/gxf.o CC libavformat/gxfenc.o CC libavformat/h261dec.o CC libavformat/h263dec.o CC libavformat/hdsenc.o CC libavformat/h264dec.o CC libavformat/hevc.o CC libavformat/hevcdec.o CC libavformat/hls.o CC libavformat/hlsenc.o CC libavformat/hlsproto.o CC libavformat/hnm.o /home/fate/ffmpeg/libavformat/hdsenc.c: In function 'write_manifest': /home/fate/ffmpeg/libavformat/hdsenc.c:170:45: warning: '/index.f4m' directive output may be truncated writing 10 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 170 | snprintf(filename, sizeof(filename), "%s/index.f4m", s->filename); | ^~~~~~~~~~ In file included from /usr/alpha-linux-gnu/include/stdio.h:894, from /home/fate/ffmpeg/libavformat/avformat.h:317, from /home/fate/ffmpeg/libavformat/hdsenc.c:28: /usr/alpha-linux-gnu/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 11 and 1034 bytes into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libavformat/hdsenc.c:171:55: warning: '/index.f4m.tmp' directive output may be truncated writing 14 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 171 | snprintf(temp_filename, sizeof(temp_filename), "%s/index.f4m.tmp", s->filename); | ^~~~~~~~~~~~~~ In file included from /usr/alpha-linux-gnu/include/stdio.h:894, from /home/fate/ffmpeg/libavformat/avformat.h:317, from /home/fate/ffmpeg/libavformat/hdsenc.c:28: /usr/alpha-linux-gnu/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 15 and 1038 bytes into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libavformat/hdsenc.c: In function 'write_abst': /home/fate/ffmpeg/libavformat/hdsenc.c:238:17: warning: '/stream' directive output may be truncated writing 7 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 238 | "%s/stream%d.abst", s->filename, index); | ^~~~~~~ In file included from /usr/alpha-linux-gnu/include/stdio.h:894, from /home/fate/ffmpeg/libavformat/avformat.h:317, from /home/fate/ffmpeg/libavformat/hdsenc.c:28: /usr/alpha-linux-gnu/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 14 and 1047 bytes into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libavformat/hdsenc.c:240:17: warning: '/stream' directive output may be truncated writing 7 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 240 | "%s/stream%d.abst.tmp", s->filename, index); | ^~~~~~~ In file included from /usr/alpha-linux-gnu/include/stdio.h:894, from /home/fate/ffmpeg/libavformat/avformat.h:317, from /home/fate/ffmpeg/libavformat/hdsenc.c:28: /usr/alpha-linux-gnu/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 18 and 1051 bytes into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libavformat/hdsenc.c: In function 'hds_flush': /home/fate/ffmpeg/libavformat/hdsenc.c:480:17: warning: '/stream' directive output may be truncated writing 7 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 480 | "%s/stream%dSeg1-Frag%d", s->filename, index, os->fragment_index); | ^~~~~~~ In file included from /usr/alpha-linux-gnu/include/stdio.h:894, from /home/fate/ffmpeg/libavformat/avformat.h:317, from /home/fate/ffmpeg/libavformat/hdsenc.c:28: /usr/alpha-linux-gnu/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 19 and 1062 bytes into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libavformat/hdsenc.c: In function 'hds_write_trailer': /home/fate/ffmpeg/libavformat/hdsenc.c:553:49: warning: '/index.f4m' directive output may be truncated writing 10 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 553 | snprintf(filename, sizeof(filename), "%s/index.f4m", s->filename); | ^~~~~~~~~~ In file included from /usr/alpha-linux-gnu/include/stdio.h:894, from /home/fate/ffmpeg/libavformat/avformat.h:317, from /home/fate/ffmpeg/libavformat/hdsenc.c:28: /usr/alpha-linux-gnu/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 11 and 1034 bytes into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libavformat/hdsenc.c:556:53: warning: '/stream' directive output may be truncated writing 7 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 556 | snprintf(filename, sizeof(filename), "%s/stream%d.abst", s->filename, i); | ^~~~~~~ /home/fate/ffmpeg/libavformat/hdsenc.c:556:50: note: directive argument in the range [0, 2147483647] 556 | snprintf(filename, sizeof(filename), "%s/stream%d.abst", s->filename, i); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/alpha-linux-gnu/include/stdio.h:894, from /home/fate/ffmpeg/libavformat/avformat.h:317, from /home/fate/ffmpeg/libavformat/hdsenc.c:28: /usr/alpha-linux-gnu/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 14 and 1046 bytes into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libavformat/hdsenc.c: In function 'hds_write_header': /home/fate/ffmpeg/libavformat/hdsenc.c:415:21: warning: '/stream' directive output may be truncated writing 7 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 415 | "%s/stream%d_temp", s->filename, i); | ^~~~~~~ /home/fate/ffmpeg/libavformat/hdsenc.c:415:18: note: directive argument in the range [0, 2147483647] 415 | "%s/stream%d_temp", s->filename, i); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/alpha-linux-gnu/include/stdio.h:894, from /home/fate/ffmpeg/libavformat/avformat.h:317, from /home/fate/ffmpeg/libavformat/hdsenc.c:28: /usr/alpha-linux-gnu/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 14 and 1046 bytes into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ CC libavformat/http.o CC libavformat/httpauth.o CC libavformat/icecast.o CC libavformat/icodec.o CC libavformat/icoenc.o /home/fate/ffmpeg/libavformat/hls.c:582:12: warning: 'open_in' defined but not used [-Wunused-function] 582 | static int open_in(HLSContext *c, AVIOContext **in, const char *url) | ^~~~~~~ CC libavformat/id3v2.o CC libavformat/id3v1.o CC libavformat/id3v2enc.o CC libavformat/idcin.o CC libavformat/idroqdec.o CC libavformat/idroqenc.o CC libavformat/iff.o CC libavformat/ilbc.o CC libavformat/img2_alias_pix.o CC libavformat/img2.o CC libavformat/img2_brender_pix.o CC libavformat/img2dec.o CC libavformat/img2enc.o CC libavformat/ingenientdec.o CC libavformat/ircam.o CC libavformat/ipmovie.o CC libavformat/ircamdec.o CC libavformat/ircamenc.o CC libavformat/isom.o In file included from /usr/alpha-linux-gnu/include/sys/stat.h:25, from /home/fate/ffmpeg/libavformat/img2dec.c:24: /usr/alpha-linux-gnu/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ CC libavformat/iss.o CC libavformat/ivfdec.o CC libavformat/iv8.o CC libavformat/ivfenc.o CC libavformat/jacosubenc.o CC libavformat/jacosubdec.o CC libavformat/jvdec.o CC libavformat/latmenc.o CC libavformat/lmlm4.o CC libavformat/loasdec.o CC libavformat/lrc.o CC libavformat/lrcenc.o CC libavformat/lrcdec.o CC libavformat/lvfdec.o CC libavformat/lxfdec.o CC libavformat/m4vdec.o CC libavformat/matroska.o CC libavformat/matroskadec.o CC libavformat/matroskaenc.o CC libavformat/md5enc.o CC libavformat/md5proto.o CC libavformat/metadata.o CC libavformat/mgsts.o CC libavformat/microdvddec.o CC libavformat/microdvdenc.o CC libavformat/mlvdec.o CC libavformat/mkvtimestamp_v2.o CC libavformat/mm.o CC libavformat/mmf.o CC libavformat/mms.o CC libavformat/mmst.o CC libavformat/mmsh.o /home/fate/ffmpeg/libavformat/matroskaenc.c: In function 'mkv_write_trailer': /home/fate/ffmpeg/libavformat/matroskaenc.c:2069:62: warning: '%012.9f' directive output may be truncated writing between 12 and 320 bytes into a region of size between 8 and 14 [-Wformat-truncation=] 2069 | snprintf(duration_string, 20, "%02d:%02d:%012.9f", | ^~~~~~~ In file included from /usr/alpha-linux-gnu/include/stdio.h:894, from /home/fate/ffmpeg/libavutil/common.h:38, from /home/fate/ffmpeg/libavformat/avio.h:31, from /home/fate/ffmpeg/libavformat/avc.h:26, from /home/fate/ffmpeg/libavformat/matroskaenc.c:24: /usr/alpha-linux-gnu/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 19 and 333 bytes into a destination of size 20 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ CC libavformat/mov_chan.o CC libavformat/mov.o CC libavformat/movenc.o CC libavformat/movenchint.o CC libavformat/mp3dec.o CC libavformat/mp3enc.o CC libavformat/mpc.o CC libavformat/mpc8.o CC libavformat/mpeg.o CC libavformat/mpegenc.o CC libavformat/mpegts.o CC libavformat/mpegtsenc.o CC libavformat/mpegvideodec.o CC libavformat/mpjpeg.o CC libavformat/mpjpegdec.o CC libavformat/mpl2dec.o CC libavformat/mpsubdec.o CC libavformat/msnwc_tcp.o CC libavformat/mtv.o CC libavformat/mvdec.o CC libavformat/mux.o CC libavformat/mvi.o CC libavformat/mxf.o CC libavformat/mxfdec.o CC libavformat/mxfenc.o CC libavformat/mxg.o CC libavformat/ncdec.o CC libavformat/network.o CC libavformat/nistspheredec.o CC libavformat/nsvdec.o CC libavformat/nullenc.o CC libavformat/nut.o CC libavformat/nutdec.o CC libavformat/nutenc.o CC libavformat/nuv.o CC libavformat/oggdec.o CC libavformat/oggenc.o CC libavformat/oggparsecelt.o CC libavformat/oggparseogm.o CC libavformat/oggparsedirac.o CC libavformat/oggparseflac.o CC libavformat/oggparseopus.o CC libavformat/oggparseskeleton.o CC libavformat/oggparsespeex.o CC libavformat/oggparsetheora.o CC libavformat/oggparsevorbis.o CC libavformat/oggparsevp8.o CC libavformat/oma.o CC libavformat/omadec.o CC libavformat/omaenc.o CC libavformat/options.o CC libavformat/os_support.o CC libavformat/paf.o CC libavformat/pcm.o CC libavformat/pcmenc.o CC libavformat/pcmdec.o CC libavformat/pjsdec.o CC libavformat/pmpdec.o CC libavformat/psxstr.o CC libavformat/pva.o CC libavformat/pvfdec.o CC libavformat/qcp.o CC libavformat/r3d.o CC libavformat/rawdec.o CC libavformat/rawenc.o CC libavformat/rawvideodec.o CC libavformat/rdt.o CC libavformat/redspark.o CC libavformat/realtextdec.o CC libavformat/replaygain.o CC libavformat/riff.o CC libavformat/riffdec.o CC libavformat/riffenc.o CC libavformat/rl2.o CC libavformat/rm.o CC libavformat/rmdec.o CC libavformat/rmsipr.o CC libavformat/rmenc.o CC libavformat/rpl.o CC libavformat/rso.o CC libavformat/rsd.o CC libavformat/rsodec.o CC libavformat/rsoenc.o CC libavformat/rtmphttp.o CC libavformat/rtmppkt.o CC libavformat/rtmpproto.o CC libavformat/rtp.o CC libavformat/rtpdec_ac3.o CC libavformat/rtpdec.o CC libavformat/rtpdec_amr.o CC libavformat/rtpdec_asf.o CC libavformat/rtpdec_dv.o CC libavformat/rtpdec_g726.o CC libavformat/rtpdec_h261.o CC libavformat/rtpdec_h263.o CC libavformat/rtpdec_h263_rfc2190.o CC libavformat/rtpdec_h264.o CC libavformat/rtpdec_hevc.o CC libavformat/rtpdec_jpeg.o CC libavformat/rtpdec_ilbc.o CC libavformat/rtpdec_latm.o CC libavformat/rtpdec_mpa_robust.o CC libavformat/rtpdec_mpeg12.o CC libavformat/rtpdec_mpeg4.o CC libavformat/rtpdec_mpegts.o CC libavformat/rtpdec_qdm2.o CC libavformat/rtpdec_qcelp.o CC libavformat/rtpdec_qt.o CC libavformat/rtpdec_svq3.o CC libavformat/rtpdec_vp8.o CC libavformat/rtpdec_vp9.o CC libavformat/rtpenc_aac.o CC libavformat/rtpdec_xiph.o CC libavformat/rtpenc.o CC libavformat/rtpenc_amr.o CC libavformat/rtpenc_h261.o CC libavformat/rtpenc_chain.o CC libavformat/rtpenc_h263.o CC libavformat/rtpenc_h263_rfc2190.o CC libavformat/rtpenc_h264_hevc.o CC libavformat/rtpenc_jpeg.o CC libavformat/rtpenc_latm.o CC libavformat/rtpenc_mpegts.o CC libavformat/rtpenc_mpv.o CC libavformat/rtpenc_vp8.o CC libavformat/rtpenc_xiph.o CC libavformat/rtpproto.o CC libavformat/rtsp.o CC libavformat/rtspdec.o CC libavformat/samidec.o CC libavformat/rtspenc.o CC libavformat/sapdec.o CC libavformat/sapenc.o CC libavformat/sauce.o CC libavformat/sbgdec.o /home/fate/ffmpeg/libavformat/rtspdec.c: In function 'rtsp_read_packet': /home/fate/ffmpeg/libavformat/rtspdec.c:831:40: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 1011 [-Wformat-truncation=] 831 | "Unsubscribe: %s\r\n", | ^~ In file included from /usr/alpha-linux-gnu/include/stdio.h:894, from /home/fate/ffmpeg/libavformat/avformat.h:317, from /home/fate/ffmpeg/libavformat/rtspdec.c:27: /usr/alpha-linux-gnu/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 16 and 1039 bytes into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ CC libavformat/sdr2.o CC libavformat/sdp.o CC libavformat/segafilm.o CC libavformat/segment.o CC libavformat/sierravmd.o CC libavformat/siff.o CC libavformat/smacker.o /home/fate/ffmpeg/libavformat/rtsp.c: In function 'rtp_read_header': /home/fate/ffmpeg/libavformat/rtsp.c:2425:32: warning: '%s' directive output may be truncated writing up to 499 bytes into a region of size 486 [-Wformat-truncation=] 2425 | "v=0\r\nc=IN IP%d %s\r\nm=%s %d RTP/AVP %d\r\n", | ^~ 2426 | addr.ss_family == AF_INET ? 4 : 6, host, | ~~~~ /home/fate/ffmpeg/libavformat/rtsp.c:2425:14: note: directive argument in the range [0, 127] 2425 | "v=0\r\nc=IN IP%d %s\r\nm=%s %d RTP/AVP %d\r\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/alpha-linux-gnu/include/stdio.h:894, from /home/fate/ffmpeg/libavutil/common.h:38, from /home/fate/ffmpeg/libavutil/avutil.h:288, from /home/fate/ffmpeg/libavutil/avassert.h:31, from /home/fate/ffmpeg/libavformat/rtsp.c:22: /usr/alpha-linux-gnu/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 38 and 555 bytes into a destination of size 500 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libavformat/rtsp.c: In function 'ff_rtsp_make_setup_request': /home/fate/ffmpeg/libavformat/rtsp.c:1523:30: warning: '%s' directive output may be truncated writing up to 2047 bytes into a region of size 2037 [-Wformat-truncation=] 1523 | "Transport: %s\r\n", | ^~ 1524 | transport); | ~~~~~~~~~ In file included from /usr/alpha-linux-gnu/include/stdio.h:894, from /home/fate/ffmpeg/libavutil/common.h:38, from /home/fate/ffmpeg/libavutil/avutil.h:288, from /home/fate/ffmpeg/libavutil/avassert.h:31, from /home/fate/ffmpeg/libavformat/rtsp.c:22: /usr/alpha-linux-gnu/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 14 and 2061 bytes into a destination of size 2048 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ CC libavformat/smjpeg.o CC libavformat/smjpegenc.o CC libavformat/smjpegdec.o CC libavformat/smoothstreamingenc.o CC libavformat/smush.o CC libavformat/sol.o CC libavformat/soxenc.o CC libavformat/soxdec.o CC libavformat/spdif.o CC libavformat/spdifdec.o CC libavformat/spdifenc.o CC libavformat/srtdec.o CC libavformat/srtenc.o /home/fate/ffmpeg/libavformat/smoothstreamingenc.c: In function 'write_manifest': /home/fate/ffmpeg/libavformat/smoothstreamingenc.c:221:45: warning: '/Manifest' directive output may be truncated writing 9 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 221 | snprintf(filename, sizeof(filename), "%s/Manifest", s->filename); | ^~~~~~~~~ In file included from /usr/alpha-linux-gnu/include/stdio.h:894, from /home/fate/ffmpeg/libavformat/avformat.h:317, from /home/fate/ffmpeg/libavformat/smoothstreamingenc.c:28: /usr/alpha-linux-gnu/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 10 and 1033 bytes into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libavformat/smoothstreamingenc.c:222:55: warning: '/Manifest.tmp' directive output may be truncated writing 13 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 222 | snprintf(temp_filename, sizeof(temp_filename), "%s/Manifest.tmp", s->filename); | ^~~~~~~~~~~~~ In file included from /usr/alpha-linux-gnu/include/stdio.h:894, from /home/fate/ffmpeg/libavformat/avformat.h:317, from /home/fate/ffmpeg/libavformat/smoothstreamingenc.c:28: /usr/alpha-linux-gnu/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 14 and 1037 bytes into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libavformat/smoothstreamingenc.c: In function 'ism_flush': /home/fate/ffmpeg/libavformat/smoothstreamingenc.c:525:49: warning: '/temp' directive output may be truncated writing 5 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 525 | snprintf(filename, sizeof(filename), "%s/temp", os->dirname); | ^~~~~ In file included from /usr/alpha-linux-gnu/include/stdio.h:894, from /home/fate/ffmpeg/libavformat/avformat.h:317, from /home/fate/ffmpeg/libavformat/smoothstreamingenc.c:28: /usr/alpha-linux-gnu/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 6 and 1029 bytes into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libavformat/smoothstreamingenc.c:541:63: warning: '/FragmentInfo(' directive output may be truncated writing 14 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 541 | snprintf(header_filename, sizeof(header_filename), "%s/FragmentInfo(%s=%"PRIu64")", os->dirname, os->stream_type_tag, start_ts); | ^~~~~~~~~~~~~~ In file included from /usr/alpha-linux-gnu/include/stdio.h:894, from /home/fate/ffmpeg/libavformat/avformat.h:317, from /home/fate/ffmpeg/libavformat/smoothstreamingenc.c:28: /usr/alpha-linux-gnu/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output 18 or more bytes (assuming 1041) into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libavformat/smoothstreamingenc.c:542:63: warning: '/Fragments(' directive output may be truncated writing 11 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 542 | snprintf(target_filename, sizeof(target_filename), "%s/Fragments(%s=%"PRIu64")", os->dirname, os->stream_type_tag, start_ts); | ^~~~~~~~~~~ In file included from /usr/alpha-linux-gnu/include/stdio.h:894, from /home/fate/ffmpeg/libavformat/avformat.h:317, from /home/fate/ffmpeg/libavformat/smoothstreamingenc.c:28: /usr/alpha-linux-gnu/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output 15 or more bytes (assuming 1038) into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libavformat/smoothstreamingenc.c: In function 'ism_write_trailer': /home/fate/ffmpeg/libavformat/smoothstreamingenc.c:609:49: warning: '/Manifest' directive output may be truncated writing 9 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 609 | snprintf(filename, sizeof(filename), "%s/Manifest", s->filename); | ^~~~~~~~~ In file included from /usr/alpha-linux-gnu/include/stdio.h:894, from /home/fate/ffmpeg/libavformat/avformat.h:317, from /home/fate/ffmpeg/libavformat/smoothstreamingenc.c:28: /usr/alpha-linux-gnu/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 10 and 1033 bytes into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libavformat/smoothstreamingenc.c: In function 'ism_write_header': /home/fate/ffmpeg/libavformat/smoothstreamingenc.c:324:55: warning: '/QualityLevels(' directive output may be truncated writing 15 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 324 | snprintf(os->dirname, sizeof(os->dirname), "%s/QualityLevels(%d)", s->filename, s->streams[i]->codec->bit_rate); | ^~~~~~~~~~~~~~~ /home/fate/ffmpeg/libavformat/smoothstreamingenc.c:324:52: note: using the range [-2147483648, 2147483647] for directive argument 324 | snprintf(os->dirname, sizeof(os->dirname), "%s/QualityLevels(%d)", s->filename, s->streams[i]->codec->bit_rate); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/alpha-linux-gnu/include/stdio.h:894, from /home/fate/ffmpeg/libavformat/avformat.h:317, from /home/fate/ffmpeg/libavformat/smoothstreamingenc.c:28: /usr/alpha-linux-gnu/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 18 and 1051 bytes into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ CC libavformat/srtp.o CC libavformat/stldec.o CC libavformat/srtpproto.o CC libavformat/subfile.o CC libavformat/subviewer1dec.o CC libavformat/subtitles.o CC libavformat/subviewerdec.o CC libavformat/swf.o CC libavformat/swfenc.o CC libavformat/supdec.o CC libavformat/swfdec.o CC libavformat/takdec.o CC libavformat/tcp.o CC libavformat/tee.o CC libavformat/tedcaptionsdec.o CC libavformat/thp.o CC libavformat/tiertexseq.o CC libavformat/tmv.o CC libavformat/tta.o CC libavformat/txd.o CC libavformat/tty.o CC libavformat/udp.o CC libavformat/uncodedframecrcenc.o /home/fate/ffmpeg/libavformat/tty.c:174:23: warning: initialization of 'int (*)(AVProbeData *)' from incompatible pointer type 'int (*)(const AVProbeData *)' [-Wincompatible-pointer-types] 174 | .read_probe = read_probe, | ^~~~~~~~~~ /home/fate/ffmpeg/libavformat/tty.c:174:23: note: (near initialization for 'ff_tty_demuxer.read_probe') CC libavformat/url.o CC libavformat/unix.o CC libavformat/urldecode.o CC libavformat/utils.o CC libavformat/vc1test.o CC libavformat/vc1testenc.o In file included from /usr/alpha-linux-gnu/include/time.h:25, from /home/fate/ffmpeg/libavformat/avformat.h:316, from /home/fate/ffmpeg/libavformat/udp.c:29: /usr/alpha-linux-gnu/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ CC libavformat/vivo.o CC libavformat/voc.o CC libavformat/vocenc.o CC libavformat/vocdec.o CC libavformat/vorbiscomment.o /home/fate/ffmpeg/libavformat/vivo.c: In function 'vivo_read_header': /home/fate/ffmpeg/libavformat/vivo.c:168:17: warning: '%s' directive argument is null [-Wformat-overflow=] 168 | av_log(s, AV_LOG_WARNING, "missing colon in key:value pair '%s'\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 169 | value); | ~~~~~~ CC libavformat/vplayerdec.o CC libavformat/vqf.o CC libavformat/w64.o CC libavformat/wavdec.o CC libavformat/wavenc.o CC libavformat/wc3movie.o CC libavformat/webm_chunk.o CC libavformat/webmdashenc.o CC libavformat/webpenc.o CC libavformat/webvttenc.o CC libavformat/webvttdec.o CC libavformat/westwood_aud.o CC libavformat/westwood_vqa.o CC libavformat/wtv_common.o CC libavformat/wtvdec.o CC libavformat/wtvenc.o CC libavformat/wv.o CC libavformat/wvdec.o CC libavformat/wvenc.o CC libavformat/xmv.o CC libavformat/xa.o CC libavformat/xwma.o CC libavformat/yop.o CC libavformat/yuv4mpegdec.o CC libavformat/yuv4mpegenc.o /home/fate/ffmpeg/libavformat/utils.c: In function 'avformat_find_stream_info': /home/fate/ffmpeg/libavformat/utils.c:3131:9: warning: 'max_analyze_duration' is deprecated [-Wdeprecated-declarations] 3131 | max_analyze_duration = ic->max_analyze_duration; | ^~~~~~~~~~~~~~~~~~~~ In file included from /home/fate/ffmpeg/libavformat/audiointerleave.h:27, from /home/fate/ffmpeg/libavformat/utils.c:42: /home/fate/ffmpeg/libavformat/avformat.h:1421:9: note: declared here 1421 | int max_analyze_duration; | ^~~~~~~~~~~~~~~~~~~~ CC libavresample/audio_data.o CC libavresample/audio_convert.o CC libavresample/audio_mix.o CC libavresample/audio_mix_matrix.o CC libavresample/dither.o CC libavresample/options.o CC libavresample/resample.o CC libavresample/utils.o CC libswresample/audioconvert.o CC libpostproc/postprocess.o CC libswresample/dither.o CC libswresample/options.o CC libswresample/rematrix.o CC libswresample/resample.o CC libswresample/resample_dsp.o CC libswresample/swresample.o CC libswresample/swresample_frame.o CC libswscale/alphablend.o CC libswscale/gamma.o CC libswscale/hscale.o CC libswscale/hscale_fast_bilinear.o /home/fate/ffmpeg/libswresample/swresample.c:695:68: warning: argument 2 of type 'uint8_t *[64]' {aka 'unsigned char *[64]'} with mismatched bound [-Warray-parameter=] 695 | int attribute_align_arg swr_convert(struct SwrContext *s, uint8_t *out_arg[SWR_CH_MAX], int out_count, | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~ In file included from /home/fate/ffmpeg/libswresample/swresample_internal.h:24, from /home/fate/ffmpeg/libswresample/swresample.c:22: /home/fate/ffmpeg/libswresample/swresample.h:310:49: note: previously declared as 'uint8_t **' {aka 'unsigned char **'} 310 | int swr_convert(struct SwrContext *s, uint8_t **out, int out_count, | ~~~~~~~~~~^~~ /home/fate/ffmpeg/libswresample/swresample.c:696:68: warning: argument 4 of type 'const uint8_t *[64]' {aka 'const unsigned char *[64]'} with mismatched bound [-Warray-parameter=] 696 | const uint8_t *in_arg [SWR_CH_MAX], int in_count){ | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ In file included from /home/fate/ffmpeg/libswresample/swresample_internal.h:24, from /home/fate/ffmpeg/libswresample/swresample.c:22: /home/fate/ffmpeg/libswresample/swresample.h:311:49: note: previously declared as 'const uint8_t **' {aka 'const unsigned char **'} 311 | const uint8_t **in , int in_count); | ~~~~~~~~~~~~~~~~^~ CC libswscale/input.o CC libswscale/options.o CC libswscale/output.o CC libswscale/rgb2rgb.o CC libswscale/slice.o CC libswscale/swscale.o /home/fate/ffmpeg/libswscale/slice.c: In function 'ff_init_slice_from_src': /home/fate/ffmpeg/libswscale/slice.c:178:56: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 178 | s->plane[i].line[start[i] - first + j] = src_[i] + j * stride[i]; | ^ /home/fate/ffmpeg/libswscale/slice.c:184:37: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 184 | s->plane[i].line[j] = src_[i] + j * stride[i]; | ^ CC libswscale/swscale_unscaled.o CC libswscale/utils.o /home/fate/ffmpeg/libswscale/swscale.c:55:13: warning: 'gamma_convert' defined but not used [-Wunused-function] 55 | static void gamma_convert(uint8_t * src[], int width, uint16_t *gamma) | ^~~~~~~~~~~~~ CC libswscale/vscale.o CC libswscale/yuv2rgb.o CC libavutil/adler32.o /home/fate/ffmpeg/libswscale/input.c:889:13: warning: 'planar_rgb14be_to_a' defined but not used [-Wunused-function] 889 | static void planar_rgb##nbits##endian_name##_to_a(uint8_t *dst, const uint8_t *src[4], \ | ^~~~~~~~~~ /home/fate/ffmpeg/libswscale/input.c:902:5: note: in expansion of macro 'rgb9plus_planar_funcs_endian' 902 | rgb9plus_planar_funcs_endian(nbits, be, 1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libswscale/input.c:907:1: note: in expansion of macro 'rgb9plus_planar_funcs' 907 | rgb9plus_planar_funcs(14) | ^~~~~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libswscale/input.c:889:13: warning: 'planar_rgb14le_to_a' defined but not used [-Wunused-function] 889 | static void planar_rgb##nbits##endian_name##_to_a(uint8_t *dst, const uint8_t *src[4], \ | ^~~~~~~~~~ /home/fate/ffmpeg/libswscale/input.c:901:5: note: in expansion of macro 'rgb9plus_planar_funcs_endian' 901 | rgb9plus_planar_funcs_endian(nbits, le, 0) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libswscale/input.c:907:1: note: in expansion of macro 'rgb9plus_planar_funcs' 907 | rgb9plus_planar_funcs(14) | ^~~~~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libswscale/input.c:889:13: warning: 'planar_rgb12be_to_a' defined but not used [-Wunused-function] 889 | static void planar_rgb##nbits##endian_name##_to_a(uint8_t *dst, const uint8_t *src[4], \ | ^~~~~~~~~~ /home/fate/ffmpeg/libswscale/input.c:902:5: note: in expansion of macro 'rgb9plus_planar_funcs_endian' 902 | rgb9plus_planar_funcs_endian(nbits, be, 1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libswscale/input.c:906:1: note: in expansion of macro 'rgb9plus_planar_funcs' 906 | rgb9plus_planar_funcs(12) | ^~~~~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libswscale/input.c:889:13: warning: 'planar_rgb12le_to_a' defined but not used [-Wunused-function] 889 | static void planar_rgb##nbits##endian_name##_to_a(uint8_t *dst, const uint8_t *src[4], \ | ^~~~~~~~~~ /home/fate/ffmpeg/libswscale/input.c:901:5: note: in expansion of macro 'rgb9plus_planar_funcs_endian' 901 | rgb9plus_planar_funcs_endian(nbits, le, 0) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libswscale/input.c:906:1: note: in expansion of macro 'rgb9plus_planar_funcs' 906 | rgb9plus_planar_funcs(12) | ^~~~~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libswscale/input.c:889:13: warning: 'planar_rgb10be_to_a' defined but not used [-Wunused-function] 889 | static void planar_rgb##nbits##endian_name##_to_a(uint8_t *dst, const uint8_t *src[4], \ | ^~~~~~~~~~ /home/fate/ffmpeg/libswscale/input.c:902:5: note: in expansion of macro 'rgb9plus_planar_funcs_endian' 902 | rgb9plus_planar_funcs_endian(nbits, be, 1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libswscale/input.c:905:1: note: in expansion of macro 'rgb9plus_planar_funcs' 905 | rgb9plus_planar_funcs(10) | ^~~~~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libswscale/input.c:889:13: warning: 'planar_rgb10le_to_a' defined but not used [-Wunused-function] 889 | static void planar_rgb##nbits##endian_name##_to_a(uint8_t *dst, const uint8_t *src[4], \ | ^~~~~~~~~~ /home/fate/ffmpeg/libswscale/input.c:901:5: note: in expansion of macro 'rgb9plus_planar_funcs_endian' 901 | rgb9plus_planar_funcs_endian(nbits, le, 0) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libswscale/input.c:905:1: note: in expansion of macro 'rgb9plus_planar_funcs' 905 | rgb9plus_planar_funcs(10) | ^~~~~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libswscale/input.c:889:13: warning: 'planar_rgb9be_to_a' defined but not used [-Wunused-function] 889 | static void planar_rgb##nbits##endian_name##_to_a(uint8_t *dst, const uint8_t *src[4], \ | ^~~~~~~~~~ /home/fate/ffmpeg/libswscale/input.c:902:5: note: in expansion of macro 'rgb9plus_planar_funcs_endian' 902 | rgb9plus_planar_funcs_endian(nbits, be, 1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libswscale/input.c:904:1: note: in expansion of macro 'rgb9plus_planar_funcs' 904 | rgb9plus_planar_funcs(9) | ^~~~~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libswscale/input.c:889:13: warning: 'planar_rgb9le_to_a' defined but not used [-Wunused-function] 889 | static void planar_rgb##nbits##endian_name##_to_a(uint8_t *dst, const uint8_t *src[4], \ | ^~~~~~~~~~ /home/fate/ffmpeg/libswscale/input.c:901:5: note: in expansion of macro 'rgb9plus_planar_funcs_endian' 901 | rgb9plus_planar_funcs_endian(nbits, le, 0) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libswscale/input.c:904:1: note: in expansion of macro 'rgb9plus_planar_funcs' 904 | rgb9plus_planar_funcs(9) | ^~~~~~~~~~~~~~~~~~~~~ CC libavutil/aes.o CC libavutil/audio_fifo.o In file included from /usr/alpha-linux-gnu/include/inttypes.h:25, from /home/fate/ffmpeg/libswscale/utils.c:25: /usr/alpha-linux-gnu/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /home/fate/ffmpeg/libavutil/common.h:466, from /home/fate/ffmpeg/libavutil/avutil.h:288, from /home/fate/ffmpeg/libavutil/avassert.h:31, from /home/fate/ffmpeg/libswscale/utils.c:41: /home/fate/ffmpeg/libswscale/utils.c: In function 'initFilter': /home/fate/ffmpeg/libavutil/internal.h:53:21: warning: this 'while' clause does not guard... [-Wmisleading-indentation] 53 | # define emms_c() while(0) | ^~~~~ /home/fate/ffmpeg/libswscale/utils.c:307:5: note: in expansion of macro 'emms_c' 307 | emms_c(); // FIXME should not be required but IS (even for non-MMX versions) | ^~~~~~ /home/fate/ffmpeg/libavutil/internal.h:151:1: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' 151 | {\ | ^~ 152 | p = av_malloc_array(nelem, elsize);\ | /home/fate/ffmpeg/libavutil/internal.h:151:1: note: in definition of macro 'FF_ALLOC_ARRAY_OR_GOTO' 151 | {\ | ^~ 152 | p = av_malloc_array(nelem, elsize);\ | CC libavutil/avstring.o CC libavutil/blowfish.o CC libavutil/base64.o CC libavutil/bprint.o CC libavutil/buffer.o CC libavutil/camellia.o CC libavutil/cast5.o CC libavutil/channel_layout.o CC libavutil/color_utils.o CC libavutil/cpu.o CC libavutil/crc.o CC libavutil/des.o CC libavutil/display.o CC libavutil/dict.o CC libavutil/downmix_info.o CC libavutil/error.o CC libavutil/eval.o CC libavutil/fifo.o CC libavutil/file.o CC libavutil/file_open.o CC libavutil/fixed_dsp.o CC libavutil/float_dsp.o CC libavutil/frame.o CC libavutil/hash.o CC libavutil/hmac.o CC libavutil/imgutils.o CC libavutil/intmath.o CC libavutil/lfg.o /home/fate/ffmpeg/libavutil/frame.c: In function 'av_frame_set_qp_table': /home/fate/ffmpeg/libavutil/frame.c:55:5: warning: 'qscale_table' is deprecated [-Wdeprecated-declarations] 55 | f->qscale_table = buf->data; | ^ In file included from /home/fate/ffmpeg/libavutil/frame.c:25: /home/fate/ffmpeg/libavutil/frame.h:293:13: note: declared here 293 | int8_t *qscale_table; | ^~~~~~~~~~~~ /home/fate/ffmpeg/libavutil/frame.c:56:5: warning: 'qstride' is deprecated [-Wdeprecated-declarations] 56 | f->qstride = stride; | ^ In file included from /home/fate/ffmpeg/libavutil/frame.c:25: /home/fate/ffmpeg/libavutil/frame.h:298:9: note: declared here 298 | int qstride; | ^~~~~~~ /home/fate/ffmpeg/libavutil/frame.c:57:5: warning: 'qscale_type' is deprecated [-Wdeprecated-declarations] 57 | f->qscale_type = qp_type; | ^ In file included from /home/fate/ffmpeg/libavutil/frame.c:25: /home/fate/ffmpeg/libavutil/frame.h:301:9: note: declared here 301 | int qscale_type; | ^~~~~~~~~~~ /home/fate/ffmpeg/libavutil/frame.c: In function 'av_frame_get_qp_table': /home/fate/ffmpeg/libavutil/frame.c:64:5: warning: 'qstride' is deprecated [-Wdeprecated-declarations] 64 | *stride = f->qstride; | ^ In file included from /home/fate/ffmpeg/libavutil/frame.c:25: /home/fate/ffmpeg/libavutil/frame.h:298:9: note: declared here 298 | int qstride; | ^~~~~~~ /home/fate/ffmpeg/libavutil/frame.c:65:5: warning: 'qscale_type' is deprecated [-Wdeprecated-declarations] 65 | *type = f->qscale_type; | ^ In file included from /home/fate/ffmpeg/libavutil/frame.c:25: /home/fate/ffmpeg/libavutil/frame.h:301:9: note: declared here 301 | int qscale_type; | ^~~~~~~~~~~ /home/fate/ffmpeg/libavutil/frame.c: In function 'frame_copy_props': /home/fate/ffmpeg/libavutil/frame.c:350:5: warning: 'qscale_table' is deprecated [-Wdeprecated-declarations] 350 | dst->qscale_table = NULL; | ^~~ In file included from /home/fate/ffmpeg/libavutil/frame.c:25: /home/fate/ffmpeg/libavutil/frame.h:293:13: note: declared here 293 | int8_t *qscale_table; | ^~~~~~~~~~~~ /home/fate/ffmpeg/libavutil/frame.c:351:5: warning: 'qstride' is deprecated [-Wdeprecated-declarations] 351 | dst->qstride = 0; | ^~~ In file included from /home/fate/ffmpeg/libavutil/frame.c:25: /home/fate/ffmpeg/libavutil/frame.h:298:9: note: declared here 298 | int qstride; | ^~~~~~~ /home/fate/ffmpeg/libavutil/frame.c:352:5: warning: 'qscale_type' is deprecated [-Wdeprecated-declarations] 352 | dst->qscale_type = 0; | ^~~ In file included from /home/fate/ffmpeg/libavutil/frame.c:25: /home/fate/ffmpeg/libavutil/frame.h:301:9: note: declared here 301 | int qscale_type; | ^~~~~~~~~~~ /home/fate/ffmpeg/libavutil/frame.c:357:13: warning: 'qscale_table' is deprecated [-Wdeprecated-declarations] 357 | dst->qscale_table = dst->qp_table_buf->data; | ^~~ In file included from /home/fate/ffmpeg/libavutil/frame.c:25: /home/fate/ffmpeg/libavutil/frame.h:293:13: note: declared here 293 | int8_t *qscale_table; | ^~~~~~~~~~~~ /home/fate/ffmpeg/libavutil/frame.c:358:13: warning: 'qstride' is deprecated [-Wdeprecated-declarations] 358 | dst->qstride = src->qstride; | ^~~ In file included from /home/fate/ffmpeg/libavutil/frame.c:25: /home/fate/ffmpeg/libavutil/frame.h:298:9: note: declared here 298 | int qstride; | ^~~~~~~ /home/fate/ffmpeg/libavutil/frame.c:358:13: warning: 'qstride' is deprecated [-Wdeprecated-declarations] 358 | dst->qstride = src->qstride; | ^~~ In file included from /home/fate/ffmpeg/libavutil/frame.c:25: /home/fate/ffmpeg/libavutil/frame.h:298:9: note: declared here 298 | int qstride; | ^~~~~~~ /home/fate/ffmpeg/libavutil/frame.c:359:13: warning: 'qscale_type' is deprecated [-Wdeprecated-declarations] 359 | dst->qscale_type = src->qscale_type; | ^~~ In file included from /home/fate/ffmpeg/libavutil/frame.c:25: /home/fate/ffmpeg/libavutil/frame.h:301:9: note: declared here 301 | int qscale_type; | ^~~~~~~~~~~ /home/fate/ffmpeg/libavutil/frame.c:359:13: warning: 'qscale_type' is deprecated [-Wdeprecated-declarations] 359 | dst->qscale_type = src->qscale_type; | ^~~ In file included from /home/fate/ffmpeg/libavutil/frame.c:25: /home/fate/ffmpeg/libavutil/frame.h:301:9: note: declared here 301 | int qscale_type; | ^~~~~~~~~~~ CC libavutil/lls.o CC libavutil/log.o CC libavutil/log2_tab.o CC libavutil/lzo.o CC libavutil/mathematics.o CC libavutil/md5.o CC libavutil/mem.o CC libavutil/murmur3.o CC libavutil/opt.o CC libavutil/parseutils.o CC libavutil/pixdesc.o CC libavutil/pixelutils.o CC libavutil/random_seed.o CC libavutil/rational.o CC libavutil/rc4.o CC libavutil/reverse.o CC libavutil/ripemd.o CC libavutil/samplefmt.o CC libavutil/sha.o CC libavutil/sha512.o /home/fate/ffmpeg/libavutil/opt.c: In function 'write_number': /home/fate/ffmpeg/libavutil/opt.c:88:42: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] 88 | num = den ? num*intnum/den : (num*intnum ? INFINITY : NAN); | ~~~^~~~~~~ CC libavutil/stereo3d.o CC libavutil/tea.o CC libavutil/threadmessage.o CC libavutil/time.o CC libavutil/timecode.o CC libavutil/tree.o CC libavutil/twofish.o CC libavutil/utils.o /home/fate/ffmpeg/libavutil/timecode.c: In function 'av_timecode_make_string': /home/fate/ffmpeg/libavutil/timecode.c:103:53: warning: ':' directive output may be truncated writing 1 byte into a region of size between 0 and 11 [-Wformat-truncation=] 103 | snprintf(buf, AV_TIMECODE_STR_SIZE, "%s%02d:%02d:%02d%c%02d", | ^ /home/fate/ffmpeg/libavutil/timecode.c:103:41: note: directive argument in the range [-59, 59] 103 | snprintf(buf, AV_TIMECODE_STR_SIZE, "%s%02d:%02d:%02d%c%02d", | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libavutil/timecode.c:103:41: note: directive argument in the range [0, 2147483647] In file included from /usr/alpha-linux-gnu/include/stdio.h:894, from /home/fate/ffmpeg/libavutil/timecode.c:29: /usr/alpha-linux-gnu/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 12 and 32 bytes into a destination of size 16 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ CC libavutil/xga_font_data.o CC libavutil/xtea.o HOSTCC doc/print_options.o CC ffmpeg.o In file included from /home/fate/ffmpeg/doc/print_options.c:36: /home/fate/ffmpeg/libavcodec/options_table.h:94:1: warning: 'me_method' is deprecated [-Wdeprecated-declarations] 94 | {"me_method", "set motion estimation method", OFFSET(me_method), AV_OPT_TYPE_INT, {.i64 = ME_EPZS }, INT_MIN, INT_MAX, V|E, "me_method"}, | ^ In file included from /home/fate/ffmpeg/libavformat/avformat.h:318, from /home/fate/ffmpeg/doc/print_options.c:33: /home/fate/ffmpeg/libavcodec/avcodec.h:1739:30: note: declared here 1739 | attribute_deprecated int me_method; | ^~~~~~~~~ In file included from /home/fate/ffmpeg/doc/print_options.c:36: /home/fate/ffmpeg/libavcodec/options_table.h:126:1: warning: 'rc_strategy' is deprecated [-Wdeprecated-declarations] 126 | {"rc_strategy", "ratecontrol method", OFFSET(rc_strategy), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E}, | ^ In file included from /home/fate/ffmpeg/libavformat/avformat.h:318, from /home/fate/ffmpeg/doc/print_options.c:33: /home/fate/ffmpeg/libavcodec/avcodec.h:1803:30: note: declared here 1803 | attribute_deprecated int rc_strategy; | ^~~~~~~~~~~ In file included from /home/fate/ffmpeg/doc/print_options.c:36: /home/fate/ffmpeg/libavcodec/options_table.h:181:1: warning: 'rc_qsquish' is deprecated [-Wdeprecated-declarations] 181 | {"qsquish", "deprecated, use encoder private options instead", OFFSET(rc_qsquish), AV_OPT_TYPE_FLOAT, {.dbl = DEFAULT }, 0, 99, V|E}, | ^ In file included from /home/fate/ffmpeg/libavformat/avformat.h:318, from /home/fate/ffmpeg/doc/print_options.c:33: /home/fate/ffmpeg/libavcodec/avcodec.h:2578:11: note: declared here 2578 | float rc_qsquish; | ^~~~~~~~~~ In file included from /home/fate/ffmpeg/doc/print_options.c:36: /home/fate/ffmpeg/libavcodec/options_table.h:182:1: warning: 'rc_qmod_amp' is deprecated [-Wdeprecated-declarations] 182 | {"rc_qmod_amp", "deprecated, use encoder private options instead", OFFSET(rc_qmod_amp), AV_OPT_TYPE_FLOAT, {.dbl = DEFAULT }, -FLT_MAX, FLT_MAX, V|E}, | ^ In file included from /home/fate/ffmpeg/libavformat/avformat.h:318, from /home/fate/ffmpeg/doc/print_options.c:33: /home/fate/ffmpeg/libavcodec/avcodec.h:2581:11: note: declared here 2581 | float rc_qmod_amp; | ^~~~~~~~~~~ In file included from /home/fate/ffmpeg/doc/print_options.c:36: /home/fate/ffmpeg/libavcodec/options_table.h:183:1: warning: 'rc_qmod_freq' is deprecated [-Wdeprecated-declarations] 183 | {"rc_qmod_freq", "deprecated, use encoder private options instead", OFFSET(rc_qmod_freq), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E}, | ^ In file included from /home/fate/ffmpeg/libavformat/avformat.h:318, from /home/fate/ffmpeg/doc/print_options.c:33: /home/fate/ffmpeg/libavcodec/avcodec.h:2583:9: note: declared here 2583 | int rc_qmod_freq; | ^~~~~~~~~~~~ In file included from /home/fate/ffmpeg/doc/print_options.c:36: /home/fate/ffmpeg/libavcodec/options_table.h:187:1: warning: 'rc_eq' is deprecated [-Wdeprecated-declarations] 187 | {"rc_eq", "deprecated, use encoder private options instead", OFFSET(rc_eq), AV_OPT_TYPE_STRING, {.str = NULL}, CHAR_MIN, CHAR_MAX, V|E}, | ^ In file included from /home/fate/ffmpeg/libavformat/avformat.h:318, from /home/fate/ffmpeg/doc/print_options.c:33: /home/fate/ffmpeg/libavcodec/avcodec.h:2606:17: note: declared here 2606 | const char *rc_eq; | ^~~~~ In file included from /home/fate/ffmpeg/doc/print_options.c:36: /home/fate/ffmpeg/libavcodec/options_table.h:194:1: warning: 'rc_buffer_aggressivity' is deprecated [-Wdeprecated-declarations] 194 | {"rc_buf_aggressivity", "deprecated, use encoder private options instead", OFFSET(rc_buffer_aggressivity), AV_OPT_TYPE_FLOAT, {.dbl = 1.0 }, -FLT_MAX, FLT_MAX, V|E}, | ^ In file included from /home/fate/ffmpeg/libavformat/avformat.h:318, from /home/fate/ffmpeg/doc/print_options.c:33: /home/fate/ffmpeg/libavcodec/avcodec.h:2628:11: note: declared here 2628 | float rc_buffer_aggressivity; | ^~~~~~~~~~~~~~~~~~~~~~ In file included from /home/fate/ffmpeg/doc/print_options.c:36: /home/fate/ffmpeg/libavcodec/options_table.h:199:1: warning: 'rc_initial_cplx' is deprecated [-Wdeprecated-declarations] 199 | {"rc_init_cplx", "deprecated, use encoder private options instead", OFFSET(rc_initial_cplx), AV_OPT_TYPE_FLOAT, {.dbl = DEFAULT }, -FLT_MAX, FLT_MAX, V|E}, | ^ In file included from /home/fate/ffmpeg/libavformat/avformat.h:318, from /home/fate/ffmpeg/doc/print_options.c:33: /home/fate/ffmpeg/libavcodec/avcodec.h:2631:11: note: declared here 2631 | float rc_initial_cplx; | ^~~~~~~~~~~~~~~ In file included from /home/fate/ffmpeg/doc/print_options.c:36: /home/fate/ffmpeg/libavcodec/options_table.h:306:1: warning: 'dtg_active_format' is deprecated [-Wdeprecated-declarations] 306 | {"dtg_active_format", NULL, OFFSET(dtg_active_format), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX}, | ^ In file included from /home/fate/ffmpeg/libavformat/avformat.h:318, from /home/fate/ffmpeg/doc/print_options.c:33: /home/fate/ffmpeg/libavcodec/avcodec.h:2007:30: note: declared here 2007 | attribute_deprecated int dtg_active_format; | ^~~~~~~~~~~~~~~~~ In file included from /home/fate/ffmpeg/doc/print_options.c:36: /home/fate/ffmpeg/libavcodec/options_table.h:310:1: warning: 'intra_quant_bias' is deprecated [-Wdeprecated-declarations] 310 | {"ibias", "intra quant bias", OFFSET(intra_quant_bias), AV_OPT_TYPE_INT, {.i64 = FF_DEFAULT_QUANT_BIAS }, INT_MIN, INT_MAX, V|E}, | ^ In file included from /home/fate/ffmpeg/libavformat/avformat.h:318, from /home/fate/ffmpeg/doc/print_options.c:33: /home/fate/ffmpeg/libavcodec/avcodec.h:2030:30: note: declared here 2030 | attribute_deprecated int intra_quant_bias; | ^~~~~~~~~~~~~~~~ In file included from /home/fate/ffmpeg/doc/print_options.c:36: /home/fate/ffmpeg/libavcodec/options_table.h:311:1: warning: 'inter_quant_bias' is deprecated [-Wdeprecated-declarations] 311 | {"pbias", "inter quant bias", OFFSET(inter_quant_bias), AV_OPT_TYPE_INT, {.i64 = FF_DEFAULT_QUANT_BIAS }, INT_MIN, INT_MAX, V|E}, | ^ In file included from /home/fate/ffmpeg/libavformat/avformat.h:318, from /home/fate/ffmpeg/doc/print_options.c:33: /home/fate/ffmpeg/libavcodec/avcodec.h:2036:30: note: declared here 2036 | attribute_deprecated int inter_quant_bias; | ^~~~~~~~~~~~~~~~ In file included from /home/fate/ffmpeg/doc/print_options.c:36: /home/fate/ffmpeg/libavcodec/options_table.h:325:1: warning: 'xvmc_acceleration' is deprecated [-Wdeprecated-declarations] 325 | {"xvmc_acceleration", NULL, OFFSET(xvmc_acceleration), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX}, | ^ In file included from /home/fate/ffmpeg/libavformat/avformat.h:318, from /home/fate/ffmpeg/doc/print_options.c:33: /home/fate/ffmpeg/libavcodec/avcodec.h:2056:30: note: declared here 2056 | attribute_deprecated int xvmc_acceleration; | ^~~~~~~~~~~~~~~~~ In file included from /home/fate/ffmpeg/doc/print_options.c:36: /home/fate/ffmpeg/libavcodec/options_table.h:332:1: warning: 'stream_codec_tag' is deprecated [-Wdeprecated-declarations] 332 | {"stream_codec_tag", NULL, OFFSET(stream_codec_tag), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX}, | ^ In file included from /home/fate/ffmpeg/libavformat/avformat.h:318, from /home/fate/ffmpeg/doc/print_options.c:33: /home/fate/ffmpeg/libavcodec/avcodec.h:1551:18: note: declared here 1551 | unsigned int stream_codec_tag; | ^~~~~~~~~~~~~~~~ In file included from /home/fate/ffmpeg/doc/print_options.c:36: /home/fate/ffmpeg/libavcodec/options_table.h:336:1: warning: 'lmin' is deprecated [-Wdeprecated-declarations] 336 | {"lmin", "deprecated, use encoder private options instead", OFFSET(lmin), AV_OPT_TYPE_INT, {.i64 = 0 }, 0, INT_MAX, V|E}, | ^ In file included from /home/fate/ffmpeg/libavformat/avformat.h:318, from /home/fate/ffmpeg/doc/print_options.c:33: /home/fate/ffmpeg/libavcodec/avcodec.h:2681:9: note: declared here 2681 | int lmin; | ^~~~ In file included from /home/fate/ffmpeg/doc/print_options.c:36: /home/fate/ffmpeg/libavcodec/options_table.h:337:1: warning: 'lmax' is deprecated [-Wdeprecated-declarations] 337 | {"lmax", "deprecated, use encoder private options instead", OFFSET(lmax), AV_OPT_TYPE_INT, {.i64 = 0 }, 0, INT_MAX, V|E}, | ^ In file included from /home/fate/ffmpeg/libavformat/avformat.h:318, from /home/fate/ffmpeg/doc/print_options.c:33: /home/fate/ffmpeg/libavcodec/avcodec.h:2687:9: note: declared here 2687 | int lmax; | ^~~~ In file included from /home/fate/ffmpeg/doc/print_options.c:36: /home/fate/ffmpeg/libavcodec/options_table.h:343:1: warning: 'error_rate' is deprecated [-Wdeprecated-declarations] 343 | {"error", NULL, OFFSET(error_rate), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E}, | ^ In file included from /home/fate/ffmpeg/libavformat/avformat.h:318, from /home/fate/ffmpeg/doc/print_options.c:33: /home/fate/ffmpeg/libavcodec/avcodec.h:3255:9: note: declared here 3255 | int error_rate; | ^~~~~~~~~~ In file included from /home/fate/ffmpeg/doc/print_options.c:36: /home/fate/ffmpeg/libavcodec/options_table.h:348:1: warning: 'me_threshold' is deprecated [-Wdeprecated-declarations] 348 | {"me_threshold", "motion estimation threshold", OFFSET(me_threshold), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E}, | ^ In file included from /home/fate/ffmpeg/libavformat/avformat.h:318, from /home/fate/ffmpeg/doc/print_options.c:33: /home/fate/ffmpeg/libavcodec/avcodec.h:2103:9: note: declared here 2103 | int me_threshold; | ^~~~~~~~~~~~ In file included from /home/fate/ffmpeg/doc/print_options.c:36: /home/fate/ffmpeg/libavcodec/options_table.h:349:1: warning: 'mb_threshold' is deprecated [-Wdeprecated-declarations] 349 | {"mb_threshold", "macroblock threshold", OFFSET(mb_threshold), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E}, | ^ In file included from /home/fate/ffmpeg/libavformat/avformat.h:318, from /home/fate/ffmpeg/doc/print_options.c:33: /home/fate/ffmpeg/libavcodec/avcodec.h:2109:9: note: declared here 2109 | int mb_threshold; | ^~~~~~~~~~~~ In file included from /home/fate/ffmpeg/doc/print_options.c:36: /home/fate/ffmpeg/libavcodec/options_table.h:384:1: warning: 'border_masking' is deprecated [-Wdeprecated-declarations] 384 | {"border_mask", "deprecated, use encoder private options instead", OFFSET(border_masking), AV_OPT_TYPE_FLOAT, {.dbl = DEFAULT }, -FLT_MAX, FLT_MAX, V|E}, | ^ In file included from /home/fate/ffmpeg/libavformat/avformat.h:318, from /home/fate/ffmpeg/doc/print_options.c:33: /home/fate/ffmpeg/libavcodec/avcodec.h:2138:11: note: declared here 2138 | float border_masking; | ^~~~~~~~~~~~~~ In file included from /home/fate/ffmpeg/doc/print_options.c:36: /home/fate/ffmpeg/libavcodec/options_table.h:406:1: warning: 'scenechange_factor' is deprecated [-Wdeprecated-declarations] 406 | {"sc_factor", "multiplied by qscale for each frame and added to scene_change_score", OFFSET(scenechange_factor), AV_OPT_TYPE_INT, {.i64 = 6 }, 0, INT_MAX, V|E}, | ^ In file included from /home/fate/ffmpeg/libavformat/avformat.h:318, from /home/fate/ffmpeg/doc/print_options.c:33: /home/fate/ffmpeg/libavcodec/avcodec.h:2203:30: note: declared here 2203 | attribute_deprecated int scenechange_factor; | ^~~~~~~~~~~~~~~~~~ In file included from /home/fate/ffmpeg/doc/print_options.c:36: /home/fate/ffmpeg/libavcodec/options_table.h:415:1: warning: 'request_channels' is deprecated [-Wdeprecated-declarations] 415 | {"request_channels", "set desired number of audio channels", OFFSET(request_channels), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, 0, INT_MAX, A|D}, | ^ In file included from /home/fate/ffmpeg/libavformat/avformat.h:318, from /home/fate/ffmpeg/doc/print_options.c:33: /home/fate/ffmpeg/libavcodec/avcodec.h:2325:30: note: declared here 2325 | attribute_deprecated int request_channels; | ^~~~~~~~~~~~~~~~ CC cmdutils.o CC ffmpeg_opt.o CC ffmpeg_filter.o In file included from /home/fate/ffmpeg/ffmpeg.h:32, from /home/fate/ffmpeg/ffmpeg_filter.c:23: /home/fate/ffmpeg/ffmpeg_filter.c: In function 'configure_output_audio_filter.isra': /home/fate/ffmpeg/cmdutils.h:587:34: warning: '%lx' directive output may be truncated writing between 1 and 16 bytes into a region of size 14 [-Wformat-truncation=] 587 | snprintf(name, sizeof(name), "0x%"PRIx64, ch_layout); | ^~~~~ /home/fate/ffmpeg/ffmpeg_filter.c:154:9: note: in expansion of macro 'GET_CH_LAYOUT_NAME' 154 | get_name(ost->enc_ctx->var); \ | ^~~~~~~~ /home/fate/ffmpeg/ffmpeg_filter.c:185:1: note: in expansion of macro 'DEF_CHOOSE_FORMAT' 185 | DEF_CHOOSE_FORMAT(uint64_t, channel_layout, channel_layouts, 0, | ^~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/cmdutils.h:587:37: note: format string is defined here 587 | snprintf(name, sizeof(name), "0x%"PRIx64, ch_layout); /home/fate/ffmpeg/cmdutils.h:587:34: note: directive argument in the range [1, 18446744073709551615] 587 | snprintf(name, sizeof(name), "0x%"PRIx64, ch_layout); | ^~~~~ /home/fate/ffmpeg/ffmpeg_filter.c:154:9: note: in expansion of macro 'GET_CH_LAYOUT_NAME' 154 | get_name(ost->enc_ctx->var); \ | ^~~~~~~~ /home/fate/ffmpeg/ffmpeg_filter.c:185:1: note: in expansion of macro 'DEF_CHOOSE_FORMAT' 185 | DEF_CHOOSE_FORMAT(uint64_t, channel_layout, channel_layouts, 0, | ^~~~~~~~~~~~~~~~~ In file included from /usr/alpha-linux-gnu/include/stdio.h:894, from /home/fate/ffmpeg/ffmpeg.h:25, from /home/fate/ffmpeg/ffmpeg_filter.c:23: /usr/alpha-linux-gnu/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 4 and 19 bytes into a destination of size 16 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ CC ffprobe.o CC ffserver.o In file included from /usr/alpha-linux-gnu/include/string.h:535, from /home/fate/ffmpeg/cmdutils.c:22: In function 'strncpy', inlined from 'print_buildconf.constprop' at /home/fate/ffmpeg/cmdutils.c:1123:9: /usr/alpha-linux-gnu/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 3 bytes from a string of the same length [-Wstringop-truncation] 95 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'print_buildconf.constprop' at /home/fate/ffmpeg/cmdutils.c:1129:9: /usr/alpha-linux-gnu/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 11 bytes from a string of the same length [-Wstringop-truncation] 95 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ CC ffserver_config.o AR libavdevice/libavdevice.a /home/fate/ffmpeg/ffmpeg.c: In function 'sigterm_handler': /home/fate/ffmpeg/ffmpeg.c:330:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 330 | write(2/*STDERR_FILENO*/, "Received > 3 system signals, hard exiting\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 331 | strlen("Received > 3 system signals, hard exiting\n")); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ AR libavfilter/libavfilter.a AR libavformat/libavformat.a CC libavcodec/012v.o /home/fate/ffmpeg/ffserver_config.c: In function 'add_codec': /home/fate/ffmpeg/ffserver_config.c:290:13: warning: 'rc_eq' is deprecated [-Wdeprecated-declarations] 290 | av->rc_eq = av_strdup("tex^qComp"); | ^~ In file included from /home/fate/ffmpeg/libavformat/avformat.h:318, from /home/fate/ffmpeg/libavformat/ffm.h:26, from /home/fate/ffmpeg/ffserver_config.c:29: /home/fate/ffmpeg/libavcodec/avcodec.h:2606:17: note: declared here 2606 | const char *rc_eq; | ^~~~~ /home/fate/ffmpeg/ffserver_config.c:292:13: warning: 'rc_eq' is deprecated [-Wdeprecated-declarations] 292 | WARNING("Setting default value for video rate control equation = " | ^~~~~~~ In file included from /home/fate/ffmpeg/libavformat/avformat.h:318, from /home/fate/ffmpeg/libavformat/ffm.h:26, from /home/fate/ffmpeg/ffserver_config.c:29: /home/fate/ffmpeg/libavcodec/avcodec.h:2606:17: note: declared here 2606 | const char *rc_eq; | ^~~~~ /home/fate/ffmpeg/ffserver_config.c: In function 'ffserver_parse_ffconfig': /home/fate/ffmpeg/ffserver_config.c:712:24: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 1019 [-Wformat-truncation=] 712 | "/tmp/%s.ffm", feed->filename); | ^~ In file included from /usr/alpha-linux-gnu/include/stdio.h:894, from /home/fate/ffmpeg/libavutil/common.h:38, from /home/fate/ffmpeg/libavutil/avutil.h:288, from /home/fate/ffmpeg/libavutil/opt.h:31, from /home/fate/ffmpeg/ffserver_config.c:22: /usr/alpha-linux-gnu/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 10 and 1033 bytes into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ CC libavcodec/4xm.o CC libavcodec/8bps.o CC libavcodec/8svx.o CC libavcodec/a64multienc.o CC libavcodec/aac_ac3_parser.o CC libavcodec/aac_adtstoasc_bsf.o /home/fate/ffmpeg/ffserver.c: In function 'find_rtp_session_with_url': /home/fate/ffmpeg/ffserver.c:3149:37: warning: '/streamid=' directive output may be truncated writing 10 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 3149 | snprintf(buf, sizeof(buf), "%s/streamid=%d", | ^~~~~~~~~~ /home/fate/ffmpeg/ffserver.c:3149:34: note: directive argument in the range [0, 2147483647] 3149 | snprintf(buf, sizeof(buf), "%s/streamid=%d", | ^~~~~~~~~~~~~~~~ In file included from /usr/alpha-linux-gnu/include/stdio.h:894, from /home/fate/ffmpeg/ffserver.c:32: /usr/alpha-linux-gnu/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 12 and 1044 bytes into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/ffserver.c: In function 'http_parse_request': /home/fate/ffmpeg/ffserver.c:1686:68: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 993 [-Wformat-truncation=] 1686 | snprintf(msg, sizeof(msg), "Input stream corresponding to '%s' not found", url); | ^~ ~~~ In file included from /usr/alpha-linux-gnu/include/stdio.h:894, from /home/fate/ffmpeg/ffserver.c:32: /usr/alpha-linux-gnu/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 43 and 1066 bytes into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/ffserver.c:1408:43: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 1018 [-Wformat-truncation=] 1408 | snprintf(msg, sizeof(msg), "File '%s' not found", url); | ^~ ~~~ In file included from /usr/alpha-linux-gnu/include/stdio.h:894, from /home/fate/ffmpeg/ffserver.c:32: /usr/alpha-linux-gnu/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 18 and 1041 bytes into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/ffserver.c: In function 'rtsp_parse_request': /home/fate/ffmpeg/ffserver.c:3017:43: warning: '/streamid=' directive output may be truncated writing 10 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 3017 | snprintf(buf, sizeof(buf), "%s/streamid=%d", | ^~~~~~~~~~ /home/fate/ffmpeg/ffserver.c:3017:40: note: directive argument in the range [0, 2147483647] 3017 | snprintf(buf, sizeof(buf), "%s/streamid=%d", | ^~~~~~~~~~~~~~~~ In file included from /usr/alpha-linux-gnu/include/stdio.h:894, from /home/fate/ffmpeg/ffserver.c:32: /usr/alpha-linux-gnu/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 12 and 1044 bytes into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ CC libavcodec/aac_parser.o CC libavcodec/aacadtsdec.o CC libavcodec/aacdec.o CC libavcodec/aaccoder.o CC libavcodec/aacdec_fixed.o CC libavcodec/aacenc.o CC libavcodec/aacenc_is.o CC libavcodec/aacenc_pred.o CC libavcodec/aacenc_tns.o CC libavcodec/aacenctab.o CC libavcodec/aacps_fixed.o CC libavcodec/aacps_float.o CC libavcodec/aacpsdsp_fixed.o CC libavcodec/aacpsdsp_float.o CC libavcodec/aacpsy.o CC libavcodec/aacsbr.o CC libavcodec/aacsbr_fixed.o CC libavcodec/aactab.o CC libavcodec/aandcttab.o CC libavcodec/aasc.o CC libavcodec/ac3.o CC libavcodec/ac3_parser.o CC libavcodec/ac3dec_data.o CC libavcodec/ac3dec_fixed.o CC libavcodec/ac3dsp.o CC libavcodec/ac3dec_float.o CC libavcodec/ac3enc.o CC libavcodec/ac3enc_fixed.o CC libavcodec/ac3enc_float.o CC libavcodec/ac3tab.o CC libavcodec/acelp_filters.o CC libavcodec/acelp_pitch_delay.o CC libavcodec/acelp_vectors.o CC libavcodec/adpcm.o CC libavcodec/adpcm_data.o /home/fate/ffmpeg/libavcodec/acelp_vectors.c: In function 'ff_set_fixed_vector': /home/fate/ffmpeg/libavcodec/acelp_vectors.c:243:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 243 | if (in->pitch_lag > 0) | ^~ /home/fate/ffmpeg/libavcodec/acelp_vectors.c:245:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 245 | do { | ^~ CC libavcodec/adpcmenc.o CC libavcodec/adx.o CC libavcodec/adx_parser.o CC libavcodec/adxdec.o CC libavcodec/adxenc.o CC libavcodec/aic.o CC libavcodec/alac.o CC libavcodec/alac_data.o CC libavcodec/aliaspixdec.o CC libavcodec/alacenc.o CC libavcodec/aliaspixenc.o CC libavcodec/allcodecs.o CC libavcodec/alpha/blockdsp_alpha.o CC libavcodec/alpha/hpeldsp_alpha.o AS libavcodec/alpha/hpeldsp_alpha_asm.o AS libavcodec/alpha/idctdsp_alpha_asm.o CC libavcodec/alpha/idctdsp_alpha.o CC libavcodec/alpha/me_cmp_alpha.o AS libavcodec/alpha/me_cmp_mvi_asm.o CC libavcodec/alpha/mpegvideo_alpha.o /home/fate/ffmpeg/libavcodec/alpha/hpeldsp_alpha.c:164:7: warning: 'put_no_rnd_pixels16_axp' defined but not used [-Wunused-function] 164 | PIXOP(put_no_rnd, STORE); | ^~~~~~~~~~ /home/fate/ffmpeg/libavcodec/alpha/hpeldsp_alpha.c:130:13: note: in definition of macro 'MAKE_OP' 130 | static void OPNAME ## _pixels16 ## SUFF ## _axp \ | ^~~~~~ /home/fate/ffmpeg/libavcodec/alpha/hpeldsp_alpha.c:164:1: note: in expansion of macro 'PIXOP' 164 | PIXOP(put_no_rnd, STORE); | ^~~~~ /home/fate/ffmpeg/libavcodec/alpha/hpeldsp_alpha.c:149:7: warning: 'put_pixels16_axp' defined but not used [-Wunused-function] 149 | PIXOP(put, STORE); | ^~~ /home/fate/ffmpeg/libavcodec/alpha/hpeldsp_alpha.c:130:13: note: in definition of macro 'MAKE_OP' 130 | static void OPNAME ## _pixels16 ## SUFF ## _axp \ | ^~~~~~ /home/fate/ffmpeg/libavcodec/alpha/hpeldsp_alpha.c:149:1: note: in expansion of macro 'PIXOP' 149 | PIXOP(put, STORE); | ^~~~~ CC libavcodec/alpha/pixblockdsp_alpha.o CC libavcodec/alpha/simple_idct_alpha.o /home/fate/ffmpeg/libavcodec/alpha/me_cmp_alpha.c: In function 'ff_me_cmp_init_alpha': /home/fate/ffmpeg/libavcodec/alpha/me_cmp_alpha.c:309:29: warning: assignment to 'me_cmp_func' {aka 'int (*)(struct MpegEncContext *, unsigned char *, unsigned char *, long int, int)'} from incompatible pointer type 'int (*)(void *, uint8_t *, uint8_t *, int, int)' {aka 'int (*)(void *, unsigned char *, unsigned char *, int, int)'} [-Wincompatible-pointer-types] 309 | c->sad[0] = pix_abs16x16_mvi_asm; | ^ /home/fate/ffmpeg/libavcodec/alpha/me_cmp_alpha.c:310:29: warning: assignment to 'me_cmp_func' {aka 'int (*)(struct MpegEncContext *, unsigned char *, unsigned char *, long int, int)'} from incompatible pointer type 'int (*)(void *, uint8_t *, uint8_t *, int, int)' {aka 'int (*)(void *, unsigned char *, unsigned char *, int, int)'} [-Wincompatible-pointer-types] 310 | c->sad[1] = pix_abs8x8_mvi; | ^ /home/fate/ffmpeg/libavcodec/alpha/me_cmp_alpha.c:311:29: warning: assignment to 'me_cmp_func' {aka 'int (*)(struct MpegEncContext *, unsigned char *, unsigned char *, long int, int)'} from incompatible pointer type 'int (*)(void *, uint8_t *, uint8_t *, int, int)' {aka 'int (*)(void *, unsigned char *, unsigned char *, int, int)'} [-Wincompatible-pointer-types] 311 | c->pix_abs[0][0] = pix_abs16x16_mvi_asm; | ^ /home/fate/ffmpeg/libavcodec/alpha/me_cmp_alpha.c:312:29: warning: assignment to 'me_cmp_func' {aka 'int (*)(struct MpegEncContext *, unsigned char *, unsigned char *, long int, int)'} from incompatible pointer type 'int (*)(void *, uint8_t *, uint8_t *, int, int)' {aka 'int (*)(void *, unsigned char *, unsigned char *, int, int)'} [-Wincompatible-pointer-types] 312 | c->pix_abs[1][0] = pix_abs8x8_mvi; | ^ /home/fate/ffmpeg/libavcodec/alpha/me_cmp_alpha.c:313:29: warning: assignment to 'me_cmp_func' {aka 'int (*)(struct MpegEncContext *, unsigned char *, unsigned char *, long int, int)'} from incompatible pointer type 'int (*)(void *, uint8_t *, uint8_t *, int, int)' {aka 'int (*)(void *, unsigned char *, unsigned char *, int, int)'} [-Wincompatible-pointer-types] 313 | c->pix_abs[0][1] = pix_abs16x16_x2_mvi; | ^ /home/fate/ffmpeg/libavcodec/alpha/me_cmp_alpha.c:314:29: warning: assignment to 'me_cmp_func' {aka 'int (*)(struct MpegEncContext *, unsigned char *, unsigned char *, long int, int)'} from incompatible pointer type 'int (*)(void *, uint8_t *, uint8_t *, int, int)' {aka 'int (*)(void *, unsigned char *, unsigned char *, int, int)'} [-Wincompatible-pointer-types] 314 | c->pix_abs[0][2] = pix_abs16x16_y2_mvi; | ^ /home/fate/ffmpeg/libavcodec/alpha/me_cmp_alpha.c:315:29: warning: assignment to 'me_cmp_func' {aka 'int (*)(struct MpegEncContext *, unsigned char *, unsigned char *, long int, int)'} from incompatible pointer type 'int (*)(void *, uint8_t *, uint8_t *, int, int)' {aka 'int (*)(void *, unsigned char *, unsigned char *, int, int)'} [-Wincompatible-pointer-types] 315 | c->pix_abs[0][3] = pix_abs16x16_xy2_mvi; | ^ CC libavcodec/alsdec.o CC libavcodec/amrnbdec.o CC libavcodec/amrwbdec.o CC libavcodec/anm.o CC libavcodec/ansi.o CC libavcodec/apedec.o CC libavcodec/ass.o CC libavcodec/ass_split.o CC libavcodec/assdec.o CC libavcodec/assenc.o CC libavcodec/asvdec.o CC libavcodec/asv.o CC libavcodec/asvenc.o CC libavcodec/atrac.o CC libavcodec/atrac1.o CC libavcodec/atrac3.o CC libavcodec/atrac3plus.o CC libavcodec/atrac3plusdec.o CC libavcodec/atrac3plusdsp.o CC libavcodec/audio_frame_queue.o CC libavcodec/audioconvert.o CC libavcodec/audiodsp.o CC libavcodec/aura.o CC libavcodec/avdct.o CC libavcodec/avfft.o CC libavcodec/avpacket.o CC libavcodec/avpicture.o CC libavcodec/avrndec.o CC libavcodec/avs.o CC libavcodec/avuidec.o CC libavcodec/avuienc.o CC libavcodec/bethsoftvideo.o CC libavcodec/bgmc.o CC libavcodec/bfi.o CC libavcodec/bink.o CC libavcodec/binkaudio.o CC libavcodec/binkdsp.o CC libavcodec/bintext.o CC libavcodec/bitstream_filter.o CC libavcodec/bitstream.o CC libavcodec/bmp.o CC libavcodec/bmp_parser.o CC libavcodec/blockdsp.o CC libavcodec/bmpenc.o CC libavcodec/bmvaudio.o CC libavcodec/bmvvideo.o CC libavcodec/brenderpix.o CC libavcodec/bswapdsp.o CC libavcodec/c93.o CC libavcodec/canopus.o CC libavcodec/cabac.o CC libavcodec/cavs.o CC libavcodec/cavsdata.o CC libavcodec/cavs_parser.o CC libavcodec/cavsdec.o CC libavcodec/cavsdsp.o CC libavcodec/ccaption_dec.o CC libavcodec/cdgraphics.o CC libavcodec/cdxl.o CC libavcodec/celp_filters.o CC libavcodec/cga_data.o CC libavcodec/celp_math.o CC libavcodec/chomp_bsf.o CC libavcodec/cinepak.o CC libavcodec/cinepakenc.o CC libavcodec/cljrdec.o CC libavcodec/cljrenc.o CC libavcodec/cllc.o CC libavcodec/cngdec.o CC libavcodec/cngenc.o CC libavcodec/codec_desc.o CC libavcodec/cook.o CC libavcodec/cpia.o CC libavcodec/cook_parser.o CC libavcodec/cscd.o CC libavcodec/cyuv.o CC libavcodec/dca.o CC libavcodec/dca_parser.o CC libavcodec/dca_exss.o CC libavcodec/dca_xll.o CC libavcodec/dcadec.o CC libavcodec/dcadata.o CC libavcodec/dcadsp.o CC libavcodec/dcaenc.o CC libavcodec/dct.o CC libavcodec/dct32_fixed.o CC libavcodec/dct32_float.o CC libavcodec/dds.o CC libavcodec/dfa.o CC libavcodec/dirac.o CC libavcodec/dirac_arith.o CC libavcodec/dirac_dwt.o CC libavcodec/dirac_parser.o CC libavcodec/diracdec.o CC libavcodec/diracdsp.o CC libavcodec/dnxhd_parser.o CC libavcodec/dnxhddata.o CC libavcodec/dnxhddec.o CC libavcodec/dnxhdenc.o CC libavcodec/dpcm.o CC libavcodec/dpx.o CC libavcodec/dpx_parser.o CC libavcodec/dsddec.o CC libavcodec/dpxenc.o CC libavcodec/dsicinaudio.o CC libavcodec/dsicinvideo.o CC libavcodec/dss_sp.o CC libavcodec/dump_extradata_bsf.o CC libavcodec/dv.o CC libavcodec/dv_profile.o CC libavcodec/dvbsub.o CC libavcodec/dvbsub_parser.o CC libavcodec/dvbsubdec.o CC libavcodec/dvd_nav_parser.o CC libavcodec/dvdata.o CC libavcodec/dvdsub_parser.o CC libavcodec/dvdec.o CC libavcodec/dvdsubdec.o CC libavcodec/dvdsubenc.o CC libavcodec/dvenc.o CC libavcodec/dxtory.o CC libavcodec/eacmv.o CC libavcodec/eac3_data.o CC libavcodec/eaidct.o CC libavcodec/eac3enc.o CC libavcodec/eamad.o CC libavcodec/eatgq.o CC libavcodec/eatgv.o CC libavcodec/eatqi.o CC libavcodec/elbg.o /home/fate/ffmpeg/libavcodec/dvenc.c: In function 'dvvideo_encode_frame': /home/fate/ffmpeg/libavcodec/dvenc.c:724:31: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 724 | s->frame = frame; | ^ CC libavcodec/error_resilience.o CC libavcodec/escape124.o CC libavcodec/escape130.o CC libavcodec/evrcdec.o CC libavcodec/exif.o CC libavcodec/faandct.o CC libavcodec/faanidct.o CC libavcodec/faxcompr.o CC libavcodec/fdctdsp.o CC libavcodec/fft_fixed.o CC libavcodec/fft_fixed_32.o CC libavcodec/fft_float.o CC libavcodec/ffv1.o CC libavcodec/fft_init_table.o CC libavcodec/ffv1dec.o CC libavcodec/ffv1enc.o CC libavcodec/ffwavesynth.o CC libavcodec/fic.o CC libavcodec/flac.o CC libavcodec/flac_parser.o CC libavcodec/flacdata.o CC libavcodec/flacdec.o CC libavcodec/flacdsp.o CC libavcodec/flacenc.o CC libavcodec/flicvideo.o CC libavcodec/flvdec.o CC libavcodec/flvenc.o CC libavcodec/fmtconvert.o CC libavcodec/frame_thread_encoder.o CC libavcodec/fraps.o CC libavcodec/frwu.o CC libavcodec/g722.o CC libavcodec/g722dec.o CC libavcodec/g722dsp.o CC libavcodec/g722enc.o CC libavcodec/g723_1.o CC libavcodec/g726.o CC libavcodec/g729_parser.o CC libavcodec/g729dec.o CC libavcodec/g729postfilter.o CC libavcodec/gif.o CC libavcodec/gifdec.o CC libavcodec/golomb.o CC libavcodec/gsm_parser.o CC libavcodec/gsmdec.o CC libavcodec/gsmdec_data.o CC libavcodec/h261.o CC libavcodec/h261_parser.o CC libavcodec/h261data.o CC libavcodec/h261dec.o CC libavcodec/h263.o CC libavcodec/h261enc.o CC libavcodec/h263_parser.o CC libavcodec/h263data.o CC libavcodec/h263dec.o CC libavcodec/h263dsp.o CC libavcodec/h264.o CC libavcodec/h264_cabac.o CC libavcodec/h264_cavlc.o CC libavcodec/h264_direct.o CC libavcodec/h264_loopfilter.o /home/fate/ffmpeg/libavcodec/ffv1enc.c: In function 'encode_frame': /home/fate/ffmpeg/libavcodec/ffv1enc.c:1268:5: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] 1268 | avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; | ^~~~~ In file included from /home/fate/ffmpeg/libavcodec/ffv1enc.c:35: /home/fate/ffmpeg/libavcodec/avcodec.h:3034:35: note: declared here 3034 | attribute_deprecated AVFrame *coded_frame; | ^~~~~~~~~~~ CC libavcodec/h264_mb.o CC libavcodec/h264_mp4toannexb_bsf.o CC libavcodec/h264_parser.o CC libavcodec/h264_picture.o CC libavcodec/h264_ps.o CC libavcodec/h264_refs.o CC libavcodec/h264_sei.o CC libavcodec/h264_slice.o CC libavcodec/h264chroma.o CC libavcodec/h264dsp.o CC libavcodec/h264idct.o In file included from /home/fate/ffmpeg/libavcodec/h264_loopfilter.c:30: /home/fate/ffmpeg/libavcodec/h264_loopfilter.c: In function 'filter_mb_dir': /home/fate/ffmpeg/libavcodec/internal.h:54:30: warning: this 'while' clause does not guard... [-Wmisleading-indentation] 54 | # define ff_tlog(ctx, ...) while(0) | ^~~~~ /home/fate/ffmpeg/libavcodec/h264_loopfilter.c:529:17: note: in expansion of macro 'ff_tlog' 529 | ff_tlog(h->avctx, "filter mb:%d/%d dir:%d edge:%d, QPy:%d ls:%d uvls:%d", mb_x, mb_y, dir, edge, qp, tmp_linesize, tmp_uvlinesize); | ^~~~~~~ /home/fate/ffmpeg/libavcodec/h264_loopfilter.c:530:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' 530 | { int i; for (i = 0; i < 4; i++) ff_tlog(h->avctx, " bS[%d]:%d", i, bS[i]); ff_tlog(h->avctx, "\n"); } | ^ In file included from /home/fate/ffmpeg/libavcodec/h264_loopfilter.c:30: /home/fate/ffmpeg/libavcodec/h264_loopfilter.c: In function 'ff_h264_filter_mb': /home/fate/ffmpeg/libavcodec/internal.h:54:30: warning: this 'while' clause does not guard... [-Wmisleading-indentation] 54 | # define ff_tlog(ctx, ...) while(0) | ^~~~~ /home/fate/ffmpeg/libavcodec/h264_loopfilter.c:793:9: note: in expansion of macro 'ff_tlog' 793 | ff_tlog(h->avctx, "filter mb:%d/%d MBAFF, QPy:%d/%d, QPb:%d/%d QPr:%d/%d ls:%d uvls:%d", mb_x, mb_y, qp[0], qp[1], bqp[0], bqp[1], rqp[0], rqp[1], linesize, uvlinesize); | ^~~~~~~ /home/fate/ffmpeg/libavcodec/h264_loopfilter.c:794:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' 794 | { int i; for (i = 0; i < 8; i++) ff_tlog(h->avctx, " bS[%d]:%d", i, bS[i]); ff_tlog(h->avctx, "\n"); } | ^ CC libavcodec/h264pred.o CC libavcodec/h264qpel.o CC libavcodec/hap.o CC libavcodec/hevc.o CC libavcodec/hapdec.o CC libavcodec/hevc_cabac.o In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:31: /home/fate/ffmpeg/libavcodec/h264idct_template.c:174:113: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 174 | void FUNCC(ff_h264_idct_add16)(uint8_t *dst, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:28: /home/fate/ffmpeg/libavcodec/h264idct.h:29:121: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 29 | void ff_h264_idct_add16_ ## depth ## _c(uint8_t *dst, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ /home/fate/ffmpeg/libavcodec/h264idct.h:38:1: note: in expansion of macro 'H264_IDCT' 38 | H264_IDCT( 8) | ^~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:31: /home/fate/ffmpeg/libavcodec/h264idct_template.c:185:118: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 185 | void FUNCC(ff_h264_idct_add16intra)(uint8_t *dst, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:28: /home/fate/ffmpeg/libavcodec/h264idct.h:30:126: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 30 | void ff_h264_idct_add16intra_ ## depth ## _c(uint8_t *dst, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ /home/fate/ffmpeg/libavcodec/h264idct.h:38:1: note: in expansion of macro 'H264_IDCT' 38 | H264_IDCT( 8) | ^~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:31: /home/fate/ffmpeg/libavcodec/h264idct_template.c:193:113: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 193 | void FUNCC(ff_h264_idct8_add4)(uint8_t *dst, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:28: /home/fate/ffmpeg/libavcodec/h264idct.h:31:121: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 31 | void ff_h264_idct8_add4_ ## depth ## _c(uint8_t *dst, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ /home/fate/ffmpeg/libavcodec/h264idct.h:38:1: note: in expansion of macro 'H264_IDCT' 38 | H264_IDCT( 8) | ^~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:31: /home/fate/ffmpeg/libavcodec/h264idct_template.c:204:114: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 204 | void FUNCC(ff_h264_idct_add8)(uint8_t **dest, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:28: /home/fate/ffmpeg/libavcodec/h264idct.h:33:122: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 33 | void ff_h264_idct_add8_ ## depth ## _c(uint8_t **dest, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ /home/fate/ffmpeg/libavcodec/h264idct.h:38:1: note: in expansion of macro 'H264_IDCT' 38 | H264_IDCT( 8) | ^~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:31: /home/fate/ffmpeg/libavcodec/h264idct_template.c:216:118: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 216 | void FUNCC(ff_h264_idct_add8_422)(uint8_t **dest, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:28: /home/fate/ffmpeg/libavcodec/h264idct.h:32:126: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 32 | void ff_h264_idct_add8_422_ ## depth ## _c(uint8_t **dest, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ /home/fate/ffmpeg/libavcodec/h264idct.h:38:1: note: in expansion of macro 'H264_IDCT' 38 | H264_IDCT( 8) | ^~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:35: /home/fate/ffmpeg/libavcodec/h264idct_template.c:174:113: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 174 | void FUNCC(ff_h264_idct_add16)(uint8_t *dst, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:28: /home/fate/ffmpeg/libavcodec/h264idct.h:29:121: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 29 | void ff_h264_idct_add16_ ## depth ## _c(uint8_t *dst, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ /home/fate/ffmpeg/libavcodec/h264idct.h:39:1: note: in expansion of macro 'H264_IDCT' 39 | H264_IDCT( 9) | ^~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:35: /home/fate/ffmpeg/libavcodec/h264idct_template.c:185:118: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 185 | void FUNCC(ff_h264_idct_add16intra)(uint8_t *dst, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:28: /home/fate/ffmpeg/libavcodec/h264idct.h:30:126: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 30 | void ff_h264_idct_add16intra_ ## depth ## _c(uint8_t *dst, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ /home/fate/ffmpeg/libavcodec/h264idct.h:39:1: note: in expansion of macro 'H264_IDCT' 39 | H264_IDCT( 9) | ^~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:35: /home/fate/ffmpeg/libavcodec/h264idct_template.c:193:113: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 193 | void FUNCC(ff_h264_idct8_add4)(uint8_t *dst, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:28: /home/fate/ffmpeg/libavcodec/h264idct.h:31:121: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 31 | void ff_h264_idct8_add4_ ## depth ## _c(uint8_t *dst, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ /home/fate/ffmpeg/libavcodec/h264idct.h:39:1: note: in expansion of macro 'H264_IDCT' 39 | H264_IDCT( 9) | ^~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:35: /home/fate/ffmpeg/libavcodec/h264idct_template.c:204:114: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 204 | void FUNCC(ff_h264_idct_add8)(uint8_t **dest, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:28: /home/fate/ffmpeg/libavcodec/h264idct.h:33:122: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 33 | void ff_h264_idct_add8_ ## depth ## _c(uint8_t **dest, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ /home/fate/ffmpeg/libavcodec/h264idct.h:39:1: note: in expansion of macro 'H264_IDCT' 39 | H264_IDCT( 9) | ^~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:35: /home/fate/ffmpeg/libavcodec/h264idct_template.c:216:118: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 216 | void FUNCC(ff_h264_idct_add8_422)(uint8_t **dest, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:28: /home/fate/ffmpeg/libavcodec/h264idct.h:32:126: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 32 | void ff_h264_idct_add8_422_ ## depth ## _c(uint8_t **dest, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ /home/fate/ffmpeg/libavcodec/h264idct.h:39:1: note: in expansion of macro 'H264_IDCT' 39 | H264_IDCT( 9) | ^~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:39: /home/fate/ffmpeg/libavcodec/h264idct_template.c:174:113: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 174 | void FUNCC(ff_h264_idct_add16)(uint8_t *dst, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:28: /home/fate/ffmpeg/libavcodec/h264idct.h:29:121: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 29 | void ff_h264_idct_add16_ ## depth ## _c(uint8_t *dst, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ /home/fate/ffmpeg/libavcodec/h264idct.h:40:1: note: in expansion of macro 'H264_IDCT' 40 | H264_IDCT(10) | ^~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:39: /home/fate/ffmpeg/libavcodec/h264idct_template.c:185:118: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 185 | void FUNCC(ff_h264_idct_add16intra)(uint8_t *dst, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:28: /home/fate/ffmpeg/libavcodec/h264idct.h:30:126: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 30 | void ff_h264_idct_add16intra_ ## depth ## _c(uint8_t *dst, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ /home/fate/ffmpeg/libavcodec/h264idct.h:40:1: note: in expansion of macro 'H264_IDCT' 40 | H264_IDCT(10) | ^~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:39: /home/fate/ffmpeg/libavcodec/h264idct_template.c:193:113: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 193 | void FUNCC(ff_h264_idct8_add4)(uint8_t *dst, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:28: /home/fate/ffmpeg/libavcodec/h264idct.h:31:121: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 31 | void ff_h264_idct8_add4_ ## depth ## _c(uint8_t *dst, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ /home/fate/ffmpeg/libavcodec/h264idct.h:40:1: note: in expansion of macro 'H264_IDCT' 40 | H264_IDCT(10) | ^~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:39: /home/fate/ffmpeg/libavcodec/h264idct_template.c:204:114: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 204 | void FUNCC(ff_h264_idct_add8)(uint8_t **dest, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:28: /home/fate/ffmpeg/libavcodec/h264idct.h:33:122: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 33 | void ff_h264_idct_add8_ ## depth ## _c(uint8_t **dest, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ /home/fate/ffmpeg/libavcodec/h264idct.h:40:1: note: in expansion of macro 'H264_IDCT' 40 | H264_IDCT(10) | ^~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:39: /home/fate/ffmpeg/libavcodec/h264idct_template.c:216:118: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 216 | void FUNCC(ff_h264_idct_add8_422)(uint8_t **dest, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:28: /home/fate/ffmpeg/libavcodec/h264idct.h:32:126: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 32 | void ff_h264_idct_add8_422_ ## depth ## _c(uint8_t **dest, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ /home/fate/ffmpeg/libavcodec/h264idct.h:40:1: note: in expansion of macro 'H264_IDCT' 40 | H264_IDCT(10) | ^~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:43: /home/fate/ffmpeg/libavcodec/h264idct_template.c:174:113: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 174 | void FUNCC(ff_h264_idct_add16)(uint8_t *dst, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:28: /home/fate/ffmpeg/libavcodec/h264idct.h:29:121: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 29 | void ff_h264_idct_add16_ ## depth ## _c(uint8_t *dst, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ /home/fate/ffmpeg/libavcodec/h264idct.h:41:1: note: in expansion of macro 'H264_IDCT' 41 | H264_IDCT(12) | ^~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:43: /home/fate/ffmpeg/libavcodec/h264idct_template.c:185:118: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 185 | void FUNCC(ff_h264_idct_add16intra)(uint8_t *dst, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:28: /home/fate/ffmpeg/libavcodec/h264idct.h:30:126: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 30 | void ff_h264_idct_add16intra_ ## depth ## _c(uint8_t *dst, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ /home/fate/ffmpeg/libavcodec/h264idct.h:41:1: note: in expansion of macro 'H264_IDCT' 41 | H264_IDCT(12) | ^~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:43: /home/fate/ffmpeg/libavcodec/h264idct_template.c:193:113: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 193 | void FUNCC(ff_h264_idct8_add4)(uint8_t *dst, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:28: /home/fate/ffmpeg/libavcodec/h264idct.h:31:121: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 31 | void ff_h264_idct8_add4_ ## depth ## _c(uint8_t *dst, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ /home/fate/ffmpeg/libavcodec/h264idct.h:41:1: note: in expansion of macro 'H264_IDCT' 41 | H264_IDCT(12) | ^~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:43: /home/fate/ffmpeg/libavcodec/h264idct_template.c:204:114: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 204 | void FUNCC(ff_h264_idct_add8)(uint8_t **dest, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:28: /home/fate/ffmpeg/libavcodec/h264idct.h:33:122: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 33 | void ff_h264_idct_add8_ ## depth ## _c(uint8_t **dest, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ /home/fate/ffmpeg/libavcodec/h264idct.h:41:1: note: in expansion of macro 'H264_IDCT' 41 | H264_IDCT(12) | ^~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:43: /home/fate/ffmpeg/libavcodec/h264idct_template.c:216:118: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 216 | void FUNCC(ff_h264_idct_add8_422)(uint8_t **dest, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:28: /home/fate/ffmpeg/libavcodec/h264idct.h:32:126: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 32 | void ff_h264_idct_add8_422_ ## depth ## _c(uint8_t **dest, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ /home/fate/ffmpeg/libavcodec/h264idct.h:41:1: note: in expansion of macro 'H264_IDCT' 41 | H264_IDCT(12) | ^~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:47: /home/fate/ffmpeg/libavcodec/h264idct_template.c:174:113: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 174 | void FUNCC(ff_h264_idct_add16)(uint8_t *dst, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:28: /home/fate/ffmpeg/libavcodec/h264idct.h:29:121: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 29 | void ff_h264_idct_add16_ ## depth ## _c(uint8_t *dst, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ /home/fate/ffmpeg/libavcodec/h264idct.h:42:1: note: in expansion of macro 'H264_IDCT' 42 | H264_IDCT(14) | ^~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:47: /home/fate/ffmpeg/libavcodec/h264idct_template.c:185:118: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 185 | void FUNCC(ff_h264_idct_add16intra)(uint8_t *dst, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:28: /home/fate/ffmpeg/libavcodec/h264idct.h:30:126: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 30 | void ff_h264_idct_add16intra_ ## depth ## _c(uint8_t *dst, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ /home/fate/ffmpeg/libavcodec/h264idct.h:42:1: note: in expansion of macro 'H264_IDCT' 42 | H264_IDCT(14) | ^~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:47: /home/fate/ffmpeg/libavcodec/h264idct_template.c:193:113: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 193 | void FUNCC(ff_h264_idct8_add4)(uint8_t *dst, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:28: /home/fate/ffmpeg/libavcodec/h264idct.h:31:121: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 31 | void ff_h264_idct8_add4_ ## depth ## _c(uint8_t *dst, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ /home/fate/ffmpeg/libavcodec/h264idct.h:42:1: note: in expansion of macro 'H264_IDCT' 42 | H264_IDCT(14) | ^~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:47: /home/fate/ffmpeg/libavcodec/h264idct_template.c:204:114: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 204 | void FUNCC(ff_h264_idct_add8)(uint8_t **dest, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:28: /home/fate/ffmpeg/libavcodec/h264idct.h:33:122: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 33 | void ff_h264_idct_add8_ ## depth ## _c(uint8_t **dest, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ /home/fate/ffmpeg/libavcodec/h264idct.h:42:1: note: in expansion of macro 'H264_IDCT' 42 | H264_IDCT(14) | ^~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:47: /home/fate/ffmpeg/libavcodec/h264idct_template.c:216:118: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 216 | void FUNCC(ff_h264_idct_add8_422)(uint8_t **dest, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/h264idct.c:28: /home/fate/ffmpeg/libavcodec/h264idct.h:32:126: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 32 | void ff_h264_idct_add8_422_ ## depth ## _c(uint8_t **dest, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ /home/fate/ffmpeg/libavcodec/h264idct.h:42:1: note: in expansion of macro 'H264_IDCT' 42 | H264_IDCT(14) | ^~~~~~~~~ CC libavcodec/hevc_data.o CC libavcodec/hevc_filter.o CC libavcodec/hevc_mp4toannexb_bsf.o /home/fate/ffmpeg/libavcodec/hevc_mp4toannexb_bsf.c: In function 'hevc_mp4toannexb_filter': /home/fate/ffmpeg/libavcodec/hevc_mp4toannexb_bsf.c:137:27: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 137 | *poutbuf = buf; | ^ CC libavcodec/hevc_mvs.o CC libavcodec/hevc_parse.o CC libavcodec/hevc_parser.o CC libavcodec/hevc_ps.o CC libavcodec/hevc_refs.o CC libavcodec/hevc_sei.o CC libavcodec/hevcdsp.o CC libavcodec/hevcpred.o CC libavcodec/hnm4video.o CC libavcodec/hpeldsp.o CC libavcodec/hq_hqa.o CC libavcodec/hq_hqadata.o CC libavcodec/hq_hqadsp.o CC libavcodec/hqx.o CC libavcodec/hqxdsp.o CC libavcodec/hqxvlc.o CC libavcodec/huffman.o CC libavcodec/huffyuv.o CC libavcodec/huffyuvdec.o CC libavcodec/huffyuvdsp.o CC libavcodec/huffyuvenc.o CC libavcodec/huffyuvencdsp.o CC libavcodec/idcinvideo.o CC libavcodec/idctdsp.o CC libavcodec/iff.o CC libavcodec/iirfilter.o CC libavcodec/imc.o CC libavcodec/imdct15.o CC libavcodec/imgconvert.o CC libavcodec/imx_dump_header_bsf.o CC libavcodec/indeo2.o CC libavcodec/indeo3.o CC libavcodec/indeo4.o CC libavcodec/indeo5.o CC libavcodec/intelh263dec.o CC libavcodec/interplayvideo.o CC libavcodec/intrax8.o CC libavcodec/intrax8dsp.o CC libavcodec/ituh263dec.o CC libavcodec/ituh263enc.o CC libavcodec/ivi.o CC libavcodec/j2kenc.o CC libavcodec/ivi_dsp.o CC libavcodec/jacosubdec.o CC libavcodec/jfdctfst.o CC libavcodec/jfdctint.o CC libavcodec/jpeg2000.o CC libavcodec/jpeg2000dsp.o CC libavcodec/jpeg2000dec.o CC libavcodec/jpeg2000dwt.o CC libavcodec/jpegls.o CC libavcodec/jpeglsdec.o CC libavcodec/jpeglsenc.o CC libavcodec/jpegtables.o /home/fate/ffmpeg/libavcodec/ivi_dsp.c: In function 'ff_ivi_inverse_slant_8x8': /home/fate/ffmpeg/libavcodec/ivi_dsp.c:552:11: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 552 | } else | ^~~~ /home/fate/ffmpeg/libavcodec/ivi_dsp.c:555:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 555 | src++; | ^~~ /home/fate/ffmpeg/libavcodec/ivi_dsp.c: In function 'ff_ivi_inverse_slant_4x4': /home/fate/ffmpeg/libavcodec/ivi_dsp.c:592:11: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 592 | } else | ^~~~ /home/fate/ffmpeg/libavcodec/ivi_dsp.c:595:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 595 | src++; | ^~~ CC libavcodec/jrevdct.o CC libavcodec/jvdec.o CC libavcodec/kbdwin.o CC libavcodec/kgv1dec.o /home/fate/ffmpeg/libavcodec/jrevdct.c:212:28: warning: argument 1 of type 'int16_t[64]' {aka 'short int[64]'} with mismatched bound [-Warray-parameter=] 212 | void ff_j_rev_dct(DCTBLOCK data) | ~~~~~~~~~^~~~ In file included from /home/fate/ffmpeg/libavcodec/jrevdct.c:67: /home/fate/ffmpeg/libavcodec/dct.h:61:28: note: previously declared as 'int16_t *' {aka 'short int *'} 61 | void ff_j_rev_dct(int16_t *data); | ~~~~~~~~~^~~~ /home/fate/ffmpeg/libavcodec/jrevdct.c:950:29: warning: argument 1 of type 'int16_t[64]' {aka 'short int[64]'} with mismatched bound [-Warray-parameter=] 950 | void ff_j_rev_dct4(DCTBLOCK data) | ~~~~~~~~~^~~~ In file included from /home/fate/ffmpeg/libavcodec/jrevdct.c:67: /home/fate/ffmpeg/libavcodec/dct.h:62:29: note: previously declared as 'int16_t *' {aka 'short int *'} 62 | void ff_j_rev_dct4(int16_t *data); | ~~~~~~~~~^~~~ /home/fate/ffmpeg/libavcodec/jrevdct.c:1137:29: warning: argument 1 of type 'int16_t[64]' {aka 'short int[64]'} with mismatched bound [-Warray-parameter=] 1137 | void ff_j_rev_dct2(DCTBLOCK data){ | ~~~~~~~~~^~~~ In file included from /home/fate/ffmpeg/libavcodec/jrevdct.c:67: /home/fate/ffmpeg/libavcodec/dct.h:63:29: note: previously declared as 'int16_t *' {aka 'short int *'} 63 | void ff_j_rev_dct2(int16_t *data); | ~~~~~~~~~^~~~ /home/fate/ffmpeg/libavcodec/jrevdct.c:1152:29: warning: argument 1 of type 'int16_t[64]' {aka 'short int[64]'} with mismatched bound [-Warray-parameter=] 1152 | void ff_j_rev_dct1(DCTBLOCK data){ | ~~~~~~~~~^~~~ In file included from /home/fate/ffmpeg/libavcodec/jrevdct.c:67: /home/fate/ffmpeg/libavcodec/dct.h:64:29: note: previously declared as 'int16_t *' {aka 'short int *'} 64 | void ff_j_rev_dct1(int16_t *data); | ~~~~~~~~~^~~~ CC libavcodec/kmvc.o CC libavcodec/lagarith.o CC libavcodec/lagarithrac.o CC libavcodec/latm_parser.o CC libavcodec/lcldec.o CC libavcodec/ljpegenc.o CC libavcodec/loco.o CC libavcodec/lossless_audiodsp.o CC libavcodec/lossless_videodsp.o CC libavcodec/lpc.o CC libavcodec/lsp.o CC libavcodec/lzw.o CC libavcodec/lzwenc.o CC libavcodec/mace.o CC libavcodec/mathtables.o CC libavcodec/mdct_fixed_32.o CC libavcodec/mdct_fixed.o CC libavcodec/mdct_float.o CC libavcodec/mdec.o CC libavcodec/me_cmp.o CC libavcodec/metasound.o CC libavcodec/metasound_data.o CC libavcodec/microdvddec.o CC libavcodec/mimic.o CC libavcodec/mjpeg2jpeg_bsf.o CC libavcodec/mjpeg_parser.o CC libavcodec/mjpega_dump_header_bsf.o CC libavcodec/mjpegbdec.o CC libavcodec/mjpegenc.o CC libavcodec/mjpegdec.o CC libavcodec/mlp.o CC libavcodec/mjpegenc_common.o CC libavcodec/mlp_parser.o CC libavcodec/mlpdec.o CC libavcodec/mlpdsp.o CC libavcodec/mmvideo.o CC libavcodec/motion_est.o CC libavcodec/motionpixels.o CC libavcodec/movsub_bsf.o CC libavcodec/movtextdec.o CC libavcodec/movtextenc.o CC libavcodec/mp3_header_decompress_bsf.o CC libavcodec/mpc.o CC libavcodec/mpc7.o CC libavcodec/mpc8.o CC libavcodec/mpeg12.o CC libavcodec/mpeg12data.o CC libavcodec/mpeg12dec.o CC libavcodec/mpeg12enc.o CC libavcodec/mpeg4_unpack_bframes_bsf.o CC libavcodec/mpeg4audio.o CC libavcodec/mpeg4video.o CC libavcodec/mpeg4video_parser.o CC libavcodec/mpeg4videodec.o CC libavcodec/mpeg4videoenc.o CC libavcodec/mpeg_er.o CC libavcodec/mpegaudio.o CC libavcodec/mpegaudio_parser.o CC libavcodec/mpegaudiodata.o CC libavcodec/mpegaudiodec_fixed.o CC libavcodec/mpegaudiodec_float.o CC libavcodec/mpegaudiodecheader.o CC libavcodec/mpegaudiodsp.o CC libavcodec/mpegaudiodsp_data.o CC libavcodec/mpegaudiodsp_fixed.o CC libavcodec/mpegaudiodsp_float.o CC libavcodec/mpegaudioenc_fixed.o CC libavcodec/mpegaudioenc_float.o CC libavcodec/mpegpicture.o CC libavcodec/mpegvideo.o CC libavcodec/mpegutils.o CC libavcodec/mpegvideo_enc.o CC libavcodec/mpegvideo_motion.o CC libavcodec/mpegvideo_parser.o CC libavcodec/mpegvideodata.o CC libavcodec/mpegvideodsp.o CC libavcodec/mpegvideoencdsp.o CC libavcodec/mpl2dec.o CC libavcodec/mqc.o CC libavcodec/mqcdec.o CC libavcodec/mqcenc.o CC libavcodec/msgsmdec.o CC libavcodec/msmpeg4.o CC libavcodec/msmpeg4data.o CC libavcodec/msmpeg4dec.o CC libavcodec/msmpeg4enc.o CC libavcodec/msrle.o CC libavcodec/msrledec.o /home/fate/ffmpeg/libavcodec/mpegvideo.c: In function 'ff_mpv_common_init': /home/fate/ffmpeg/libavcodec/mpegvideo.c:930:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 930 | if (!s->new_picture.f) | ^~ /home/fate/ffmpeg/libavcodec/mpegvideo.c:933:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 933 | if (init_context_frame(s)) | ^~ /home/fate/ffmpeg/libavcodec/mpegvideo.c:950:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 950 | if (init_duplicate_context(s->thread_context[i]) < 0) | ^~ /home/fate/ffmpeg/libavcodec/mpegvideo.c:952:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 952 | s->thread_context[i]->start_mb_y = | ^ /home/fate/ffmpeg/libavcodec/mpegvideo.c: In function 'ff_mpv_common_frame_size_change': /home/fate/ffmpeg/libavcodec/mpegvideo.c:1088:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 1088 | if ((err = init_duplicate_context(s->thread_context[i])) < 0) | ^~ /home/fate/ffmpeg/libavcodec/mpegvideo.c:1090:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 1090 | s->thread_context[i]->start_mb_y = | ^ CC libavcodec/mss1.o CC libavcodec/mss12.o CC libavcodec/mss2.o CC libavcodec/mss2dsp.o CC libavcodec/mss34dsp.o CC libavcodec/mss3.o CC libavcodec/mss4.o CC libavcodec/msvideo1.o CC libavcodec/msvideo1enc.o CC libavcodec/mvcdec.o CC libavcodec/mxpegdec.o CC libavcodec/nellymoser.o CC libavcodec/nellymoserdec.o CC libavcodec/nellymoserenc.o CC libavcodec/noise_bsf.o CC libavcodec/nuv.o CC libavcodec/on2avc.o CC libavcodec/on2avcdata.o CC libavcodec/options.o CC libavcodec/opus.o CC libavcodec/opus_celt.o CC libavcodec/opus_parser.o /home/fate/ffmpeg/libavcodec/options.c: In function 'avcodec_copy_context': /home/fate/ffmpeg/libavcodec/options.c:214:23: warning: passing argument 2 of 'av_opt_copy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 214 | av_opt_copy(dest, src); | ^~~ In file included from /home/fate/ffmpeg/libavcodec/options.c:32: /home/fate/ffmpeg/libavutil/opt.h:838:53: note: expected 'void *' but argument is of type 'const AVCodecContext *' 838 | int av_opt_copy(void *dest, FF_CONST_AVUTIL55 void *src); | ~~~~~~^~~ CC libavcodec/opus_silk.o CC libavcodec/opusdec.o CC libavcodec/pafaudio.o CC libavcodec/pafvideo.o CC libavcodec/pamenc.o CC libavcodec/parser.o CC libavcodec/pcm-bluray.o CC libavcodec/pcm-dvd.o CC libavcodec/pcm.o CC libavcodec/pcx.o CC libavcodec/pcxenc.o CC libavcodec/pgssubdec.o CC libavcodec/pictordec.o CC libavcodec/pixblockdsp.o /home/fate/ffmpeg/libavcodec/opus_silk.c: In function 'silk_lsf2lpc': /home/fate/ffmpeg/libavcodec/opus_silk.c:953:5: warning: 'silk_lsp2poly' accessing 64 bytes in a region of size 36 [-Wstringop-overflow=] 953 | silk_lsp2poly(lsp , p, order >> 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libavcodec/opus_silk.c:953:5: note: referencing argument 2 of type 'int32_t *' {aka 'int *'} /home/fate/ffmpeg/libavcodec/opus_silk.c:917:13: note: in a call to function 'silk_lsp2poly' 917 | static void silk_lsp2poly(const int32_t lsp[16], int32_t pol[16], int half_order) | ^~~~~~~~~~~~~ /home/fate/ffmpeg/libavcodec/opus_silk.c:954:5: warning: 'silk_lsp2poly' reading 64 bytes from a region of size 60 [-Wstringop-overread] 954 | silk_lsp2poly(lsp + 1, q, order >> 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libavcodec/opus_silk.c:954:5: note: referencing argument 1 of type 'const int32_t *' {aka 'const int *'} /home/fate/ffmpeg/libavcodec/opus_silk.c:954:5: warning: 'silk_lsp2poly' accessing 64 bytes in a region of size 36 [-Wstringop-overflow=] /home/fate/ffmpeg/libavcodec/opus_silk.c:954:5: note: referencing argument 2 of type 'int32_t *' {aka 'int *'} /home/fate/ffmpeg/libavcodec/opus_silk.c:917:13: note: in a call to function 'silk_lsp2poly' 917 | static void silk_lsp2poly(const int32_t lsp[16], int32_t pol[16], int half_order) | ^~~~~~~~~~~~~ CC libavcodec/png_parser.o CC libavcodec/pnm.o CC libavcodec/pnm_parser.o CC libavcodec/pnmdec.o CC libavcodec/pnmenc.o CC libavcodec/proresdata.o CC libavcodec/proresdec_lgpl.o CC libavcodec/proresdec2.o CC libavcodec/proresdsp.o CC libavcodec/proresenc_anatoliy.o CC libavcodec/proresenc_kostya.o CC libavcodec/psymodel.o CC libavcodec/pthread.o CC libavcodec/pthread_frame.o CC libavcodec/pthread_slice.o CC libavcodec/ptx.o CC libavcodec/qcelpdec.o CC libavcodec/qdm2.o CC libavcodec/qdrw.o CC libavcodec/qpeg.o CC libavcodec/qpeldsp.o CC libavcodec/qsv_api.o CC libavcodec/qtrle.o CC libavcodec/qtrleenc.o CC libavcodec/r210dec.o CC libavcodec/r210enc.o CC libavcodec/ra144.o CC libavcodec/ra144dec.o CC libavcodec/ra144enc.o CC libavcodec/ra288.o CC libavcodec/rangecoder.o CC libavcodec/ralf.o CC libavcodec/ratecontrol.o CC libavcodec/raw.o CC libavcodec/rawdec.o CC libavcodec/rawenc.o /home/fate/ffmpeg/libavcodec/qdm2.c: In function 'fill_coding_method_array': /home/fate/ffmpeg/libavcodec/qdm2.c:544:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 544 | for (ch = 0; ch < nb_channels; ch++) | ^~~ /home/fate/ffmpeg/libavcodec/qdm2.c:573:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 573 | acc = 0; | ^~~ CC libavcodec/rdft.o CC libavcodec/remove_extradata_bsf.o CC libavcodec/realtextdec.o CC libavcodec/resample.o CC libavcodec/resample2.o CC libavcodec/rl.o CC libavcodec/rl2.o CC libavcodec/rle.o /home/fate/ffmpeg/libavcodec/resample.c: In function 'audio_resample': /home/fate/ffmpeg/libavcodec/resample.c:313:13: warning: 'av_audio_convert' reading 48 bytes from a region of size 8 [-Wstringop-overread] 313 | if (av_audio_convert(s->convert_ctx[0], obuf, ostride, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 314 | ibuf, istride, nb_samples * s->input_channels) < 0) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libavcodec/resample.c:313:13: note: referencing argument 2 of type 'void * const*' /home/fate/ffmpeg/libavcodec/resample.c:313:13: warning: 'av_audio_convert' reading 24 bytes from a region of size 4 [-Wstringop-overread] /home/fate/ffmpeg/libavcodec/resample.c:313:13: note: referencing argument 3 of type 'const int *' /home/fate/ffmpeg/libavcodec/resample.c:313:13: warning: 'av_audio_convert' reading 48 bytes from a region of size 8 [-Wstringop-overread] /home/fate/ffmpeg/libavcodec/resample.c:313:13: note: referencing argument 4 of type 'const void * const*' /home/fate/ffmpeg/libavcodec/resample.c:313:13: warning: 'av_audio_convert' reading 24 bytes from a region of size 4 [-Wstringop-overread] /home/fate/ffmpeg/libavcodec/resample.c:313:13: note: referencing argument 5 of type 'const int *' In file included from /home/fate/ffmpeg/libavcodec/resample.c:30: /home/fate/ffmpeg/libavcodec/audioconvert.h:80:5: note: in a call to function 'av_audio_convert' 80 | int av_audio_convert(AVAudioConvert *ctx, | ^~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libavcodec/resample.c:408:13: warning: 'av_audio_convert' reading 48 bytes from a region of size 8 [-Wstringop-overread] 408 | if (av_audio_convert(s->convert_ctx[1], obuf, ostride, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 409 | ibuf, istride, nb_samples1 * s->output_channels) < 0) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libavcodec/resample.c:408:13: note: referencing argument 2 of type 'void * const*' /home/fate/ffmpeg/libavcodec/resample.c:408:13: warning: 'av_audio_convert' reading 24 bytes from a region of size 4 [-Wstringop-overread] /home/fate/ffmpeg/libavcodec/resample.c:408:13: note: referencing argument 3 of type 'const int *' /home/fate/ffmpeg/libavcodec/resample.c:408:13: warning: 'av_audio_convert' reading 48 bytes from a region of size 8 [-Wstringop-overread] /home/fate/ffmpeg/libavcodec/resample.c:408:13: note: referencing argument 4 of type 'const void * const*' /home/fate/ffmpeg/libavcodec/resample.c:408:13: warning: 'av_audio_convert' reading 24 bytes from a region of size 4 [-Wstringop-overread] /home/fate/ffmpeg/libavcodec/resample.c:408:13: note: referencing argument 5 of type 'const int *' In file included from /home/fate/ffmpeg/libavcodec/resample.c:30: /home/fate/ffmpeg/libavcodec/audioconvert.h:80:5: note: in a call to function 'av_audio_convert' 80 | int av_audio_convert(AVAudioConvert *ctx, | ^~~~~~~~~~~~~~~~ CC libavcodec/roqaudioenc.o CC libavcodec/roqvideo.o CC libavcodec/roqvideodec.o CC libavcodec/rpza.o CC libavcodec/roqvideoenc.o CC libavcodec/rtjpeg.o CC libavcodec/rv10.o CC libavcodec/rv10enc.o CC libavcodec/rv20enc.o CC libavcodec/rv30dsp.o CC libavcodec/rv30.o CC libavcodec/rv34.o CC libavcodec/rv34_parser.o CC libavcodec/rv34dsp.o CC libavcodec/rv40.o CC libavcodec/rv40dsp.o CC libavcodec/s302m.o CC libavcodec/s302menc.o CC libavcodec/samidec.o CC libavcodec/sanm.o CC libavcodec/sbrdsp.o CC libavcodec/sbrdsp_fixed.o CC libavcodec/sgidec.o CC libavcodec/sgienc.o CC libavcodec/sgirledec.o CC libavcodec/shorten.o CC libavcodec/sinewin.o CC libavcodec/simple_idct.o CC libavcodec/sinewin_fixed.o CC libavcodec/sipr.o CC libavcodec/sipr16k.o CC libavcodec/smacker.o CC libavcodec/smc.o CC libavcodec/smvjpegdec.o CC libavcodec/snappy.o CC libavcodec/snow.o CC libavcodec/snow_dwt.o CC libavcodec/snowdec.o CC libavcodec/snowenc.o CC libavcodec/sonic.o CC libavcodec/sp5xdec.o CC libavcodec/srtdec.o CC libavcodec/srtenc.o /home/fate/ffmpeg/libavcodec/srtdec.c: In function 'srt_decode_frame': /home/fate/ffmpeg/libavcodec/srtdec.c:174:55: warning: '%s' directive output may be truncated writing up to 127 bytes into a region of size 126 [-Wformat-truncation=] 174 | snprintf(tmp, sizeof(tmp), "", buffer); | ^~ ~~~~~~ In file included from /usr/alpha-linux-gnu/include/stdio.h:894, from /home/fate/ffmpeg/libavutil/common.h:38, from /home/fate/ffmpeg/libavcodec/srtdec.c:23: /usr/alpha-linux-gnu/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 4 and 131 bytes into a destination of size 128 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libavcodec/srtdec.c:161:52: warning: '%s' directive output may be truncated writing up to 127 bytes into a region of size 124 [-Wformat-truncation=] 161 | "{\\fn%s}", tmp); | ^~ ~~~ In file included from /usr/alpha-linux-gnu/include/stdio.h:894, from /home/fate/ffmpeg/libavutil/common.h:38, from /home/fate/ffmpeg/libavcodec/srtdec.c:23: /usr/alpha-linux-gnu/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 6 and 133 bytes into a destination of size 128 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libavcodec/srtdec.c:174:55: warning: '%s' directive output may be truncated writing up to 127 bytes into a region of size 126 [-Wformat-truncation=] 174 | snprintf(tmp, sizeof(tmp), "", buffer); | ^~ ~~~~~~ In file included from /usr/alpha-linux-gnu/include/stdio.h:894, from /home/fate/ffmpeg/libavutil/common.h:38, from /home/fate/ffmpeg/libavcodec/srtdec.c:23: /usr/alpha-linux-gnu/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 4 and 131 bytes into a destination of size 128 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ CC libavcodec/startcode.o CC libavcodec/subviewerdec.o CC libavcodec/sunrast.o CC libavcodec/sunrastenc.o CC libavcodec/svq13.o CC libavcodec/svq1.o CC libavcodec/svq1dec.o CC libavcodec/svq1enc.o CC libavcodec/synth_filter.o CC libavcodec/svq3.o CC libavcodec/tak.o CC libavcodec/tak_parser.o CC libavcodec/takdec.o CC libavcodec/targa.o CC libavcodec/targa_y216dec.o CC libavcodec/targaenc.o CC libavcodec/textdec.o CC libavcodec/texturedsp.o CC libavcodec/tiertexseqv.o CC libavcodec/tiff.o CC libavcodec/tiff_common.o /home/fate/ffmpeg/libavcodec/svq1enc.c: In function 'encode_block.constprop': /home/fate/ffmpeg/libavcodec/svq1enc.c:99:29: warning: array subscript -2 is below array bounds of 'int16_t[6][7][256]' {aka 'short int[6][7][256]'} [-Warray-bounds] 99 | int16_t (*block)[256] = s->encoded_block_levels[level]; | ^ In file included from /home/fate/ffmpeg/libavutil/common.h:463, from /home/fate/ffmpeg/libavutil/avutil.h:288, from /home/fate/ffmpeg/libavutil/samplefmt.h:24, from /home/fate/ffmpeg/libavcodec/avcodec.h:31, from /home/fate/ffmpeg/libavcodec/svq1enc.c:29: /home/fate/ffmpeg/libavcodec/svq1enc.h:66:34: note: while referencing 'encoded_block_levels' 66 | DECLARE_ALIGNED(16, int16_t, encoded_block_levels)[6][7][256]; | ^~~~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libavutil/mem.h:53:73: note: in definition of macro 'DECLARE_ALIGNED' 53 | #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v | ^ /home/fate/ffmpeg/libavcodec/svq1enc.c:121:49: warning: array subscript -2 is below array bounds of 'const int8_t * const[6]' {aka 'const signed char * const[6]'} [-Warray-bounds] 121 | codebook = ff_svq1_inter_codebooks[level]; | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/svq1enc.c:36: /home/fate/ffmpeg/libavcodec/svq1.h:48:28: note: while referencing 'ff_svq1_inter_codebooks' 48 | extern const int8_t *const ff_svq1_inter_codebooks[6]; | ^~~~~~~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libavcodec/svq1enc.c:108:49: warning: array subscript -2 is below array bounds of 'const int8_t * const[6]' {aka 'const signed char * const[6]'} [-Warray-bounds] 108 | codebook = ff_svq1_intra_codebooks[level]; | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/svq1enc.c:36: /home/fate/ffmpeg/libavcodec/svq1.h:49:28: note: while referencing 'ff_svq1_intra_codebooks' 49 | extern const int8_t *const ff_svq1_intra_codebooks[6]; | ^~~~~~~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libavcodec/svq1enc.c:213:9: warning: array subscript -2 is below array bounds of 'PutBitContext[6]' [-Warray-bounds] 213 | put_bits(&s->reorder_pb[level], | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 214 | multistage_vlc[1 + best_count][1], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 215 | multistage_vlc[1 + best_count][0]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/svq1enc.c:37: /home/fate/ffmpeg/libavcodec/svq1enc.h:53:19: note: while referencing 'reorder_pb' 53 | PutBitContext reorder_pb[6]; | ^~~~~~~~~~ /home/fate/ffmpeg/libavcodec/svq1enc.c: In function 'encode_block.constprop': /home/fate/ffmpeg/libavcodec/svq1enc.c:99:29: warning: array subscript -1 is below array bounds of 'int16_t[6][7][256]' {aka 'short int[6][7][256]'} [-Warray-bounds] 99 | int16_t (*block)[256] = s->encoded_block_levels[level]; | ^ In file included from /home/fate/ffmpeg/libavutil/common.h:463, from /home/fate/ffmpeg/libavutil/avutil.h:288, from /home/fate/ffmpeg/libavutil/samplefmt.h:24, from /home/fate/ffmpeg/libavcodec/avcodec.h:31, from /home/fate/ffmpeg/libavcodec/svq1enc.c:29: /home/fate/ffmpeg/libavcodec/svq1enc.h:66:34: note: while referencing 'encoded_block_levels' 66 | DECLARE_ALIGNED(16, int16_t, encoded_block_levels)[6][7][256]; | ^~~~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libavutil/mem.h:53:73: note: in definition of macro 'DECLARE_ALIGNED' 53 | #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v | ^ /home/fate/ffmpeg/libavcodec/svq1enc.c:121:49: warning: array subscript -1 is below array bounds of 'const int8_t * const[6]' {aka 'const signed char * const[6]'} [-Warray-bounds] 121 | codebook = ff_svq1_inter_codebooks[level]; | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/svq1enc.c:36: /home/fate/ffmpeg/libavcodec/svq1.h:48:28: note: while referencing 'ff_svq1_inter_codebooks' 48 | extern const int8_t *const ff_svq1_inter_codebooks[6]; | ^~~~~~~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libavcodec/svq1enc.c:108:49: warning: array subscript -1 is below array bounds of 'const int8_t * const[6]' {aka 'const signed char * const[6]'} [-Warray-bounds] 108 | codebook = ff_svq1_intra_codebooks[level]; | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/svq1enc.c:36: /home/fate/ffmpeg/libavcodec/svq1.h:49:28: note: while referencing 'ff_svq1_intra_codebooks' 49 | extern const int8_t *const ff_svq1_intra_codebooks[6]; | ^~~~~~~~~~~~~~~~~~~~~~~ /home/fate/ffmpeg/libavcodec/svq1enc.c:213:9: warning: array subscript -1 is below array bounds of 'PutBitContext[6]' [-Warray-bounds] 213 | put_bits(&s->reorder_pb[level], | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 214 | multistage_vlc[1 + best_count][1], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 215 | multistage_vlc[1 + best_count][0]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/svq1enc.c:37: /home/fate/ffmpeg/libavcodec/svq1enc.h:53:19: note: while referencing 'reorder_pb' 53 | PutBitContext reorder_pb[6]; | ^~~~~~~~~~ CC libavcodec/tiff_data.o CC libavcodec/tiffenc.o CC libavcodec/tpeldsp.o CC libavcodec/tmv.o CC libavcodec/truemotion1.o CC libavcodec/truemotion2.o CC libavcodec/truespeech.o CC libavcodec/tscc2.o CC libavcodec/tta.o CC libavcodec/ttadata.o CC libavcodec/ttadsp.o CC libavcodec/ttaenc.o CC libavcodec/twinvq.o CC libavcodec/twinvqdec.o CC libavcodec/txd.o CC libavcodec/ulti.o CC libavcodec/utils.o CC libavcodec/utvideo.o CC libavcodec/utvideodec.o CC libavcodec/v210dec.o CC libavcodec/utvideoenc.o CC libavcodec/v210enc.o CC libavcodec/v210x.o /home/fate/ffmpeg/libavcodec/utvideoenc.c: In function 'encode_plane': /home/fate/ffmpeg/libavcodec/utvideoenc.c:393:23: warning: '~' on a boolean expression [-Wbool-operation] 393 | const int cmask = ~(!plane_no && avctx->pix_fmt == AV_PIX_FMT_YUV420P); | ^ /home/fate/ffmpeg/libavcodec/utvideoenc.c:393:23: note: did you mean to use logical not? 393 | const int cmask = ~(!plane_no && avctx->pix_fmt == AV_PIX_FMT_YUV420P); | ^ | ! CC libavcodec/v308enc.o CC libavcodec/v308dec.o CC libavcodec/v408dec.o CC libavcodec/v408enc.o CC libavcodec/v410dec.o /home/fate/ffmpeg/libavcodec/utvideodec.c: In function 'decode_plane': /home/fate/ffmpeg/libavcodec/utvideodec.c:92:23: warning: '~' on a boolean expression [-Wbool-operation] 92 | const int cmask = ~(!plane_no && c->avctx->pix_fmt == AV_PIX_FMT_YUV420P); | ^ /home/fate/ffmpeg/libavcodec/utvideodec.c:92:23: note: did you mean to use logical not? 92 | const int cmask = ~(!plane_no && c->avctx->pix_fmt == AV_PIX_FMT_YUV420P); | ^ | ! CC libavcodec/v410enc.o CC libavcodec/vb.o CC libavcodec/vble.o CC libavcodec/vc1.o CC libavcodec/vc1_loopfilter.o CC libavcodec/vc1_block.o CC libavcodec/vc1_mc.o CC libavcodec/vc1_parser.o CC libavcodec/vc1_pred.o /home/fate/ffmpeg/libavcodec/snowenc.c: In function 'encode_frame': /home/fate/ffmpeg/libavcodec/snowenc.c:1560:20: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1560 | AVFrame *pic = pict; | ^~~~ /home/fate/ffmpeg/libavcodec/snowenc.c:1636:5: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] 1636 | av_frame_unref(avctx->coded_frame); | ^~~~~~~~~~~~~~ In file included from /home/fate/ffmpeg/libavcodec/snowenc.c:24: /home/fate/ffmpeg/libavcodec/avcodec.h:3034:35: note: declared here 3034 | attribute_deprecated AVFrame *coded_frame; | ^~~~~~~~~~~ /home/fate/ffmpeg/libavcodec/snowenc.c:1637:5: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] 1637 | ret = av_frame_ref(avctx->coded_frame, s->current_picture); | ^~~ In file included from /home/fate/ffmpeg/libavcodec/snowenc.c:24: /home/fate/ffmpeg/libavcodec/avcodec.h:3034:35: note: declared here 3034 | attribute_deprecated AVFrame *coded_frame; | ^~~~~~~~~~~ /home/fate/ffmpeg/libavcodec/snowenc.c:1667:9: warning: 'me_method' is deprecated [-Wdeprecated-declarations] 1667 | s->m.me_method= s->avctx->me_method; | ^ In file included from /home/fate/ffmpeg/libavcodec/snowenc.c:24: /home/fate/ffmpeg/libavcodec/avcodec.h:1739:30: note: declared here 1739 | attribute_deprecated int me_method; | ^~~~~~~~~ CC libavcodec/vc1data.o CC libavcodec/vc1dec.o CC libavcodec/vc1dsp.o CC libavcodec/vcr1.o CC libavcodec/videodsp.o CC libavcodec/vima.o CC libavcodec/vmdaudio.o CC libavcodec/vmdvideo.o CC libavcodec/vmnc.o CC libavcodec/vorbis.o CC libavcodec/vorbis_data.o CC libavcodec/vorbis_parser.o CC libavcodec/vorbisdec.o CC libavcodec/vorbisdsp.o CC libavcodec/vorbisenc.o CC libavcodec/vp3.o CC libavcodec/vp3_parser.o CC libavcodec/vp3dsp.o CC libavcodec/vp5.o CC libavcodec/vp56.o CC libavcodec/vp56data.o CC libavcodec/vp56dsp.o CC libavcodec/vp56rac.o CC libavcodec/vp6.o CC libavcodec/vp6dsp.o CC libavcodec/vp8.o CC libavcodec/vp8_parser.o CC libavcodec/vp8dsp.o CC libavcodec/vp9.o CC libavcodec/vp9_parser.o CC libavcodec/vp9dsp.o CC libavcodec/vp9dsp_10bpp.o CC libavcodec/vp9dsp_12bpp.o CC libavcodec/vp9dsp_8bpp.o CC libavcodec/vqavideo.o CC libavcodec/wavpack.o CC libavcodec/wavpackenc.o CC libavcodec/webp.o CC libavcodec/webvttdec.o CC libavcodec/webvttenc.o CC libavcodec/wma.o CC libavcodec/wma_common.o CC libavcodec/wma_freqs.o CC libavcodec/wmadec.o CC libavcodec/wmaenc.o CC libavcodec/wmalosslessdec.o CC libavcodec/wmaprodec.o CC libavcodec/wmavoice.o CC libavcodec/wmv2.o CC libavcodec/wmv2dec.o CC libavcodec/wmv2dsp.o CC libavcodec/wmv2enc.o CC libavcodec/wnv1.o CC libavcodec/ws-snd1.o CC libavcodec/xan.o CC libavcodec/xbmdec.o CC libavcodec/xbmenc.o CC libavcodec/xface.o CC libavcodec/xfacedec.o CC libavcodec/xfaceenc.o CC libavcodec/xiph.o CC libavcodec/xl.o CC libavcodec/xsubdec.o CC libavcodec/xsubenc.o CC libavcodec/xvididct.o CC libavcodec/xwddec.o CC libavcodec/xwdenc.o CC libavcodec/xxan.o CC libavcodec/y41pdec.o CC libavcodec/y41penc.o CC libavcodec/yop.o CC libavcodec/yuv4dec.o AR libavresample/libavresample.a CC libavcodec/yuv4enc.o AR libpostproc/libpostproc.a AR libswresample/libswresample.a AR libswscale/libswscale.a AR libavutil/libavutil.a HOSTLD doc/print_options GENTEXI doc/avoptions_format.texi GENTEXI doc/avoptions_codec.texi POD doc/ffmpeg.pod POD doc/ffprobe.pod POD doc/ffmpeg-all.pod POD doc/ffserver.pod POD doc/ffprobe-all.pod POD doc/ffserver-all.pod POD doc/ffmpeg-utils.pod POD doc/ffmpeg-resampler.pod POD doc/ffmpeg-scaler.pod POD doc/ffmpeg-codecs.pod POD doc/ffmpeg-bitstream-filters.pod POD doc/ffmpeg-protocols.pod POD doc/ffmpeg-devices.pod POD doc/ffmpeg-formats.pod POD doc/ffmpeg-filters.pod POD doc/libavutil.pod POD doc/libswscale.pod POD doc/libswresample.pod POD doc/libavcodec.pod POD doc/libavformat.pod POD doc/libavdevice.pod POD doc/libavfilter.pod MAN doc/ffmpeg.1 MAN doc/ffprobe.1 MAN doc/ffserver.1 MAN doc/ffmpeg-all.1 MAN doc/ffprobe-all.1 MAN doc/ffserver-all.1 MAN doc/ffmpeg-utils.1 MAN doc/ffmpeg-scaler.1 MAN doc/ffmpeg-resampler.1 MAN doc/ffmpeg-codecs.1 MAN doc/ffmpeg-bitstream-filters.1 MAN doc/ffmpeg-formats.1 MAN doc/ffmpeg-protocols.1 MAN doc/ffmpeg-devices.1 MAN doc/ffmpeg-filters.1 MAN doc/libavutil.3 MAN doc/libswscale.3 MAN doc/libswresample.3 MAN doc/libavcodec.3 MAN doc/libavformat.3 MAN doc/libavdevice.3 MAN doc/libavfilter.3 AR libavcodec/libavcodec.a LD ffmpeg_g LD ffprobe_g LD ffserver_g CP ffserver STRIP ffserver CP ffmpeg CP ffprobe STRIP ffmpeg STRIP ffprobe INSTALL doc/ffmpeg.1 INSTALL doc/ffprobe.1 INSTALL doc/ffserver.1 INSTALL doc/ffmpeg-all.1 INSTALL doc/ffprobe-all.1 INSTALL doc/ffserver-all.1 INSTALL doc/ffmpeg-utils.1 INSTALL doc/ffmpeg-scaler.1 INSTALL doc/ffmpeg-resampler.1 INSTALL doc/ffmpeg-codecs.1 INSTALL doc/ffmpeg-bitstream-filters.1 INSTALL doc/ffmpeg-formats.1 INSTALL doc/ffmpeg-protocols.1 INSTALL doc/ffmpeg-devices.1 INSTALL doc/ffmpeg-filters.1 INSTALL doc/libavutil.3 INSTALL doc/libswscale.3 INSTALL doc/libswresample.3 INSTALL doc/libavcodec.3 INSTALL doc/libavformat.3 INSTALL doc/libavdevice.3 INSTALL doc/libavfilter.3 INSTALL doc/ffmpeg.1 INSTALL doc/ffprobe.1 INSTALL doc/ffserver.1 INSTALL doc/ffmpeg-all.1 INSTALL doc/ffprobe-all.1 INSTALL doc/ffserver-all.1 INSTALL doc/ffmpeg-utils.1 INSTALL doc/ffmpeg-scaler.1 INSTALL doc/ffmpeg-resampler.1 INSTALL doc/ffmpeg-codecs.1 INSTALL doc/ffmpeg-bitstream-filters.1 INSTALL doc/ffmpeg-formats.1 INSTALL doc/ffmpeg-protocols.1 INSTALL doc/ffmpeg-devices.1 INSTALL doc/ffmpeg-filters.1 INSTALL doc/libavutil.3 INSTALL doc/libswscale.3 INSTALL doc/libswresample.3 INSTALL doc/libavcodec.3 INSTALL doc/libavformat.3 INSTALL doc/libavdevice.3 INSTALL doc/libavfilter.3 INSTALL install-progs-yes INSTALL ffmpeg INSTALL ffprobe INSTALL ffserver INSTALL home/fate/ffmpeg/presets/libvpx-1080p.ffpreset INSTALL home/fate/ffmpeg/presets/libvpx-1080p50_60.ffpreset INSTALL home/fate/ffmpeg/presets/libvpx-360p.ffpreset INSTALL home/fate/ffmpeg/presets/libvpx-720p.ffpreset INSTALL home/fate/ffmpeg/presets/libvpx-720p50_60.ffpreset INSTALL home/fate/ffmpeg/doc/ffprobe.xsd INSTALL home/fate/ffmpeg/doc/examples/avio_dir_cmd.c INSTALL home/fate/ffmpeg/doc/examples/avio_reading.c INSTALL home/fate/ffmpeg/doc/examples/decoding_encoding.c INSTALL home/fate/ffmpeg/doc/examples/demuxing_decoding.c INSTALL home/fate/ffmpeg/doc/examples/extract_mvs.c INSTALL home/fate/ffmpeg/doc/examples/filter_audio.c INSTALL home/fate/ffmpeg/doc/examples/filtering_audio.c INSTALL home/fate/ffmpeg/doc/examples/filtering_video.c INSTALL home/fate/ffmpeg/doc/examples/http_multiclient.c INSTALL home/fate/ffmpeg/doc/examples/metadata.c INSTALL home/fate/ffmpeg/doc/examples/muxing.c INSTALL home/fate/ffmpeg/doc/examples/qsvdec.c INSTALL home/fate/ffmpeg/doc/examples/remuxing.c INSTALL home/fate/ffmpeg/doc/examples/resampling_audio.c INSTALL home/fate/ffmpeg/doc/examples/scaling_video.c INSTALL home/fate/ffmpeg/doc/examples/transcode_aac.c INSTALL home/fate/ffmpeg/doc/examples/transcoding.c INSTALL home/fate/ffmpeg/doc/examples/Makefile INSTALL home/fate/ffmpeg/doc/examples/README INSTALL home/fate/ffmpeg/presets/libvpx-1080p.ffpreset INSTALL home/fate/ffmpeg/presets/libvpx-1080p50_60.ffpreset INSTALL home/fate/ffmpeg/presets/libvpx-360p.ffpreset INSTALL home/fate/ffmpeg/presets/libvpx-720p.ffpreset INSTALL home/fate/ffmpeg/presets/libvpx-720p50_60.ffpreset INSTALL home/fate/ffmpeg/doc/ffprobe.xsd INSTALL home/fate/ffmpeg/doc/examples/avio_dir_cmd.c INSTALL home/fate/ffmpeg/doc/examples/avio_reading.c INSTALL home/fate/ffmpeg/doc/examples/decoding_encoding.c INSTALL home/fate/ffmpeg/doc/examples/demuxing_decoding.c INSTALL home/fate/ffmpeg/doc/examples/extract_mvs.c INSTALL home/fate/ffmpeg/doc/examples/filter_audio.c INSTALL home/fate/ffmpeg/doc/examples/filtering_audio.c INSTALL home/fate/ffmpeg/doc/examples/filtering_video.c INSTALL home/fate/ffmpeg/doc/examples/http_multiclient.c INSTALL home/fate/ffmpeg/doc/examples/metadata.c INSTALL home/fate/ffmpeg/doc/examples/muxing.c INSTALL home/fate/ffmpeg/doc/examples/qsvdec.c INSTALL home/fate/ffmpeg/doc/examples/remuxing.c INSTALL home/fate/ffmpeg/doc/examples/resampling_audio.c INSTALL home/fate/ffmpeg/doc/examples/scaling_video.c INSTALL home/fate/ffmpeg/doc/examples/transcode_aac.c INSTALL home/fate/ffmpeg/doc/examples/transcoding.c INSTALL home/fate/ffmpeg/doc/examples/Makefile INSTALL home/fate/ffmpeg/doc/examples/README INSTALL libavdevice/libavdevice.a INSTALL libavfilter/libavfilter.a INSTALL libavformat/libavformat.a INSTALL libavcodec/libavcodec.a INSTALL libavresample/libavresample.a INSTALL libpostproc/libpostproc.a INSTALL libswresample/libswresample.a INSTALL libswscale/libswscale.a INSTALL libavutil/libavutil.a INSTALL home/fate/ffmpeg/libavdevice/avdevice.h INSTALL home/fate/ffmpeg/libavdevice/version.h INSTALL libavdevice/libavdevice.pc INSTALL home/fate/ffmpeg/libavfilter/asrc_abuffer.h INSTALL home/fate/ffmpeg/libavfilter/avcodec.h INSTALL home/fate/ffmpeg/libavfilter/avfilter.h INSTALL home/fate/ffmpeg/libavfilter/avfiltergraph.h INSTALL home/fate/ffmpeg/libavfilter/buffersink.h INSTALL home/fate/ffmpeg/libavfilter/buffersrc.h INSTALL home/fate/ffmpeg/libavfilter/version.h INSTALL libavfilter/libavfilter.pc INSTALL home/fate/ffmpeg/libavformat/avformat.h INSTALL home/fate/ffmpeg/libavformat/avio.h INSTALL home/fate/ffmpeg/libavformat/version.h INSTALL libavformat/libavformat.pc INSTALL home/fate/ffmpeg/libavcodec/avcodec.h INSTALL home/fate/ffmpeg/libavcodec/avfft.h INSTALL home/fate/ffmpeg/libavcodec/dv_profile.h INSTALL home/fate/ffmpeg/libavcodec/d3d11va.h INSTALL home/fate/ffmpeg/libavcodec/dxva2.h INSTALL home/fate/ffmpeg/libavcodec/old_codec_ids.h INSTALL home/fate/ffmpeg/libavcodec/qsv.h INSTALL home/fate/ffmpeg/libavcodec/vaapi.h INSTALL home/fate/ffmpeg/libavcodec/vda.h INSTALL home/fate/ffmpeg/libavcodec/vdpau.h INSTALL home/fate/ffmpeg/libavcodec/version.h INSTALL home/fate/ffmpeg/libavcodec/videotoolbox.h INSTALL home/fate/ffmpeg/libavcodec/vorbis_parser.h INSTALL home/fate/ffmpeg/libavcodec/xvmc.h INSTALL libavcodec/libavcodec.pc INSTALL home/fate/ffmpeg/libavresample/avresample.h INSTALL home/fate/ffmpeg/libavresample/version.h INSTALL libavresample/libavresample.pc INSTALL home/fate/ffmpeg/libpostproc/postprocess.h INSTALL home/fate/ffmpeg/libpostproc/version.h INSTALL libpostproc/libpostproc.pc INSTALL home/fate/ffmpeg/libswresample/swresample.h INSTALL home/fate/ffmpeg/libswresample/version.h INSTALL libswresample/libswresample.pc INSTALL home/fate/ffmpeg/libswscale/swscale.h INSTALL home/fate/ffmpeg/libswscale/version.h INSTALL libswscale/libswscale.pc INSTALL home/fate/ffmpeg/libavutil/adler32.h INSTALL home/fate/ffmpeg/libavutil/aes.h INSTALL home/fate/ffmpeg/libavutil/attributes.h INSTALL home/fate/ffmpeg/libavutil/audio_fifo.h INSTALL home/fate/ffmpeg/libavutil/audioconvert.h INSTALL home/fate/ffmpeg/libavutil/avassert.h INSTALL home/fate/ffmpeg/libavutil/avstring.h INSTALL home/fate/ffmpeg/libavutil/avutil.h INSTALL home/fate/ffmpeg/libavutil/base64.h INSTALL home/fate/ffmpeg/libavutil/blowfish.h INSTALL home/fate/ffmpeg/libavutil/bprint.h INSTALL home/fate/ffmpeg/libavutil/bswap.h INSTALL home/fate/ffmpeg/libavutil/buffer.h INSTALL home/fate/ffmpeg/libavutil/cast5.h INSTALL home/fate/ffmpeg/libavutil/camellia.h INSTALL home/fate/ffmpeg/libavutil/channel_layout.h INSTALL home/fate/ffmpeg/libavutil/common.h INSTALL home/fate/ffmpeg/libavutil/cpu.h INSTALL home/fate/ffmpeg/libavutil/crc.h INSTALL home/fate/ffmpeg/libavutil/display.h INSTALL home/fate/ffmpeg/libavutil/downmix_info.h INSTALL home/fate/ffmpeg/libavutil/error.h INSTALL home/fate/ffmpeg/libavutil/eval.h INSTALL home/fate/ffmpeg/libavutil/fifo.h INSTALL home/fate/ffmpeg/libavutil/file.h INSTALL home/fate/ffmpeg/libavutil/frame.h INSTALL home/fate/ffmpeg/libavutil/hash.h INSTALL home/fate/ffmpeg/libavutil/hmac.h INSTALL home/fate/ffmpeg/libavutil/imgutils.h INSTALL home/fate/ffmpeg/libavutil/intfloat.h INSTALL home/fate/ffmpeg/libavutil/intreadwrite.h INSTALL home/fate/ffmpeg/libavutil/lfg.h INSTALL home/fate/ffmpeg/libavutil/log.h INSTALL home/fate/ffmpeg/libavutil/macros.h INSTALL home/fate/ffmpeg/libavutil/mathematics.h INSTALL home/fate/ffmpeg/libavutil/md5.h INSTALL home/fate/ffmpeg/libavutil/mem.h INSTALL home/fate/ffmpeg/libavutil/motion_vector.h INSTALL home/fate/ffmpeg/libavutil/murmur3.h INSTALL home/fate/ffmpeg/libavutil/dict.h INSTALL home/fate/ffmpeg/libavutil/old_pix_fmts.h INSTALL home/fate/ffmpeg/libavutil/opt.h INSTALL home/fate/ffmpeg/libavutil/parseutils.h INSTALL home/fate/ffmpeg/libavutil/pixdesc.h INSTALL home/fate/ffmpeg/libavutil/pixelutils.h INSTALL home/fate/ffmpeg/libavutil/pixfmt.h INSTALL home/fate/ffmpeg/libavutil/random_seed.h INSTALL home/fate/ffmpeg/libavutil/replaygain.h INSTALL home/fate/ffmpeg/libavutil/rational.h INSTALL home/fate/ffmpeg/libavutil/ripemd.h INSTALL home/fate/ffmpeg/libavutil/samplefmt.h INSTALL home/fate/ffmpeg/libavutil/sha.h INSTALL home/fate/ffmpeg/libavutil/sha512.h INSTALL home/fate/ffmpeg/libavutil/stereo3d.h INSTALL home/fate/ffmpeg/libavutil/threadmessage.h INSTALL home/fate/ffmpeg/libavutil/time.h INSTALL home/fate/ffmpeg/libavutil/timecode.h INSTALL home/fate/ffmpeg/libavutil/timestamp.h INSTALL home/fate/ffmpeg/libavutil/twofish.h INSTALL home/fate/ffmpeg/libavutil/version.h INSTALL home/fate/ffmpeg/libavutil/xtea.h INSTALL home/fate/ffmpeg/libavutil/tea.h INSTALL home/fate/ffmpeg/libavutil/lzo.h INSTALL libavutil/avconfig.h INSTALL libavutil/ffversion.h INSTALL libavutil/libavutil.pc