aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/OutputAPI.hxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-21config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann1-1/+1
2015-01-21ConfigData: move struct config_param to Param.hxxMax Kellermann1-1/+1
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-01-28output: rename source filesMax Kellermann1-1/+1
2014-01-24Config*: move to config/Max Kellermann1-1/+1
2014-01-23output/*: move to output/plugins/Max Kellermann1-0/+0
2014-01-15OutputAPI: fix typo in include guardMax Kellermann1-1/+1
2014-01-14OutputAPI: fix typo in include guardMax Kellermann1-1/+1
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-11-28include cleanup using iwyuMax Kellermann1-0/+4
2013-09-05Tag, ...: move to libtag.aMax Kellermann1-1/+1
2013-09-05conf.h: remove obsolete headerMax Kellermann1-1/+1
2013-08-03audio_format: convert to C++Max Kellermann1-1/+1
2013-07-30tag: convert to C++Max Kellermann1-1/+1
2013-07-30output_api: convert to C++Max Kellermann1-3/+3
2013-04-17output: convert to C++Max Kellermann1-2/+2
2011-09-19output_plugin: the plugin allocates the audio_output objectMax Kellermann1-0/+1
2011-01-29copyright year 2011Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-03-13all: Update copyright header.Avuton Olrich1-7/+7
2009-02-25output_api: removed audio_output_get_name()Max Kellermann1-4/+0
2009-02-16output_api: don't include config.hMax Kellermann1-1/+0
2009-02-16mixer_api: replaced method "control()" with "{get,set}_volume()"Max Kellermann1-7/+0
2009-02-16output_api: moved "struct audio_output_plugin" to output_plugin.hMax Kellermann1-87/+1
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
2008-09-11output: removed audio_output.convertAudioFormatMax Kellermann1-1/+0
2008-09-09output: renamed method namesMax Kellermann1-22/+12
2008-09-08output: const plugin structuresMax Kellermann1-1/+1
2008-09-07output: replace audio_output.*Func with audio_output.pluginMax Kellermann1-7/+1