aboutsummaryrefslogtreecommitdiff
path: root/src/pcm_resample_libsamplerate.c
Commit message (Expand)AuthorAge
* pcm_convert: add method _reset()Max Kellermann2012-03-01
* pcm_resample: add function pcm_resample_float()Max Kellermann2011-10-20
* pcm_{channels,resample}: pass channel count as integer, not uint8_tMax Kellermann2011-10-19
* pcm_resample_lsr: move common code to lsr_process()Max Kellermann2011-10-08
* pcm_resample: add internal function _lsr_init()Max Kellermann2011-10-08
* pcm_resample: one-time global initializationMax Kellermann2011-10-08
* copyright year 2011Max Kellermann2011-01-29
* Update copyright notices.Avuton Olrich2009-12-31
* include config.h in all sourcesMax Kellermann2009-11-12
* pcm_convert: use GError for error handlingMax Kellermann2009-07-23
* libsamplerate: use g_ascii_strncasecmp() instead of strncasecmp()Max Kellermann2009-04-28
* pcm_resample: renamed implementation functionsMax Kellermann2009-03-14
* pcm_resample: return NULL on failureMax Kellermann2009-03-14
* all: Update copyright header.Avuton Olrich2009-03-13
* pcm_resample: use 24 bit resampling code for 32 bit samplesMax Kellermann2009-03-02
* conf: replaced getConfigParamValue() with config_get_string()Max Kellermann2009-01-17
* added missing explicit config.h includesMax Kellermann2009-01-08
* pcm_resample: use pcm_buffer (2/2)Max Kellermann2009-01-08
* pcm_resample: use pcm_buffer (1/2)Max Kellermann2009-01-08
* pcm: added pcm_convert_deinit(), pcm_resample_deinit()Max Kellermann2009-01-07
* pcm: use GLib instead of utils.hMax Kellermann2009-01-03
* pcm: use GLib loggingMax Kellermann2008-12-29
* pcm_resample: support for libsamplerate < 0.1.3Max Kellermann2008-10-24
* pcm_resample: implemented 24 bit resamplingMax Kellermann2008-10-23
* pcm_resample: moved code to pcm_resample_set()Max Kellermann2008-10-23
* pcm_resample: don't resample partial samplesMax Kellermann2008-10-23
* pcm_resample: don't hard-code sample sizeMax Kellermann2008-10-23
* pcm_utils: moved code to pcm_resample.cMax Kellermann2008-10-23