summaryrefslogtreecommitdiffstats
path: root/gst/level/gstlevel.c
Commit message (Expand)AuthorAgeFilesLines
* level: don't give wrong number of fields in the message docsStefan Kost2009-10-021-1/+1
* Update and add documentation for plugins with no deps (gst).Stefan Kost2009-01-281-7/+5
* gst/level/gstlevel.c: Fix compilation (also known as the classic 'fix code th...Edward Hervey2008-08-111-1/+1
* gst/level/gstlevel.c: Little renaming (l -> level).Stefan Kost2008-08-101-2/+2
* gst/level/gstlevel.*: Send same timestamp/duration details as videoanalysis. ...Stefan Kost2008-08-101-12/+57
* gst/level/gstlevel.c: Also support 32bit (e.g. whe having it after 'mad'). Ad...Stefan Kost2008-05-081-12/+30
* gst/level/gstlevel.c: Use #include <math.h> instead of #include "math.h".Sebastian Dröge2008-01-231-1/+1
* Make elements GST_BUFFER_FLAG_GAP aware and call gst_base_transform_set_gap_a...Sebastian Dröge2008-01-081-0/+2
* gst/level/gstlevel.c: Add GAP-flag support.Stefan Kost2007-11-261-6/+10
* gst/level/gstlevel.c: Remove some dead code and do cleanups.Stefan Kost2007-11-261-28/+25
* gst/level/gstlevel.*: Use basetransform segment so that it is correctly manag...Wim Taymans2007-09-131-33/+1
* gst/level/gstlevel.c: Use guint8 * instead of gpointer then vs6 can build in_...Sébastien Moutte2007-05-131-1/+1
* gst/level/gstlevel.c: Revert last change.David Schleef2007-05-101-3/+3
* gst/level/gstlevel.c: Use guint8 * instead of gpointer then vs6 know the size...Sébastien Moutte2007-05-091-3/+3
* gst/level/gstlevel.*: Resolve message timestamps against the playback segment.Stefan Kost2007-03-071-5/+47
* Fix level for multi-channel case.Stefan Kost2007-02-221-1/+2
* gst/level/gstlevel.*: Use function pointer for process function and add proce...Stefan Kost2007-02-211-66/+125
* gst/goom/gstgoom.*: Improved docs and use GST_DEBUG_FUNCPTR.Stefan Kost2007-02-121-2/+2
* gst/level/gstlevel.*: Fix type mixup in level->interval (gdouble<->guint64). ...Stefan Kost2006-09-111-1/+1
* Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...Tim-Philipp Müller2006-06-221-1/+1
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+1
* gst/level/gstlevel.c: use G_GINT64_CONSTANT for INT64 constantsSébastien Moutte2006-04-091-2/+2
* ext\jpeg\smokecodec.c: use of GST_DEBUG instead of DEBUG(a...) for WIN32Sébastien Moutte2006-03-301-6/+8
* better/unified long descriptionsWim Taymans2006-03-301-6/+4
* gst/level/gstlevel.c: peak below decay is not necessarily an error, so don't ...Thomas Vander Stichele2006-02-061-2/+5
* gst/level/gstlevel.c: Fix memleak. Fixes #326612Mike Smith2006-01-131-0/+4
* gst/level/gstlevel.c: Don't leak filter arrays.Michael Smith2006-01-101-0/+24
* expand tabsThomas Vander Stichele2005-12-061-1/+1
* various cosmetic fixesThomas Vander Stichele2005-11-221-10/+11
* various cosmetic fixesThomas Vander Stichele2005-11-221-2/+2
* various cosmetic fixesThomas Vander Stichele2005-11-221-10/+11
* port cutterThomas Vander Stichele2005-11-211-3/+1
* rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele2005-11-141-1/+1
* use ELEMENT messages insteadThomas Vander Stichele2005-10-191-2/+2
* check/elements/level.c: fix test for new GstClockTime useThomas Vander Stichele2005-09-241-44/+58
* updating docsThomas Vander Stichele2005-09-231-1/+1
* convert to using GstClockTime for all time values, finally.Thomas Vander Stichele2005-09-231-50/+88
* we handle more than two channelsThomas Vander Stichele2005-09-231-2/+2
* common/: a simple py script to generate valid xml from a C example probably a...Thomas Vander Stichele2005-09-141-1/+38
* Move fdsrc back into gstreamer core elements.Jan Schmidt2005-09-091-5/+5
* Andrewio Patrickoforus Wingonymus - 5 additional tests for your sinsThomas Vander Stichele2005-09-011-14/+12
* Updates for two-arg init from GST_BOILERPLATE.Andy Wingo2005-08-281-1/+1
* gst/level/gstlevel.c: Revert unpopular change for GST_MESSAGE_SRC to GObject.Jan Schmidt2005-08-251-1/+1
* gst/level/gstlevel.c: GST_MESSAGE_SRC became a GObjectJan Schmidt2005-08-241-1/+1
* port fixes from 0.8 to levelThomas Vander Stichele2005-08-101-66/+73
* gst/: Port to new base class.Wim Taymans2005-07-151-6/+3
* examples/level/: Examples moved out of the source dir. Not updated tho.Andy Wingo2005-07-041-249/+265
* synchonised naming of pads and pad-templatesStefan Kost2004-10-261-2/+2
* Memory leak fixesIain Holmes2004-10-261-2/+2
* fix template, only signed acceptedThomas Vander Stichele2004-07-271-2/+12