Re: [FFmpeg-devel] [PATCH] avfilter: split negate filter from lut filter

2021-10-27 Thread Paul B Mahol
Will apply promptly. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-devel] [PATCH] avfilter: split negate filter from lut filter

2021-10-26 Thread Paul B Mahol
Using luts for negating is suboptimal. FATE test changes because filter no longer clips values into limited color range. Signed-off-by: Paul B Mahol --- doc/filters.texi | 13 ++ libavfilter/Makefile | 2 +- libavfilter/vf_lut.c | 28 ---