| Commit message (Expand) | Author | Files | Lines |
2009-03-01 | configure.ac: make "xmlto" optional | Max Kellermann | 1 | -4/+3 |
2009-02-28 | configure: don't fail if pipe_output is the only output plugin. | Avuton Olrich | 1 | -0/+1 |
2009-02-28 | configure: move id3 and lame to 'Other Features' | Avuton Olrich | 1 | -12/+12 |
2009-02-28 | configure: don't fail if mp4 is the only enabled input plugin. | Avuton Olrich | 1 | -0/+1 |
2009-02-28 | configure: move the configure status stuff in alphabetical order. | Avuton Olrich | 1 | -105/+105 |
2009-02-28 | pipe: Fix wording in configure and add configure status. | Avuton Olrich | 1 | -1/+7 |
2009-02-28 | pipe: new audio output plugin which runs a command | Michal Nazarewicz | 1 | -0/+10 |
2009-02-25 | configure.ac: declare AM_CFLAGS | Max Kellermann | 1 | -2/+4 |
2009-02-24 | configure.ac: fix comma errors | Max Kellermann | 1 | -2/+2 |
2009-02-23 | Makefile.am: no recursive makefiles | Max Kellermann | 1 | -1/+1 |
2009-02-22 | shout: use the new encoder API | Max Kellermann | 1 | -7/+1 |
2009-02-22 | encoder: added lame mp3 encoder | Max Kellermann | 1 | -0/+4 |
2009-02-22 | encoder: added vorbis encoder | Max Kellermann | 1 | -0/+4 |
2009-02-22 | added the encoder API | Max Kellermann | 1 | -0/+2 |
2009-02-18 | configure.ac: check ${host_os} instead of ${host} | Max Kellermann | 1 | -4/+4 |
2009-02-18 | configure.ac: added AC_CANONICAL_HOST | Max Kellermann | 1 | -0/+2 |
2009-02-18 | configure.ac: added switch for test programs | Max Kellermann | 1 | -0/+7 |
2009-02-18 | mp4ff: use faacDecInit2() to find the AAC track | Max Kellermann | 1 | -1/+0 |
2009-02-13 | doc: generate API documentation with doxygen | Max Kellermann | 1 | -0/+7 |
2009-02-12 | configure.ac: always check for C++ compiler | Max Kellermann | 1 | -5/+2 |
2009-02-12 | wildmidi: new decoder plugin for MIDI files | Max Kellermann | 1 | -0/+32 |
2009-02-12 | fluidsynth: new decoder plugin for MIDI files | Max Kellermann | 1 | -1/+21 |
2009-02-11 | configure.ac: define conditional am__fastdepCXX | Max Kellermann | 1 | -0/+2 |
2009-02-11 | sidplay: new decoder plugin for playing C64 SID files | Max Kellermann | 1 | -0/+26 |
2009-02-11 | configure.ac: removed misplaced comma | Max Kellermann | 1 | -1/+1 |
2009-02-09 | configure.ac: define HAVE_FFMPEG after all checks | Max Kellermann | 1 | -2/+5 |
2009-02-04 | configure.ac: raised protocol version to "0.15.0" | Max Kellermann | 1 | -1/+1 |
2009-02-04 | configure.ac: make DocBook processing optional | Max Kellermann | 1 | -7/+12 |
2009-01-30 | configure.ac: detect jack_set_info_function() | Max Kellermann | 1 | -0/+10 |
2009-01-29 | configure.ac: disable MMS by default | Max Kellermann | 1 | -1/+1 |
2009-01-29 | added support for the MMS protocol | Max Kellermann | 1 | -0/+18 |
2009-01-15 | oggvorbis: define HAVE_OGGVORBIS when tremor is enabled | Max Kellermann | 1 | -1/+3 |
2009-01-12 | configure.ac: added the --enable-sqlite option | Max Kellermann | 1 | -0/+14 |
2009-01-11 | configure.ac: removed duplicate PKG_PROG_PKG_CONFIG | Max Kellermann | 1 | -2/+0 |
2009-01-06 | configure.ac: declare MPD_LIBS and MPD_CFLAGS first | Max Kellermann | 1 | -10/+10 |
2009-01-05 | configure.ac: moved checks to argument declarations I | Max Kellermann | 1 | -68/+68 |
2009-01-05 | configure.ac: moved checks to argument declarations I | Max Kellermann | 1 | -38/+38 |
2009-01-05 | configure.ac: reordered plugin types | Max Kellermann | 1 | -105/+125 |
2009-01-05 | configure.ac: moved build options down | Max Kellermann | 1 | -23/+18 |
2009-01-05 | configure.ac: use AC_CHECK_HEADERS to check for locale.h | Max Kellermann | 1 | -1/+1 |
2009-01-05 | configure.ac: moved mandatory checks up | Max Kellermann | 1 | -18/+35 |
2009-01-05 | configure.ac: removed obsolete checks | Max Kellermann | 1 | -5/+0 |
2009-01-05 | use GLib byte order macros | Max Kellermann | 1 | -2/+0 |
2009-01-05 | configure.ac: disable ID3 support when libid3tag was not found | Max Kellermann | 1 | -1/+1 |
2009-01-04 | configure.ac: detect libid3tag without pkg-config | Max Kellermann | 1 | -3/+8 |
2009-01-03 | configure.ac: link with -lws2_32 on WIN32 | Max Kellermann | 1 | -0/+6 |
2008-12-30 | main: use the GLib main loop | Max Kellermann | 1 | -1/+1 |
2008-12-30 | zeroconf: moved code to zeroconf-avahi.c and zeroconf-bonjour.c | Max Kellermann | 1 | -0/+2 |
2008-12-29 | main: use g_setenv() instead of setenv() | Max Kellermann | 1 | -1/+0 |
2008-12-29 | configure.ac: append archive libraries to $MPD_LIBS | Max Kellermann | 1 | -4/+9 |