- 08 Mar, 2021 35 commits
-
-
Max Kellermann authored
Postpone the Start() call until there is something to be played.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
This finishes problems which occur early in the WasapiOutputThread; previously, the error was ignored and the output blocked forever without doing anything (and without reporting the error).
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
This is duplicate; this has already been done in Close().
-
Max Kellermann authored
-
Max Kellermann authored
This is pointless; the method cannot be called again anyway.
-
Max Kellermann authored
It is pointless to let WasapiOutputThread wait for the CheckException() call.
-
Max Kellermann authored
If an exception has been caught, the method cannot continue playback, therefore it doesn't make sense to have the "catch" block inside the "while" block (and not break the loop after catching an exception).
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
The current Drain() implementation does what Cancel() should do; it does not wait for completion, but instead discards the buffer.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Fixes those programs on Windows.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
MSDN documentation suggests always passing this flag to reduce overhead for an "obsolete technology".
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
None of the current FormatHResultError() callers need the format string.
-
- 07 Mar, 2021 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Parameters should better be captured. This removes some complexity from Async().
-
- 06 Mar, 2021 1 commit
-
-
Max Kellermann authored
-
- 05 Mar, 2021 2 commits
-
-
Shen-Ta Hsieh authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/1102
-
Max Kellermann authored
Stop early, don't try more formats if it is clear that we have no chance.
-