aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm_resample_fallback.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-0/+1
* pcm_resample_fallback: don't include glib.hMax Kellermann2009-07-221-1/+0
* pcm_resample_fallback: removed G_GNUC_UNUSED attributeMax Kellermann2009-07-221-2/+1
* pcm_resample: renamed implementation functionsMax Kellermann2009-03-141-14/+16
* 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
* pcm_resample_fallback: corrected the sample calculationMax Kellermann2009-01-161-6/+8
* pcm_resample: use pcm_buffer (1/2)Max Kellermann2009-01-081-16/+27
* pcm: added pcm_convert_deinit(), pcm_resample_deinit()Max Kellermann2009-01-071-0/+5
* pcm_resample_fallback.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen2008-11-241-5/+5
* pcm_resample: implemented 24 bit resamplingMax Kellermann2008-10-231-0/+33
* pcm_resample: eliminated "sample" local variablesMax Kellermann2008-10-231-9/+3
* pcm_resample: don't resample partial samplesMax Kellermann2008-10-231-0/+5
* pcm_resample: don't hard-code sample sizeMax Kellermann2008-10-231-1/+1
* pcm_utils: moved code to pcm_resample.cMax Kellermann2008-10-231-0/+61