- 04 Sep, 2012 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Fixes potential access to uninitialised memory.
-
Max Kellermann authored
-
- 03 Sep, 2012 3 commits
-
-
Wieland Hoffmann authored
-
Max Kellermann authored
This library crashes on out-of-memory (NULL pointer dereference). There's not much useful MPD can do in such a situation, so let's explicitly abort instead, just like GLib does.
-
Max Kellermann authored
-
- 29 Aug, 2012 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
-
Max Kellermann authored
-
Max Kellermann authored
-
- 25 Aug, 2012 4 commits
-
-
Max Kellermann authored
Conflicts: src/queue_save.c
-
Max Kellermann authored
-
Max Kellermann authored
Implements Mantis ticket 0003549.
-
Max Kellermann authored
This commit reimplements the core of the "single" mode. Instead of doing the detection in the playlist code from the outside, it is moved to the player thread, which gets a new option called "border_pause". It will now pause playback exactly at the beginning of the new song, making the feature more reliable. Now that the player thread knows what will happen, it can suppress cross-fading. Fixes mantis tickets 0003055 and 0003166.
-
- 22 Aug, 2012 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
With some linkers, it is important to specify the static library first, and then libmpdclient. Fixes linker failures.
-
- 21 Aug, 2012 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Updates the WIN32 version number for the upcoming 0.18 release.
-
- 15 Aug, 2012 12 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Auto-recover from soft errors.
-
Max Kellermann authored
Allow the plugin to allocate the GetSong() return value.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Fixes wrong object URIs with duplicate base names.
-
Max Kellermann authored
Make sure the queue "owns" all song objects, so nobody else can free them.
-
Max Kellermann authored
Make sure the player "owns" the next_song object, so nobody else can free it.
-
Max Kellermann authored
Make sure the decoder "owns" the song object, so nobody else can free it.
-
Max Kellermann authored
Initial support for "detached" songs that come from the database, but are private copies.
-