- 08 Mar, 2021 14 commits
-
-
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
-
Max Kellermann authored
None of the current FormatHResultError() callers need the format string.
-
- 06 Mar, 2021 1 commit
-
-
Max Kellermann authored
-
- 05 Mar, 2021 18 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.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Fixes assertion failure in the Thread destructor.
-
Max Kellermann authored
Fixes crash due to std::stoul() throwing std::invalid_argument.
-
Max Kellermann authored
-
Max Kellermann authored
Reduce header dependencies.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Fixes linker failure on test/run_output.exe
-
- 04 Mar, 2021 7 commits
-
-
Rosen Penev authored
Shorter. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Shen-Ta Hsieh authored
* Use PcmExport for 24bit packed output
-
Shen-Ta Hsieh authored
-
Shen-Ta Hsieh authored
-
Shen-Ta Hsieh authored
-
Shen-Ta Hsieh authored
-
Shen-Ta Hsieh authored
-