aboutsummaryrefslogtreecommitdiffstats
path: root/test/run_encoder.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* audio_format: wildcards allowed in audio_format configurationMax Kellermann2009-10-211-1/+2
| | | | | | An asterisk means that this attribute should not be enforced, and stays whatever it used to be. This way, some configuration values work like masks.
* conf: handle fatal errors with GErrorMax Kellermann2009-09-241-1/+1
| | | | | | | Don't call g_error(), which will abort the process and dump core. This patch does not affect all the config_get_X() functions. These need some more refactoring.
* Add audio_format_init() functionDavid Woodhouse2009-07-191-5/+3
| | | | | It makes no difference right now, but we're about to add an endianness flag and will want to make sure it's correctly initialised every time.
* conf: eliminated CamelCaseMax Kellermann2009-06-031-2/+2
| | | | Renamed all remaining CamelCase functions.
* test/run_encoder: flush the encoder before exitingMax Kellermann2009-05-051-5/+21
|
* 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: added encoder test programMax Kellermann2009-02-251-0/+114
Added a command line program which runs an encoder plugin.