- 30 Oct, 2018 10 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 29 Oct, 2018 21 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
release v0.20.23
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
The compile-time calculation for `factor` overflows because `1<<31` cannot be represented by `int`. By casting to `uintmax_t` first, we can avoid this overflow. Closes #380
-
Max Kellermann authored
-
Max Kellermann authored
This assertion currently fails for S32 due to integer overflow (#380).
-
Max Kellermann authored
The `bool` return value isn't used anymore, so we can just return the parsed object instead of passing it as an output parameter.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
iamsi authored
-
Max Kellermann authored
This emits the event even if PlayerControl::Play() is used to replay the current song, which emits the missing "player" idle event. Closes #381
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Replaces the workaround from commit 751fff07 which fixed only one of many crash locations. See: https://github.com/MusicPlayerDaemon/MPD/issues/373 https://github.com/android-ndk/ndk/issues/831 https://bugs.llvm.org/show_bug.cgi?id=32611
-
Max Kellermann authored
-
- 26 Oct, 2018 2 commits
-
-
Max Kellermann authored
This change from commit 61eff1cd got lost in the merge.
-
Max Kellermann authored
-
- 25 Oct, 2018 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 24 Oct, 2018 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Fixes formatted paths in the `recorder` output, closing #345.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-