Re: [FFmpeg-devel] [PATCH] avfilter: add colortemperature filter

2021-01-27 Thread Michael Niedermayer
On Tue, Jan 26, 2021 at 12:16:31PM +0100, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > doc/filters.texi | 22 +++ > libavfilter/Makefile | 1 + > libavfilter/allfilters.c | 1 + > libavfilter/vf_colortemperature.c | 280

Re: [FFmpeg-devel] [PATCH] avfilter: add colortemperature filter

2021-01-26 Thread Reto Kromer
Paul B Mahol wrote: >+@item temperature >+Set the temperature in Kelvins. Allowed range is from 1000 to 4. >+Default value is 6500 K. I would use the singular "Kelvin", otherwise LGTM. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

[FFmpeg-devel] [PATCH] avfilter: add colortemperature filter

2021-01-26 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- doc/filters.texi | 22 +++ libavfilter/Makefile | 1 + libavfilter/allfilters.c | 1 + libavfilter/vf_colortemperature.c | 280 ++ 4 files changed, 304 insertions(+) create mode 100644