Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | solaris: new audio output plugin for Solaris /dev/audio | Max Kellermann | 2009-03-16 | 1 | -0/+21 |
| | |||||
* | configure: Merge lame*encoder to lame | Avuton Olrich | 2009-03-16 | 1 | -17/+5 |
| | |||||
* | configure: don't warn just because we don't have an optional library. | Avuton Olrich | 2009-03-16 | 1 | -3/+2 |
| | |||||
* | configure: error out against streaming output, not encoder. | Avuton Olrich | 2009-03-16 | 1 | -2/+2 |
| | |||||
* | configure: Always run pkg-config for shout, define AC_DEFINE if enabled | Avuton Olrich | 2009-03-16 | 1 | -11/+4 |
| | | | | [mk: don't run pkg-config when shout is disabled] | ||||
* | configure: add shout autoconf argument. | Avuton Olrich | 2009-03-15 | 1 | -0/+5 |
| | |||||
* | configure: Fail if trying to build with streaming output and no encoder | Avuton Olrich | 2009-03-15 | 1 | -0/+6 |
| | |||||
* | configure: Move encoders to their own report section. | Avuton Olrich | 2009-03-15 | 1 | -18/+24 |
| | |||||
* | configure: replace all instances shout*[mp3|ogg] with [lame|oggvorbis]*encoder | Avuton Olrich | 2009-03-15 | 1 | -26/+26 |
| | |||||
* | configure.ac: Enable ENCODER if httpd_output, even if SHOUT is disabled. | Avuton Olrich | 2009-03-15 | 1 | -1/+1 |
| | |||||
* | httpd: new output plugin to replace "shout" | Max Kellermann | 2009-03-15 | 1 | -0/+16 |
| | | | | | | | | | | | | | | | | | | | Let's get rid of the "shout" plugin, and the awfully complicated icecast daemon setup! MPD can do better if it's doing the HTTP server stuff on its own. This new plugin has several advantages: - easier to set up - only one daemon, no password settings, no mount settings - MPD controls the encoder and thus already knows the packet boundaries - icecast has to parse them - MPD doesn't bother to encode data while nobody is listening This implementation is very experimental (no header parsing, ignores request URI, no icy-metadata, ...). It should be able to suport several encoders in parallel in the future (with different bit rates, different codec, ...), to make MPD the perfect streaming server. Once MPD gets multi-player support, we can even mount several different radio stations on one server. | ||||
* | configure.ac: add -pg to MPD_LIBS with --enable-gprof | Max Kellermann | 2009-03-11 | 1 | -0/+1 |
| | |||||
* | poison: added valgrind support | Max Kellermann | 2009-03-09 | 1 | -0/+1 |
| | | | | | | 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. | ||||
* | configure.ac: fix --enable-bzip2 and --enable-iso9660 variable name | Max Kellermann | 2009-03-07 | 1 | -14/+14 |
| | | | | Another "remove redundant explicit $enableval assignments" breakage. | ||||
* | configure.ac: fix --enable-X variable names | Max Kellermann | 2009-03-07 | 1 | -6/+6 |
| | | | | | The patch "remove redundant explicit $enableval assignments" broke several options with non-standard variable names. | ||||
* | configure: global indention and trim line wc to 80 when practical. | Avuton Olrich | 2009-03-06 | 1 | -70/+113 |
| | |||||
* | configure: Move the faad stuff to m4/faad.m4 | Avuton Olrich | 2009-03-06 | 1 | -185/+1 |
| | |||||
* | configure: No capitalization on beginning of help strings. | Avuton Olrich | 2009-03-06 | 1 | -8/+8 |
| | | | | | Most strings have no capitalization at the beinning, make all strings non-capital. | ||||
* | configure: specify that faad2 prefix is optional in the help string | Avuton Olrich | 2009-03-06 | 1 | -1/+1 |
| | |||||
* | configure: trim down the line length for the faad help strings | Avuton Olrich | 2009-03-06 | 1 | -3/+15 |
| | |||||
* | configure: trim down the line length for the zeroconf help string | Avuton Olrich | 2009-03-06 | 1 | -4/+10 |
| | |||||
* | configure: trim down the Tremor AC_ARG_WITH() statements | Avuton Olrich | 2009-03-06 | 1 | -6/+19 |
| | |||||
* | configure: Group libmad stuff together, rename --enable-mp3 --enable-mad | Avuton Olrich | 2009-03-06 | 1 | -17/+26 |
| | |||||
* | configure: remove redundant explicit $enableval assignments. | Avuton Olrich | 2009-03-06 | 1 | -68/+34 |
| | |||||
* | configure: remove duplicate LAME report, unify rest under SHOUTcast header. | Avuton Olrich | 2009-03-05 | 1 | -14/+14 |
| | |||||
* | configure: make all tests the same, when possible. | Avuton Olrich | 2009-03-05 | 1 | -2/+2 |
| | |||||
* | configure: Add 'Streaming Support' section to the configure display. | Avuton Olrich | 2009-03-06 | 1 | -19/+22 |
| | | | | | Add 'Streaming Support section to the configure display, clarify the text and unify with the rest of the display. | ||||
* | configure: display the status of lastfm protocol support | Avuton Olrich | 2009-03-06 | 1 | -0/+6 |
| | |||||
* | configure: Fix configure warning presented by lastfm radio. | Avuton Olrich | 2009-03-05 | 1 | -1/+1 |
| | | | | | The configure problem was: ./configure: line 6934: ,: command not found | ||||
* | input_lastfm: new input plugin for last.fm radio | Max Kellermann | 2009-03-02 | 1 | -0/+14 |
| | | | | | | | 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. | ||||
* | configure.ac: make "xmlto" optional | Max Kellermann | 2009-03-01 | 1 | -4/+3 |
| | | | | | Even when --enable-documentation is passed, don't abort if "xmlto" was not found. | ||||
* | configure: don't fail if pipe_output is the only output plugin. | Avuton Olrich | 2009-02-28 | 1 | -0/+1 |
| | |||||
* | configure: move id3 and lame to 'Other Features' | Avuton Olrich | 2009-02-28 | 1 | -12/+12 |
| | |||||
* | configure: don't fail if mp4 is the only enabled input plugin. | Avuton Olrich | 2009-02-28 | 1 | -0/+1 |
| | |||||
* | configure: move the configure status stuff in alphabetical order. | Avuton Olrich | 2009-02-28 | 1 | -105/+105 |
| | |||||
* | pipe: Fix wording in configure and add configure status. | Avuton Olrich | 2009-02-28 | 1 | -1/+7 |
| | |||||
* | pipe: new audio output plugin which runs a command | Michal Nazarewicz | 2009-02-28 | 1 | -0/+10 |
| | | | | [mk: adapted to new output plugin API] | ||||
* | configure.ac: declare AM_CFLAGS | Max Kellermann | 2009-02-25 | 1 | -2/+4 |
| | | | | | Moved generic compiler options to AM_CFLAGS. MPD_CFLAGS/MPD_LIBS will hopefully fade away one day, in favor of more fine-grained variables. | ||||
* | configure.ac: fix comma errors | Max Kellermann | 2009-02-24 | 1 | -2/+2 |
| | | | | Removed superfluous commas. | ||||
* | Makefile.am: no recursive makefiles | Max Kellermann | 2009-02-23 | 1 | -1/+1 |
| | | | | | | 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. | ||||
* | shout: use the new encoder API | Max Kellermann | 2009-02-22 | 1 | -7/+1 |
| | | | | | Removed shout's encoder plugin API in favor of the new generic encoder plugin API. | ||||
* | encoder: added lame mp3 encoder | Max Kellermann | 2009-02-22 | 1 | -0/+4 |
| | | | | | This new LAME encoder plugin is based on the existing shout_mp3.c plugin. | ||||
* | encoder: added vorbis encoder | Max Kellermann | 2009-02-22 | 1 | -0/+4 |
| | | | | | This new vorbis encoder plugin is based on the existing shout_ogg.c plugin. | ||||
* | added the encoder API | Max Kellermann | 2009-02-22 | 1 | -0/+2 |
| | | | | The new generic encoder API will replace shout's custom encoder API. | ||||
* | configure.ac: check ${host_os} instead of ${host} | Max Kellermann | 2009-02-18 | 1 | -4/+4 |
| | | | | | | 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. | ||||
* | configure.ac: added AC_CANONICAL_HOST | Max Kellermann | 2009-02-18 | 1 | -0/+2 |
| | | | | Without AC_CANONICAL_HOST, ${host_os} etc. are not defined. | ||||
* | configure.ac: added switch for test programs | Max Kellermann | 2009-02-18 | 1 | -0/+7 |
| | | | | The switch syntax is "--enable-test". There are no test programs yet. | ||||
* | mp4ff: use faacDecInit2() to find the AAC track | Max Kellermann | 2009-02-18 | 1 | -1/+0 |
| | | | | | | | | | 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. | ||||
* | doc: generate API documentation with doxygen | Max Kellermann | 2009-02-13 | 1 | -0/+7 |
| | | | | When configured with --enable-documentation, use doxygen. | ||||
* | configure.ac: always check for C++ compiler | Max Kellermann | 2009-02-12 | 1 | -5/+2 |
| | | | | | | | | | 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. |