summaryrefslogtreecommitdiff
path: root/gst/audioresample
AgeCommit message (Expand)AuthorFilesLines
2010-12-17audioresample: corrected buffer duration calculation to account for nonzero i...Leo Singer1-2/+2
2010-12-17audioresample: changed num_gap_samples, num_nongap_samples from guint32 to gu...Leo Singer1-2/+2
2010-12-17audioresample: push half a history length, instead of a full history length, ...Leo Singer1-4/+8
2010-12-17audioresample: renamed count_gap, count_nongap to more descriptive num_gap_sa...Leo Singer2-25/+25
2010-12-17audioresample: replaced void* with gpointerLeo Singer1-1/+1
2010-12-17audioresample: initial filter transient discarded; unit tests passingLeo Singer1-18/+17
2010-12-17Revert "Revert "audioresample: Add GAP flag support""Leo Singer5-52/+172
2010-12-13audioresample: relax discont checking slightlyMark Nauwelaerts1-1/+3
2010-12-13audioresample: provide as much valid output ts and offset as valid inputMark Nauwelaerts2-47/+56
2010-10-13various: add a missing G_PARAM_STATIC_STRINGS flag to object propertiesStefan Kost1-2/+3
2010-09-15Revert "audioresample: Add GAP flag support"Sebastian Dröge5-173/+52
2010-09-15audioresample: Add GAP flag supportLeo Singer5-52/+173
2010-06-08Fix build if orc is not installedTim-Philipp Müller2-5/+23
2010-06-07audioresample: convert from liboil to orcDavid Schleef2-26/+15
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