summaryrefslogtreecommitdiffstats
path: root/gst/effectv
Commit message (Collapse)AuthorAgeFilesLines
* remove copyright field from pluginsAndy Wingo2003-12-041-1/+0
| | | | | Original commit message from CVS: remove copyright field from plugins
* + checking in plugin category changesLeif Johnson2003-11-168-8/+8
| | | | | Original commit message from CVS: + checking in plugin category changes
* Updated for the new plugin loading codeJan Schmidt2003-11-0210-108/+164
| | | | | Original commit message from CVS: Updated for the new plugin loading code
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ↵Andy Wingo2003-10-088-24/+32
| | | | | | | deal with that. Fixes #113488. Original commit message from CVS: /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488.
* Remove redundant plugindir definitionDavid Schleef2003-08-101-1/+0
| | | | | Original commit message from CVS: Remove redundant plugindir definition
* New mimetypes gone into effect today - this commit changes all old mimetypes ↵Ronald S. Bultje2003-07-069-30/+15
| | | | | | | over to the new mimetypes spec as descri... Original commit message from CVS: New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as described in the previous commit's document. Note: some plugins will break, some pipelines will break, expect HEAD to be broken or at least not 100% working for a few days, but don't forget to report bugs
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-298-0/+24
| | | | | | | | Original commit message from CVS: compatibility fix for new GST_DEBUG stuff. Includes fixes for missing includes for config.h and unistd.h I only ensured for plugins I can build that they work, so if some of them are still broken, you gotta fix them yourselves unfortunately.
* PadConnect -> PadLinkThomas Vander Stichele2003-01-108-8/+8
| | | | | Original commit message from CVS: PadConnect -> PadLink
* another batch of connect->link fixes please let me know about issues and ↵Thomas Vander Stichele2003-01-108-16/+16
| | | | | | | | | | please refrain of making them yourself, so t... Original commit message from CVS: another batch of connect->link fixes please let me know about issues and please refrain of making them yourself, so that I don't spend double the time resolving conflicts
* parallel install fixesThomas Vander Stichele2002-12-081-1/+1
| | | | | Original commit message from CVS: parallel install fixes
* plugins part of license field patchChristian Schaller2002-09-188-0/+16
| | | | | Original commit message from CVS: plugins part of license field patch
* This updates all plugins to the new API for gst_pad_try_set_capsRonald S. Bultje2002-09-108-40/+8
| | | | | Original commit message from CVS: This updates all plugins to the new API for gst_pad_try_set_caps
* 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