[FFmpeg-devel] [PATCH 0/1] avfilter Add grayworld color correction filter

Paul Buxton paulbuxton.mail at googlemail.com
Sun Aug 22 16:53:33 EEST 2021


Implements a grayworld based color correction filter aimed at use for underwater video, but applicable to other situations

Paul Buxton (1):
  Add grayworld color correction filer

 MAINTAINERS                |   1 +
 doc/filters.texi           |  14 ++
 libavfilter/Makefile       |   1 +
 libavfilter/allfilters.c   |   1 +
 libavfilter/version.h      |   2 +-
 libavfilter/vf_grayworld.c | 401 +++++++++++++++++++++++++++++++++++++
 6 files changed, 419 insertions(+), 1 deletion(-)
 create mode 100644 libavfilter/vf_grayworld.c

-- 
2.17.1



More information about the ffmpeg-devel mailing list