aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
Commit message (Collapse)AuthorAge
* decoder/mp4ff: delete obsolete pluginMax Kellermann2013-01-28
| | | | The underlying library has been obsolete for many years.
* {decoder,encoder}/flac: drop support for libFLAC 1.1Max Kellermann2012-10-02
|
* decoder/adplug: new decoder pluginMax Kellermann2012-09-25
|
* INSTALL: correct the libopus URLMax Kellermann2012-09-25
|
* src/decoder/opus: new decoder plugin for the Opus codecMax Kellermann2012-09-05
| | | | Using libopus and libogg.
* configure.ac: auto-detect libfluidsynthMax Kellermann2012-08-15
| | | | | Now that the libfluidsynth API was sanitized, we can enable the plugin automatically if libfluidsynth is installed.
* require GLib 2.16Max Kellermann2012-07-10
| | | | | 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.
* listen: implement systemd socket activationMax Kellermann2012-02-13
|
* INSTALL: mention libavMax Kellermann2012-02-11
|
* INSTALL: remove mention of libcueMax Kellermann2012-02-10
|
* decoder/oggflac: delete this obsolete pluginMax Kellermann2011-09-01
| | | | | libOggFLAC has been deprecated for 5 years now, and we havn't been testing it for a long time. Let's delete it.
* doc: INSTALL: Add despotify dependenciesSimon Kagstrom2011-04-12
|
* configure.ac: hook the cdio_paranoia input pluginMax Kellermann2010-12-22
|
* output: new output plugin "ffado"Max Kellermann2010-10-27
| | | | | | | | | | | | 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
* configure.ac: require GLib 2.12Max Kellermann2009-11-10
| | | | | | 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.
* configure.ac: require GLib 2.16Max Kellermann2009-10-13
| | | | | | | 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.
* INSTALL: mention libwavpack and OpenALMax Kellermann2009-09-09
|
* decoder/mpg123: new decoder plugin based on libmpg123Max Kellermann2009-08-26
| | | | | | | | Still missing: - seeking - tags - streaming - encodings other than MPG123_ENC_SIGNED_16
* decoder/sndfile: new decoder plugin based on libsndfileMax Kellermann2009-07-07
|
* INSTALL: added libcue dependencyMax Kellermann2009-04-25
|
* fluidsynth: added "experimental" comments in the source fileMax Kellermann2009-04-25
|
* INSTALL: added sqlite dependency for stickersMax Kellermann2009-04-01
|
* wildmidi: new decoder plugin for MIDI filesMax Kellermann2009-02-12
|
* fluidsynth: new decoder plugin for MIDI filesMax Kellermann2009-02-12
| | | | | | | | | | | | | | 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)
* sidplay: new decoder plugin for playing C64 SID filesMax Kellermann2009-02-11
|
* added support for the MMS protocolMax Kellermann2009-01-29
| | | | | | | 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.
* allow ~/.mpd/mpd.conf as alternate config fileJérôme Quelin2009-01-14
| | | | | | | | | | | | 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
* More clarification in the INSTALL fileAvuton Olrich2008-12-20
|
* Clarify some very messy documentation in the installation.Avuton Olrich2008-12-20
|
* INSTALL: documented pkg-config usageMax Kellermann2008-11-27
| | | | Mention the workaround for users without pkg-config.
* INSTALL: update dependency listMax Kellermann2008-11-05
| | | | | Documented dependencies on gcc/C99, glib, libvorbisenc, liblame, ffmpeg.
* http: use libcurlMax Kellermann2008-10-26
| | | | | | | MPD's HTTP client code has always been broken, no matter how effort was put into fixing it. Replace it with libcurl, which is known to be quite stable. This adds a fat library dependency, but only for people who need streaming.
* Updating INSTALL.J. Alexander Treuman2007-05-27
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@6293 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* Being a picky little bitch about those doc updates.J. Alexander Treuman2007-03-31
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@5787 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* Doc updates for 0.13.0Avuton Olrich2007-03-31
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@5786 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* Updating INSTALLJ. Alexander Treuman2006-08-28
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@4706 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* update install w/ mikmod infoWarren Dukes2004-06-14
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@1490 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* change default port to 6600 (just a doc change)Warren Dukes2004-06-02
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@1291 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* update for 0.10.2Warren Dukes2004-03-22
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@407 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* update installtion and authors for 0.10.0Warren Dukes2004-02-24
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@12 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* import from SF CVSWarren Dukes2004-02-23
git-svn-id: https://svn.musicpd.org/mpd/trunk@1 09075e82-0dd4-0310-85a5-a0d7c8717e4f