summaryrefslogtreecommitdiff
path: root/libavfilter/vf_colorkey.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-7/+7
* avfilter/vf_colorkey: Use formats list instead of query funcAndreas Rheinhardt2021-10-051-7/+2
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-2/+2
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-6/+4
* avfilter/internal: Replace AVFilterPad.needs_writable by flagsAndreas Rheinhardt2021-08-171-1/+1
* avfilter/vf_colorkey: Don't manually make frame writableAndreas Rheinhardt2021-08-151-3/+1
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-151-1/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-7/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-2/+2
* avfilter/vf_colorkey: fix formula for calculation of differencePaul B Mahol2020-05-191-1/+1
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-171-2/+2
* avfilter/vf_colorkey: add support for commandsPaul B Mahol2020-02-111-1/+3
* avfilter: add colorhold filterPaul B Mahol2019-05-111-1/+83
* avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol2016-08-291-1/+1
* avfilter/vf_colorkey: Improve filter descriptionTimo Rothenpieler2015-09-181-1/+1
* Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-081-1/+1
* avfilter/vf_colorkey: Add colorkey video filterTimo Rothenpieler2015-06-141-0/+169