aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/DsdiffDecoderPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-21decoer/dsdiff: fix endless loop on malformed fileMax Kellermann1-1/+1
2014-07-12decoder/dsdiff: simplify dsdlib_skip() callMax Kellermann1-4/+3
2014-07-12decoder/dsdiff: simplify loop condition, merge branchesMax Kellermann1-7/+2
2014-07-12decoder/dsdiff: ignore garbage null byte at end of fileMax Kellermann1-1/+1
2014-07-12decoder/dsdiff: fix metadata parser bug (uninitialized variables)Max Kellermann1-1/+4
2014-07-09decoder/dsd: use decoder_read_full() where appropriateJoff1-13/+12
2014-01-24decoder/*: move to decoder/plugins/Max Kellermann1-523/+0
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-11-28include cleanup using iwyuMax Kellermann1-3/+0
2013-11-23decoder/{dsf,dsdiff}: eliminate useless assignmentsMax Kellermann1-3/+2
2013-11-10decoder/dsdiff: fix byte order bugJurgen Kramer1-2/+2
2013-10-28decoder/dsdlib: add class DsdUint64Max Kellermann1-5/+4
2013-10-28decoder/dsdlib: convert struct dsdlib_id to a classMax Kellermann1-20/+20
2013-10-23input_stream: rename struct to InputStreamMax Kellermann1-28/+28
2013-10-21decoder: rename the struct to "Decoder"Max Kellermann1-13/+13
2013-10-21decoder_plugin: rename struct to DecoderPluginMax Kellermann1-1/+1
2013-10-20TagType: rename enum tag_type to TagTypeMax Kellermann1-1/+1
2013-10-17InputStream: use int64_t instead of goffsetMax Kellermann1-11/+11
2013-10-16system/ByteOrder: new library for byte ordering / endianessMax Kellermann1-5/+6
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-12/+12
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-04DecoderPlugin: pass config_param referenceMax 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-2/+2
2013-07-28decoder_api: convert to C++Max Kellermann1-1/+1
2013-07-28decoder/{dsf,dsdiff}: convert to C++Max Kellermann1-68/+62
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