aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pcm_pack.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-07-10require GLib 2.16Max Kellermann1-1/+0
GLib 2.16 was released more than 4 years ago. Let's remove some cruft from the glib_compat.h header, and avoid new cruft to it.
2012-03-21audio_format: remove the reverse_endian attributeMax Kellermann1-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).
2011-10-19test: add GLib testing compatibility headerMax Kellermann1-0/+1
Didn't compile on GLib < 2.16.
2011-10-10pcm_pack: pass an "end" pointer instead of a sample countMax Kellermann1-2/+2
2011-10-10test: add unit test for the PCM libraryMax Kellermann1-0/+89