mbox

[FFmpeg-devel,v2,0/1] avfilter: Add Grayworld color correction filter

Message ID 20210822235259.19590-1-paulbuxton.mail@googlemail.com
Headers show

Message

Paul Buxton Aug. 22, 2021, 11:52 p.m. UTC
Implementation of a grayworld color correction filter

Paul Buxton (1):
  Implement gray world color correction uses log LAB colorspace

 doc/filters.texi           |  12 ++
 libavfilter/Makefile       |   1 +
 libavfilter/allfilters.c   |   1 +
 libavfilter/version.h      |   2 +-
 libavfilter/vf_grayworld.c | 368 +++++++++++++++++++++++++++++++++++++
 5 files changed, 383 insertions(+), 1 deletion(-)
 create mode 100644 libavfilter/vf_grayworld.c