summaryrefslogtreecommitdiffstats
path: root/gst/speexresample/gstspeexresample.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-27Remove old speexresample files.Sebastian Dröge1-718/+305
2008-11-21gst/speexresample/gstspeexresample.c: Add a "filter-length" property that map...Sebastian Dröge1-1/+80
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öge1-1/+1
2008-11-01gst/speexresample/: Add missing headers to Makefile.am.Sebastian Dröge1-14/+195
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öge1-11/+8
2008-10-30gst/speexresample/: Add support for int8, int24 and int32 input by converting...Sebastian Dröge1-9/+191
2008-10-30Add support for double samples as input and refactor the usage of the differe...Sebastian Dröge1-145/+118
2008-10-29gst/speexresample/gstspeexresample.*: Rewrite timestamp tracking to make it m...Sebastian Dröge1-107/+64
2008-10-28gst/speexresample/gstspeexresample.*: Some random cleanup, add G_LIKELY and f...Sebastian Dröge1-60/+71
2008-10-28gst/speexresample/gstspeexresample.c: Fixate to the nearest supported rate in...Sebastian Dröge1-1/+24
2008-06-16Final round of doc updates.Stefan Kost1-7/+4
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öge1-10/+17
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öge1-11/+224
2007-11-20gst/speexresample/gstspeexresample.c: Some small cleanup and addition of a TO...Sebastian Dröge1-10/+11
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öge1-0/+733