- 25 Aug, 2012 1 commit
-
-
Max Kellermann authored
-
- 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 1 commit
-
-
Max Kellermann authored
Updates the WIN32 version number for the upcoming 0.18 release.
-
- 15 Aug, 2012 29 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.
-
Max Kellermann authored
decoder_is_current_song() now recognizes different instances of the same physical song.
-
Max Kellermann authored
-
Max Kellermann authored
Optimize the ProxyDatabase by invoking "stats" on the peer, instead of visiting all songs.
-
Max Kellermann authored
Optimize the ProxyDatabase by invoking "list" on the peer, instead of visiting all songs.
-
Max Kellermann authored
-
Max Kellermann authored
Let the C++ compiler take care for freeing the objects safely.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Conflicts: src/player_thread.c
-
Max Kellermann authored
Just in case "song" becomes invalid at some point.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Replaces _current_song().
-
Max Kellermann authored
-
Max Kellermann authored
Fixes crash.
-
- 14 Aug, 2012 6 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Replaces the old global "soundfont" which never worked.
-
Max Kellermann authored
Now that the libfluidsynth API was sanitized, we can enable the plugin automatically if libfluidsynth is installed.
-
Max Kellermann authored
Use libfluidsynth's new function fluid_player_get_status().
-