aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/dsdiff_decoder_plugin.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* decoder/dsdiff: provide floating point samplesMax Kellermann2011-10-201-30/+3
| | | | | Eliminate the conversion to integer samples, the MPD core can do this now.
* decoder/{pcm,dsdiff}: add missing stdio.h includeMax Kellermann2011-10-091-0/+1
|
* decoder/dsdiff: add option "lsbitfirst"Max Kellermann2011-10-071-1/+11
| | | | Defaults to "no", which fixes the noise problems.
* decoder/dsdiff: add documentationMax Kellermann2011-10-071-0/+7
|
* decoder/dsdiff: new decoder pluginMax Kellermann2011-10-041-0/+485
Doesn't seem to work yet, getting just noise from a test file. Seeking isn't implemented yet.