summaryrefslogtreecommitdiffstats
path: root/gst/effectv
Commit message (Collapse)AuthorAgeFilesLines
...
* Removed Sam Lantigas GPL comment as he also has given his permision to ↵Christian Schaller2002-08-141-1/+0
| | | | | | | relicense under LGPL. Original commit message from CVS: Removed Sam Lantigas GPL comment as he also has given his permision to relicense under LGPL.
* Fixed license statements in EffectTv plugins so they now state LGPL.Christian Schaller2002-08-1410-71/+142
| | | | | Original commit message from CVS: Fixed license statements in EffectTv plugins so they now state LGPL.
* Expose the signal as a G_SIGNAL_ACTIONWim Taymans2002-07-241-1/+1
| | | | | Original commit message from CVS: Expose the signal as a G_SIGNAL_ACTION
* merge from release branchThomas Vander Stichele2002-07-092-342/+0
| | | | | Original commit message from CVS: merge from release branch
* Add some extra files to distDavid I. Lehn2002-07-041-0/+1
| | | | | Original commit message from CVS: Add some extra files to dist
* reorgThomas Vander Stichele2002-06-088-8/+8
| | | | | Original commit message from CVS: reorg
* Better descriptionWim Taymans2002-05-081-1/+1
| | | | | Original commit message from CVS: Better description
* Remove the memcpyWim Taymans2002-05-051-24/+53
| | | | | Original commit message from CVS: Remove the memcpy
* Added quarkTV with some cleanups. Can still do with some optimisations.Wim Taymans2002-05-054-1/+276
| | | | | Original commit message from CVS: Added quarkTV with some cleanups. Can still do with some optimisations.
* Fix an anoying (rare) segfaultWim Taymans2002-04-271-4/+8
| | | | | Original commit message from CVS: Fix an anoying (rare) segfault
* And the revTV plugin..Wim Taymans2002-04-244-1/+298
| | | | | Original commit message from CVS: And the revTV plugin..
* Vertigo is another cool oneWim Taymans2002-04-245-4/+366
| | | | | Original commit message from CVS: Vertigo is another cool one
* ported the shagadelic plugin, shake it baby!Wim Taymans2002-04-244-5/+339
| | | | | Original commit message from CVS: ported the shagadelic plugin, shake it baby!
* Dispose wasn't a good idea..Wim Taymans2002-04-241-11/+5
| | | | | Original commit message from CVS: Dispose wasn't a good idea..
* Some cleanups ported the über cool warp plugin.Wim Taymans2002-04-246-11/+362
| | | | | | Original commit message from CVS: Some cleanups ported the über cool warp plugin.
* Added the diceTV pluginWim Taymans2002-04-245-15/+381
| | | | | Original commit message from CVS: Added the diceTV plugin
* License fixups.Wim Taymans2002-04-246-50/+388
| | | | | Original commit message from CVS: License fixups.
* Port agingTVWim Taymans2002-04-241-20/+194
| | | | | Original commit message from CVS: Port agingTV
* Added some more components to port effectvWim Taymans2002-04-235-312/+627
| | | | | Original commit message from CVS: Added some more components to port effectv
* Copy the timestamp too. funny effects: ./gst-launch filesrc ↵Wim Taymans2002-04-232-0/+373
location=/opt/data/AlienSong.mpg ! mpegdemux video_%02d! ... Original commit message from CVS: Copy the timestamp too. funny effects: ./gst-launch filesrc location=/opt/data/AlienSong.mpg ! mpegdemux video_%02d! { queue ! mpeg2dec ! colorspace ! edgeTV ! colorspace ! xvideosink } ./gst-launch filesrc location=/opt/data/south.mp3 ! mad ! goom ! edgeTV ! colorspace ! xvideosink