aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pcm_pack.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* audio_format: remove the reverse_endian attributeMax Kellermann2012-03-211-2/+2
| | | | | | 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).
* test: add GLib testing compatibility headerMax Kellermann2011-10-191-0/+1
| | | | Didn't compile on GLib < 2.16.
* pcm_pack: pass an "end" pointer instead of a sample countMax Kellermann2011-10-101-2/+2
|
* test: add unit test for the PCM libraryMax Kellermann2011-10-101-0/+89