- 15 Apr, 2009 5 commits
-
-
Max Kellermann authored
Set sidplay to "auto" by default, and enable it when it's found.
-
Max Kellermann authored
We still can't use the pkg-config file because it requires libtool.
-
Max Kellermann authored
Checks for features should be right next to its argument definition.
-
Max Kellermann authored
This function checks whether a prerequisite for a feature was found.
-
Max Kellermann authored
When MPD_AUTO_DISABLED prints a fatal error message, include the feature name. This might be an important piece of information for the user, just in case the preceding line doesn't tell him.
-
- 13 Apr, 2009 9 commits
-
-
Max Kellermann authored
Fail if the iso9660 plugin is enabled but not found.
-
Max Kellermann authored
Fail if the zzip plugin is enabled but not found.
-
Max Kellermann authored
-
Max Kellermann authored
icy_server_metadata_string() is only called by icy_server_metadata_page().
-
Max Kellermann authored
Plain "bool" consumes only one byte instead of four.
-
Max Kellermann authored
In HTTP, header names are case insensitive.
-
Hagen Schink authored
[mk: folded with patch "Put icy related functions in extra source files"; moved icy_server.c from HAVE_CURL to ENABLE_HTTPD_OUTPUT; removed an unused variable]
-
Max Kellermann authored
When a new song starts playing, send its tag (song->tag) to the music pipe. This allows output plugins to render tags for all songs, not only those with embedded tags understood by the decoder plugin.
-
Max Kellermann authored
-
- 10 Apr, 2009 4 commits
-
-
Max Kellermann authored
Most of that was already implemented, and for other feature requests, we have the bug tracker.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 07 Apr, 2009 1 commit
-
-
Jeffrey Middleton authored
A <varlistentry> was accidentally added before the beginning of the intended <variablelist>
-
- 06 Apr, 2009 2 commits
-
-
Avuton Olrich authored
-
Avuton Olrich authored
-
- 02 Apr, 2009 6 commits
-
-
Avuton Olrich authored
-
Avuton Olrich authored
-
Avuton Olrich authored
-
Avuton Olrich authored
-
Avuton Olrich authored
-
Max Kellermann authored
The "lastfm" input plugin is far from complete, because MPD does not support nesting playlists yet. The "fluidsynth" decoder plugin suffers from shortcomings in the libfluidsynth library: http://www.mail-archive.com/fluid-dev@nongnu.org/msg01099.html
-
- 01 Apr, 2009 13 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
The httpd_client_check_queue() callback function does not use its "user_data" argument. Don't pass any, and fix the gcc warning.
-
Max Kellermann authored
-
Max Kellermann authored
Don't append those two CFLAGS/LIBS in configure.ac.
-
Max Kellermann authored
Renamed --enable-oggvorbis-encoder to --enable-vorbis-encoder.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Use MPD_AUTO_RESULT(), and set enable_lame to "auto" by default.
-
Max Kellermann authored
Don't append LAME_CFLAGS/LAME_LIBS to MPD_CFLAGS/MPD_LIBS in configure.ac. Export them via AC_SUBST() instead.
-
Max Kellermann authored
Use MPD_AUTO_PKG(). Removed the checks for the Ogg Vorbis decoder plugin, this is not directly related.
-
Max Kellermann authored
Use the new $need_encoder variable to determine whether encoder plugins would actually be used if they were available.
-
Max Kellermann authored
Enable the HTTPD output plugin by default, provided that the encoder API is available.
-