summaryrefslogtreecommitdiff
path: root/libavfilter/vf_pseudocolor.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_pseudocolor: Add missing bracesMark Thompson2021-02-17
| | | | The array inside a structure needs two levels of braces.
* avfilter/vf_pseudocolor: do not leave alpha uninitializedPaul B Mahol2021-02-11
|
* avfilter/vf_pseudocolor: add two more presetsPaul B Mahol2021-02-11
|
* avfilter/vf_pseudocolor: add opacity optionPaul B Mahol2021-02-11
|
* avfilter/vf_pseudocolor: allow more advanced presetsPaul B Mahol2021-01-29
|
* avfilter/vf_pseudocolor: add support for commandsPaul B Mahol2021-01-28
|
* avfilter/vf_pseudocolor: use macro for code that repeatsPaul B Mahol2021-01-28
|
* avfilter/vf_pseudocolor: add presetsPaul B Mahol2021-01-28
|
* avfilter/vf_pseudocolor: add slice threadingPaul B Mahol2021-01-28
|
* avfilter: add support for gray14 formatPaul B Mahol2018-09-09
|
* avfilter/vf_pseudocolor: add support for more formatsPaul B Mahol2017-12-12
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_pseudocolor: add high bitdepth supportPaul B Mahol2017-08-22
|
* avfilter/vf_pseudocolor: add support for some subsampled formatsPaul B Mahol2017-08-20
|
* avfilter: add pseudocolor filterPaul B Mahol2017-08-19