Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | VideoFilter inherits from | Julien Moutte | 2005-11-23 | 1 | -26/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Original commit message from CVS: 2005-11-23 Julien MOUTTE <julien@moutte.net> * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height), (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size), (gst_timeoverlay_transform), (gst_timeoverlay_base_init), (gst_timeoverlay_class_init), (gst_timeoverlay_init), (gst_timeoverlay_get_type): * ext/cairo/gsttimeoverlay.h: * gst/debug/Makefile.am: * gst/debug/gstnavigationtest.c: (gst_navigationtest_handle_src_event), (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps), (gst_navigationtest_transform), (gst_navigationtest_change_state), (gst_navigationtest_base_init), (gst_navigationtest_class_init), (gst_navigationtest_init), (gst_navigationtest_get_type), (plugin_init): * gst/debug/gstnavigationtest.h: * gst/effectv/Makefile.am: * gst/effectv/gstaging.c: (gst_agingtv_set_caps), (gst_agingtv_get_unit_size), (gst_agingtv_transform), (gst_agingtv_base_init), (gst_agingtv_class_init), (gst_agingtv_init), (gst_agingtv_get_type): * gst/effectv/gstdice.c: (gst_dicetv_set_caps), (gst_dicetv_get_unit_size), (gst_dicetv_transform), (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init), (gst_dicetv_get_type): * gst/effectv/gstedge.c: (gst_edgetv_set_caps), (gst_edgetv_get_unit_size), (gst_edgetv_transform), (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init), (gst_edgetv_get_type): * gst/effectv/gsteffectv.c: * gst/effectv/gsteffectv.h: * gst/effectv/gstquark.c: (gst_quarktv_set_caps), (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform), (gst_quarktv_change_state), (gst_quarktv_base_init), (gst_quarktv_class_init), (gst_quarktv_init), (gst_quarktv_get_type): * gst/effectv/gstrev.c: (gst_revtv_set_caps), (gst_revtv_get_unit_size), (gst_revtv_transform), (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init), (gst_revtv_get_type): * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps), (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform), (gst_shagadelictv_base_init), (gst_shagadelictv_class_init), (gst_shagadelictv_init), (gst_shagadelictv_get_type): * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps), (gst_vertigotv_get_unit_size), (gst_vertigotv_transform), (gst_vertigotv_base_init), (gst_vertigotv_class_init), (gst_vertigotv_init), (gst_vertigotv_get_type): * gst/effectv/gstwarp.c: (gst_warptv_set_caps), (gst_warptv_get_unit_size), (gst_warptv_transform), (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init), (gst_warptv_get_type): * gst/videofilter/Makefile.am: * gst/videofilter/gstvideobalance.c: * gst/videofilter/gstvideobalance.h: * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type), (gst_videofilter_class_init), (gst_videofilter_init): * gst/videofilter/gstvideofilter.h: * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps), (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size), (gst_videoflip_flip), (gst_videoflip_transform), (gst_videoflip_handle_src_event), (gst_videoflip_set_property), (gst_videoflip_base_init), (gst_videoflip_class_init), (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type): * gst/videofilter/gstvideoflip.h: VideoFilter inherits from BaseTransform, it's just a place holder for now and every video effect plugin has been ported to use BaseTransform features directly. QuarkTV was fixed too (was broken), navigationtest works and best for the end, videoflip converts navigation events depending on flip method ! Fixes #320953 | ||||
* | rework configure.ac; make asterisk rtp stuff compile on mingw | Thomas Vander Stichele | 2005-11-14 | 1 | -1/+1 |
| | | | | | Original commit message from CVS: rework configure.ac; make asterisk rtp stuff compile on mingw | ||||
* | make mad and effectv work with gst-register | Christian Schaller | 2005-05-06 | 1 | -3/+0 |
| | | | | | Original commit message from CVS: make mad and effectv work with gst-register | ||||
* | don't mix tabs and spaces | Thomas Vander Stichele | 2004-03-15 | 1 | -1/+1 |
| | | | | | Original commit message from CVS: don't mix tabs and spaces | ||||
* | gst-indent | Thomas Vander Stichele | 2004-03-14 | 1 | -38/+24 |
| | | | | | Original commit message from CVS: gst-indent | ||||
* | Port all elements that can be ported to videofilter, and fix up the caps. | Jan Schmidt | 2004-03-12 | 1 | -2/+8 |
| | | | | | | Original commit message from CVS: Port all elements that can be ported to videofilter, and fix up the caps. Can someone with a big-endian machine please check them? | ||||
* | gst-libs/gst/video/video.h: Fix caps template names to be understandable. | Benjamin Otte | 2004-01-12 | 1 | -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. | ||||
* | Make warpTV a subclass of videofilter | David Schleef | 2004-01-07 | 1 | -0/+3 |
| | | | | | Original commit message from CVS: Make warpTV a subclass of videofilter | ||||
* | Merge CAPS branch | David Schleef | 2003-12-22 | 1 | -37/+15 |
| | | | | | Original commit message from CVS: Merge CAPS branch | ||||
* | remove copyright field from plugins | Andy Wingo | 2003-12-04 | 1 | -1/+0 |
| | | | | | Original commit message from CVS: remove copyright field from plugins | ||||
* | Updated for the new plugin loading code | Jan Schmidt | 2003-11-02 | 1 | -31/+25 |
| | | | | | Original commit message from CVS: Updated for the new plugin loading code | ||||
* | New mimetypes gone into effect today - this commit changes all old mimetypes ↵ | Ronald S. Bultje | 2003-07-06 | 1 | -22/+7 |
| | | | | | | | 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 | ||||
* | Fixed license statements in EffectTv plugins so they now state LGPL. | Christian Schaller | 2002-08-14 | 1 | -7/+15 |
| | | | | | Original commit message from CVS: Fixed license statements in EffectTv plugins so they now state LGPL. | ||||
* | Added quarkTV with some cleanups. Can still do with some optimisations. | Wim Taymans | 2002-05-05 | 1 | -0/+1 |
| | | | | | Original commit message from CVS: Added quarkTV with some cleanups. Can still do with some optimisations. | ||||
* | And the revTV plugin.. | Wim Taymans | 2002-04-24 | 1 | -0/+1 |
| | | | | | Original commit message from CVS: And the revTV plugin.. | ||||
* | Vertigo is another cool one | Wim Taymans | 2002-04-24 | 1 | -0/+1 |
| | | | | | Original commit message from CVS: Vertigo is another cool one | ||||
* | ported the shagadelic plugin, shake it baby! | Wim Taymans | 2002-04-24 | 1 | -4/+5 |
| | | | | | Original commit message from CVS: ported the shagadelic plugin, shake it baby! | ||||
* | Some cleanups ported the über cool warp plugin. | Wim Taymans | 2002-04-24 | 1 | -0/+1 |
| | | | | | | Original commit message from CVS: Some cleanups ported the über cool warp plugin. | ||||
* | Added the diceTV plugin | Wim Taymans | 2002-04-24 | 1 | -0/+1 |
| | | | | | Original commit message from CVS: Added the diceTV plugin | ||||
* | License fixups. | Wim Taymans | 2002-04-24 | 1 | -12/+8 |
| | | | | | Original commit message from CVS: License fixups. | ||||
* | Added some more components to port effectv | Wim Taymans | 2002-04-23 | 1 | -311/+74 |
| | | | | | Original commit message from CVS: Added some more components to port effectv | ||||
* | Copy the timestamp too. funny effects: ./gst-launch filesrc ↵ | Wim Taymans | 2002-04-23 | 1 | -0/+364 |
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 |