On Tue, 20 Sep 2016, Diego Biurrun wrote:
ptrdiff_t is the correct type for array strides and similar. --- doc/optimization.txt | 2 +- libavcodec/arm/idct.h | 13 ++++---- libavcodec/arm/idctdsp_arm.S | 2 +- libavcodec/arm/idctdsp_init_arm.c | 15 ++++++---- libavcodec/arm/idctdsp_init_armv6.c | 2 +- libavcodec/arm/simple_idct_armv6.S | 4 +-- libavcodec/arm/simple_idct_neon.S | 4 +-- libavcodec/arm/vc1dsp_init_neon.c | 14 ++++----- libavcodec/arm/vc1dsp_neon.S | 6 ++-- libavcodec/dct.h | 5 ++-- libavcodec/dv.h | 2 +- libavcodec/dvdec.c | 2 +- libavcodec/faanidct.c | 10 +++++-- libavcodec/faanidct.h | 5 ++-- libavcodec/idctdsp.c | 10 +++---- libavcodec/idctdsp.h | 14 ++++----- libavcodec/jrevdct.c | 4 +-- libavcodec/ppc/idctdsp.c | 4 +-- libavcodec/ppc/vc1dsp_altivec.c | 3 +- libavcodec/simple_idct.c | 12 ++++---- libavcodec/simple_idct.h | 17 ++++++----- libavcodec/simple_idct_template.c | 8 ++--- libavcodec/tests/dct.c | 5 ++-- libavcodec/vc1dsp.c | 54 ++++++++++++++++----------------- libavcodec/vc1dsp.h | 14 ++++----- libavcodec/wmv2dsp.c | 4 +-- libavcodec/wmv2dsp.h | 4 +-- libavcodec/x86/idctdsp.h | 7 +++-- libavcodec/x86/idctdsp_mmx.c | 6 ++-- libavcodec/x86/simple_idct.c | 4 +-- libavcodec/x86/simple_idct.h | 5 ++-- libavcodec/x86/vc1dsp_mmx.c | 60 ++++++++++++++++++------------------- libavcodec/x86/xvididct.h | 13 ++++---- libavcodec/x86/xvididct_mmx.c | 8 ++--- libavcodec/x86/xvididct_sse2.c | 4 +-- libavcodec/xvididct.c | 4 +-- 36 files changed, 184 insertions(+), 166 deletions(-)
Ok // Martin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
