Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-27avfilter/vf_[color/chroma]key: lower lower limit for similarity optionPaul B Mahol
2021-10-05avfilter: Reindentation after query_formats changesAndreas Rheinhardt
2021-10-05avfilter/vf_chromakey: Use formats list instead of query functionAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-20avfilter/vf_chromakey: fix diff scaling for chromahold filterPaul B Mahol
2021-08-17avfilter/internal: Replace AVFilterPad.needs_writable by flagsAndreas Rheinhardt
2021-08-15avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2020-05-19avfilter/vf_chromakey: fix formula for calculation of differencePaul B Mahol
2020-03-18remove CHAR_MIN/CHAR_MAX usagePaul B Mahol
2019-11-21avfilter/vf_chromakey: add support for commandsPaul B Mahol
2019-11-20avfilter/vf_chromakey: add >8 bit supportPaul B Mahol
2019-05-13avfilter/vf_chromahold: implement blend optionPaul B Mahol
2018-10-21avfilter: add chromahold filterPaul B Mahol
2016-08-29avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol
2015-10-17chromakey: Use the pixel descriptor API for chroma subsampling infoTimothy Gu
2015-09-23avfilter/vf_chromakey: Add chromakey video filterTimo Rothenpieler