Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-01 | copyright year 2021 | Max Kellermann | |
2020-02-16 | Merge branch 'efuhgeh' of git://github.com/neheb/MPD | Max Kellermann | |
2020-02-04 | [clang-tidy] remove static in namespace | Rosen 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 uppercase | Rosen Penev | |
Found with readability-uppercase-literal-suffix Signed-off-by: Rosen Penev <rosenp@gmail.com> | |||
2020-01-18 | copyright year 2020 | Max Kellermann | |
2019-06-17 | Copyright year 2019 | Max Kellermann | |
2019-06-15 | decoder/Plugin: simplify compile-time initialization | Max 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-03 | Merge tag 'v0.21.7' | Max Kellermann | |
release v0.21.7 | |||
2019-03-29 | decoder/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-08 | system/ByteOrder: move to util/ | Max Kellermann | |
2018-11-19 | check.h: remove obsolete header | Max 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 2018 | Max Kellermann | |
2018-09-21 | AudioFormat: add TimeToSize(), SizeToTime() | Max Kellermann | |
2018-02-13 | decoder/HybridDSD: implement seeking | Max Kellermann | |
2018-02-13 | decoder/HybridDSD: calculate bit rate | Max Kellermann | |
2018-02-13 | decoder/HybridDSD: add code comments | Max Kellermann | |
2018-02-13 | decoder/HybridDSD: new decoder plugin for Hybrid DSD | Max Kellermann | |