aboutsummaryrefslogtreecommitdiffstats
path: root/src/MixerPlugin.hxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-19*: use nullptr instead of NULLMax Kellermann1-5/+5
2013-09-04util/Error: new error passing libraryMax Kellermann1-7/+6
2013-08-04MixerPlugin: pass config_param referenceMax Kellermann1-3/+2
2013-07-30include cleanupMax Kellermann1-2/+0
2013-04-16MixerInternal: convert to classMax Kellermann1-8/+8
2013-02-22mixer_plugin: convert to C++Max Kellermann1-4/+4
2012-08-02DatabaseVisitor, ...: use GError forward declarationMax Kellermann1-1/+1
2011-03-31fix common misspellingsJonathan Neuschäfer1-4/+4
2011-01-29copyright year 2011Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-10-23mixer_plugin: get_volume() may return -1 if unavailableMax Kellermann1-2/+2
2009-10-21mixer_plugin: pass audio_output pointer to mixer_plugin.init()Max Kellermann1-1/+4
2009-10-20mixer_plugin: use GError for error handlingMax Kellermann1-5/+21
2009-03-26mixer: added flag "open"Max Kellermann1-0/+7
2009-03-14mixer_api: moved struct mixer_plugin to mixer_plugin.hMax Kellermann1-49/+16
2009-03-13all: Update copyright header.Avuton Olrich1-3/+4
2009-03-07pulse mixerDavid Guibert1-0/+1
2009-03-02mixer: adding code to optionally disable all hw mixersViliam Mateicka1-0/+2
2009-02-16mixer: include cleanupMax Kellermann1-1/+3
2009-02-16mixer_api: replaced method "control()" with "{get,set}_volume()"Max Kellermann1-6/+28
2009-01-25mixer_api: removed struct mixer_dataMax Kellermann1-9/+10
2009-01-25mixer: merged methods "init" and "configure"Max Kellermann1-11/+3
2009-01-25mixer: removed mixer_configure(), configure mixer in mixer_new()Max Kellermann1-2/+1
2009-01-25mixer: return a mixer struct pointerMax Kellermann1-0/+7
2009-01-25mixer: make all mixer_plugin pointers constMax Kellermann1-4/+4
2009-01-25mixer: added missing copyright headersMax Kellermann1-0/+17
2009-01-25conf: const pointers in block get functionsMax Kellermann1-2/+3
2009-01-17conf: no CamelCase, part IMax Kellermann1-2/+2
2009-01-10Introducing mixer apiViliam Mateicka1-23/+51
2009-01-04renaming mixer.h to mixer_api.hViliam Mateicka1-0/+0
2008-12-31Moving mixers to audio outputsViliam Mateicka1-0/+33