| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/bwdifdsp: Constify | Andreas Rheinhardt | 2023-09-28 | 1 | -6/+6 |
* | avfilter/bwdif: Add proper BWDIFDSPContext | Andreas Rheinhardt | 2023-09-28 | 1 | -2/+2 |
* | avfilter/x86/af_afir: add FMA3 SIMD | Paul B Mahol | 2023-09-17 | 2 | -0/+32 |
* | avfilter/vf_ssim: Fix x86 assembly code for SSIM calculation | Evgeny Pavlov | 2023-08-21 | 1 | -14/+11 |
* | x86/vf_bwdif_init: limit AVX2 functions using 256bit vectors to cpus known to... | James Almer | 2023-03-25 | 1 | -2/+2 |
* | avfilter/bwdif: add avx2 filter_line function | James Darnley | 2023-03-25 | 2 | -5/+36 |
* | avfilter/bwdif: move filter_line init to a dedicated function | James Darnley | 2023-03-25 | 1 | -3/+1 |
* | x86: replace explicit REP_RETs with RETs | Lynne | 2023-02-01 | 11 | -22/+22 |
* | libavfilter/x86/vf_convolution: fix sobel swap issue on WIN64 | Wang, Bin | 2022-11-21 | 1 | -5/+6 |
* | libavfilter/x86/vf_convolution: add sobel filter optimization and unit test w... | bwang30 | 2022-11-14 | 2 | -0/+165 |
* | avfilter/vf_threshold: fix handling of zero threshold | Paul B Mahol | 2022-10-27 | 1 | -15/+8 |
* | avfilter/x86/vf_bwdif: Remove obsolete MMXEXT functions | Andreas Rheinhardt | 2022-06-22 | 2 | -20/+0 |
* | avfilter/x86/vf_idet: Remove obsolete MMX(EXT) functions | Andreas Rheinhardt | 2022-06-22 | 2 | -73/+1 |
* | avfilter/x86/vf_yadif: Remove obsolete MMXEXT functions | Andreas Rheinhardt | 2022-06-22 | 4 | -37/+0 |
* | avfilter/x86/vf_eq_init: Remove obsolete MMXEXT function | Andreas Rheinhardt | 2022-06-22 | 2 | -30/+2 |
* | avfilter/x86/vf_noise: Remove obsolete MMX function | Andreas Rheinhardt | 2022-06-22 | 1 | -29/+0 |
* | avfilter/af_afir: Only keep DSP stuff in header | Andreas Rheinhardt | 2022-05-06 | 1 | -1/+1 |
* | avfilter/x86/vf_limiter: use movu, dst may not be always aligned | Paul B Mahol | 2022-03-24 | 1 | -2/+2 |
* | avfilter/x86/vf_blend: use unaligned movs for output | Marton Balint | 2022-03-21 | 1 | -11/+11 |
* | avfilter/vf_maskedmerge: fix rounding when masking | Paul B Mahol | 2022-03-03 | 1 | -7/+10 |
* | avfilter/vf_nlmeans: add x86 SIMD | Paul B Mahol | 2021-11-11 | 3 | -0/+139 |
* | x86/vf_lut3d: use three operand form for some instructions | James Almer | 2021-10-14 | 1 | -4/+4 |
* | avfilter/vf_lut3d: fix building with --disable-optimizations | Mark Reid | 2021-10-13 | 1 | -0/+4 |
* | avfilter/vf_lut3d: add x86-optimized tetrahedral interpolation | Mark Reid | 2021-10-10 | 3 | -0/+752 |
* | avfilter/x86/vf_blend: unify indentation format | Wu Jianhua | 2021-10-03 | 1 | -20/+20 |
* | libavfilter/x86/vf_gblur: correct the order of loop step | Wu Jianhua | 2021-09-18 | 1 | -2/+1 |
* | libavfilter/x86/vf_gblur: fixed the fate-test failed on MacOS | Wu Jianhua | 2021-09-18 | 1 | -2/+4 |
* | libavfilter/x86/vf_gblur: add localbuf and ff_horiz_slice_avx2/512() | Wu Jianhua | 2021-08-29 | 2 | -7/+589 |
* | libavfilter/x86/vf_gblur: add ff_verti_slice_avx2/512() | Wu Jianhua | 2021-08-29 | 2 | -0/+196 |
* | libavfilter/x86/vf_gblur: add ff_postscale_slice_avx512() | Wu Jianhua | 2021-08-29 | 2 | -9/+16 |
* | avfilter/avf_showcqt: switch to TX FFT from avutil | Paul B Mahol | 2021-07-27 | 1 | -1/+1 |
* | Remove unnecessary mem.h inclusions | Andreas Rheinhardt | 2021-07-22 | 12 | -12/+0 |
* | x86/vf_gblur: fix reg name in UNIX64 prologue | James Almer | 2021-02-17 | 1 | -1/+1 |
* | x86/vf_gblur: fix postscale_slice prologue | James Almer | 2021-02-17 | 1 | -16/+13 |
* | avfilter/x86/vf_gblur: add postscale SIMD | Paul B Mahol | 2021-02-16 | 2 | -3/+63 |
* | avfilter/vf_convolution: add 16-column operation for filter_column() | Paul B Mahol | 2021-02-13 | 1 | -1/+1 |
* | avfilter/vf_atadenoise: add sigma options | Paul B Mahol | 2021-01-22 | 1 | -8/+10 |
* | avfilter/vf_v360: add mitchell interpolation | Paul B Mahol | 2020-10-04 | 1 | -1/+2 |
* | avfilter/x86/vf_convolution_init: there is asm only for 8bit depth | Paul B Mahol | 2020-09-15 | 1 | -1/+1 |
* | Revert "avfilter/yadif: simplify the code for better readability" | Limin Wang | 2020-08-27 | 2 | -2/+3 |
* | avfilter/yadif: simplify the code for better readability | Limin Wang | 2020-08-26 | 2 | -3/+2 |
* | x86/vf_blend: fix warnings about trailing empty parameters | James Almer | 2020-07-12 | 1 | -17/+17 |
* | avfilter/x86/vf_v360_init: add missing cases | Paul B Mahol | 2020-04-02 | 1 | -1/+3 |
* | avfilter/vf_v360: add SIMD for lagrange9 interpolation | Paul B Mahol | 2020-04-02 | 2 | -0/+49 |
* | vf_ssim: Fix loading doubles to float registers on i386 | Martin Storsjö | 2020-02-05 | 1 | -1/+1 |
* | avfilter/vf_ssim: improve precision | Paul B Mahol | 2020-02-04 | 2 | -13/+26 |
* | avfilter/vf_v360: change remaps to int16_t type | Paul B Mahol | 2020-01-19 | 1 | -5/+5 |
* | avfilter/x86/vf_interlace: always use unaligned movs | Marton Balint | 2019-12-15 | 1 | -6/+6 |
* | avfilter/vf_maskedclamp: add x86 SIMD | Paul B Mahol | 2019-10-23 | 3 | -0/+144 |
* | x86/vf_transpose: make ff_transpose_8x8_16_sse2 work on x86_32 | James Almer | 2019-10-22 | 2 | -7/+6 |