diff options
author | Paul Buxton <paulbuxton.mail@googlemail.com> | 2021-08-28 16:17:27 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2021-08-29 13:31:37 +0200 |
commit | e07ada3dac9c2e37c425741ee512676625d677ba (patch) | |
tree | 05a54628706bc15b252d745ccf7c72203b8e2f23 /Changelog | |
parent | 02fcd485f91e468638198ba05847af514ae58df9 (diff) | |
download | ffmpeg-e07ada3dac9c2e37c425741ee512676625d677ba.tar.gz |
avfilter: add grayworld video filter
Implements a gray world color correction algorithm
using a log scale LAB colorspace.
Signed-off-by: Paul Buxton <paulbuxton.mail@googlemail.com>
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ version <next>: - hsvkey and hsvhold video filters - adecorrelate audio filter - atilt audio filter +- grayworld video filter version 4.4: |