- 01 Jan, 2010 1 commit
-
-
Avuton Olrich authored
-
- 12 Nov, 2009 1 commit
-
-
Max Kellermann authored
After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue.
-
- 23 Jul, 2009 1 commit
-
-
Max Kellermann authored
Don't abort the whole MPD process when the conversion fails. This has been a denial-of-service attack vector for years.
-
- 28 Apr, 2009 1 commit
-
-
Max Kellermann authored
strncasecmp() is locale dependent, making it a bad choice for internal string comparisons.
-
- 14 Mar, 2009 2 commits
-
-
Max Kellermann authored
Added diversion functions to pcm_resample.c. These check which resampler is enabled at compile time (libsamplerate or fallback). This prepares the following patch.
-
Max Kellermann authored
Changed "0" to "NULL".
-
- 13 Mar, 2009 1 commit
-
-
Avuton Olrich authored
This updates the copyright header to all be the same, which is pretty much an update of where to mail request for a copy of the GPL and the years of the MPD project. This also puts all committers under 'The Music Player Project' umbrella. These entries should go individually in the AUTHORS file, for consistancy.
-
- 02 Mar, 2009 1 commit
-
-
Max Kellermann authored
Resampling 32 bit samples is the same as resampling 24 bit samples - both are stored in the int32_t type.
-
- 17 Jan, 2009 1 commit
-
-
Max Kellermann authored
Don't return a writable pointer.
-
- 08 Jan, 2009 1 commit
-
-
Max Kellermann authored
-
- 07 Jan, 2009 3 commits
-
-
Max Kellermann authored
Use the PCM buffer library for the libsamplerate output buffer.
-
Max Kellermann authored
Return a temporary buffer from pcm_resample_*() and pcm_convert().
-
Max Kellermann authored
Free memory allocated by libsamplerate when the output or the decoder is closed.
-
- 03 Jan, 2009 1 commit
-
-
Max Kellermann authored
-
- 29 Dec, 2008 1 commit
-
-
Max Kellermann authored
-
- 24 Oct, 2008 1 commit
-
-
Max Kellermann authored
libsamplerate 0.1.2 didn't have the 32 bit <-> float conversion routines. Emulate them in case they aren't supported.
-
- 23 Oct, 2008 5 commits
-
-
Max Kellermann authored
Similar to pcm_resample_16(), implement pcm_resample_24(). The 24 bit implementation is very similar, but it uses src_int_to_float_array() instead of src_short_to_float_array() before sending data to libsamplerate.
-
Max Kellermann authored
A future patch will implement a 24 bit resampler. To unify code, move code which can be shared to a separate function.
-
Max Kellermann authored
Added assertions which ensure that there are no partial samples in the source buffer.
-
Max Kellermann authored
Use sizeof(sample) instead of hard-coding "2". Although we're in 16 bit right now, this will make code sharing easier when we support other sample sizes.
-
Max Kellermann authored
Separate the resampling code from the rest of pcm_utils.c. Create two sub-libraries: pcm_resample_libsamplerate.c and pcm_resample_fallback.c.
-