git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
hwcontext_dxva2 : use the special UC copy for downloading frames
24 août 2016, par Anton Khirnov -
cavs : Change type of stride parameters to ptrdiff_t
24 août 2016, par Diego Biurrun -
vp8 : Change type of stride parameters to ptrdiff_t
23 août 2016, par Diego Biurrun -
vp56 : Change type of stride parameters to ptrdiff_t
23 août 2016, par Diego Biurrunvp56: 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.
-
vp3 : Change type of stride parameters to ptrdiff_t
23 août 2016, par Diego Biurrunvp3: 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.