| Commit message (Expand) | Author | Age | Files | Lines |
* | increase default buffer size to 4 MB | Max Kellermann | 2013-10-30 | 2 | -2/+2 |
* | SongFilter: add special keyword "base" | Max Kellermann | 2013-10-29 | 1 | -2/+6 |
* | Revert "command: new commands "findin", "searchin" with base URI" | Max Kellermann | 2013-10-29 | 1 | -34/+0 |
* | command: new commands "findin", "searchin" with base URI | Max Kellermann | 2013-10-26 | 1 | -0/+34 |
* | command: new command "readcomments" lists arbitrary file tags | Max Kellermann | 2013-10-25 | 1 | -0/+26 |
* | OtherCommands: re-add the "volume" command | Max Kellermann | 2013-10-25 | 1 | -0/+19 |
* | doc/developer: require C++11 | Max Kellermann | 2013-10-20 | 1 | -12/+5 |
* | decoder/modplug: Add "loop_count" parameter | Sebastian Thorarensen | 2013-10-19 | 1 | -0/+31 |
* | decoder/mikmod: Add loop configuration parameter | Sebastian Thorarensen | 2013-10-18 | 1 | -0/+10 |
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -1/+1 |
* | playlist/lastfm: remove defunct Last.fm support | Max Kellermann | 2013-09-28 | 1 | -40/+1 |
* | Listen: Allow tilde paths for socket. | Maarten de Vries | 2013-09-12 | 1 | -2/+3 |
* | CommandLine.cxx: look for config file in XDG_CONFIG_HOME too | Alexander Gehrke | 2013-08-07 | 2 | -4/+5 |
* | *: use gcc.h macros instead of GLib | Max Kellermann | 2013-08-04 | 1 | -1/+1 |
* | Commands: new command "toggleoutput" | Max Kellermann | 2013-08-04 | 1 | -0/+14 |
* | Merge tag 'release-0.17.5' | Max Kellermann | 2013-08-04 | 1 | -15/+15 |
|\ |
|
| * | doc: move sticker_file to "optional parameters" | Max Kellermann | 2013-04-16 | 1 | -4/+4 |
| * | doc: mpd.conf.5 wrongly documents parameters as required | Florian Schlichting | 2013-04-16 | 1 | -11/+11 |
* | | input/soup: plugin removed | Max Kellermann | 2013-04-17 | 1 | -29/+0 |
* | | output/ffado: remove broken plugin | Max Kellermann | 2013-04-17 | 1 | -37/+0 |
* | | output/mvp: remove obsolete plugin | Max Kellermann | 2013-04-17 | 1 | -10/+0 |
* | | Merge branch 'v0.17.x' | Max Kellermann | 2013-02-27 | 2 | -12/+12 |
|\| |
|
| * | fix typos in upstream's mpd.conf.5 | Florian Schlichting | 2013-02-27 | 2 | -12/+12 |
* | | Merge branch 'v0.17.x' | Max Kellermann | 2013-01-16 | 1 | -2/+38 |
|\| |
|
| * | mpdconf.example: example improvements | Denis Krjuchkov | 2013-01-11 | 1 | -1/+3 |
| * | mpdconf.example: provide an example of openal output | Denis Krjuchkov | 2013-01-10 | 1 | -0/+7 |
| * | mpdconf.example: provide an example of winmm output | Denis Krjuchkov | 2013-01-10 | 1 | -0/+10 |
| * | mpdconf.example: improve documentation for replay gain | Denis Krjuchkov | 2013-01-10 | 1 | -2/+19 |
* | | output: new option "tags" may be used to disable sending tags | Max Kellermann | 2012-09-25 | 1 | -0/+12 |
* | | Merge branch 'v0.17.x' | Max Kellermann | 2012-09-04 | 1 | -1/+1 |
|\| |
|
| * | mpd.conf(5): Use the correct default value for max_playlist_length | Wieland Hoffmann | 2012-09-03 | 1 | -1/+1 |
* | | Merge branch 'v0.17.x' | Max Kellermann | 2012-08-15 | 1 | -0/+71 |
|\| |
|
| * | doc/user: add wildmidi documentation | Max Kellermann | 2012-08-15 | 1 | -0/+31 |
| * | decoder/fluidsynth: add "sample_rate" setting | Max Kellermann | 2012-08-15 | 1 | -0/+9 |
| * | decoder/fluidsynth: add "soundfont" setting | Max Kellermann | 2012-08-15 | 1 | -0/+31 |
* | | Merge branch 'v0.17.x' | Max Kellermann | 2012-08-14 | 2 | -9/+9 |
|\| |
|
| * | mpd.conf(5): Document the existence of musicbrainz_ tags | Wieland Hoffmann | 2012-08-14 | 2 | -9/+9 |
* | | conf: add a "database" block | Max Kellermann | 2012-08-08 | 1 | -0/+119 |
|/ |
|
* | Fix typo | Simon Hengel | 2012-07-08 | 1 | -1/+1 |
* | patch to split DSD decoder into separate decoders for DSF en DFF. Move common | Jurgen Kramer | 2012-06-27 | 1 | -1/+10 |
* | Documentation for commands searchadd, searchaddpl, and for tcp keepalive conf... | geneticdrift | 2012-06-27 | 3 | -0/+89 |
* | Add support for DSF files to DSDIFF decoder - v4 | Jurgen Kramer | 2012-05-02 | 1 | -1/+1 |
* | Add support for DSD-over-USB version 1.0, remove pre-v1 support | Jurgen Kramer | 2012-04-04 | 1 | -2/+2 |
* | output/alsa: add option to enable DSD over USB | Max Kellermann | 2012-03-22 | 1 | -0/+17 |
* | command: read arbitrary local files with "lsinfo" | Max Kellermann | 2012-03-06 | 1 | -0/+5 |
* | doc/protocol: fix some grammar | Jonathan Neuschäfer | 2012-02-15 | 1 | -2/+2 |
* | listen: implement systemd socket activation | Max Kellermann | 2012-02-13 | 1 | -0/+41 |
* | command: new command "config" | Max Kellermann | 2012-02-13 | 1 | -0/+41 |
* | playlist/embcue: new plugin for reading embedded cue sheets | Max Kellermann | 2012-02-12 | 1 | -0/+8 |
* | command: add optional range parameter to "load" | Max Kellermann | 2012-02-09 | 1 | -1/+3 |