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
2022-04-08avfilter/vf_colorkey: use multiplication instead of divisionPaul B Mahol
2022-04-08avfilter/vf_colorkey: add >8 depth supportPaul B Mahol
2022-03-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2021-10-05avfilter: Reindentation after query_formats changesAndreas Rheinhardt
2021-10-05avfilter/vf_colorkey: Use formats list instead of query funcAndreas 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-17avfilter/internal: Replace AVFilterPad.needs_writable by flagsAndreas Rheinhardt
2021-08-15avfilter/vf_colorkey: Don't manually make frame writableAndreas 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_colorkey: fix formula for calculation of differencePaul B Mahol
2020-03-18remove CHAR_MIN/CHAR_MAX usagePaul B Mahol
2020-02-11avfilter/vf_colorkey: add support for commandsPaul B Mahol
2019-05-11avfilter: add colorhold filterPaul B Mahol
2016-08-29avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol
2015-09-18avfilter/vf_colorkey: Improve filter descriptionTimo Rothenpieler
2015-09-08Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes
2015-06-14avfilter/vf_colorkey: Add colorkey video filterTimo Rothenpieler