[FFmpeg-devel] [PATCH 1/1 v5] avfilter: Implement color correction using gray world algorithm

Paul Buxton paulbuxton.mail at googlemail.com
Fri Aug 27 12:17:38 EEST 2021


Updated with more input from Paul and Andreas

Paul Buxton (1):
  avfilter: 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 | 362 +++++++++++++++++++++++++++++++++++++
 5 files changed, 377 insertions(+), 1 deletion(-)
 create mode 100644 libavfilter/vf_grayworld.c

-- 
2.17.1



More information about the ffmpeg-devel mailing list