- 15 May, 2017 9 commits
-
-
Max Kellermann authored
See commit 71f0ed8b
-
Max Kellermann authored
See commit 788e3b31 for an explanation.
-
Max Kellermann authored
release v0.20.7
-
Max Kellermann authored
-
Max Kellermann authored
Closes #34
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Closes #43
-
- 08 May, 2017 2 commits
-
-
Max Kellermann authored
The "pure" and "const" attributes are not so well-defined, and a recent clang version implements an optimization which pushes the definition's boundary beyond what I believed it was. clang now assumes that functions declared "pure" cannot throw exceptions, even if they lack the "noexcept" specification. When compiled with this new clang version, MPD will crash randomly if an exception happens to get thrown by such as "pure" function (https://github.com/MusicPlayerDaemon/MPD/issues/41). This commit removes all such misplaced "pure" and "const" attributes, closing #41.
-
Max Kellermann authored
This eliminates some overhead, because the compiler doesn't need to consider these functions throwing.
-
- 28 Apr, 2017 4 commits
-
-
Max Kellermann authored
The AudioOutput struct (which is exposed to all plugins) should not be aware that it's being controlled by another thread.
-
Max Kellermann authored
Will move attributes from struct AudioOutput that are specific to the OutputThread. The new struct AudioOutputControl is a holder for the AudioOutput pointer. This prepares for making the output list more dynamic, to allow moving outputs to between partitions.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 27 Apr, 2017 1 commit
-
-
André Klitzing authored
-
- 24 Apr, 2017 16 commits
-
-
Max Kellermann authored
Closes #31
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Fixes a potential crash bug which is actually unreachable, because the "pcm" plugin is never invoked when there is no (matching) MIME type.
-
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
After a seek failure, the buffer may still be full, and then FillBuffer() aborts with assertion failure.
-
- 22 Apr, 2017 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 21 Apr, 2017 2 commits
-
-
-
Bart Nagel authored
See https://picard.musicbrainz.org/docs/mappings/ This tag is useful when the user would like all releases of the same album to be sorted next to each other.
-
- 18 Apr, 2017 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Bart Nagel authored
-
- 12 Apr, 2017 1 commit
-
-
Max Kellermann authored
-