[FFmpeg-devel] [PATCH] avfilter/colorize: add speed option

2024-04-30 Thread Yannis Gerlach
The speed option allows to have a constant (per frame) change of hue. This allows for an easy way of creating an color changing effect without relying on somewhat complicated expressions. Signed-off-by: Yannis Gerlach --- libavfilter/vf_colorize.c | 17 + 1 file changed, 13

[FFmpeg-devel] [PATCH 1/2] avfilter/colorize: add speed option

2024-05-01 Thread Yannis Gerlach
The speed option allows to have a constant (per frame) change of hue. This allows for an easy way of creating an color changing effect without relying on somewhat complicated expressions. Signed-off-by: Yannis Gerlach --- libavfilter/vf_colorize.c | 9 + 1 file changed, 9 insertions

[FFmpeg-devel] [PATCH 2/2] avfilter/colorize: formatting

2024-05-01 Thread Yannis Gerlach
Add spaces to format option list table-like Signed-off-by: Yannis Gerlach --- libavfilter/vf_colorize.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libavfilter/vf_colorize.c b/libavfilter/vf_colorize.c index cfcf1a54fb..ad8577c8fd 100644 --- a/libavfilter