| Commit message (Expand) | Author | Files | Lines |
2008-11-07 | configure.ac: enable _ogg_common.c when flac is enabled | Max Kellermann | 1 | -1/+1 |
2008-11-07 | configure.ac: added AC_CONFIG_SRCDIR | Max Kellermann | 1 | -4/+2 |
2008-11-05 | MPD version 0.14~alpha1release-0.14_alpha1 | Max Kellermann | 1 | -1/+1 |
2008-11-05 | enable GLib threading | Max Kellermann | 1 | -1/+1 |
2008-11-04 | configure.ac: check for avcodec_decode_audio2() | Max Kellermann | 1 | -0/+8 |
2008-11-04 | configure.ac: unset MP4FF_LIBS when MP4 support is disabled | Max Kellermann | 1 | -0/+1 |
2008-11-03 | configure.ac: disable libflac's oggflac support with --disable-oggflac | Avuton Olrich | 1 | -1/+1 |
2008-11-03 | configure.ac: AC_SUBST(MP4FF_LIBS) | Max Kellermann | 1 | -0/+1 |
2008-11-03 | configure.ac: separate the "aac" and "mp4" decoder tests | Max Kellermann | 1 | -3/+39 |
2008-10-26 | configure.ac: fix "xyes: command not found" | Max Kellermann | 1 | -1/+1 |
2008-10-26 | output: don't compile plugins which are disabled | Max Kellermann | 1 | -0/+20 |
2008-10-26 | http: use libcurl | Max Kellermann | 1 | -0/+18 |
2008-10-26 | configure.ac: reverted protocol version to 0.14.0 | Max Kellermann | 1 | -1/+1 |
2008-10-25 | configure.ac: changed version number to "0.14~git" | Max Kellermann | 1 | -2/+2 |
2008-10-25 | configure.ac: disable libtool | Max Kellermann | 1 | -7/+0 |
2008-10-25 | removed internal copy of libmp4ff | Max Kellermann | 1 | -8/+4 |
2008-10-24 | pcm_resample: support for libsamplerate < 0.1.3 | Max Kellermann | 1 | -0/+5 |
2008-10-23 | pcm_utils: moved code to pcm_resample.c | Max Kellermann | 1 | -0/+2 |
2008-10-21 | ffmpeg: link with libavutil | Max Kellermann | 1 | -1/+1 |
2008-10-21 | ffmpeg: detect which ffmpeg headers should be included | Max Kellermann | 1 | -0/+11 |
2008-10-18 | configure.ac: use libmikmod-config instead of pkg-config | Andrzej Rybczak | 1 | -3/+8 |
2008-10-18 | Makefile.am: require automake 1.9 | Max Kellermann | 1 | -1/+1 |
2008-10-17 | reverted package name to "mpd" | Max Kellermann | 1 | -1/+1 |
2008-10-17 | configure.ac: test $with_zeroconf!=no | Max Kellermann | 1 | -1/+1 |
2008-10-17 | ffmpeg: new decoder plugin | Viliam Mateicka | 1 | -0/+21 |
2008-10-17 | Makefile.am: don't compile disabled decoder plugins | Max Kellermann | 1 | -0/+20 |
2008-10-17 | Makefile.am: don't compile disabled sources | Max Kellermann | 1 | -0/+4 |
2008-10-16 | configure.ac: check if "struct ucred" is available | Max Kellermann | 1 | -0/+1 |
2008-10-16 | configure.ac: reformatted AC_ARG_ENABLE section | Max Kellermann | 1 | -34/+179 |
2008-10-16 | configure.ac: find more libraries with pkg-config | Max Kellermann | 1 | -83/+10 |
2008-10-16 | configure.ac: removed iconv option | Max Kellermann | 1 | -44/+0 |
2008-10-15 | shout: check for vorbisenc library | Max Kellermann | 1 | -1/+3 |
2008-10-15 | fixing several imports to work via pkg-config | Enrico Weigelt | 1 | -48/+21 |
2008-10-15 | use GLib | Max Kellermann | 1 | -0/+2 |
2008-10-14 | configure.ac: enable unix socket support by default | Max Kellermann | 1 | -1/+1 |
2008-10-14 | configure.ac: removed deprecated checks | Max Kellermann | 1 | -8/+0 |
2008-10-14 | configure.ac: disabled the C++ and fortran checks | Max Kellermann | 1 | -0/+4 |
2008-10-14 | configure.ac: added --enable-debug, --enable-werror, --enable-profile | Max Kellermann | 1 | -0/+31 |
2008-10-14 | configure.ac: enable -pedantic | Max Kellermann | 1 | -0/+1 |
2008-10-14 | configure.ac: moved CFLAGS checks down | Max Kellermann | 1 | -13/+30 |
2008-10-14 | changed package name to "mpd-mk", updated version number | Max Kellermann | 1 | -1/+1 |
2008-10-06 | autotools: add pthreads linker support | Eric Wong | 1 | -0/+4 |
2008-09-29 | require a C99 compiler | Max Kellermann | 1 | -1/+1 |
2008-09-23 | properly configure the M4 macro directory | Max Kellermann | 1 | -0/+1 |
2008-09-12 | shout: added mp3 encoder | Eric Wollesen | 1 | -0/+35 |
2008-09-12 | shout: introduce pluggable encoder API | Eric Wollesen | 1 | -16/+23 |
2008-09-07 | build: enable -Wcast-qual -Wwrite-strings CFLAGS | Eric Wong | 1 | -0/+2 |
2008-08-28 | Point the contact email to musicpd-dev-team | Eric Wong | 1 | -1/+1 |
2008-08-26 | enable -Wpointer-arith, -Wstrict-prototypes | Max Kellermann | 1 | -1/+2 |
2008-06-16 | Die if a specific backend is requested but not found. | Jim Ramsay | 1 | -3/+3 |