aboutsummaryrefslogtreecommitdiffstats
path: root/test/run_filter.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-11-14audio_format: added function audio_format_to_string()Max Kellermann1-3/+3
Unified function for converting an audio_format object to a string, for log messages and for the "status" command.
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue.
2009-10-21audio_format: wildcards allowed in audio_format configurationMax Kellermann1-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.
2009-09-24conf: handle fatal errors with GErrorMax Kellermann1-1/+6
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.
2009-07-19Add audio_format_init() functionDavid Woodhouse1-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.
2009-07-05filter/volume: don't use volume_level_get()Max Kellermann1-6/+0
Added public methods to get and set the current volume.
2009-07-05test: added program "run_filter"Max Kellermann1-59/+58
This program runs filter plugins in an isolated environment.
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-10test: added program "run_output"Max Kellermann1-0/+174
The "run_output" program can be used to test an audio output plugin in an isolated environment.