Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-01-23 | configure.ac: prepare for 0.18.23 | Max Kellermann | 1 | -2/+2 | |
2014-12-26 | configure.ac: prepare for 0.18.22 | Max Kellermann | 1 | -2/+2 | |
2014-12-15 | configure.ac: prepare for 0.18.21 | Max Kellermann | 1 | -2/+2 | |
2014-12-08 | configure.ac: prepare for 0.18.20 | Max Kellermann | 1 | -2/+2 | |
2014-11-24 | configure.ac: prepare for 0.18.19 | Max Kellermann | 1 | -2/+2 | |
2014-11-10 | configure.ac: prepare for 0.18.1 | Max Kellermann | 1 | -2/+2 | |
2014-11-02 | configure.ac: show DSD in result | Max Kellermann | 1 | -0/+1 | |
2014-11-02 | configure.ac: prepare for 0.18.17 | Max Kellermann | 1 | -2/+2 | |
2014-09-26 | configure.ac: fix DSD breakage due to typo | Max Kellermann | 1 | -1/+1 | |
2014-09-26 | configure.ac: prepare for 0.18.16 | Max Kellermann | 1 | -1/+1 | |
2014-09-26 | configure.ac: allow building MPD without decoder plugin | Max Kellermann | 1 | -21/+0 | |
There's always the "PCM" decoder plugin, which was never checked by configure.ac. | |||||
2014-09-26 | configure.ac: allow building MPD without output plugin | Max Kellermann | 1 | -21/+0 | |
MPD can easily be used as a database provider for the proxy database plugin. In that case, it needs only one "null" output, and no real output plugin. | |||||
2014-09-26 | configure.ac: add option to disable the DSD decoders | Max Kellermann | 1 | -0/+13 | |
Allow building a smaller MPD binary for people who don't need DSD. | |||||
2014-09-13 | configure.ac: prepare for 0.18.15 | Max Kellermann | 1 | -1/+1 | |
2014-09-03 | configure.ac: prepare for 0.18.14 | Max Kellermann | 1 | -1/+1 | |
2014-08-02 | Win32Main: move to win32/ | Max Kellermann | 1 | -1/+1 | |
2014-08-02 | configure.ac: prepare for 0.18.13 | Max Kellermann | 1 | -1/+1 | |
2014-06-23 | configure.ac: prepare for 0.18.12 | Max Kellermann | 1 | -1/+1 | |
2014-04-26 | configure.ac: prepare for 0.18.11 | Max Kellermann | 1 | -1/+1 | |
2014-03-06 | configure.ac: prepare for 0.18.10 | Max Kellermann | 1 | -1/+1 | |
2014-02-18 | configure.ac: fix linker failure when libvorbis/libogg are static | Max Kellermann | 1 | -1/+1 | |
Link libvorbisfile first, followed to libvorbis and finally libogg. This order is necessary because libvorbisfile depends on libvorbis. | |||||
2014-02-17 | configure.ac: link the Vorbis encoder with libogg | Max Kellermann | 1 | -1/+1 | |
Fixes another linker failure. Similar to commit ea406875 | |||||
2014-02-09 | configure.ac: prepare for 0.18.9 | Max Kellermann | 1 | -1/+1 | |
2014-02-06 | configure.ac: link the Vorbis encoder with libvorbis | Max Kellermann | 1 | -1/+1 | |
Since the encoder plugin uses a libvorbis function (and not only libvorbisenc functions), we need to link with libvorbis explicitly. | |||||
2014-01-20 | new developer mailing list | Max Kellermann | 1 | -1/+1 | |
2014-01-15 | configure.ac: prepare for 0.18.8 | Max Kellermann | 1 | -1/+1 | |
2014-01-11 | configure.ac: reject libmpcdec SV7 in configure script | Max Kellermann | 1 | -1/+1 | |
Look for symbol "mpc_demux_init" which does not exist in SV7. This avoids build failures when SV7 was found by configure.ac. | |||||
2013-12-29 | configure.ac: improved check for libyajl 1.0 | Max Kellermann | 1 | -1/+1 | |
If we have libyajl 2.0.1 (without a pkg-config file), our configure.ac would assume this is the libyajl 1.0 API, because the function yajl_alloc() exists in both. This commit changes the library check to the function yajl_parse_complete() which was removed in the 2.0 API. This fixes build failure with libyajl 2.0.1. | |||||
2013-12-29 | configure.ac: prepare for 0.18.7 | Max Kellermann | 1 | -1/+1 | |
2013-12-24 | release v0.18.6 | Max Kellermann | 1 | -1/+1 | |
2013-11-27 | input/cdio_paranoia: support libcdio-paranoia 0.90 | Gaetan Bisson | 1 | -0/+1 | |
2013-11-27 | configure.ac: prepare for 0.18.6 | Max Kellermann | 1 | -1/+1 | |
2013-11-23 | release v0.18.5 | Max Kellermann | 1 | -1/+1 | |
2013-11-21 | configure.ac: auto-detect fluidsynth by default | Max Kellermann | 1 | -3/+5 | |
The option "--enable-fluidsynth" was documented to be "auto" by default, when it was really "no". | |||||
2013-11-18 | configure.ac: prepare for 0.18.5 | Max Kellermann | 1 | -1/+1 | |
2013-11-09 | configure.ac: prepare for 0.18.4 | Max Kellermann | 1 | -1/+1 | |
2013-11-08 | Makefile.am: disable dist-bzip2 | Max Kellermann | 1 | -1/+1 | |
bzip2-compressed tarballs are obsolete, xz is better and widely understood. | |||||
2013-11-08 | configure.ac: prepare for 0.18.3 | Max Kellermann | 1 | -1/+1 | |
2013-11-06 | configure.ac: require libaudiofile 0.3 due to API breakage | Max Kellermann | 1 | -1/+1 | |
Prior to version 0.3, the "length" callback returned a "long" instead of AFfileoffset. Now that this API bug fix is a few years old, let's drop 0.2 support for good. | |||||
2013-11-05 | configure.ac: prepare for 0.18.2 | Max Kellermann | 1 | -1/+1 | |
2013-11-04 | release v0.18.1 | Max Kellermann | 1 | -1/+1 | |
2013-11-04 | configure.ac: prepare for 0.18.1 | Max Kellermann | 1 | -1/+1 | |
2013-10-31 | release v0.18 | Max Kellermann | 1 | -1/+1 | |
2013-10-30 | configure.ac: move -Werror before all other CFLAGS | Max Kellermann | 1 | -6/+7 | |
Without -Werror, clang will not fail on -ftree-vectorize. | |||||
2013-10-30 | configure.ac: default to enable_openal=auto | Max Kellermann | 1 | -15/+19 | |
2013-10-30 | configure.ac: enable -ffast-math and -ftree-vectorize | Max Kellermann | 1 | -0/+4 | |
Allows advanced compiler optimization. | |||||
2013-10-30 | configure.ac: enable some gcc options even in debug mode | Max Kellermann | 1 | -6/+10 | |
Most importantly: always disable C++ exceptions. It was surprising to see MPD terminate due to an unexpected exception. | |||||
2013-10-28 | configure.ac: disable the OS X output plugin by default | Max Kellermann | 1 | -1/+5 | |
There hasn't been a maintainer for this plugin for years. It may even fail to build. | |||||
2013-10-28 | configure.ac: add variable host_is_darwin | Max Kellermann | 1 | -8/+12 | |
Fixes the OpenAL detection which was broken because enable_osx was uesd which was set later. | |||||
2013-10-19 | encoder/{opus,vorbis}: new serial generator replacing g_random_int() | Max Kellermann | 1 | -0/+1 | |