aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm_resample_libsamplerate.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* include config.h in all sourcesMax Kellermann2009-11-121-1/+1
* pcm_convert: use GError for error handlingMax Kellermann2009-07-231-22/+49
* libsamplerate: use g_ascii_strncasecmp() instead of strncasecmp()Max Kellermann2009-04-281-1/+1
* pcm_resample: renamed implementation functionsMax Kellermann2009-03-141-14/+15
* pcm_resample: return NULL on failureMax Kellermann2009-03-141-4/+4
* all: Update copyright header.Avuton Olrich2009-03-131-7/+7
* pcm_resample: use 24 bit resampling code for 32 bit samplesMax Kellermann2009-03-021-1/+1
* conf: replaced getConfigParamValue() with config_get_string()Max Kellermann2009-01-171-1/+1
* added missing explicit config.h includesMax Kellermann2009-01-081-0/+1
* pcm_resample: use pcm_buffer (2/2)Max Kellermann2009-01-081-16/+6
* pcm_resample: use pcm_buffer (1/2)Max Kellermann2009-01-081-15/+22
* pcm: added pcm_convert_deinit(), pcm_resample_deinit()Max Kellermann2009-01-071-0/+7
* pcm: use GLib instead of utils.hMax Kellermann2009-01-031-5/+4
* pcm: use GLib loggingMax Kellermann2008-12-291-12/+16
* pcm_resample: support for libsamplerate < 0.1.3Max Kellermann2008-10-241-0/+20
* pcm_resample: implemented 24 bit resamplingMax Kellermann2008-10-231-0/+53
* pcm_resample: moved code to pcm_resample_set()Max Kellermann2008-10-231-29/+40
* pcm_resample: don't resample partial samplesMax Kellermann2008-10-231-0/+4
* pcm_resample: don't hard-code sample sizeMax Kellermann2008-10-231-3/+3
* pcm_utils: moved code to pcm_resample.cMax Kellermann2008-10-231-0/+140