- 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 11 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Prepare for moving the AudioOutputSource to class AudioOutputControl.
-
Max Kellermann authored
-
Max Kellermann authored
That function is "noexcept".
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 23 May, 2017 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
This allows removing the "base.pause" check from the JACK output plugin, and will allow removing similar accesses from other plugins.
-
Max Kellermann authored
-
- 22 May, 2017 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 28 Apr, 2017 3 commits
-
-
Max Kellermann authored
The AudioOutput struct (which is exposed to all plugins) should not be aware that it's being controlled by another thread.
-
Max Kellermann authored
Will move attributes from struct AudioOutput that are specific to the OutputThread. The new struct AudioOutputControl is a holder for the AudioOutput pointer. This prepares for making the output list more dynamic, to allow moving outputs to between partitions.
-
Max Kellermann authored
-