aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm_resample.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
| | | | | | | | This updates the copyright header to all be the same, which is pretty much an update of where to mail request for a copy of the GPL and the years of the MPD project. This also puts all committers under 'The Music Player Project' umbrella. These entries should go individually in the AUTHORS file, for consistancy.
* pcm_resample: use pcm_buffer (2/2)Max Kellermann2009-01-081-0/+6
| | | | Use the PCM buffer library for the libsamplerate output buffer.
* pcm_resample: use pcm_buffer (1/2)Max Kellermann2009-01-081-0/+2
| | | | Return a temporary buffer from pcm_resample_*() and pcm_convert().
* pcm_utils: moved code to pcm_resample.cMax Kellermann2008-10-231-0/+26
Separate the resampling code from the rest of pcm_utils.c. Create two sub-libraries: pcm_resample_libsamplerate.c and pcm_resample_fallback.c.