aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/x86
Commit message (Expand)AuthorAgeFilesLines
* avfilter/x86/vf_convolution_init: there is asm only for 8bit depthPaul B Mahol2020-09-151-1/+1
* Revert "avfilter/yadif: simplify the code for better readability"Limin Wang2020-08-272-2/+3
* avfilter/yadif: simplify the code for better readabilityLimin Wang2020-08-262-3/+2
* x86/vf_blend: fix warnings about trailing empty parametersJames Almer2020-07-121-17/+17
* avfilter/x86/vf_v360_init: add missing casesPaul B Mahol2020-04-021-1/+3
* avfilter/vf_v360: add SIMD for lagrange9 interpolationPaul B Mahol2020-04-022-0/+49
* vf_ssim: Fix loading doubles to float registers on i386Martin Storsjö2020-02-051-1/+1
* avfilter/vf_ssim: improve precisionPaul B Mahol2020-02-042-13/+26
* avfilter/vf_v360: change remaps to int16_t typePaul B Mahol2020-01-191-5/+5
* avfilter/x86/vf_interlace: always use unaligned movsMarton Balint2019-12-151-6/+6
* avfilter/vf_maskedclamp: add x86 SIMDPaul B Mahol2019-10-233-0/+144
* x86/vf_transpose: make ff_transpose_8x8_16_sse2 work on x86_32James Almer2019-10-222-7/+6
* x86/vf_transpose: fix cpuflags checkJames Almer2019-10-211-2/+2
* avfilter/vf_transpose: add x86 SIMDPaul B Mahol2019-10-213-0/+139
* avfilter/x86/vf_atadenoise: fix commentPaul B Mahol2019-10-211-1/+1
* avfilter/x86/vf_atadenoise: add SIMD for serial tooPaul B Mahol2019-10-172-0/+134
* avfilter/vf_atadenoise: add option to use additional algorithmPaul B Mahol2019-10-171-2/+2
* avfilter/vf_adadenoise: add x86 SIMDPaul B Mahol2019-10-173-0/+196
* avfilter/vf_gblur: fix heap-buffer overflowPaul B Mahol2019-10-161-2/+2
* avcodec/filter: Remove extra '; ' outside of functionsAndreas Rheinhardt2019-10-071-2/+2
* avfilter/vf_eq: fix compilation with x86 asm disabledJames Almer2019-09-262-4/+7
* avfilter/x86/vf_eq: add SSE2 versionTing Fu2019-09-262-2/+29
* avfilter/x86/vf_eq: Change inline assembly into nasm codeTing Fu2019-09-264-97/+138
* avfilter/x86/vf_360: add most of >8 depth asmPaul B Mahol2019-09-162-0/+79
* x86/vf_v360: use a faster horizontal add in remap4_8bit_line_avx2James Almer2019-09-061-7/+4
* x86/vf_v360: make remap{1,2}_8bit_line_avx2 work on x86_32James Almer2019-09-062-3/+10
* avfilter/vf_v360: x86 SIMD for interpolationsPaul B Mahol2019-09-063-0/+194
* avfilter/vf_convolution: add x86 SIMD for filter_3x3()Ruiling Song2019-08-073-0/+204
* avfilter/vf_gblur: add missing preprocessor checkJames Almer2019-06-121-0/+4
* avfilter/vf_gblur: add x86 SIMD optimizationsRuiling Song2019-06-123-0/+223
* avfilter: add anlmdn filter x86 SIMD optimizationsPaul B Mahol2019-01-103-0/+117
* x86/af_afir: use three operand form forat some instructionsJames Almer2019-01-031-10/+10
* x86/af_afir: add ff_fcmul_add_avx()James Almer2019-01-032-1/+12
* avfilter/af_afir: split off fcmul_add into a DSP contextJames Almer2019-01-031-1/+1
* x86/af_afir: fix processing the last elementJames Almer2019-01-031-2/+5
* x86/scene_sad: fix link errors when HAVE_X86ASM is not definedJames Almer2018-11-211-1/+9
* avfilter/vf_blend: add 10bit supportPaul B Mahol2018-11-151-3/+3
* avfilter/vf_bwdif: Use common yadif frame management logicPhilip Langdale2018-11-141-1/+2
* avfilter/vf_framerate: factorize SAD functions which compute SAD for a whole ...Marton Balint2018-11-113-0/+130
* avfilter/vf_overlay: exclude nv12/nv21 formats from x86 asm checkPaul B Mahol2018-05-031-1/+3
* avfilter/vf_overlay: add x86 SIMDPaul B Mahol2018-05-023-0/+209
* avfilter/vf_interlace: remove duplicate code with same funcionalityVasile Toncu2018-04-232-89/+1
* avfilter/x86/vf_blend : add SIMD for 16 bit version ofMartin Vignali2018-04-052-60/+128
* avfilter/x86/vf_blend : reorganize DIFFERENCE macro to reduce line duplicatio...Martin Vignali2018-04-051-22/+16
* avfilter/x86/vf_blend : add 16 bit version for BLEND_SIMPLE, phoenix, differe...Martin Vignali2018-02-242-13/+116
* avfilter/x86/vf_blend : indentMartin Vignali2018-02-241-47/+47
* avfilter/x86/vf_blend : reorganize init in order to add 16 bit versionMartin Vignali2018-02-241-3/+5
* avfilter/x86/vf_blend : avfilter/x86/vf_blend : add AVX2 version for each fun...Martin Vignali2018-01-282-84/+184
* avfilter/vf_framerate: add SIMD functions for frame blendingMarton Balint2018-01-283-0/+178
* avfilter/x86/vf_interlace : add AVX2 versionMartin Vignali2018-01-113-1/+50