summaryrefslogtreecommitdiff
path: root/gst/audioresample
AgeCommit message (Expand)AuthorFilesLines
2009-11-10audioresample: Update speex resampler to latest GITSebastian Dröge9-723/+799
2009-10-06audioresample: fix printf variable typeRobert Swain1-2/+3
2009-08-26audioresample: Fix drain processingSebastian Dröge1-1/+1
2009-08-26audioresample: On the first buffer we need discont handlingSebastian Dröge1-2/+2
2009-08-26audioresample: Fix buffer overflow when pushing the drainKipp Cannon1-6/+8
2009-08-26audioresample: Fix timestamp driftKipp Cannon2-208/+236
2009-08-08gst: Remove dead assignments and resulting unused variablesEdward Hervey1-14/+1
2009-08-06audioresample: Take the output offsets from the input if possibleKipp Cannon1-7/+30
2009-05-22Run liboil benchmark multiple timesDavid Schleef1-20/+13
2009-05-19audioresample: Don't drain remaining buffers after a flush.Edward Hervey1-0/+4
2009-05-01audioresample: Fix buffer size transformationsJan Schmidt1-17/+17
2009-04-21audioresample: Fix unused variable in compilation with --disable-gst-debugRené Stadler1-4/+3
2009-04-01audioresample: fix negotiation so that upstream can actually fixate to downst...Tim-Philipp Müller1-5/+25
2009-03-05audioresample: add missing break in event handling, remove dead codeStefan Kost1-4/+2
2009-02-15audioresample: Add locking to protect the resampling contextSebastian Dröge1-0/+4
2009-02-04audioresample: Add a proper deprecation comment and also drop G_PARAM_CONSTRUCT.Stefan Kost1-2/+8
2009-02-04audioresample: Only pull in liboil if its actualy used.Stefan Kost2-4/+13
2009-02-02Allow to configure the resampler function for integer to skip the benchmarkin...Stefan Kost1-4/+15
2009-01-23Rename files and types from speexresample to audioresampleSebastian Dröge27-2247/+4656
2008-11-27Remove audioresample files.Sebastian Dröge2-25/+4
2008-11-14gst/audioresample/gstaudioresample.c: Guard against a NULL dereference I some...Jan Schmidt1-1/+2
2008-10-30gst/audioresample/gstaudioresample.c: Return the result of parent_class->even...Stefan Kost1-3/+1
2008-10-28gst/audioresample/gstaudioresample.c: Fixate the rate to the nearest supporte...Sebastian Dröge1-0/+20
2008-10-16Don't install static libs for plugins. Fixes #550851 for base.Stefan Kost1-0/+2
2008-07-10Cleanup Plugin docs. Link to signals and properties. Fix sub-section titles. ...Stefan Kost1-6/+4
2008-05-14gst/audioresample/gstaudioresample.c: Revert previous change which made baset...Tim-Philipp Müller1-0/+4
2008-05-08gst/audioresample/gstaudioresample.c: Let audioresample use the buffer alloca...Sjoerd Simons1-4/+0
2008-03-22Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use static strings...Sebastian Dröge1-3/+3
2008-03-03Correct all relevant warnings found by the sparse semantic code analyzer. Thi...Sebastian Dröge1-1/+1
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