summaryrefslogtreecommitdiff
path: root/src/decoder/plugins/DsfDecoderPlugin.cxx
AgeCommit message (Expand)Author
2018-07-05tag/Handler: convert to class with virtual methodsMax Kellermann
2018-05-03Merge branch 'v0.20.x'Max Kellermann
2018-05-03decoder/{dsdiff,dsf}: support more MIME typesMax Kellermann
2018-01-25decoder/{dsdiff,dsf,mpg123,wavpack}: avoid exceptions in scan methodsMax Kellermann
2018-01-21decoder/Plugin: add "noexcept"Max Kellermann
2017-02-08tag/Tag*: rename several source filesMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-11-18decoder/Client: add Submit methodsMax Kellermann
2016-11-18decoder/Client: add DecoderCommand/seek virtual methodsMax Kellermann
2016-11-18decoder/Client: add virtual method Ready()Max Kellermann
2016-11-18decoder/Client: new interface which wraps struct DecoderMax Kellermann
2016-11-10CheckAudioFormat: migrate from class Error to C++ exceptionsMax Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2016-02-23tag/TagHandler: pass by referenceMax Kellermann
2016-02-22tag/handler: use CamelCaseMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-11-22configure.ac: add macro MPD_ENABLE_AUTO_PKG_LIBMax Kellermann
2014-08-29TagHandler: pass SongTime to duration()Max Kellermann
2014-08-29DecoderAPI: pass SignedSongTime to decoder_initialized()Max Kellermann
2014-08-26decoder/dsf: use integer seek timesMax Kellermann
2014-08-23decoder/dsf: implement seekingMax Kellermann
2014-08-23decoder/dsf: refactor the main decoder loopMax Kellermann
2014-08-23decoder/dsf: make the buffer more localMax Kellermann
2014-08-23decoder/dsf: eliminate pointless return statementMax Kellermann
2014-08-23decoder/dsf: use the block count internallyMax Kellermann
2014-08-23decoder/dsf: don't skip remaining bytesMax Kellermann
2014-08-23decoder/dsf: count the blocks, not the remaining bytesMax Kellermann
2014-08-23decoder/dsf: allow channel setups other than stereoMax Kellermann
2014-08-23decoder/dsf: eliminate another hard-coded stereo mode assumptionMax Kellermann
2014-08-23decoder/dsf: fix big-endian bugsMax Kellermann
2014-08-23decoder/dsf: compare with InputStream::GetRest() instead of ..GetSize()Max Kellermann
2014-08-22decoder/dsf: fix multi-channel filesMax Kellermann
2014-08-22decoder/dsf: simplify dsf_to_pcm_order()Max Kellermann
2014-08-21decoder/dsf: fix noise at end of malformed fileMax Kellermann
2014-08-21decoder/dsf: eliminate temporary bufferMax Kellermann
2014-08-21decoder/dsf: add constant DSF_BLOCK_SIZEMax Kellermann
2014-08-21decoder/dsf: use size_t loop variables when the limit is a size_tMax Kellermann
2014-08-21decoder/dsf: use memcpy()Max Kellermann
2014-08-21decoder/dsf: make the "scratch" buffer localMax Kellermann
2014-08-21Merge branch 'v0.18.x'Max Kellermann
2014-08-20decoder/dsf: remove unused attribute "id3_size"Max Kellermann
2014-08-19decoder/DsdLib: use offset_type instead of uint64_tMax Kellermann
2014-08-19InputStream: move typedef offset_type to Offset.hxxMax Kellermann
2014-08-19decoder/dsf: check InputStream::KnownSize()Max Kellermann
2014-08-19decoder/dsf: remove unnecessary ID3 offset checkMax Kellermann
2014-08-16decoder/dsf: Allow up to DSD512. Enable DSD rates based on Fs=48kHzJurgen Kramer
2014-08-16Report bitrate for DSF and DSDIFF DSD decodersJurgen Kramer
2014-08-16decoder/dsf: fix indentMax Kellermann
2014-07-09Merge branch 'v0.18.x'Max Kellermann
2014-01-24Input*: move to input/Max Kellermann