git.libav.org Git - libav.git/rss log

Libav master git repository

http://git.libav.org/?p=libav.git;a=summary

Les articles publiés sur le site

  • hwcontext_dxva2 : use the special UC copy for downloading frames

    24 août 2016, par Anton Khirnov
    hwcontext_dxva2: use the special UC copy for downloading frames
    
    • [DBH] libavutil/hwcontext_dxva2.c
  • cavs : Change type of stride parameters to ptrdiff_t

    24 août 2016, par Diego Biurrun
    cavs: Change type of stride parameters to ptrdiff_t
    
    ptrdiff_t is the correct type for array strides and similar.
    
    • [DBH] libavcodec/cavs.c
    • [DBH] libavcodec/cavs.h
    • [DBH] libavcodec/cavsdec.c
    • [DBH] libavcodec/cavsdsp.c
    • [DBH] libavcodec/cavsdsp.h
    • [DBH] libavcodec/x86/cavsdsp.c
  • vp8 : Change type of stride parameters to ptrdiff_t

    23 août 2016, par Diego Biurrun
    vp8: Change type of stride parameters to ptrdiff_t
    
    ptrdiff_t is the correct type for array strides and similar.
    
    • [DBH] libavcodec/vp8.c
    • [DBH] libavcodec/vp8.h
    • [DBH] tests/checkasm/vp8dsp.c
  • vp56 : Change type of stride parameters to ptrdiff_t

    23 août 2016, par Diego Biurrun
    vp56: Change type of stride parameters to ptrdiff_t
    
    This avoids SIMD-optimized functions having to sign-extend their
    line size argument manually to be able to do pointer arithmetic.
    
    • [DBH] libavcodec/arm/vp6dsp_init_arm.c
    • [DBH] libavcodec/vp56.h
    • [DBH] libavcodec/vp56dsp.c
    • [DBH] libavcodec/vp56dsp.h
    • [DBH] libavcodec/vp6.c
    • [DBH] libavcodec/vp6dsp.c
    • [DBH] libavcodec/x86/vp6dsp.asm
    • [DBH] libavcodec/x86/vp6dsp_init.c
  • vp3 : Change type of stride parameters to ptrdiff_t

    23 août 2016, par Diego Biurrun
    vp3: Change type of stride parameters to ptrdiff_t
    
    This avoids SIMD-optimized functions having to sign-extend their
    stride argument manually to be able to do pointer arithmetic.
    
    Also adjust parameter names to be "stride" everywhere.
    
    • [DBH] libavcodec/arm/vp3dsp_init_arm.c
    • [DBH] libavcodec/ppc/vp3dsp_altivec.c
    • [DBH] libavcodec/vp3dsp.c
    • [DBH] libavcodec/vp3dsp.h
    • [DBH] libavcodec/x86/vp3dsp.asm
    • [DBH] libavcodec/x86/vp3dsp_init.c