- 11 Mar, 2009 1 commit
-
-
Max Kellermann authored
-
- 09 Mar, 2009 1 commit
-
-
Max Kellermann authored
If the header valgrind/memcheck.h is available, add VALGRIND_MAKE_MEM_NOACCESS() and VALGRIND_MAKE_MEM_UNDEFINED() support, which enables nice warnings in the valgrind memory checker.
-
- 07 Mar, 2009 2 commits
-
-
Max Kellermann authored
Another "remove redundant explicit $enableval assignments" breakage.
-
Max Kellermann authored
The patch "remove redundant explicit $enableval assignments" broke several options with non-standard variable names.
-
- 06 Mar, 2009 14 commits
-
-
Avuton Olrich authored
-
Avuton Olrich authored
-
Avuton Olrich authored
Most strings have no capitalization at the beinning, make all strings non-capital.
-
Avuton Olrich authored
-
Avuton Olrich authored
-
Avuton Olrich authored
-
Avuton Olrich authored
-
Avuton Olrich authored
-
Avuton Olrich authored
-
Avuton Olrich authored
-
Avuton Olrich authored
-
Avuton Olrich authored
Add 'Streaming Support section to the configure display, clarify the text and unify with the rest of the display.
-
Avuton Olrich authored
-
Avuton Olrich authored
The configure problem was: ./configure: line 6934: ,: command not found
-
- 02 Mar, 2009 1 commit
-
-
Max Kellermann authored
The lastfm input plugin enables MPD to play lastfm:// URLs. This plugin is not complete yet: it plays only the first song in the last.fm playlist, and the playlist parser isn't even implemented properly.
-
- 01 Mar, 2009 1 commit
-
-
Max Kellermann authored
Even when --enable-documentation is passed, don't abort if "xmlto" was not found.
-
- 28 Feb, 2009 6 commits
-
-
Avuton Olrich authored
-
Avuton Olrich authored
-
Avuton Olrich authored
-
Avuton Olrich authored
-
Avuton Olrich authored
-
Michal Nazarewicz authored
[mk: adapted to new output plugin API]
-
- 25 Feb, 2009 1 commit
-
-
Max Kellermann authored
Moved generic compiler options to AM_CFLAGS. MPD_CFLAGS/MPD_LIBS will hopefully fade away one day, in favor of more fine-grained variables.
-
- 24 Feb, 2009 1 commit
-
-
Max Kellermann authored
Removed superfluous commas.
-
- 23 Feb, 2009 1 commit
-
-
Max Kellermann authored
Recursive Makefiles are inefficient and error prone (no proper way to declare dependencies). Since there's no disadvantage in having one single Makefile, let's do it.
-
- 22 Feb, 2009 4 commits
-
-
Max Kellermann authored
Removed shout's encoder plugin API in favor of the new generic encoder plugin API.
-
Max Kellermann authored
This new LAME encoder plugin is based on the existing shout_mp3.c plugin.
-
Max Kellermann authored
This new vorbis encoder plugin is based on the existing shout_ogg.c plugin.
-
Max Kellermann authored
The new generic encoder API will replace shout's custom encoder API.
-
- 18 Feb, 2009 4 commits
-
-
Max Kellermann authored
The configure.ac script does not care about the host architecture, it only cares about the OS. Use ${host_os} instead of ${host} to simplify the matching expressions.
-
Max Kellermann authored
Without AC_CANONICAL_HOST, ${host_os} etc. are not defined.
-
Max Kellermann authored
The switch syntax is "--enable-test". There are no test programs yet.
-
Max Kellermann authored
Use faacDecInit2() instead of AudioSpecificConfig() to detect the AAC track in the MP4 file. This has a great advantage: it initializes the libfaad decoder, which the caller would normally do anyway - but now we can go without the AudioSpecificConfig() call. When decoder==NULL (called from mp4_tag_dup()), fall back to a mp4ff_get_track_type()==1 check, like other audio players do.
-
- 13 Feb, 2009 1 commit
-
-
Max Kellermann authored
When configured with --enable-documentation, use doxygen.
-
- 12 Feb, 2009 2 commits
-
-
Max Kellermann authored
Currently, only the sidplay decoder plugin requires C++, and in all other cases, MPD could build well without a C++ compiler. Unfortunately, autoconf/automake are confused when we have a conditional AC_PROG_CXX check. We could add lots of workarounds for individual problems, but let's just always require a C++ compiler, and forget about this autotools limitation.
-
Max Kellermann authored
-