Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | configure.ac: prepare for 0.19.11 | Max Kellermann | 2015-10-16 | 1 | -2/+2 |
| | |||||
* | configure.ac: prepare for 0.19.10 | Max Kellermann | 2015-03-25 | 1 | -2/+2 |
| | |||||
* | Merge branch 'v0.18.x' into v0.19.x | Max Kellermann | 2015-01-26 | 1 | -14/+0 |
|\ | |||||
| * | {playlist,input}/despotify: remove defunct plugin | Max Kellermann | 2015-01-26 | 1 | -14/+0 |
| | | |||||
| * | configure.ac: prepare for 0.18.23 | Max Kellermann | 2015-01-23 | 1 | -2/+2 |
| | | |||||
| * | configure.ac: prepare for 0.18.22 | Max Kellermann | 2014-12-26 | 1 | -2/+2 |
| | | |||||
| * | configure.ac: prepare for 0.18.21 | Max Kellermann | 2014-12-15 | 1 | -2/+2 |
| | | |||||
| * | configure.ac: prepare for 0.18.20 | Max Kellermann | 2014-12-08 | 1 | -2/+2 |
| | | |||||
| * | configure.ac: prepare for 0.18.19 | Max Kellermann | 2014-11-24 | 1 | -2/+2 |
| | | |||||
| * | configure.ac: prepare for 0.18.1 | Max Kellermann | 2014-11-10 | 1 | -2/+2 |
| | | |||||
| * | configure.ac: show DSD in result | Max Kellermann | 2014-11-02 | 1 | -0/+1 |
| | | |||||
| * | configure.ac: prepare for 0.18.17 | Max Kellermann | 2014-11-02 | 1 | -2/+2 |
| | | |||||
* | | Test the existence of strndup(3) before using it. | PHO | 2015-01-26 | 1 | -0/+1 |
| | | | | | | | | This can eliminate the ad-hoc "#ifdef WIN32" and can also support other platforms lacking it as well (including Darwin 9). | ||||
* | | configure.ac: prepare for 0.19.9 | Max Kellermann | 2015-01-16 | 1 | -2/+2 |
| | | |||||
* | | configure.ac: prepare for 0.19.8 | Max Kellermann | 2014-12-23 | 1 | -2/+2 |
| | | |||||
* | | configure.ac: prepare for 0.19.7 | Max Kellermann | 2014-12-09 | 1 | -2/+2 |
| | | |||||
* | | configure.ac: prepare for 0.19.6 | Max Kellermann | 2014-11-28 | 1 | -2/+2 |
| | | |||||
* | | decoder/mp4v2: remove because of incompatible license | Max Kellermann | 2014-11-25 | 1 | -24/+0 |
| | | | | | | | | | | | | | | | | | | libmp4v2 is licensed under MPL 1.1, which is incompatible with GPLv2. Unfortunately, this means that we must remove the plugin. More information can be found in the Debian bug report: http://bugs.debian.org/767504 | ||||
* | | configure.ac: prepare for 0.19.5 | Max Kellermann | 2014-11-24 | 1 | -2/+2 |
| | | |||||
* | | configure.ac: prepare for 0.19.4 | Max Kellermann | 2014-11-12 | 1 | -2/+2 |
| | | |||||
* | | configure.ac: prepare for 0.19.3 | Max Kellermann | 2014-11-04 | 1 | -2/+2 |
| | | |||||
* | | configure.ac: update VERSION_REVISION | Max Kellermann | 2014-10-25 | 1 | -1/+1 |
| | | |||||
* | | configure.ac: add storage plugin section to result | Max Kellermann | 2014-10-25 | 1 | -0/+4 |
| | | |||||
* | | configure.ac: show DSD in result | Max Kellermann | 2014-10-25 | 1 | -0/+1 |
| | | |||||
* | | configure.ac: require xmlto for --enable-documentation | Max Kellermann | 2014-10-25 | 1 | -3/+4 |
| | | |||||
* | | configure.ac: auto-disable plugins that require GLib when --disable-glib is used | Max Kellermann | 2014-10-24 | 1 | -0/+20 |
| | | |||||
* | | configure.ac: improve database dependency checks | Max Kellermann | 2014-10-24 | 1 | -2/+6 |
| | | | | | | | | | | Abort if --enable-libmpdclient or --enable-upnp are used with --disable-database, instead of ignoring the mismatch silently. | ||||
* | | configure.ac: prepare for 0.19.2 | Max Kellermann | 2014-10-23 | 1 | -1/+1 |
| | | |||||
* | | configure.ac: prepare for 0.19.1 | Max Kellermann | 2014-10-11 | 1 | -1/+1 |
| | | |||||
* | | release v0.19 | Max Kellermann | 2014-10-10 | 1 | -1/+1 |
| | | |||||
* | | Merge tag 'v0.18.16' | Max Kellermann | 2014-09-26 | 1 | -43/+13 |
|\| | |||||
| * | configure.ac: fix DSD breakage due to typo | Max Kellermann | 2014-09-26 | 1 | -1/+1 |
| | | |||||
| * | configure.ac: prepare for 0.18.16 | Max Kellermann | 2014-09-26 | 1 | -1/+1 |
| | | |||||
| * | configure.ac: allow building MPD without decoder plugin | Max Kellermann | 2014-09-26 | 1 | -21/+0 |
| | | | | | | | | | | There's always the "PCM" decoder plugin, which was never checked by configure.ac. | ||||
| * | configure.ac: allow building MPD without output plugin | Max Kellermann | 2014-09-26 | 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. | ||||
| * | configure.ac: add option to disable the DSD decoders | Max Kellermann | 2014-09-26 | 1 | -0/+13 |
| | | | | | | | | Allow building a smaller MPD binary for people who don't need DSD. | ||||
| * | configure.ac: prepare for 0.18.15 | Max Kellermann | 2014-09-13 | 1 | -1/+1 |
| | | |||||
| * | configure.ac: prepare for 0.18.14 | Max Kellermann | 2014-09-03 | 1 | -1/+1 |
| | | |||||
| * | Win32Main: move to win32/ | Max Kellermann | 2014-08-02 | 1 | -1/+1 |
| | | |||||
| * | configure.ac: prepare for 0.18.13 | Max Kellermann | 2014-08-02 | 1 | -1/+1 |
| | | |||||
| * | configure.ac: prepare for 0.18.12 | Max Kellermann | 2014-06-23 | 1 | -1/+1 |
| | | |||||
| * | configure.ac: prepare for 0.18.11 | Max Kellermann | 2014-04-26 | 1 | -1/+1 |
| | | |||||
| * | configure.ac: prepare for 0.18.10 | Max Kellermann | 2014-03-06 | 1 | -1/+1 |
| | | |||||
* | | encoder/shine: require libshine 3.1, adapt to new API | Max Kellermann | 2014-08-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | The "written" argument to shine_encode_buffer() and shine_flush() was changed from "long" to "int", which breaks API and ABI compatibility. This is a big deal, and it doesn't seem worthwile to keep support for the (broken) 3.0 release. | ||||
* | | configure.ac: fix typo, remove spaces | Max Kellermann | 2014-08-11 | 1 | -1/+1 |
| | | |||||
* | | decoder/Mp4v2: add MP4v2 decoder plugin | Andrée Ekroth | 2014-08-07 | 1 | -0/+25 |
| | | | | | | | | | | This plugin uses the MP4v2 library to play mp4/m4a files. It is limited to file_decode. | ||||
* | | fs/GzipOutputStream: new class wrapping zlib | Max Kellermann | 2014-08-06 | 1 | -0/+15 |
| | | |||||
* | | configure.ac: disable exceptions only with Boost 1.54 or newer | Max Kellermann | 2014-06-16 | 1 | -2/+25 |
| | | | | | | | | See https://svn.boost.org/trac/boost/ticket/7849 | ||||
* | | configure.ac: check for Boost | Max Kellermann | 2014-06-11 | 1 | -0/+2 |
| | | |||||
* | | zeroconf/Avahi: call dbus_shutdown() during shutdown | Max Kellermann | 2014-06-10 | 1 | -1/+1 |
| | | | | | | | | Make valgrind happy. |