summaryrefslogtreecommitdiff
path: root/gst/level
AgeCommit message (Expand)AuthorFilesLines
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
2007-11-26gst/level/gstlevel.c: Remove some dead code and do cleanups.Stefan Kost1-28/+25
2007-09-13gst/level/gstlevel.*: Use basetransform segment so that it is correctly manag...Wim Taymans2-35/+1
2007-05-13gst/level/gstlevel.c: Use guint8 * instead of gpointer then vs6 can build in_...Sébastien Moutte1-1/+1
2007-05-10gst/level/gstlevel.c: Revert last change.David Schleef1-3/+3
2007-05-09gst/level/gstlevel.c: Use guint8 * instead of gpointer then vs6 know the size...Sébastien Moutte1-3/+3
2007-03-07gst/level/gstlevel.*: Resolve message timestamps against the playback segment.Stefan Kost2-5/+49
2007-02-24Fix build with LDFLAGS='-Wl,-z,defs' (#410997)Loïc Minier1-1/+1
2007-02-22Fix level for multi-channel case.Stefan Kost1-1/+2
2007-02-21gst/level/gstlevel.*: Use function pointer for process function and add proce...Stefan Kost2-67/+132
2007-02-12gst/goom/gstgoom.*: Improved docs and use GST_DEBUG_FUNCPTR.Stefan Kost1-2/+2
2006-09-11gst/level/gstlevel.*: Fix type mixup in level->interval (gdouble<->guint64). ...Stefan Kost2-2/+2
2006-06-22Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...Tim-Philipp Müller1-1/+1
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+1
2006-04-09gst/level/gstlevel.c: use G_GINT64_CONSTANT for INT64 constantsSébastien Moutte1-2/+2
2006-04-08Fix more broken GObject macrosStefan Kost1-2/+4
2006-03-30ext\jpeg\smokecodec.c: use of GST_DEBUG instead of DEBUG(a...) for WIN32Sébastien Moutte1-6/+8
2006-03-30better/unified long descriptionsWim Taymans1-6/+4
2006-02-06gst/level/gstlevel.c: peak below decay is not necessarily an error, so don't ...Thomas Vander Stichele1-2/+5
2006-01-13gst/level/gstlevel.c: Fix memleak. Fixes #326612Mike Smith1-0/+4
2006-01-10gst/level/gstlevel.c: Don't leak filter arrays.Michael Smith1-0/+24
2005-12-30moved level-example to tests/examples/level-exampleStefan Kost2-105/+0
2005-12-11gst/: Use audiotestsrc instead of sinesrc (#323798).Tim-Philipp Müller1-5/+5
2005-12-06expand tabsThomas Vander Stichele2-15/+15