summaryrefslogtreecommitdiff
path: root/libs/gst/controller/gstlfocontrolsource.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-17gst: Don't ref_sink() GstObject subclasses in instance_init/constructorSebastian Dröge1-1/+6
2017-04-09controller: Generate GLib enums automaticallySebastian Dröge1-26/+0
2017-04-08Don't use deprecated g_object_newv()Tim-Philipp Müller1-1/+1
2017-01-27Port gtk-doc comments to their equivalent markdown syntaxThibault Saunier1-0/+1
2013-03-07lfo: set a sensible lower boundary for the frequencyStefan Sauer1-3/+4
2013-03-06lfocontrolsource: init the amplitude to the default and update the docsStefan Sauer1-6/+6
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-06-19controller: assorted minor introspection fixesEvan Nemerson1-5/+5
2012-04-12controller: Chain up to parent class dispose/finalizeEdward Hervey1-1/+2
2012-01-31controller: constructures for control sources return GstControlSourceStefan Sauer1-1/+1
2012-01-27controller: no fancy utf8 chars in the gi annotationsStefan Sauer1-1/+1
2012-01-27controller: add gi annotationsStefan Sauer1-1/+1
2012-01-19Update for new gthread APIWim Taymans1-32/+32
2012-01-01lfocontrolsource: cleanups and fix triangle calculationsStefan Sauer1-29/+22
2012-01-01lfocontrolsource: make chainableStefan Sauer1-107/+47
2011-12-25controller: move GValue handling from control-sources to -bindingStefan Sauer1-845/+373
2011-12-19controlsource: clean up lfo control sourceStefan Sauer1-16/+2
2011-12-06controller: remove GstValueArrayStefan Sauer1-25/+25
2011-12-04Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-0/+2
2011-12-04Work around deprecated thread API in glib masterTim-Philipp Müller1-0/+2
2011-11-04controller: move to core/gstobjectStefan Sauer1-3/+10
2011-09-13lfocontrolsource: fix clang compiler warningTim-Philipp Müller1-2/+2
2011-08-26lfocontrolsource: explicitly cast to the enum typeJosep Torra1-1/+2
2010-10-08controller, dataprotocol: make public enum _get_type() functions thread-safeTim-Philipp Müller1-19/+20
2010-10-08dataprotocol, lfocontrolsource: fix enum value name in enums that are public APITim-Philipp Müller1-5/+5
2010-10-05lfocontrolsource: use math-compat.h for M_PITim-Philipp Müller1-1/+1
2010-04-15lfocontrolsource: Use correct setter for double GValuesSebastian Dröge1-2/+2
2010-03-10Make code safe for -Wredundant-declsBenjamin Otte1-4/+0
2010-03-09lfocontrolsource: Optimize get_value_array()Sebastian Dröge1-61/+137
2009-10-28optimisation : Use g_object_newv where possible.Edward Hervey1-1/+1
2008-11-17libs/gst/controller/: Use gst_guint64_to_gdouble instead of gst_util_guint64_...Sebastian Dröge1-13/+13
2008-03-22Define G_PARAM_STATIC_STRINGS if it's undefined (GLib < 2.13.0) and use it ev...Sebastian Dröge1-5/+6
2008-02-29Correct all relevant warnings found by the sparse semantic code analyzer. Thi...Sebastian Dröge1-1/+1
2007-09-13libs/gst/controller/: Use gst_guint64_to_gdouble() when converting from a uin...Sebastien Moutte1-68/+70
2007-08-10libs/gst/controller/gstlfocontrolsource.c: Printf format fix.Tim-Philipp Müller1-1/+2
2007-08-03libs/gst/controller/: API: Add GstLFOControlSource, a control source that giv...Sebastian Dröge1-0/+1079