- 02 Oct, 2012 1 commit
-
-
Max Kellermann authored
-
- 26 Mar, 2012 1 commit
-
-
Max Kellermann authored
DSD-over-USB should not be a MPD core format, because it is not a "natural" format; it is just a temnporary over-the-wire format. This format has been implemented in pcm_export, and does not need to be supported by pcm_convert.
-
- 22 Mar, 2012 1 commit
-
-
Max Kellermann authored
Implements the dCS suggested standard: http://www.dcsltd.co.uk/page/assets/DSDoverUSB.pdf
-
- 21 Mar, 2012 3 commits
-
-
Max Kellermann authored
For simplicity, the MPD core should not have to deal with packing. It is rarely used, and those plugins that need it should use the pcm_export library instead.
-
Max Kellermann authored
Eliminate support for reverse endian samples from the MPD core. This moves a lot of complexity to the plugins that really need it (only ALSA and CDIO currently).
-
Max Kellermann authored
This format is unused since the DSDIFF decoder plugin now reverses the bit order.
-
- 19 Mar, 2012 1 commit
-
-
Max Kellermann authored
-
- 01 Mar, 2012 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Basic support for Direct Stream Digital. No conversion yet, and no decoder/output plugin support.
-
- 29 Feb, 2012 1 commit
-
-
Max Kellermann authored
Resets the libsamplerate state. Not being used yet.
-
- 20 Oct, 2011 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
For future internal use.
-
- 10 Oct, 2011 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 08 Oct, 2011 1 commit
-
-
Max Kellermann authored
-
- 29 Jan, 2011 1 commit
-
-
Max Kellermann authored
-
- 16 Jan, 2010 1 commit
-
-
Max Kellermann authored
-
- 01 Jan, 2010 1 commit
-
-
Avuton Olrich authored
-
- 02 Dec, 2009 1 commit
-
-
Max Kellermann authored
This patch prepares support for floating point samples (and probably other formats). It changes the meaning of the "bits" attribute from a bit count to a symbolic value.
-
- 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.
-
- 22 Jul, 2009 2 commits
-
-
Max Kellermann authored
It is illegal to pass a NULL buffer to pcm_byteswap_X(). The result of this is that pcm_byteswap_X() never returns NULL.
-
Max Kellermann authored
Currently, byteswapping is performed on the format_buffer. This can go wrong when this buffer is used twice during one run. Add a separate buffer for swapping the byte order.
-
- 19 Jul, 2009 1 commit
-
-
David Woodhouse authored
-
- 14 Mar, 2009 1 commit
-
-
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
All PCM sub libraries have 32 bit support now. Add support to the glue function pcm_convert().
-
- 17 Feb, 2009 1 commit
-
-
Max Kellermann authored
The function is unused, since we added the pcm_buffer library.
-
- 17 Jan, 2009 1 commit
-
-
Max Kellermann authored
Removed yet another superfluous buffer layer: return the PCM buffer from pcm_convert() instead of copying PCM data into the caller-supplied buffer.
-
- 15 Jan, 2009 2 commits
-
-
Max Kellermann authored
gcc doesn't know that g_error() never returns. Work around the gcc warning.
-
Max Kellermann authored
dest_size is only used in an assertion. Remove its declaration and move the formula into the assertion.
-
- 07 Jan, 2009 9 commits
-
-
Max Kellermann authored
Return a temporary buffer from pcm_resample_*() and pcm_convert().
-
Max Kellermann authored
Replace a "static" buffer with the PCM buffer library.
-
Max Kellermann authored
Replace a "static" buffer with the PCM buffer library.
-
Max Kellermann authored
Free memory allocated by libsamplerate when the output or the decoder is closed.
-
Max Kellermann authored
In generic PCM functions allowing all sample formats, pass a void pointer instead of a char pointer.
-
Max Kellermann authored
All what's left in pcm_utils.h is the pcm_range() utility function, which is only used internally by pcm_volume and pcm_mix.
-
Max Kellermann authored
The function does not need the full pcm_convert_state struct.
-
Max Kellermann authored
Moved all code which converts the sample format to a separate library.
-
Max Kellermann authored
Moved the software mixing code (used by crossfading) to a separate library.
-