summaryrefslogtreecommitdiff
path: root/libavfilter/vf_chromakey.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_[color/chroma]key: lower lower limit for similarity optionPaul B Mahol2022-10-271-2/+2
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-30/+30
* avfilter/vf_chromakey: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-11/+3
* 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-8/+4
* avfilter/vf_chromakey: fix diff scaling for chromahold filterPaul B Mahol2021-08-201-2/+2
* avfilter/internal: Replace AVFilterPad.needs_writable by flagsAndreas Rheinhardt2021-08-171-2/+2
* 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-6/+3
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-2/+2
* avfilter/vf_chromakey: fix formula for calculation of differencePaul B Mahol2020-05-191-2/+2
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-171-2/+2
* avfilter/vf_chromakey: add support for commandsPaul B Mahol2019-11-211-1/+15
* avfilter/vf_chromakey: add >8 bit supportPaul B Mahol2019-11-201-10/+143
* avfilter/vf_chromahold: implement blend optionPaul B Mahol2019-05-131-1/+7
* avfilter: add chromahold filterPaul B Mahol2018-10-211-2/+94
* avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol2016-08-291-1/+1
* chromakey: Use the pixel descriptor API for chroma subsampling infoTimothy Gu2015-10-171-8/+17
* avfilter/vf_chromakey: Add chromakey video filterTimo Rothenpieler2015-09-231-0/+199