summaryrefslogtreecommitdiffstats
path: root/gst/audioresample
AgeCommit message (Expand)AuthorFilesLines
2007-11-23gst/audioresample/gstaudioresample.c: Implement latency query.Sebastian Dröge1-0/+78
2007-04-27ext/theora/theoradec.c: Calculate buffer duration correctly to generate a per...Julien Moutte1-3/+1
2007-04-21gst/audioresample/gstaudioresample.c: Make more functions static, just becaus...Tim-Philipp Müller1-9/+9
2007-04-16ext/pango/gstclockoverlay.c: Fix unused variable warning if HAVE_LOCALTIME_R ...Vincent Torri1-1/+1
2007-03-15gst/audioresample/gstaudioresample.c: Don't trigger discontinuities for very ...Michael Smith1-16/+34
2007-03-14gst/audioresample/gstaudioresample.c: Handle discontinuous streams.Julien Moutte2-9/+48
2007-03-14gst/audioresample/: Since I really am not interested in a debug line for each...Thomas Vander Stichele2-2/+6
2007-03-14add debugging and reformat docsThomas Vander Stichele1-8/+21
2007-01-04configure.ac: split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAG...Thomas Vander Stichele1-1/+1
2006-10-28gst/audioresample/gstaudioresample.c: Another typo fix (#366212).Tim-Philipp Müller1-1/+1
2006-10-10ext/gnomevfs/: Fix URI interface implementation return type.Josep Torre Valles1-1/+1
2006-10-05Printf format fixes.Tim-Philipp Müller1-1/+1
2006-08-20gst/audioconvert/gstaudioconvert.c: Lower debug, use g_assert in _get_unit_sizeStefan Kost1-1/+1
2006-07-28gst/audioresample/gstaudioresample.c: Don't leak references to the incoming c...Jan Schmidt1-3/+3
2006-06-22gst/: Avoid unnecessary class cast check in class_init functions (#337747).Cody Russell1-1/+1
2006-06-16gst/audioresample/gstaudioresample.c: Implement GstBaseTransform::start and :...Tim-Philipp Müller1-25/+28
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost1-2/+2
2006-04-28make GstElementDetails constStefan Kost1-1/+1
2006-04-28gst/audioresample/gstaudioresample.c: Add support for other formats audioresa...Wim Taymans1-17/+75
2006-04-09gst/audioresample/debug.h: replace debug macros with variable number of param...Sébastien Moutte2-5/+13
2006-03-02docs/plugins/: Add audioresample to docs.Wim Taymans2-69/+95
2006-01-03gst/audioresample/resample.h: As before, but for o_bufRELEASE-0_10_2Michael Smith1-1/+1
2006-01-03gst/audioresample/resample.h: Declare struct _ResampleState.buffer as unsigne...Michael Smith1-1/+1
2005-12-15gst/audioresample/gstaudioresample.c: Don't leak all input buffers to audiore...Michael Smith1-2/+3
2005-12-06expand tabsThomas Vander Stichele4-46/+46
2005-12-02gst/audioresample/: Fix audioresample, seek torture, new segments, reverse ne...Wim Taymans7-76/+293
2005-11-21gst/: Segment update fix.Wim Taymans1-2/+2
2005-10-16restructure configure.ac, use correct libtool LDFLAGS, fix up definesThomas Vander Stichele1-1/+2
2005-09-23gst/audioresample/: Convert to using gst debuggingDavid Schleef4-8/+18
2005-09-09check/: Add extra tests for basetransform based components.Jan Schmidt1-0/+2
2005-09-04fix distcheckRELEASE-0_9_2Thomas Vander Stichele1-1/+1
2005-08-28Updates for two-arg init from GST_BOILERPLATE_FULL.Andy Wingo1-4/+2
2005-08-26use base class' newsegment to properly timestampThomas Vander Stichele1-2/+5
2005-08-25check/: add a test for audioconvertThomas Vander Stichele2-4/+10
2005-08-25add a check for audioresampleThomas Vander Stichele2-2/+13
2005-08-25show some info on what's left in the queueThomas Vander Stichele1-2/+6
2005-08-25gst/audioresample/: add room for extra overlap samples when asked to transfor...Thomas Vander Stichele6-35/+73
2005-08-24fix broken header setup in Makefile.amChristian Schaller1-1/+1
2005-08-24dist moreThomas Vander Stichele2-5/+6
2005-08-24port audioresample to basetransformThomas Vander Stichele10-236/+271
2005-08-23gst/audioresample/Makefile.am: Leet audioresampling codeDavid Schleef14-0/+2254