- 01 Apr, 2009 4 commits
-
-
Avuton Olrich authored
-
Avuton Olrich authored
-
Avuton Olrich authored
-
Avuton Olrich authored
-
- 31 Mar, 2009 1 commit
-
-
Romain Bignon authored
This is a little ugly, but as nextSongInPlaylist is both called when queued is update (in case playlist ended) and for user "next" command, there isn't any other (simple) solution
-
- 30 Mar, 2009 9 commits
-
-
Avuton Olrich authored
-
Avuton Olrich authored
-
Avuton Olrich authored
-
Avuton Olrich authored
-
Avuton Olrich authored
-
Avuton Olrich authored
-
Avuton Olrich authored
-
Avuton Olrich authored
-
Romain Bignon authored
Consume mode removes each song played
-
- 29 Mar, 2009 5 commits
-
-
Max Kellermann authored
In the MPD_AUTO_DISABLED() function, I forgot to check for "explicitly disabled".
-
Avuton Olrich authored
-
Avuton Olrich authored
Ths usual defaults updates, this includes clarifications, cleanups, updates and fixes.
-
Avuton Olrich authored
-
Avuton Olrich authored
-
- 28 Mar, 2009 8 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
MPD_AUTO_PKG() runs pkg-config and then forwards control to MPD_AUTO_RESULT(). This is a commonly used short cut.
-
Max Kellermann authored
Don't add those to MPD_CFLAGS and MPD_LIBS.
-
Max Kellermann authored
Don't add those to MPD_CFLAGS and MPD_LIBS.
-
Max Kellermann authored
Don't add those to MPD_CFLAGS and MPD_LIBS.
-
Max Kellermann authored
-
Max Kellermann authored
This patch adds a small autoconf M4 library which deals with auto-detected features. The default for those features is "auto", which is like the old default: if the library is present on the system, enable the feature, disable otherwise. If the user explicitly enables that feature (--enable-alsa), and the library is not present, configure must fail, because it cannot fulfill the request.
-
Jochen Keil authored
Previous cast to float didn't have any effect because one value is uint and the other is a floating type but the number itself is even.. This caused some tracks to end before they were really at an end.
-
- 27 Mar, 2009 13 commits
-
-
Max Kellermann authored
Added an assertion in mixer_set_volume(). Removed the range checks from the ALSA and OSS plugins.
-
Max Kellermann authored
The "mpcdec" plugin is based on the libmpcdec library.
-
Max Kellermann authored
-
Max Kellermann authored
Renamed variables and functions.
-
Max Kellermann authored
The strings passed to tag_pool_get_item() are not null-terminated, and the caller passes the string length. Don't assume it is null-terminated anyway by using strcmp().
-
Max Kellermann authored
-
Max Kellermann authored
We're using GLib macros which were introduced in GLib 2.6, like G_GNUC_MALLOC. Let's just drop support for GLib versions older than 2.6 instead of adding more complicated compatibility hacks.
-
Sean McNamara authored
-
Sean McNamara authored
socket, because there is no ioctl for non-sockets on Windows
-
Sean McNamara authored
-
Sean McNamara authored
-
Sean McNamara authored
networking, select(), ntohl(), etc.
-
Max Kellermann authored
Simplify initialization and finalization.
-