summaryrefslogtreecommitdiff
path: root/libavfilter/vf_chromakey.c
Commit message (Collapse)AuthorAge
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
| | | | | | | This is possible now that the next-API is gone. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by: James Almer <jamrial@gmail.com>
* avfilter/vf_chromakey: fix formula for calculation of differencePaul B Mahol2020-05-19
|
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-17
| | | | It is not needed at all.
* 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
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>