aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/dsdiff_decoder_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-26input_stream: forward-declare the structMax Kellermann1-12/+13
2012-10-27Add tag support for DSD (DSDIFF & DSF) decodersJurgen Kramer1-0/+138
2012-07-13Add song duration to DSF and DSDIFF DSD decoders.Jurgen Kramer1-2/+13
2012-06-27patch to split DSD decoder into separate decoders for DSF en DFF. Move commonJurgen Kramer1-322/+57
2012-05-02Add support for DSF files to DSDIFF decoder - v4Jurgen Kramer1-36/+229
2012-03-21decoder/dsdiff: reverse bits to most significant bit firstMax Kellermann1-6/+15
2012-03-01decoder/dsdiff: don't convert to PCMMax Kellermann1-38/+9
2012-02-11decoder_plugin: scan tags with callback tableMax Kellermann1-6/+8
2011-10-20decoder/dsdiff: provide floating point samplesMax Kellermann1-30/+3
2011-10-09decoder/{pcm,dsdiff}: add missing stdio.h includeMax Kellermann1-0/+1
2011-10-07decoder/dsdiff: add option "lsbitfirst"Max Kellermann1-1/+11
2011-10-07decoder/dsdiff: add documentationMax Kellermann1-0/+7
2011-10-04decoder/dsdiff: new decoder pluginMax Kellermann1-0/+485