From 82cde22e4ddcc42043b353f62304ba642ab2d4b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 21 Nov 2007 10:18:56 +0000 Subject: 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 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bc89a7ea..a6f3ad99 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2007-11-21 Sebastian Dröge + + * 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. + 2007-11-21 Sebastian Dröge * gst/filter/gstbpwsinc.c: (bpwsinc_set_property): -- cgit v1.2.1