| Commit message (Expand) | Author | Files | Lines |
2009-02-26 | output_plugin: report errors with GError | Max Kellermann | 1 | -10/+24 |
2009-02-25 | output_plugin: don't pass audio_output object to method init() | Max Kellermann | 1 | -5/+2 |
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 | -2/+4 |
2009-02-16 | output_plugin: replaced method "control()" with "mixer()" | Max Kellermann | 1 | -6/+17 |
2009-02-16 | output_plugin: added inline wrapper functions | Max Kellermann | 1 | -0/+66 |
2009-02-16 | output_plugin: reorder method declarations | Max Kellermann | 1 | -17/+17 |
2009-02-16 | output_api: moved "struct audio_output_plugin" to output_plugin.h | Max Kellermann | 1 | -20/+9 |
2009-02-16 | output_api: moved "enum output_command" to output_internal.h | Max Kellermann | 1 | -11/+0 |
2009-02-09 | output_api: include "config.h" without "../" | Max Kellermann | 1 | -1/+1 |
2009-01-30 | output_api: moved the command check out of method pause() | Max Kellermann | 1 | -6/+4 |
2009-01-30 | output_api: removed DISABLED_AUDIO_OUTPUT_PLUGIN | Max Kellermann | 1 | -2/+0 |
2009-01-30 | output_api: removed audio_output_closed() | Max Kellermann | 1 | -2/+0 |
2009-01-25 | mixer: removed mixer_configure_legacy(), AC_MIXER_CONFIGURE | Max Kellermann | 1 | -1/+0 |
2009-01-25 | conf: const pointers in block get functions | Max Kellermann | 1 | -1/+1 |
2009-01-17 | conf: no CamelCase, part I | Max Kellermann | 1 | -1/+1 |
2008-12-31 | Moving mixers to audio outputs | Viliam Mateicka | 1 | -0/+12 |
2008-11-25 | output: use GLib instead of log.h/util.h | Max Kellermann | 1 | -1/+0 |
2008-10-31 | added prefix to header macros | Max Kellermann | 1 | -2/+2 |
2008-10-29 | output: use bool for return values and flags | Max Kellermann | 1 | -3/+3 |
2008-10-08 | don't include os_compat.h | Max Kellermann | 1 | -1/+0 |
2008-09-29 | audio_output: added method pause() | Max Kellermann | 1 | -0/+11 |
2008-09-29 | audio_output: added function audio_output_is_pending() | Max Kellermann | 1 | -0/+7 |
2008-09-24 | output: document the audio_output_plugin methods | Max Kellermann | 1 | -0/+44 |
2008-09-24 | output: make "struct audio_output" opaque for output plugins | Max Kellermann | 1 | -44/+10 |
2008-09-24 | output: added audio_output_closed() | Max Kellermann | 1 | -0/+2 |
2008-09-24 | output: added audio_output_get_name() | Max Kellermann | 1 | -0/+2 |
2008-09-24 | output: pass audio_format to plugin.init() and plugin.open() | Max Kellermann | 1 | -2/+5 |
2008-09-24 | output: one thread per audio output | Max Kellermann | 1 | -0/+26 |
2008-09-11 | output: removed audio_output.sameInAndOutFormats | Max Kellermann | 1 | -1/+0 |
2008-09-11 | output: removed audio_output.convertAudioFormat | Max Kellermann | 1 | -1/+0 |
2008-09-09 | output: renamed method names | Max Kellermann | 1 | -22/+12 |
2008-09-08 | output: const plugin structures | Max Kellermann | 1 | -1/+1 |
2008-09-07 | output: replace audio_output.*Func with audio_output.plugin | Max Kellermann | 1 | -7/+1 |
2008-09-07 | output: renamed typedef AudioOutput to struct audio_output | Max Kellermann | 1 | -12/+12 |
2008-09-07 | output: added output_api.h | Max Kellermann | 1 | -49/+17 |
2008-09-07 | audio_format: converted typedef AudioFormat to struct audio_format | Max Kellermann | 1 | -4/+4 |
2008-08-29 | tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_item | Max Kellermann | 1 | -2/+3 |
2008-08-29 | pass constant pointers | Max Kellermann | 1 | -2/+2 |
2008-08-26 | moved struct AudioFormat to audio_format.h | Max Kellermann | 1 | -1/+1 |
2008-04-12 | const pointers in audioOutput.c | Max Kellermann | 1 | -1/+2 |
2008-04-12 | use size_t in audioOutput.c internals | Max Kellermann | 1 | -1/+1 |
2008-04-12 | use size_t and constant pointer in ao plugins | Max Kellermann | 1 | -2/+3 |
2008-02-05 | fix -Wconst warnings | Max Kellermann | 1 | -3/+3 |
2008-01-26 | fixed invalid C prototypes | Max Kellermann | 1 | -1/+1 |
2008-01-03 | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 1 | -0/+1 |
2007-06-13 | Adding FIFO audio output. This is pretty much identical to the old one, | J. Alexander Treuman | 1 | -0/+1 |
2007-06-12 | Load shout first instead of last. This makes it more likely to block other | J. Alexander Treuman | 1 | -1/+1 |
2007-06-10 | Load the shout plugin last. This will make sure it's played to last, | J. Alexander Treuman | 1 | -1/+1 |
2007-05-30 | Adding a null output plugin. | J. Alexander Treuman | 1 | -0/+1 |