GEN tests/pixfmts.mak HOSTCC tests/base64.o clang: warning: argument unused during compilation: '-I .' clang: warning: argument unused during compilation: '-I src/' HOSTLD tests/base64 HOSTCC tests/tiny_psnr.o clang: warning: argument unused during compilation: '-I .' clang: warning: argument unused during compilation: '-I src/' HOSTLD tests/tiny_psnr HOSTCC tests/tiny_ssim.o clang: warning: argument unused during compilation: '-I .' clang: warning: argument unused during compilation: '-I src/' HOSTLD tests/tiny_ssim HOSTCC tests/audiomatch.o clang: warning: argument unused during compilation: '-I .' clang: warning: argument unused during compilation: '-I src/' HOSTLD tests/audiomatch CC tests/checkasm/aacpsdsp.o CC tests/checkasm/af_afir.o CC tests/checkasm/alacdsp.o CC tests/checkasm/audiodsp.o CC tests/checkasm/av_tx.o In file included from src/tests/checkasm/av_tx.c:1: src/tests/checkasm/av_tx.c:46:95: warning: suggest braces around initialization of subobject [-Wmissing-braces] static AVTXContext *tx_refs[AV_TX_NB][2 ][(sizeof(check_lens) / sizeof((check_lens)[0]))] = { 0 }; ^ {} src/tests/checkasm/av_tx.c:46:95: warning: suggest braces around initialization of subobject [-Wmissing-braces] static AVTXContext *tx_refs[AV_TX_NB][2 ][(sizeof(check_lens) / sizeof((check_lens)[0]))] = { 0 }; ^ {} 2 warnings generated. CC tests/checkasm/blockdsp.o CC tests/checkasm/bswapdsp.o CC tests/checkasm/checkasm.o CC tests/checkasm/exrdsp.o CC tests/checkasm/fixed_dsp.o CC tests/checkasm/flacdsp.o CC tests/checkasm/float_dsp.o CC tests/checkasm/fmtconvert.o CC tests/checkasm/g722dsp.o CC tests/checkasm/h264dsp.o CC tests/checkasm/h264pred.o CC tests/checkasm/h264qpel.o CC tests/checkasm/hevc_add_res.o CC tests/checkasm/hevc_idct.o CC tests/checkasm/hevc_pel.o CC tests/checkasm/hevc_sao.o CC tests/checkasm/huffyuvdsp.o CC tests/checkasm/idctdsp.o CC tests/checkasm/jpeg2000dsp.o CC tests/checkasm/llviddsp.o CC tests/checkasm/llviddspenc.o CC tests/checkasm/lpc.o CC tests/checkasm/motion.o CC tests/checkasm/opusdsp.o CC tests/checkasm/pixblockdsp.o CC tests/checkasm/sbrdsp.o CC tests/checkasm/sw_gbrp.o In file included from src/tests/checkasm/sw_gbrp.c:1: In file included from src/tests/checkasm/sw_gbrp.c:28: src/libswscale/swscale_internal.h:697:16: warning: unknown attribute 'cold' ignored [-Wattributes] __attribute__((cold)) void ff_sws_init_range_convert(SwsContext *c); ^ 1 warning generated. CC tests/checkasm/sw_rgb.o CC tests/checkasm/sw_scale.o In file included from src/tests/checkasm/sw_scale.c:1: In file included from src/tests/checkasm/sw_scale.c:27: src/libswscale/swscale_internal.h:697:16: warning: unknown attribute 'cold' ignored [-Wattributes] __attribute__((cold)) void ff_sws_init_range_convert(SwsContext *c); ^ 1 warning generated. CC tests/checkasm/synth_filter.o In file included from src/tests/checkasm/synth_filter.c:1: In file included from src/tests/checkasm/synth_filter.c:31: In file included from src/libavcodec/dcadata.h:26: src/libavcodec/dcahuff.h:73:16: warning: unknown attribute 'cold' ignored [-Wattributes] __attribute__((cold)) void ff_dca_init_vlcs(void); ^ In file included from src/tests/checkasm/synth_filter.c:1: In file included from src/tests/checkasm/synth_filter.c:32: In file included from src/libavcodec/synth_filter.h:25: src/libavcodec/dcadct.h:31:16: warning: unknown attribute 'cold' ignored [-Wattributes] __attribute__((cold)) void ff_dcadct_init(DCADCTContext *c); ^ 2 warnings generated. CC tests/checkasm/utvideodsp.o CC tests/checkasm/v210dec.o In file included from src/tests/checkasm/v210dec.c:1: In file included from src/tests/checkasm/v210dec.c:23: src/libavcodec/v210dec_init.h:54:47: warning: unknown attribute 'cold' ignored [-Wattributes] static __attribute__((unused)) __attribute__((cold)) void ff_v210dec_init(V210DecContext *s) ^ 1 warning generated. CC tests/checkasm/v210enc.o In file included from src/tests/checkasm/v210enc.c:1: In file included from src/tests/checkasm/v210enc.c:23: src/libavcodec/v210enc_init.h:79:23: warning: unknown attribute 'cold' ignored [-Wattributes] static __attribute__((cold)) __attribute__((unused)) void ff_v210enc_init(V210EncContext *s) ^ 1 warning generated. CC tests/checkasm/vc1dsp.o CC tests/checkasm/vf_blend.o In file included from src/tests/checkasm/vf_blend.c:1: In file included from src/tests/checkasm/vf_blend.c:23: src/libavfilter/vf_blend_init.h:154:23: warning: unknown attribute 'cold' ignored [-Wattributes] static __attribute__((cold)) void init_blend_func_8_8bit(FilterParams *param) { switch (param->mode) { case BLEND_ADDITION: param->blend = blend_addition_8bit; break; case BLEND_GRAINMERGE: param->blend = blend_grainmerge_8bit; break; case BLEND_AND: param->blend = blend_and_8bit; break; case BLEND_AVERAGE: param->blend = blend_average_8bit; break; case BLEND_BURN: param->blend = blend_burn_8bit; break; case BLEND_DARKEN: param->blend = blend_darken_8bit; break; case BLEND_DIFFERENCE: param->blend = blend_difference_8bit; break; case BLEND_GRAINEXTRACT: param->blend = blend_grainextract_8bit; break; case BLEND_DIVIDE: param->blend = blend_divide_8bit; break; case BLEND_DODGE: param->blend = blend_dodge_8bit; break; case BLEND_EXCLUSION: param->blend = blend_exclusion_8bit; break; case BLEND_EXTREMITY: param->blend = blend_extremity_8bit; break; case BLEND_FREEZE: param->blend = blend_freeze_8bit; break; case BLEND_GLOW: param->blend = blend_glow_8bit; break; case BLEND_HARDLIGHT: param->blend = blend_hardlight_8bit; break; case BLEND_HARDMIX: param->blend = blend_hardmix_8bit; break; case BLEND_HEAT: param->blend = blend_heat_8bit; break; case BLEND_LIGHTEN: param->blend = blend_lighten_8bit; break; case BLEND_LINEARLIGHT: param->blend = blend_linearlight_8bit; break; case BLEND_MULTIPLY: param->blend = blend_multiply_8bit; break; case BLEND_MULTIPLY128: param->blend = blend_multiply128_8bit; break; case BLEND_NEGATION: param->blend = blend_negation_8bit; break; case BLEND_NORMAL: param->blend = blend_normal_8bit; break; case BLEND_OR: param->blend = blend_or_8bit; break; case BLEND_OVERLAY: param->blend = blend_overlay_8bit; break; case BLEND_PHOENIX: param->blend = blend_phoenix_8bit; break; case BLEND_PINLIGHT: param->blend = blend_pinlight_8bit; break; case BLEND_REFLECT: param->blend = blend_reflect_8bit; break; case BLEND_SCREEN: param->blend = blend_screen_8bit; break; case BLEND_SOFTLIGHT: param->blend = blend_softlight_8bit; break; case BLEND_SUBTRACT: param->blend = blend_subtract_8bit; break; case BLEND_VIVIDLIGHT: param->blend = blend_vividlight_8bit; break; case BLEND_XOR: param->blend = blend_xor_8bit; break; case BLEND_SOFTDIFFERENCE:param->blend=blend_softdifference_8bit;break; case BLEND_GEOMETRIC: param->blend = blend_geometric_8bit; break; case BLEND_HARMONIC: param->blend = blend_harmonic_8bit; break; case BLEND_BLEACH: param->blend = blend_bleach_8bit; break; case BLEND_STAIN: param->blend = blend_stain_8bit; break; case BLEND_INTERPOLATE: param->blend = blend_interpolate_8bit; break; case BLEND_HARDOVERLAY: param->blend = blend_hardoverlay_8bit; break; } } ^ src/libavfilter/vf_blend_init.h:155:23: warning: unknown attribute 'cold' ignored [-Wattributes] static __attribute__((cold)) void init_blend_func_9_16bit(FilterParams *param) { switch (param->mode) { case BLEND_ADDITION: param->blend = blend_addition_9bit; break; case BLEND_GRAINMERGE: param->blend = blend_grainmerge_9bit; break; case BLEND_AND: param->blend = blend_and_9bit; break; case BLEND_AVERAGE: param->blend = blend_average_9bit; break; case BLEND_BURN: param->blend = blend_burn_9bit; break; case BLEND_DARKEN: param->blend = blend_darken_9bit; break; case BLEND_DIFFERENCE: param->blend = blend_difference_9bit; break; case BLEND_GRAINEXTRACT: param->blend = blend_grainextract_9bit; break; case BLEND_DIVIDE: param->blend = blend_divide_9bit; break; case BLEND_DODGE: param->blend = blend_dodge_9bit; break; case BLEND_EXCLUSION: param->blend = blend_exclusion_9bit; break; case BLEND_EXTREMITY: param->blend = blend_extremity_9bit; break; case BLEND_FREEZE: param->blend = blend_freeze_9bit; break; case BLEND_GLOW: param->blend = blend_glow_9bit; break; case BLEND_HARDLIGHT: param->blend = blend_hardlight_9bit; break; case BLEND_HARDMIX: param->blend = blend_hardmix_9bit; break; case BLEND_HEAT: param->blend = blend_heat_9bit; break; case BLEND_LIGHTEN: param->blend = blend_lighten_9bit; break; case BLEND_LINEARLIGHT: param->blend = blend_linearlight_9bit; break; case BLEND_MULTIPLY: param->blend = blend_multiply_9bit; break; case BLEND_MULTIPLY128: param->blend = blend_multiply128_9bit; break; case BLEND_NEGATION: param->blend = blend_negation_9bit; break; case BLEND_NORMAL: param->blend = blend_normal_16bit; break; case BLEND_OR: param->blend = blend_or_9bit; break; case BLEND_OVERLAY: param->blend = blend_overlay_9bit; break; case BLEND_PHOENIX: param->blend = blend_phoenix_9bit; break; case BLEND_PINLIGHT: param->blend = blend_pinlight_9bit; break; case BLEND_REFLECT: param->blend = blend_reflect_9bit; break; case BLEND_SCREEN: param->blend = blend_screen_9bit; break; case BLEND_SOFTLIGHT: param->blend = blend_softlight_9bit; break; case BLEND_SUBTRACT: param->blend = blend_subtract_9bit; break; case BLEND_VIVIDLIGHT: param->blend = blend_vividlight_9bit; break; case BLEND_XOR: param->blend = blend_xor_9bit; break; case BLEND_SOFTDIFFERENCE:param->blend=blend_softdifference_9bit;break; case BLEND_GEOMETRIC: param->blend = blend_geometric_9bit; break; case BLEND_HARMONIC: param->blend = blend_harmonic_9bit; break; case BLEND_BLEACH: param->blend = blend_bleach_9bit; break; case BLEND_STAIN: param->blend = blend_stain_9bit; break; case BLEND_INTERPOLATE: param->blend = blend_interpolate_9bit; break; case BLEND_HARDOVERLAY: param->blend = blend_hardoverlay_9bit; break; } } ^ src/libavfilter/vf_blend_init.h:156:23: warning: unknown attribute 'cold' ignored [-Wattributes] static __attribute__((cold)) void init_blend_func_10_16bit(FilterParams *param) { switch (param->mode) { case BLEND_ADDITION: param->blend = blend_addition_10bit; break; case BLEND_GRAINMERGE: param->blend = blend_grainmerge_10bit; break; case BLEND_AND: param->blend = blend_and_10bit; break; case BLEND_AVERAGE: param->blend = blend_average_10bit; break; case BLEND_BURN: param->blend = blend_burn_10bit; break; case BLEND_DARKEN: param->blend = blend_darken_10bit; break; case BLEND_DIFFERENCE: param->blend = blend_difference_10bit; break; case BLEND_GRAINEXTRACT: param->blend = blend_grainextract_10bit; break; case BLEND_DIVIDE: param->blend = blend_divide_10bit; break; case BLEND_DODGE: param->blend = blend_dodge_10bit; break; case BLEND_EXCLUSION: param->blend = blend_exclusion_10bit; break; case BLEND_EXTREMITY: param->blend = blend_extremity_10bit; break; case BLEND_FREEZE: param->blend = blend_freeze_10bit; break; case BLEND_GLOW: param->blend = blend_glow_10bit; break; case BLEND_HARDLIGHT: param->blend = blend_hardlight_10bit; break; case BLEND_HARDMIX: param->blend = blend_hardmix_10bit; break; case BLEND_HEAT: param->blend = blend_heat_10bit; break; case BLEND_LIGHTEN: param->blend = blend_lighten_10bit; break; case BLEND_LINEARLIGHT: param->blend = blend_linearlight_10bit; break; case BLEND_MULTIPLY: param->blend = blend_multiply_10bit; break; case BLEND_MULTIPLY128: param->blend = blend_multiply128_10bit; break; case BLEND_NEGATION: param->blend = blend_negation_10bit; break; case BLEND_NORMAL: param->blend = blend_normal_16bit; break; case BLEND_OR: param->blend = blend_or_10bit; break; case BLEND_OVERLAY: param->blend = blend_overlay_10bit; break; case BLEND_PHOENIX: param->blend = blend_phoenix_10bit; break; case BLEND_PINLIGHT: param->blend = blend_pinlight_10bit; break; case BLEND_REFLECT: param->blend = blend_reflect_10bit; break; case BLEND_SCREEN: param->blend = blend_screen_10bit; break; case BLEND_SOFTLIGHT: param->blend = blend_softlight_10bit; break; case BLEND_SUBTRACT: param->blend = blend_subtract_10bit; break; case BLEND_VIVIDLIGHT: param->blend = blend_vividlight_10bit; break; case BLEND_XOR: param->blend = blend_xor_10bit; break; case BLEND_SOFTDIFFERENCE:param->blend=blend_softdifference_10bit;break; case BLEND_GEOMETRIC: param->blend = blend_geometric_10bit; break; case BLEND_HARMONIC: param->blend = blend_harmonic_10bit; break; case BLEND_BLEACH: param->blend = blend_bleach_10bit; break; case BLEND_STAIN: param->blend = blend_stain_10bit; break; case BLEND_INTERPOLATE: param->blend = blend_interpolate_10bit; break; case BLEND_HARDOVERLAY: param->blend = blend_hardoverlay_10bit; break; } } ^ src/libavfilter/vf_blend_init.h:157:23: warning: unknown attribute 'cold' ignored [-Wattributes] static __attribute__((cold)) void init_blend_func_12_16bit(FilterParams *param) { switch (param->mode) { case BLEND_ADDITION: param->blend = blend_addition_12bit; break; case BLEND_GRAINMERGE: param->blend = blend_grainmerge_12bit; break; case BLEND_AND: param->blend = blend_and_12bit; break; case BLEND_AVERAGE: param->blend = blend_average_12bit; break; case BLEND_BURN: param->blend = blend_burn_12bit; break; case BLEND_DARKEN: param->blend = blend_darken_12bit; break; case BLEND_DIFFERENCE: param->blend = blend_difference_12bit; break; case BLEND_GRAINEXTRACT: param->blend = blend_grainextract_12bit; break; case BLEND_DIVIDE: param->blend = blend_divide_12bit; break; case BLEND_DODGE: param->blend = blend_dodge_12bit; break; case BLEND_EXCLUSION: param->blend = blend_exclusion_12bit; break; case BLEND_EXTREMITY: param->blend = blend_extremity_12bit; break; case BLEND_FREEZE: param->blend = blend_freeze_12bit; break; case BLEND_GLOW: param->blend = blend_glow_12bit; break; case BLEND_HARDLIGHT: param->blend = blend_hardlight_12bit; break; case BLEND_HARDMIX: param->blend = blend_hardmix_12bit; break; case BLEND_HEAT: param->blend = blend_heat_12bit; break; case BLEND_LIGHTEN: param->blend = blend_lighten_12bit; break; case BLEND_LINEARLIGHT: param->blend = blend_linearlight_12bit; break; case BLEND_MULTIPLY: param->blend = blend_multiply_12bit; break; case BLEND_MULTIPLY128: param->blend = blend_multiply128_12bit; break; case BLEND_NEGATION: param->blend = blend_negation_12bit; break; case BLEND_NORMAL: param->blend = blend_normal_16bit; break; case BLEND_OR: param->blend = blend_or_12bit; break; case BLEND_OVERLAY: param->blend = blend_overlay_12bit; break; case BLEND_PHOENIX: param->blend = blend_phoenix_12bit; break; case BLEND_PINLIGHT: param->blend = blend_pinlight_12bit; break; case BLEND_REFLECT: param->blend = blend_reflect_12bit; break; case BLEND_SCREEN: param->blend = blend_screen_12bit; break; case BLEND_SOFTLIGHT: param->blend = blend_softlight_12bit; break; case BLEND_SUBTRACT: param->blend = blend_subtract_12bit; break; case BLEND_VIVIDLIGHT: param->blend = blend_vividlight_12bit; break; case BLEND_XOR: param->blend = blend_xor_12bit; break; case BLEND_SOFTDIFFERENCE:param->blend=blend_softdifference_12bit;break; case BLEND_GEOMETRIC: param->blend = blend_geometric_12bit; break; case BLEND_HARMONIC: param->blend = blend_harmonic_12bit; break; case BLEND_BLEACH: param->blend = blend_bleach_12bit; break; case BLEND_STAIN: param->blend = blend_stain_12bit; break; case BLEND_INTERPOLATE: param->blend = blend_interpolate_12bit; break; case BLEND_HARDOVERLAY: param->blend = blend_hardoverlay_12bit; break; } } ^ src/libavfilter/vf_blend_init.h:158:23: warning: unknown attribute 'cold' ignored [-Wattributes] static __attribute__((cold)) void init_blend_func_14_16bit(FilterParams *param) { switch (param->mode) { case BLEND_ADDITION: param->blend = blend_addition_14bit; break; case BLEND_GRAINMERGE: param->blend = blend_grainmerge_14bit; break; case BLEND_AND: param->blend = blend_and_14bit; break; case BLEND_AVERAGE: param->blend = blend_average_14bit; break; case BLEND_BURN: param->blend = blend_burn_14bit; break; case BLEND_DARKEN: param->blend = blend_darken_14bit; break; case BLEND_DIFFERENCE: param->blend = blend_difference_14bit; break; case BLEND_GRAINEXTRACT: param->blend = blend_grainextract_14bit; break; case BLEND_DIVIDE: param->blend = blend_divide_14bit; break; case BLEND_DODGE: param->blend = blend_dodge_14bit; break; case BLEND_EXCLUSION: param->blend = blend_exclusion_14bit; break; case BLEND_EXTREMITY: param->blend = blend_extremity_14bit; break; case BLEND_FREEZE: param->blend = blend_freeze_14bit; break; case BLEND_GLOW: param->blend = blend_glow_14bit; break; case BLEND_HARDLIGHT: param->blend = blend_hardlight_14bit; break; case BLEND_HARDMIX: param->blend = blend_hardmix_14bit; break; case BLEND_HEAT: param->blend = blend_heat_14bit; break; case BLEND_LIGHTEN: param->blend = blend_lighten_14bit; break; case BLEND_LINEARLIGHT: param->blend = blend_linearlight_14bit; break; case BLEND_MULTIPLY: param->blend = blend_multiply_14bit; break; case BLEND_MULTIPLY128: param->blend = blend_multiply128_14bit; break; case BLEND_NEGATION: param->blend = blend_negation_14bit; break; case BLEND_NORMAL: param->blend = blend_normal_16bit; break; case BLEND_OR: param->blend = blend_or_14bit; break; case BLEND_OVERLAY: param->blend = blend_overlay_14bit; break; case BLEND_PHOENIX: param->blend = blend_phoenix_14bit; break; case BLEND_PINLIGHT: param->blend = blend_pinlight_14bit; break; case BLEND_REFLECT: param->blend = blend_reflect_14bit; break; case BLEND_SCREEN: param->blend = blend_screen_14bit; break; case BLEND_SOFTLIGHT: param->blend = blend_softlight_14bit; break; case BLEND_SUBTRACT: param->blend = blend_subtract_14bit; break; case BLEND_VIVIDLIGHT: param->blend = blend_vividlight_14bit; break; case BLEND_XOR: param->blend = blend_xor_14bit; break; case BLEND_SOFTDIFFERENCE:param->blend=blend_softdifference_14bit;break; case BLEND_GEOMETRIC: param->blend = blend_geometric_14bit; break; case BLEND_HARMONIC: param->blend = blend_harmonic_14bit; break; case BLEND_BLEACH: param->blend = blend_bleach_14bit; break; case BLEND_STAIN: param->blend = blend_stain_14bit; break; case BLEND_INTERPOLATE: param->blend = blend_interpolate_14bit; break; case BLEND_HARDOVERLAY: param->blend = blend_hardoverlay_14bit; break; } } ^ src/libavfilter/vf_blend_init.h:159:23: warning: unknown attribute 'cold' ignored [-Wattributes] static __attribute__((cold)) void init_blend_func_16_16bit(FilterParams *param) { switch (param->mode) { case BLEND_ADDITION: param->blend = blend_addition_16bit; break; case BLEND_GRAINMERGE: param->blend = blend_grainmerge_16bit; break; case BLEND_AND: param->blend = blend_and_16bit; break; case BLEND_AVERAGE: param->blend = blend_average_16bit; break; case BLEND_BURN: param->blend = blend_burn_16bit; break; case BLEND_DARKEN: param->blend = blend_darken_16bit; break; case BLEND_DIFFERENCE: param->blend = blend_difference_16bit; break; case BLEND_GRAINEXTRACT: param->blend = blend_grainextract_16bit; break; case BLEND_DIVIDE: param->blend = blend_divide_16bit; break; case BLEND_DODGE: param->blend = blend_dodge_16bit; break; case BLEND_EXCLUSION: param->blend = blend_exclusion_16bit; break; case BLEND_EXTREMITY: param->blend = blend_extremity_16bit; break; case BLEND_FREEZE: param->blend = blend_freeze_16bit; break; case BLEND_GLOW: param->blend = blend_glow_16bit; break; case BLEND_HARDLIGHT: param->blend = blend_hardlight_16bit; break; case BLEND_HARDMIX: param->blend = blend_hardmix_16bit; break; case BLEND_HEAT: param->blend = blend_heat_16bit; break; case BLEND_LIGHTEN: param->blend = blend_lighten_16bit; break; case BLEND_LINEARLIGHT: param->blend = blend_linearlight_16bit; break; case BLEND_MULTIPLY: param->blend = blend_multiply_16bit; break; case BLEND_MULTIPLY128: param->blend = blend_multiply128_16bit; break; case BLEND_NEGATION: param->blend = blend_negation_16bit; break; case BLEND_NORMAL: param->blend = blend_normal_16bit; break; case BLEND_OR: param->blend = blend_or_16bit; break; case BLEND_OVERLAY: param->blend = blend_overlay_16bit; break; case BLEND_PHOENIX: param->blend = blend_phoenix_16bit; break; case BLEND_PINLIGHT: param->blend = blend_pinlight_16bit; break; case BLEND_REFLECT: param->blend = blend_reflect_16bit; break; case BLEND_SCREEN: param->blend = blend_screen_16bit; break; case BLEND_SOFTLIGHT: param->blend = blend_softlight_16bit; break; case BLEND_SUBTRACT: param->blend = blend_subtract_16bit; break; case BLEND_VIVIDLIGHT: param->blend = blend_vividlight_16bit; break; case BLEND_XOR: param->blend = blend_xor_16bit; break; case BLEND_SOFTDIFFERENCE:param->blend=blend_softdifference_16bit;break; case BLEND_GEOMETRIC: param->blend = blend_geometric_16bit; break; case BLEND_HARMONIC: param->blend = blend_harmonic_16bit; break; case BLEND_BLEACH: param->blend = blend_bleach_16bit; break; case BLEND_STAIN: param->blend = blend_stain_16bit; break; case BLEND_INTERPOLATE: param->blend = blend_interpolate_16bit; break; case BLEND_HARDOVERLAY: param->blend = blend_hardoverlay_16bit; break; } } ^ src/libavfilter/vf_blend_init.h:160:23: warning: unknown attribute 'cold' ignored [-Wattributes] static __attribute__((cold)) void init_blend_func_32_32bit(FilterParams *param) { switch (param->mode) { case BLEND_ADDITION: param->blend = blend_addition_32bit; break; case BLEND_GRAINMERGE: param->blend = blend_grainmerge_32bit; break; case BLEND_AND: param->blend = blend_and_32bit; break; case BLEND_AVERAGE: param->blend = blend_average_32bit; break; case BLEND_BURN: param->blend = blend_burn_32bit; break; case BLEND_DARKEN: param->blend = blend_darken_32bit; break; case BLEND_DIFFERENCE: param->blend = blend_difference_32bit; break; case BLEND_GRAINEXTRACT: param->blend = blend_grainextract_32bit; break; case BLEND_DIVIDE: param->blend = blend_divide_32bit; break; case BLEND_DODGE: param->blend = blend_dodge_32bit; break; case BLEND_EXCLUSION: param->blend = blend_exclusion_32bit; break; case BLEND_EXTREMITY: param->blend = blend_extremity_32bit; break; case BLEND_FREEZE: param->blend = blend_freeze_32bit; break; case BLEND_GLOW: param->blend = blend_glow_32bit; break; case BLEND_HARDLIGHT: param->blend = blend_hardlight_32bit; break; case BLEND_HARDMIX: param->blend = blend_hardmix_32bit; break; case BLEND_HEAT: param->blend = blend_heat_32bit; break; case BLEND_LIGHTEN: param->blend = blend_lighten_32bit; break; case BLEND_LINEARLIGHT: param->blend = blend_linearlight_32bit; break; case BLEND_MULTIPLY: param->blend = blend_multiply_32bit; break; case BLEND_MULTIPLY128: param->blend = blend_multiply128_32bit; break; case BLEND_NEGATION: param->blend = blend_negation_32bit; break; case BLEND_NORMAL: param->blend = blend_normal_32bit; break; case BLEND_OR: param->blend = blend_or_32bit; break; case BLEND_OVERLAY: param->blend = blend_overlay_32bit; break; case BLEND_PHOENIX: param->blend = blend_phoenix_32bit; break; case BLEND_PINLIGHT: param->blend = blend_pinlight_32bit; break; case BLEND_REFLECT: param->blend = blend_reflect_32bit; break; case BLEND_SCREEN: param->blend = blend_screen_32bit; break; case BLEND_SOFTLIGHT: param->blend = blend_softlight_32bit; break; case BLEND_SUBTRACT: param->blend = blend_subtract_32bit; break; case BLEND_VIVIDLIGHT: param->blend = blend_vividlight_32bit; break; case BLEND_XOR: param->blend = blend_xor_32bit; break; case BLEND_SOFTDIFFERENCE:param->blend=blend_softdifference_32bit;break; case BLEND_GEOMETRIC: param->blend = blend_geometric_32bit; break; case BLEND_HARMONIC: param->blend = blend_harmonic_32bit; break; case BLEND_BLEACH: param->blend = blend_bleach_32bit; break; case BLEND_STAIN: param->blend = blend_stain_32bit; break; case BLEND_INTERPOLATE: param->blend = blend_interpolate_32bit; break; case BLEND_HARDOVERLAY: param->blend = blend_hardoverlay_32bit; break; } } ^ 7 warnings generated. CC tests/checkasm/vf_colorspace.o CC tests/checkasm/vf_convolution.o CC tests/checkasm/vf_eq.o CC tests/checkasm/vf_gblur.o CC tests/checkasm/vf_hflip.o CC tests/checkasm/vf_nlmeans.o CC tests/checkasm/vf_threshold.o CC tests/checkasm/videodsp.o CC tests/checkasm/vorbisdsp.o CC tests/checkasm/vp8dsp.o CC tests/checkasm/vp9dsp.o X86ASM tests/checkasm/x86/checkasm.o STRIP tests/checkasm/x86/checkasm.o skipping strip -x tests/checkasm/x86/checkasm.o LD tests/checkasm/checkasm TEST checkasm-aacpsdsp TEST checkasm-af_afir TEST checkasm-alacdsp TEST checkasm-audiodsp TEST checkasm-av_tx TEST checkasm-blockdsp TEST checkasm-bswapdsp TEST checkasm-exrdsp TEST checkasm-fixed_dsp TEST checkasm-flacdsp TEST checkasm-float_dsp TEST checkasm-fmtconvert TEST checkasm-g722dsp TEST checkasm-h264dsp TEST checkasm-h264pred TEST checkasm-h264qpel TEST checkasm-hevc_add_res TEST checkasm-hevc_idct TEST checkasm-hevc_pel TEST checkasm-hevc_sao TEST checkasm-huffyuvdsp TEST checkasm-idctdsp TEST checkasm-jpeg2000dsp TEST checkasm-llviddsp TEST checkasm-llviddspenc TEST checkasm-lpc TEST checkasm-motion TEST checkasm-opusdsp TEST checkasm-pixblockdsp TEST checkasm-sbrdsp TEST checkasm-synth_filter TEST checkasm-sw_gbrp TEST checkasm-sw_rgb TEST checkasm-sw_scale TEST checkasm-utvideodsp TEST checkasm-v210dec TEST checkasm-v210enc TEST checkasm-vc1dsp TEST checkasm-vf_blend TEST checkasm-vf_colorspace TEST checkasm-vf_eq TEST checkasm-vf_gblur TEST checkasm-vf_hflip TEST checkasm-vf_nlmeans TEST checkasm-vf_threshold TEST checkasm-vf_sobel TEST checkasm-videodsp TEST checkasm-vorbisdsp TEST checkasm-vp8dsp TEST checkasm-vp9dsp TEST source CC tests/api/api-threadmessage-test.o LD tests/api/api-threadmessage-test TEST api-threadmessage CC tests/api/api-flac-test.o LD tests/api/api-flac-test TEST api-flac CC tests/api/api-seek-test.o LD tests/api/api-seek-test HOSTCC tests/audiogen.o clang: warning: argument unused during compilation: '-I .' clang: warning: argument unused during compilation: '-I src/' HOSTLD tests/audiogen GEN tests/data/asynth1.sw HOSTCC tests/videogen.o clang: warning: argument unused during compilation: '-I .' clang: warning: argument unused during compilation: '-I src/' HOSTLD tests/videogen GEN tests/vsynth1/00.pgm TEST lavf-flv TEST api-seek CC tests/api/api-band-test.o LD tests/api/api-band-test TEST api-band CC tests/api/api-h264-test.o LD tests/api/api-h264-test TEST api-h264 CC tests/api/api-h264-slice-test.o LD tests/api/api-h264-slice-test TEST api-h264-slice CC libavfilter/tests/dnn-layer-pad.o LD libavfilter/tests/dnn-layer-pad TEST dnn-layer-pad CC libavfilter/tests/dnn-layer-conv2d.o LD libavfilter/tests/dnn-layer-conv2d TEST dnn-layer-conv2d CC libavfilter/tests/dnn-layer-dense.o LD libavfilter/tests/dnn-layer-dense TEST dnn-layer-dense CC libavfilter/tests/dnn-layer-depth2space.o LD libavfilter/tests/dnn-layer-depth2space TEST dnn-layer-depth2space CC libavfilter/tests/dnn-layer-mathbinary.o LD libavfilter/tests/dnn-layer-mathbinary TEST dnn-layer-mathbinary CC libavfilter/tests/dnn-layer-maximum.o LD libavfilter/tests/dnn-layer-maximum TEST dnn-layer-maximum CC libavfilter/tests/dnn-layer-mathunary.o LD libavfilter/tests/dnn-layer-mathunary TEST dnn-layer-mathunary CC libavfilter/tests/dnn-layer-avgpool.o LD libavfilter/tests/dnn-layer-avgpool TEST dnn-layer-avgpool CC libavcodec/tests/avpacket.o LD libavcodec/tests/avpacket TEST avpacket CC libavcodec/tests/bitstream_be.o LD libavcodec/tests/bitstream_be TEST bitstream-be CC libavcodec/tests/bitstream_le.o LD libavcodec/tests/bitstream_le TEST bitstream-le CC libavcodec/tests/cabac.o LD libavcodec/tests/cabac TEST cabac CC libavcodec/tests/celp_math.o LD libavcodec/tests/celp_math TEST celp_math CC libavcodec/tests/codec_desc.o LD libavcodec/tests/codec_desc TEST codec_desc CC libavcodec/tests/golomb.o LD libavcodec/tests/golomb TEST golomb CC libavcodec/tests/dct.o CC libavcodec/dctref.o In file included from src/libavcodec/dctref.c:1: src/libavcodec/dctref.c:41:16: warning: unknown attribute 'cold' ignored [-Wattributes] __attribute__((cold)) void ff_ref_dct_init(void) ^ 1 warning generated. LD libavcodec/tests/dct TEST idct8x8-0 TEST idct8x8-1 TEST idct8x8-2 TEST idct248 TEST dct8x8 CC libavcodec/tests/h264_levels.o LD libavcodec/tests/h264_levels TEST h264-levels CC libavcodec/tests/h265_levels.o LD libavcodec/tests/h265_levels TEST h265-levels CC libavcodec/tests/iirfilter.o LD libavcodec/tests/iirfilter TEST iirfilter CC libavcodec/tests/mpeg12framerate.o LD libavcodec/tests/mpeg12framerate TEST mpeg12framerate CC libavcodec/tests/rangecoder.o LD libavcodec/tests/rangecoder TEST rangecoder CC libavcodec/tests/mathops.o LD libavcodec/tests/mathops TEST mathops CC libavcodec/tests/jpeg2000dwt.o LD libavcodec/tests/jpeg2000dwt TEST j2k-dwt CC libavcodec/tests/avcodec.o LD libavcodec/tests/avcodec TEST libavcodec-avcodec CC libavcodec/tests/mjpegenc_huffman.o LD libavcodec/tests/mjpegenc_huffman TEST libavcodec-huffman CC libavcodec/tests/htmlsubtitles.o LD libavcodec/tests/htmlsubtitles TEST libavcodec-htmlsubtitles CC libavformat/tests/seek_utils.o LD libavformat/tests/seek_utils TEST seek_utils CC libavformat/tests/noproxy.o LD libavformat/tests/noproxy TEST noproxy CC libavformat/tests/srtp.o LD libavformat/tests/srtp TEST srtp CC libavformat/tests/url.o LD libavformat/tests/url TEST url CC libavformat/tests/movenc.o LD libavformat/tests/movenc TEST movenc CC libavutil/tests/adler32.o LD libavutil/tests/adler32 TEST adler32 CC libavutil/tests/aes.o LD libavutil/tests/aes TEST aes CC libavutil/tests/aes_ctr.o LD libavutil/tests/aes_ctr TEST aes_ctr CC libavutil/tests/camellia.o LD libavutil/tests/camellia TEST camellia CC libavutil/tests/cast5.o LD libavutil/tests/cast5 TEST cast5 CC libavutil/tests/channel_layout.o In file included from src/libavutil/tests/channel_layout.c:1: In file included from src/libavutil/tests/channel_layout.c:21: src/libavutil/channel_layout.c:230:16: warning: 'av_get_default_channel_layout' is deprecated [-Wdeprecated-declarations] return av_get_default_channel_layout(i); ^ 1 warning generated. LD libavutil/tests/channel_layout TEST channel_layout CC libavutil/tests/audio_fifo.o LD libavutil/tests/audio_fifo TEST audio_fifo CC libavutil/tests/avstring.o LD libavutil/tests/avstring TEST avstring CC libavutil/tests/base64.o LD libavutil/tests/base64 TEST base64 CC libavutil/tests/blowfish.o LD libavutil/tests/blowfish TEST blowfish CC libavutil/tests/bprint.o LD libavutil/tests/bprint TEST bprint CC libavutil/tests/cpu.o LD libavutil/tests/cpu TEST cpu cpu_flags(raw) = 0x0208D3DB cpu_flags_str(raw) = mmx mmxext sse sse2 sse3 ssse3 sse4.1 sse4.2 avx cmov avx2 aesni slowgather cpu_flags(effective) = 0x0208D3DB cpu_flags_str(effective) = mmx mmxext sse sse2 sse3 ssse3 sse4.1 sse4.2 avx cmov avx2 aesni slowgather threads = 1 (cpu_count = 2) CC libavutil/tests/crc.o LD libavutil/tests/crc TEST crc CC libavutil/tests/color_utils.o LD libavutil/tests/color_utils TEST color_utils CC libavutil/tests/des.o LD libavutil/tests/des TEST des CC libavutil/tests/dict.o LD libavutil/tests/dict TEST dict CC libavutil/tests/encryption_info.o LD libavutil/tests/encryption_info TEST encryption-info CC libavutil/tests/eval.o LD libavutil/tests/eval TEST eval CC libavutil/tests/fifo.o LD libavutil/tests/fifo TEST fifo CC libavutil/tests/hash.o LD libavutil/tests/hash TEST hash CC libavutil/tests/hmac.o In file included from src/libavutil/tests/hmac.c:1: In file included from src/libavutil/tests/hmac.c:19: src/libavutil/hmac.c:61:23: warning: unknown attribute 'cold' ignored [-Wattributes] static __attribute__((cold)) void sha160_init(void *ctx) { av_sha_init(ctx, 160); } ^ src/libavutil/hmac.c:62:23: warning: unknown attribute 'cold' ignored [-Wattributes] static __attribute__((cold)) void sha224_init(void *ctx) { av_sha_init(ctx, 224); } ^ src/libavutil/hmac.c:63:23: warning: unknown attribute 'cold' ignored [-Wattributes] static __attribute__((cold)) void sha256_init(void *ctx) { av_sha_init(ctx, 256); } ^ src/libavutil/hmac.c:64:23: warning: unknown attribute 'cold' ignored [-Wattributes] static __attribute__((cold)) void sha384_init(void *ctx) { av_sha512_init(ctx, 384); } ^ src/libavutil/hmac.c:65:23: warning: unknown attribute 'cold' ignored [-Wattributes] static __attribute__((cold)) void sha512_init(void *ctx) { av_sha512_init(ctx, 512); } ^ 5 warnings generated. LD libavutil/tests/hmac TEST hmac CC libavutil/tests/imgutils.o LD libavutil/tests/imgutils TEST imgutils CC libavutil/tests/integer.o LD libavutil/tests/integer TEST integer CC libavutil/tests/lfg.o LD libavutil/tests/lfg TEST lfg CC libavutil/tests/md5.o LD libavutil/tests/md5 TEST md5 CC libavutil/tests/murmur3.o LD libavutil/tests/murmur3 TEST murmur3 CC libavutil/tests/parseutils.o LD libavutil/tests/parseutils TEST parseutils CC libavutil/tests/pixfmt_best.o LD libavutil/tests/pixfmt_best TEST pixfmt_best CC libavutil/tests/display.o LD libavutil/tests/display TEST display CC libavutil/tests/random_seed.o LD libavutil/tests/random_seed TEST random_seed CC libavutil/tests/ripemd.o LD libavutil/tests/ripemd TEST ripemd CC libavutil/tests/sha.o LD libavutil/tests/sha TEST sha CC libavutil/tests/sha512.o LD libavutil/tests/sha512 TEST sha512 CC libavutil/tests/tree.o LD libavutil/tests/tree TEST tree CC libavutil/tests/twofish.o LD libavutil/tests/twofish TEST twofish CC libavutil/tests/xtea.o LD libavutil/tests/xtea TEST xtea CC libavutil/tests/tea.o LD libavutil/tests/tea TEST tea CC libavutil/tests/opt.o LD libavutil/tests/opt TEST opt CC libavutil/tests/uuid.o LD libavutil/tests/uuid TEST uuid CC libavutil/tests/cpu_init.o LD libavutil/tests/cpu_init TEST cpu_init CC libavutil/tests/pixelutils.o LD libavutil/tests/pixelutils TEST pixelutils CC libswscale/tests/pixdesc_query.o In file included from src/libswscale/tests/pixdesc_query.c:1: In file included from src/libswscale/tests/pixdesc_query.c:24: src/libswscale/swscale_internal.h:697:16: warning: unknown attribute 'cold' ignored [-Wattributes] __attribute__((cold)) void ff_sws_init_range_convert(SwsContext *c); ^ 1 warning generated. LD libswscale/tests/pixdesc_query TEST sws-pixdesc-query CC libswscale/tests/floatimg_cmp.o LD libswscale/tests/floatimg_cmp TEST sws-floatimg-cmp GEN tests/data/vsynth1.yuv TEST sws-yuv-colorspace TEST sws-yuv-range GEN tests/data/asynth-22050-6.wav TEST mapchan-6ch-extract-2 TEST mapchan-6ch-extract-2-downmix-mono GEN tests/data/asynth-22050-1.wav TEST mapchan-silent-mono GEN tests/data/asynth-44100-2.wav TEST mapchan-2ch-extract-ch0-ch2-trailing GEN tests/data/asynth-44100-3.wav TEST mapchan-3ch-extract-ch0-ch2-trailing CC libavformat/tests/fifo_muxer.o LD libavformat/tests/fifo_muxer TEST fifo-muxer-tst TEST filter-adelay TEST filter-aecho TEST filter-aemphasis-50fm TEST filter-aemphasis-75kf TEST filter-afade-qsin TEST filter-afade-iqsin TEST filter-afade-esin TEST filter-afade-hsin TEST filter-afade-exp TEST filter-afade-log TEST filter-agate TEST filter-alimiter GEN tests/data/asynth-44100-1.wav TEST filter-amerge TEST filter-apad COPY tests/data/filtergraphs/anequalizer TEST filter-anequalizer TEST filter-asetnsamples-pad TEST filter-asetnsamples-nopad TEST filter-asetrate TEST filter-chorus TEST filter-crystalizer TEST filter-dcshift TEST filter-earwax TEST filter-extrastereo COPY tests/data/filtergraphs/firequalizer TEST filter-firequalizer TEST filter-pan-mono1 TEST filter-pan-mono2 TEST filter-pan-stereo1 TEST filter-pan-stereo2 TEST filter-pan-stereo3 TEST filter-pan-stereo4 TEST filter-pan-upmix1 GEN tests/data/asynth-44100-4.wav TEST filter-pan-upmix2 TEST filter-pan-downmix1 GEN tests/data/asynth-44100-11.wav TEST filter-pan-downmix2 TEST filter-silenceremove COPY tests/data/filtergraphs/compand TEST filter-compand GEN tests/data/hls-list.m3u8 TEST filter-hls GEN tests/data/hls-list-append.m3u8 TEST filter-hls-append TEST filter-atrim-duration TEST filter-atrim-mixed TEST filter-atrim-samples TEST filter-atrim-time COPY tests/data/filtergraphs/channelmap_one_int GEN tests/data/asynth-44100-6.wav TEST filter-channelmap-one-int COPY tests/data/filtergraphs/channelmap_one_str TEST filter-channelmap-one-str TEST filter-channelsplit TEST filter-join TEST filter-volume CC libavfilter/tests/formats.o In file included from src/libavfilter/tests/formats.c:1: In file included from src/libavfilter/tests/formats.c:22: src/libavfilter/formats.c:752:183: warning: self-comparison always evaluates to true [-Wtautological-compare] int i; if (!formats) return (-(12)); for (i = 0; i < ctx->nb_inputs; i++) { AVFilterLink *const link = ctx->inputs[i]; if (link && !link->outcfg.formats && (AVMEDIA_TYPE_UNKNOWN == AVMEDIA_TYPE_UNKNOWN || link->type == AVMEDIA_TYPE_UNKNOWN)) { int ret = ff_formats_ref(formats, &ctx->inputs[i]->outcfg.formats); if (ret < 0) { return ret; } } } for (i = 0; i < ctx->nb_outputs; i++) { AVFilterLink *const link = ctx->outputs[i]; if (link && !link->incfg.formats && (AVMEDIA_TYPE_UNKNOWN == AVMEDIA_TYPE_UNKNOWN || link->type == AVMEDIA_TYPE_UNKNOWN)) { int ret = ff_formats_ref(formats, &ctx->outputs[i]->incfg.formats); if (ret < 0) { return ret; } } } if (!formats->refcount) ff_formats_unref(&formats); return 0;; ^ src/libavfilter/formats.c:752:492: warning: self-comparison always evaluates to true [-Wtautological-compare] int i; if (!formats) return (-(12)); for (i = 0; i < ctx->nb_inputs; i++) { AVFilterLink *const link = ctx->inputs[i]; if (link && !link->outcfg.formats && (AVMEDIA_TYPE_UNKNOWN == AVMEDIA_TYPE_UNKNOWN || link->type == AVMEDIA_TYPE_UNKNOWN)) { int ret = ff_formats_ref(formats, &ctx->inputs[i]->outcfg.formats); if (ret < 0) { return ret; } } } for (i = 0; i < ctx->nb_outputs; i++) { AVFilterLink *const link = ctx->outputs[i]; if (link && !link->incfg.formats && (AVMEDIA_TYPE_UNKNOWN == AVMEDIA_TYPE_UNKNOWN || link->type == AVMEDIA_TYPE_UNKNOWN)) { int ret = ff_formats_ref(formats, &ctx->outputs[i]->incfg.formats); if (ret < 0) { return ret; } } } if (!formats->refcount) ff_formats_unref(&formats); return 0;; ^ src/libavfilter/formats.c:852:13: warning: 'av_get_extended_channel_layout' is deprecated [-Wdeprecated-declarations] if (av_get_extended_channel_layout(arg, &mask, &nb_channels) < 0) { ^ 3 warnings generated. LD libavfilter/tests/formats TEST filter-formats COPY tests/data/filtergraphs/overlay TEST filter-overlay COPY tests/data/filtergraphs/overlay_rgb TEST filter-overlay_rgb COPY tests/data/filtergraphs/overlay_yuv420 TEST filter-overlay_yuv420 COPY tests/data/filtergraphs/overlay_yuv420p10 TEST filter-overlay_yuv420p10 COPY tests/data/filtergraphs/overlay_nv12 TEST filter-overlay_nv12 COPY tests/data/filtergraphs/overlay_nv21 TEST filter-overlay_nv21 COPY tests/data/filtergraphs/overlay_yuv422 TEST filter-overlay_yuv422 COPY tests/data/filtergraphs/overlay_yuv422p10 TEST filter-overlay_yuv422p10 COPY tests/data/filtergraphs/overlay_yuv444 TEST filter-overlay_yuv444 TEST filter-removegrain-mode-00 TEST filter-removegrain-mode-01 TEST filter-removegrain-mode-02 TEST filter-removegrain-mode-03 TEST filter-removegrain-mode-04 TEST filter-removegrain-mode-05 TEST filter-removegrain-mode-06 TEST filter-removegrain-mode-07 TEST filter-removegrain-mode-08 TEST filter-removegrain-mode-09 TEST filter-removegrain-mode-10 TEST filter-removegrain-mode-11 TEST filter-removegrain-mode-12 TEST filter-removegrain-mode-13 TEST filter-removegrain-mode-14 TEST filter-removegrain-mode-15 TEST filter-removegrain-mode-16 TEST filter-removegrain-mode-17 TEST filter-removegrain-mode-18 TEST filter-removegrain-mode-19 TEST filter-removegrain-mode-20 TEST filter-removegrain-mode-21 TEST filter-removegrain-mode-22 TEST filter-removegrain-mode-23 TEST filter-removegrain-mode-24 TEST filter-trim-duration TEST filter-trim-frame TEST filter-trim-mixed TEST filter-trim-time TEST filter-unsharp-yuv420p10 COPY tests/data/filtergraphs/scale2ref_keep_aspect TEST filter-scale2ref_keep_aspect TEST filter-scalechroma TEST filter-idet TEST vsynth1-mpeg4-qprd TEST filter-pp TEST filter-pp7 TEST filter-spp TEST filter-codecview TEST filter-select TEST filter-stereo3d-al-sbsl TEST filter-stereo3d-ar-abl TEST filter-stereo3d-abr-mr TEST filter-stereo3d-abr-ml TEST filter-stereo3d-sbsl-abl TEST filter-stereo3d-sbsl-abr TEST filter-stereo3d-sbsl-al TEST filter-stereo3d-sbsl-sbsr TEST filter-stereo3d-sbsl-agmc TEST filter-stereo3d-sbsl-agmd TEST filter-stereo3d-sbsl-agmg TEST filter-stereo3d-sbsl-agmh TEST filter-stereo3d-sbsl-arbg TEST filter-stereo3d-sbsl-arcc TEST filter-stereo3d-sbsl-arcd TEST filter-stereo3d-sbsl-arcg TEST filter-stereo3d-sbsl-arch TEST filter-stereo3d-sbsl-argg TEST filter-stereo3d-sbsl-aybc TEST filter-stereo3d-sbsl-aybd TEST filter-stereo3d-sbsl-aybg TEST filter-stereo3d-sbsl-aybh TEST filter-pixdesc-yuv420p TEST filter-pixdesc-yuyv422 TEST filter-pixdesc-rgb24 TEST filter-pixdesc-bgr24 TEST filter-pixdesc-yuv422p TEST filter-pixdesc-yuv444p TEST filter-pixdesc-yuv410p TEST filter-pixdesc-yuv411p TEST filter-pixdesc-gray TEST filter-pixdesc-monow TEST filter-pixdesc-monob TEST filter-pixdesc-yuvj420p TEST filter-pixdesc-yuvj422p TEST filter-pixdesc-yuvj444p TEST filter-pixdesc-uyvy422 TEST filter-pixdesc-bgr8 TEST filter-pixdesc-bgr4_byte TEST filter-pixdesc-rgb8 TEST filter-pixdesc-rgb4_byte TEST filter-pixdesc-nv12 TEST filter-pixdesc-nv21 TEST filter-pixdesc-argb TEST filter-pixdesc-rgba TEST filter-pixdesc-abgr TEST filter-pixdesc-bgra TEST filter-pixdesc-gray16be TEST filter-pixdesc-gray16le TEST filter-pixdesc-yuv440p TEST filter-pixdesc-yuvj440p TEST filter-pixdesc-yuva420p TEST filter-pixdesc-rgb48be TEST filter-pixdesc-rgb48le TEST filter-pixdesc-rgb565be TEST filter-pixdesc-rgb565le TEST filter-pixdesc-rgb555be TEST filter-pixdesc-rgb555le TEST filter-pixdesc-bgr565be TEST filter-pixdesc-bgr565le TEST filter-pixdesc-bgr555be TEST filter-pixdesc-bgr555le TEST filter-pixdesc-yuv420p16le TEST filter-pixdesc-yuv420p16be TEST filter-pixdesc-yuv422p16le TEST filter-pixdesc-yuv422p16be TEST filter-pixdesc-yuv444p16le TEST filter-pixdesc-yuv444p16be TEST filter-pixdesc-rgb444le TEST filter-pixdesc-rgb444be TEST filter-pixdesc-bgr444le TEST filter-pixdesc-bgr444be TEST filter-pixdesc-ya8 TEST filter-pixdesc-bgr48be TEST filter-pixdesc-bgr48le TEST filter-pixdesc-yuv420p9be TEST filter-pixdesc-yuv420p9le TEST filter-pixdesc-yuv420p10be TEST filter-pixdesc-yuv420p10le TEST filter-pixdesc-yuv422p10be TEST filter-pixdesc-yuv422p10le TEST filter-pixdesc-yuv444p9be TEST filter-pixdesc-yuv444p9le TEST filter-pixdesc-yuv444p10be TEST filter-pixdesc-yuv444p10le TEST filter-pixdesc-yuv422p9be TEST filter-pixdesc-yuv422p9le TEST filter-pixdesc-gbrp TEST filter-pixdesc-gbrp9be TEST filter-pixdesc-gbrp9le TEST filter-pixdesc-gbrp10be TEST filter-pixdesc-gbrp10le TEST filter-pixdesc-gbrp16be TEST filter-pixdesc-gbrp16le TEST filter-pixdesc-yuva422p TEST filter-pixdesc-yuva444p TEST filter-pixdesc-yuva420p9be TEST filter-pixdesc-yuva420p9le TEST filter-pixdesc-yuva422p9be TEST filter-pixdesc-yuva422p9le TEST filter-pixdesc-yuva444p9be TEST filter-pixdesc-yuva444p9le TEST filter-pixdesc-yuva420p10be TEST filter-pixdesc-yuva420p10le TEST filter-pixdesc-yuva422p10be TEST filter-pixdesc-yuva422p10le TEST filter-pixdesc-yuva444p10be TEST filter-pixdesc-yuva444p10le TEST filter-pixdesc-yuva420p16be TEST filter-pixdesc-yuva420p16le TEST filter-pixdesc-yuva422p16be TEST filter-pixdesc-yuva422p16le TEST filter-pixdesc-yuva444p16be TEST filter-pixdesc-yuva444p16le TEST filter-pixdesc-xyz12le TEST filter-pixdesc-xyz12be TEST filter-pixdesc-nv16 TEST filter-pixdesc-rgba64be TEST filter-pixdesc-rgba64le TEST filter-pixdesc-bgra64be TEST filter-pixdesc-bgra64le TEST filter-pixdesc-yvyu422 TEST filter-pixdesc-ya16be TEST filter-pixdesc-ya16le TEST filter-pixdesc-gbrap TEST filter-pixdesc-gbrap16be TEST filter-pixdesc-gbrap16le TEST filter-pixdesc-0rgb TEST filter-pixdesc-rgb0 TEST filter-pixdesc-0bgr TEST filter-pixdesc-bgr0 TEST filter-pixdesc-yuv420p12be TEST filter-pixdesc-yuv420p12le TEST filter-pixdesc-yuv420p14be TEST filter-pixdesc-yuv420p14le TEST filter-pixdesc-yuv422p12be TEST filter-pixdesc-yuv422p12le TEST filter-pixdesc-yuv422p14be TEST filter-pixdesc-yuv422p14le TEST filter-pixdesc-yuv444p12be TEST filter-pixdesc-yuv444p12le TEST filter-pixdesc-yuv444p14be TEST filter-pixdesc-yuv444p14le TEST filter-pixdesc-gbrp12be TEST filter-pixdesc-gbrp12le TEST filter-pixdesc-gbrp14be TEST filter-pixdesc-gbrp14le TEST filter-pixdesc-yuvj411p TEST filter-pixdesc-yuv440p10le TEST filter-pixdesc-yuv440p10be TEST filter-pixdesc-yuv440p12le TEST filter-pixdesc-yuv440p12be TEST filter-pixdesc-ayuv64le TEST filter-pixdesc-p010le TEST filter-pixdesc-p010be TEST filter-pixdesc-gbrap12be TEST filter-pixdesc-gbrap12le TEST filter-pixdesc-gbrap10be TEST filter-pixdesc-gbrap10le TEST filter-pixdesc-gray12be TEST filter-pixdesc-gray12le TEST filter-pixdesc-gray10be TEST filter-pixdesc-gray10le TEST filter-pixdesc-p016le TEST filter-pixdesc-p016be TEST filter-pixdesc-gray9be TEST filter-pixdesc-gray9le TEST filter-pixdesc-gbrpf32be TEST filter-pixdesc-gbrpf32le TEST filter-pixdesc-gbrapf32be TEST filter-pixdesc-gbrapf32le TEST filter-pixdesc-gray14be TEST filter-pixdesc-gray14le TEST filter-pixdesc-grayf32be TEST filter-pixdesc-grayf32le TEST filter-pixdesc-yuva422p12be TEST filter-pixdesc-yuva422p12le TEST filter-pixdesc-yuva444p12be TEST filter-pixdesc-yuva444p12le TEST filter-pixdesc-nv24 TEST filter-pixdesc-nv42 TEST filter-pixdesc-y210le TEST filter-pixdesc-x2rgb10le TEST filter-pixdesc-x2bgr10le TEST filter-pixdesc-p210be TEST filter-pixdesc-p210le TEST filter-pixdesc-p410be TEST filter-pixdesc-p410le TEST filter-pixdesc-p216be TEST filter-pixdesc-p216le TEST filter-pixdesc-p416be TEST filter-pixdesc-p416le TEST filter-pixdesc-vuya TEST filter-pixdesc-vuyx TEST filter-pixdesc-p012le TEST filter-pixdesc-p012be TEST filter-pixdesc-y212le TEST filter-pixdesc-xv30le TEST filter-pixdesc-xv36le CC libavfilter/tests/filtfmts.o LD libavfilter/tests/filtfmts TEST filter-pixfmts-copy TEST filter-pixfmts-crop TEST filter-pixfmts-field TEST filter-pixfmts-fieldmatch TEST filter-pixfmts-fieldorder TEST filter-pixfmts-hflip TEST filter-pixfmts-il TEST filter-pixfmts-kerndeint TEST filter-pixfmts-lut TEST filter-pixfmts-null TEST filter-pixfmts-pad TEST filter-pixfmts-pullup TEST filter-pixfmts-rotate TEST filter-pixfmts-scale TEST filter-pixfmts-super2xsai TEST filter-pixfmts-swapuv TEST filter-pixfmts-tinterlace_cvlpf TEST filter-pixfmts-tinterlace_merge TEST filter-pixfmts-tinterlace_pad TEST filter-pixfmts-tinterlace_vlpf TEST filter-pixfmts-transpose TEST filter-pixfmts-vflip TEST filter-crop TEST filter-crop_scale TEST filter-crop_scale_vflip TEST filter-crop_vflip TEST filter-null TEST filter-scale200 TEST filter-scale500 TEST filter-vflip TEST filter-colormatrix1 TEST filter-colormatrix2 TEST filter-vflip_crop TEST filter-vflip_vflip TEST filter-edgedetect TEST filter-edgedetect-colormix TEST filter-hue1 TEST filter-hue2 TEST filter-hue3 TEST filter-hue4 TEST filter-pad TEST filter-pp1 TEST filter-pp4 TEST filter-pp5 TEST filter-pp6 TEST filter-pp2 TEST filter-pp3 TEST filter-qp TEST filter-setdar TEST filter-setsar TEST filter-thumbnail TEST filter-tile TEST filter-boxblur TEST filter-colorchannelmixer TEST filter-drawbox TEST filter-fade TEST filter-fieldorder TEST filter-framepack-columns TEST filter-framepack-frameseq TEST filter-framepack-lines TEST filter-framepack-sbs TEST filter-framepack-tab TEST filter-gradfun TEST filter-hqdn3d TEST filter-interlace TEST filter-interlace-complex TEST filter-negate TEST filter-histogram-levels TEST filter-waveform_column TEST filter-waveform_row TEST filter-waveform_envelope TEST filter-waveform_uv TEST filter-vectorscope_gray TEST filter-vectorscope_color TEST filter-vectorscope_color2 TEST filter-vectorscope_color3 TEST filter-vectorscope_color4 TEST filter-vectorscope_xy COPY tests/data/filtergraphs/mergeplanes TEST filter-mergeplanes COPY tests/data/filtergraphs/hstack TEST filter-hstack COPY tests/data/filtergraphs/vstack TEST filter-vstack TEST filter-phase TEST filter-separatefields TEST filter-weave COPY tests/data/filtergraphs/select-alternate TEST filter-select-alternate COPY tests/data/filtergraphs/setpts TEST filter-setpts TEST filter-shuffleframes TEST filter-shuffleplanes-dup-luma TEST filter-shuffleplanes-swapuv TEST filter-swaprect TEST filter-tblend TEST filter-telecine TEST filter-transpose TEST filter-unsharp COPY tests/data/filtergraphs/alphamerge_alphaextract_rgb TEST filter-alphaextract_alphamerge_rgb COPY tests/data/filtergraphs/alphamerge_alphaextract_yuv TEST filter-alphaextract_alphamerge_yuv TEST filter-colorlevels TEST filter-colorlevels-16 TEST filter-colorbalance TEST filter-colorbalance-gbrap TEST filter-colorbalance-rgba64 TEST filter-colorbalance-gbrap-16 TEST filter-lavd-life TEST filter-lavd-testsrc TEST filter-testsrc2-yuv420p TEST filter-testsrc2-yuv444p TEST filter-testsrc2-rgb24 TEST filter-testsrc2-rgba TEST filter-allrgb TEST filter-allyuv TEST filter-pal75bars TEST filter-pal100bars TEST filter-rgbtestsrc TEST filter-smptebars TEST filter-smptehdbars TEST filter-yuvtestsrc-yuv444p TEST filter-yuvtestsrc-yuv444p12 COPY tests/data/filtergraphs/scalenorm TEST filter-lavd-scalenorm TEST filter-framerate-up TEST filter-framerate-down TEST filter-framerate-12bit-up TEST filter-framerate-12bit-down TEST filter-minterpolate-up TEST filter-minterpolate-down TEST filter-tpad-add TEST filter-tpad-clone TEST filter-untile COPY tests/data/filtergraphs/concat TEST filter-concat COPY tests/data/filtergraphs/concat-vfr TEST filter-concat-vfr TEST filter-chromashift-smear TEST filter-chromashift-wrap TEST filter-decimate TEST filter-mpdecimate TEST filter-fps-up TEST filter-fps-up-round-down TEST filter-fps-up-round-up TEST filter-fps-down TEST filter-fps-down-round-down TEST filter-fps-down-round-up TEST filter-fps-down-eof-pass TEST filter-fps-start-drop TEST filter-fps-start-fill TEST filter-refcmp-blockdetect-yuv TEST filter-refcmp-blurdetect-yuv TEST filter-refcmp-siti-yuv TEST filter-refcmp-psnr-rgb TEST filter-refcmp-psnr-yuv TEST filter-refcmp-ssim-rgb TEST filter-refcmp-ssim-yuv GEN tests/data/asynth-2626-1.wav TEST swr-resample-s16p-2626-8000 TEST swr-resample-s16p-2626-44100 TEST swr-resample-s16p-2626-48000 TEST swr-resample-s16p-2626-96000 GEN tests/data/asynth-8000-1.wav TEST swr-resample-s16p-8000-2626 TEST swr-resample-s16p-8000-44100 TEST swr-resample-s16p-8000-48000 TEST swr-resample-s16p-8000-96000 TEST swr-resample-s16p-44100-2626 TEST swr-resample-s16p-44100-8000 TEST swr-resample-s16p-44100-48000 TEST swr-resample-s16p-44100-96000 GEN tests/data/asynth-48000-1.wav TEST swr-resample-s16p-48000-2626 TEST swr-resample-s16p-48000-8000 TEST swr-resample-s16p-48000-44100 TEST swr-resample-s16p-48000-96000 GEN tests/data/asynth-96000-1.wav TEST swr-resample-s16p-96000-2626 TEST swr-resample-s16p-96000-8000 TEST swr-resample-s16p-96000-44100 TEST swr-resample-s16p-96000-48000 TEST swr-resample-s32p-2626-8000 TEST swr-resample-s32p-2626-44100 TEST swr-resample-s32p-2626-48000 TEST swr-resample-s32p-2626-96000 TEST swr-resample-s32p-8000-2626 TEST swr-resample-s32p-8000-44100 TEST swr-resample-s32p-8000-48000 TEST swr-resample-s32p-8000-96000 TEST swr-resample-s32p-44100-2626 TEST swr-resample-s32p-44100-8000 TEST swr-resample-s32p-44100-48000 TEST swr-resample-s32p-44100-96000 TEST swr-resample-s32p-48000-2626 TEST swr-resample-s32p-48000-8000 TEST swr-resample-s32p-48000-44100 TEST swr-resample-s32p-48000-96000 TEST swr-resample-s32p-96000-2626 TEST swr-resample-s32p-96000-8000 TEST swr-resample-s32p-96000-44100 TEST swr-resample-s32p-96000-48000 TEST swr-resample-fltp-2626-8000 TEST swr-resample-fltp-2626-44100 TEST swr-resample-fltp-2626-48000 TEST swr-resample-fltp-2626-96000 TEST swr-resample-fltp-8000-2626 TEST swr-resample-fltp-8000-44100 TEST swr-resample-fltp-8000-48000 TEST swr-resample-fltp-8000-96000 TEST swr-resample-fltp-44100-2626 TEST swr-resample-fltp-44100-8000 TEST swr-resample-fltp-44100-48000 TEST swr-resample-fltp-44100-96000 TEST swr-resample-fltp-48000-2626 TEST swr-resample-fltp-48000-8000 TEST swr-resample-fltp-48000-44100 TEST swr-resample-fltp-48000-96000 TEST swr-resample-fltp-96000-2626 TEST swr-resample-fltp-96000-8000 TEST swr-resample-fltp-96000-44100 TEST swr-resample-fltp-96000-48000 TEST swr-resample-dblp-2626-8000 TEST swr-resample-dblp-2626-44100 TEST swr-resample-dblp-2626-48000 TEST swr-resample-dblp-2626-96000 TEST swr-resample-dblp-8000-2626 TEST swr-resample-dblp-8000-44100 TEST swr-resample-dblp-8000-48000 TEST swr-resample-dblp-8000-96000 TEST swr-resample-dblp-44100-2626 TEST swr-resample-dblp-44100-8000 TEST swr-resample-dblp-44100-48000 TEST swr-resample-dblp-44100-96000 TEST swr-resample-dblp-48000-2626 TEST swr-resample-dblp-48000-8000 TEST swr-resample-dblp-48000-44100 TEST swr-resample-dblp-48000-96000 TEST swr-resample-dblp-96000-2626 TEST swr-resample-dblp-96000-8000 TEST swr-resample-dblp-96000-44100 TEST swr-resample-dblp-96000-48000 TEST swr-resample_lin-s16p-8000-44100 TEST swr-resample_lin-s16p-8000-48000 TEST swr-resample_lin-s16p-44100-8000 TEST swr-resample_lin-s16p-44100-48000 TEST swr-resample_lin-s16p-48000-8000 TEST swr-resample_lin-s16p-48000-44100 TEST swr-resample_lin-fltp-8000-44100 TEST swr-resample_lin-fltp-8000-48000 TEST swr-resample_lin-fltp-44100-8000 TEST swr-resample_lin-fltp-44100-48000 TEST swr-resample_lin-fltp-48000-8000 TEST swr-resample_lin-fltp-48000-44100 TEST swr-resample_lin-dblp-8000-44100 TEST swr-resample_lin-dblp-8000-48000 TEST swr-resample_lin-dblp-44100-8000 TEST swr-resample_lin-dblp-44100-48000 TEST swr-resample_lin-dblp-48000-8000 TEST swr-resample_lin-dblp-48000-44100 TEST swr-resample_nn-s16p-8000-44100 TEST swr-resample_nn-s16p-44100-8000 TEST swr-resample_nn-fltp-8000-44100 TEST swr-resample_nn-fltp-44100-8000 TEST swr-resample_async-s16p-8000-44100 TEST swr-resample_async-s16p-44100-8000 TEST swr-resample_async-fltp-8000-44100 TEST swr-resample_async-fltp-44100-8000 TEST swr-resample_exact-s16p-2626-8000 TEST swr-resample_exact-s16p-2626-44100 TEST swr-resample_exact-s16p-2626-48000 TEST swr-resample_exact-s16p-2626-96000 TEST swr-resample_exact-s16p-8000-2626 TEST swr-resample_exact-s16p-8000-44100 TEST swr-resample_exact-s16p-8000-48000 TEST swr-resample_exact-s16p-8000-96000 TEST swr-resample_exact-s16p-44100-2626 TEST swr-resample_exact-s16p-44100-8000 TEST swr-resample_exact-s16p-44100-48000 TEST swr-resample_exact-s16p-44100-96000 TEST swr-resample_exact-s16p-48000-2626 TEST swr-resample_exact-s16p-48000-8000 TEST swr-resample_exact-s16p-48000-44100 TEST swr-resample_exact-s16p-48000-96000 TEST swr-resample_exact-s16p-96000-2626 TEST swr-resample_exact-s16p-96000-8000 TEST swr-resample_exact-s16p-96000-44100 TEST swr-resample_exact-s16p-96000-48000 TEST swr-resample_exact-s32p-2626-8000 TEST swr-resample_exact-s32p-2626-44100 TEST swr-resample_exact-s32p-2626-48000 TEST swr-resample_exact-s32p-2626-96000 TEST swr-resample_exact-s32p-8000-2626 TEST swr-resample_exact-s32p-8000-44100 TEST swr-resample_exact-s32p-8000-48000 TEST swr-resample_exact-s32p-8000-96000 TEST swr-resample_exact-s32p-44100-2626 TEST swr-resample_exact-s32p-44100-8000 TEST swr-resample_exact-s32p-44100-48000 TEST swr-resample_exact-s32p-44100-96000 TEST swr-resample_exact-s32p-48000-2626 TEST swr-resample_exact-s32p-48000-8000 TEST swr-resample_exact-s32p-48000-44100 TEST swr-resample_exact-s32p-48000-96000 TEST swr-resample_exact-s32p-96000-2626 TEST swr-resample_exact-s32p-96000-8000 TEST swr-resample_exact-s32p-96000-44100 TEST swr-resample_exact-s32p-96000-48000 TEST swr-resample_exact-fltp-2626-8000 TEST swr-resample_exact-fltp-2626-44100 TEST swr-resample_exact-fltp-2626-48000 TEST swr-resample_exact-fltp-2626-96000 TEST swr-resample_exact-fltp-8000-2626 TEST swr-resample_exact-fltp-8000-44100 TEST swr-resample_exact-fltp-8000-48000 TEST swr-resample_exact-fltp-8000-96000 TEST swr-resample_exact-fltp-44100-2626 TEST swr-resample_exact-fltp-44100-8000 TEST swr-resample_exact-fltp-44100-48000 TEST swr-resample_exact-fltp-44100-96000 TEST swr-resample_exact-fltp-48000-2626 TEST swr-resample_exact-fltp-48000-8000 TEST swr-resample_exact-fltp-48000-44100 TEST swr-resample_exact-fltp-48000-96000 TEST swr-resample_exact-fltp-96000-2626 TEST swr-resample_exact-fltp-96000-8000 TEST swr-resample_exact-fltp-96000-44100 TEST swr-resample_exact-fltp-96000-48000 TEST swr-resample_exact-dblp-2626-8000 TEST swr-resample_exact-dblp-2626-44100 TEST swr-resample_exact-dblp-2626-48000 TEST swr-resample_exact-dblp-2626-96000 TEST swr-resample_exact-dblp-8000-2626 TEST swr-resample_exact-dblp-8000-44100 TEST swr-resample_exact-dblp-8000-48000 TEST swr-resample_exact-dblp-8000-96000 TEST swr-resample_exact-dblp-44100-2626 TEST swr-resample_exact-dblp-44100-8000 TEST swr-resample_exact-dblp-44100-48000 TEST swr-resample_exact-dblp-44100-96000 TEST swr-resample_exact-dblp-48000-2626 TEST swr-resample_exact-dblp-48000-8000 TEST swr-resample_exact-dblp-48000-44100 TEST swr-resample_exact-dblp-48000-96000 TEST swr-resample_exact-dblp-96000-2626 TEST swr-resample_exact-dblp-96000-8000 TEST swr-resample_exact-dblp-96000-44100 TEST swr-resample_exact-dblp-96000-48000 TEST swr-resample_exact_async-s16p-8000-44100 TEST swr-resample_exact_async-s16p-8000-48000 TEST swr-resample_exact_async-s16p-44100-8000 TEST swr-resample_exact_async-s16p-44100-48000 TEST swr-resample_exact_async-s16p-48000-8000 TEST swr-resample_exact_async-s16p-48000-44100 TEST swr-resample_exact_async-s32p-8000-44100 TEST swr-resample_exact_async-s32p-8000-48000 TEST swr-resample_exact_async-s32p-44100-8000 TEST swr-resample_exact_async-s32p-44100-48000 TEST swr-resample_exact_async-s32p-48000-8000 TEST swr-resample_exact_async-s32p-48000-44100 TEST swr-resample_exact_async-fltp-8000-44100 TEST swr-resample_exact_async-fltp-8000-48000 TEST swr-resample_exact_async-fltp-44100-8000 TEST swr-resample_exact_async-fltp-44100-48000 TEST swr-resample_exact_async-fltp-48000-8000 TEST swr-resample_exact_async-fltp-48000-44100 TEST swr-resample_exact_async-dblp-8000-44100 TEST swr-resample_exact_async-dblp-8000-48000 TEST swr-resample_exact_async-dblp-44100-8000 TEST swr-resample_exact_async-dblp-44100-48000 TEST swr-resample_exact_async-dblp-48000-8000 TEST swr-resample_exact_async-dblp-48000-44100 TEST swr-resample_exact_lin-s16p-2626-8000 TEST swr-resample_exact_lin-s16p-2626-44100 TEST swr-resample_exact_lin-s16p-2626-48000 TEST swr-resample_exact_lin-s16p-2626-96000 TEST swr-resample_exact_lin-s16p-8000-2626 TEST swr-resample_exact_lin-s16p-8000-44100 TEST swr-resample_exact_lin-s16p-8000-48000 TEST swr-resample_exact_lin-s16p-8000-96000 TEST swr-resample_exact_lin-s16p-44100-2626 TEST swr-resample_exact_lin-s16p-44100-8000 TEST swr-resample_exact_lin-s16p-44100-48000 TEST swr-resample_exact_lin-s16p-44100-96000 TEST swr-resample_exact_lin-s16p-48000-2626 TEST swr-resample_exact_lin-s16p-48000-8000 TEST swr-resample_exact_lin-s16p-48000-44100 TEST swr-resample_exact_lin-s16p-48000-96000 TEST swr-resample_exact_lin-s16p-96000-2626 TEST swr-resample_exact_lin-s16p-96000-8000 TEST swr-resample_exact_lin-s16p-96000-44100 TEST swr-resample_exact_lin-s16p-96000-48000 TEST swr-resample_exact_lin-s32p-2626-8000 TEST swr-resample_exact_lin-s32p-2626-44100 TEST swr-resample_exact_lin-s32p-2626-48000 TEST swr-resample_exact_lin-s32p-2626-96000 TEST swr-resample_exact_lin-s32p-8000-2626 TEST swr-resample_exact_lin-s32p-8000-44100 TEST swr-resample_exact_lin-s32p-8000-48000 TEST swr-resample_exact_lin-s32p-8000-96000 TEST swr-resample_exact_lin-s32p-44100-2626 TEST swr-resample_exact_lin-s32p-44100-8000 TEST swr-resample_exact_lin-s32p-44100-48000 TEST swr-resample_exact_lin-s32p-44100-96000 TEST swr-resample_exact_lin-s32p-48000-2626 TEST swr-resample_exact_lin-s32p-48000-8000 TEST swr-resample_exact_lin-s32p-48000-44100 TEST swr-resample_exact_lin-s32p-48000-96000 TEST swr-resample_exact_lin-s32p-96000-2626 TEST swr-resample_exact_lin-s32p-96000-8000 TEST swr-resample_exact_lin-s32p-96000-44100 TEST swr-resample_exact_lin-s32p-96000-48000 TEST swr-resample_exact_lin-fltp-2626-8000 TEST swr-resample_exact_lin-fltp-2626-44100 TEST swr-resample_exact_lin-fltp-2626-48000 TEST swr-resample_exact_lin-fltp-2626-96000 TEST swr-resample_exact_lin-fltp-8000-2626 TEST swr-resample_exact_lin-fltp-8000-44100 TEST swr-resample_exact_lin-fltp-8000-48000 TEST swr-resample_exact_lin-fltp-8000-96000 TEST swr-resample_exact_lin-fltp-44100-2626 TEST swr-resample_exact_lin-fltp-44100-8000 TEST swr-resample_exact_lin-fltp-44100-48000 TEST swr-resample_exact_lin-fltp-44100-96000 TEST swr-resample_exact_lin-fltp-48000-2626 TEST swr-resample_exact_lin-fltp-48000-8000 TEST swr-resample_exact_lin-fltp-48000-44100 TEST swr-resample_exact_lin-fltp-48000-96000 TEST swr-resample_exact_lin-fltp-96000-2626 TEST swr-resample_exact_lin-fltp-96000-8000 TEST swr-resample_exact_lin-fltp-96000-44100 TEST swr-resample_exact_lin-fltp-96000-48000 TEST swr-resample_exact_lin-dblp-2626-8000 TEST swr-resample_exact_lin-dblp-2626-44100 TEST swr-resample_exact_lin-dblp-2626-48000 TEST swr-resample_exact_lin-dblp-2626-96000 TEST swr-resample_exact_lin-dblp-8000-2626 TEST swr-resample_exact_lin-dblp-8000-44100 TEST swr-resample_exact_lin-dblp-8000-48000 TEST swr-resample_exact_lin-dblp-8000-96000 TEST swr-resample_exact_lin-dblp-44100-2626 TEST swr-resample_exact_lin-dblp-44100-8000 TEST swr-resample_exact_lin-dblp-44100-48000 TEST swr-resample_exact_lin-dblp-44100-96000 TEST swr-resample_exact_lin-dblp-48000-2626 TEST swr-resample_exact_lin-dblp-48000-8000 TEST swr-resample_exact_lin-dblp-48000-44100 TEST swr-resample_exact_lin-dblp-48000-96000 TEST swr-resample_exact_lin-dblp-96000-2626 TEST swr-resample_exact_lin-dblp-96000-8000 TEST swr-resample_exact_lin-dblp-96000-44100 TEST swr-resample_exact_lin-dblp-96000-48000 TEST swr-resample_exact_lin_async-s16p-8000-44100 TEST swr-resample_exact_lin_async-s16p-8000-48000 TEST swr-resample_exact_lin_async-s16p-44100-8000 TEST swr-resample_exact_lin_async-s16p-44100-48000 TEST swr-resample_exact_lin_async-s16p-48000-8000 TEST swr-resample_exact_lin_async-s16p-48000-44100 TEST swr-resample_exact_lin_async-s32p-8000-44100 TEST swr-resample_exact_lin_async-s32p-8000-48000 TEST swr-resample_exact_lin_async-s32p-44100-8000 TEST swr-resample_exact_lin_async-s32p-44100-48000 TEST swr-resample_exact_lin_async-s32p-48000-8000 TEST swr-resample_exact_lin_async-s32p-48000-44100 TEST swr-resample_exact_lin_async-fltp-8000-44100 TEST swr-resample_exact_lin_async-fltp-8000-48000 TEST swr-resample_exact_lin_async-fltp-44100-8000 TEST swr-resample_exact_lin_async-fltp-44100-48000 TEST swr-resample_exact_lin_async-fltp-48000-8000 TEST swr-resample_exact_lin_async-fltp-48000-44100 TEST swr-resample_exact_lin_async-dblp-8000-44100 TEST swr-resample_exact_lin_async-dblp-8000-48000 TEST swr-resample_exact_lin_async-dblp-44100-8000 TEST swr-resample_exact_lin_async-dblp-44100-48000 TEST swr-resample_exact_lin_async-dblp-48000-8000 TEST swr-resample_exact_lin_async-dblp-48000-44100 TEST swr-audioconvert COPY tests/data/filtergraphs/mov-channel-description TEST mov-channel-description GEN tests/data/asynth-96000-6.wav TEST dcinema-encode TEST pcm_dvd-16-1-96000 TEST utvideoenc_rgba_left TEST utvideoenc_rgba_median TEST utvideoenc_rgba_none TEST utvideoenc_rgb_left TEST utvideoenc_rgb_median TEST utvideoenc_rgb_none TEST utvideoenc_yuv420_left TEST utvideoenc_yuv420_median TEST utvideoenc_yuv420_none TEST utvideoenc_yuv422_left TEST utvideoenc_yuv422_median TEST utvideoenc_yuv422_none TEST utvideoenc_yuv444_left TEST utvideoenc_yuv444_median TEST utvideoenc_yuv444_none TEST ffmpeg-filter_complex TEST ffmpeg-filter_complex_audio TEST ffmpeg-lavfi TEST unknown_layout-pcm TEST unknown_layout-ac3 TEST acodec-pcm-alaw TEST acodec-pcm-mulaw TEST acodec-pcm-s16be TEST acodec-pcm-s16le TEST acodec-pcm-u16be TEST acodec-pcm-u16le TEST acodec-pcm-s8 TEST acodec-pcm-u8 TEST acodec-pcm-s24be TEST acodec-pcm-s24le TEST acodec-pcm-u24be TEST acodec-pcm-u24le TEST acodec-pcm-s32be TEST acodec-pcm-s32le TEST acodec-pcm-u32be TEST acodec-pcm-u32le TEST acodec-pcm-f32be TEST acodec-pcm-f32le TEST acodec-pcm-f64be TEST acodec-pcm-f64le TEST acodec-pcm-s8_planar TEST acodec-pcm-s16be_planar TEST acodec-pcm-s16le_planar TEST acodec-pcm-s24le_planar TEST acodec-pcm-s32le_planar TEST acodec-adpcm-ima_apm TEST acodec-adpcm-ima_alp TEST acodec-adpcm-ima_ssi TEST acodec-adpcm-ima_ws TEST acodec-adpcm-ms TEST acodec-adpcm-swf TEST acodec-adpcm-swf-wav TEST acodec-adpcm-yamaha TEST acodec-adpcm-adx TEST acodec-adpcm-argo TEST acodec-adpcm-ima_qt TEST acodec-adpcm-ima_wav TEST acodec-adpcm-ima_qt-trellis TEST acodec-adpcm-ima_wav-trellis TEST acodec-adpcm-ms-trellis TEST acodec-adpcm-swf-trellis TEST acodec-adpcm-yamaha-trellis TEST acodec-mp2 TEST acodec-mp2fixed TEST acodec-alac TEST acodec-dca TEST acodec-dca2 TEST acodec-flac TEST acodec-flac-exact-rice TEST acodec-g723_1 TEST acodec-ra144 TEST acodec-roqaudio TEST acodec-s302m TEST acodec-wavpack TEST acodec-tta TEST vsynth1-asv1 TEST vsynth1-asv2 TEST vsynth1-vc2-420p TEST vsynth1-ffv1 TEST vsynth1-ffv1-v0 TEST vsynth1-ffv1-v3-yuv420p TEST vsynth1-ffv1-2pass TEST vsynth1-ffvhuff TEST vsynth1-flv TEST vsynth1-h261 TEST vsynth1-h261-trellis TEST vsynth1-h263 TEST vsynth1-h263-obmc TEST vsynth1-h263p TEST vsynth1-ljpeg TEST vsynth1-mpeg1 TEST vsynth1-mpeg1b TEST vsynth1-mpeg2 TEST vsynth1-mpeg2-422 TEST vsynth1-mpeg2-idct-int TEST vsynth1-mpeg2-ilace TEST vsynth1-mpeg2-ivlc-qprd TEST vsynth1-mpeg2-thread TEST vsynth1-mpeg2-thread-ivlc TEST vsynth1-mpeg4 TEST vsynth1-mpeg4-rc TEST vsynth1-mpeg4-adv TEST vsynth1-mpeg4-adap TEST vsynth1-mpeg4-qpel TEST vsynth1-mpeg4-thread TEST vsynth1-mpeg4-error TEST vsynth1-mpeg4-nr TEST vsynth1-mpeg4-nsse TEST vsynth1-msmpeg4 TEST vsynth1-msmpeg4v2 TEST vsynth1-rv10 TEST vsynth1-rv20 TEST vsynth1-snow-ll TEST vsynth1-speedhq-420p TEST vsynth1-wmv1 TEST vsynth1-wmv2 TEST vsynth1-yuv TEST vsynth1-yuv4 TEST vsynth1-amv TEST vsynth1-cinepak TEST vsynth1-cljr TEST vsynth1-vc2-420p10 TEST vsynth1-vc2-420p12 TEST vsynth1-vc2-422p TEST vsynth1-vc2-422p10 TEST vsynth1-vc2-422p12 TEST vsynth1-vc2-444p TEST vsynth1-vc2-444p10 TEST vsynth1-vc2-444p12 TEST vsynth1-vc2-thaar TEST vsynth1-vc2-t5_3 TEST vsynth1-dnxhd-720p TEST vsynth1-dnxhd-720p-rd TEST vsynth1-dnxhd-720p-10bit TEST vsynth1-dnxhd-720p-hr-lb TEST vsynth1-dnxhd-edge1-hr TEST vsynth1-dnxhd-edge2-hr TEST vsynth1-dnxhd-edge3-hr TEST vsynth1-dnxhd-4k-hr-lb TEST vsynth1-dnxhd-2k-hr-hq TEST vsynth1-dnxhd-uhd-hr-sq TEST vsynth1-dnxhd-1080i TEST vsynth1-dnxhd-1080i-10bit TEST vsynth1-dnxhd-1080i-colr TEST vsynth1-dnxhd-hr-lb-mov TEST vsynth1-dnxhd-hr-sq-mov TEST vsynth1-dnxhd-hr-hq-mov TEST vsynth1-dv TEST vsynth1-dv-411 TEST vsynth1-dv-50 TEST vsynth1-dv-hd TEST vsynth1-dv-fhd TEST vsynth1-ffv1-v3-yuv422p10 TEST vsynth1-ffv1-v3-yuv444p16 TEST vsynth1-ffv1-v3-bgr0 TEST vsynth1-ffv1-v3-rgb48 TEST vsynth1-ffvhuff444 TEST vsynth1-ffvhuff420p12 TEST vsynth1-ffvhuff422p10left TEST vsynth1-ffvhuff444p16 TEST vsynth1-flashsv TEST vsynth1-flashsv2 TEST vsynth1-huffyuv TEST vsynth1-huffyuvbgr24 TEST vsynth1-huffyuvbgra TEST vsynth1-jpegls TEST vsynth1-jpeg2000 TEST vsynth1-jpeg2000-97 TEST vsynth1-mjpeg TEST vsynth1-mjpeg-422 TEST vsynth1-mjpeg-444 TEST vsynth1-mjpeg-trell TEST vsynth1-mjpeg-huffman TEST vsynth1-mjpeg-trell-huffman TEST vsynth1-mpng TEST vsynth1-msvideo1 TEST vsynth1-prores TEST vsynth1-prores_int TEST vsynth1-prores_444 TEST vsynth1-prores_444_int TEST vsynth1-prores_ks TEST vsynth1-qtrle TEST vsynth1-qtrlegray TEST vsynth1-rgb TEST vsynth1-bpp1 TEST vsynth1-bpp15 TEST vsynth1-mov-bgr24 TEST vsynth1-mov-bpp15 TEST vsynth1-mov-bpp16 TEST vsynth1-roqvideo TEST vsynth1-snow TEST vsynth1-snow-hpel TEST vsynth1-speedhq-422p TEST vsynth1-speedhq-444p TEST vsynth1-svq1 TEST vsynth1-r210 TEST vsynth1-v210 TEST vsynth1-v210-10 TEST vsynth1-v308 TEST vsynth1-v408 TEST vsynth1-avui TEST vsynth1-xface TEST vsynth1-y41p TEST vsynth1-zlib HOSTCC tests/rotozoom.o clang: warning: argument unused during compilation: '-I .' clang: warning: argument unused during compilation: '-I src/' HOSTLD tests/rotozoom GEN tests/data/vsynth2.yuv TEST vsynth2-asv1 TEST vsynth2-asv2 TEST vsynth2-vc2-420p TEST vsynth2-ffv1 TEST vsynth2-ffv1-v0 TEST vsynth2-ffv1-v3-yuv420p TEST vsynth2-ffv1-2pass TEST vsynth2-ffvhuff TEST vsynth2-flv TEST vsynth2-h261 TEST vsynth2-h261-trellis TEST vsynth2-h263 TEST vsynth2-h263-obmc TEST vsynth2-h263p TEST vsynth2-ljpeg TEST vsynth2-mpeg1 TEST vsynth2-mpeg1b TEST vsynth2-mpeg2 TEST vsynth2-mpeg2-422 TEST vsynth2-mpeg2-idct-int TEST vsynth2-mpeg2-ilace TEST vsynth2-mpeg2-ivlc-qprd TEST vsynth2-mpeg2-thread TEST vsynth2-mpeg2-thread-ivlc TEST vsynth2-mpeg4 TEST vsynth2-mpeg4-rc TEST vsynth2-mpeg4-adv TEST vsynth2-mpeg4-qprd TEST vsynth2-mpeg4-adap TEST vsynth2-mpeg4-qpel TEST vsynth2-mpeg4-thread TEST vsynth2-mpeg4-error TEST vsynth2-mpeg4-nr TEST vsynth2-mpeg4-nsse TEST vsynth2-msmpeg4 TEST vsynth2-msmpeg4v2 TEST vsynth2-rv10 TEST vsynth2-rv20 TEST vsynth2-snow-ll TEST vsynth2-speedhq-420p TEST vsynth2-wmv1 TEST vsynth2-wmv2 TEST vsynth2-yuv TEST vsynth2-yuv4 TEST vsynth2-amv TEST vsynth2-cinepak TEST vsynth2-cljr TEST vsynth2-vc2-420p10 TEST vsynth2-vc2-420p12 TEST vsynth2-vc2-422p TEST vsynth2-vc2-422p10 TEST vsynth2-vc2-422p12 TEST vsynth2-vc2-444p TEST vsynth2-vc2-444p10 TEST vsynth2-vc2-444p12 TEST vsynth2-vc2-thaar TEST vsynth2-vc2-t5_3 TEST vsynth2-dnxhd-720p TEST vsynth2-dnxhd-720p-rd TEST vsynth2-dnxhd-720p-10bit TEST vsynth2-dnxhd-720p-hr-lb TEST vsynth2-dnxhd-edge1-hr TEST vsynth2-dnxhd-edge2-hr TEST vsynth2-dnxhd-edge3-hr TEST vsynth2-dnxhd-4k-hr-lb TEST vsynth2-dnxhd-2k-hr-hq TEST vsynth2-dnxhd-uhd-hr-sq TEST vsynth2-dnxhd-1080i TEST vsynth2-dnxhd-1080i-10bit TEST vsynth2-dnxhd-1080i-colr TEST vsynth2-dnxhd-hr-lb-mov TEST vsynth2-dnxhd-hr-sq-mov TEST vsynth2-dnxhd-hr-hq-mov TEST vsynth2-dv TEST vsynth2-dv-411 TEST vsynth2-dv-50 TEST vsynth2-dv-hd TEST vsynth2-dv-fhd TEST vsynth2-ffv1-v3-yuv422p10 TEST vsynth2-ffv1-v3-yuv444p16 TEST vsynth2-ffv1-v3-bgr0 TEST vsynth2-ffv1-v3-rgb48 TEST vsynth2-ffvhuff444 TEST vsynth2-ffvhuff420p12 TEST vsynth2-ffvhuff422p10left TEST vsynth2-ffvhuff444p16 TEST vsynth2-flashsv TEST vsynth2-flashsv2 TEST vsynth2-huffyuv TEST vsynth2-huffyuvbgr24 TEST vsynth2-huffyuvbgra TEST vsynth2-jpegls TEST vsynth2-jpeg2000 TEST vsynth2-jpeg2000-97 TEST vsynth2-mjpeg TEST vsynth2-mjpeg-422 TEST vsynth2-mjpeg-444 TEST vsynth2-mjpeg-trell TEST vsynth2-mjpeg-huffman TEST vsynth2-mjpeg-trell-huffman TEST vsynth2-mpng TEST vsynth2-msvideo1 TEST vsynth2-prores TEST vsynth2-prores_int TEST vsynth2-prores_444 TEST vsynth2-prores_444_int TEST vsynth2-prores_ks TEST vsynth2-qtrle TEST vsynth2-qtrlegray TEST vsynth2-rgb TEST vsynth2-bpp1 TEST vsynth2-bpp15 TEST vsynth2-mov-bgr24 TEST vsynth2-mov-bpp15 TEST vsynth2-mov-bpp16 TEST vsynth2-roqvideo TEST vsynth2-snow TEST vsynth2-snow-hpel TEST vsynth2-speedhq-422p TEST vsynth2-speedhq-444p TEST vsynth2-svq1 TEST vsynth2-r210 TEST vsynth2-v210 TEST vsynth2-v210-10 TEST vsynth2-v308 TEST vsynth2-v408 TEST vsynth2-avui TEST vsynth2-xface TEST vsynth2-y41p TEST vsynth2-zlib GEN tests/data/vsynth3.yuv TEST vsynth3-asv1 TEST vsynth3-asv2 TEST vsynth3-ffv1 TEST vsynth3-ffv1-v0 TEST vsynth3-ffv1-v3-yuv420p TEST vsynth3-ffv1-2pass TEST vsynth3-ffvhuff TEST vsynth3-flv TEST vsynth3-ljpeg TEST vsynth3-mpeg1 TEST vsynth3-mpeg1b TEST vsynth3-mpeg2 TEST vsynth3-mpeg2-422 TEST vsynth3-mpeg2-idct-int TEST vsynth3-mpeg2-ilace TEST vsynth3-mpeg2-ivlc-qprd TEST vsynth3-mpeg2-thread TEST vsynth3-mpeg2-thread-ivlc TEST vsynth3-mpeg4 TEST vsynth3-mpeg4-rc TEST vsynth3-mpeg4-adv TEST vsynth3-mpeg4-qprd TEST vsynth3-mpeg4-adap TEST vsynth3-mpeg4-qpel TEST vsynth3-mpeg4-thread TEST vsynth3-mpeg4-error TEST vsynth3-mpeg4-nr TEST vsynth3-mpeg4-nsse TEST vsynth3-msmpeg4 TEST vsynth3-msmpeg4v2 TEST vsynth3-wmv1 TEST vsynth3-wmv2 TEST vsynth3-yuv TEST vsynth3-yuv4 TEST vsynth3-amv TEST vsynth3-cljr TEST vsynth3-dnxhd-720p-hr-lb TEST vsynth3-dnxhd-edge1-hr TEST vsynth3-dnxhd-edge2-hr TEST vsynth3-dnxhd-edge3-hr TEST vsynth3-dnxhd-4k-hr-lb TEST vsynth3-dnxhd-2k-hr-hq TEST vsynth3-dnxhd-uhd-hr-sq TEST vsynth3-dnxhd-1080i-10bit TEST vsynth3-dnxhd-1080i-colr TEST vsynth3-dnxhd-hr-lb-mov TEST vsynth3-dnxhd-hr-sq-mov TEST vsynth3-dnxhd-hr-hq-mov TEST vsynth3-dv-hd TEST vsynth3-dv-fhd TEST vsynth3-ffv1-v3-yuv422p10 TEST vsynth3-ffv1-v3-yuv444p16 TEST vsynth3-ffv1-v3-bgr0 TEST vsynth3-ffv1-v3-rgb48 TEST vsynth3-ffvhuff444 TEST vsynth3-ffvhuff420p12 TEST vsynth3-ffvhuff422p10left TEST vsynth3-ffvhuff444p16 TEST vsynth3-flashsv TEST vsynth3-flashsv2 TEST vsynth3-huffyuv TEST vsynth3-huffyuvbgr24 TEST vsynth3-huffyuvbgra TEST vsynth3-jpegls TEST vsynth3-jpeg2000 TEST vsynth3-jpeg2000-97 TEST vsynth3-mjpeg TEST vsynth3-mjpeg-422 TEST vsynth3-mjpeg-444 TEST vsynth3-mjpeg-trell TEST vsynth3-mjpeg-huffman TEST vsynth3-mjpeg-trell-huffman TEST vsynth3-mpng TEST vsynth3-prores TEST vsynth3-prores_int TEST vsynth3-prores_444 TEST vsynth3-prores_444_int TEST vsynth3-prores_ks TEST vsynth3-qtrle TEST vsynth3-rgb TEST vsynth3-bpp1 TEST vsynth3-bpp15 TEST vsynth3-mov-bgr24 TEST vsynth3-mov-bpp15 TEST vsynth3-mov-bpp16 TEST vsynth3-svq1 TEST vsynth3-r210 TEST vsynth3-v210 TEST vsynth3-v210-10 TEST vsynth3-v308 TEST vsynth3-v408 TEST vsynth3-xface TEST vsynth3-zlib TEST lavf-aiff TEST lavf-al TEST lavf-au TEST lavf-caf TEST lavf-mmf TEST lavf-ogg TEST lavf-ul TEST lavf-ircam TEST lavf-s16.voc TEST lavf-wav TEST lavf-peak.wav TEST lavf-peak_only.wav TEST lavf-w64 TEST lavf-tta TEST lavf-mka TEST lavf-ast TEST lavf-dfpwm TEST lavf-rso TEST lavf-sox TEST lavf-voc TEST lavf-wv TEST lavf-asf TEST lavf-avi TEST lavf-dv TEST lavf-dv_pal TEST lavf-dv_ntsc TEST lavf-flm TEST lavf-gxf TEST lavf-gxf_pal TEST lavf-gxf_ntsc TEST lavf-mkv TEST lavf-mkv_attachment TEST lavf-mov TEST lavf-mov_rtphint TEST lavf-ismv TEST lavf-mp4 TEST lavf-mpg TEST lavf-mxf TEST lavf-mxf_dv25 TEST lavf-mxf_dvcpro50 TEST lavf-mxf_d10 TEST lavf-mxf_opatom TEST lavf-mxf_opatom_audio TEST lavf-nut TEST lavf-rm TEST lavf-smjpeg TEST lavf-swf TEST lavf-ts TEST lavf-wtv TEST lavf-bmp TEST lavf-dpx TEST lavf-gbrp10le.dpx TEST lavf-gbrp12le.dpx TEST lavf-rgb48le.dpx TEST lavf-rgb48le_10.dpx TEST lavf-rgba64le.dpx TEST lavf-none.grayf32le.exr TEST lavf-none.gbrpf32le.exr TEST lavf-none.gbrapf32le.exr TEST lavf-rle.grayf32le.exr TEST lavf-rle.gbrpf32le.exr TEST lavf-rle.gbrapf32le.exr TEST lavf-zip1.grayf32le.exr TEST lavf-zip1.gbrpf32le.exr TEST lavf-zip1.gbrapf32le.exr TEST lavf-zip16.grayf32le.exr TEST lavf-zip16.gbrpf32le.exr TEST lavf-zip16.gbrapf32le.exr TEST lavf-jpg TEST lavf-pam TEST lavf-rgba.pam TEST lavf-gray.pam TEST lavf-gray16be.pam TEST lavf-rgb48be.pam TEST lavf-monob.pam TEST lavf-pcx TEST lavf-grayf32le.pfm TEST lavf-gbrpf32le.pfm TEST lavf-grayf32be.pfm TEST lavf-gbrpf32be.pfm TEST lavf-pgm TEST lavf-png TEST lavf-gray16be.png TEST lavf-rgb48be.png TEST lavf-ppm TEST lavf-sgi TEST lavf-sun TEST lavf-tga TEST lavf-tiff TEST lavf-qoi TEST lavf-wbmp TEST lavf-xbm TEST lavf-xwd TEST lavf-rgba.xwd TEST lavf-rgb565be.xwd TEST lavf-rgb555be.xwd TEST lavf-rgb8.xwd TEST lavf-rgb4_byte.xwd TEST lavf-gray.xwd TEST lavf-monow.xwd TEST lavf-pbmpipe TEST lavf-pgmpipe TEST lavf-ppmpipe TEST lavf-qoipipe TEST lavf-xbmpipe TEST lavf-xwdpipe TEST lavf-y4m TEST lavf-apng TEST lavf-apng.png TEST lavf-gray.fits TEST lavf-gray16be.fits TEST lavf-gbrp.fits TEST lavf-gbrap.fits TEST lavf-gbrp16be.fits TEST lavf-gbrap16be.fits TEST lavf-gif CC libavformat/tests/seek.o LD libavformat/tests/seek TEST seek-acodec-adpcm-ima_qt TEST seek-acodec-adpcm-ima_qt-trellis TEST seek-acodec-adpcm-ima_wav TEST seek-acodec-adpcm-ima_wav-trellis TEST seek-acodec-adpcm-ms TEST seek-acodec-adpcm-ms-trellis TEST seek-acodec-adpcm-swf TEST seek-acodec-adpcm-swf-trellis TEST seek-acodec-adpcm-yamaha TEST seek-acodec-adpcm-yamaha-trellis TEST seek-acodec-alac TEST seek-acodec-flac TEST seek-acodec-mp2 TEST seek-acodec-pcm-alaw TEST seek-acodec-pcm-mulaw TEST seek-acodec-pcm-s8 TEST seek-acodec-pcm-u8 TEST seek-acodec-pcm-s16be TEST seek-acodec-pcm-s16le TEST seek-acodec-pcm-s24be TEST seek-acodec-pcm-s24le TEST seek-acodec-pcm-s32be TEST seek-acodec-pcm-s32le TEST seek-acodec-pcm-f32be TEST seek-acodec-pcm-f32le TEST seek-acodec-pcm-f64be TEST seek-acodec-pcm-f64le TEST seek-lavf-aiff TEST seek-lavf-al TEST seek-lavf-au TEST seek-lavf-mmf TEST seek-lavf-ogg TEST seek-lavf-ul TEST seek-lavf-voc TEST seek-lavf-wav TEST seek-lavf-asf TEST seek-lavf-avi TEST seek-lavf-dv TEST seek-lavf-flv TEST seek-lavf-gxf TEST seek-lavf-mkv TEST seek-lavf-mov TEST seek-lavf-mpg TEST seek-lavf-mxf TEST seek-lavf-mxf_d10 TEST seek-lavf-mxf_dv25 TEST seek-lavf-mxf_dvcpro50 TEST seek-lavf-mxf_opatom TEST seek-lavf-mxf_opatom_audio TEST seek-lavf-nut TEST seek-lavf-swf TEST seek-lavf-ts TEST seek-lavf-wtv TEST seek-lavf-rm TEST seek-lavf-gif TEST seek-lavf-y4m TEST seek-lavf-bmp TEST seek-lavf-jpg TEST seek-lavf-pcx TEST seek-lavf-pgm TEST seek-lavf-ppm TEST seek-lavf-sgi TEST seek-lavf-tga TEST seek-lavf-tiff TEST seek-lavf-pbmpipe TEST seek-lavf-pgmpipe TEST seek-lavf-ppmpipe TEST pixfmt-bgr24 TEST pixfmt-gray TEST pixfmt-monob TEST pixfmt-monow TEST pixfmt-rgb24 TEST pixfmt-rgb32 TEST pixfmt-rgb555 TEST pixfmt-rgb565 TEST pixfmt-xyz12le TEST pixfmt-yuv410p TEST pixfmt-yuv411p TEST pixfmt-yuv420p TEST pixfmt-yuv422p TEST pixfmt-yuv440p TEST pixfmt-yuv444p TEST pixfmt-yuvj420p TEST pixfmt-yuvj422p TEST pixfmt-yuvj440p TEST pixfmt-yuvj444p TEST pixfmt-yuyv422 TEST concat-demuxer-simple1-lavf-mxf TEST concat-demuxer-simple1-lavf-mxf_d10 TEST concat-demuxer-simple2-lavf-ts TEST concat-demuxer-extended-lavf-mxf TEST concat-demuxer-extended-lavf-mxf_d10 COPY tests/test_copy.ffmeta GEN tests/data/ffprobe-test.nut TEST ffprobe_compact --- /home/fate/fate/src/tests/ref/fate/ffprobe_compact 2023-02-28 17:12:37.000000000 +0100 +++ tests/data/fate/ffprobe_compact 2023-02-28 17:31:03.000000000 +0100 @@ -1,31 +1,31 @@ packet|codec_type=audio|stream_index=0|pts=0|pts_time=0.000000|dts=0|dts_time=0.000000|duration=1024|duration_time=0.023220|size=2048|pos=669|flags=K__ -frame|media_type=audio|stream_index=0|key_frame=1|pts=0|pts_time=0.000000|pkt_dts=0|pkt_dts_time=0.000000|best_effort_timestamp=0|best_effort_timestamp_time=0.000000|pkt_duration=1024|pkt_duration_time=0.023220|duration=1024|duration_time=0.023220|pkt_pos=669|pkt_size=2048|sample_fmt=s16|nb_samples=1024|channels=1|channel_layout=unknown +frame|media_type=audio|stream_index=0|key_frame=1|pts=0|pts_time=0.000000|pkt_dts=0|pkt_dts_time=0.000000|best_effort_timestamp=0|best_effort_timestamp_time=0.000000|duration=1024|duration_time=0.023220|pkt_pos=669|pkt_size=2048|sample_fmt=s16|nb_samples=1024|channels=1|channel_layout=unknown packet|codec_type=video|stream_index=1|pts=0|pts_time=0.000000|dts=0|dts_time=0.000000|duration=2048|duration_time=0.040000|size=230400|pos=2744|flags=K__ -frame|media_type=video|stream_index=1|key_frame=1|pts=0|pts_time=0.000000|pkt_dts=0|pkt_dts_time=0.000000|best_effort_timestamp=0|best_effort_timestamp_time=0.000000|pkt_duration=2048|pkt_duration_time=0.040000|duration=2048|duration_time=0.040000|pkt_pos=2744|pkt_size=230400|width=320|height=240|pix_fmt=rgb24|sample_aspect_ratio=1:1|pict_type=I|coded_picture_number=0|display_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=unknown|color_space=unknown|color_primaries=unknown|color_transfer=unknown|chroma_location=unspecified +frame|media_type=video|stream_index=1|key_frame=1|pts=0|pts_time=0.000000|pkt_dts=0|pkt_dts_time=0.000000|best_effort_timestamp=0|best_effort_timestamp_time=0.000000|duration=2048|duration_time=0.040000|pkt_pos=2744|pkt_size=230400|width=320|height=240|pix_fmt=rgb24|sample_aspect_ratio=1:1|pict_type=I|interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=unknown|color_space=unknown|color_primaries=unknown|color_transfer=unknown|chroma_location=unspecified packet|codec_type=video|stream_index=2|pts=0|pts_time=0.000000|dts=0|dts_time=0.000000|duration=2048|duration_time=0.040000|size=30000|pos=233165|flags=K__ -frame|media_type=video|stream_index=2|key_frame=1|pts=0|pts_time=0.000000|pkt_dts=0|pkt_dts_time=0.000000|best_effort_timestamp=0|best_effort_timestamp_time=0.000000|pkt_duration=2048|pkt_duration_time=0.040000|duration=2048|duration_time=0.040000|pkt_pos=233165|pkt_size=30000|width=100|height=100|pix_fmt=rgb24|sample_aspect_ratio=1:1|pict_type=I|coded_picture_number=0|display_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=unknown|color_space=unknown|color_primaries=unknown|color_transfer=unknown|chroma_location=unspecified +frame|media_type=video|stream_index=2|key_frame=1|pts=0|pts_time=0.000000|pkt_dts=0|pkt_dts_time=0.000000|best_effort_timestamp=0|best_effort_timestamp_time=0.000000|duration=2048|duration_time=0.040000|pkt_pos=233165|pkt_size=30000|width=100|height=100|pix_fmt=rgb24|sample_aspect_ratio=1:1|pict_type=I|interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=unknown|color_space=unknown|color_primaries=unknown|color_transfer=unknown|chroma_location=unspecified packet|codec_type=audio|stream_index=0|pts=1024|pts_time=0.023220|dts=1024|dts_time=0.023220|duration=1024|duration_time=0.023220|size=2048|pos=263170|flags=K__ -frame|media_type=audio|stream_index=0|key_frame=1|pts=1024|pts_time=0.023220|pkt_dts=1024|pkt_dts_time=0.023220|best_effort_timestamp=1024|best_effort_timestamp_time=0.023220|pkt_duration=1024|pkt_duration_time=0.023220|duration=1024|duration_time=0.023220|pkt_pos=263170|pkt_size=2048|sample_fmt=s16|nb_samples=1024|channels=1|channel_layout=unknown +frame|media_type=audio|stream_index=0|key_frame=1|pts=1024|pts_time=0.023220|pkt_dts=1024|pkt_dts_time=0.023220|best_effort_timestamp=1024|best_effort_timestamp_time=0.023220|duration=1024|duration_time=0.023220|pkt_pos=263170|pkt_size=2048|sample_fmt=s16|nb_samples=1024|channels=1|channel_layout=unknown packet|codec_type=video|stream_index=1|pts=2048|pts_time=0.040000|dts=2048|dts_time=0.040000|duration=2048|duration_time=0.040000|size=230400|pos=265248|flags=K__ -frame|media_type=video|stream_index=1|key_frame=1|pts=2048|pts_time=0.040000|pkt_dts=2048|pkt_dts_time=0.040000|best_effort_timestamp=2048|best_effort_timestamp_time=0.040000|pkt_duration=2048|pkt_duration_time=0.040000|duration=2048|duration_time=0.040000|pkt_pos=265248|pkt_size=230400|width=320|height=240|pix_fmt=rgb24|sample_aspect_ratio=1:1|pict_type=I|coded_picture_number=0|display_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=unknown|color_space=unknown|color_primaries=unknown|color_transfer=unknown|chroma_location=unspecified +frame|media_type=video|stream_index=1|key_frame=1|pts=2048|pts_time=0.040000|pkt_dts=2048|pkt_dts_time=0.040000|best_effort_timestamp=2048|best_effort_timestamp_time=0.040000|duration=2048|duration_time=0.040000|pkt_pos=265248|pkt_size=230400|width=320|height=240|pix_fmt=rgb24|sample_aspect_ratio=1:1|pict_type=I|interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=unknown|color_space=unknown|color_primaries=unknown|color_transfer=unknown|chroma_location=unspecified packet|codec_type=video|stream_index=2|pts=2048|pts_time=0.040000|dts=2048|dts_time=0.040000|duration=2048|duration_time=0.040000|size=30000|pos=495672|flags=K__ -frame|media_type=video|stream_index=2|key_frame=1|pts=2048|pts_time=0.040000|pkt_dts=2048|pkt_dts_time=0.040000|best_effort_timestamp=2048|best_effort_timestamp_time=0.040000|pkt_duration=2048|pkt_duration_time=0.040000|duration=2048|duration_time=0.040000|pkt_pos=495672|pkt_size=30000|width=100|height=100|pix_fmt=rgb24|sample_aspect_ratio=1:1|pict_type=I|coded_picture_number=0|display_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=unknown|color_space=unknown|color_primaries=unknown|color_transfer=unknown|chroma_location=unspecified +frame|media_type=video|stream_index=2|key_frame=1|pts=2048|pts_time=0.040000|pkt_dts=2048|pkt_dts_time=0.040000|best_effort_timestamp=2048|best_effort_timestamp_time=0.040000|duration=2048|duration_time=0.040000|pkt_pos=495672|pkt_size=30000|width=100|height=100|pix_fmt=rgb24|sample_aspect_ratio=1:1|pict_type=I|interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=unknown|color_space=unknown|color_primaries=unknown|color_transfer=unknown|chroma_location=unspecified packet|codec_type=audio|stream_index=0|pts=2048|pts_time=0.046440|dts=2048|dts_time=0.046440|duration=1024|duration_time=0.023220|size=2048|pos=525677|flags=K__ -frame|media_type=audio|stream_index=0|key_frame=1|pts=2048|pts_time=0.046440|pkt_dts=2048|pkt_dts_time=0.046440|best_effort_timestamp=2048|best_effort_timestamp_time=0.046440|pkt_duration=1024|pkt_duration_time=0.023220|duration=1024|duration_time=0.023220|pkt_pos=525677|pkt_size=2048|sample_fmt=s16|nb_samples=1024|channels=1|channel_layout=unknown +frame|media_type=audio|stream_index=0|key_frame=1|pts=2048|pts_time=0.046440|pkt_dts=2048|pkt_dts_time=0.046440|best_effort_timestamp=2048|best_effort_timestamp_time=0.046440|duration=1024|duration_time=0.023220|pkt_pos=525677|pkt_size=2048|sample_fmt=s16|nb_samples=1024|channels=1|channel_layout=unknown packet|codec_type=audio|stream_index=0|pts=3072|pts_time=0.069660|dts=3072|dts_time=0.069660|duration=1024|duration_time=0.023220|size=2048|pos=527748|flags=K__ -frame|media_type=audio|stream_index=0|key_frame=1|pts=3072|pts_time=0.069660|pkt_dts=3072|pkt_dts_time=0.069660|best_effort_timestamp=3072|best_effort_timestamp_time=0.069660|pkt_duration=1024|pkt_duration_time=0.023220|duration=1024|duration_time=0.023220|pkt_pos=527748|pkt_size=2048|sample_fmt=s16|nb_samples=1024|channels=1|channel_layout=unknown +frame|media_type=audio|stream_index=0|key_frame=1|pts=3072|pts_time=0.069660|pkt_dts=3072|pkt_dts_time=0.069660|best_effort_timestamp=3072|best_effort_timestamp_time=0.069660|duration=1024|duration_time=0.023220|pkt_pos=527748|pkt_size=2048|sample_fmt=s16|nb_samples=1024|channels=1|channel_layout=unknown packet|codec_type=video|stream_index=1|pts=4096|pts_time=0.080000|dts=4096|dts_time=0.080000|duration=2048|duration_time=0.040000|size=230400|pos=529826|flags=K__ -frame|media_type=video|stream_index=1|key_frame=1|pts=4096|pts_time=0.080000|pkt_dts=4096|pkt_dts_time=0.080000|best_effort_timestamp=4096|best_effort_timestamp_time=0.080000|pkt_duration=2048|pkt_duration_time=0.040000|duration=2048|duration_time=0.040000|pkt_pos=529826|pkt_size=230400|width=320|height=240|pix_fmt=rgb24|sample_aspect_ratio=1:1|pict_type=I|coded_picture_number=0|display_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=unknown|color_space=unknown|color_primaries=unknown|color_transfer=unknown|chroma_location=unspecified +frame|media_type=video|stream_index=1|key_frame=1|pts=4096|pts_time=0.080000|pkt_dts=4096|pkt_dts_time=0.080000|best_effort_timestamp=4096|best_effort_timestamp_time=0.080000|duration=2048|duration_time=0.040000|pkt_pos=529826|pkt_size=230400|width=320|height=240|pix_fmt=rgb24|sample_aspect_ratio=1:1|pict_type=I|interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=unknown|color_space=unknown|color_primaries=unknown|color_transfer=unknown|chroma_location=unspecified packet|codec_type=video|stream_index=2|pts=4096|pts_time=0.080000|dts=4096|dts_time=0.080000|duration=2048|duration_time=0.040000|size=30000|pos=760250|flags=K__ -frame|media_type=video|stream_index=2|key_frame=1|pts=4096|pts_time=0.080000|pkt_dts=4096|pkt_dts_time=0.080000|best_effort_timestamp=4096|best_effort_timestamp_time=0.080000|pkt_duration=2048|pkt_duration_time=0.040000|duration=2048|duration_time=0.040000|pkt_pos=760250|pkt_size=30000|width=100|height=100|pix_fmt=rgb24|sample_aspect_ratio=1:1|pict_type=I|coded_picture_number=0|display_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=unknown|color_space=unknown|color_primaries=unknown|color_transfer=unknown|chroma_location=unspecified +frame|media_type=video|stream_index=2|key_frame=1|pts=4096|pts_time=0.080000|pkt_dts=4096|pkt_dts_time=0.080000|best_effort_timestamp=4096|best_effort_timestamp_time=0.080000|duration=2048|duration_time=0.040000|pkt_pos=760250|pkt_size=30000|width=100|height=100|pix_fmt=rgb24|sample_aspect_ratio=1:1|pict_type=I|interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=unknown|color_space=unknown|color_primaries=unknown|color_transfer=unknown|chroma_location=unspecified packet|codec_type=audio|stream_index=0|pts=4096|pts_time=0.092880|dts=4096|dts_time=0.092880|duration=1024|duration_time=0.023220|size=2048|pos=790255|flags=K__ -frame|media_type=audio|stream_index=0|key_frame=1|pts=4096|pts_time=0.092880|pkt_dts=4096|pkt_dts_time=0.092880|best_effort_timestamp=4096|best_effort_timestamp_time=0.092880|pkt_duration=1024|pkt_duration_time=0.023220|duration=1024|duration_time=0.023220|pkt_pos=790255|pkt_size=2048|sample_fmt=s16|nb_samples=1024|channels=1|channel_layout=unknown +frame|media_type=audio|stream_index=0|key_frame=1|pts=4096|pts_time=0.092880|pkt_dts=4096|pkt_dts_time=0.092880|best_effort_timestamp=4096|best_effort_timestamp_time=0.092880|duration=1024|duration_time=0.023220|pkt_pos=790255|pkt_size=2048|sample_fmt=s16|nb_samples=1024|channels=1|channel_layout=unknown packet|codec_type=audio|stream_index=0|pts=5120|pts_time=0.116100|dts=5120|dts_time=0.116100|duration=393|duration_time=0.008912|size=786|pos=792326|flags=K__ -frame|media_type=audio|stream_index=0|key_frame=1|pts=5120|pts_time=0.116100|pkt_dts=5120|pkt_dts_time=0.116100|best_effort_timestamp=5120|best_effort_timestamp_time=0.116100|pkt_duration=393|pkt_duration_time=0.008912|duration=393|duration_time=0.008912|pkt_pos=792326|pkt_size=786|sample_fmt=s16|nb_samples=393|channels=1|channel_layout=unknown +frame|media_type=audio|stream_index=0|key_frame=1|pts=5120|pts_time=0.116100|pkt_dts=5120|pkt_dts_time=0.116100|best_effort_timestamp=5120|best_effort_timestamp_time=0.116100|duration=393|duration_time=0.008912|pkt_pos=792326|pkt_size=786|sample_fmt=s16|nb_samples=393|channels=1|channel_layout=unknown packet|codec_type=video|stream_index=1|pts=6144|pts_time=0.120000|dts=6144|dts_time=0.120000|duration=2048|duration_time=0.040000|size=230400|pos=793142|flags=K__ -frame|media_type=video|stream_index=1|key_frame=1|pts=6144|pts_time=0.120000|pkt_dts=6144|pkt_dts_time=0.120000|best_effort_timestamp=6144|best_effort_timestamp_time=0.120000|pkt_duration=2048|pkt_duration_time=0.040000|duration=2048|duration_time=0.040000|pkt_pos=793142|pkt_size=230400|width=320|height=240|pix_fmt=rgb24|sample_aspect_ratio=1:1|pict_type=I|coded_picture_number=0|display_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=unknown|color_space=unknown|color_primaries=unknown|color_transfer=unknown|chroma_location=unspecified +frame|media_type=video|stream_index=1|key_frame=1|pts=6144|pts_time=0.120000|pkt_dts=6144|pkt_dts_time=0.120000|best_effort_timestamp=6144|best_effort_timestamp_time=0.120000|duration=2048|duration_time=0.040000|pkt_pos=793142|pkt_size=230400|width=320|height=240|pix_fmt=rgb24|sample_aspect_ratio=1:1|pict_type=I|interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=unknown|color_space=unknown|color_primaries=unknown|color_transfer=unknown|chroma_location=unspecified packet|codec_type=video|stream_index=2|pts=6144|pts_time=0.120000|dts=6144|dts_time=0.120000|duration=2048|duration_time=0.040000|size=30000|pos=1023566|flags=K__ -frame|media_type=video|stream_index=2|key_frame=1|pts=6144|pts_time=0.120000|pkt_dts=6144|pkt_dts_time=0.120000|best_effort_timestamp=6144|best_effort_timestamp_time=0.120000|pkt_duration=2048|pkt_duration_time=0.040000|duration=2048|duration_time=0.040000|pkt_pos=1023566|pkt_size=30000|width=100|height=100|pix_fmt=rgb24|sample_aspect_ratio=1:1|pict_type=I|coded_picture_number=0|display_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=unknown|color_space=unknown|color_primaries=unknown|color_transfer=unknown|chroma_location=unspecified +frame|media_type=video|stream_index=2|key_frame=1|pts=6144|pts_time=0.120000|pkt_dts=6144|pkt_dts_time=0.120000|best_effort_timestamp=6144|best_effort_timestamp_time=0.120000|duration=2048|duration_time=0.040000|pkt_pos=1023566|pkt_size=30000|width=100|height=100|pix_fmt=rgb24|sample_aspect_ratio=1:1|pict_type=I|interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=unknown|color_space=unknown|color_primaries=unknown|color_transfer=unknown|chroma_location=unspecified stream|index=0|codec_name=pcm_s16le|profile=unknown|codec_type=audio|codec_tag_string=PSD[16]|codec_tag=0x10445350|sample_fmt=s16|sample_rate=44100|channels=1|channel_layout=unknown|bits_per_sample=16|initial_padding=0|id=N/A|r_frame_rate=0/0|avg_frame_rate=0/0|time_base=1/44100|start_pts=0|start_time=0.000000|duration_ts=N/A|duration=N/A|bit_rate=705600|max_bit_rate=N/A|bits_per_raw_sample=N/A|nb_frames=N/A|nb_read_frames=6|nb_read_packets=6|disposition:default=0|disposition:dub=0|disposition:original=0|disposition:comment=0|disposition:lyrics=0|disposition:karaoke=0|disposition:forced=0|disposition:hearing_impaired=0|disposition:visual_impaired=0|disposition:clean_effects=0|disposition:attached_pic=0|disposition:timed_thumbnails=0|disposition:captions=0|disposition:descriptions=0|disposition:metadata=0|disposition:dependent=0|disposition:still_image=0|tag:E=mc²|tag:encoder=Lavc pcm_s16le stream|index=1|codec_name=rawvideo|profile=unknown|codec_type=video|codec_tag_string=RGB[24]|codec_tag=0x18424752|width=320|height=240|coded_width=320|coded_height=240|closed_captions=0|film_grain=0|has_b_frames=0|sample_aspect_ratio=1:1|display_aspect_ratio=4:3|pix_fmt=rgb24|level=-99|color_range=unknown|color_space=unknown|color_transfer=unknown|color_primaries=unknown|chroma_location=unspecified|field_order=unknown|refs=1|id=N/A|r_frame_rate=25/1|avg_frame_rate=25/1|time_base=1/51200|start_pts=0|start_time=0.000000|duration_ts=N/A|duration=N/A|bit_rate=N/A|max_bit_rate=N/A|bits_per_raw_sample=N/A|nb_frames=N/A|nb_read_frames=4|nb_read_packets=4|disposition:default=1|disposition:dub=0|disposition:original=0|disposition:comment=0|disposition:lyrics=0|disposition:karaoke=0|disposition:forced=0|disposition:hearing_impaired=0|disposition:visual_impaired=0|disposition:clean_effects=0|disposition:attached_pic=0|disposition:timed_thumbnails=0|disposition:captions=0|disposition:descriptions=0|disposition:metadata=0|disposition:dependent=0|disposition:still_image=0|tag:title=foobar|tag:duration_ts=field-and-tags-conflict-attempt|tag:encoder=Lavc rawvideo stream|index=2|codec_name=rawvideo|profile=unknown|codec_type=video|codec_tag_string=RGB[24]|codec_tag=0x18424752|width=100|height=100|coded_width=100|coded_height=100|closed_captions=0|film_grain=0|has_b_frames=0|sample_aspect_ratio=1:1|display_aspect_ratio=1:1|pix_fmt=rgb24|level=-99|color_range=unknown|color_space=unknown|color_transfer=unknown|color_primaries=unknown|chroma_location=unspecified|field_order=unknown|refs=1|id=N/A|r_frame_rate=25/1|avg_frame_rate=25/1|time_base=1/51200|start_pts=0|start_time=0.000000|duration_ts=N/A|duration=N/A|bit_rate=N/A|max_bit_rate=N/A|bits_per_raw_sample=N/A|nb_frames=N/A|nb_read_frames=4|nb_read_packets=4|disposition:default=0|disposition:dub=0|disposition:original=0|disposition:comment=0|disposition:lyrics=0|disposition:karaoke=0|disposition:forced=0|disposition:hearing_impaired=0|disposition:visual_impaired=0|disposition:clean_effects=0|disposition:attached_pic=0|disposition:timed_thumbnails=0|disposition:captions=0|disposition:descriptions=0|disposition:metadata=0|disposition:dependent=0|disposition:still_image=0|tag:encoder=Lavc rawvideo Test ffprobe_compact failed. Look at tests/data/fate/ffprobe_compact.err for details. make: *** [fate-ffprobe_compact] Error 1 TEST ffprobe_csv --- /home/fate/fate/src/tests/ref/fate/ffprobe_csv 2023-02-28 17:12:37.000000000 +0100 +++ tests/data/fate/ffprobe_csv 2023-02-28 17:31:03.000000000 +0100 @@ -1,31 +1,31 @@ packet,audio,0,0,0.000000,0,0.000000,1024,0.023220,2048,669,K__ -frame,audio,0,1,0,0.000000,0,0.000000,0,0.000000,1024,0.023220,1024,0.023220,669,2048,s16,1024,1,unknown +frame,audio,0,1,0,0.000000,0,0.000000,0,0.000000,1024,0.023220,669,2048,s16,1024,1,unknown packet,video,1,0,0.000000,0,0.000000,2048,0.040000,230400,2744,K__ -frame,video,1,1,0,0.000000,0,0.000000,0,0.000000,2048,0.040000,2048,0.040000,2744,230400,320,240,rgb24,1:1,I,0,0,0,0,0,unknown,unknown,unknown,unknown,unspecified +frame,video,1,1,0,0.000000,0,0.000000,0,0.000000,2048,0.040000,2744,230400,320,240,rgb24,1:1,I,0,0,0,unknown,unknown,unknown,unknown,unspecified packet,video,2,0,0.000000,0,0.000000,2048,0.040000,30000,233165,K__ -frame,video,2,1,0,0.000000,0,0.000000,0,0.000000,2048,0.040000,2048,0.040000,233165,30000,100,100,rgb24,1:1,I,0,0,0,0,0,unknown,unknown,unknown,unknown,unspecified +frame,video,2,1,0,0.000000,0,0.000000,0,0.000000,2048,0.040000,233165,30000,100,100,rgb24,1:1,I,0,0,0,unknown,unknown,unknown,unknown,unspecified packet,audio,0,1024,0.023220,1024,0.023220,1024,0.023220,2048,263170,K__ -frame,audio,0,1,1024,0.023220,1024,0.023220,1024,0.023220,1024,0.023220,1024,0.023220,263170,2048,s16,1024,1,unknown +frame,audio,0,1,1024,0.023220,1024,0.023220,1024,0.023220,1024,0.023220,263170,2048,s16,1024,1,unknown packet,video,1,2048,0.040000,2048,0.040000,2048,0.040000,230400,265248,K__ -frame,video,1,1,2048,0.040000,2048,0.040000,2048,0.040000,2048,0.040000,2048,0.040000,265248,230400,320,240,rgb24,1:1,I,0,0,0,0,0,unknown,unknown,unknown,unknown,unspecified +frame,video,1,1,2048,0.040000,2048,0.040000,2048,0.040000,2048,0.040000,265248,230400,320,240,rgb24,1:1,I,0,0,0,unknown,unknown,unknown,unknown,unspecified packet,video,2,2048,0.040000,2048,0.040000,2048,0.040000,30000,495672,K__ -frame,video,2,1,2048,0.040000,2048,0.040000,2048,0.040000,2048,0.040000,2048,0.040000,495672,30000,100,100,rgb24,1:1,I,0,0,0,0,0,unknown,unknown,unknown,unknown,unspecified +frame,video,2,1,2048,0.040000,2048,0.040000,2048,0.040000,2048,0.040000,495672,30000,100,100,rgb24,1:1,I,0,0,0,unknown,unknown,unknown,unknown,unspecified packet,audio,0,2048,0.046440,2048,0.046440,1024,0.023220,2048,525677,K__ -frame,audio,0,1,2048,0.046440,2048,0.046440,2048,0.046440,1024,0.023220,1024,0.023220,525677,2048,s16,1024,1,unknown +frame,audio,0,1,2048,0.046440,2048,0.046440,2048,0.046440,1024,0.023220,525677,2048,s16,1024,1,unknown packet,audio,0,3072,0.069660,3072,0.069660,1024,0.023220,2048,527748,K__ -frame,audio,0,1,3072,0.069660,3072,0.069660,3072,0.069660,1024,0.023220,1024,0.023220,527748,2048,s16,1024,1,unknown +frame,audio,0,1,3072,0.069660,3072,0.069660,3072,0.069660,1024,0.023220,527748,2048,s16,1024,1,unknown packet,video,1,4096,0.080000,4096,0.080000,2048,0.040000,230400,529826,K__ -frame,video,1,1,4096,0.080000,4096,0.080000,4096,0.080000,2048,0.040000,2048,0.040000,529826,230400,320,240,rgb24,1:1,I,0,0,0,0,0,unknown,unknown,unknown,unknown,unspecified +frame,video,1,1,4096,0.080000,4096,0.080000,4096,0.080000,2048,0.040000,529826,230400,320,240,rgb24,1:1,I,0,0,0,unknown,unknown,unknown,unknown,unspecified packet,video,2,4096,0.080000,4096,0.080000,2048,0.040000,30000,760250,K__ -frame,video,2,1,4096,0.080000,4096,0.080000,4096,0.080000,2048,0.040000,2048,0.040000,760250,30000,100,100,rgb24,1:1,I,0,0,0,0,0,unknown,unknown,unknown,unknown,unspecified +frame,video,2,1,4096,0.080000,4096,0.080000,4096,0.080000,2048,0.040000,760250,30000,100,100,rgb24,1:1,I,0,0,0,unknown,unknown,unknown,unknown,unspecified packet,audio,0,4096,0.092880,4096,0.092880,1024,0.023220,2048,790255,K__ -frame,audio,0,1,4096,0.092880,4096,0.092880,4096,0.092880,1024,0.023220,1024,0.023220,790255,2048,s16,1024,1,unknown +frame,audio,0,1,4096,0.092880,4096,0.092880,4096,0.092880,1024,0.023220,790255,2048,s16,1024,1,unknown packet,audio,0,5120,0.116100,5120,0.116100,393,0.008912,786,792326,K__ -frame,audio,0,1,5120,0.116100,5120,0.116100,5120,0.116100,393,0.008912,393,0.008912,792326,786,s16,393,1,unknown +frame,audio,0,1,5120,0.116100,5120,0.116100,5120,0.116100,393,0.008912,792326,786,s16,393,1,unknown packet,video,1,6144,0.120000,6144,0.120000,2048,0.040000,230400,793142,K__ -frame,video,1,1,6144,0.120000,6144,0.120000,6144,0.120000,2048,0.040000,2048,0.040000,793142,230400,320,240,rgb24,1:1,I,0,0,0,0,0,unknown,unknown,unknown,unknown,unspecified +frame,video,1,1,6144,0.120000,6144,0.120000,6144,0.120000,2048,0.040000,793142,230400,320,240,rgb24,1:1,I,0,0,0,unknown,unknown,unknown,unknown,unspecified packet,video,2,6144,0.120000,6144,0.120000,2048,0.040000,30000,1023566,K__ -frame,video,2,1,6144,0.120000,6144,0.120000,6144,0.120000,2048,0.040000,2048,0.040000,1023566,30000,100,100,rgb24,1:1,I,0,0,0,0,0,unknown,unknown,unknown,unknown,unspecified +frame,video,2,1,6144,0.120000,6144,0.120000,6144,0.120000,2048,0.040000,1023566,30000,100,100,rgb24,1:1,I,0,0,0,unknown,unknown,unknown,unknown,unspecified stream,0,pcm_s16le,unknown,audio,PSD[16],0x10445350,s16,44100,1,unknown,16,0,N/A,0/0,0/0,1/44100,0,0.000000,N/A,N/A,705600,N/A,N/A,N/A,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,mc²,Lavc pcm_s16le stream,1,rawvideo,unknown,video,RGB[24],0x18424752,320,240,320,240,0,0,0,1:1,4:3,rgb24,-99,unknown,unknown,unknown,unknown,unspecified,unknown,1,N/A,25/1,25/1,1/51200,0,0.000000,N/A,N/A,N/A,N/A,N/A,N/A,4,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,foobar,field-and-tags-conflict-attempt,Lavc rawvideo stream,2,rawvideo,unknown,video,RGB[24],0x18424752,100,100,100,100,0,0,0,1:1,1:1,rgb24,-99,unknown,unknown,unknown,unknown,unspecified,unknown,1,N/A,25/1,25/1,1/51200,0,0.000000,N/A,N/A,N/A,N/A,N/A,N/A,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,Lavc rawvideo Test ffprobe_csv failed. Look at tests/data/fate/ffprobe_csv.err for details. make: *** [fate-ffprobe_csv] Error 1 TEST ffprobe_default --- /home/fate/fate/src/tests/ref/fate/ffprobe_default 2023-02-28 17:12:37.000000000 +0100 +++ tests/data/fate/ffprobe_default 2023-02-28 17:31:03.000000000 +0100 @@ -21,8 +21,6 @@ pkt_dts_time=0.000000 best_effort_timestamp=0 best_effort_timestamp_time=0.000000 -pkt_duration=1024 -pkt_duration_time=0.023220 duration=1024 duration_time=0.023220 pkt_pos=669 @@ -55,8 +53,6 @@ pkt_dts_time=0.000000 best_effort_timestamp=0 best_effort_timestamp_time=0.000000 -pkt_duration=2048 -pkt_duration_time=0.040000 duration=2048 duration_time=0.040000 pkt_pos=2744 @@ -66,8 +62,6 @@ pix_fmt=rgb24 sample_aspect_ratio=1:1 pict_type=I -coded_picture_number=0 -display_picture_number=0 interlaced_frame=0 top_field_first=0 repeat_pict=0 @@ -100,8 +94,6 @@ pkt_dts_time=0.000000 best_effort_timestamp=0 best_effort_timestamp_time=0.000000 -pkt_duration=2048 -pkt_duration_time=0.040000 duration=2048 duration_time=0.040000 pkt_pos=233165 @@ -111,8 +103,6 @@ pix_fmt=rgb24 sample_aspect_ratio=1:1 pict_type=I -coded_picture_number=0 -display_picture_number=0 interlaced_frame=0 top_field_first=0 repeat_pict=0 @@ -145,8 +135,6 @@ pkt_dts_time=0.023220 best_effort_timestamp=1024 best_effort_timestamp_time=0.023220 -pkt_duration=1024 -pkt_duration_time=0.023220 duration=1024 duration_time=0.023220 pkt_pos=263170 @@ -179,8 +167,6 @@ pkt_dts_time=0.040000 best_effort_timestamp=2048 best_effort_timestamp_time=0.040000 -pkt_duration=2048 -pkt_duration_time=0.040000 duration=2048 duration_time=0.040000 pkt_pos=265248 @@ -190,8 +176,6 @@ pix_fmt=rgb24 sample_aspect_ratio=1:1 pict_type=I -coded_picture_number=0 -display_picture_number=0 interlaced_frame=0 top_field_first=0 repeat_pict=0 @@ -224,8 +208,6 @@ pkt_dts_time=0.040000 best_effort_timestamp=2048 best_effort_timestamp_time=0.040000 -pkt_duration=2048 -pkt_duration_time=0.040000 duration=2048 duration_time=0.040000 pkt_pos=495672 @@ -235,8 +217,6 @@ pix_fmt=rgb24 sample_aspect_ratio=1:1 pict_type=I -coded_picture_number=0 -display_picture_number=0 interlaced_frame=0 top_field_first=0 repeat_pict=0 @@ -269,8 +249,6 @@ pkt_dts_time=0.046440 best_effort_timestamp=2048 best_effort_timestamp_time=0.046440 -pkt_duration=1024 -pkt_duration_time=0.023220 duration=1024 duration_time=0.023220 pkt_pos=525677 @@ -303,8 +281,6 @@ pkt_dts_time=0.069660 best_effort_timestamp=3072 best_effort_timestamp_time=0.069660 -pkt_duration=1024 -pkt_duration_time=0.023220 duration=1024 duration_time=0.023220 pkt_pos=527748 @@ -337,8 +313,6 @@ pkt_dts_time=0.080000 best_effort_timestamp=4096 best_effort_timestamp_time=0.080000 -pkt_duration=2048 -pkt_duration_time=0.040000 duration=2048 duration_time=0.040000 pkt_pos=529826 @@ -348,8 +322,6 @@ pix_fmt=rgb24 sample_aspect_ratio=1:1 pict_type=I -coded_picture_number=0 -display_picture_number=0 interlaced_frame=0 top_field_first=0 repeat_pict=0 @@ -382,8 +354,6 @@ pkt_dts_time=0.080000 best_effort_timestamp=4096 best_effort_timestamp_time=0.080000 -pkt_duration=2048 -pkt_duration_time=0.040000 duration=2048 duration_time=0.040000 pkt_pos=760250 @@ -393,8 +363,6 @@ pix_fmt=rgb24 sample_aspect_ratio=1:1 pict_type=I -coded_picture_number=0 -display_picture_number=0 interlaced_frame=0 top_field_first=0 repeat_pict=0 @@ -427,8 +395,6 @@ pkt_dts_time=0.092880 best_effort_timestamp=4096 best_effort_timestamp_time=0.092880 -pkt_duration=1024 -pkt_duration_time=0.023220 duration=1024 duration_time=0.023220 pkt_pos=790255 @@ -461,8 +427,6 @@ pkt_dts_time=0.116100 best_effort_timestamp=5120 best_effort_timestamp_time=0.116100 -pkt_duration=393 -pkt_duration_time=0.008912 duration=393 duration_time=0.008912 pkt_pos=792326 @@ -495,8 +459,6 @@ pkt_dts_time=0.120000 best_effort_timestamp=6144 best_effort_timestamp_time=0.120000 -pkt_duration=2048 -pkt_duration_time=0.040000 duration=2048 duration_time=0.040000 pkt_pos=793142 @@ -506,8 +468,6 @@ pix_fmt=rgb24 sample_aspect_ratio=1:1 pict_type=I -coded_picture_number=0 -display_picture_number=0 interlaced_frame=0 top_field_first=0 repeat_pict=0 @@ -540,8 +500,6 @@ pkt_dts_time=0.120000 best_effort_timestamp=6144 best_effort_timestamp_time=0.120000 -pkt_duration=2048 -pkt_duration_time=0.040000 duration=2048 duration_time=0.040000 pkt_pos=1023566 @@ -551,8 +509,6 @@ pix_fmt=rgb24 sample_aspect_ratio=1:1 pict_type=I -coded_picture_number=0 -display_picture_number=0 interlaced_frame=0 top_field_first=0 repeat_pict=0 Test ffprobe_default failed. Look at tests/data/fate/ffprobe_default.err for details. make: *** [fate-ffprobe_default] Error 1 TEST ffprobe_flat --- /home/fate/fate/src/tests/ref/fate/ffprobe_flat 2023-02-28 17:12:37.000000000 +0100 +++ tests/data/fate/ffprobe_flat 2023-02-28 17:31:03.000000000 +0100 @@ -18,8 +18,6 @@ packets_and_frames.frame.0.pkt_dts_time="0.000000" packets_and_frames.frame.0.best_effort_timestamp=0 packets_and_frames.frame.0.best_effort_timestamp_time="0.000000" -packets_and_frames.frame.0.pkt_duration=1024 -packets_and_frames.frame.0.pkt_duration_time="0.023220" packets_and_frames.frame.0.duration=1024 packets_and_frames.frame.0.duration_time="0.023220" packets_and_frames.frame.0.pkt_pos="669" @@ -48,8 +46,6 @@ packets_and_frames.frame.1.pkt_dts_time="0.000000" packets_and_frames.frame.1.best_effort_timestamp=0 packets_and_frames.frame.1.best_effort_timestamp_time="0.000000" -packets_and_frames.frame.1.pkt_duration=2048 -packets_and_frames.frame.1.pkt_duration_time="0.040000" packets_and_frames.frame.1.duration=2048 packets_and_frames.frame.1.duration_time="0.040000" packets_and_frames.frame.1.pkt_pos="2744" @@ -59,8 +55,6 @@ packets_and_frames.frame.1.pix_fmt="rgb24" packets_and_frames.frame.1.sample_aspect_ratio="1:1" packets_and_frames.frame.1.pict_type="I" -packets_and_frames.frame.1.coded_picture_number=0 -packets_and_frames.frame.1.display_picture_number=0 packets_and_frames.frame.1.interlaced_frame=0 packets_and_frames.frame.1.top_field_first=0 packets_and_frames.frame.1.repeat_pict=0 @@ -89,8 +83,6 @@ packets_and_frames.frame.2.pkt_dts_time="0.000000" packets_and_frames.frame.2.best_effort_timestamp=0 packets_and_frames.frame.2.best_effort_timestamp_time="0.000000" -packets_and_frames.frame.2.pkt_duration=2048 -packets_and_frames.frame.2.pkt_duration_time="0.040000" packets_and_frames.frame.2.duration=2048 packets_and_frames.frame.2.duration_time="0.040000" packets_and_frames.frame.2.pkt_pos="233165" @@ -100,8 +92,6 @@ packets_and_frames.frame.2.pix_fmt="rgb24" packets_and_frames.frame.2.sample_aspect_ratio="1:1" packets_and_frames.frame.2.pict_type="I" -packets_and_frames.frame.2.coded_picture_number=0 -packets_and_frames.frame.2.display_picture_number=0 packets_and_frames.frame.2.interlaced_frame=0 packets_and_frames.frame.2.top_field_first=0 packets_and_frames.frame.2.repeat_pict=0 @@ -130,8 +120,6 @@ packets_and_frames.frame.3.pkt_dts_time="0.023220" packets_and_frames.frame.3.best_effort_timestamp=1024 packets_and_frames.frame.3.best_effort_timestamp_time="0.023220" -packets_and_frames.frame.3.pkt_duration=1024 -packets_and_frames.frame.3.pkt_duration_time="0.023220" packets_and_frames.frame.3.duration=1024 packets_and_frames.frame.3.duration_time="0.023220" packets_and_frames.frame.3.pkt_pos="263170" @@ -160,8 +148,6 @@ packets_and_frames.frame.4.pkt_dts_time="0.040000" packets_and_frames.frame.4.best_effort_timestamp=2048 packets_and_frames.frame.4.best_effort_timestamp_time="0.040000" -packets_and_frames.frame.4.pkt_duration=2048 -packets_and_frames.frame.4.pkt_duration_time="0.040000" packets_and_frames.frame.4.duration=2048 packets_and_frames.frame.4.duration_time="0.040000" packets_and_frames.frame.4.pkt_pos="265248" @@ -171,8 +157,6 @@ packets_and_frames.frame.4.pix_fmt="rgb24" packets_and_frames.frame.4.sample_aspect_ratio="1:1" packets_and_frames.frame.4.pict_type="I" -packets_and_frames.frame.4.coded_picture_number=0 -packets_and_frames.frame.4.display_picture_number=0 packets_and_frames.frame.4.interlaced_frame=0 packets_and_frames.frame.4.top_field_first=0 packets_and_frames.frame.4.repeat_pict=0 @@ -201,8 +185,6 @@ packets_and_frames.frame.5.pkt_dts_time="0.040000" packets_and_frames.frame.5.best_effort_timestamp=2048 packets_and_frames.frame.5.best_effort_timestamp_time="0.040000" -packets_and_frames.frame.5.pkt_duration=2048 -packets_and_frames.frame.5.pkt_duration_time="0.040000" packets_and_frames.frame.5.duration=2048 packets_and_frames.frame.5.duration_time="0.040000" packets_and_frames.frame.5.pkt_pos="495672" @@ -212,8 +194,6 @@ packets_and_frames.frame.5.pix_fmt="rgb24" packets_and_frames.frame.5.sample_aspect_ratio="1:1" packets_and_frames.frame.5.pict_type="I" -packets_and_frames.frame.5.coded_picture_number=0 -packets_and_frames.frame.5.display_picture_number=0 packets_and_frames.frame.5.interlaced_frame=0 packets_and_frames.frame.5.top_field_first=0 packets_and_frames.frame.5.repeat_pict=0 @@ -242,8 +222,6 @@ packets_and_frames.frame.6.pkt_dts_time="0.046440" packets_and_frames.frame.6.best_effort_timestamp=2048 packets_and_frames.frame.6.best_effort_timestamp_time="0.046440" -packets_and_frames.frame.6.pkt_duration=1024 -packets_and_frames.frame.6.pkt_duration_time="0.023220" packets_and_frames.frame.6.duration=1024 packets_and_frames.frame.6.duration_time="0.023220" packets_and_frames.frame.6.pkt_pos="525677" @@ -272,8 +250,6 @@ packets_and_frames.frame.7.pkt_dts_time="0.069660" packets_and_frames.frame.7.best_effort_timestamp=3072 packets_and_frames.frame.7.best_effort_timestamp_time="0.069660" -packets_and_frames.frame.7.pkt_duration=1024 -packets_and_frames.frame.7.pkt_duration_time="0.023220" packets_and_frames.frame.7.duration=1024 packets_and_frames.frame.7.duration_time="0.023220" packets_and_frames.frame.7.pkt_pos="527748" @@ -302,8 +278,6 @@ packets_and_frames.frame.8.pkt_dts_time="0.080000" packets_and_frames.frame.8.best_effort_timestamp=4096 packets_and_frames.frame.8.best_effort_timestamp_time="0.080000" -packets_and_frames.frame.8.pkt_duration=2048 -packets_and_frames.frame.8.pkt_duration_time="0.040000" packets_and_frames.frame.8.duration=2048 packets_and_frames.frame.8.duration_time="0.040000" packets_and_frames.frame.8.pkt_pos="529826" @@ -313,8 +287,6 @@ packets_and_frames.frame.8.pix_fmt="rgb24" packets_and_frames.frame.8.sample_aspect_ratio="1:1" packets_and_frames.frame.8.pict_type="I" -packets_and_frames.frame.8.coded_picture_number=0 -packets_and_frames.frame.8.display_picture_number=0 packets_and_frames.frame.8.interlaced_frame=0 packets_and_frames.frame.8.top_field_first=0 packets_and_frames.frame.8.repeat_pict=0 @@ -343,8 +315,6 @@ packets_and_frames.frame.9.pkt_dts_time="0.080000" packets_and_frames.frame.9.best_effort_timestamp=4096 packets_and_frames.frame.9.best_effort_timestamp_time="0.080000" -packets_and_frames.frame.9.pkt_duration=2048 -packets_and_frames.frame.9.pkt_duration_time="0.040000" packets_and_frames.frame.9.duration=2048 packets_and_frames.frame.9.duration_time="0.040000" packets_and_frames.frame.9.pkt_pos="760250" @@ -354,8 +324,6 @@ packets_and_frames.frame.9.pix_fmt="rgb24" packets_and_frames.frame.9.sample_aspect_ratio="1:1" packets_and_frames.frame.9.pict_type="I" -packets_and_frames.frame.9.coded_picture_number=0 -packets_and_frames.frame.9.display_picture_number=0 packets_and_frames.frame.9.interlaced_frame=0 packets_and_frames.frame.9.top_field_first=0 packets_and_frames.frame.9.repeat_pict=0 @@ -384,8 +352,6 @@ packets_and_frames.frame.10.pkt_dts_time="0.092880" packets_and_frames.frame.10.best_effort_timestamp=4096 packets_and_frames.frame.10.best_effort_timestamp_time="0.092880" -packets_and_frames.frame.10.pkt_duration=1024 -packets_and_frames.frame.10.pkt_duration_time="0.023220" packets_and_frames.frame.10.duration=1024 packets_and_frames.frame.10.duration_time="0.023220" packets_and_frames.frame.10.pkt_pos="790255" @@ -414,8 +380,6 @@ packets_and_frames.frame.11.pkt_dts_time="0.116100" packets_and_frames.frame.11.best_effort_timestamp=5120 packets_and_frames.frame.11.best_effort_timestamp_time="0.116100" -packets_and_frames.frame.11.pkt_duration=393 -packets_and_frames.frame.11.pkt_duration_time="0.008912" packets_and_frames.frame.11.duration=393 packets_and_frames.frame.11.duration_time="0.008912" packets_and_frames.frame.11.pkt_pos="792326" @@ -444,8 +408,6 @@ packets_and_frames.frame.12.pkt_dts_time="0.120000" packets_and_frames.frame.12.best_effort_timestamp=6144 packets_and_frames.frame.12.best_effort_timestamp_time="0.120000" -packets_and_frames.frame.12.pkt_duration=2048 -packets_and_frames.frame.12.pkt_duration_time="0.040000" packets_and_frames.frame.12.duration=2048 packets_and_frames.frame.12.duration_time="0.040000" packets_and_frames.frame.12.pkt_pos="793142" @@ -455,8 +417,6 @@ packets_and_frames.frame.12.pix_fmt="rgb24" packets_and_frames.frame.12.sample_aspect_ratio="1:1" packets_and_frames.frame.12.pict_type="I" -packets_and_frames.frame.12.coded_picture_number=0 -packets_and_frames.frame.12.display_picture_number=0 packets_and_frames.frame.12.interlaced_frame=0 packets_and_frames.frame.12.top_field_first=0 packets_and_frames.frame.12.repeat_pict=0 @@ -485,8 +445,6 @@ packets_and_frames.frame.13.pkt_dts_time="0.120000" packets_and_frames.frame.13.best_effort_timestamp=6144 packets_and_frames.frame.13.best_effort_timestamp_time="0.120000" -packets_and_frames.frame.13.pkt_duration=2048 -packets_and_frames.frame.13.pkt_duration_time="0.040000" packets_and_frames.frame.13.duration=2048 packets_and_frames.frame.13.duration_time="0.040000" packets_and_frames.frame.13.pkt_pos="1023566" @@ -496,8 +454,6 @@ packets_and_frames.frame.13.pix_fmt="rgb24" packets_and_frames.frame.13.sample_aspect_ratio="1:1" packets_and_frames.frame.13.pict_type="I" -packets_and_frames.frame.13.coded_picture_number=0 -packets_and_frames.frame.13.display_picture_number=0 packets_and_frames.frame.13.interlaced_frame=0 packets_and_frames.frame.13.top_field_first=0 packets_and_frames.frame.13.repeat_pict=0 Test ffprobe_flat failed. Look at tests/data/fate/ffprobe_flat.err for details. make: *** [fate-ffprobe_flat] Error 1 TEST ffprobe_ini --- /home/fate/fate/src/tests/ref/fate/ffprobe_ini 2023-02-28 17:12:37.000000000 +0100 +++ tests/data/fate/ffprobe_ini 2023-02-28 17:31:03.000000000 +0100 @@ -23,8 +23,6 @@ pkt_dts_time=0.000000 best_effort_timestamp=0 best_effort_timestamp_time=0.000000 -pkt_duration=1024 -pkt_duration_time=0.023220 duration=1024 duration_time=0.023220 pkt_pos=669 @@ -57,8 +55,6 @@ pkt_dts_time=0.000000 best_effort_timestamp=0 best_effort_timestamp_time=0.000000 -pkt_duration=2048 -pkt_duration_time=0.040000 duration=2048 duration_time=0.040000 pkt_pos=2744 @@ -68,8 +64,6 @@ pix_fmt=rgb24 sample_aspect_ratio=1\:1 pict_type=I -coded_picture_number=0 -display_picture_number=0 interlaced_frame=0 top_field_first=0 repeat_pict=0 @@ -102,8 +96,6 @@ pkt_dts_time=0.000000 best_effort_timestamp=0 best_effort_timestamp_time=0.000000 -pkt_duration=2048 -pkt_duration_time=0.040000 duration=2048 duration_time=0.040000 pkt_pos=233165 @@ -113,8 +105,6 @@ pix_fmt=rgb24 sample_aspect_ratio=1\:1 pict_type=I -coded_picture_number=0 -display_picture_number=0 interlaced_frame=0 top_field_first=0 repeat_pict=0 @@ -147,8 +137,6 @@ pkt_dts_time=0.023220 best_effort_timestamp=1024 best_effort_timestamp_time=0.023220 -pkt_duration=1024 -pkt_duration_time=0.023220 duration=1024 duration_time=0.023220 pkt_pos=263170 @@ -181,8 +169,6 @@ pkt_dts_time=0.040000 best_effort_timestamp=2048 best_effort_timestamp_time=0.040000 -pkt_duration=2048 -pkt_duration_time=0.040000 duration=2048 duration_time=0.040000 pkt_pos=265248 @@ -192,8 +178,6 @@ pix_fmt=rgb24 sample_aspect_ratio=1\:1 pict_type=I -coded_picture_number=0 -display_picture_number=0 interlaced_frame=0 top_field_first=0 repeat_pict=0 @@ -226,8 +210,6 @@ pkt_dts_time=0.040000 best_effort_timestamp=2048 best_effort_timestamp_time=0.040000 -pkt_duration=2048 -pkt_duration_time=0.040000 duration=2048 duration_time=0.040000 pkt_pos=495672 @@ -237,8 +219,6 @@ pix_fmt=rgb24 sample_aspect_ratio=1\:1 pict_type=I -coded_picture_number=0 -display_picture_number=0 interlaced_frame=0 top_field_first=0 repeat_pict=0 @@ -271,8 +251,6 @@ pkt_dts_time=0.046440 best_effort_timestamp=2048 best_effort_timestamp_time=0.046440 -pkt_duration=1024 -pkt_duration_time=0.023220 duration=1024 duration_time=0.023220 pkt_pos=525677 @@ -305,8 +283,6 @@ pkt_dts_time=0.069660 best_effort_timestamp=3072 best_effort_timestamp_time=0.069660 -pkt_duration=1024 -pkt_duration_time=0.023220 duration=1024 duration_time=0.023220 pkt_pos=527748 @@ -339,8 +315,6 @@ pkt_dts_time=0.080000 best_effort_timestamp=4096 best_effort_timestamp_time=0.080000 -pkt_duration=2048 -pkt_duration_time=0.040000 duration=2048 duration_time=0.040000 pkt_pos=529826 @@ -350,8 +324,6 @@ pix_fmt=rgb24 sample_aspect_ratio=1\:1 pict_type=I -coded_picture_number=0 -display_picture_number=0 interlaced_frame=0 top_field_first=0 repeat_pict=0 @@ -384,8 +356,6 @@ pkt_dts_time=0.080000 best_effort_timestamp=4096 best_effort_timestamp_time=0.080000 -pkt_duration=2048 -pkt_duration_time=0.040000 duration=2048 duration_time=0.040000 pkt_pos=760250 @@ -395,8 +365,6 @@ pix_fmt=rgb24 sample_aspect_ratio=1\:1 pict_type=I -coded_picture_number=0 -display_picture_number=0 interlaced_frame=0 top_field_first=0 repeat_pict=0 @@ -429,8 +397,6 @@ pkt_dts_time=0.092880 best_effort_timestamp=4096 best_effort_timestamp_time=0.092880 -pkt_duration=1024 -pkt_duration_time=0.023220 duration=1024 duration_time=0.023220 pkt_pos=790255 @@ -463,8 +429,6 @@ pkt_dts_time=0.116100 best_effort_timestamp=5120 best_effort_timestamp_time=0.116100 -pkt_duration=393 -pkt_duration_time=0.008912 duration=393 duration_time=0.008912 pkt_pos=792326 @@ -497,8 +461,6 @@ pkt_dts_time=0.120000 best_effort_timestamp=6144 best_effort_timestamp_time=0.120000 -pkt_duration=2048 -pkt_duration_time=0.040000 duration=2048 duration_time=0.040000 pkt_pos=793142 @@ -508,8 +470,6 @@ pix_fmt=rgb24 sample_aspect_ratio=1\:1 pict_type=I -coded_picture_number=0 -display_picture_number=0 interlaced_frame=0 top_field_first=0 repeat_pict=0 @@ -542,8 +502,6 @@ pkt_dts_time=0.120000 best_effort_timestamp=6144 best_effort_timestamp_time=0.120000 -pkt_duration=2048 -pkt_duration_time=0.040000 duration=2048 duration_time=0.040000 pkt_pos=1023566 @@ -553,8 +511,6 @@ pix_fmt=rgb24 sample_aspect_ratio=1\:1 pict_type=I -coded_picture_number=0 -display_picture_number=0 interlaced_frame=0 top_field_first=0 repeat_pict=0 Test ffprobe_ini failed. Look at tests/data/fate/ffprobe_ini.err for details. make: *** [fate-ffprobe_ini] Error 1 TEST ffprobe_json --- /home/fate/fate/src/tests/ref/fate/ffprobe_json 2023-02-28 17:12:37.000000000 +0100 +++ tests/data/fate/ffprobe_json 2023-02-28 17:31:03.000000000 +0100 @@ -25,8 +25,6 @@ "pkt_dts_time": "0.000000", "best_effort_timestamp": 0, "best_effort_timestamp_time": "0.000000", - "pkt_duration": 1024, - "pkt_duration_time": "0.023220", "duration": 1024, "duration_time": "0.023220", "pkt_pos": "669", @@ -60,8 +58,6 @@ "pkt_dts_time": "0.000000", "best_effort_timestamp": 0, "best_effort_timestamp_time": "0.000000", - "pkt_duration": 2048, - "pkt_duration_time": "0.040000", "duration": 2048, "duration_time": "0.040000", "pkt_pos": "2744", @@ -71,8 +67,6 @@ "pix_fmt": "rgb24", "sample_aspect_ratio": "1:1", "pict_type": "I", - "coded_picture_number": 0, - "display_picture_number": 0, "interlaced_frame": 0, "top_field_first": 0, "repeat_pict": 0 @@ -102,8 +96,6 @@ "pkt_dts_time": "0.000000", "best_effort_timestamp": 0, "best_effort_timestamp_time": "0.000000", - "pkt_duration": 2048, - "pkt_duration_time": "0.040000", "duration": 2048, "duration_time": "0.040000", "pkt_pos": "233165", @@ -113,8 +105,6 @@ "pix_fmt": "rgb24", "sample_aspect_ratio": "1:1", "pict_type": "I", - "coded_picture_number": 0, - "display_picture_number": 0, "interlaced_frame": 0, "top_field_first": 0, "repeat_pict": 0 @@ -144,8 +134,6 @@ "pkt_dts_time": "0.023220", "best_effort_timestamp": 1024, "best_effort_timestamp_time": "0.023220", - "pkt_duration": 1024, - "pkt_duration_time": "0.023220", "duration": 1024, "duration_time": "0.023220", "pkt_pos": "263170", @@ -179,8 +167,6 @@ "pkt_dts_time": "0.040000", "best_effort_timestamp": 2048, "best_effort_timestamp_time": "0.040000", - "pkt_duration": 2048, - "pkt_duration_time": "0.040000", "duration": 2048, "duration_time": "0.040000", "pkt_pos": "265248", @@ -190,8 +176,6 @@ "pix_fmt": "rgb24", "sample_aspect_ratio": "1:1", "pict_type": "I", - "coded_picture_number": 0, - "display_picture_number": 0, "interlaced_frame": 0, "top_field_first": 0, "repeat_pict": 0 @@ -221,8 +205,6 @@ "pkt_dts_time": "0.040000", "best_effort_timestamp": 2048, "best_effort_timestamp_time": "0.040000", - "pkt_duration": 2048, - "pkt_duration_time": "0.040000", "duration": 2048, "duration_time": "0.040000", "pkt_pos": "495672", @@ -232,8 +214,6 @@ "pix_fmt": "rgb24", "sample_aspect_ratio": "1:1", "pict_type": "I", - "coded_picture_number": 0, - "display_picture_number": 0, "interlaced_frame": 0, "top_field_first": 0, "repeat_pict": 0 @@ -263,8 +243,6 @@ "pkt_dts_time": "0.046440", "best_effort_timestamp": 2048, "best_effort_timestamp_time": "0.046440", - "pkt_duration": 1024, - "pkt_duration_time": "0.023220", "duration": 1024, "duration_time": "0.023220", "pkt_pos": "525677", @@ -298,8 +276,6 @@ "pkt_dts_time": "0.069660", "best_effort_timestamp": 3072, "best_effort_timestamp_time": "0.069660", - "pkt_duration": 1024, - "pkt_duration_time": "0.023220", "duration": 1024, "duration_time": "0.023220", "pkt_pos": "527748", @@ -333,8 +309,6 @@ "pkt_dts_time": "0.080000", "best_effort_timestamp": 4096, "best_effort_timestamp_time": "0.080000", - "pkt_duration": 2048, - "pkt_duration_time": "0.040000", "duration": 2048, "duration_time": "0.040000", "pkt_pos": "529826", @@ -344,8 +318,6 @@ "pix_fmt": "rgb24", "sample_aspect_ratio": "1:1", "pict_type": "I", - "coded_picture_number": 0, - "display_picture_number": 0, "interlaced_frame": 0, "top_field_first": 0, "repeat_pict": 0 @@ -375,8 +347,6 @@ "pkt_dts_time": "0.080000", "best_effort_timestamp": 4096, "best_effort_timestamp_time": "0.080000", - "pkt_duration": 2048, - "pkt_duration_time": "0.040000", "duration": 2048, "duration_time": "0.040000", "pkt_pos": "760250", @@ -386,8 +356,6 @@ "pix_fmt": "rgb24", "sample_aspect_ratio": "1:1", "pict_type": "I", - "coded_picture_number": 0, - "display_picture_number": 0, "interlaced_frame": 0, "top_field_first": 0, "repeat_pict": 0 @@ -417,8 +385,6 @@ "pkt_dts_time": "0.092880", "best_effort_timestamp": 4096, "best_effort_timestamp_time": "0.092880", - "pkt_duration": 1024, - "pkt_duration_time": "0.023220", "duration": 1024, "duration_time": "0.023220", "pkt_pos": "790255", @@ -452,8 +418,6 @@ "pkt_dts_time": "0.116100", "best_effort_timestamp": 5120, "best_effort_timestamp_time": "0.116100", - "pkt_duration": 393, - "pkt_duration_time": "0.008912", "duration": 393, "duration_time": "0.008912", "pkt_pos": "792326", @@ -487,8 +451,6 @@ "pkt_dts_time": "0.120000", "best_effort_timestamp": 6144, "best_effort_timestamp_time": "0.120000", - "pkt_duration": 2048, - "pkt_duration_time": "0.040000", "duration": 2048, "duration_time": "0.040000", "pkt_pos": "793142", @@ -498,8 +460,6 @@ "pix_fmt": "rgb24", "sample_aspect_ratio": "1:1", "pict_type": "I", - "coded_picture_number": 0, - "display_picture_number": 0, "interlaced_frame": 0, "top_field_first": 0, "repeat_pict": 0 @@ -529,8 +489,6 @@ "pkt_dts_time": "0.120000", "best_effort_timestamp": 6144, "best_effort_timestamp_time": "0.120000", - "pkt_duration": 2048, - "pkt_duration_time": "0.040000", "duration": 2048, "duration_time": "0.040000", "pkt_pos": "1023566", @@ -540,8 +498,6 @@ "pix_fmt": "rgb24", "sample_aspect_ratio": "1:1", "pict_type": "I", - "coded_picture_number": 0, - "display_picture_number": 0, "interlaced_frame": 0, "top_field_first": 0, "repeat_pict": 0 Test ffprobe_json failed. Look at tests/data/fate/ffprobe_json.err for details. make: *** [fate-ffprobe_json] Error 1 TEST ffprobe_xml --- /home/fate/fate/src/tests/ref/fate/ffprobe_xml 2023-02-28 17:12:37.000000000 +0100 +++ tests/data/fate/ffprobe_xml 2023-02-28 17:31:03.000000000 +0100 @@ -2,33 +2,33 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + Test ffprobe_xml failed. Look at tests/data/fate/ffprobe_xml.err for details. make: *** [fate-ffprobe_xml] Error 1 TEST ffprobe_xsd --- /home/fate/fate/src/tests/ref/fate/ffprobe_xsd 2023-02-28 17:12:37.000000000 +0100 +++ tests/data/fate/ffprobe_xsd 2023-02-28 17:31:03.000000000 +0100 @@ -2,33 +2,33 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + Test ffprobe_xsd failed. Look at tests/data/fate/ffprobe_xsd.err for details. make: *** [fate-ffprobe_xsd] Error 1 TEST flv-add_keyframe_index CC tools/scale_slice_test.o CC tools/decode_simple.o LD tools/scale_slice_test TEST sws-slice-yuv422-12bit-rgb48 TEST sws-slice-bgr0-nv12 TEST probe-format-roundup997 TEST probe-format-roundup1383 TEST probe-format-roundup1414 TEST probe-format-roundup2015 GEN tests/data/vsynth_lena.yuv TEST vsynth_lena-asv1 TEST vsynth_lena-asv2 TEST vsynth_lena-vc2-420p TEST vsynth_lena-ffv1 TEST vsynth_lena-ffv1-v0 TEST vsynth_lena-ffv1-v3-yuv420p TEST vsynth_lena-ffv1-2pass TEST vsynth_lena-ffvhuff TEST vsynth_lena-flv TEST vsynth_lena-h261 TEST vsynth_lena-h261-trellis TEST vsynth_lena-h263 TEST vsynth_lena-h263-obmc TEST vsynth_lena-h263p TEST vsynth_lena-ljpeg TEST vsynth_lena-mpeg1 TEST vsynth_lena-mpeg1b TEST vsynth_lena-mpeg2 TEST vsynth_lena-mpeg2-422 TEST vsynth_lena-mpeg2-idct-int TEST vsynth_lena-mpeg2-ilace TEST vsynth_lena-mpeg2-ivlc-qprd TEST vsynth_lena-mpeg2-thread TEST vsynth_lena-mpeg2-thread-ivlc TEST vsynth_lena-mpeg4 TEST vsynth_lena-mpeg4-rc TEST vsynth_lena-mpeg4-adv TEST vsynth_lena-mpeg4-qprd TEST vsynth_lena-mpeg4-adap TEST vsynth_lena-mpeg4-qpel TEST vsynth_lena-mpeg4-thread TEST vsynth_lena-mpeg4-error TEST vsynth_lena-mpeg4-nr TEST vsynth_lena-mpeg4-nsse TEST vsynth_lena-msmpeg4 TEST vsynth_lena-msmpeg4v2 TEST vsynth_lena-rv10 TEST vsynth_lena-rv20 TEST vsynth_lena-snow-ll TEST vsynth_lena-speedhq-420p TEST vsynth_lena-wmv1 TEST vsynth_lena-wmv2 TEST vsynth_lena-yuv TEST vsynth_lena-yuv4 TEST vsynth_lena-amv TEST vsynth_lena-cinepak TEST vsynth_lena-cljr TEST vsynth_lena-vc2-420p10 TEST vsynth_lena-vc2-420p12 TEST vsynth_lena-vc2-422p TEST vsynth_lena-vc2-422p10 TEST vsynth_lena-vc2-422p12 TEST vsynth_lena-vc2-444p TEST vsynth_lena-vc2-444p10 TEST vsynth_lena-vc2-444p12 TEST vsynth_lena-vc2-thaar TEST vsynth_lena-vc2-t5_3 TEST vsynth_lena-dnxhd-720p TEST vsynth_lena-dnxhd-720p-rd TEST vsynth_lena-dnxhd-720p-10bit TEST vsynth_lena-dnxhd-720p-hr-lb TEST vsynth_lena-dnxhd-edge1-hr TEST vsynth_lena-dnxhd-edge2-hr TEST vsynth_lena-dnxhd-edge3-hr TEST vsynth_lena-dnxhd-4k-hr-lb TEST vsynth_lena-dnxhd-2k-hr-hq TEST vsynth_lena-dnxhd-uhd-hr-sq TEST vsynth_lena-dnxhd-1080i TEST vsynth_lena-dnxhd-1080i-10bit TEST vsynth_lena-dnxhd-1080i-colr TEST vsynth_lena-dnxhd-hr-lb-mov TEST vsynth_lena-dnxhd-hr-sq-mov TEST vsynth_lena-dnxhd-hr-hq-mov TEST vsynth_lena-dv TEST vsynth_lena-dv-411 TEST vsynth_lena-dv-50 TEST vsynth_lena-dv-hd TEST vsynth_lena-dv-fhd diff: standard output: No space left on device Test vsynth_lena-dv-fhd failed. Look at tests/data/fate/vsynth_lena-dv-fhd.err for details. make: *** [fate-vsynth_lena-dv-fhd] Error 228 TEST vsynth_lena-ffv1-v3-yuv422p10 diff: standard output: No space left on device Test vsynth_lena-ffv1-v3-yuv422p10 failed. Look at tests/data/fate/vsynth_lena-ffv1-v3-yuv422p10.err for details. make: *** [fate-vsynth_lena-ffv1-v3-yuv422p10] Error 228 TEST vsynth_lena-ffv1-v3-yuv444p16 diff: standard output: No space left on device Test vsynth_lena-ffv1-v3-yuv444p16 failed. Look at tests/data/fate/vsynth_lena-ffv1-v3-yuv444p16.err for details. make: *** [fate-vsynth_lena-ffv1-v3-yuv444p16] Error 228 TEST vsynth_lena-ffv1-v3-bgr0 diff: standard output: No space left on device Test vsynth_lena-ffv1-v3-bgr0 failed. Look at tests/data/fate/vsynth_lena-ffv1-v3-bgr0.err for details. make: *** [fate-vsynth_lena-ffv1-v3-bgr0] Error 228 TEST vsynth_lena-ffv1-v3-rgb48 diff: standard output: No space left on device Test vsynth_lena-ffv1-v3-rgb48 failed. Look at tests/data/fate/vsynth_lena-ffv1-v3-rgb48.err for details. make: *** [fate-vsynth_lena-ffv1-v3-rgb48] Error 228 TEST vsynth_lena-ffvhuff444 diff: standard output: No space left on device Test vsynth_lena-ffvhuff444 failed. Look at tests/