summaryrefslogtreecommitdiffstats
path: root/gst/effectv/gstradioac.c
Commit message (Collapse)AuthorAgeFilesLines
* effectv: Fix compilation with gcc 3Peter Kjellerstedt2009-08-311-10/+8
| | | | | | | | Recent changes in gst-plugins-good/gst/effectv prevents it from being compiled with gcc 3. The problem is that the new code uses preprocessor conditionals within a macro call which does not work with older versions of gcc. Fixes bug #593688.
* effectv: Don't allow caps changes for some effectv filtersSebastian Dröge2009-07-241-0/+3
| | | | | | These filters use information from previous frames to generate the current frame and a caps change will make the effect start from the beginning again.
* effectv: Fix processing on big endian architecturesSebastian Dröge2009-07-161-0/+8
|
* effectv: Add radioactv effect filterSebastian Dröge2009-07-161-0/+607
This filter adds a radiation-like motion blur effect to the video stream. Kindly relicensed to LGPL2+ by Kentaro Fukuchi <fukuchi@megaui.net>. Fixes bug #588359.