summaryrefslogtreecommitdiff
path: root/gst/level
AgeCommit message (Expand)AuthorFilesLines
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
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-11-01ignore moreThomas Vander Stichele1-5/+1
2005-10-19use ELEMENT messages insteadThomas Vander Stichele2-3/+3
2005-09-29gst/level/level-example.c: Update for new bus API.Wim Taymans1-1/+1
2005-09-24check/elements/level.c: fix test for new GstClockTime useThomas Vander Stichele2-44/+59
2005-09-23updating docsThomas Vander Stichele1-1/+1
2005-09-23convert to using GstClockTime for all time values, finally.Thomas Vander Stichele4-77/+129
2005-09-23we handle more than two channelsThomas Vander Stichele1-2/+2
2005-09-19gst/level/level-example.c: Fix for new bus API.Wim Taymans1-1/+1
2005-09-14common/: a simple py script to generate valid xml from a C example probably a...Thomas Vander Stichele3-1/+131
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 Stichele2-20/+16
2005-09-01add docs to buildThomas Vander Stichele1-2/+1
2005-08-28Updates for two-arg init from GST_BOILERPLATE.Andy Wingo1-1/+1