aboutsummaryrefslogtreecommitdiff
path: root/src/decoder/dsdiff_decoder_plugin.c
Commit message (Collapse)AuthorAge
* decoder/dsdiff: don't convert to PCMMax Kellermann2012-03-01
| | | | | Move the responsibility for the conversion to the PCM library. This will allow passing the verbatim DSD samples to an output plugin.
* decoder_plugin: scan tags with callback tableMax Kellermann2012-02-11
| | | | | Pass a callback table to scan_file() and scan_stream(), instead of returning a tag object.
* decoder/dsdiff: provide floating point samplesMax Kellermann2011-10-20
| | | | | Eliminate the conversion to integer samples, the MPD core can do this now.
* decoder/{pcm,dsdiff}: add missing stdio.h includeMax Kellermann2011-10-09
|
* decoder/dsdiff: add option "lsbitfirst"Max Kellermann2011-10-07
| | | | Defaults to "no", which fixes the noise problems.
* decoder/dsdiff: add documentationMax Kellermann2011-10-07
|
* decoder/dsdiff: new decoder pluginMax Kellermann2011-10-04
Doesn't seem to work yet, getting just noise from a test file. Seeking isn't implemented yet.