- 26 Sep, 2014 1 commit
-
-
Max Kellermann authored
-
- 05 Sep, 2014 1 commit
-
-
Max Kellermann authored
Eliminate the duplicate pa_operation_get_state() call.
-
- 31 Aug, 2014 3 commits
-
-
Max Kellermann authored
The standard has been renamed since the early draft that was implemented in MPD.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 29 Aug, 2014 5 commits
-
-
Max Kellermann authored
Necessary for "final" on gcc 4.6.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 26 Aug, 2014 6 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Translate SampleFormat::DSD to SND_PCM_FORMAT_DSD_U8, which was added to alsa-lib 1.0.27.1.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 12 Aug, 2014 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
API simplification. We can now avoid abusing a "size_t*" as additional return value.
-
Max Kellermann authored
-
- 07 Aug, 2014 1 commit
-
-
Max Kellermann authored
-
- 30 Jul, 2014 1 commit
-
-
Max Kellermann authored
-
- 14 Jul, 2014 1 commit
-
-
Max Kellermann authored
-
- 12 Jul, 2014 1 commit
-
-
Max Kellermann authored
Enables using range-based "for".
-
- 09 Jul, 2014 2 commits
-
-
Gustavo Zacarias authored
Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar>
-
Gustavo Zacarias authored
Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar>
-
- 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 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Use a listener interface instead of GlobalEvents.
-
Max Kellermann authored
-