summaryrefslogtreecommitdiff
path: root/gst/audioresample
AgeCommit message (Expand)Author
2009-01-23Rename audioresample files and types to legacyresampleSebastian Dröge
2008-11-28Update audioresample documentation for the new element name.Sebastian Dröge
2008-11-28gst/audioresample/gstaudioresample.c: And now also update the debug category ...Sebastian Dröge
2008-11-27Integrate the moved audioresample into the build system and rename it to lega...Sebastian Dröge
2008-11-14gst/audioresample/gstaudioresample.c: Guard against a NULL dereference I some...Jan Schmidt
2008-10-30gst/audioresample/gstaudioresample.c: Return the result of parent_class->even...Stefan Kost
2008-10-28gst/audioresample/gstaudioresample.c: Fixate the rate to the nearest supporte...Sebastian Dröge
2008-10-16Don't install static libs for plugins. Fixes #550851 for base.Stefan Kost
2008-07-10Cleanup Plugin docs. Link to signals and properties. Fix sub-section titles. ...Stefan Kost
2008-05-14gst/audioresample/gstaudioresample.c: Revert previous change which made baset...Tim-Philipp Müller
2008-05-08gst/audioresample/gstaudioresample.c: Let audioresample use the buffer alloca...Sjoerd Simons
2008-03-22Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use static strings...Sebastian Dröge
2008-03-03Correct all relevant warnings found by the sparse semantic code analyzer. Thi...Sebastian Dröge
2007-11-23gst/audioresample/gstaudioresample.c: Implement latency query.Sebastian Dröge
2007-04-27ext/theora/theoradec.c: Calculate buffer duration correctly to generate a per...Julien Moutte
2007-04-21gst/audioresample/gstaudioresample.c: Make more functions static, just becaus...Tim-Philipp Müller
2007-04-16ext/pango/gstclockoverlay.c: Fix unused variable warning if HAVE_LOCALTIME_R ...Vincent Torri
2007-03-15gst/audioresample/gstaudioresample.c: Don't trigger discontinuities for very ...Michael Smith
2007-03-14gst/audioresample/gstaudioresample.c: Handle discontinuous streams.Julien Moutte
2007-03-14gst/audioresample/: Since I really am not interested in a debug line for each...Thomas Vander Stichele
2007-03-14add debugging and reformat docsThomas Vander Stichele
2007-01-04configure.ac: split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAG...Thomas Vander Stichele
2006-10-28gst/audioresample/gstaudioresample.c: Another typo fix (#366212).Tim-Philipp Müller
2006-10-10ext/gnomevfs/: Fix URI interface implementation return type.Josep Torre Valles
2006-10-05Printf format fixes.Tim-Philipp Müller
2006-08-20gst/audioconvert/gstaudioconvert.c: Lower debug, use g_assert in _get_unit_sizeStefan Kost
2006-07-28gst/audioresample/gstaudioresample.c: Don't leak references to the incoming c...Jan Schmidt
2006-06-22gst/: Avoid unnecessary class cast check in class_init functions (#337747).Cody Russell
2006-06-16gst/audioresample/gstaudioresample.c: Implement GstBaseTransform::start and :...Tim-Philipp Müller
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost
2006-04-28make GstElementDetails constStefan Kost
2006-04-28gst/audioresample/gstaudioresample.c: Add support for other formats audioresa...Wim Taymans
2006-04-09gst/audioresample/debug.h: replace debug macros with variable number of param...Sébastien Moutte
2006-03-02docs/plugins/: Add audioresample to docs.Wim Taymans
2006-01-03gst/audioresample/resample.h: As before, but for o_bufgst-plugins-bad-0.10.2Michael Smith
2006-01-03gst/audioresample/resample.h: Declare struct _ResampleState.buffer as unsigne...Michael Smith
2005-12-15gst/audioresample/gstaudioresample.c: Don't leak all input buffers to audiore...Michael Smith
2005-12-06expand tabsThomas Vander Stichele
2005-12-02gst/audioresample/: Fix audioresample, seek torture, new segments, reverse ne...Wim Taymans
2005-11-21gst/: Segment update fix.Wim Taymans
2005-10-16restructure configure.ac, use correct libtool LDFLAGS, fix up definesThomas Vander Stichele
2005-09-23gst/audioresample/: Convert to using gst debuggingDavid Schleef
2005-09-09check/: Add extra tests for basetransform based components.Jan Schmidt
2005-09-04fix distcheckgst-plugins-bad-0.9.2Thomas Vander Stichele
2005-08-28Updates for two-arg init from GST_BOILERPLATE_FULL.Andy Wingo
2005-08-26use base class' newsegment to properly timestampThomas Vander Stichele
2005-08-25check/: add a test for audioconvertThomas Vander Stichele
2005-08-25add a check for audioresampleThomas Vander Stichele
2005-08-25show some info on what's left in the queueThomas Vander Stichele
2005-08-25gst/audioresample/: add room for extra overlap samples when asked to transfor...Thomas Vander Stichele