Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pcm_pack: fix regression in unpack_sample() | Max Kellermann | 2012-03-21 | 1 | -1/+1 |
| | | | | Should have been "==", not "!=". | ||||
* | audio_format: remove the reverse_endian attribute | Max Kellermann | 2012-03-21 | 1 | -29/+13 |
| | | | | | | 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). | ||||
* | pcm_pack: pass an "end" pointer instead of a sample count | Max Kellermann | 2011-10-10 | 1 | -6/+6 |
| | |||||
* | copyright year 2011 | Max Kellermann | 2011-01-29 | 1 | -1/+1 |
| | |||||
* | audio_format: support packed 24 bit samples | Max Kellermann | 2010-01-16 | 1 | -0/+93 |