mbox

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

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

Message

Paul Buxton Aug. 22, 2021, 1:53 p.m. UTC
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