aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/dsdiff_decoder_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* input_stream: forward-declare the structMax Kellermann2013-01-261-12/+13
* Add tag support for DSD (DSDIFF & DSF) decodersJurgen Kramer2012-10-271-0/+138
* Add song duration to DSF and DSDIFF DSD decoders.Jurgen Kramer2012-07-131-2/+13
* patch to split DSD decoder into separate decoders for DSF en DFF. Move commonJurgen Kramer2012-06-271-322/+57
* Add support for DSF files to DSDIFF decoder - v4Jurgen Kramer2012-05-021-36/+229
* decoder/dsdiff: reverse bits to most significant bit firstMax Kellermann2012-03-211-6/+15
* decoder/dsdiff: don't convert to PCMMax Kellermann2012-03-011-38/+9
* decoder_plugin: scan tags with callback tableMax Kellermann2012-02-111-6/+8
* decoder/dsdiff: provide floating point samplesMax Kellermann2011-10-201-30/+3
* decoder/{pcm,dsdiff}: add missing stdio.h includeMax Kellermann2011-10-091-0/+1
* decoder/dsdiff: add option "lsbitfirst"Max Kellermann2011-10-071-1/+11
* decoder/dsdiff: add documentationMax Kellermann2011-10-071-0/+7
* decoder/dsdiff: new decoder pluginMax Kellermann2011-10-041-0/+485