Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gst/: update for symbols change | Thomas Vander Stichele | 2005-11-30 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | Original commit message from CVS: * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type): * gst/debug/gstnavigationtest.h: * gst/effectv/gstaging.c: (gst_agingtv_get_type): * gst/effectv/gstdice.c: (gst_dicetv_get_type): * gst/effectv/gstedge.c: (gst_edgetv_get_type): * gst/effectv/gstquark.c: (gst_quarktv_get_type): * gst/effectv/gstrev.c: (gst_revtv_get_type): * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type): * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type): * gst/effectv/gstwarp.c: (gst_warptv_get_type): * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property), (gst_video_flip_get_type): * gst/videofilter/gstvideoflip.h: update for symbols change | ||||
* | remove the videofilter library and link to the one in base | Thomas Vander Stichele | 2005-11-29 | 1 | -1/+1 |
| | | | | | Original commit message from CVS: remove the videofilter library and link to the one in base | ||||
* | VideoFilter inherits from | Julien Moutte | 2005-11-23 | 1 | -135/+123 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Way, way, way too many files: Remove crack comment from the 2000 era. | Andy Wingo | 2005-07-05 | 1 | -2/+0 |
| | | | | | | | | Original commit message from CVS: 2005-07-05 Andy Wingo <wingo@pobox.com> * Way, way, way too many files: Remove crack comment from the 2000 era. | ||||
* | first batch : remove ',' at end of enums as they could confuse older gcc, ↵ | Stéphane Loeuillet | 2004-05-21 | 1 | -1/+1 |
| | | | | | | | | | foreign compilers (forte) and gtk-doc Original commit message from CVS: first batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc | ||||
* | don't mix tabs and spaces | Thomas Vander Stichele | 2004-03-15 | 1 | -10/+10 |
| | | | | | Original commit message from CVS: don't mix tabs and spaces | ||||
* | gst-indent | Thomas Vander Stichele | 2004-03-14 | 1 | -49/+65 |
| | | | | | 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 | -79/+59 |
| | | | | | | 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? | ||||
* | Merge CAPS branch | David Schleef | 2003-12-22 | 1 | -10/+14 |
| | | | | | Original commit message from CVS: Merge CAPS branch | ||||
* | + checking in plugin category changes | Leif Johnson | 2003-11-16 | 1 | -1/+1 |
| | | | | | Original commit message from CVS: + checking in plugin category changes | ||||
* | Updated for the new plugin loading code | Jan Schmidt | 2003-11-02 | 1 | -7/+17 |
| | | | | | 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 Wingo | 2003-10-08 | 1 | -3/+4 |
| | | | | | | | 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. | ||||
* | New mimetypes gone into effect today - this commit changes all old mimetypes ↵ | Ronald S. Bultje | 2003-07-06 | 1 | -1/+1 |
| | | | | | | | 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 Otte | 2003-06-29 | 1 | -0/+3 |
| | | | | | | | | 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 -> PadLink | Thomas Vander Stichele | 2003-01-10 | 1 | -1/+1 |
| | | | | | Original commit message from CVS: PadConnect -> PadLink | ||||
* | another batch of connect->link fixes please let me know about issues and ↵ | Thomas Vander Stichele | 2003-01-10 | 1 | -2/+2 |
| | | | | | | | | | | 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 | ||||
* | plugins part of license field patch | Christian Schaller | 2002-09-18 | 1 | -0/+2 |
| | | | | | Original commit message from CVS: plugins part of license field patch | ||||
* | This updates all plugins to the new API for gst_pad_try_set_caps | Ronald S. Bultje | 2002-09-10 | 1 | -5/+1 |
| | | | | | Original commit message from CVS: This updates all plugins to the new API for gst_pad_try_set_caps | ||||
* | Fixed license statements in EffectTv plugins so they now state LGPL. | Christian Schaller | 2002-08-14 | 1 | -10/+16 |
| | | | | | Original commit message from CVS: Fixed license statements in EffectTv plugins so they now state LGPL. | ||||
* | reorg | Thomas Vander Stichele | 2002-06-08 | 1 | -1/+1 |
| | | | | | Original commit message from CVS: reorg | ||||
* | ported the shagadelic plugin, shake it baby! | Wim Taymans | 2002-04-24 | 1 | -0/+330 |
Original commit message from CVS: ported the shagadelic plugin, shake it baby! |