aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pcm_dither.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-01-01Copyright year 2015Max Kellermann1-1/+1
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-12-28pcm/PcmDither: inline Dither24To16() and Dither32To16()Max Kellermann1-1/+1
2013-10-19test/test_pcm: use C++11 random instead of GLibMax Kellermann1-1/+1
2013-10-16test: use the CPPUNIT framework for unit testsMax Kellermann1-8/+6
2013-04-09pcm_*: move to src/pcm/Max Kellermann1-1/+1
2013-01-31test/test_pcm: merge source buffer generatorMax Kellermann1-28/+9
2013-01-31PcmDither: convert struct to a classMax Kellermann1-8/+4
2013-01-31pcm_*: convert to C++Max Kellermann1-4/+1
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.
2011-10-19test: add GLib testing compatibility headerMax Kellermann1-0/+1
Didn't compile on GLib < 2.16.
2011-10-10pcm_dither: pass an "end" pointer instead of a sample countMax Kellermann1-2/+2
This is easier and more efficient to loop on, because only two variables get modified (src and dest).
2011-10-10test: add unit test for the PCM libraryMax Kellermann1-0/+79