summaryrefslogtreecommitdiff
path: root/libavfilter/vf_colorcorrect.c
Commit message (Expand)AuthorAge
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_colorcorrect: 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/vf_colorcorrect: add median analyze modePaul B Mahol2021-08-27
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/vf_colorcorrect: fix average analyze mode and add minmax modePaul B Mahol2021-08-20
* avfilter/internal: Replace AVFilterPad.needs_writable by flagsAndreas Rheinhardt2021-08-17
* avfilter/vf_colorcorrect: calculate imax/max once at config stagePaul B Mahol2021-08-16
* avfilter/vf_colorcorrect: add initial automatic filteringPaul B Mahol2021-08-16
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-15
* avfilter/vf_colorcorrect: add subsampling formats supportPaul B Mahol2021-08-15
* avfilter/vf_colorcorrect: remove code touching Y componentPaul B Mahol2021-08-15
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter: add colorcorrect filterPaul B Mahol2021-02-03