index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
output_api.h
Age
Commit message (
Expand
)
Author
2009-03-13
all: Update copyright header.
Avuton Olrich
2009-02-25
output_api: removed audio_output_get_name()
Max Kellermann
2009-02-16
output_api: don't include config.h
Max Kellermann
2009-02-16
mixer_api: replaced method "control()" with "{get,set}_volume()"
Max Kellermann
2009-02-16
output_api: moved "struct audio_output_plugin" to output_plugin.h
Max Kellermann
2009-02-16
output_api: moved "enum output_command" to output_internal.h
Max Kellermann
2009-02-09
output_api: include "config.h" without "../"
Max Kellermann
2009-01-30
output_api: moved the command check out of method pause()
Max Kellermann
2009-01-30
output_api: removed DISABLED_AUDIO_OUTPUT_PLUGIN
Max Kellermann
2009-01-30
output_api: removed audio_output_closed()
Max Kellermann
2009-01-25
mixer: removed mixer_configure_legacy(), AC_MIXER_CONFIGURE
Max Kellermann
2009-01-25
conf: const pointers in block get functions
Max Kellermann
2009-01-17
conf: no CamelCase, part I
Max Kellermann
2008-12-31
Moving mixers to audio outputs
Viliam Mateicka
2008-11-25
output: use GLib instead of log.h/util.h
Max Kellermann
2008-10-31
added prefix to header macros
Max Kellermann
2008-10-29
output: use bool for return values and flags
Max Kellermann
2008-10-08
don't include os_compat.h
Max Kellermann
2008-09-29
audio_output: added method pause()
Max Kellermann
2008-09-29
audio_output: added function audio_output_is_pending()
Max Kellermann
2008-09-24
output: document the audio_output_plugin methods
Max Kellermann
2008-09-24
output: make "struct audio_output" opaque for output plugins
Max Kellermann
2008-09-24
output: added audio_output_closed()
Max Kellermann
2008-09-24
output: added audio_output_get_name()
Max Kellermann
2008-09-24
output: pass audio_format to plugin.init() and plugin.open()
Max Kellermann
2008-09-24
output: one thread per audio output
Max Kellermann
2008-09-11
output: removed audio_output.sameInAndOutFormats
Max Kellermann
2008-09-11
output: removed audio_output.convertAudioFormat
Max Kellermann
2008-09-09
output: renamed method names
Max Kellermann
2008-09-08
output: const plugin structures
Max Kellermann
2008-09-07
output: replace audio_output.*Func with audio_output.plugin
Max Kellermann
2008-09-07
output: renamed typedef AudioOutput to struct audio_output
Max Kellermann
2008-09-07
output: added output_api.h
Max Kellermann