Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-01-02 | configure.ac: disable C++ exceptions | Max Kellermann | 2 | -10/+5 | |
We don't use exceptions currently. Since allowing exceptions means a lot of overhead, this commit disables the feature. | |||||
2012-03-21 | dsd2pcm: move the bit reversing code to a generic library | Max Kellermann | 1 | -8/+4 | |
Instead of doing run-time initialisation, use a constant lookup table. | |||||
2011-10-04 | dsd2pcm/noiseshape: fix typo in C++ check | Max Kellermann | 1 | -2/+2 | |
2011-10-04 | dsd2pcm: fix prototypes | Max Kellermann | 2 | -3/+3 | |
Fixes gcc warnings. | |||||
2011-10-04 | import dsd2pcm_src.zip | Sebastian Gesemann | 8 | -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] |