summaryrefslogtreecommitdiff
path: root/libavfilter/vf_bwdif.c
Commit message (Collapse)AuthorAge
* Revert "avfilter/yadif: simplify the code for better readability"Limin Wang2020-08-27
| | | | This reverts commit 2a9b934675b9e2d3850b46f8a618c19b03f02551.
* avfilter/yadif: simplify the code for better readabilityLimin Wang2020-08-26
| | | | Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
* avfilter/vf_bwdif: fix heap-buffer overflowPaul B Mahol2019-10-14
| | | | Fixes #8261
* avfilter/vf_bwdif: Use common yadif frame management logicPhilip Langdale2018-11-14
| | | | | After adding field type management to the common yadif logic, we can remove the duplicate copy of that logic from bwdif.
* avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol2016-08-29
|
* avfilter/vf_bwdif: Change default to deinterlace all framesThomas Mundt2016-06-19
| | | | | Signed-off-by: Thomas Mundt <loudmax@yahoo.de> Signed-off-by: James Almer <jamrial@gmail.com>
* avfilter/vf_bwdif: add x86 SIMDThomas Mundt2016-03-13
| | | | Signed-off-by: Thomas Mundt <loudmax@yahoo.de>
* avfilter: add BobWeaver deinterlacing filterThomas Mundt2016-02-18