Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-08-11 | db/simple: compress the database file using gzip | Max Kellermann | 1 | -0/+12 | |
2014-07-11 | input/curl: options "verify_peer" and "verify_host" | Max Kellermann | 1 | -0/+24 | |
2014-06-11 | configure.ac: check for Boost | Max Kellermann | 1 | -0/+1 | |
2014-02-12 | systemd: add socket activation files | Max Kellermann | 1 | -17/+6 | |
2014-02-08 | storage/nfs: new storage plugin | Max Kellermann | 1 | -0/+12 | |
2014-02-08 | doc/user: document storage plugins | Max Kellermann | 1 | -0/+33 | |
2014-02-06 | doc/user: document the RoarAudio output plugin | Max Kellermann | 1 | -0/+45 | |
2014-02-06 | input/nfs: new plugin using libnfs | Max Kellermann | 1 | -0/+29 | |
2014-02-06 | doc/user: sort input plugins | Max Kellermann | 1 | -53/+53 | |
2014-01-29 | doc/user: add Debian build dependencies | Max Kellermann | 1 | -0/+29 | |
2014-01-21 | pcm/SoxrResampler: Add configurable quality levels | Chase Geigle | 1 | -1/+38 | |
2014-01-13 | Shine encoding plugin | Andrée Ekroth | 1 | -0/+29 | |
This encoding plugin features a fixed-point mp3 encoder, with faster encoding on architectures without a FPU. Right now the encoder is limited to stereo and 16 bit depth. The bitrate and sample rate can be modified in audio_output. audio_output { type "httpd" name "My shine stream" encoder "shine" port "8000" format "44100:16:2" bitrate "320" # default: 128 } | |||||
2014-01-09 | doc/user: mention the upnp database plugin | Max Kellermann | 1 | -0/+8 | |
2014-01-08 | doc/user.xml: add alsa input section | Steven O'Brien | 1 | -0/+18 | |
2014-01-07 | doc/user: fix typo | Max Kellermann | 1 | -1/+1 | |
2014-01-04 | Added soundcloud documentation | James McGlashan (DarkFox) | 1 | -0/+41 | |
2013-12-29 | input/smbclient: new input plugin | Max Kellermann | 1 | -0/+14 | |
2013-12-11 | doc/user: document the "ao" output | Max Kellermann | 1 | -0/+53 | |
Move from doc/mpd.conf.5. | |||||
2013-12-11 | doc/user: document the "fifo" output | Max Kellermann | 1 | -0/+32 | |
Move from doc/mpd.conf.5. | |||||
2013-12-11 | doc/user: document shout option "protocol" | Max Kellermann | 1 | -0/+12 | |
2013-12-01 | pcm/SoxrResampler: new resampler option using libsoxr | Max Kellermann | 1 | -0/+17 | |
2013-12-01 | doc: move documentation from mpd.conf.5 to the user manual | Max Kellermann | 1 | -1/+143 | |
2013-12-01 | doc/user: remove obsolete "24_3" option | Max Kellermann | 1 | -2/+0 | |
2013-11-08 | doc: show .tar.xz in sample unpack command | Max Kellermann | 1 | -1/+1 | |
2013-11-08 | doc: replace the remaining wikia links | Max Kellermann | 1 | -2/+2 | |
2013-11-07 | doc/user: add more documentation for the proxy database plugin | Max Kellermann | 1 | -1/+4 | |
2013-11-07 | input/cdio_paranoia: add setting "default_byte_order" | Max Kellermann | 1 | -0/+24 | |
Allows big-endian users to configure the fallback byte order to little-endian. Without this setting, MPD assumes native byte order if the CD drive can't decide. | |||||
2013-10-19 | decoder/modplug: Add "loop_count" parameter | Sebastian Thorarensen | 1 | -0/+31 | |
The "loop_count" configuration parameter allows the user to set how many times a module with backward loops shall loop. "0" (the default) means a module is not allowed to use backward loops at all. "-1" enables inifinite looping. | |||||
2013-10-18 | decoder/mikmod: Add loop configuration parameter | Sebastian Thorarensen | 1 | -0/+10 | |
This patch allows the user to configure the mikmod decoder plugin to loop modules. It adds a configuration parameter to the mikmod decoder called "loop" which can be "no" (the old behaviour, default) or "yes" to allow modules to use backward loops. | |||||
2013-09-28 | playlist/lastfm: remove defunct Last.fm support | Max Kellermann | 1 | -40/+1 | |
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. | |||||
2013-04-17 | input/soup: plugin removed | Max Kellermann | 1 | -29/+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. | |||||
2013-04-17 | output/ffado: remove broken plugin | Max Kellermann | 1 | -37/+0 | |
This plugin has been in MPD for three years, and it has never worked. Enough! | |||||
2013-04-17 | output/mvp: remove obsolete plugin | Max Kellermann | 1 | -10/+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. | |||||
2012-09-25 | output: new option "tags" may be used to disable sending tags | Max Kellermann | 1 | -0/+12 | |
Implements Mantis ticket 0003340. | |||||
2012-08-15 | doc/user: add wildmidi documentation | Max Kellermann | 1 | -0/+31 | |
2012-08-15 | decoder/fluidsynth: add "sample_rate" setting | Max Kellermann | 1 | -0/+9 | |
2012-08-15 | decoder/fluidsynth: add "soundfont" setting | Max Kellermann | 1 | -0/+31 | |
Replaces the old global "soundfont" which never worked. | |||||
2012-08-08 | conf: add a "database" block | Max Kellermann | 1 | -0/+119 | |
The new block overrides the "db_file" setting, and allows configuring any database plugin. | |||||
2012-06-27 | patch to split DSD decoder into separate decoders for DSF en DFF. Move common | Jurgen Kramer | 1 | -1/+10 | |
functions to new dsdlib. Update user doc. | |||||
2012-05-02 | Add support for DSF files to DSDIFF decoder - v4 | Jurgen Kramer | 1 | -1/+1 | |
Version 4 of my patch to add DSF support to the DSDIFF decoder plugin. This time I have taken a different approach and created a new read_metadata function specific for reading DSF files. This saves an indent (and for me a lot of indent nightmares) and also useful for splitting the DSF and DFF decoders later on. There are still a few lines which exceed the 80 character width limit by a few chars. I was not able to stay within the limit and create (for me) readable code. Jurgen | |||||
2012-04-04 | Add support for DSD-over-USB version 1.0, remove pre-v1 support | Jurgen Kramer | 1 | -2/+2 | |
2012-03-22 | output/alsa: add option to enable DSD over USB | Max Kellermann | 1 | -0/+17 | |
2012-02-13 | listen: implement systemd socket activation | Max Kellermann | 1 | -0/+41 | |
2012-02-12 | playlist/embcue: new plugin for reading embedded cue sheets | Max Kellermann | 1 | -0/+8 | |
Parses CUE data from the "CUESHEET" tag. Needs further integration in the update thread. | |||||
2011-10-20 | audio_format: basic support for floating point samples | Max Kellermann | 1 | -1/+2 | |
Support for conversion from float to 16, 24 and 32 bit integer samples. | |||||
2011-10-07 | decoder/dsdiff: add option "lsbitfirst" | Max Kellermann | 1 | -0/+23 | |
Defaults to "no", which fixes the noise problems. | |||||
2011-10-07 | decoder/dsdiff: add documentation | Max Kellermann | 1 | -0/+8 | |
2011-08-24 | input/soup: new input plugin based on libsoup | Max Kellermann | 1 | -0/+28 | |
To demonstrate the new I/O thread. libsoup is well-integrated into the GLib main loop, which made this plugin pretty easy to write. As a side effect, we have to initialize the I/O thread in all debug programs that use the input API. | |||||
2011-07-03 | doc/user: Typo in playlist plugin documentation, 'playlist plugin' not 'filter'. | Tony Miller | 1 | -1/+1 | |
This patch fixes a typo in doc/user about playlist plugins. Its in the top commit in my repository in a branch called 'doc_fix': git://github.com/mcfiredrill/mpd.git | |||||
2011-04-12 | doc: Add despotify user documentation | Simon Kagstrom | 1 | -0/+82 | |