aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm/PcmResampleLibsamplerate.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-02Log: new logging library APIMax Kellermann1-7/+7
2013-09-05conf.h: remove obsolete headerMax Kellermann1-1/+0
2013-09-04util/Error: new error passing libraryMax Kellermann1-26/+23
2013-07-30pcm_buffer: convert to C++Max Kellermann1-16/+11
2013-07-30pcm_resample: convert to C++Max Kellermann1-61/+44
2013-04-09pcm_*: move to src/pcm/Max Kellermann1-0/+0
2012-03-01pcm_convert: add method _reset()Max Kellermann1-0/+7
2011-10-20pcm_resample: add function pcm_resample_float()Max Kellermann1-0/+39
2011-10-19pcm_{channels,resample}: pass channel count as integer, not uint8_tMax Kellermann1-3/+3
2011-10-08pcm_resample_lsr: move common code to lsr_process()Max Kellermann1-32/+17
2011-10-08pcm_resample: add internal function _lsr_init()Max Kellermann1-0/+10
2011-10-08pcm_resample: one-time global initializationMax Kellermann1-40/+47
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