summaryrefslogtreecommitdiff
path: root/gst/level/gstlevel.c
AgeCommit message (Expand)AuthorFilesLines
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 Kost1-12/+57
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 Taymans1-33/+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 Kost1-5/+47
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 Kost1-66/+125
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 Kost1-1/+1
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-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-06expand tabsThomas Vander Stichele1-1/+1
2005-11-22various cosmetic fixesThomas Vander Stichele1-10/+11
2005-11-22various cosmetic fixesThomas Vander Stichele1-2/+2
2005-11-22various cosmetic fixesThomas Vander Stichele1-10/+11
2005-11-21port cutterThomas Vander Stichele1-3/+1
2005-11-14rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele1-1/+1
2005-10-19use ELEMENT messages insteadThomas Vander Stichele1-2/+2
2005-09-24check/elements/level.c: fix test for new GstClockTime useThomas Vander Stichele1-44/+58
2005-09-23updating docsThomas Vander Stichele1-1/+1
2005-09-23convert to using GstClockTime for all time values, finally.Thomas Vander Stichele1-50/+88
2005-09-23we handle more than two channelsThomas Vander Stichele1-2/+2
2005-09-14common/: a simple py script to generate valid xml from a C example probably a...Thomas Vander Stichele1-1/+38
2005-09-09Move fdsrc back into gstreamer core elements.Jan Schmidt1-5/+5
2005-09-01Andrewio Patrickoforus Wingonymus - 5 additional tests for your sinsThomas Vander Stichele1-14/+12
2005-08-28Updates for two-arg init from GST_BOILERPLATE.Andy Wingo1-1/+1
2005-08-25gst/level/gstlevel.c: Revert unpopular change for GST_MESSAGE_SRC to GObject.Jan Schmidt1-1/+1
2005-08-24gst/level/gstlevel.c: GST_MESSAGE_SRC became a GObjectJan Schmidt1-1/+1
2005-08-10port fixes from 0.8 to levelThomas Vander Stichele1-66/+73
2005-07-15gst/: Port to new base class.Wim Taymans1-6/+3
2005-07-04examples/level/: Examples moved out of the source dir. Not updated tho.Andy Wingo1-249/+265
2004-10-26synchonised naming of pads and pad-templatesStefan Kost1-2/+2
2004-10-26Memory leak fixesIain Holmes1-2/+2
2004-07-27fix template, only signed acceptedThomas Vander Stichele1-2/+12
2004-07-27commentsThomas Vander Stichele1-0/+1
2004-07-26add debugging/cleanupsThomas Vander Stichele1-34/+15