aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_deflicker.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi: drop internal.hAnton Khirnov2024-08-191-1/+0
* lavfi/internal: move functions used by filters to filters.hAnton Khirnov2024-08-191-0/+1
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-0/+1
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-141-9/+9
* avfilter: Remove unnecessary formats.h inclusionsAndreas Rheinhardt2023-08-071-1/+0
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-22/+22
* avfilter/vf_deflicker: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-5/+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/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-4/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/vf_deflicker: add support for alpha formatsPaul B Mahol2019-11-181-0/+4
* avfilter/vf_deflicker: fix invalid accessPaul B Mahol2019-10-111-1/+4
* avfilter: add support for gray14 formatPaul B Mahol2018-09-091-1/+1
* avfilter: add support for GRAY9 and GBRAP10Paul B Mahol2017-08-071-1/+1
* avfilter/vf_deflicker: add bypass optionPaul B Mahol2017-05-151-3/+6
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-231-1/+1
* avfilter: add deflicker filterPaul B Mahol2017-04-201-0/+468