| Commit message (Expand) | Author | Files | Lines |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -2/+3 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |
2009-02-26 | output_plugin: report errors with GError | Max Kellermann | 1 | -3/+6 |
2009-02-25 | output_plugin: don't pass audio_output object to method init() | Max Kellermann | 1 | -2/+1 |
2009-02-23 | output: pass the music chunk pointer as void*, not char* | Max Kellermann | 1 | -1/+1 |
2009-02-23 | output_api: play() returns a length | Max Kellermann | 1 | -3/+3 |
2009-01-25 | conf: const pointers in block get functions | Max Kellermann | 1 | -1/+1 |
2009-01-22 | null: added option to disable timer synchronization | Max Kellermann | 1 | -1/+11 |
2009-01-22 | null: implemented finish() method | Max Kellermann | 1 | -0/+13 |
2009-01-22 | null: no CamelCase | Max Kellermann | 1 | -13/+18 |
2009-01-17 | conf: no CamelCase, part I | Max Kellermann | 1 | -1/+1 |
2009-01-03 | null, fifo: use GLib instead of utils.h | Max Kellermann | 1 | -2/+1 |
2009-01-01 | null: don't include gcc.h | Max Kellermann | 1 | -4/+7 |
2008-10-29 | output: use bool for return values and flags | Max Kellermann | 1 | -6/+6 |
2008-10-26 | renamed src/audioOutputs/ to src/output/ | Max Kellermann | 1 | -0/+0 |
2008-09-29 | use C99 struct initializers | Max Kellermann | 1 | -9/+6 |
2008-09-24 | output: make "struct audio_output" opaque for output plugins | Max Kellermann | 1 | -15/+28 |
2008-09-24 | output: set audio_output->open=1 in audio_output_task() | Max Kellermann | 1 | -3/+0 |
2008-09-24 | output: pass audio_format to plugin.init() and plugin.open() | Max Kellermann | 1 | -2/+4 |
2008-09-08 | output: const plugin structures | Max Kellermann | 1 | -1/+1 |
2008-09-07 | output: renamed typedef AudioOutput to struct audio_output | Max Kellermann | 1 | -6/+6 |
2008-09-07 | output: added output_api.h | Max Kellermann | 1 | -1/+1 |
2008-08-26 | enable -Wpointer-arith, -Wstrict-prototypes | Max Kellermann | 1 | -2/+3 |
2008-04-12 | use size_t and constant pointer in ao plugins | Max Kellermann | 1 | -1/+2 |
2007-05-30 | Move the timing code from the null plugin to timer.c, so it can be easily | J. Alexander Treuman | 1 | -74/+19 |
2007-05-30 | Adding a null output plugin. | J. Alexander Treuman | 1 | -0/+129 |