Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'v0.19.x' | Max Kellermann | 2015-01-26 | 1 | -3/+0 |
|\ | |||||
| * | Merge branch 'v0.18.x' into v0.19.x | Max Kellermann | 2015-01-26 | 1 | -3/+0 |
| |\ | |||||
| | * | {playlist,input}/despotify: remove defunct plugin | Max Kellermann | 2015-01-26 | 1 | -3/+0 |
| | | | |||||
* | | | configure.ac: make GLib optional by default | Max Kellermann | 2014-12-05 | 1 | -3/+0 |
|/ / | | | | | | | Only very few (minor) features still depend on GLib. | ||||
* | | decoder/mp4v2: remove because of incompatible license | Max Kellermann | 2014-11-25 | 1 | -3/+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 | ||||
* | | decoder/Mp4v2: add MP4v2 decoder plugin | Andrée Ekroth | 2014-08-07 | 1 | -0/+3 |
| | | | | | | | | | | This plugin uses the MP4v2 library to play mp4/m4a files. It is limited to file_decode. | ||||
* | | configure.ac: check for Boost | Max Kellermann | 2014-06-11 | 1 | -0/+2 |
|/ | |||||
* | doc: show .tar.xz in sample unpack command | Max Kellermann | 2013-11-08 | 1 | -6/+2 |
| | |||||
* | doc: replace the remaining wikia links | Max Kellermann | 2013-11-08 | 1 | -4/+5 |
| | |||||
* | configure.ac: disable the OS X output plugin by default | Max Kellermann | 2013-10-28 | 1 | -3/+0 |
| | | | | | There hasn't been a maintainer for this plugin for years. It may even fail to build. | ||||
* | INSTALL: mention clang | Max Kellermann | 2013-10-26 | 1 | -0/+1 |
| | |||||
* | INSTALL: mention minimum gcc version | Max Kellermann | 2013-10-26 | 1 | -1/+1 |
| | |||||
* | doc/developer: require C++11 | Max Kellermann | 2013-10-20 | 1 | -1/+1 |
| | |||||
* | decoder/wildmidi: remove suport for libwildmidi 0.2.2 or older | Max Kellermann | 2013-10-16 | 1 | -1/+1 |
| | |||||
* | require GLib 2.28 | Max Kellermann | 2013-10-15 | 1 | -1/+1 |
| | | | | The header glib_compat.h is now obsolete and can be removed. | ||||
* | CommandLine.cxx: look for config file in XDG_CONFIG_HOME too | Alexander Gehrke | 2013-08-07 | 1 | -3/+3 |
| | | | | | Look for "$XDG_CONFIG_HOME/mpd/mpd.conf", similar to where mpd looks for the file under Windows. | ||||
* | output/ffado: remove broken plugin | Max Kellermann | 2013-04-17 | 1 | -3/+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 | -3/+0 |
| | | | | | | 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. | ||||
* | decoder/mp4ff: delete obsolete plugin | Max Kellermann | 2013-01-28 | 1 | -1/+1 |
| | | | | The underlying library has been obsolete for many years. | ||||
* | {decoder,encoder}/flac: drop support for libFLAC 1.1 | Max Kellermann | 2012-10-02 | 1 | -1/+1 |
| | |||||
* | decoder/adplug: new decoder plugin | Max Kellermann | 2012-09-25 | 1 | -0/+3 |
| | |||||
* | INSTALL: correct the libopus URL | Max Kellermann | 2012-09-25 | 1 | -1/+1 |
| | |||||
* | src/decoder/opus: new decoder plugin for the Opus codec | Max Kellermann | 2012-09-05 | 1 | -0/+3 |
| | | | | Using libopus and libogg. | ||||
* | configure.ac: auto-detect libfluidsynth | Max Kellermann | 2012-08-15 | 1 | -1/+1 |
| | | | | | Now that the libfluidsynth API was sanitized, we can enable the plugin automatically if libfluidsynth is installed. | ||||
* | require GLib 2.16 | Max Kellermann | 2012-07-10 | 1 | -1/+1 |
| | | | | | 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 activation | Max Kellermann | 2012-02-13 | 1 | -0/+3 |
| | |||||
* | INSTALL: mention libav | Max Kellermann | 2012-02-11 | 1 | -1/+1 |
| | |||||
* | INSTALL: remove mention of libcue | Max Kellermann | 2012-02-10 | 1 | -3/+0 |
| | |||||
* | decoder/oggflac: delete this obsolete plugin | Max Kellermann | 2011-09-01 | 1 | -5/+0 |
| | | | | | 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 dependencies | Simon Kagstrom | 2011-04-12 | 1 | -0/+3 |
| | |||||
* | configure.ac: hook the cdio_paranoia input plugin | Max Kellermann | 2010-12-22 | 1 | -0/+3 |
| | |||||
* | output: new output plugin "ffado" | Max Kellermann | 2010-10-27 | 1 | -0/+3 |
| | | | | | | | | | | | | 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.12 | Max Kellermann | 2009-11-10 | 1 | -1/+1 |
| | | | | | | 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.16 | Max Kellermann | 2009-10-13 | 1 | -1/+1 |
| | | | | | | | 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 OpenAL | Max Kellermann | 2009-09-09 | 1 | -0/+6 |
| | |||||
* | decoder/mpg123: new decoder plugin based on libmpg123 | Max Kellermann | 2009-08-26 | 1 | -0/+3 |
| | | | | | | | | Still missing: - seeking - tags - streaming - encodings other than MPG123_ENC_SIGNED_16 | ||||
* | decoder/sndfile: new decoder plugin based on libsndfile | Max Kellermann | 2009-07-07 | 1 | -0/+3 |
| | |||||
* | INSTALL: added libcue dependency | Max Kellermann | 2009-04-25 | 1 | -0/+3 |
| | |||||
* | fluidsynth: added "experimental" comments in the source file | Max Kellermann | 2009-04-25 | 1 | -1/+1 |
| | |||||
* | INSTALL: added sqlite dependency for stickers | Max Kellermann | 2009-04-01 | 1 | -0/+3 |
| | |||||
* | wildmidi: new decoder plugin for MIDI files | Max Kellermann | 2009-02-12 | 1 | -0/+3 |
| | |||||
* | fluidsynth: new decoder plugin for MIDI files | Max Kellermann | 2009-02-12 | 1 | -0/+3 |
| | | | | | | | | | | | | | | 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 files | Max Kellermann | 2009-02-11 | 1 | -0/+3 |
| | |||||
* | added support for the MMS protocol | Max Kellermann | 2009-01-29 | 1 | -0/+3 |
| | | | | | | | 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 file | Jérôme Quelin | 2009-01-14 | 1 | -2/+3 |
| | | | | | | | | | | | | 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 file | Avuton Olrich | 2008-12-20 | 1 | -3/+4 |
| | |||||
* | Clarify some very messy documentation in the installation. | Avuton Olrich | 2008-12-20 | 1 | -8/+23 |
| | |||||
* | INSTALL: documented pkg-config usage | Max Kellermann | 2008-11-27 | 1 | -0/+12 |
| | | | | Mention the workaround for users without pkg-config. | ||||
* | INSTALL: update dependency list | Max Kellermann | 2008-11-05 | 1 | -0/+17 |
| | | | | | Documented dependencies on gcc/C99, glib, libvorbisenc, liblame, ffmpeg. | ||||
* | http: use libcurl | Max Kellermann | 2008-10-26 | 1 | -0/+4 |
| | | | | | | | 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. |