summaryrefslogtreecommitdiff
path: root/libavfilter/vf_selectivecolor.c
Commit message (Expand)AuthorAge
* avfilter/vf_selectivecolor: no need to use doublesPaul B Mahol2021-10-22
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_selectivecolor: 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_selectivecolor: reduce number of operations with r/g/b/a pointersPaul B Mahol2021-09-26
* avfilter/vf_selectivecolor: refactor some repeating calculationsPaul B Mahol2021-09-26
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-15
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* Mark some pointers as constAndreas Rheinhardt2021-01-01
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-17
* lavfi/selectivecolor: fix neutral color filteringClément Bœsch2018-08-09
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-13
* lavfi/selectivecolor: add a link to algorithm explanationsClément Bœsch2017-01-07
* lavfi/selectivecolor: rename adjust_range to scaleClément Bœsch2016-12-31
* lavfi/selectivecolor: simplify crazy mid val computationsClément Bœsch2016-12-27
* avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol2016-08-29
* lavfi/selectivecolor: add 16-bit supportClément Bœsch2016-07-24
* lavfi/selectivecolor: fix picking black as neutral when alpha is presentClément Bœsch2016-07-24
* avfilter/selectivecolor: fix correction_method option rangeClément Bœsch2015-10-17
* avfilter: add selectivecolor filterClément Bœsch2015-10-11