aboutsummaryrefslogtreecommitdiff
path: root/test/run_filter.c
Commit message (Collapse)AuthorAge
* audio_format: added function audio_format_to_string()Max Kellermann2009-11-14
| | | | | Unified function for converting an audio_format object to a string, for log messages and for the "status" command.
* include config.h in all sourcesMax Kellermann2009-11-12
| | | | | | 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.
* audio_format: wildcards allowed in audio_format configurationMax Kellermann2009-10-21
| | | | | | 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-24
| | | | | | | 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-19
| | | | | 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-05
| | | | Added public methods to get and set the current volume.
* test: added program "run_filter"Max Kellermann2009-07-05
This program runs filter plugins in an isolated environment.