summaryrefslogtreecommitdiffstats
path: root/gst/speexresample
AgeCommit message (Expand)AuthorFilesLines
2008-11-27Remove old speexresample files.Sebastian Dröge17-2493/+887
2008-11-21gst/speexresample/gstspeexresample.c: Add a "filter-length" property that map...Sebastian Dröge1-1/+80
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2008-11-03gst/speexresample/gstspeexresample.c: Add TODO at the top of the file for ena...Sebastian Dröge1-0/+8
2008-11-02gst/speexresample/gstspeexresample.c: Fix format string and arguments.Sebastian Dröge2-1/+129
2008-11-01gst/speexresample/: Add missing headers to Makefile.am.Sebastian Dröge8-24/+210
2008-10-30gst/speexresample/gstspeexresample.c: The length for the buffer conversion fu...Sebastian Dröge1-0/+2
2008-10-30tests/check/elements/speexresample.c: Add pipeline unit tests for testing all...Sebastian Dröge2-13/+10
2008-10-30gst/speexresample/: Add support for int8, int24 and int32 input by converting...Sebastian Dröge3-12/+204
2008-10-30Add support for double samples as input and refactor the usage of the differe...Sebastian Dröge8-176/+339
2008-10-29gst/speexresample/gstspeexresample.*: Rewrite timestamp tracking to make it m...Sebastian Dröge2-110/+66
2008-10-28gst/speexresample/gstspeexresample.*: Some random cleanup, add G_LIKELY and f...Sebastian Dröge2-64/+75
2008-10-28gst/speexresample/gstspeexresample.c: Fixate to the nearest supported rate in...Sebastian Dröge1-1/+24
2008-10-28gst/speexresample/: Update Speex resampler with latest version from Speex GIT.Sebastian Dröge9-537/+1397
2008-06-16Final round of doc updates.Stefan Kost1-7/+4
2007-12-14update spec file and add two missing files for distingChristian Schaller1-1/+2
2007-11-26configure.ac: Add QuickTime Wrapper plug-in.Julien Moutte1-4/+6
2007-11-26gst/speexresample/: Update speex resampler to latest SVN. We're now down to o...Sebastian Dröge6-269/+149
2007-11-23gst/speexresample/gstspeexresample.c: Only post the latency message if we hav...Sebastian Dröge1-1/+1
2007-11-23gst/speexresample/gstspeexresample.c: Also post GST_MESSAGE_LATENCY if the la...Sebastian Dröge1-0/+8
2007-11-23gst/speexresample/: Add functions to push the remaining samples and to get th...Sebastian Dröge4-13/+429
2007-11-21gst/speexresample/README: Add README explaining where the resampling code was...Sebastian Dröge3-6/+93
2007-11-20gst/speexresample/gstspeexresample.c: Some small cleanup and addition of a TO...Sebastian Dröge1-10/+11
2007-11-20gst/speexresample/Makefile.am: Add missing file.Sebastian Dröge1-0/+30
2007-11-20Add speexresample to the docs and while at that do a make update.Sebastian Dröge1-0/+2
2007-11-20gst/speexresample/gstspeexresample.c: If the resampler gives less output samp...Sebastian Dröge1-3/+33
2007-11-20Add resample element based on the Speex resampling algorithm.Sebastian Dröge9-0/+2925