OSDN Git Service

lavfi: add fade filter
authorBrandon Mintern <bmintern@gmail.com>
Mon, 21 Feb 2011 11:02:57 +0000 (12:02 +0100)
committerAnton Khirnov <anton@khirnov.net>
Sun, 3 Apr 2011 06:47:16 +0000 (08:47 +0200)
commitaadfc9ee747eeb37f9ea77c0cc56a88226b9d21b
treee7e9ddc9820ac3bcaf188c21790685dca299e116
parent233ed6b314ee6b8d37d16a958f1bc309ae667393
lavfi: add fade filter

Port fade filter from libavfilter soc repo, with minor fixes by
Stefano.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Anton Khirnov <anton@khirnov.net>
doc/filters.texi
libavfilter/Makefile
libavfilter/allfilters.c
libavfilter/avfilter.h
libavfilter/vf_fade.c [new file with mode: 0644]