Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -3/+4 |
| | | | | | | | | This updates the copyright header to all be the same, which is pretty much an update of where to mail request for a copy of the GPL and the years of the MPD project. This also puts all committers under 'The Music Player Project' umbrella. These entries should go individually in the AUTHORS file, for consistancy. | ||||
* | test/run_decoder: initialize decoder.initialized | Max Kellermann | 2009-03-02 | 1 | -0/+2 |
| | | | | Keep valgrind happy. | ||||
* | test/run_decoder: initialize the input plugins | Max Kellermann | 2009-03-02 | 1 | -0/+2 |
| | |||||
* | pcm_volume: return bool | Max Kellermann | 2009-03-02 | 1 | -1/+2 |
| | | | | Don't abort MPD when a sample format is not supported by pcm_volume(). | ||||
* | test: added decoder test program | Max Kellermann | 2009-02-25 | 1 | -0/+162 |
Added a command line program which runs a decoder plugin. |