- 29 Aug, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 12 Aug, 2014 1 commit
-
-
Max Kellermann authored
-
- 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
-
- 19 Feb, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Use a listener interface instead of GlobalEvents.
-
- 04 Feb, 2014 1 commit
-
-
Max Kellermann authored
-
- 29 Jan, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 28 Jan, 2014 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Another big chunk of code for multi-player support.
-