aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm/PcmPack.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-10-16system/ByteOrder: new library for byte ordering / endianessMax Kellermann1-5/+4
Replacing GLib macros.
2013-10-16pcm_pack: convert to C++Max Kellermann1-2/+2
2013-04-09pcm_*: move to src/pcm/Max Kellermann1-0/+0
2012-03-21pcm_pack: fix regression in unpack_sample()Max Kellermann1-1/+1
Should have been "==", not "!=".
2012-03-21audio_format: remove the reverse_endian attributeMax Kellermann1-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).
2011-10-10pcm_pack: pass an "end" pointer instead of a sample countMax Kellermann1-6/+6
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-01-16audio_format: support packed 24 bit samplesMax Kellermann1-0/+93