aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/DsfDecoderPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-21decoder: rename the struct to "Decoder"Max Kellermann1-6/+6
2013-10-21decoder_plugin: rename struct to DecoderPluginMax Kellermann1-1/+1
2013-10-17InputStream: use int64_t instead of goffsetMax Kellermann1-2/+2
2013-10-16system/ByteOrder: new library for byte ordering / endianessMax Kellermann1-10/+11
2013-10-02Log: new logging library APIMax Kellermann1-4/+2
2013-09-27DecoderCommand: convert to strictly-typed enumMax Kellermann1-6/+5
2013-09-05Tag, ...: move to libtag.aMax Kellermann1-1/+1
2013-09-05InputLegacy: move functions to the input_stream classMax Kellermann1-1/+2
2013-09-04util/Error: new error passing libraryMax Kellermann1-5/+5
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann1-2/+2
2013-08-03audio_format: convert to C++Max Kellermann1-7/+7
2013-07-29audio_check: convert to C++Max Kellermann1-1/+1
2013-07-29tag_handler: convert to C++Max Kellermann1-1/+1
2013-07-28decoder_api: convert to C++Max Kellermann1-1/+1
2013-07-28decoder/{dsf,dsdiff}: convert to C++Max Kellermann1-27/+23
2013-01-26input_stream: forward-declare the structMax Kellermann1-2/+3
2012-10-27Add tag support for DSD (DSDIFF & DSF) decodersJurgen Kramer1-2/+27
2012-07-13Add song duration to DSF and DSDIFF DSD decoders.Jurgen Kramer1-1/+11
2012-06-27patch to split DSD decoder into separate decoders for DSF en DFF. Move commonJurgen Kramer1-0/+328