aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pcm_pack.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-03-15test/test_pcm: replace 256 with prime numberMax Kellermann1-2/+2
Use some odd number that will expose problems with remaining samples after optimized vector operations.
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-10-19test/test_pcm: use C++11 random instead of GLibMax Kellermann1-3/+1
2013-10-16test: use the CPPUNIT framework for unit testsMax Kellermann1-4/+4
2013-10-16system/ByteOrder: new library for byte ordering / endianessMax Kellermann1-2/+3
Replacing GLib macros.
2013-10-16pcm_pack: convert to C++Max Kellermann1-4/+1
2013-04-09pcm_*: move to src/pcm/Max Kellermann1-1/+1
2013-01-31test/test_pcm: merge source buffer generatorMax Kellermann1-24/+7
2013-01-31test/test_pcm: convert to C++Max Kellermann1-5/+8
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