summaryrefslogtreecommitdiff
path: root/src/decoder/plugins/HybridDsdDecoderPlugin.cxx
AgeCommit message (Collapse)Author
2021-01-01copyright year 2021Max Kellermann
2020-02-16Merge branch 'efuhgeh' of git://github.com/neheb/MPDMax Kellermann
2020-02-04[clang-tidy] remove static in namespaceRosen Penev
Found with readability-static-definition-in-anonymous-namespace Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-04[clang-tidy] change integer prefixes to uppercaseRosen Penev
Found with readability-uppercase-literal-suffix Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-01-18copyright year 2020Max Kellermann
2019-06-17Copyright year 2019Max Kellermann
2019-06-15decoder/Plugin: simplify compile-time initializationMax Kellermann
Add a `constexpr` constructor and several `constexpr` methods to construct a DecoderPlugin at compile time, in a way which allows adding new methods later without having to edit each plugin.
2019-04-03Merge tag 'v0.21.7'Max Kellermann
release v0.21.7
2019-03-29decoder/HybridDSD: downgrade log message to "debug"Max Kellermann
This plugin is interesting only for a tiny fraction of MPD users, so let's not spam everybody else's log with it.
2019-03-08system/ByteOrder: move to util/Max Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
Since we switched from autotools to Meson in commit 94592c14062d5afc9482d11baa401648082022c0, we don't need to include `config.h` early to properly enable large file support. Meson passes the required macros on the compiler command line instead of defining them in `config.h`. This means we can include `config.h` at any time, whenever we want to check its macros, and there are no ordering constraints.
2018-10-31*: copyright year 2018Max Kellermann
2018-09-21AudioFormat: add TimeToSize(), SizeToTime()Max Kellermann
2018-02-13decoder/HybridDSD: implement seekingMax Kellermann
2018-02-13decoder/HybridDSD: calculate bit rateMax Kellermann
2018-02-13decoder/HybridDSD: add code commentsMax Kellermann
2018-02-13decoder/HybridDSD: new decoder plugin for Hybrid DSDMax Kellermann