gaudieffects: Adds new plugin 'gaudieffects'
authorLuis de Bethencourt <luis@debethencourt.com>
Tue, 13 Jul 2010 01:37:47 +0000 (22:37 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>
Tue, 20 Jul 2010 23:07:56 +0000 (20:07 -0300)
commitb870ff15b50c76ef2bad9733493e97b60eca32de
treee7ffc44c1cf1726c956dc3f25816cf7b6cb6eed1
parentb4e447375b3a65aaf33db0d0bd33f9884e75eac4
gaudieffects: Adds new plugin 'gaudieffects'

Adds the new 'gaudieffects' plugin, originally found
here: http://github.com/luisbg/gaudi_effects

Contains the following video effect elements: burn, chromium, dilate,
dodge, exclusion and solarize.

Thanks to Jan Schmidt for the reviewing and refactoring
16 files changed:
configure.ac
gst/gaudieffects/Makefile.am [new file with mode: 0644]
gst/gaudieffects/gstburn.c [new file with mode: 0644]
gst/gaudieffects/gstburn.h [new file with mode: 0644]
gst/gaudieffects/gstchromium.c [new file with mode: 0644]
gst/gaudieffects/gstchromium.h [new file with mode: 0644]
gst/gaudieffects/gstdilate.c [new file with mode: 0644]
gst/gaudieffects/gstdilate.h [new file with mode: 0644]
gst/gaudieffects/gstdodge.c [new file with mode: 0644]
gst/gaudieffects/gstdodge.h [new file with mode: 0644]
gst/gaudieffects/gstexclusion.c [new file with mode: 0644]
gst/gaudieffects/gstexclusion.h [new file with mode: 0644]
gst/gaudieffects/gstplugin.c [new file with mode: 0644]
gst/gaudieffects/gstplugin.h [new file with mode: 0644]
gst/gaudieffects/gstsolarize.c [new file with mode: 0644]
gst/gaudieffects/gstsolarize.h [new file with mode: 0644]