- 21 Aug, 2021 1 commit
-
-
Rosen Penev authored
Found with readability-use-anyofallof Signed-off-by: Rosen Penev <rosenp@gmail.com>
-
- 17 Aug, 2021 4 commits
-
-
git://github.com/neheb/MPDMax Kellermann authored
-
Rosen Penev authored
Signed-off-by: Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Found with cppcoreguidelines-avoid-non-const-global-variables Signed-off-by: Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Found with modernize-use-default Signed-off-by: Rosen Penev <rosenp@gmail.com>
-
- 10 Aug, 2021 23 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Don't truncate the FILETIME to second resolution to pass it to std::chrono::system_clock::from_time_t(); instead, calculate the offset between the FILETIME epoch and the std::system_clock::time_point epoch, and use that to initialize the time_point directly.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Allows running the unit tests on Linux.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Got lost in commit 0f56ddb8
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
This avoids underruns at the start of playback.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
This was missing in commit 8a243e6e
-
Max Kellermann authored
If draining was not requested, generate silence instead if there is no data in the ring buffer. The problem is that pw_stream_flush() appears to disable the stream permanently, even though there is no state_changed callback - the stream state remains at PW_STREAM_STATE_STREAMING, but the stream is defunct. I have no idea why and I havn't found any documentation about it. Closes https://github.com/MusicPlayerDaemon/MPD/issues/1219
-
- 09 Aug, 2021 1 commit
-
-
Max Kellermann authored
This was missing in commit 4d1ce702
-
- 06 Aug, 2021 11 commits
-
-
Max Kellermann authored
release v0.22.10
-
Max Kellermann authored
-
Max Kellermann authored
This replaces 967af603 with a more effective workaround. Closes https://github.com/MusicPlayerDaemon/MPD/issues/822
-
Max Kellermann authored
snd_mixer_handle_events() has already been called by DispatchSockets(). This way, we can also skip the exception handler.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
The "install_dev" target runs ranlib during installation, and this can break the Android build.
-
Max Kellermann authored
-