- 01 Aug, 2018 7 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Don't use the bad `FatalError` library.
-
Max Kellermann authored
-
Max Kellermann authored
Let MainOrThrow() forward it to mpd_main().
-
Max Kellermann authored
Deinitialize the logging library after the last exception handler, because that one could still need it. Use `AtScopeExit()` to ensure it's always called, even if an exception was thrown.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 30 Jul, 2018 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 29 Jul, 2018 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
skidoo23 authored
-
skidoo23 authored
-
- 28 Jul, 2018 1 commit
-
-
Yue Wang authored
the code here tried to guard DSD features behind ENABLE_DSD. However, the sample rate setting should be shared between two scenarios. https://github.com/MusicPlayerDaemon/MPD/commit/40a1ebee295c569521ea17ffdedc641d1aedd9cb#diff-ce7ecec9ea9ca3df90d9c290cb3ef9d4R795 The code runs fine if the dac supports the sample rate, as Mac OS will use the device rate if stream rate is 0. However, when DAC is uncapable of processing the sample rate, a wrong rate (device rate) will be used for the stream rate.
-
- 26 Jul, 2018 6 commits
-
-
Max Kellermann authored
-
skidoo23 authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 25 Jul, 2018 14 commits
-
-
skidoo23 authored
Add link to more recent libsidplayfp and correct URL pointing to libsidplay2.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Prepare to allow more complex expressions.
-
Max Kellermann authored
-
Max Kellermann authored
Required for "modified-since".
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
All DetachedSong instances should be converted to LightSong first, which is a very cheap operation.
-
- 24 Jul, 2018 3 commits
-
-
Max Kellermann authored
This is kind of a revert of commit b2e3c075, which is not any longer necessary since commit 0dd4b52b removed the last call to `av_open_input_stream()`.
-
Max Kellermann authored
Instead of copying the offset from our `input`, copy the requested offset to our `offset` attribute. By the time Seek() finishes, our input's offset may have advanced already, having read some more data, thus giving us a bogus offset. This fixes spurious decoder failues (closes #320).
-
Max Kellermann authored
Closes #89
-