- 20 Mar, 2017 40 commits
-
-
Clément Bœsch authored
* commit '1d6c76e1': audiodsp/x86: fix ff_vector_clip_int32_sse2 No functionnal changes, only cosmetics. This issue was fixed in 9a9e2f1c. Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '07e1f99a': x86util: Document SBUTTERFLY macro Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit 'de64dd13': avcodec: Add the extended pixel format profile for HEVC This commit is a noop, see 5a41999dMerged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '136f5520': mpegvideo_motion: Handle edge emulation even without unrestricted_mv This commit is a noop, see 7b1e0bebMerged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '15fcf629': build: remove hardcoded name of version header This commit is noop, our version.sh is completely different. Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '8c201dde': build: doc: more fine-grained dependencies for generated texi files This commit is a noop, we have a different system for handling the documentation. Merged-by: Clément Bœsch <u@pkh.me>
-
Matthieu Bouron authored
-
Clément Bœsch authored
* commit 'bc739993': libdc1394: Distinguish between enumeration errors and no cameras found This commit is a noop, see 384251daMerged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit 'df379502': rtsp: Fix a crash with the RTSP muxer This commit is a noop, see f8a13c72Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit 'bdf7610e': vf_scale_vaapi: Crop input surface to active region Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '3a9662af': vaapi_h264: Fix HRD bit_rate/cpb_size scaling This commit is a noop, see 06d73d00Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '7081620a': hwcontext_vdpau: Fix missing subscripts This commit is a noop, see f7e9275fMerged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '09a145b3': hwcontext_vdpau: Remove duplicate definition of GET_CALLBACK Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit 'de452e50': pixblockdsp: Change type of stride parameters to ptrdiff_t Merged-by: Clément Bœsch <u@pkh.me>
-
Paul B Mahol authored
Fixes #6250. Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Ricardo Constantino authored
Regression from 4563a86f. Both need stdint.h included before the respective x264.h and xavs.h. Old require() used different, separate checks that didn't actually need stdint.h to work. require2()'s (now require) check_func_headers() does include stdint.h but only after the custom headers. For libxavs this would also be consequently fixed by libav's commit 20abcaa2 which wasn't merged yet.
-
Ilia authored
vp9_diag_downleft_16x16_10bpp_c: 263.0 vp9_diag_downleft_16x16_10bpp_sse2: 44.7 vp9_diag_downleft_16x16_10bpp_ssse3: 32.5 vp9_diag_downleft_16x16_10bpp_avx: 31.9 vp9_diag_downleft_16x16_10bpp_avx2: 25.7 vp9_diag_downleft_16x16_12bpp_c: 264.7 vp9_diag_downleft_16x16_12bpp_sse2: 44.4 vp9_diag_downleft_16x16_12bpp_ssse3: 32.0 vp9_diag_downleft_16x16_12bpp_avx: 32.4 vp9_diag_downleft_16x16_12bpp_avx2: 25.5 Benchmarked with 10000 runs Signed-off-by: Ilia <zakne0ne@gmail.com> Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Mirage Abeysekara authored
checkasm --bench results with 5000 runs pred16x16_tm_vp8_c: 302.8 pred16x16_tm_vp8_mmx: 101.4 pred16x16_tm_vp8_mmxext: 95.5 pred16x16_tm_vp8_sse2: 95.1 pred16x16_tm_vp8_avx2: 38.2 Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Ronald S. Bultje authored
-
Clément Bœsch authored
* commit 'ab3554e1': configure: Drop check_lib()/require() in favor of check_lib2()/require2() Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '468bfe38': ppc: mpegvideo: Add proper runtime AltiVec detection Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '6ce93757': ppc: Update #endif comments This commit is mostly a noop as we seem to support PPC LE (see 902ce2a6). Only the h264 chunks are updated. Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit 'caccb3a0': audiodsp: ppc: Add VSX variant Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit 'e89cef40': checkasm: Read the unsigned value as it should Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '75d642a9': vaapi_vp8: Explicitly include libva vp8 decode header vaapi_decode: Ignore the profile when not useful lavc/vaapi: Add VP8 decode hwaccel vp8: Add hwaccel hooks This merge is a noop as these commits are already under review on the mailing list. doc/libav-merge.txt is updated to track its progress. Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '131a85a1': utvideo: Change type of array stride parameters to ptrdiff_t Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '52730e0f': iir_filter: Change type of array stride parameters to ptrdiff_t The merge also updates the MIPS code and drop the extra log.h include. Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '6b527629': error_resilience: Change type of array stride parameters to ptrdiff_t Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit 'ec903058': configure: Simplify clock_gettime() test nanosleep check also updated. Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '3aa9d37d': build: Fix directory dependencies of tests/pixfmts.mak target This might not be necessary given our mkdirs in the configure, but it probably doesn't hurt. Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '0e5dde73': configure: Fix --disable-pod2man / --disable-texi2html This commit is a noop, we have dedicated documentation option for this purpose. Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
The configure has the --disable-manpages option for this purpose, and --disable-pod2man is currently ignored due to that. This is also consistent with the other documentation options.
-
Clément Bœsch authored
* commit 'b8c2d407': configure: Simplify libopenjpeg check This commit is a noop, our libopenjpeg check is already "simpler". Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '2610c952': configure: Move initial VAAPI check to a more sensible place This commit is a noop, see 17989dcfMerged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '5b5ed92d': sanm: Change type of array pitch parameters to ptrdiff_t Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
-
Clément Bœsch authored
* commit '73f5e17a': copy_block: Change type of array stride parameters to ptrdiff_t Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '21e500ba': svq1dec: Change type of array pitch parameters to ptrdiff_t Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '746c56b7': indeo: Change type of array pitch parameters to ptrdiff_t Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '4fb311c8': Drop memalign hack Merged, as this may indeed be uneeded since 46e3936f. Merged-by: Clément Bœsch <u@pkh.me>
-