gstreamer/gst/audioresample
Sébastien Moutte 4baa52c9c5 gst/audioresample/debug.h: replace debug macros with variable number of parameters by a simple alias to gstreamer sta...
Original commit message from CVS:
* gst/audioresample/debug.h:
replace debug macros with variable number of parameters
by a simple alias to gstreamer standard debug macros
(#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
supported by MSVC 6.0 and 7.1)
* gst/audioresample/resample.h:
define M_PI and rint for WIN32
* win32/common/libgstaudio.def:
* win32/common/libgstriff.def:
* win32/common/libgsttag.def:
* win32/common/libgstvideo.def:
add new exported functions
* win32/vs6:
update project files
2006-04-09 17:14:22 +00:00
..
buffer.c gst/audioresample/: Fix audioresample, seek torture, new segments, reverse negotiation etc.. work fine. 2005-12-02 11:34:50 +00:00
buffer.h expand tabs 2005-12-06 19:42:02 +00:00
debug.c gst/audioresample/: add room for extra overlap samples when asked to transform size protect against possible mem corr... 2005-08-25 12:31:31 +00:00
debug.h gst/audioresample/debug.h: replace debug macros with variable number of parameters by a simple alias to gstreamer sta... 2006-04-09 17:14:22 +00:00
functable.c port audioresample to basetransform 2005-08-24 14:08:58 +00:00
functable.h expand tabs 2005-12-06 19:42:02 +00:00
gstaudioresample.c docs/plugins/: Add audioresample to docs. 2006-03-02 18:23:55 +00:00
gstaudioresample.h docs/plugins/: Add audioresample to docs. 2006-03-02 18:23:55 +00:00
Makefile.am gst/audioresample/: Convert to using gst debugging 2005-09-23 16:40:27 +00:00
resample.c gst/audioresample/: Fix audioresample, seek torture, new segments, reverse negotiation etc.. work fine. 2005-12-02 11:34:50 +00:00
resample.h gst/audioresample/debug.h: replace debug macros with variable number of parameters by a simple alias to gstreamer sta... 2006-04-09 17:14:22 +00:00
resample_chunk.c gst/audioresample/: add room for extra overlap samples when asked to transform size protect against possible mem corr... 2005-08-25 12:31:31 +00:00
resample_functable.c gst/audioresample/: add room for extra overlap samples when asked to transform size protect against possible mem corr... 2005-08-25 12:31:31 +00:00
resample_ref.c gst/audioresample/: Fix audioresample, seek torture, new segments, reverse negotiation etc.. work fine. 2005-12-02 11:34:50 +00:00