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-11-04avfilter/vf_pseudocolor: add spectral presetPaul B Mahol
2021-10-05avfilter/vf_pseudocolor: 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-15avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-07-26avfilter/vf_pseudocolor: add three more presetsPaul B Mahol
2021-07-25avfilter/vf_pseudocolor: add solar presetPaul B Mahol
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-02-18avfilter/vf_pseudocolor: Add missing bracesMark Thompson
2021-02-11avfilter/vf_pseudocolor: do not leave alpha uninitializedPaul B Mahol
2021-02-11avfilter/vf_pseudocolor: add two more presetsPaul B Mahol
2021-02-11avfilter/vf_pseudocolor: add opacity optionPaul B Mahol
2021-01-30avfilter/vf_pseudocolor: allow more advanced presetsPaul B Mahol
2021-01-28avfilter/vf_pseudocolor: add support for commandsPaul B Mahol
2021-01-28avfilter/vf_pseudocolor: use macro for code that repeatsPaul B Mahol
2021-01-28avfilter/vf_pseudocolor: add presetsPaul B Mahol
2021-01-28avfilter/vf_pseudocolor: add slice threadingPaul B Mahol
2018-09-09avfilter: add support for gray14 formatPaul B Mahol
2017-12-12avfilter/vf_pseudocolor: add support for more formatsPaul B Mahol
2017-08-22avfilter/vf_pseudocolor: add high bitdepth supportPaul B Mahol
2017-08-20avfilter/vf_pseudocolor: add support for some subsampled formatsPaul B Mahol
2017-08-19avfilter: add pseudocolor filterPaul B Mahol