- 19 Nov, 2018 1 commit
-
-
Max Kellermann authored
Since we switched from autotools to Meson in commit 94592c14, we don't need to include `config.h` early to properly enable large file support. Meson passes the required macros on the compiler command line instead of defining them in `config.h`. This means we can include `config.h` at any time, whenever we want to check its macros, and there are no ordering constraints.
-
- 12 Nov, 2018 4 commits
-
-
Max Kellermann authored
This fixes the assertion failure due to calling AudioOutputSource::Close() twice.
-
Max Kellermann authored
Fixes a crash bug with `always_on` outputs which occurs because the `AudioOutputSource` still has a pointer to an outdated `MusicChunk`. Fixes #415
-
Max Kellermann authored
With the new command, the decision to pause or close the output moves into the output thread.
-
Max Kellermann authored
-
- 31 Oct, 2018 1 commit
-
-
Max Kellermann authored
-
- 23 Jun, 2018 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Prepare for adding another Cond attribute.
-
- 29 Jan, 2018 1 commit
-
-
Max Kellermann authored
Fixes deadlock due to mutex double lock.
-
- 04 Jan, 2018 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 02 Jan, 2018 7 commits
-
-
Max Kellermann authored
This will be used by filters which have internal buffers which need to be flushed at the end, e.g. the "soxr" resampler.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 27 Dec, 2017 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 19 Dec, 2017 1 commit
-
-
Max Kellermann authored
-
- 10 Nov, 2017 1 commit
-
-
Max Kellermann authored
-
- 08 Aug, 2017 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 07 Aug, 2017 14 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
This call cannot fail, but needs cleanup if others fail. By moving it to the end, we eliminate some cleanup.
-
Max Kellermann authored
Moved code from AudioOutputControl::InternalOpen2().
-
Max Kellermann authored
-
Max Kellermann authored
struct AudioOutput should not know or care about multi-threading.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 15 Jun, 2017 1 commit
-
-
Max Kellermann authored
-
- 08 Jun, 2017 1 commit
-
-
Max Kellermann authored
-