Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-12-16 | gst/: Fix memleak (#159215). | Ronald S. Bultje | 1 | -1/+2 | |
Original commit message from CVS: Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net> * gst-libs/gst/resample/resample.c: (gst_resample_close): * gst-libs/gst/resample/resample.h: * gst/audioscale/gstaudioscale.c: Fix memleak (#159215). | |||||
2004-05-19 | gst-libs/gst/resample/resample.c: Remove use of static temporary buffer. ↵ | David Schleef | 1 | -1/+9 | |
This code was obviously not supposed to las... Original commit message from CVS: * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16), (gst_resample_sinc_ft_float): Remove use of static temporary buffer. This code was obviously not supposed to last long, but it's stuck in our ABI, so it required a little hack to make it ABI-compatible. Fixes #142585. * gst-libs/gst/resample/resample.h: same. | |||||
2004-03-15 | *.h: Revert indenting | Johan Dahlin | 1 | -45/+43 | |
Original commit message from CVS: * *.h: Revert indenting | |||||
2004-03-14 | gst-indent | Thomas Vander Stichele | 1 | -43/+45 | |
Original commit message from CVS: gst-indent | |||||
2004-02-23 | ext/xine/xineinput.c: call parent dispose. | Benjamin Otte | 1 | -19/+19 | |
Original commit message from CVS: 2004-02-23 Benjamin Otte <otte@gnome.org> * ext/xine/xineinput.c: (gst_xine_input_dispose): (gst_xine_input_subclass_init): call parent dispose. change pad template for CD reader correctly * ext/xine/Makefile.am: * ext/xine/gstxine.h: * ext/xine/xine.c: (plugin_init): * ext/xine/xineaudiosink.c: wrap audio sinks, too * gst-libs/gst/resample/private.h: * gst-libs/gst/resample/resample.c: (gst_resample_init), (gst_resample_reinit), (gst_resample_scale), (gst_resample_nearest_s16), (gst_resample_bilinear_s16), (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16), (gst_resample_sinc_ft_s16), (gst_resample_nearest_float), (gst_resample_bilinear_float), (gst_resample_sinc_slow_float), (gst_resample_sinc_float), (gst_resample_sinc_ft_float): * gst-libs/gst/resample/resample.h: * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type), (gst_audioscale_class_init), (gst_audioscale_link), (gst_audioscale_get_buffer), (gst_audioscale_init), (gst_audioscale_chain), (gst_audioscale_set_property), (gst_audioscale_get_property): * gst/audioscale/gstaudioscale.h: s/resample_*/gst_resample_*/i to not clobber namespaces | |||||
2002-05-29 | add float support to resampling lib clean up header file | Andy Wingo | 1 | -77/+14 | |
Original commit message from CVS: * add float support to resampling lib * clean up header file | |||||
2001-12-23 | adding resample lib | Thomas Vander Stichele | 1 | -0/+159 | |
Original commit message from CVS: adding resample lib |