aboutsummaryrefslogtreecommitdiffstats
path: root/src/dsd2pcm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* configure.ac: disable C++ exceptionsMax Kellermann2013-01-022-10/+5
| | | | | We don't use exceptions currently. Since allowing exceptions means a lot of overhead, this commit disables the feature.
* dsd2pcm: move the bit reversing code to a generic libraryMax Kellermann2012-03-211-8/+4
| | | | Instead of doing run-time initialisation, use a constant lookup table.
* dsd2pcm/noiseshape: fix typo in C++ checkMax Kellermann2011-10-041-2/+2
|
* dsd2pcm: fix prototypesMax Kellermann2011-10-042-3/+3
| | | | Fixes gcc warnings.
* import dsd2pcm_src.zipSebastian Gesemann2011-10-048-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]