index
:
gst-plugins-bad
BRANCH-ERROR
BRANCH-EVENTS2
BRANCH-GSTREAMER-0_6
BRANCH-GSTREAMER-0_8
BRANCH-RELEASE-0_10_19
BRANCH-RELEASE-0_3_3
BRANCH-RELEASE-0_3_4
BRANCH-RELEASE-0_4_0
BRANCH-RELEASE-0_4_1
BRANCH-RELEASE-0_4_2
BRANCH-RELEASE-0_5_0
BRANCH-RELEASE-0_5_1
BRANCH-RELEASE-0_5_2
BRANCH-RELEASE-0_7_4
BRANCH-RELEASE-0_7_5
BRANCH-RELEASE-0_8_2
BRANCH-THREADED
BRANCH_RELEASE-0_7_2
CAPS
TYPEFIND
master
LV2 for GStreamer (SoC 2009)
dave@drobilla.net
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gst
/
audioresample
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-16
Don't install static libs for plugins. Fixes #550851 for base.
Stefan Kost
1
-0
/
+2
2008-07-10
Cleanup Plugin docs. Link to signals and properties. Fix sub-section titles. ...
Stefan Kost
1
-6
/
+4
2008-05-14
gst/audioresample/gstaudioresample.c: Revert previous change which made baset...
Tim-Philipp Müller
1
-0
/
+4
2008-05-08
gst/audioresample/gstaudioresample.c: Let audioresample use the buffer alloca...
Sjoerd Simons
1
-4
/
+0
2008-03-22
Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use static strings...
Sebastian Dröge
1
-3
/
+3
2008-03-03
Correct all relevant warnings found by the sparse semantic code analyzer. Thi...
BRANCH-RELEASE-0_10_19
Sebastian Dröge
1
-1
/
+1
2007-11-23
gst/audioresample/gstaudioresample.c: Implement latency query.
Sebastian Dröge
1
-0
/
+78
2007-04-27
ext/theora/theoradec.c: Calculate buffer duration correctly to generate a per...
Julien Moutte
1
-3
/
+1
2007-04-21
gst/audioresample/gstaudioresample.c: Make more functions static, just becaus...
Tim-Philipp Müller
1
-9
/
+9
2007-04-16
ext/pango/gstclockoverlay.c: Fix unused variable warning if HAVE_LOCALTIME_R ...
Vincent Torri
1
-1
/
+1
2007-03-15
gst/audioresample/gstaudioresample.c: Don't trigger discontinuities for very ...
Michael Smith
1
-16
/
+34
2007-03-14
gst/audioresample/gstaudioresample.c: Handle discontinuous streams.
Julien Moutte
2
-9
/
+48
2007-03-14
gst/audioresample/: Since I really am not interested in a debug line for each...
Thomas Vander Stichele
2
-2
/
+6
2007-03-14
add debugging and reformat docs
Thomas Vander Stichele
1
-8
/
+21
2007-01-04
configure.ac: split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAG...
Thomas Vander Stichele
1
-1
/
+1
2006-10-28
gst/audioresample/gstaudioresample.c: Another typo fix (#366212).
Tim-Philipp Müller
1
-1
/
+1
2006-10-10
ext/gnomevfs/: Fix URI interface implementation return type.
Josep Torre Valles
1
-1
/
+1
2006-10-05
Printf format fixes.
Tim-Philipp Müller
1
-1
/
+1
2006-08-20
gst/audioconvert/gstaudioconvert.c: Lower debug, use g_assert in _get_unit_size
Stefan Kost
1
-1
/
+1
2006-07-28
gst/audioresample/gstaudioresample.c: Don't leak references to the incoming c...
Jan Schmidt
1
-3
/
+3
2006-06-22
gst/: Avoid unnecessary class cast check in class_init functions (#337747).
Cody Russell
1
-1
/
+1
2006-06-16
gst/audioresample/gstaudioresample.c: Implement GstBaseTransform::start and :...
Tim-Philipp Müller
1
-25
/
+28
2006-06-01
Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
Stefan Kost
1
-2
/
+2
2006-04-28
make GstElementDetails const
Stefan Kost
1
-1
/
+1
2006-04-28
gst/audioresample/gstaudioresample.c: Add support for other formats audioresa...
Wim Taymans
1
-17
/
+75
2006-04-09
gst/audioresample/debug.h: replace debug macros with variable number of param...
Sébastien Moutte
2
-5
/
+13
2006-03-02
docs/plugins/: Add audioresample to docs.
Wim Taymans
2
-69
/
+95
2006-01-03
gst/audioresample/resample.h: As before, but for o_buf
RELEASE-0_10_2
Michael Smith
1
-1
/
+1
2006-01-03
gst/audioresample/resample.h: Declare struct _ResampleState.buffer as unsigne...
Michael Smith
1
-1
/
+1
2005-12-15
gst/audioresample/gstaudioresample.c: Don't leak all input buffers to audiore...
Michael Smith
1
-2
/
+3
2005-12-06
expand tabs
Thomas Vander Stichele
4
-46
/
+46
2005-12-02
gst/audioresample/: Fix audioresample, seek torture, new segments, reverse ne...
Wim Taymans
7
-76
/
+293
2005-11-21
gst/: Segment update fix.
Wim Taymans
1
-2
/
+2
2005-10-16
restructure configure.ac, use correct libtool LDFLAGS, fix up defines
Thomas Vander Stichele
1
-1
/
+2
2005-09-23
gst/audioresample/: Convert to using gst debugging
David Schleef
4
-8
/
+18
2005-09-09
check/: Add extra tests for basetransform based components.
Jan Schmidt
1
-0
/
+2
2005-09-04
fix distcheck
RELEASE-0_9_2
Thomas Vander Stichele
1
-1
/
+1
2005-08-28
Updates for two-arg init from GST_BOILERPLATE_FULL.
Andy Wingo
1
-4
/
+2
2005-08-26
use base class' newsegment to properly timestamp
Thomas Vander Stichele
1
-2
/
+5
2005-08-25
check/: add a test for audioconvert
Thomas Vander Stichele
2
-4
/
+10
2005-08-25
add a check for audioresample
Thomas Vander Stichele
2
-2
/
+13
2005-08-25
show some info on what's left in the queue
Thomas Vander Stichele
1
-2
/
+6
2005-08-25
gst/audioresample/: add room for extra overlap samples when asked to transfor...
Thomas Vander Stichele
6
-35
/
+73
2005-08-24
fix broken header setup in Makefile.am
Christian Schaller
1
-1
/
+1
2005-08-24
dist more
Thomas Vander Stichele
2
-5
/
+6
2005-08-24
port audioresample to basetransform
Thomas Vander Stichele
10
-236
/
+271
2005-08-23
gst/audioresample/Makefile.am: Leet audioresampling code
David Schleef
14
-0
/
+2254