summaryrefslogtreecommitdiff
path: root/libavfilter/vf_bwdif.c
Commit message (Expand)AuthorAge
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-14
* avfilter/yadif_common: factorize some part of the config_output and the unini...Marton Balint2024-02-04
* avfilter/bwdif: account for chroma sub-sampling in min size calculationCosmin Stejerean2023-12-07
* avfilter/vf_bwdif: Move DSP code to a new fileAndreas Rheinhardt2023-09-28
* avfilter/bwdif: Add proper BWDIFDSPContextAndreas Rheinhardt2023-09-28
* avfilter/vf_bwdif: Remove obsolete emms_c()Andreas Rheinhardt2023-09-04
* avfilter: Remove unnecessary formats.h inclusionsAndreas Rheinhardt2023-08-07
* avfilter/vf_bwdif: Add a filter_line3 method for optimisationJohn Cox2023-07-06
* avfilter/vf_bwdif: Add neon for filter_lineJohn Cox2023-07-06
* avfilter/vf_bwdif: Add neon for filter_edgeJohn Cox2023-07-06
* avfilter/vf_bwdif: Add neon for filter_intraJohn Cox2023-07-06
* avfilter/ccfifo: remove unnecessary context allocationsJames Almer2023-05-12
* avfilter/yadif: Properly preserve CEA-708 closed captionsDevin Heitmueller2023-05-11
* avfilter/bwdif: move filter_line init to a dedicated functionJames Darnley2023-03-25
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-15
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_bwdif: Use formats list instead of query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-15
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-22
* avfilter/bwdif: Fix time base for large denominatorsPhilip Langdale2021-05-29
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* Revert "avfilter/yadif: simplify the code for better readability"Limin Wang2020-08-27
* avfilter/yadif: simplify the code for better readabilityLimin Wang2020-08-26
* avfilter/vf_bwdif: fix heap-buffer overflowPaul B Mahol2019-10-14
* avfilter/vf_bwdif: Use common yadif frame management logicPhilip Langdale2018-11-14
* 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
* avfilter/vf_bwdif: add x86 SIMDThomas Mundt2016-03-13
* avfilter: add BobWeaver deinterlacing filterThomas Mundt2016-02-18