aboutsummaryrefslogtreecommitdiffstats
path: root/test/run_decoder.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* all: Update copyright header.Avuton Olrich2009-03-131-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.initializedMax Kellermann2009-03-021-0/+2
| | | | Keep valgrind happy.
* test/run_decoder: initialize the input pluginsMax Kellermann2009-03-021-0/+2
|
* pcm_volume: return boolMax Kellermann2009-03-021-1/+2
| | | | Don't abort MPD when a sample format is not supported by pcm_volume().
* test: added decoder test programMax Kellermann2009-02-251-0/+162
Added a command line program which runs a decoder plugin.