aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pcm_format.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* test/test_pcm: replace 256 with prime numberMax Kellermann2014-03-151-4/+4
| | | | | Use some odd number that will expose problems with remaining samples after optimized vector operations.
* test/test_pcm_format: add unit test for float clampingMax Kellermann2014-03-151-0/+20
|
* util/{Const,Writable}Buffer: add operator[]Max Kellermann2014-03-011-6/+6
|
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* pcm/Format: change parameters/return values to ConstBufferMax Kellermann2014-01-061-35/+21
|
* test: use the CPPUNIT framework for unit testsMax Kellermann2013-10-161-17/+15
|
* audio_format: convert to C++Max Kellermann2013-08-031-6/+6
|
* pcm_buffer: convert to C++Max Kellermann2013-07-301-24/+10
|
* pcm_*: move to src/pcm/Max Kellermann2013-04-091-4/+4
|
* test/test_pcm: add unit tests for the PcmFormat libraryMax Kellermann2013-02-011-0/+130