22 May 2013 18:28
lavfi: add lut3d filter.
Clément Bœsch <git <at> videolan.org>
2013-05-22 16:28:44 GMT
2013-05-22 16:28:44 GMT
ffmpeg | branch: master | Clément Bœsch <ubitux <at> gmail.com> | Tue May 7 14:48:56 2013 +0200| [12f51c1f9e9aef19cd2552769db8693e8b5d4e4d] | committer: Clément Bœsch lavfi: add lut3d filter. Fixes part of Ticket #2517. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=12f51c1f9e9aef19cd2552769db8693e8b5d4e4d --- Changelog | 1 + doc/filters.texi | 36 +++ libavfilter/Makefile | 1 + libavfilter/allfilters.c | 1 + libavfilter/version.h | 4 +- libavfilter/vf_lut3d.c | 578 ++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 619 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 2ed6c87..91ab2e1 100644 --- a/Changelog +++ b/Changelog <at> <at> -52,6 +52,7 <at> <at> version <next>: - Escape 130 video decoder - FTP protocol support - V4L2 output device +- 3D LUT filter (lut3d) version 1.2:(Continue reading)
RSS Feed