summaryrefslogtreecommitdiff
path: root/src/decoder/plugins/DsdiffDecoderPlugin.cxx
AgeCommit message (Expand)Author
2020-07-06Merge branch 'v0.21.x'Max Kellermann
2020-07-06decoder/Plugin: allow scan_{file,stream}() to throwMax Kellermann
2020-07-01system/ByteOrder: move to util/Max Kellermann
2020-03-12[clang-tidy] use nodiscardRosen Penev
2020-02-05util/bit_reverse: convert to C++Max Kellermann
2020-02-04[clang-tidy] remove unneeded returnRosen Penev
2020-01-18AudioFormat: move to pcm/Max Kellermann
2020-01-18copyright year 2020Max Kellermann
2019-09-25Merge tag 'v0.21.15'Max Kellermann
2019-09-08decoder/{dsf,dsdiff}: precalculate bit rateMax Kellermann
2019-09-08decoder/{dsf,dsdiff}: fix displayed bit rateMax Kellermann
2019-07-05include cleanups (powered by iwyu)Max Kellermann
2019-06-17Copyright year 2019Max Kellermann
2019-06-15decoder/Plugin: simplify compile-time initializationMax Kellermann
2019-06-06tag/Handler: pass StringView to OnTag() and OnPair()Max Kellermann
2019-06-06decoder/dsdiff: allow longer tag valuesMax Kellermann
2019-06-06decoder/dsdiff: pass DecoderClient* to dsdiff_handle_native_tag()Max Kellermann
2019-06-06decoder/dsdiff: use a fixed-size buffer for the tag valueMax Kellermann
2019-03-08system/ByteOrder: move to util/Max Kellermann
2018-10-31*: copyright year 2018Max Kellermann
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-03-07Merge branch 'v0.19.x'Max Kellermann
2016-03-06decoder/dsdiff: fix off-by-one buffer overflowMax 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-21config/Param: split block-specific attributes to new struct ConfigBlockMax 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/dsdiff: use integer seek timesMax Kellermann
2014-08-23decoder/dsdiff: implement seekingMax Kellermann
2014-08-23decoder/dsdiff: refactor the main decoder loopMax Kellermann
2014-08-23decoder/dsdiff: add local variable "remaining_bytes"Max Kellermann
2014-08-23decoder/dsdiff: don't skip remaining bytesMax Kellermann
2014-08-23decoder/dsdiff: eliminate local variable "buffer_samples"Max Kellermann
2014-08-23decoder/dsdiff: support only one "DSD" chunkMax Kellermann
2014-08-21Merge branch 'v0.18.x'Max Kellermann