- 14 Mar, 2014 1 commit
-
-
Pete Beardmore authored
-fixes SIGABRT when mpd is started from a previously paused state -regression introduced by commit: f5a923b9: 'OutputAll: convert to class, move instance to class Partition' -input_audio_format was previously declared using the static modifier ensuring it was zero-initialised by default -the current default-initialised input_audio_format contains garbage at runtime which allows the AudioFormat.IsDefined() 'fail fast' test in MultipleOutputs::Update to pass and the SIGABRT follows in AudioOutput::Open when passed the invalid input_audio_format struct -switching AudioFormat.IsDefined() for AudioFormat.IsValid() is an alternative workaround
-
- 04 Mar, 2014 1 commit
-
-
Pete Beardmore authored
-
- 02 Mar, 2014 2 commits
-
-
Max Kellermann authored
Has been superseded by the previous commit.
-
Max Kellermann authored
Don't wait for an optimistic write to fail. This is an improved workaround for the infamous Raspberry Pi bug (see commit af991765). It works much better and comes without the negative side effects. The old workaround is now obsolete.
-
- 01 Mar, 2014 1 commit
-
-
Max Kellermann authored
-
- 24 Feb, 2014 6 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
There is no advantage in using g_setenv().
-
Max Kellermann authored
-
- 21 Feb, 2014 1 commit
-
-
Max Kellermann authored
-
- 19 Feb, 2014 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Use a listener interface instead of GlobalEvents.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 06 Feb, 2014 2 commits
-
-
Max Kellermann authored
Passing a void pointer is unsafe.
-
Max Kellermann authored
-
- 05 Feb, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 04 Feb, 2014 1 commit
-
-
Max Kellermann authored
-
- 30 Jan, 2014 1 commit
-
-
Max Kellermann authored
Allows the kernel to combine timer wakeups with other processes, reducing power usage.
-
- 29 Jan, 2014 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Make it "const".
-
- 28 Jan, 2014 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Another big chunk of code for multi-player support.
-
- 24 Jan, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 23 Jan, 2014 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
.. and move the plugins to src/encoder/plugins/.
-
- 13 Jan, 2014 1 commit
-
-
Max Kellermann authored
-