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