| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Added code to convert all other sample formats to 32 bit.
|
|
|
|
|
|
| |
There is nothing 24 bit specific in the pcm_dither_24 struct. Since
we want to reuse the struct for 32 bit dithering, let's drop the "_24"
suffix from the struct name.
|
| |
|
|
|
|
| |
Replace a "static" buffer with the PCM buffer library.
|
|
|
|
| |
The function does not need the full pcm_convert_state struct.
|
|
Moved all code which converts the sample format to a separate library.
|