2459 Commits (b2bbcede5e44e4c71d761ac28f3a5c1e653c3cb6)

Author SHA1 Message Date
Lynne 9e05421dbe
ac3enc_fixed: drop unnecessary fixed-point DSP code 4 years ago
Anton Khirnov e15371061d lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump 4 years ago
Anton Khirnov c8c2dfbc37 lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h 4 years ago
Andreas Rheinhardt ead3134150 avcodec/mpegaudiodsp: Make ff_mpadsp_init() thread-safe 4 years ago
James Almer 1a35fffaf2 x86/cfhddsp: zero extend int arguments 5 years ago
Paul B Mahol 4aac742505 avcodec/x86/cfhddsp: try to fix build on x32 5 years ago
Paul B Mahol 389cc142fb avcodec/cfhd: add x86 SIMD 5 years ago
James Almer 2c844c9828 x86/h264_deblock: fix warning about trailing empty parameter 5 years ago
Martin Storsjö 353aecbb28 pixblockdsp, avdct: Add get_pixels_unaligned 5 years ago
Linjie Fu 8b8492452d lavc/x86/hevc_add_res: Fix coeff overflow in ADD_RES_SSE_16_32_8 5 years ago
Linjie Fu e9abef437f lavc/x86/hevc_add_res: Fix overflow in ADD_RES_SSE_8_8 5 years ago
Linjie Fu 0da14ed09e lavc/x86/hevc_add_res: Fix overflow in ADD_RES_MMX_4_8 5 years ago
Michael Niedermayer 24af459d1e avcodec/x86/diracdsp: Fix high bits on Windows x86_64 5 years ago
Michael Niedermayer 0694b60b7b avcodec/x86/diracdsp: Fix incorrect src addressing in dequant_subband_32() 5 years ago
Peter Ross fd17218558 vp4: prevent unaligned memory access in loop filter 5 years ago
James Almer 1faedb9a11 x85/opusdsp: enable the functions on all FMA3 CPUs 6 years ago
James Almer 80444e23ac x86/opusdps: clear the high bits from some gprs 6 years ago
James Almer 58d167bcd5 avcodec/Makefile: add missing pngdsp dependency to the lscr decoder 6 years ago
James Almer b41d8ab2e6 x86/v210dec: use named registers 6 years ago
James Almer abf1aa87ab x86/v210dec: don't reserve more xmm regs than needed 6 years ago
James Almer b0e29357ba x86/v210dec: remove duplicate load instruction 6 years ago
James Darnley 46f1718cd9 avcodec/x86/v210: fix operands of vpblendd used in new avx2 code 6 years ago
Michael Stoner ebd6fb23c5 libavcodec Adding ff_v210_planar_unpack AVX2 6 years ago
Lynne 4b7166c9d5 x86/opusdsp: replace loads with shuffles 6 years ago
Lynne b43b8d337d x86/opusdsp: fix WIN64 return value 6 years ago
Lynne 605e330310 x86/opusdsp: implement FMA3 accelerated postfilter and deemphasis 6 years ago
Lynne 5468c1d075 celt_pvq_init: only build when CONFIG_OPUS_ENCODER is enabled 6 years ago
Lynne 4a2c651620 x86/opus_dsp: rename to celt_pvq 6 years ago
James Almer d5d699ab6e avcodec/h264dsp: change loop filter stride argument to ptrdiff_t 6 years ago
Janne Grunau 156ea66c91 h264/x86: sign extend int stride in deblock functions 6 years ago
Martin Vignali 9a22e6fa1d avcodec/proresdsp indent after prev commit 6 years ago
Martin Vignali c097a32e93 avcodec/proresdec : rename dsp part for 10b and check dspinit for supported bits per raw sample 6 years ago
Rostislav Pehlivanov 29eb1c51d7 mdct15: simplify x86 exptab permutation 7 years ago
Rostislav Pehlivanov a72d0fb973 mdct15: simplify the fft15 x86 SIMD 7 years ago
Martin Storsjö 347aa8f723 x86: Don't declare a non-static function as inline 7 years ago
Kieran Kunhya f9d3841ae6 mpeg4video: Add support for MPEG-4 Simple Studio Profile. 7 years ago
Aurelien Jacobs f1e490b1ad sbcenc: add MMX optimizations 7 years ago
Rostislav Pehlivanov 50945482a7 h264_idct: enable unmacro on newer NASM versions 7 years ago
Martin Vignali 8f9c38b196 avcodec/utvideoenc : add SIMD (avx) for sub_left_prediction 7 years ago
James Almer 6e80079a28 avcodec: increase AV_INPUT_BUFFER_PADDING_SIZE to 64 7 years ago
James Almer 438f884fc4 x86/lossless_videodsp: rename ff_add_left_pred_int16_sse4 to ff_add_left_pred_int16_unaligned_ssse3 7 years ago
James Almer a4fc63c0f9 x86/lossless_videodsp: don't overread the dst buffer in ff_add_left_pred_unaligned_avx2 7 years ago
Martin Vignali 630967ef63 avcodec/utvideodec : add SIMD (SSSE3 and AVX2) for gradient_pred 7 years ago
Martin Vignali 4353c35067 avcodec/x86/lossless_videodsp : add avx2 version for add_left_pred 7 years ago
Martin Vignali cfbcea1cca avcodec/x86/lossless_videodsp.asm : make macro for add_left_pred_unaligned in order to add avx2 version 7 years ago
Martin Vignali be6d1f9632 avcodec/x86/bswapdsp : use macro for 128 bits constants loading in xmm or ymm 7 years ago
Mikulas Patocka fbdd78fa3e avcodec/fft: fix INTERL macro on 3dnow 7 years ago
Martin Vignali 515555af6c avcodec/x86/exrdsp : use ymm constant for pb_80 7 years ago
James Almer beb63baa69 x86/utvideodsp: reuse shared constants 7 years ago
James Almer ebf352116b x86/constants: make pb_80 32 byte wide 7 years ago