Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-03-15 | test/test_pcm: replace 256 with prime number | Max Kellermann | 1 | -2/+2 | |
Use some odd number that will expose problems with remaining samples after optimized vector operations. | |||||
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2013-10-19 | test/test_pcm: use C++11 random instead of GLib | Max Kellermann | 1 | -3/+1 | |
2013-10-16 | test: use the CPPUNIT framework for unit tests | Max Kellermann | 1 | -4/+4 | |
2013-10-16 | system/ByteOrder: new library for byte ordering / endianess | Max Kellermann | 1 | -2/+3 | |
Replacing GLib macros. | |||||
2013-10-16 | pcm_pack: convert to C++ | Max Kellermann | 1 | -4/+1 | |
2013-04-09 | pcm_*: move to src/pcm/ | Max Kellermann | 1 | -1/+1 | |
2013-01-31 | test/test_pcm: merge source buffer generator | Max Kellermann | 1 | -24/+7 | |
2013-01-31 | test/test_pcm: convert to C++ | Max Kellermann | 1 | -5/+8 | |
2012-07-10 | require GLib 2.16 | Max Kellermann | 1 | -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-21 | audio_format: remove the reverse_endian attribute | Max Kellermann | 1 | -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-19 | test: add GLib testing compatibility header | Max Kellermann | 1 | -0/+1 | |
Didn't compile on GLib < 2.16. | |||||
2011-10-10 | pcm_pack: pass an "end" pointer instead of a sample count | Max Kellermann | 1 | -2/+2 | |
2011-10-10 | test: add unit test for the PCM library | Max Kellermann | 1 | -0/+89 | |