summaryrefslogtreecommitdiff
path: root/gst/level
AgeCommit message (Expand)AuthorFilesLines
2015-03-12level: Don't read over the end of the input memorySebastian Dröge1-2/+1
2014-11-02Sprinkle some G_PARAM_DEPRECATED and #ifndef GST_REMOVE_DEPRECATEDTim-Philipp Müller1-2/+5
2014-04-16level: Use the correct number of samples to iterate over the input arraySebastian Dröge1-1/+1
2014-02-18docs: use docbook markup for xi:includeStefan Sauer1-2/+2
2014-02-18docs: use the gtk-doc syntax to link to propertiesStefan Sauer1-6/+4
2013-06-01level: remove unused variables in instance structStefan Sauer1-2/+0
2013-05-30level: misc cleanupsStefan Sauer1-19/+15
2013-05-28level: fix discontinuities in timestampsStefan Sauer1-8/+7
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2013-04-04level: resync on discontStefan Sauer2-12/+19
2013-04-03level: subdivide buffers for sample accurate interval handlingStefan Sauer1-69/+85
2013-02-28level: add a "post-messages" property and deprecate "message"Stefan Sauer2-15/+38
2013-02-25level: put back deprecation warningsThomas Vander Stichele1-0/+4
2013-02-25level: send last message on EOSThomas Vander Stichele1-50/+75
2013-02-03level: Add missing coma between formatsOlivier Crête1-2/+2
2012-11-04Fix FSF addressTim-Philipp Müller2-4/+4
2012-10-27gst: fix variable order in some Makefile.amTim-Philipp Müller1-1/+1
2012-10-27gst: add various missing GST_PLUGINS_BASE_LIBS in Makefile.amAntoine Tremblay1-1/+1
2012-09-29Purge references to liboilTim-Philipp Müller1-4/+3
2012-07-24level: remove obsolete liboil commentStefan Sauer1-1/+0
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
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-18level: use GValueArray instead of GstValueList in messagesPeteris Krisjanis1-17/+30
2012-01-25update for new memory APIWim Taymans1-3/+7
2012-01-05level: Update for the new raw audio layout fieldSebastian Dröge1-0/+2
2011-08-19port to more audio api changesWim Taymans1-1/+1
2011-08-19port more elements to new audio caps and APIWim Taymans2-99/+68
2011-06-30level: port to 0.11Mark Nauwelaerts1-21/+19
2011-04-11android: Make it ready for androgenizerThibault Saunier1-0/+14
2010-10-13various (gst): add a missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-4/+6
2010-09-23level: avoid division by zero on silenceHavard Graff1-3/+5
2010-06-08level: remove unused liboil includeDavid Schleef1-1/+0
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-6/+4
2010-01-07level: fix typo in 'message' property descriptionEdward Hervey1-1/+1
2009-11-01level: fix decay to be smoothStefan Kost1-1/+1
2009-11-01level: calculate the message-intervall when it changesStefan Kost2-2/+9
2009-11-01level: clocktime is a guint64, use right macro to init fieldsStefan Kost1-1/+1
2009-11-01level: use more g-style typesStefan Kost1-6/+6
2009-10-18level: code cleanupStefan Kost1-13/+13
2009-10-02level: don't give wrong number of fields in the message docsStefan Kost1-1/+1
2009-01-28Update and add documentation for plugins with no deps (gst).Stefan Kost1-7/+5
2008-11-04Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost1-0/+1
2008-08-11gst/level/gstlevel.c: Fix compilation (also known as the classic 'fix code th...Edward Hervey1-1/+1
2008-08-10gst/level/gstlevel.c: Little renaming (l -> level).Stefan Kost1-2/+2
2008-08-10gst/level/gstlevel.*: Send same timestamp/duration details as videoanalysis. ...Stefan Kost2-12/+58
2008-05-08gst/level/gstlevel.c: Also support 32bit (e.g. whe having it after 'mad'). Ad...Stefan Kost1-12/+30
2008-01-23gst/level/gstlevel.c: Use #include <math.h> instead of #include "math.h".Sebastian Dröge1-1/+1
2008-01-08Make elements GST_BUFFER_FLAG_GAP aware and call gst_base_transform_set_gap_a...Sebastian Dröge1-0/+2
2007-11-26gst/level/gstlevel.c: Add GAP-flag support.Stefan Kost1-6/+10