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

Paul Buxton paulbuxton.mail at googlemail.com
Mon Aug 23 02:52:58 EEST 2021


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

-- 
2.17.1



More information about the ffmpeg-devel mailing list