aboutsummaryrefslogtreecommitdiffstats
path: root/src/output_api.h (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-09-07output: renamed typedef AudioOutput to struct audio_outputMax Kellermann1-12/+12
2008-09-07output: added output_api.hMax Kellermann1-49/+17
2008-09-07audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann1-4/+4
2008-08-29tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann1-2/+3
2008-08-29pass constant pointersMax Kellermann1-2/+2
2008-08-26moved struct AudioFormat to audio_format.hMax Kellermann1-1/+1
2008-04-12const pointers in audioOutput.cMax Kellermann1-1/+2
2008-04-12use size_t in audioOutput.c internalsMax Kellermann1-1/+1
2008-04-12use size_t and constant pointer in ao pluginsMax Kellermann1-2/+3
2008-02-05fix -Wconst warningsMax Kellermann1-3/+3
2008-01-26fixed invalid C prototypesMax Kellermann1-1/+1
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-0/+1
2007-06-13Adding FIFO audio output. This is pretty much identical to the old one,J. Alexander Treuman1-0/+1
2007-06-12Load shout first instead of last. This makes it more likely to block otherJ. Alexander Treuman1-1/+1
2007-06-10Load the shout plugin last. This will make sure it's played to last,J. Alexander Treuman1-1/+1
2007-05-30Adding a null output plugin.J. Alexander Treuman1-0/+1
2007-05-24Reverting to the full lsr API. Turns out the simple API needs all of theJ. Alexander Treuman1-0/+2