aboutsummaryrefslogtreecommitdiffstats
path: root/test/run_filter.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/+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.
* 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.
* filter/volume: don't use volume_level_get()Max Kellermann2009-07-051-6/+0
| | | | Added public methods to get and set the current volume.
* test: added program "run_filter"Max Kellermann2009-07-051-0/+174
This program runs filter plugins in an isolated environment.