aboutsummaryrefslogtreecommitdiffstats
path: root/src/OutputPlugin.hxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-19*: use nullptr instead of NULLMax Kellermann1-12/+4
2013-10-15gcc.h: rename to Compiler.hMax Kellermann1-1/+1
2013-09-04util/Error: new error passing libraryMax Kellermann1-9/+9
2013-08-04OutputPlugin: pass config_param referenceMax Kellermann1-2/+2
2013-08-03audio_format: convert to C++Max Kellermann1-3/+3
2013-07-30tag: convert to C++Max Kellermann1-3/+3
2013-07-30include cleanupMax Kellermann1-1/+0
2013-04-17output: convert to C++Max Kellermann1-11/+3
2013-01-30{encoder,output}_api.h: allow compiling as C++Max Kellermann1-0/+8
2012-08-02gcc.h: re-add gcc_const and gcc_pureMax Kellermann1-4/+3
2012-08-02DatabaseVisitor, ...: use GError forward declarationMax Kellermann1-0/+2
2011-09-19output_plugin: the plugin allocates the audio_output objectMax Kellermann1-93/+42
2011-03-31fix common misspellingsJonathan Neuschäfer1-4/+4
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-11-05output_plugin: add method delay()Max Kellermann1-0/+18
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-10-29output_plugin: added method "drain"Max Kellermann1-0/+12
2009-10-23output_plugin: added methods enable() and disable()Max Kellermann1-0/+34
2009-03-26output_plugin: replaced output_plugin.get_mixer() with mixer_pluginMax Kellermann1-17/+8
2009-03-13all: Update copyright header.Avuton Olrich1-3/+4
2009-02-26output_plugin: report errors with GErrorMax Kellermann1-10/+24
2009-02-25output_plugin: don't pass audio_output object to method init()Max Kellermann1-5/+2
2009-02-23output: pass the music chunk pointer as void*, not char*Max Kellermann1-1/+1
2009-02-23output_api: play() returns a lengthMax Kellermann1-2/+4
2009-02-16output_plugin: replaced method "control()" with "mixer()"Max Kellermann1-6/+17
2009-02-16output_plugin: added inline wrapper functionsMax Kellermann1-0/+66
2009-02-16output_plugin: reorder method declarationsMax Kellermann1-17/+17
2009-02-16output_api: moved "struct audio_output_plugin" to output_plugin.hMax Kellermann1-20/+9
2009-02-16output_api: moved "enum output_command" to output_internal.hMax Kellermann1-11/+0
2009-02-09output_api: include "config.h" without "../"Max Kellermann1-1/+1
2009-01-30output_api: moved the command check out of method pause()Max Kellermann1-6/+4
2009-01-30output_api: removed DISABLED_AUDIO_OUTPUT_PLUGINMax Kellermann1-2/+0
2009-01-30output_api: removed audio_output_closed()Max Kellermann1-2/+0
2009-01-25mixer: removed mixer_configure_legacy(), AC_MIXER_CONFIGUREMax Kellermann1-1/+0
2009-01-25conf: const pointers in block get functionsMax Kellermann1-1/+1
2009-01-17conf: no CamelCase, part IMax Kellermann1-1/+1
2008-12-31Moving mixers to audio outputsViliam Mateicka1-0/+12
2008-11-25output: use GLib instead of log.h/util.hMax Kellermann1-1/+0
2008-10-31added prefix to header macrosMax Kellermann1-2/+2
2008-10-29output: use bool for return values and flagsMax Kellermann1-3/+3
2008-10-08don't include os_compat.hMax Kellermann1-1/+0
2008-09-29audio_output: added method pause()Max Kellermann1-0/+11
2008-09-29audio_output: added function audio_output_is_pending()Max Kellermann1-0/+7
2008-09-24output: document the audio_output_plugin methodsMax Kellermann1-0/+44
2008-09-24output: make "struct audio_output" opaque for output pluginsMax Kellermann1-44/+10
2008-09-24output: added audio_output_closed()Max Kellermann1-0/+2
2008-09-24output: added audio_output_get_name()Max Kellermann1-0/+2
2008-09-24output: pass audio_format to plugin.init() and plugin.open()Max Kellermann1-2/+5
2008-09-24output: one thread per audio outputMax Kellermann1-0/+26
2008-09-11output: removed audio_output.sameInAndOutFormatsMax Kellermann1-1/+0