- 02 Jul, 2016 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 01 Jul, 2016 5 commits
-
-
Max Kellermann authored
See https://bugs.musicpd.org/view.php?id=4547
-
Max Kellermann authored
For easier state management inside filter plugins.
-
Max Kellermann authored
While this assert() was useful when we had to track the object's state manually, there was no practical purpose other than verifying old code, and it complicates our new C++ code.
-
Max Kellermann authored
-
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 14 commits
-
-
Max Kellermann authored
-
Dimitris Papastamos authored
-
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
-
Dimitris Papastamos authored
It defaults to 250 ms.
-
Max Kellermann authored
-
Max Kellermann authored
-
Dimitris Papastamos authored
-
Max Kellermann authored
-
Dimitris Papastamos authored
-
Max Kellermann authored
Fixes build failure on Debian Wheezy.
-
Dimitris Papastamos authored
-
Dimitris Papastamos authored
-
- 20 Jun, 2016 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 17 Jun, 2016 9 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Use the snd_pcm_t only in the IOThread, and reuse code that is well-known to work.
-
Max Kellermann authored
-
Max Kellermann authored
Comes with a callback pointer instead of a virtual method, which allows multiple instances in one class.
-
Max Kellermann authored
Replaces the old BoundMethod template.
-
Max Kellermann authored
-
Max Kellermann authored
-