summaryrefslogtreecommitdiff
path: root/gst/coloreffects
AgeCommit message (Expand)AuthorFilesLines
2021-04-11gst-plugins: allow per feature registrationStéphane Cerveau5-19/+10
2020-06-06plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle1-1/+1
2020-06-04plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesSebastian Dröge1-0/+2
2019-10-14Remove autotools build systemTim-Philipp Müller1-17/+0
2019-05-13docs: Build documentation with hotdocThibault Saunier1-0/+1
2018-04-25Meson: Generate pc file for all plugins in badXavier Claessens1-0/+1
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier2-4/+5
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+14
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM2-8/+8
2016-02-03docs: remove some leftover 'Since 0.10.x' markersTim-Philipp Müller1-1/+1
2015-12-15plugins-bad: Fix example pipelinesVineeth TM2-2/+2
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-14/+0
2015-04-24remove unused enum items PROP_LASTLuis de Bethencourt1-2/+1
2014-10-02gst: remove unnecessary GLIB_DISABLE_DEPRECATION_WARNINGSVineeth T M1-5/+0
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2013-02-09chromahold: deprecated GStaticMutex -> GMutexMarc Leeman2-5/+5
2012-11-04Fix FSF addressTim-Philipp Müller5-10/+10
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller2-2/+2
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2-2/+2
2012-09-14ffmpegcolorspace is no moreWim Taymans2-2/+2
2012-04-24coloreffects: port to 0.11Mark Nauwelaerts4-181/+112
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-1/+1
2012-02-10Merge branch 'master' into 0.11Wim Taymans1-0/+4
2012-01-27plenty: fixup glib deprecationsVincent Penquerc'h1-0/+4
2012-01-10Merge branch 'master' into 0.11Sebastian Dröge2-1/+41
2012-01-06coloreffects: added support for a visual magnifier color filter to be used in...David Biomech3602-1/+40
2011-11-28various: fix pad template ref leaksVincent Penquerc'h2-8/+8
2011-11-04controller: port to new controller location and apiStefan Sauer2-3/+1
2011-05-14coloreffects: Coding style fixesLuis de Bethencourt4-9/+11
2011-04-11android: make it ready for androgenizerThibault Saunier1-0/+14
2010-10-06chromahold: Fix hue calculation for red colorsSebastian Dröge1-8/+9
2010-10-06chromahold: Make everything greyscale if the target color is greySebastian Dröge1-2/+2
2010-10-06chromahold: Add chromahold color effectSebastian Dröge4-6/+553
2010-08-04coloreffects: Minor cleanupSebastian Dröge2-2/+2
2010-08-04coloreffects: Improve property description a bitSebastian Dröge1-1/+1
2010-08-04coloreffects: Don't use the fixed_caps func on the padsSebastian Dröge1-3/+0
2010-08-04coloreffects: add ayuv supportFilippo Argiolas2-42/+172
2010-08-04coloreffects: new plugin for lookup table color mappingFilippo Argiolas4-0/+643