summaryrefslogtreecommitdiff
path: root/libavfilter/vf_chromakey.c
Commit message (Expand)AuthorAge
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_chromakey: 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/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/vf_chromakey: fix diff scaling for chromahold filterPaul B Mahol2021-08-20
* avfilter/internal: Replace AVFilterPad.needs_writable by flagsAndreas Rheinhardt2021-08-17
* 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_chromakey: fix formula for calculation of differencePaul B Mahol2020-05-19
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-17
* avfilter/vf_chromakey: add support for commandsPaul B Mahol2019-11-21
* avfilter/vf_chromakey: add >8 bit supportPaul B Mahol2019-11-20
* avfilter/vf_chromahold: implement blend optionPaul B Mahol2019-05-13
* avfilter: add chromahold filterPaul B Mahol2018-10-21
* avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol2016-08-29
* chromakey: Use the pixel descriptor API for chroma subsampling infoTimothy Gu2015-10-17
* avfilter/vf_chromakey: Add chromakey video filterTimo Rothenpieler2015-09-23