summaryrefslogtreecommitdiff
path: root/libavfilter/vf_selectivecolor.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_selectivecolor: no need to use doublesPaul B Mahol2021-10-221-4/+4
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-10/+10
* avfilter/vf_selectivecolor: 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/vf_selectivecolor: reduce number of operations with r/g/b/a pointersPaul B Mahol2021-09-261-12/+29
* avfilter/vf_selectivecolor: refactor some repeating calculationsPaul B Mahol2021-09-261-6/+9
* 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: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* Mark some pointers as constAndreas Rheinhardt2021-01-011-1/+1
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-171-1/+1
* lavfi/selectivecolor: fix neutral color filteringClément Bœsch2018-08-091-1/+1
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-131-1/+1
* lavfi/selectivecolor: add a link to algorithm explanationsClément Bœsch2017-01-071-0/+1
* lavfi/selectivecolor: rename adjust_range to scaleClément Bœsch2016-12-311-25/+25
* lavfi/selectivecolor: simplify crazy mid val computationsClément Bœsch2016-12-271-30/+3
* avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol2016-08-291-1/+1
* lavfi/selectivecolor: add 16-bit supportClément Bœsch2016-07-241-110/+160
* lavfi/selectivecolor: fix picking black as neutral when alpha is presentClément Bœsch2016-07-241-1/+1
* avfilter/selectivecolor: fix correction_method option rangeClément Bœsch2015-10-171-1/+1
* avfilter: add selectivecolor filterClément Bœsch2015-10-111-0/+458