- 13 Oct, 2021 1 commit
-
-
Max Kellermann authored
-
- 15 Feb, 2021 1 commit
-
-
Max Kellermann authored
Keep track of whether there is data being played, and don't call AudioOutput::Drain() after Cancel() has been called already.
-
- 01 Jan, 2021 1 commit
-
-
Max Kellermann authored
-
- 15 Nov, 2020 1 commit
-
-
Stapper authored
Fixes #994 - moveoutput: new AudioOutputControl created from copyMoving an output to a partition is now done via MultipleOutputs::AddCopy(),using a new AudioOutputControl constructor. Tags and always_on settings willpersist when moving outputs between partitions.
-
- 02 Oct, 2020 1 commit
-
-
Max Kellermann authored
This allows interrupting the output thread (for some plugins which implement this method). This way, operations can be canceled properly, instead of waiting for some external entity.
-
- 13 Mar, 2020 1 commit
-
-
Rosen Penev authored
The former is deprecated by C++14. The standard says they are the same: The header defines all types and macros the same as the C standard library header<stdint.h>. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- 04 Feb, 2020 1 commit
-
-
Rosen Penev authored
Found with readability-const-return-type Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- 18 Jan, 2020 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 05 Jul, 2019 1 commit
-
-
Max Kellermann authored
-
- 03 Jul, 2019 1 commit
-
-
Max Kellermann authored
-
- 17 Jun, 2019 1 commit
-
-
Max Kellermann authored
-
- 07 May, 2019 1 commit
-
-
Max Kellermann authored
Prepare the transition to std::mutex.
-
- 26 Apr, 2019 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Instead of keeping all open outputs locked, let ClearTailChunk() stall playback until MultipleOutputs::CheckPipe() has updated the MusicPipe.
-
Max Kellermann authored
-
- 12 Nov, 2018 1 commit
-
-
Max Kellermann authored
With the new command, the decision to pause or close the output moves into the output thread.
-
- 31 Oct, 2018 1 commit
-
-
Max Kellermann authored
-
- 20 Aug, 2018 1 commit
-
-
Max Kellermann authored
-
- 23 Jun, 2018 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Prepare for adding another Cond attribute.
-
- 04 Jan, 2018 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 02 Jan, 2018 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 19 Dec, 2017 2 commits
-
-
Max Kellermann authored
These attributes are printed in the "outputs" response, and the new command "outputset" allows setting new values. No attributes are currently implemented.
-
Max Kellermann authored
-
- 08 Aug, 2017 1 commit
-
-
Max Kellermann authored
-
- 07 Aug, 2017 4 commits
-
-
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
struct AudioOutput should not know or care about multi-threading.
-
Max Kellermann authored
-
Max Kellermann authored
-