aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/dsdiff_decoder_plugin.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-03-21decoder/dsdiff: reverse bits to most significant bit firstMax Kellermann1-6/+15
Allow to remove this complexity from the MPD core.
2012-03-01decoder/dsdiff: don't convert to PCMMax Kellermann1-38/+9
Move the responsibility for the conversion to the PCM library. This will allow passing the verbatim DSD samples to an output plugin.
2012-02-11decoder_plugin: scan tags with callback tableMax Kellermann1-6/+8
Pass a callback table to scan_file() and scan_stream(), instead of returning a tag object.
2011-10-20decoder/dsdiff: provide floating point samplesMax Kellermann1-30/+3
Eliminate the conversion to integer samples, the MPD core can do this now.
2011-10-09decoder/{pcm,dsdiff}: add missing stdio.h includeMax Kellermann1-0/+1
2011-10-07decoder/dsdiff: add option "lsbitfirst"Max Kellermann1-1/+11
Defaults to "no", which fixes the noise problems.
2011-10-07decoder/dsdiff: add documentationMax Kellermann1-0/+7
2011-10-04decoder/dsdiff: new decoder pluginMax Kellermann1-0/+485
Doesn't seem to work yet, getting just noise from a test file. Seeking isn't implemented yet.