summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAge
* lavc/x86/h264_qpel: stop unnecessarily including h264decAnton Khirnov2022-01-24
* av(codec|device): Don't cast pointers to intAndreas Rheinhardt2021-11-21
* get_cabac_inline_x86: Don't inline if 32-bit clang on windowsChristopher Degawa2021-08-19
* avcodec/h264dsp, h264idct: Fix lengths of array parametersAndreas Rheinhardt2021-08-08
* Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt2021-07-22
* Remove unnecessary mem.h inclusionsAndreas Rheinhardt2021-07-22
* avutil/internal, swresample/audioconvert: Remove cpu.h inclusionsAndreas Rheinhardt2021-07-22
* avcodec: Remove deprecated old encode/decode APIsAndreas Rheinhardt2021-04-27
* Include attributes.h directlyAndreas Rheinhardt2021-04-19
* avcodec/x86: add cfhdenc SIMDPaul B Mahol2021-02-27
* avcodec: add missing FF_API_OLD_ENCDEC wrappers to xmm clobber functionsJames Almer2021-02-26
* avcodec/x86/constants: Remove unused ff_pw_17Andreas Rheinhardt2021-02-24
* avcodec/x86/diracdsp_init: Reuse macroAndreas Rheinhardt2021-02-24
* avcodec/x86/diracdsp_init: Simplify macroAndreas Rheinhardt2021-02-24
* avcodec/x86/diracdsp_init: Make functions only used here staticAndreas Rheinhardt2021-02-24
* avcodec/x86/diracdsp_init: Remove unused MMX functionsAndreas Rheinhardt2021-02-24
* avcodec/cabac_functions, x86/cabac: Include stddef.hAndreas Rheinhardt2021-02-04
* ac3enc_fixed: drop unnecessary fixed-point DSP codeLynne2021-01-14
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-01
* avcodec/mpegaudiodsp: Make ff_mpadsp_init() thread-safeAndreas Rheinhardt2020-11-24
* x86/cfhddsp: zero extend int argumentsJames Almer2020-08-28
* avcodec/x86/cfhddsp: try to fix build on x32Paul B Mahol2020-08-26
* avcodec/cfhd: add x86 SIMDPaul B Mahol2020-08-26
* x86/h264_deblock: fix warning about trailing empty parameterJames Almer2020-07-12
* pixblockdsp, avdct: Add get_pixels_unalignedMartin Storsjö2020-05-13
* lavc/x86/hevc_add_res: Fix coeff overflow in ADD_RES_SSE_16_32_8Linjie Fu2020-03-27
* lavc/x86/hevc_add_res: Fix overflow in ADD_RES_SSE_8_8Linjie Fu2020-03-27
* lavc/x86/hevc_add_res: Fix overflow in ADD_RES_MMX_4_8Linjie Fu2020-03-27
* avcodec/x86/diracdsp: Fix high bits on Windows x86_64Michael Niedermayer2020-01-31
* avcodec/x86/diracdsp: Fix incorrect src addressing in dequant_subband_32()Michael Niedermayer2020-01-30
* vp4: prevent unaligned memory access in loop filterPeter Ross2019-10-30
* x85/opusdsp: enable the functions on all FMA3 CPUsJames Almer2019-09-11
* x86/opusdps: clear the high bits from some gprsJames Almer2019-09-11
* avcodec/Makefile: add missing pngdsp dependency to the lscr decoderJames Almer2019-05-14
* x86/v210dec: use named registersJames Almer2019-05-03
* x86/v210dec: don't reserve more xmm regs than neededJames Almer2019-05-03
* x86/v210dec: remove duplicate load instructionJames Almer2019-05-03
* avcodec/x86/v210: fix operands of vpblendd used in new avx2 codeJames Darnley2019-05-02
* libavcodec Adding ff_v210_planar_unpack AVX2Michael Stoner2019-05-02
* x86/opusdsp: replace loads with shufflesLynne2019-04-26
* x86/opusdsp: fix WIN64 return valueLynne2019-04-01
* x86/opusdsp: implement FMA3 accelerated postfilter and deemphasisLynne2019-04-01
* celt_pvq_init: only build when CONFIG_OPUS_ENCODER is enabledLynne2019-03-31
* x86/opus_dsp: rename to celt_pvqLynne2019-03-31
* avcodec/h264dsp: change loop filter stride argument to ptrdiff_tJames Almer2019-02-20
* avcodec/proresdsp indent after prev commitMartin Vignali2018-12-02
* avcodec/proresdec : rename dsp part for 10b and check dspinit for supported b...Martin Vignali2018-12-02
* mdct15: simplify x86 exptab permutationRostislav Pehlivanov2018-05-07
* mdct15: simplify the fft15 x86 SIMDRostislav Pehlivanov2018-05-07