summaryrefslogtreecommitdiff
path: root/INSTALL
AgeCommit message (Collapse)Author
2017-04-24INSTALL: merge into doc/user.xmlMax Kellermann
2017-04-24doc/user.xml: add sticker documentationMax Kellermann
2017-04-24doc/user.xml: add Zeroconf documentationMax Kellermann
2016-07-29Merge branch 'v0.19.x'Max Kellermann
2016-07-29Compiler.h: require gcc 4.7 or newerMax Kellermann
The ScopeExit library uses C++11 initializers, which gcc 4.6 does not support. Let's kill support for this ancient incomplete C++11 compiler, nobody should be using it anymore.
2015-01-26Merge branch 'v0.19.x'Max Kellermann
2015-01-26Merge branch 'v0.18.x' into v0.19.xMax Kellermann
2015-01-26{playlist,input}/despotify: remove defunct pluginMax Kellermann
2014-12-05configure.ac: make GLib optional by defaultMax Kellermann
Only very few (minor) features still depend on GLib.
2014-11-25decoder/mp4v2: remove because of incompatible licenseMax Kellermann
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
2014-08-07decoder/Mp4v2: add MP4v2 decoder pluginAndrée Ekroth
This plugin uses the MP4v2 library to play mp4/m4a files. It is limited to file_decode.
2014-06-11configure.ac: check for BoostMax Kellermann
2013-11-08doc: show .tar.xz in sample unpack commandMax Kellermann
2013-11-08doc: replace the remaining wikia linksMax Kellermann
2013-10-28configure.ac: disable the OS X output plugin by defaultMax Kellermann
There hasn't been a maintainer for this plugin for years. It may even fail to build.
2013-10-26INSTALL: mention clangMax Kellermann
2013-10-26INSTALL: mention minimum gcc versionMax Kellermann
2013-10-20doc/developer: require C++11Max Kellermann
2013-10-16decoder/wildmidi: remove suport for libwildmidi 0.2.2 or olderMax Kellermann
2013-10-15require GLib 2.28Max Kellermann
The header glib_compat.h is now obsolete and can be removed.
2013-08-07CommandLine.cxx: look for config file in XDG_CONFIG_HOME tooAlexander Gehrke
Look for "$XDG_CONFIG_HOME/mpd/mpd.conf", similar to where mpd looks for the file under Windows.
2013-04-17output/ffado: remove broken pluginMax Kellermann
This plugin has been in MPD for three years, and it has never worked. Enough!
2013-04-17output/mvp: remove obsolete pluginMax Kellermann
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.
2013-01-28decoder/mp4ff: delete obsolete pluginMax Kellermann
The underlying library has been obsolete for many years.
2012-10-02{decoder,encoder}/flac: drop support for libFLAC 1.1Max Kellermann
2012-09-25decoder/adplug: new decoder pluginMax Kellermann
2012-09-25INSTALL: correct the libopus URLMax Kellermann
2012-09-05src/decoder/opus: new decoder plugin for the Opus codecMax Kellermann
Using libopus and libogg.
2012-08-15configure.ac: auto-detect libfluidsynthMax Kellermann
Now that the libfluidsynth API was sanitized, we can enable the plugin automatically if libfluidsynth is installed.
2012-07-10require GLib 2.16Max Kellermann
GLib 2.16 was released more than 4 years ago. Let's remove some cruft from the glib_compat.h header, and avoid new cruft to it.
2012-02-13listen: implement systemd socket activationMax Kellermann
2012-02-11INSTALL: mention libavMax Kellermann
2012-02-10INSTALL: remove mention of libcueMax Kellermann
2011-09-01decoder/oggflac: delete this obsolete pluginMax Kellermann
libOggFLAC has been deprecated for 5 years now, and we havn't been testing it for a long time. Let's delete it.
2011-04-12doc: INSTALL: Add despotify dependenciesSimon Kagstrom
2010-12-22configure.ac: hook the cdio_paranoia input pluginMax Kellermann
2010-10-27output: new output plugin "ffado"Max Kellermann
Using libffado, to play on firewire audio devices. Warning: this plugin was not tested successfully. I just couldn't keep libffado2 from crashing. Use at your own risk. For details, see my Debian bug reports: http://bugs.debian.org/601657 http://bugs.debian.org/601659
2009-11-10configure.ac: require GLib 2.12Max Kellermann
Drop the required GLib version from 2.16 to 2.12, because many current systems still don't have GLib 2.16. This requires several new compatibility functions in glib_compat.h.
2009-10-13configure.ac: require GLib 2.16Max Kellermann
Accidently, MPD has been using several GLib 2.16 functions for a while, and nobody noticed yet. To simplify the code base, let's bump the minimum GLib version for MPD to 2.16. That version is old enough, and it's reasonable to expect users to have it.
2009-09-09INSTALL: mention libwavpack and OpenALMax Kellermann
2009-08-26decoder/mpg123: new decoder plugin based on libmpg123Max Kellermann
Still missing: - seeking - tags - streaming - encodings other than MPG123_ENC_SIGNED_16
2009-07-07decoder/sndfile: new decoder plugin based on libsndfileMax Kellermann
2009-04-25INSTALL: added libcue dependencyMax Kellermann
2009-04-25fluidsynth: added "experimental" comments in the source fileMax Kellermann
2009-04-01INSTALL: added sqlite dependency for stickersMax Kellermann
2009-02-12wildmidi: new decoder plugin for MIDI filesMax Kellermann
2009-02-12fluidsynth: new decoder plugin for MIDI filesMax Kellermann
There are a few problems left in this plugin: - fluidsynth decodes in real time, while MPD prefers to buffer as quickly as possible; as a workaround, this plugin uses a timer object to synchronize with real-time playback - I don't know yet how fluidsynth tells me when the song has ended - the "soundfont" configuration setting is not yet documented, and it will likely change soon (in favor of a per-decoder configuration block)
2009-02-11sidplay: new decoder plugin for playing C64 SID filesMax Kellermann
2009-01-29added support for the MMS protocolMax Kellermann
This patch implements the MMS protocol, by using libmms. It is quite experimental: it does not support seeking yet, and it is currently using synchronous I/O, which causes MPD to hang while waiting for the server.
2009-01-14allow ~/.mpd/mpd.conf as alternate config fileJérôme Quelin
mpd uses some additional files to work, such as pid_file, state_file, db_file, etc. when running mpd as non-root user, it is often that those files end in ~/.mpd in that case, we end up with 2 entries in a user's home, .mpdconf and .mpd - which clutters homedirs. this patch allows ~/.mpd/mpd.conf as an alternative to ~/.mpdconf, allowing for a cleaner homedir