summaryrefslogtreecommitdiff
path: root/libavfilter/vf_iccgen.c
Commit message (Collapse)AuthorAge
* lavfi: add vf_iccgen for generating ICC profilesNiklas Haas2022-04-23
This filter is designed to specifically cover the task of generating ICC profiles (and attaching them to output frames) on demand. Other tasks, such as ICC profile loading/stripping, or ICC profile application, are better left to separate filters (or included into e.g. vf_setparams). Signed-off-by: Niklas Haas <git@haasn.dev>