summaryrefslogtreecommitdiff
path: root/gst/coloreffects/gstchromahold.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-11gst-plugins: allow per feature registrationStéphane Cerveau1-0/+2
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier1-1/+2
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-4/+4
2015-12-15plugins-bad: Fix example pipelinesVineeth TM1-1/+1
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-02-09chromahold: deprecated GStaticMutex -> GMutexMarc Leeman1-4/+4
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts1-1/+1
2012-09-14ffmpegcolorspace is no moreWim Taymans1-1/+1
2012-04-24coloreffects: port to 0.11Mark Nauwelaerts1-84/+54
2012-02-10Merge branch 'master' into 0.11Wim Taymans1-0/+4
2012-01-27plenty: fixup glib deprecationsVincent Penquerc'h1-0/+4
2011-11-28various: fix pad template ref leaksVincent Penquerc'h1-4/+4
2011-11-04controller: port to new controller location and apiStefan Sauer1-1/+1
2011-05-14coloreffects: Coding style fixesLuis de Bethencourt1-1/+2
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öge1-0/+463