summaryrefslogtreecommitdiff
path: root/libavfilter/vf_avgblur.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_avgblur: fix memory leaks if config_input() is called againPaul B Mahol2022-02-101-7/+9
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-21/+21
* avfilter/vf_avgblur: 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/vf_avgblur: switch to faster algorithmPaul B Mahol2021-09-301-140/+171
* 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/+4
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-1/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/vf_avgblur: add support for 12bit yuva formatsPaul B Mahol2019-11-181-0/+1
* avfilter/vf_avgblur: fix heap-buffer overflowPaul B Mahol2019-10-151-1/+1
* avfilter/vf_avgblur: switch to ff_filter_process_command()Paul B Mahol2019-10-141-18/+2
* avfilter/vf_avgblur: add support for commandsPaul B Mahol2019-10-061-0/+17
* avfilter/vf_avgblur: remove dupe assignmentPaul B Mahol2019-09-161-1/+0
* avfilter: add support for gray14 formatPaul B Mahol2018-09-091-1/+1
* avfilter: add support for GRAY9 and GBRAP10Paul B Mahol2017-08-071-2/+2
* avfilter: add GRAY10 and GRAY12 to some filtersPaul B Mahol2017-04-101-1/+1
* avfilter: add avgblur filterPaul B Mahol2016-09-071-0/+326