summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
* get_cabac_inline_x86: Don't inline if 32-bit clang on windowsChristopher Degawa2021-08-191-2/+7
* avcodec/h264dsp, h264idct: Fix lengths of array parametersAndreas Rheinhardt2021-08-081-2/+2
* Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt2021-07-225-4/+13
* Remove unnecessary mem.h inclusionsAndreas Rheinhardt2021-07-229-9/+1
* avutil/internal, swresample/audioconvert: Remove cpu.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avcodec: Remove deprecated old encode/decode APIsAndreas Rheinhardt2021-04-271-35/+0
* Include attributes.h directlyAndreas Rheinhardt2021-04-1916-0/+17
* avcodec/x86: add cfhdenc SIMDPaul B Mahol2021-02-273-0/+482
* avcodec: add missing FF_API_OLD_ENCDEC wrappers to xmm clobber functionsJames Almer2021-02-261-15/+17
* avcodec/x86/constants: Remove unused ff_pw_17Andreas Rheinhardt2021-02-242-5/+0
* avcodec/x86/diracdsp_init: Reuse macroAndreas Rheinhardt2021-02-241-36/+2
* avcodec/x86/diracdsp_init: Simplify macroAndreas Rheinhardt2021-02-241-13/+13
* avcodec/x86/diracdsp_init: Make functions only used here staticAndreas Rheinhardt2021-02-241-32/+23
* avcodec/x86/diracdsp_init: Remove unused MMX functionsAndreas Rheinhardt2021-02-241-7/+0
* avcodec/cabac_functions, x86/cabac: Include stddef.hAndreas Rheinhardt2021-02-041-0/+2
* ac3enc_fixed: drop unnecessary fixed-point DSP codeLynne2021-01-142-309/+1
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-014-1/+4
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-019-0/+10
* avcodec/mpegaudiodsp: Make ff_mpadsp_init() thread-safeAndreas Rheinhardt2020-11-241-3/+6
* x86/cfhddsp: zero extend int argumentsJames Almer2020-08-281-10/+6
* avcodec/x86/cfhddsp: try to fix build on x32Paul B Mahol2020-08-261-7/+7
* avcodec/cfhd: add x86 SIMDPaul B Mahol2020-08-263-0/+755
* x86/h264_deblock: fix warning about trailing empty parameterJames Almer2020-07-121-1/+1
* pixblockdsp, avdct: Add get_pixels_unalignedMartin Storsjö2020-05-131-2/+6
* lavc/x86/hevc_add_res: Fix coeff overflow in ADD_RES_SSE_16_32_8Linjie Fu2020-03-271-19/+21
* lavc/x86/hevc_add_res: Fix overflow in ADD_RES_SSE_8_8Linjie Fu2020-03-271-23/+22
* lavc/x86/hevc_add_res: Fix overflow in ADD_RES_MMX_4_8Linjie Fu2020-03-271-12/+11
* avcodec/x86/diracdsp: Fix high bits on Windows x86_64Michael Niedermayer2020-01-311-1/+1
* avcodec/x86/diracdsp: Fix incorrect src addressing in dequant_subband_32()Michael Niedermayer2020-01-301-1/+2
* vp4: prevent unaligned memory access in loop filterPeter Ross2019-10-301-2/+2
* x85/opusdsp: enable the functions on all FMA3 CPUsJames Almer2019-09-111-1/+1
* x86/opusdps: clear the high bits from some gprsJames Almer2019-09-111-3/+4
* avcodec/Makefile: add missing pngdsp dependency to the lscr decoderJames Almer2019-05-141-0/+2
* x86/v210dec: use named registersJames Almer2019-05-031-16/+16
* x86/v210dec: don't reserve more xmm regs than neededJames Almer2019-05-031-1/+1
* x86/v210dec: remove duplicate load instructionJames Almer2019-05-031-1/+0
* avcodec/x86/v210: fix operands of vpblendd used in new avx2 codeJames Darnley2019-05-021-1/+1
* libavcodec Adding ff_v210_planar_unpack AVX2Michael Stoner2019-05-022-16/+64
* x86/opusdsp: replace loads with shufflesLynne2019-04-261-6/+3
* x86/opusdsp: fix WIN64 return valueLynne2019-04-011-3/+2
* x86/opusdsp: implement FMA3 accelerated postfilter and deemphasisLynne2019-04-013-0/+151
* celt_pvq_init: only build when CONFIG_OPUS_ENCODER is enabledLynne2019-03-312-3/+0
* x86/opus_dsp: rename to celt_pvqLynne2019-03-313-4/+4
* avcodec/h264dsp: change loop filter stride argument to ptrdiff_tJames Almer2019-02-201-2/+2
* avcodec/proresdsp indent after prev commitMartin Vignali2018-12-021-8/+8
* avcodec/proresdec : rename dsp part for 10b and check dspinit for supported b...Martin Vignali2018-12-021-0/+2
* mdct15: simplify x86 exptab permutationRostislav Pehlivanov2018-05-071-29/+24
* mdct15: simplify the fft15 x86 SIMDRostislav Pehlivanov2018-05-071-20/+17
* mpeg4video: Add support for MPEG-4 Simple Studio Profile.Kieran Kunhya2018-04-021-0/+1
* sbcenc: add MMX optimizationsAurelien Jacobs2018-03-073-0/+221