Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-26 | .gitignore: add emacs lsp-mode files | Max Kellermann | |
2018-11-02 | remove some autotools remains | Max Kellermann | |
Closes #396 | |||
2018-10-14 | build with Meson instead of autotools | Max Kellermann | |
So long, autotools! This is my last MPD related project to migrate away from it. It has its strengths, but also very obvious weaknesses and weirdnesses. Today, many of its quirks are not needed anymore, and are cumbersome and slow. Now welcome our new Meson overlords! | |||
2016-12-13 | Merge tag 'v0.19.21' | Max Kellermann | |
release v0.19.21 | |||
2016-12-13 | systemd: add "system" sub directory | Max Kellermann | |
2015-11-20 | {android,win32}/build.py: move common code to python/build/ | Max Kellermann | |
2014-11-28 | .gitignore: ignore /lib/ | Max Kellermann | |
2014-09-11 | Merge tag 'v0.18.14' | Max Kellermann | |
2014-09-04 | test/test_protocol: unit test for protocol/ArgParser.cxx | Max Kellermann | |
2014-08-02 | Win32Main: move to win32/ | Max Kellermann | |
2014-02-18 | .gitignore: add "/" prefixes | Max Kellermann | |
2014-01-27 | configure.ac: move autoconf/automake helpers to build/ | Max Kellermann | |
2014-01-27 | move systemd unit to directory systemd/ | Max Kellermann | |
2014-01-24 | Win32Main: move to win32/ | Max Kellermann | |
2013-12-14 | .gitignore: ignore "test-driver" | Max Kellermann | |
File generated by automake version 1.14. | |||
2013-10-26 | test/test_mixramp: unit test for mixramp_interpolate() | Max Kellermann | |
2013-05-05 | .gitignore: always ignore any .exe files | Denis Krjuchkov | |
2013-04-08 | Merge tag 'release-0.17.4' | Max Kellermann | |
2013-04-08 | Makefile.am: enable "dist-xz" | Max Kellermann | |
2013-04-08 | .gitignore: stricter matches | Max Kellermann | |
2013-01-16 | Merge branch 'v0.17.x' | Max Kellermann | |
2013-01-11 | .gitignore: add src/win/mpd_win32_rc.rc | Denis Krjuchkov | |
This file is generated during configuration and should be ignored. | |||
2013-01-08 | test: rename debug programs back to old names | Max Kellermann | |
2013-01-03 | .gitignore: add more debug programs | Max Kellermann | |
2012-01-21 | .gitignore: add new output files | Max Kellermann | |
2011-12-13 | Merge branch 'v0.16.x' | Max Kellermann | |
Conflicts: NEWS configure.ac | |||
2011-12-12 | gitignore: Add mpd.service | Avuton Olrich | |
2011-09-09 | .gitignore: add doxygen.conf | Max Kellermann | |
2011-09-09 | .gitignore: add doxygen.conf | Max Kellermann | |
2011-08-29 | ntp_server: add debug program "run_ntp_server" | Max Kellermann | |
2011-07-19 | queue: implement song "priorities" | Max Kellermann | |
Sorts remaining songs by priority. This can be used for the much-demanded "queue feature". | |||
2010-09-25 | .gitignore: added mpd.exe to ignore list | Denis Krjuchkov | |
2010-06-25 | update .gitignore | Max Kellermann | |
2009-12-31 | Makefile.am: added unit tests for the archive plugins | Max Kellermann | |
2009-12-02 | test: added normalize test program | Max Kellermann | |
2009-11-19 | test: added program to test pcm_convert.c | Max Kellermann | |
2009-11-12 | added .#* to .gitignore | Max Kellermann | |
Temporary editor files. | |||
2009-10-12 | playlist_plugin: new plugin API for playlist parsers | Max Kellermann | |
Based on this API, we will add parsers for EXTM3U, PLS, ASX, last.fm radio and others. There is no integration into the MPD core yet. Right now, we have a command line test program. This is work in progress. | |||
2009-07-05 | test: added program "run_filter" | Max Kellermann | |
This program runs filter plugins in an isolated environment. | |||
2009-06-02 | doc: added Developer's Manual | Max Kellermann | |
Just a start... | |||
2009-05-28 | added doc/sticker to .gitignore | Max Kellermann | |
2009-04-21 | test: added program "read_mixer" | Max Kellermann | |
This little program is used to test mixer plugins in an isolated environment. This is ALSA-only currently, because we don't have a real "plugin list" yet, and I'm too lazy to implement a switch. | |||
2009-04-13 | test: added run_input test program | Max Kellermann | |
2009-04-10 | test: added configuration file reader | Max Kellermann | |
2009-03-12 | doc: added skeleton for the user manual | Max Kellermann | |
2009-03-10 | test: added program "run_output" | Max Kellermann | |
The "run_output" program can be used to test an audio output plugin in an isolated environment. | |||
2009-02-28 | test: added test program which reads tags from a file | Max Kellermann | |
2009-02-25 | test: added encoder test program | Max Kellermann | |
Added a command line program which runs an encoder plugin. | |||
2009-02-25 | test: added decoder test program | Max Kellermann | |
Added a command line program which runs a decoder plugin. | |||
2009-02-18 | test: added command line test program for pcm_volume.c | Max Kellermann | |
This program is a simple utility for debugging and benchmarking the software volume code. |