hevc_parts2
Commits on Sep 18, 2016
-
hevc: Add checkasm test for IDCT
sasshka committedSep 18, 2016 -
sasshka committed
Sep 18, 2016
Commits on Sep 15, 2016
-
sasshka committed
Sep 15, 2016 -
hevc: remove ADD_SHIFT macro to save 1 instruction
sasshka committedSep 15, 2016 -
sasshka committed
Sep 15, 2016 -
sasshka committed
Sep 15, 2016 -
sasshka committed
Sep 15, 2016 -
sasshka committed
Sep 15, 2016 -
sasshka committed
Sep 15, 2016 -
sasshka committed
Sep 15, 2016 -
sasshka committed
Sep 15, 2016 -
sasshka committed
Sep 15, 2016 -
x86/hevc_res_add: add ff_hevc_add_residual_32_8_avx2
Integration to Libav by Josh de Kock <josh at itanimul.li>. ~20% faster than AVX. Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: James Almer <jamrial@gmail.com>
-
Integration to Libav by Josh de Kock <josh at itanimul.li>. ~15% faster than sse2 Reviewed-by: Mickaël Raulet <mraulet@gmail.com> Reviewed-by: Christophe Gisquet <christophe.gisquet@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
-
Integration to Libav by Josh de Kock <josh at itanimul.li>. Authors: James Almer <jamrial@gmail.com> Pierre Edouard Lepere <Pierre-Edouard.Lepere@insa-rennes.fr>
Commits on Sep 14, 2016
-
vf_scale_vaapi: Crop input surface to active region
If the input has been decoded from a stream which uses edge cropping then the whole surface need not be valid. This defines an input region for the scaler so we only use the active area of the frame.
fhvwy committedSep 14, 2016 -
vaapi_h264: Fix HRD bit_rate/cpb_size scaling
There should be an extra offset of 6 on bit_rate_scale and of 4 on cpb_size_scale which were not accounted for here.
fhvwy committedSep 14, 2016 -
hwcontext_vdpau: Fix missing subscripts
Also remove the redundant casts which were hiding the error here.
fhvwy committedSep 14, 2016 -
hwcontext_vdpau: Remove duplicate definition of GET_CALLBACK
fhvwy committedSep 14, 2016 -
pixblockdsp: 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. Also adjust parameter names to be "stride" everywhere.
DonDiego committedSep 14, 2016
Commits on Sep 13, 2016
-
configure: Drop check_lib()/require() in favor of check_lib2()/requir…
…e2() The latter can do everything the former can do, but also handle conditions the former cannot like multiple header #includes and checking for headers and functions in a single test program, which is necessary for certain library tests.
DonDiego committedSep 13, 2016
Commits on Sep 11, 2016
-
ppc: mpegvideo: Add proper runtime AltiVec detection
DonDiego committedSep 11, 2016 -
DonDiego committed
Sep 11, 2016 -
audiodsp: ppc: Add VSX variant
Signed-off-by: Luca Barbato <lu_zero@gentoo.org> Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
checkasm: Read the unsigned value as it should
Reading a value larger than int using atoi() may give the wrong result.
lu-zero committedSep 11, 2016
Commits on Sep 9, 2016
-
vaapi_vp8: Explicitly include libva vp8 decode header
With some old libva versions <va/va.h> does not automatically include the per-codec subsidiary headers, so we need to include the right one explicitly ourselves.
fhvwy committedSep 9, 2016
Commits on Sep 8, 2016
-
vaapi_decode: Ignore the profile when not useful
Enables VP8 decoding - the decoder places the the bitstream version in the profile field, which we want to ignore.
fhvwy committedSep 8, 2016 -
lavc/vaapi: Add VP8 decode hwaccel
fhvwy committedSep 8, 2016 -
Also adds some extra fields to the main context structure that may be needed by a hwaccel decoder.
fhvwy committedSep 8, 2016 -
utvideo: Change type of array stride parameters to ptrdiff_t
ptrdiff_t is the correct type for array strides and similar.
DonDiego committedSep 8, 2016
Commits on Sep 7, 2016
-
iir_filter: Change type of array stride parameters to ptrdiff_t
ptrdiff_t is the correct type for array strides and similar.
DonDiego committedSep 7, 2016 -
error_resilience: Change type of array stride parameters to ptrdiff_t
ptrdiff_t is the correct type for array strides and similar.
DonDiego committedSep 7, 2016
Commits on Sep 6, 2016
-
configure: Simplify clock_gettime() test
DonDiego committedSep 6, 2016
Commits on Sep 5, 2016
-
build: Fix directory dependencies of tests/pixfmts.mak target
DonDiego committedSep 5, 2016 -
configure: Fix --disable-pod2man / --disable-texi2html
DonDiego committedSep 5, 2016