| Commit message (Expand) | Author | Files | Lines |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -6/+6 |
2013-08-04 | OutputPlugin: pass config_param reference | Max Kellermann | 1 | -3/+3 |
2013-08-03 | audio_format: convert to C++ | Max Kellermann | 1 | -2/+2 |
2013-07-30 | output_api: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-05-12 | timer: convert to class | Denis Krjuchkov | 1 | -11/+11 |
2013-04-17 | output/oss,null: use new/delete | Max Kellermann | 1 | -12/+19 |
2013-02-02 | output/null: convert to C++ | Max Kellermann | 1 | -18/+25 |
2011-12-13 | output/null: implement output_plugin method delay() | Max Kellermann | 1 | -3/+11 |
2011-12-13 | output/null: don't initialize the "timer" attribute in _init() | Max Kellermann | 1 | -6/+1 |
2011-09-19 | output_plugin: the plugin allocates the audio_output object | Max Kellermann | 1 | -15/+21 |
2011-09-17 | output: per-plugin header | Max Kellermann | 1 | -0/+1 |
2011-09-17 | output: rename plugin source files | Max Kellermann | 1 | -0/+0 |
2011-08-27 | rename 'Timer' to 'struct timer' | Jonathan Neuschäfer | 1 | -2/+2 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
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 |