index
:
~robswain/gst-plugins-good
working-qtdemux
Robert Swain's dumping ground for gst-plugins-good development
robswain
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
level
Age
Commit message (
Expand
)
Author
Files
Lines
2008-11-04
Don't install static libs for plugins. Fixes #550851 for -good.
Stefan Kost
1
-0
/
+1
2008-08-11
gst/level/gstlevel.c: Fix compilation (also known as the classic 'fix code th...
Edward Hervey
1
-1
/
+1
2008-08-10
gst/level/gstlevel.c: Little renaming (l -> level).
Stefan Kost
1
-2
/
+2
2008-08-10
gst/level/gstlevel.*: Send same timestamp/duration details as videoanalysis. ...
Stefan Kost
2
-12
/
+58
2008-05-08
gst/level/gstlevel.c: Also support 32bit (e.g. whe having it after 'mad'). Ad...
Stefan Kost
1
-12
/
+30
2008-01-23
gst/level/gstlevel.c: Use #include <math.h> instead of #include "math.h".
Sebastian Dröge
1
-1
/
+1
2008-01-08
Make elements GST_BUFFER_FLAG_GAP aware and call gst_base_transform_set_gap_a...
Sebastian Dröge
1
-0
/
+2
2007-11-26
gst/level/gstlevel.c: Add GAP-flag support.
Stefan Kost
1
-6
/
+10
2007-11-26
gst/level/gstlevel.c: Remove some dead code and do cleanups.
Stefan Kost
1
-28
/
+25
2007-09-13
gst/level/gstlevel.*: Use basetransform segment so that it is correctly manag...
Wim Taymans
2
-35
/
+1
2007-05-13
gst/level/gstlevel.c: Use guint8 * instead of gpointer then vs6 can build in_...
Sébastien Moutte
1
-1
/
+1
2007-05-10
gst/level/gstlevel.c: Revert last change.
David Schleef
1
-3
/
+3
2007-05-09
gst/level/gstlevel.c: Use guint8 * instead of gpointer then vs6 know the size...
Sébastien Moutte
1
-3
/
+3
2007-03-07
gst/level/gstlevel.*: Resolve message timestamps against the playback segment.
Stefan Kost
2
-5
/
+49
2007-02-24
Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
Loïc Minier
1
-1
/
+1
2007-02-22
Fix level for multi-channel case.
Stefan Kost
1
-1
/
+2
2007-02-21
gst/level/gstlevel.*: Use function pointer for process function and add proce...
Stefan Kost
2
-67
/
+132
2007-02-12
gst/goom/gstgoom.*: Improved docs and use GST_DEBUG_FUNCPTR.
Stefan Kost
1
-2
/
+2
2006-09-11
gst/level/gstlevel.*: Fix type mixup in level->interval (gdouble<->guint64). ...
Stefan Kost
2
-2
/
+2
2006-06-22
Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...
Tim-Philipp Müller
1
-1
/
+1
2006-04-25
Define GstElementDetails as const and also static (when defined as global)
Stefan Kost
1
-1
/
+1
2006-04-09
gst/level/gstlevel.c: use G_GINT64_CONSTANT for INT64 constants
Sébastien Moutte
1
-2
/
+2
2006-04-08
Fix more broken GObject macros
Stefan Kost
1
-2
/
+4
2006-03-30
ext\jpeg\smokecodec.c: use of GST_DEBUG instead of DEBUG(a...) for WIN32
Sébastien Moutte
1
-6
/
+8
2006-03-30
better/unified long descriptions
Wim Taymans
1
-6
/
+4
2006-02-06
gst/level/gstlevel.c: peak below decay is not necessarily an error, so don't ...
Thomas Vander Stichele
1
-2
/
+5
2006-01-13
gst/level/gstlevel.c: Fix memleak. Fixes #326612
Mike Smith
1
-0
/
+4
2006-01-10
gst/level/gstlevel.c: Don't leak filter arrays.
Michael Smith
1
-0
/
+24
2005-12-30
moved level-example to tests/examples/level-example
Stefan Kost
2
-105
/
+0
2005-12-11
gst/: Use audiotestsrc instead of sinesrc (#323798).
Tim-Philipp Müller
1
-5
/
+5
2005-12-06
expand tabs
Thomas Vander Stichele
2
-15
/
+15
2005-11-22
various cosmetic fixes
Thomas Vander Stichele
1
-10
/
+11
2005-11-22
various cosmetic fixes
Thomas Vander Stichele
1
-2
/
+2
2005-11-22
various cosmetic fixes
Thomas Vander Stichele
1
-10
/
+11
2005-11-21
port cutter
Thomas Vander Stichele
1
-3
/
+1
2005-11-14
rework configure.ac; make asterisk rtp stuff compile on mingw
Thomas Vander Stichele
1
-1
/
+1
2005-11-01
ignore more
Thomas Vander Stichele
1
-5
/
+1
2005-10-19
use ELEMENT messages instead
Thomas Vander Stichele
2
-3
/
+3
2005-09-29
gst/level/level-example.c: Update for new bus API.
Wim Taymans
1
-1
/
+1
2005-09-24
check/elements/level.c: fix test for new GstClockTime use
Thomas Vander Stichele
2
-44
/
+59
2005-09-23
updating docs
Thomas Vander Stichele
1
-1
/
+1
2005-09-23
convert to using GstClockTime for all time values, finally.
Thomas Vander Stichele
4
-77
/
+129
2005-09-23
we handle more than two channels
Thomas Vander Stichele
1
-2
/
+2
2005-09-19
gst/level/level-example.c: Fix for new bus API.
Wim Taymans
1
-1
/
+1
2005-09-14
common/: a simple py script to generate valid xml from a C example probably a...
Thomas Vander Stichele
3
-1
/
+131
2005-09-09
Move fdsrc back into gstreamer core elements.
Jan Schmidt
1
-5
/
+5
2005-09-01
Andrewio Patrickoforus Wingonymus - 5 additional tests for your sins
Thomas Vander Stichele
2
-20
/
+16
2005-09-01
add docs to build
Thomas Vander Stichele
1
-2
/
+1
2005-08-28
Updates for two-arg init from GST_BOILERPLATE.
Andy Wingo
1
-1
/
+1
2005-08-25
gst/level/gstlevel.c: Revert unpopular change for GST_MESSAGE_SRC to GObject.
Jan Schmidt
1
-1
/
+1
[next]