aboutsummaryrefslogtreecommitdiff
path: root/src/dsd2pcm
Commit message (Collapse)AuthorAge
* configure.ac: disable C++ exceptionsMax Kellermann2013-01-02
| | | | | 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-21
| | | | Instead of doing run-time initialisation, use a constant lookup table.
* dsd2pcm/noiseshape: fix typo in C++ checkMax Kellermann2011-10-04
|
* dsd2pcm: fix prototypesMax Kellermann2011-10-04
| | | | Fixes gcc warnings.
* import dsd2pcm_src.zipSebastian Gesemann2011-10-04
[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]