aboutsummaryrefslogtreecommitdiffstats
path: root/src/dsd2pcm (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-01-02configure.ac: disable C++ exceptionsMax Kellermann2-10/+5
We don't use exceptions currently. Since allowing exceptions means a lot of overhead, this commit disables the feature.
2012-03-21dsd2pcm: move the bit reversing code to a generic libraryMax Kellermann1-8/+4
Instead of doing run-time initialisation, use a constant lookup table.
2011-10-04dsd2pcm/noiseshape: fix typo in C++ checkMax Kellermann1-2/+2
2011-10-04dsd2pcm: fix prototypesMax Kellermann2-3/+3
Fixes gcc warnings.
2011-10-04import dsd2pcm_src.zipSebastian Gesemann8-0/+637
[this is the code from dsd2pcm_src.zip, published on a forum by Sebastian Gesemann. Upon request, he has given permission to redistribute and modify his code, without referring to a specific license. - mk]