gst/speexresample/README: Add README explaining where the resampling code was taken...
authorSebastian Dröge <slomo@circular-chaos.org>
Wed, 21 Nov 2007 10:18:56 +0000 (10:18 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Wed, 21 Nov 2007 10:18:56 +0000 (10:18 +0000)
commit82cde22e4ddcc42043b353f62304ba642ab2d4b7
tree3bf9fc289c56b96c5a327d3e0fa127e3f87acd78
parent9fd560ffcae003bff7f522146db4aa880a379677
gst/speexresample/README: Add README explaining where the resampling code was taken from and which changes were done.

Original commit message from CVS:
* gst/speexresample/README:
Add README explaining where the resampling code was taken from
and which changes were done.
* gst/speexresample/resample.c: (speex_alloc), (speex_realloc),
(speex_free):
Use g_malloc() and friends instead of malloc() to achieve higher
portability and define the functions inline.
* gst/speexresample/speex_resampler.h:
Add back some useless preprocessor stuff to keep the diff between
our version and the one from the Speex SVN repository lower.
ChangeLog
gst/speexresample/README [new file with mode: 0644]
gst/speexresample/resample.c
gst/speexresample/speex_resampler.h