summaryrefslogtreecommitdiff
path: root/libavfilter/vf_bwdif.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/ccfifo: remove unnecessary context allocationsJames Almer2023-05-121-3/+5
* avfilter/yadif: Properly preserve CEA-708 closed captionsDevin Heitmueller2023-05-111-0/+8
* avfilter/bwdif: move filter_line init to a dedicated functionJames Darnley2023-03-251-4/+9
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-151-2/+3
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-20/+20
* avfilter/vf_bwdif: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-6/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-151-1/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-5/+1
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avfilter/bwdif: Fix time base for large denominatorsPhilip Langdale2021-05-291-4/+3
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* Revert "avfilter/yadif: simplify the code for better readability"Limin Wang2020-08-271-6/+7
* avfilter/yadif: simplify the code for better readabilityLimin Wang2020-08-261-7/+6
* avfilter/vf_bwdif: fix heap-buffer overflowPaul B Mahol2019-10-141-2/+2
* avfilter/vf_bwdif: Use common yadif frame management logicPhilip Langdale2018-11-141-198/+37
* avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol2016-08-291-1/+1
* avfilter/vf_bwdif: Change default to deinterlace all framesThomas Mundt2016-06-191-1/+1
* avfilter/vf_bwdif: add x86 SIMDThomas Mundt2016-03-131-55/+14
* avfilter: add BobWeaver deinterlacing filterThomas Mundt2016-02-181-0/+625