Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-29 | Merge branch 'v0.18.x' | Max Kellermann | |
2013-12-29 | configure.ac: improved check for libyajl 1.0 | Max Kellermann | |
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 | |
2013-12-29 | input/smbclient: new input plugin | Max Kellermann | |
2013-12-24 | release v0.18.6v0.18.6 | Max Kellermann | |
2013-12-20 | configure.ac: skip Linux specific tests on other OSs | Max Kellermann | |
2013-12-19 | configure.ac: add variable $host_is_unix | Max Kellermann | |
2013-12-19 | configure.ac: add variable $host_is_solaris | Max Kellermann | |
2013-12-19 | configure.ac: increment protocol version to 0.19.0 | Max Kellermann | |
Due to recent protocol additions ("addtagid", "cleartagid"). | |||
2013-12-15 | configure.ac: add option "--disable-glib" | Max Kellermann | |
Allows building without GLib. This fails to compile currently, because GLib is still used in the MPD core. | |||
2013-12-14 | Merge branch 'v0.18.x' | Max Kellermann | |
2013-12-08 | fs: implemented standard directories API | Denis Krjuchkov | |
2013-12-02 | event: add poll() based PollGroup implementation | Denis Krjuchkov | |
2013-12-01 | pcm/SoxrResampler: new resampler option using libsoxr | Max Kellermann | |
2013-11-29 | event: implement PollGroup based on Windows select | Denis Krjuchkov | |
2013-11-29 | configure.ac: code style improvements | Denis Krjuchkov | |
Rename HAVE_WINDOWS to host_is_windows for consistency. Use 'yes' as true value instead of '1' for this variable. Use test on this variable instead of case where applicable. | |||
2013-11-28 | pcm: drop compatibility with libsamplerate older than 0.1.3 | Max Kellermann | |
Remove compatibility code. | |||
2013-11-27 | Add infrastructure for using multiple event loops | Denis Krjuchkov | |
This change adds two configuration options: --with-eventloop=[glib|internal|auto] --with-pollmethod=[epoll|auto] First allows switching between GLib event loop and internal one. Second chooses backend to use for internal event loop. Conditional compilation symbols are changed accordingly. Additional helper macro MPD_OPTIONAL_FUNC_NODEF is added as well. | |||
2013-11-27 | input/cdio_paranoia: support libcdio-paranoia 0.90 | Gaetan Bisson | |
2013-11-27 | configure.ac: prepare for 0.18.6 | Max Kellermann | |
2013-11-26 | configure.ac: set VERSION_MINOR to 19 | Denis Krjuchkov | |
2013-11-23 | Merge branch 'v0.18.x' | Max Kellermann | |
2013-11-23 | release v0.18.5v0.18.5 | Max Kellermann | |
2013-11-21 | configure.ac: auto-detect fluidsynth by default | Max Kellermann | |
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 | |
2013-11-13 | configure.ac: prepare version 0.19 | Max Kellermann | |
2013-11-09 | configure.ac: prepare for 0.18.4 | Max Kellermann | |
2013-11-08 | Makefile.am: disable dist-bzip2 | Max Kellermann | |
bzip2-compressed tarballs are obsolete, xz is better and widely understood. | |||
2013-11-08 | configure.ac: prepare for 0.18.3 | Max Kellermann | |
2013-11-06 | configure.ac: require libaudiofile 0.3 due to API breakage | Max Kellermann | |
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 | |
2013-11-04 | release v0.18.1v0.18.1 | Max Kellermann | |
2013-11-04 | configure.ac: prepare for 0.18.1 | Max Kellermann | |
2013-10-31 | release v0.18v0.18 | Max Kellermann | |
2013-10-30 | configure.ac: move -Werror before all other CFLAGS | Max Kellermann | |
Without -Werror, clang will not fail on -ftree-vectorize. | |||
2013-10-30 | configure.ac: default to enable_openal=auto | Max Kellermann | |
2013-10-30 | configure.ac: enable -ffast-math and -ftree-vectorize | Max Kellermann | |
Allows advanced compiler optimization. | |||
2013-10-30 | configure.ac: enable some gcc options even in debug mode | Max Kellermann | |
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 | |
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 | |
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 | |
2013-10-18 | ZeroconfAvahi: integrate into the EventLoop | Max Kellermann | |
Finally fixes the regression by commit c1f4f1fd. | |||
2013-10-17 | configure.ac: add function MPD_AUTO_LIB and use it | Max Kellermann | |
2013-10-17 | configure.ac: define HAVE_MPCDEC | Max Kellermann | |
Restore the "mpcdec" decoder plugin that was accidently broken since commit 8ead8f7e. | |||
2013-10-16 | decoder/wildmidi: remove suport for libwildmidi 0.2.2 or older | Max Kellermann | |
2013-10-16 | configure.ac: don't leak -lsidutils -lmp3lame into | Max Kellermann | |
Make the third argument to AC_CHECK_LIB() non-empty to disable its default handler. | |||
2013-10-16 | test: use the CPPUNIT framework for unit tests | Max Kellermann | |
2013-10-15 | require GLib 2.28 | Max Kellermann | |
The header glib_compat.h is now obsolete and can be removed. | |||
2013-09-28 | playlist/lastfm: remove defunct Last.fm support | Max Kellermann | |
This plugin has been defunct ever since Last.fm changed their protocol. Since there is no volunteer willing to fix the plugin, I'm removing it now. | |||
2013-09-04 | output/pulse: require libpulse 0.9.16 | Max Kellermann | |
Remove all #ifdefs. Old versions of libpulse are not being tested, and thus I'm removing support. |