summaryrefslogtreecommitdiff
path: root/libavfilter/vf_colorcorrect.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-15/+15
* avfilter/vf_colorcorrect: 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_colorcorrect: add median analyze modePaul B Mahol2021-08-271-7/+132
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/vf_colorcorrect: fix average analyze mode and add minmax modePaul B Mahol2021-08-201-8/+91
* avfilter/internal: Replace AVFilterPad.needs_writable by flagsAndreas Rheinhardt2021-08-171-1/+1
* avfilter/vf_colorcorrect: calculate imax/max once at config stagePaul B Mahol2021-08-161-11/+9
* avfilter/vf_colorcorrect: add initial automatic filteringPaul B Mahol2021-08-161-2/+121
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-151-2/+2
* avfilter/vf_colorcorrect: add subsampling formats supportPaul B Mahol2021-08-151-13/+37
* avfilter/vf_colorcorrect: remove code touching Y componentPaul B Mahol2021-08-151-4/+1
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-7/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter: add colorcorrect filterPaul B Mahol2021-02-031-0/+217