Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-07 | doc/user: document the Opus encoder | Max Kellermann | |
2017-06-15 | doc/user: add more Debian build dependencies | Max Kellermann | |
2017-06-15 | doc/user: update build dependencies for Debian Jessie | Max Kellermann | |
2017-05-16 | INSTALL: merge into doc/user.xml | Max Kellermann | |
2017-05-16 | doc/user.xml: add sticker documentation | Max Kellermann | |
2017-05-16 | doc/user.xml: add Zeroconf documentation | Max Kellermann | |
2017-05-15 | doc, README.md: update bug tracker URL | Max Kellermann | |
Closes #43 | |||
2017-04-11 | Fix typo | cotko | |
2017-02-20 | doc/user: instructions to compile the Windows binary | Max Kellermann | |
2017-01-20 | doc/user: add missing playlist plugins | Max Kellermann | |
2017-01-20 | doc/user: mention which commands are available with playlist plugins | Max Kellermann | |
2017-01-20 | doc/user: document effect of http_proxy envvar on curl plugin | Florian Schlichting | |
2017-01-17 | Audio{Format,Parser}: use shortcuts such as "dsd64" in log messages | Max Kellermann | |
2017-01-17 | doc/user: document the "dsd" sample format | Max Kellermann | |
2017-01-17 | doc/user: add <replaceable> element | Max Kellermann | |
2017-01-10 | decoder/flac: add options "probesize" and "analyzeduration" | Max Kellermann | |
https://bugs.musicpd.org/view.php?id=3876 | |||
2017-01-08 | doc/user: Replace "It used used" with "It is used" | Wieland Hoffmann | |
2017-01-08 | storage/http: new storage plugin | Max Kellermann | |
2017-01-04 | doc/user: add brief "troubleshooting" chapter | Max Kellermann | |
2017-01-03 | doc/user: tilde expansion | Max Kellermann | |
2017-01-03 | doc/user: new section about stored playlists | Max Kellermann | |
2017-01-03 | doc/user: new section about external mixer | Max Kellermann | |
2017-01-03 | doc/user: audio_output/enabled is stored in state_file | Max Kellermann | |
2017-01-03 | doc/user: mention that more than one audio_output is possible | Max Kellermann | |
2017-01-03 | doc/user: mention more plugins | Max Kellermann | |
2017-01-03 | doc/user: more general documentation about the configuration file | Max Kellermann | |
2016-12-13 | Merge tag 'v0.19.21' | Max Kellermann | |
release v0.19.21 | |||
2016-12-13 | systemd: add user unit | Max Kellermann | |
The user unit omits the "ProtectKernelModules" setting which fails with modular kernels: Failed at step CAPABILITIES spawning /usr/bin/mpd: Operation not permitted It is unfortunate that systemd (version 232) is unable to reduce its own capabilities, because this requires us to split system and user units. https://bugs.musicpd.org/view.php?id=4608 | |||
2016-12-13 | doc/user: fix --with-systemdsystemunitdir example | Max Kellermann | |
2016-09-18 | Update doc for new core audio plugin features. | Yue Wang | |
2016-07-29 | doc/user.xml: update c64.org link | Max Kellermann | |
https://bugs.musicpd.org/view.php?id=4560 | |||
2016-07-13 | Move OS X output docs to doc/user.xml | Jacob Vosmaer | |
2016-06-22 | doc: Initial sndio documentation | Dimitris Papastamos | |
2016-06-10 | decoder/pcm: add MIME type "audio/x-mpd-float" | Max Kellermann | |
2016-06-10 | decoder/pcm: implement RFC 2586 (audio/L16) | Max Kellermann | |
https://bugs.musicpd.org/view.php?id=4525 | |||
2016-06-10 | doc/user: mention the "pcm" decoder plugin | Max Kellermann | |
2016-04-30 | Merge tag 'v0.19.15' | Max Kellermann | |
release v0.19.15 | |||
2016-04-22 | doc/mpd.conf.5: move metadata_to_use to the user manual | Max Kellermann | |
2016-04-22 | doc/{user,protocol}: add a list of supported tags | Max Kellermann | |
A complete list which replaces the incomplete list in the mpd.conf manpage. | |||
2016-04-22 | doc: migrate to DocBook 4.5 | Max Kellermann | |
2016-04-22 | doc/user: fix typo | Florian Schlichting | |
2016-02-28 | output/alsa: remove option "use_mmap" | Max Kellermann | |
MPD does not really take advantage of memory-mapped I/O by generating data right into the ALSA buffer; using plain snd_pcm_mmap_writei() has no advantage compared to snd_pcm_writei(). Let's kill this non-feature. | |||
2015-12-15 | Merge tag 'v0.19.12' | Max Kellermann | |
release v0.19.12 | |||
2015-12-15 | docs: add vlc and mpv to the list of example applications | Ben Boeckel | |
These are other popular clients. In particular, VLC is available on mobile devices. Signed-off-by: Ben Boeckel <mathstuf@gmail.com> | |||
2015-10-27 | Merge tag 'v0.19.11' | Max Kellermann | |
2015-10-27 | doc/user: section about real-time scheduling | Max Kellermann | |
2015-10-26 | decoder/gme: add option "accuracy" | Max Kellermann | |
2015-10-26 | doc/user: add decoder/gme section | Max Kellermann | |
2015-09-30 | update: apply .mpdignore matches to subdirectories | Anthony DeRossi | |
Wildcard matches are directly applied to all filenames in subdirectories without any attempt at matching relative paths. This change is based on the following feature request: http://bugs.musicpd.org/view.php?id=3729 | |||
2015-08-11 | doc/user: document effect of http_proxy envvar on curl plugin | Florian Schlichting | |