- 08 Aug, 2017 12 commits
-
-
Max Kellermann authored
Hide struct FilteredAudioOutput from the plugins, preparing for hiding MPD's core internals.
-
Max Kellermann authored
Avoid accessing FilteredAudioFormat attributes directly.
-
Max Kellermann authored
Configure the AudioFormat after opening the encoder, because only now we know the final format.
-
Max Kellermann authored
-
Max Kellermann authored
This order will be necessary for proper AudioFormat initialization, because the encoder may change the format.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 07 Aug, 2017 25 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
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
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Circumvent filter_new() with a fake ConfigBlock.
-
Max Kellermann authored
-
Max Kellermann authored
-
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
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 31 Jul, 2017 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Was broken by commit 8a86460b Closes #87
-
- 21 Jul, 2017 1 commit
-
-
Max Kellermann authored
-