summaryrefslogtreecommitdiff
path: root/libavfilter/x86/vf_bwdif_init.c
Commit message (Expand)AuthorAgeFilesLines
* x86/vf_bwdif_init: limit AVX2 functions using 256bit vectors to cpus known to...James Almer2023-03-251-2/+2
* avfilter/bwdif: add avx2 filter_line functionJames Darnley2023-03-251-0/+12
* avfilter/bwdif: move filter_line init to a dedicated functionJames Darnley2023-03-251-3/+1
* avfilter/x86/vf_bwdif: Remove obsolete MMXEXT functionsAndreas Rheinhardt2022-06-221-16/+0
* Remove unnecessary mem.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* Revert "avfilter/yadif: simplify the code for better readability"Limin Wang2020-08-271-1/+1
* avfilter/yadif: simplify the code for better readabilityLimin Wang2020-08-261-1/+1
* avfilter/vf_bwdif: Use common yadif frame management logicPhilip Langdale2018-11-141-1/+2
* avfilter/vf_bwdif: add x86 SIMDThomas Mundt2016-03-131-0/+78