- 09 Sep, 2011 7 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
No caller needs to write.
-
Max Kellermann authored
config_add_block_param() cannot fail, which makes it easier to use.
-
Max Kellermann authored
Reduce indent.
-
Max Kellermann authored
-
- 05 Sep, 2011 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Allow calling findAddIn() without a client object.
-
- 02 Sep, 2011 2 commits
-
-
Max Kellermann authored
Conflicts: NEWS configure.ac
-
Avuton Olrich authored
-
- 01 Sep, 2011 12 commits
-
-
Max Kellermann authored
libOggFLAC has been deprecated for 5 years now, and we havn't been testing it for a long time. Let's delete it.
-
Max Kellermann authored
Conflicts: configure.ac src/output_control.c
-
Max Kellermann authored
.. and a minor tweak for libFLAC+libogg detection.
-
Max Kellermann authored
-
Max Kellermann authored
Eliminate an unnecessary source of deadlocks.
-
Max Kellermann authored
-
Max Kellermann authored
The pkg-config file was added by the Debian package maintainers, and unfortunately, the rest of the world doesn't have it.
-
Max Kellermann authored
Add M4 function MPD_AUTO_PKG_LIB for pkg-config with AC_CHECK_LIB fallback.
-
Max Kellermann authored
Don't abort the configure script when avahi could not be auto-detected. It previously did, because there was no custom "fail" action for PKG_CHECK_MODULES.
-
Max Kellermann authored
Don't add those to MPD_CFLAGS / MPD_LIBS.
-
Max Kellermann authored
Better name, better documentation.
-
Max Kellermann authored
The output thread could hang indefinitely after finishing CANCEL, because it could have missed the signal while the output was not unlocked in ao_command_finished(). This patch removes the wait() call after CANCEL, and adds the flag "allow_play" instead. While this flag is set, playback is skipped. With this flag, there will not be any excess wait() call after the pipe has been cleared. This patch fixes a bug that causes mpd to discontinue playback after seeking, due to the race condition described above.
-
- 31 Aug, 2011 14 commits
-
-
Max Kellermann authored
Fixes assertion failure when a stream callback is invoked too late after a format change.
-
Max Kellermann authored
Merge common code.
-
Max Kellermann authored
Eliminate duplicate code.
-
Max Kellermann authored
The value of this is not used, the code is commented out - let's get rid of it.
-
Max Kellermann authored
-
Max Kellermann authored
Make the code portable.
-
Max Kellermann authored
Doesn't exist on mingw32.
-
Max Kellermann authored
-
Max Kellermann authored
Fix compilation on mingw32.
-
Max Kellermann authored
usleep() is not portable.
-
Max Kellermann authored
When the caller isn't interested in the values.
-
Max Kellermann authored
Check if the time difference is negative. That would have caused sleeping forever.
-
Max Kellermann authored
-
Max Kellermann authored
Fix yet another memory leak.
-
- 30 Aug, 2011 3 commits
-
-
Max Kellermann authored
.. and fix a few memory leaks.
-
Max Kellermann authored
-
Max Kellermann authored
.. and destruct the output object properly in test/run_output.
-