- 30 Oct, 2017 1 commit
-
-
Max Kellermann authored
-
- 08 Aug, 2017 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 07 Aug, 2017 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Prepare to add an abstract class AudioOutput, to be implemented by plugins, to get rid of the C-style vtable.
-
Max Kellermann authored
-
Max Kellermann authored
struct AudioOutput should not know or care about multi-threading.
-
- 15 Jun, 2017 1 commit
-
-
Max Kellermann authored
-
- 08 Jun, 2017 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 23 May, 2017 1 commit
-
-
Max Kellermann authored
-
- 22 May, 2017 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Prepare to move some configuration settings from AudioOutput to AudioOutputControl.
-
- 28 Apr, 2017 2 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.
-
- 18 Apr, 2017 1 commit
-
-
Max Kellermann authored
-
- 03 Jan, 2017 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 29 Dec, 2016 1 commit
-
-
Max Kellermann authored
Reduce overhead by eliminating MultipleOutputs::ResetReopen().
-
- 28 Dec, 2016 1 commit
-
-
Max Kellermann authored
-
- 26 Dec, 2016 1 commit
-
-
Max Kellermann authored
-
- 22 Dec, 2016 2 commits
-
-
Max Kellermann authored
Un-protect the SharedPipeConsumer instance, and make it available in the OutputThread only. This gives more well-defined mutex protection.
-
Max Kellermann authored
-
- 21 Dec, 2016 1 commit
-
-
Max Kellermann authored
Make in_audio_format accessible only from within the OutputThread, and add a new one for inter-thread communication.
-
- 14 Dec, 2016 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Reduce latency by stopping all AudioOutputs asynchronously.
-
Max Kellermann authored
Reduce shutdown latency by two commands per output.
-
Max Kellermann authored
Use ScopeLock to manage the lock; don't unlock after obtaining the "really_enabled" flag; keep the same lock during EnableWait() / DisableWait().
-
- 13 Dec, 2016 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 09 Nov, 2016 1 commit
-
-
Max Kellermann authored
-
- 09 Sep, 2016 1 commit
-
-
Max Kellermann authored
-
- 01 Jul, 2016 1 commit
-
-
Max Kellermann authored
For easier state management inside filter plugins.
-
- 26 Feb, 2016 1 commit
-
-
Max Kellermann authored
-
- 20 Jun, 2015 1 commit
-
-
Romain Rollet authored
Right after booting, the monotonic clock starts with a very small value, and AudioOutput::LockUpdate() may believe that the fail_timer has not recovered yet.
-
- 01 Jan, 2015 1 commit
-
-
Max Kellermann authored
-
- 24 Dec, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-