OSDN Git Service

lavfi: add hue filter
authorJérémy Tran <tran.jeremy.av@gmail.com>
Sun, 12 Aug 2012 11:26:17 +0000 (13:26 +0200)
committerStefano Sabatini <stefasab@gmail.com>
Mon, 13 Aug 2012 10:00:54 +0000 (12:00 +0200)
commitae60d2c877e452c623fbe8e3129326cc0e26a1da
tree41f44137079fb3fe67ad508cec75659b1844a651
parent03e8944fc157088febbcc3ddcb089aaaeb2131e2
lavfi: add hue filter

This is a port of the MPlayer hue filter (libmpcodecs/vf_hue.c) by
Michael Niedermayer.

Signed-off-by: Jérémy Tran <tran.jeremy.av@gmail.com>
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
Changelog
doc/filters.texi
libavfilter/Makefile
libavfilter/allfilters.c
libavfilter/version.h
libavfilter/vf_hue.c [new file with mode: 0644]