aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm_resample_libsamplerate.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-29copyright year 2011Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-1/+1
2009-07-23pcm_convert: use GError for error handlingMax Kellermann1-22/+49
2009-04-28libsamplerate: use g_ascii_strncasecmp() instead of strncasecmp()Max Kellermann1-1/+1
2009-03-14pcm_resample: renamed implementation functionsMax Kellermann1-14/+15
2009-03-14pcm_resample: return NULL on failureMax Kellermann1-4/+4
2009-03-13all: Update copyright header.Avuton Olrich1-7/+7
2009-03-02pcm_resample: use 24 bit resampling code for 32 bit samplesMax Kellermann1-1/+1
2009-01-17conf: replaced getConfigParamValue() with config_get_string()Max Kellermann1-1/+1
2009-01-08added missing explicit config.h includesMax Kellermann1-0/+1
2009-01-08pcm_resample: use pcm_buffer (2/2)Max Kellermann1-16/+6
2009-01-08pcm_resample: use pcm_buffer (1/2)Max Kellermann1-15/+22
2009-01-07pcm: added pcm_convert_deinit(), pcm_resample_deinit()Max Kellermann1-0/+7
2009-01-03pcm: use GLib instead of utils.hMax Kellermann1-5/+4
2008-12-29pcm: use GLib loggingMax Kellermann1-12/+16
2008-10-24pcm_resample: support for libsamplerate < 0.1.3Max Kellermann1-0/+20
2008-10-23pcm_resample: implemented 24 bit resamplingMax Kellermann1-0/+53
2008-10-23pcm_resample: moved code to pcm_resample_set()Max Kellermann1-29/+40
2008-10-23pcm_resample: don't resample partial samplesMax Kellermann1-0/+4
2008-10-23pcm_resample: don't hard-code sample sizeMax Kellermann1-3/+3
2008-10-23pcm_utils: moved code to pcm_resample.cMax Kellermann1-0/+140