- 17 Jun, 2019 1 commit
-
-
Max Kellermann authored
-
- 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.
-
- 31 Oct, 2018 1 commit
-
-
Max Kellermann authored
-
- 19 Sep, 2017 4 commits
-
-
Max Kellermann authored
RoarAudio's sndio emulation has been a source for annoyances. First, their headers turned out to be broken with C++, due to their use of the "new" keyword. Then they used a preprocessor macro to rename "sio_hdl" to something else, effectively disallowing the use of forward declarations. Enough is enough, and I'm removing support for it. RoarAudio users should better use the RoarAudio output plugin.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 16 Sep, 2017 2 commits
-
-
Christopher Zimmermann authored
-
Christopher Zimmermann authored
no change in behaviour.
-
- 10 Aug, 2017 1 commit
-
-
Max Kellermann authored
Yet another C-style vtable replaced with C++.
-
- 08 Aug, 2017 1 commit
-
-
Max Kellermann authored
Hide struct FilteredAudioOutput from the plugins, preparing for hiding MPD's core internals.
-
- 07 Aug, 2017 1 commit
-
-
Max Kellermann authored
Prepare to add an abstract class AudioOutput, to be implemented by plugins, to get rid of the C-style vtable.
-
- 01 Feb, 2017 1 commit
-
-
Max Kellermann authored
Same as in commit e02d8ad8, but this time for the sndio plugin which can be emulated by libroar.
-
- 25 Jan, 2017 1 commit
-
-
Max Kellermann authored
Eliminate dependency on io_thread_get().
-
- 03 Jan, 2017 1 commit
-
-
Max Kellermann authored
-
- 28 Dec, 2016 1 commit
-
-
Max Kellermann authored
-
- 09 Nov, 2016 1 commit
-
-
Max Kellermann authored
-
- 08 Nov, 2016 1 commit
-
-
Max Kellermann authored
-
- 24 Jun, 2016 3 commits
-
-
Dimitris Papastamos authored
The variable is actually used in this function.
-
Dimitris Papastamos authored
-
Dimitris Papastamos authored
This is a left-over from the previous version of the code that was retrying on EINTR.
-
- 23 Jun, 2016 1 commit
-
-
Dimitris Papastamos authored
Some minor style fixes as well.
-
- 22 Jun, 2016 9 commits
-
-
Dimitris Papastamos authored
-
Dimitris Papastamos authored
This can happen if you remove an external audio card or if you stop sndiod(8) while playing a song. sio_write() will retry internally if it fails with errno == EINTR so no need to handle that.
-
Dimitris Papastamos authored
It defaults to 250 ms.
-
Dimitris Papastamos authored
-
Max Kellermann authored
-
Dimitris Papastamos authored
-
Max Kellermann authored
Fixes build failure on Debian Wheezy.
-
Dimitris Papastamos authored
-
Dimitris Papastamos authored
-