Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pcm_resample: renamed implementation functions | Max Kellermann | 2009-03-14 | 1 | -14/+16 |
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -7/+7 |
* | pcm_resample: use 24 bit resampling code for 32 bit samples | Max Kellermann | 2009-03-02 | 1 | -1/+1 |
* | pcm_resample_fallback: corrected the sample calculation | Max Kellermann | 2009-01-16 | 1 | -6/+8 |
* | pcm_resample: use pcm_buffer (1/2) | Max Kellermann | 2009-01-08 | 1 | -16/+27 |
* | pcm: added pcm_convert_deinit(), pcm_resample_deinit() | Max Kellermann | 2009-01-07 | 1 | -0/+5 |
* | pcm_resample_fallback.c: replaced mpd_unused by G_GNUC_UNUSED | Thomas Jansen | 2008-11-24 | 1 | -5/+5 |
* | pcm_resample: implemented 24 bit resampling | Max Kellermann | 2008-10-23 | 1 | -0/+33 |
* | pcm_resample: eliminated "sample" local variables | Max Kellermann | 2008-10-23 | 1 | -9/+3 |
* | pcm_resample: don't resample partial samples | Max Kellermann | 2008-10-23 | 1 | -0/+5 |
* | pcm_resample: don't hard-code sample size | Max Kellermann | 2008-10-23 | 1 | -1/+1 |
* | pcm_utils: moved code to pcm_resample.c | Max Kellermann | 2008-10-23 | 1 | -0/+61 |