summaryrefslogtreecommitdiffstats
path: root/gst/effectv
Commit message (Collapse)AuthorAgeFilesLines
* gst-libs/gst/video/video.h: Fix caps template names to be understandable.Benjamin Otte2004-01-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Original commit message from CVS: 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de> * gst-libs/gst/video/video.h: Fix caps template names to be understandable. Prefix everything with GST_VIDEO. * ext/aalib/gstaasink.c: * ext/divx/gstdivxdec.c: * ext/divx/gstdivxenc.c: * ext/gdk_pixbuf/gstgdkpixbuf.c: * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init): * ext/jpeg/gstjpegdec.c: (raw_caps_factory): * ext/jpeg/gstjpegenc.c: (raw_caps_factory): * ext/libcaca/gstcacasink.c: * ext/libpng/gstpngenc.c: (raw_caps_factory): * ext/snapshot/gstsnapshot.c: * ext/swfdec/gstswfdec.c: * ext/xvid/gstxviddec.c: * ext/xvid/gstxvidenc.c: * gst/chart/gstchart.c: * gst/deinterlace/gstdeinterlace.c: * gst/effectv/gsteffectv.c: * gst/flx/gstflxdec.c: (gst_flxdec_loop): * gst/goom/gstgoom.c: * gst/median/gstmedian.c: * gst/monoscope/gstmonoscope.c: (gst_monoscope_init), (gst_monoscope_srcconnect), (gst_monoscope_chain): * gst/overlay/gstoverlay.c: * gst/smooth/gstsmooth.c: * gst/smpte/gstsmpte.c: * gst/synaesthesia/gstsynaesthesia.c: * gst/videocrop/gstvideocrop.c: * gst/videodrop/gstvideodrop.c: * gst/y4m/gsty4mencode.c: * sys/qcam/gstqcamsrc.c: * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps): Make them work with new video.h file. * sys/ximage/ximagesink.c: (gst_ximagesink_chain), (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc): * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc): Make it work with new buffer allocation system.
* ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() testDavid Schleef2004-01-111-0/+3
| | | | | | | | | | | | | | | | | | | | | | | Original commit message from CVS: * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new), (gst_fenced_buffer_default_copy): Fix for rename of buffer private structure members. * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time value during a resize/renegotiation. * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use gst_pad_alloc_buffer(); * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private structure members. * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free): Fix for rename of buffer private structure members. * sys/ximage/ximagesink.c: (gst_ximagesink_chain), (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc): Fix for rename of buffer private structure members. * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc): Fix for rename of buffer private structure members.
* gst/effectv/gstaging.c: Port agingTV to videofilterSteve Baker2004-01-101-138/+143
| | | | | | | | | Original commit message from CVS: * gst/effectv/gstaging.c: (gst_agingtv_get_type), (gst_agingtv_base_init), (gst_agingtv_class_init), (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32), (gst_agingtv_set_property), (gst_agingtv_get_property): Port agingTV to videofilter
* Make warpTV a subclass of videofilterDavid Schleef2004-01-073-162/+173
| | | | | Original commit message from CVS: Make warpTV a subclass of videofilter
* Merge CAPS branchDavid Schleef2003-12-2210-120/+129
| | | | | Original commit message from CVS: Merge CAPS branch
* 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