summaryrefslogtreecommitdiff
path: root/libavfilter/x86
Commit message (Expand)AuthorAge
* avfilter/x86/vf_bwdif: Remove obsolete MMXEXT functionsAndreas Rheinhardt2022-06-22
* avfilter/x86/vf_idet: Remove obsolete MMX(EXT) functionsAndreas Rheinhardt2022-06-22
* avfilter/x86/vf_yadif: Remove obsolete MMXEXT functionsAndreas Rheinhardt2022-06-22
* avfilter/x86/vf_eq_init: Remove obsolete MMXEXT functionAndreas Rheinhardt2022-06-22
* avfilter/x86/vf_noise: Remove obsolete MMX functionAndreas Rheinhardt2022-06-22
* avfilter/af_afir: Only keep DSP stuff in headerAndreas Rheinhardt2022-05-06
* avfilter/x86/vf_limiter: use movu, dst may not be always alignedPaul B Mahol2022-03-24
* avfilter/x86/vf_blend: use unaligned movs for outputMarton Balint2022-03-21
* avfilter/vf_maskedmerge: fix rounding when maskingPaul B Mahol2022-03-03
* avfilter/vf_nlmeans: add x86 SIMDPaul B Mahol2021-11-11
* x86/vf_lut3d: use three operand form for some instructionsJames Almer2021-10-14
* avfilter/vf_lut3d: fix building with --disable-optimizationsMark Reid2021-10-13
* avfilter/vf_lut3d: add x86-optimized tetrahedral interpolationMark Reid2021-10-10
* avfilter/x86/vf_blend: unify indentation formatWu Jianhua2021-10-03
* libavfilter/x86/vf_gblur: correct the order of loop stepWu Jianhua2021-09-18
* libavfilter/x86/vf_gblur: fixed the fate-test failed on MacOSWu Jianhua2021-09-18
* libavfilter/x86/vf_gblur: add localbuf and ff_horiz_slice_avx2/512()Wu Jianhua2021-08-29
* libavfilter/x86/vf_gblur: add ff_verti_slice_avx2/512()Wu Jianhua2021-08-29
* libavfilter/x86/vf_gblur: add ff_postscale_slice_avx512()Wu Jianhua2021-08-29
* avfilter/avf_showcqt: switch to TX FFT from avutilPaul B Mahol2021-07-27
* Remove unnecessary mem.h inclusionsAndreas Rheinhardt2021-07-22
* x86/vf_gblur: fix reg name in UNIX64 prologueJames Almer2021-02-17
* x86/vf_gblur: fix postscale_slice prologueJames Almer2021-02-17
* avfilter/x86/vf_gblur: add postscale SIMDPaul B Mahol2021-02-16
* avfilter/vf_convolution: add 16-column operation for filter_column()Paul B Mahol2021-02-13
* avfilter/vf_atadenoise: add sigma optionsPaul B Mahol2021-01-22
* avfilter/vf_v360: add mitchell interpolationPaul B Mahol2020-10-04
* avfilter/x86/vf_convolution_init: there is asm only for 8bit depthPaul B Mahol2020-09-15
* Revert "avfilter/yadif: simplify the code for better readability"Limin Wang2020-08-27
* avfilter/yadif: simplify the code for better readabilityLimin Wang2020-08-26
* x86/vf_blend: fix warnings about trailing empty parametersJames Almer2020-07-12
* avfilter/x86/vf_v360_init: add missing casesPaul B Mahol2020-04-02
* avfilter/vf_v360: add SIMD for lagrange9 interpolationPaul B Mahol2020-04-02
* vf_ssim: Fix loading doubles to float registers on i386Martin Storsjö2020-02-05
* avfilter/vf_ssim: improve precisionPaul B Mahol2020-02-04
* avfilter/vf_v360: change remaps to int16_t typePaul B Mahol2020-01-19
* avfilter/x86/vf_interlace: always use unaligned movsMarton Balint2019-12-15
* avfilter/vf_maskedclamp: add x86 SIMDPaul B Mahol2019-10-23
* x86/vf_transpose: make ff_transpose_8x8_16_sse2 work on x86_32James Almer2019-10-22
* x86/vf_transpose: fix cpuflags checkJames Almer2019-10-21
* avfilter/vf_transpose: add x86 SIMDPaul B Mahol2019-10-21
* avfilter/x86/vf_atadenoise: fix commentPaul B Mahol2019-10-21
* avfilter/x86/vf_atadenoise: add SIMD for serial tooPaul B Mahol2019-10-17
* avfilter/vf_atadenoise: add option to use additional algorithmPaul B Mahol2019-10-17
* avfilter/vf_adadenoise: add x86 SIMDPaul B Mahol2019-10-17
* avfilter/vf_gblur: fix heap-buffer overflowPaul B Mahol2019-10-16
* avcodec/filter: Remove extra '; ' outside of functionsAndreas Rheinhardt2019-10-07
* avfilter/vf_eq: fix compilation with x86 asm disabledJames Almer2019-09-26
* avfilter/x86/vf_eq: add SSE2 versionTing Fu2019-09-26
* avfilter/x86/vf_eq: Change inline assembly into nasm codeTing Fu2019-09-26