summaryrefslogtreecommitdiff
path: root/libavfilter/vf_pseudocolor.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_pseudocolor: add spectral presetPaul B Mahol2022-11-041-1/+10
* avfilter/vf_pseudocolor: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-6/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+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-4/+1
* avfilter/vf_pseudocolor: add three more presetsPaul B Mahol2021-07-261-52/+59
* avfilter/vf_pseudocolor: add solar presetPaul B Mahol2021-07-241-11/+36
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/vf_pseudocolor: Add missing bracesMark Thompson2021-02-171-4/+4
* avfilter/vf_pseudocolor: do not leave alpha uninitializedPaul B Mahol2021-02-111-6/+9
* avfilter/vf_pseudocolor: add two more presetsPaul B Mahol2021-02-111-0/+10
* avfilter/vf_pseudocolor: add opacity optionPaul B Mahol2021-02-111-13/+33
* avfilter/vf_pseudocolor: allow more advanced presetsPaul B Mahol2021-01-291-44/+137
* avfilter/vf_pseudocolor: add support for commandsPaul B Mahol2021-01-281-1/+13
* avfilter/vf_pseudocolor: use macro for code that repeatsPaul B Mahol2021-01-281-50/+17
* avfilter/vf_pseudocolor: add presetsPaul B Mahol2021-01-281-2/+107
* avfilter/vf_pseudocolor: add slice threadingPaul B Mahol2021-01-281-14/+34
* avfilter: add support for gray14 formatPaul B Mahol2018-09-091-1/+2
* avfilter/vf_pseudocolor: add support for more formatsPaul B Mahol2017-12-121-2/+11
* avfilter/vf_pseudocolor: add high bitdepth supportPaul B Mahol2017-08-221-2/+233
* avfilter/vf_pseudocolor: add support for some subsampled formatsPaul B Mahol2017-08-201-15/+190
* avfilter: add pseudocolor filterPaul B Mahol2017-08-191-0/+256