aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/bwdif.h
Commit message (Collapse)AuthorAgeFilesLines
* avfilter/bwdif: move filter_line init to a dedicated functionJames Darnley2023-03-251-1/+2
|
* avfilter/vf_bwdif: Use common yadif frame management logicPhilip Langdale2018-11-141-32/+2
| | | | | After adding field type management to the common yadif logic, we can remove the duplicate copy of that logic from bwdif.
* avfilter/vf_bwdif: add x86 SIMDThomas Mundt2016-03-131-0/+72
Signed-off-by: Thomas Mundt <loudmax@yahoo.de>