summaryrefslogtreecommitdiff
path: root/src/pcm/Dsd2Pcm.hxx
AgeCommit message (Expand)Author
2020-03-12replace stdint.h with cstdintRosen Penev
2020-03-12replace stddef.h with cstddefRosen Penev
2020-01-17pcm/Dsd2Pcm: add integer-only implementationMax Kellermann
2020-01-14pcm/Dsd2Pcm: add optimized stereo versionMax Kellermann
2020-01-14pcm/Dsd2Pcm: add class MultiDsd2PcmMax Kellermann
2020-01-14pcm/Dsd2Pcm: remove unused "lsbf" flagMax Kellermann
2020-01-14pcm/Dsd2Pcm: move code to TranslateSample()Max Kellermann
2020-01-14pcm/Dsd2Pcm: move code to ApplySample()Max Kellermann
2020-01-14pcm/Dsd2Pcm: use `sizet_t` instead of `int`Max Kellermann
2020-01-14pcm/Dsd2Pcm: use `sizet_t` instead of `unsigned`Max Kellermann
2020-01-14pcm/Dsd2Pcm: use `uint8_t` instead of `unsigned char`Max Kellermann
2020-01-14pcm/Dsd2Pcm: move code to CalcOutputSample()Max Kellermann
2020-01-14pcm/Dsd2Pcm: convert to classMax Kellermann
2020-01-14pcm/Dsd2Pcm: convert parameter to `bool`Max Kellermann
2020-01-14pcm/Dsd2Pcm: add `noexcept` and remove `extern`Max Kellermann
2020-01-14pcm/dsd2pcm: convert to C++Max Kellermann