| Commit message (Expand) | Author | Files | Lines |
2014-02-05 | Mixer: rename struct mixer_plugin to MixerPlugin | Max Kellermann | 1 | -1/+2 |
2014-01-28 | output: rename struct audio_output to AudioOutput | Max Kellermann | 1 | -24/+25 |
2014-01-28 | OutputPlugin: rename struct audio_output_plugin to AudioOutputPlugin | Max Kellermann | 1 | -3/+3 |
2014-01-23 | output/*: move to output/plugins/ | Max Kellermann | 1 | -0/+0 |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 |
2013-10-19 | *: use nullptr instead of NULL | Max Kellermann | 1 | -12/+4 |
2013-10-15 | gcc.h: rename to Compiler.h | Max Kellermann | 1 | -1/+1 |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -9/+9 |
2013-08-04 | OutputPlugin: pass config_param reference | Max Kellermann | 1 | -2/+2 |
2013-08-03 | audio_format: convert to C++ | Max Kellermann | 1 | -3/+3 |
2013-07-30 | tag: convert to C++ | Max Kellermann | 1 | -3/+3 |
2013-07-30 | include cleanup | Max Kellermann | 1 | -1/+0 |
2013-04-17 | output: convert to C++ | Max Kellermann | 1 | -11/+3 |
2013-01-30 | {encoder,output}_api.h: allow compiling as C++ | Max Kellermann | 1 | -0/+8 |
2012-08-02 | gcc.h: re-add gcc_const and gcc_pure | Max Kellermann | 1 | -4/+3 |
2012-08-02 | DatabaseVisitor, ...: use GError forward declaration | Max Kellermann | 1 | -0/+2 |
2011-09-19 | output_plugin: the plugin allocates the audio_output object | Max Kellermann | 1 | -93/+42 |
2011-03-31 | fix common misspellings | Jonathan Neuschäfer | 1 | -4/+4 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2010-11-05 | output_plugin: add method delay() | Max Kellermann | 1 | -0/+18 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-10-29 | output_plugin: added method "drain" | Max Kellermann | 1 | -0/+12 |
2009-10-23 | output_plugin: added methods enable() and disable() | Max Kellermann | 1 | -0/+34 |
2009-03-26 | output_plugin: replaced output_plugin.get_mixer() with mixer_plugin | Max Kellermann | 1 | -17/+8 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -3/+4 |
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 |