Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | configure.ac: enable -ffast-math and -ftree-vectorize | Max Kellermann | 2013-10-30 | 1 | -0/+4 | |
| | | | | Allows advanced compiler optimization. | |||||
* | configure.ac: enable some gcc options even in debug mode | Max Kellermann | 2013-10-30 | 1 | -6/+10 | |
| | | | | | Most importantly: always disable C++ exceptions. It was surprising to see MPD terminate due to an unexpected exception. | |||||
* | configure.ac: disable the OS X output plugin by default | Max Kellermann | 2013-10-28 | 1 | -1/+5 | |
| | | | | | There hasn't been a maintainer for this plugin for years. It may even fail to build. | |||||
* | configure.ac: add variable host_is_darwin | Max Kellermann | 2013-10-28 | 1 | -8/+12 | |
| | | | | | Fixes the OpenAL detection which was broken because enable_osx was uesd which was set later. | |||||
* | encoder/{opus,vorbis}: new serial generator replacing g_random_int() | Max Kellermann | 2013-10-19 | 1 | -0/+1 | |
| | ||||||
* | ZeroconfAvahi: integrate into the EventLoop | Max Kellermann | 2013-10-18 | 1 | -2/+2 | |
| | | | | Finally fixes the regression by commit c1f4f1fd. | |||||
* | configure.ac: add function MPD_AUTO_LIB and use it | Max Kellermann | 2013-10-17 | 1 | -61/+16 | |
| | ||||||
* | configure.ac: define HAVE_MPCDEC | Max Kellermann | 2013-10-17 | 1 | -0/+4 | |
| | | | | | Restore the "mpcdec" decoder plugin that was accidently broken since commit 8ead8f7e. | |||||
* | decoder/wildmidi: remove suport for libwildmidi 0.2.2 or older | Max Kellermann | 2013-10-16 | 1 | -4/+0 | |
| | ||||||
* | configure.ac: don't leak -lsidutils -lmp3lame into | Max Kellermann | 2013-10-16 | 1 | -2/+2 | |
| | | | | | Make the third argument to AC_CHECK_LIB() non-empty to disable its default handler. | |||||
* | test: use the CPPUNIT framework for unit tests | Max Kellermann | 2013-10-16 | 1 | -0/+6 | |
| | ||||||
* | require GLib 2.28 | Max Kellermann | 2013-10-15 | 1 | -2/+2 | |
| | | | | The header glib_compat.h is now obsolete and can be removed. | |||||
* | playlist/lastfm: remove defunct Last.fm support | Max Kellermann | 2013-09-28 | 1 | -16/+0 | |
| | | | | | | 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. | |||||
* | output/pulse: require libpulse 0.9.16 | Max Kellermann | 2013-09-04 | 1 | -1/+1 | |
| | | | | | Remove all #ifdefs. Old versions of libpulse are not being tested, and thus I'm removing support. | |||||
* | event/EPollFD: basic support for Linux epoll | Max Kellermann | 2013-08-07 | 1 | -0/+1 | |
| | ||||||
* | configure.ac: pass option name to MPD_OPTIONAL_FUNC() | Max Kellermann | 2013-08-07 | 1 | -2/+2 | |
| | ||||||
* | event/SignalMonitor: use signalfd() if available | Max Kellermann | 2013-08-07 | 1 | -0/+1 | |
| | ||||||
* | configure.ac: add option --enable-eventfd | Max Kellermann | 2013-08-06 | 1 | -1/+2 | |
| | | | | | | Remove the runtime check for eventfd(), hard-code the feature once it's been selected at compile time. The class WakeFD is splitted into EventFD and EventPipe, using WakeFD as a macro diversion. | |||||
* | configure.ac: increase protocol version to 0.18 | Max Kellermann | 2013-08-04 | 1 | -1/+1 | |
| | ||||||
* | Merge tag 'release-0.17.5' | Max Kellermann | 2013-08-04 | 1 | -0/+5 | |
|\ | ||||||
| * | release 0.17.5 | Max Kellermann | 2013-08-04 | 1 | -1/+1 | |
| | | ||||||
| * | configure.ac: detect system "ar" | Michael Mair-Keimberger | 2013-08-01 | 1 | -0/+5 | |
| | | ||||||
| * | configure.ac: fix hidden syntax errorv0.17.x | Max Kellermann | 2013-04-17 | 1 | -2/+2 | |
| | | ||||||
| * | prepare 0.17.5 | Max Kellermann | 2013-04-16 | 1 | -1/+1 | |
| | | ||||||
* | | decoder/ffmpeg: require ffmpeg/libav 0.8 | Max Kellermann | 2013-07-31 | 1 | -1/+1 | |
| | | | | | | | | | | Now that even Debian stable has picked up version 0.8, we can safely make this a requirement, and remove a lot of old cruft. | |||||
* | | decoder/mpcdec: remove support for the "old" API | Max Kellermann | 2013-07-31 | 1 | -10/+1 | |
| | | | | | | | | This old version has been obsolete for many years - time to remove it. | |||||
* | | input/soup: plugin removed | Max Kellermann | 2013-04-17 | 1 | -14/+0 | |
| | | | | | | | | | | | | This plugin is cumbersome to support, now that MPD is migrating away from GLib and the GLib event loop. It has no practical advantages over the CURL plugin. Soup requires the bloated GType library. | |||||
* | | output/ffado: remove broken plugin | Max Kellermann | 2013-04-17 | 1 | -17/+0 | |
| | | | | | | | | | | This plugin has been in MPD for three years, and it has never worked. Enough! | |||||
* | | output/mvp: remove obsolete plugin | Max Kellermann | 2013-04-17 | 1 | -15/+1 | |
| | | | | | | | | | | | | The hardware is obsolete, and the product does not exist anymore on the Hauppauge web site. Let's see if anybody complains about the removal. | |||||
* | | configure.ac: fix libmpdclient variable name | Max Kellermann | 2013-04-16 | 1 | -1/+1 | |
| | | ||||||
* | | OpusReader: don't use strndup() | Max Kellermann | 2013-04-09 | 1 | -2/+0 | |
| | | | | | | | | Eliminate the fallback strndup() and strnlen() implementations. | |||||
* | | Merge tag 'release-0.17.4' | Max Kellermann | 2013-04-08 | 1 | -1/+1 | |
|\| | ||||||
| * | release 0.17.4release-0.17.4 | Max Kellermann | 2013-04-08 | 1 | -1/+1 | |
| | | ||||||
| * | Makefile.am: enable "dist-xz" | Max Kellermann | 2013-04-08 | 1 | -1/+1 | |
| | | ||||||
* | | require GLib 2.24 | Max Kellermann | 2013-01-29 | 1 | -2/+2 | |
| | | ||||||
* | | decoder/ffmpeg: require ffmpeg/libav 0.7.6 | Max Kellermann | 2013-01-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | This is the version present in Ubuntu Oneiric, the oldest distribution with gcc 4.6. Debian Squeeze is off target, because it has gcc 4.4, which is unable to compile MPD anyway. This commit drops all API compatibility hacks for older versions. | |||||
* | | decoder/mp4ff: delete obsolete plugin | Max Kellermann | 2013-01-28 | 1 | -3/+0 | |
| | | | | | | | | The underlying library has been obsolete for many years. | |||||
* | | string_util: add fallback for strnlen() | Max Kellermann | 2013-01-27 | 1 | -1/+1 | |
| | | | | | | | | | | Usually, when strndup() is not available, strndup() isn't either, because both are POSIX 2008. | |||||
* | | configure.ac: disable libwrap if not compatible with C++ | Max Kellermann | 2013-01-27 | 1 | -0/+21 | |
| | | | | | | | | | | The libwrap version on Mac OS X is broken, it will not work with C++ due to broken function prototypes. | |||||
* | | Merge branch 'v0.17.x' | Max Kellermann | 2013-01-16 | 1 | -1/+1 | |
|\| | ||||||
| * | configure.ac: improve detection of libgme | Denis Krjuchkov | 2013-01-09 | 1 | -1/+1 | |
| | | | | | | | | | | At least in my configuration libgme lacks .pc file thus could not be detected with pkg-config. | |||||
| * | Modify version string to post-release version 0.17.4~git | Avuton Olrich | 2013-01-06 | 1 | -1/+1 | |
| | | ||||||
| * | mpd version 0.17.3release-0.17.3 | Avuton Olrich | 2013-01-06 | 1 | -1/+1 | |
| | | ||||||
| * | Modify version string to post-release version 0.17.3~git | Avuton Olrich | 2012-09-30 | 1 | -1/+1 | |
| | | ||||||
| * | mpd version 0.17.2release-0.17.2 | Avuton Olrich | 2012-09-30 | 1 | -1/+1 | |
| | | ||||||
* | | configure.ac: use correct variable for checking libmpdclient presence | Denis Krjuchkov | 2013-01-11 | 1 | -1/+1 | |
| | | ||||||
* | | configure.ac: require Windows Vista or newer | Max Kellermann | 2013-01-11 | 1 | -1/+1 | |
| | | | | | | | | | | We're going to use Vista features soon. Sorry for those poor people still on XP (or Windows, anyway). | |||||
* | | configure.ac: enable WIN32_LEAN_AND_MEAN on Windows | Max Kellermann | 2013-01-11 | 1 | -0/+1 | |
| | | ||||||
* | | string_util.c: provide fallback strndup() implementation | Denis Krjuchkov | 2013-01-11 | 1 | -0/+2 | |
| | | | | | | | | | | This patch also adds extern "C" { } wrapper around string_util.h to allow its usage in C++ code | |||||
* | | input/Curl: require libcurl 7.18 | Max Kellermann | 2013-01-10 | 1 | -1/+1 | |
| | |