Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use C99 struct initializers | Max Kellermann | 2008-09-29 | 1 | -9/+6 |
* | output: make "struct audio_output" opaque for output plugins | Max Kellermann | 2008-09-24 | 1 | -15/+28 |
* | output: set audio_output->open=1 in audio_output_task() | Max Kellermann | 2008-09-24 | 1 | -3/+0 |
* | output: pass audio_format to plugin.init() and plugin.open() | Max Kellermann | 2008-09-24 | 1 | -2/+4 |
* | output: const plugin structures | Max Kellermann | 2008-09-08 | 1 | -1/+1 |
* | output: renamed typedef AudioOutput to struct audio_output | Max Kellermann | 2008-09-07 | 1 | -6/+6 |
* | output: added output_api.h | Max Kellermann | 2008-09-07 | 1 | -1/+1 |
* | enable -Wpointer-arith, -Wstrict-prototypes | Max Kellermann | 2008-08-26 | 1 | -2/+3 |
* | use size_t and constant pointer in ao plugins | Max Kellermann | 2008-04-12 | 1 | -1/+2 |
* | Move the timing code from the null plugin to timer.c, so it can be easily | J. Alexander Treuman | 2007-05-30 | 1 | -74/+19 |
* | Adding a null output plugin. | J. Alexander Treuman | 2007-05-30 | 1 | -0/+129 |