summaryrefslogtreecommitdiff
path: root/libavfilter/vf_colorkey.c
Commit message (Expand)AuthorAge
* avfilter/vf_colorkey: use multiplication instead of divisionPaul B Mahol2022-04-08
* avfilter/vf_colorkey: add >8 depth supportPaul B Mahol2022-04-08
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_colorkey: Use formats list instead of query funcAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/internal: Replace AVFilterPad.needs_writable by flagsAndreas Rheinhardt2021-08-17
* avfilter/vf_colorkey: Don't manually make frame writableAndreas Rheinhardt2021-08-15
* 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
* avfilter/vf_colorkey: fix formula for calculation of differencePaul B Mahol2020-05-19
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-17
* avfilter/vf_colorkey: add support for commandsPaul B Mahol2020-02-11
* avfilter: add colorhold filterPaul B Mahol2019-05-11
* avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol2016-08-29
* avfilter/vf_colorkey: Improve filter descriptionTimo Rothenpieler2015-09-18
* Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-08
* avfilter/vf_colorkey: Add colorkey video filterTimo Rothenpieler2015-06-14