- 21 Nov, 2013 5 commits
-
-
Max Kellermann authored
If no music_directory is configured, return nullptr instead of an empty string. This fixes a crash when db_file is configured without music_directory.
-
Florian Schlichting authored
Fixes build tests on ia64 and mipsel by testing for endianness in a more general / portable way.
-
Max Kellermann authored
-
Max Kellermann authored
Improve readability.
-
Max Kellermann authored
The option "--enable-fluidsynth" was documented to be "auto" by default, when it was really "no".
-
- 18 Nov, 2013 4 commits
-
-
Max Kellermann authored
-
Denis Krjuchkov authored
-
Denis Krjuchkov authored
-
Denis Krjuchkov authored
-
- 13 Nov, 2013 1 commit
-
-
Max Kellermann authored
-
- 11 Nov, 2013 7 commits
-
-
Max Kellermann authored
Just an attempt to prevent users from shooting themselves in the foot by uncommenting these lines without knowing what they're doing.
-
Max Kellermann authored
Not supported by libc++.
-
Max Kellermann authored
Required for building with libc++.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 10 Nov, 2013 1 commit
-
-
Jurgen Kramer authored
-
- 09 Nov, 2013 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 08 Nov, 2013 10 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
bzip2-compressed tarballs are obsolete, xz is better and widely understood.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Commit 77c63511 caused MPD to become stuck right after a song change. The problem was that at some point, the MusicBuffer became full, and the DecoderThread working on the next song waits for the PlayerThread. However, the PlayerThread was stuck in a loop of g_usleep() calls, and never bothered to tell the DecoderThread that the MusicBuffer is not full anymore. This bug is very old, but its chance to occur went from nearly 0% to nearly 100%. The fix is to wake up the DecoderThread before waiting for it. As a side effect, I replaced the g_usleep() call with a Cond::Wait() call.
-
Max Kellermann authored
Remove the "do_wait" parameter which is always true. Check only command==NONE and merge the "return" statements.
-
Max Kellermann authored
Nothing of interest happens here. No need to wake up the player.
-
Max Kellermann authored
-
- 07 Nov, 2013 10 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Allows big-endian users to configure the fallback byte order to little-endian. Without this setting, MPD assumes native byte order if the CD drive can't decide.
-
Max Kellermann authored
Avoid closing it twice.
-
Max Kellermann authored
Fixes a crash bug. See code comment.
-