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

2018-09-07 Thread Paul B Mahol
On 8/23/18, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > doc/filters.texi | 31 +++ > libavfilter/Makefile | 1 + > libavfilter/allfilters.c | 1 + > libavfilter/vf_lut3d.c | 438 +++ > 4 files changed, 471 insertions(+) >

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

2018-08-23 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- doc/filters.texi | 31 +++ libavfilter/Makefile | 1 + libavfilter/allfilters.c | 1 + libavfilter/vf_lut3d.c | 438 +++ 4 files changed, 471 insertions(+) diff --git a/doc/filters.texi b/doc/filters.texi

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

2018-08-23 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- doc/filters.texi | 29 +++ libavfilter/Makefile | 1 + libavfilter/allfilters.c | 1 + libavfilter/vf_lut3d.c | 404 +++ 4 files changed, 435 insertions(+) diff --git a/doc/filters.texi b/doc/filters.texi