Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-08-09lavfi/selectivecolor: fix neutral color filteringClément Bœsch
Neutrals are supposed to be anything not black (0,0,0) and not white (N,N,N). Previous neutral filtering code was too strict by excluding colors with any of its RGB component maxed instead of just the white color. Reported-by: Royi Avital <royiavital@yahoo.com>
2017-05-13avfilter: don't anonymously typedef structsPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-01-07lavfi/selectivecolor: add a link to algorithm explanationsClément Bœsch
2016-12-31lavfi/selectivecolor: rename adjust_range to scaleClément Bœsch
This variable corresponds to the final scale of the adjustement for a given color range.
2016-12-28lavfi/selectivecolor: simplify crazy mid val computationsClément Bœsch
2016-08-29avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol
2016-07-24lavfi/selectivecolor: add 16-bit supportClément Bœsch
2016-07-24lavfi/selectivecolor: fix picking black as neutral when alpha is presentClément Bœsch
2015-10-17avfilter/selectivecolor: fix correction_method option rangeClément Bœsch
2015-10-11avfilter: add selectivecolor filterClément Bœsch