summaryrefslogtreecommitdiff
path: root/libavfilter/vf_estdif.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_estdif: simplify finding minimum scorePaul B Mahol2023-05-091-17/+13
* avfilter/vf_estdif: remove float usagePaul B Mahol2023-05-091-10/+10
* avfilter/vf_estdif: fix recently introduced regressionPaul B Mahol2023-05-091-1/+1
* avutil/frame: deprecate interlaced_frame and top_field_firstJames Almer2023-05-041-0/+4
* avfilter: use the new AVFrame interlace flags in all filtersJames Almer2023-05-041-3/+4
* lavfi/vf_estdif: set frame durationsAnton Khirnov2022-10-131-3/+6
* lavfi/vf_estdif: drop a redundant context variableAnton Khirnov2022-10-131-7/+4
* lavfi/vf_estdif: drop an unused function parameterAnton Khirnov2022-10-131-3/+3
* avfilter/vf_estdif: tweak ecost optionPaul B Mahol2022-06-211-1/+1
* avfilter/vf_estdif: set frame_rate only when neededPaul B Mahol2022-04-301-1/+3
* avfilter/vf_estdif: allow to change two more optionsPaul B Mahol2021-11-111-5/+10
* avfilter/vf_estdif: do some clip calculations only once in loopPaul B Mahol2021-11-091-9/+12
* avfilter/vf_estdif: export distance cost as filter optionPaul B Mahol2021-11-091-10/+12
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-25/+25
* avfilter/vf_estdif: 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-2/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-4/+1
* avfilter/[vf_nnedi, vf_estdif]: check interlaced flag on correct frameKacper Michajłow2021-07-161-1/+1
* avfilter/vf_estdif: fix time base for large denominatorsPaul B Mahol2021-07-161-4/+2
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/vf_estdif: make interpolation used user configurablePaul B Mahol2021-01-221-6/+94
* avfilter/vf_estdif: add some forgotten formatsPaul B Mahol2021-01-181-1/+4
* avfilter: add estdif video filterPaul B Mahol2021-01-161-0/+500