| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | x86/vf_transpose: fix cpuflags check | James Almer | 2019-10-21 | 1 | -2/+2 |
* | avfilter/vf_transpose: add x86 SIMD | Paul B Mahol | 2019-10-21 | 3 | -0/+139 |
* | avfilter/x86/vf_atadenoise: fix comment | Paul B Mahol | 2019-10-21 | 1 | -1/+1 |
* | avfilter/x86/vf_atadenoise: add SIMD for serial too | Paul B Mahol | 2019-10-17 | 2 | -0/+134 |
* | avfilter/vf_atadenoise: add option to use additional algorithm | Paul B Mahol | 2019-10-17 | 1 | -2/+2 |
* | avfilter/vf_adadenoise: add x86 SIMD | Paul B Mahol | 2019-10-17 | 3 | -0/+196 |
* | avfilter/vf_gblur: fix heap-buffer overflow | Paul B Mahol | 2019-10-16 | 1 | -2/+2 |
* | avcodec/filter: Remove extra '; ' outside of functions | Andreas Rheinhardt | 2019-10-07 | 1 | -2/+2 |
* | avfilter/vf_eq: fix compilation with x86 asm disabled | James Almer | 2019-09-26 | 2 | -4/+7 |
* | avfilter/x86/vf_eq: add SSE2 version | Ting Fu | 2019-09-26 | 2 | -2/+29 |
* | avfilter/x86/vf_eq: Change inline assembly into nasm code | Ting Fu | 2019-09-26 | 4 | -97/+138 |
* | avfilter/x86/vf_360: add most of >8 depth asm | Paul B Mahol | 2019-09-16 | 2 | -0/+79 |
* | x86/vf_v360: use a faster horizontal add in remap4_8bit_line_avx2 | James Almer | 2019-09-06 | 1 | -7/+4 |
* | x86/vf_v360: make remap{1,2}_8bit_line_avx2 work on x86_32 | James Almer | 2019-09-06 | 2 | -3/+10 |
* | avfilter/vf_v360: x86 SIMD for interpolations | Paul B Mahol | 2019-09-06 | 3 | -0/+194 |
* | avfilter/vf_convolution: add x86 SIMD for filter_3x3() | Ruiling Song | 2019-08-07 | 3 | -0/+204 |
* | avfilter/vf_gblur: add missing preprocessor check | James Almer | 2019-06-12 | 1 | -0/+4 |
* | avfilter/vf_gblur: add x86 SIMD optimizations | Ruiling Song | 2019-06-12 | 3 | -0/+223 |
* | avfilter: add anlmdn filter x86 SIMD optimizations | Paul B Mahol | 2019-01-10 | 3 | -0/+117 |
* | x86/af_afir: use three operand form forat some instructions | James Almer | 2019-01-03 | 1 | -10/+10 |
* | x86/af_afir: add ff_fcmul_add_avx() | James Almer | 2019-01-03 | 2 | -1/+12 |
* | avfilter/af_afir: split off fcmul_add into a DSP context | James Almer | 2019-01-03 | 1 | -1/+1 |
* | x86/af_afir: fix processing the last element | James Almer | 2019-01-03 | 1 | -2/+5 |
* | x86/scene_sad: fix link errors when HAVE_X86ASM is not defined | James Almer | 2018-11-21 | 1 | -1/+9 |
* | avfilter/vf_blend: add 10bit support | Paul B Mahol | 2018-11-15 | 1 | -3/+3 |
* | avfilter/vf_bwdif: Use common yadif frame management logic | Philip Langdale | 2018-11-14 | 1 | -1/+2 |
* | avfilter/vf_framerate: factorize SAD functions which compute SAD for a whole ... | Marton Balint | 2018-11-11 | 3 | -0/+130 |
* | avfilter/vf_overlay: exclude nv12/nv21 formats from x86 asm check | Paul B Mahol | 2018-05-03 | 1 | -1/+3 |
* | avfilter/vf_overlay: add x86 SIMD | Paul B Mahol | 2018-05-02 | 3 | -0/+209 |
* | avfilter/vf_interlace: remove duplicate code with same funcionality | Vasile Toncu | 2018-04-23 | 2 | -89/+1 |
* | avfilter/x86/vf_blend : add SIMD for 16 bit version of | Martin Vignali | 2018-04-05 | 2 | -60/+128 |
* | avfilter/x86/vf_blend : reorganize DIFFERENCE macro to reduce line duplicatio... | Martin Vignali | 2018-04-05 | 1 | -22/+16 |
* | avfilter/x86/vf_blend : add 16 bit version for BLEND_SIMPLE, phoenix, differe... | Martin Vignali | 2018-02-24 | 2 | -13/+116 |
* | avfilter/x86/vf_blend : indent | Martin Vignali | 2018-02-24 | 1 | -47/+47 |
* | avfilter/x86/vf_blend : reorganize init in order to add 16 bit version | Martin Vignali | 2018-02-24 | 1 | -3/+5 |
* | avfilter/x86/vf_blend : avfilter/x86/vf_blend : add AVX2 version for each fun... | Martin Vignali | 2018-01-28 | 2 | -84/+184 |
* | avfilter/vf_framerate: add SIMD functions for frame blending | Marton Balint | 2018-01-28 | 3 | -0/+178 |
* | avfilter/x86/vf_interlace : add AVX2 version | Martin Vignali | 2018-01-11 | 3 | -1/+50 |