summaryrefslogtreecommitdiff
path: root/libavfilter/vf_estdif.c
Commit message (Expand)AuthorAge
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-14
* avfilter: Remove unnecessary formats.h inclusionsAndreas Rheinhardt2023-08-07
* avfilter/vf_estdif: simplify finding minimum scorePaul B Mahol2023-05-09
* avfilter/vf_estdif: remove float usagePaul B Mahol2023-05-09
* avfilter/vf_estdif: fix recently introduced regressionPaul B Mahol2023-05-09
* avutil/frame: deprecate interlaced_frame and top_field_firstJames Almer2023-05-04
* avfilter: use the new AVFrame interlace flags in all filtersJames Almer2023-05-04
* lavfi/vf_estdif: set frame durationsAnton Khirnov2022-10-13
* lavfi/vf_estdif: drop a redundant context variableAnton Khirnov2022-10-13
* lavfi/vf_estdif: drop an unused function parameterAnton Khirnov2022-10-13
* avfilter/vf_estdif: tweak ecost optionPaul B Mahol2022-06-21
* avfilter/vf_estdif: set frame_rate only when neededPaul B Mahol2022-04-30
* avfilter/vf_estdif: allow to change two more optionsPaul B Mahol2021-11-11
* avfilter/vf_estdif: do some clip calculations only once in loopPaul B Mahol2021-11-09
* avfilter/vf_estdif: export distance cost as filter optionPaul B Mahol2021-11-09
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_estdif: 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
* avfilter/[vf_nnedi, vf_estdif]: check interlaced flag on correct frameKacper Michajłow2021-07-16
* avfilter/vf_estdif: fix time base for large denominatorsPaul B Mahol2021-07-16
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/vf_estdif: make interpolation used user configurablePaul B Mahol2021-01-22
* avfilter/vf_estdif: add some forgotten formatsPaul B Mahol2021-01-18
* avfilter: add estdif video filterPaul B Mahol2021-01-16