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_plugin.h
Age
Commit message (
Expand
)
Author
2013-04-17
output: convert to C++
Max Kellermann
2013-01-30
{encoder,output}_api.h: allow compiling as C++
Max Kellermann
2012-08-02
gcc.h: re-add gcc_const and gcc_pure
Max Kellermann
2012-08-02
DatabaseVisitor, ...: use GError forward declaration
Max Kellermann
2011-09-19
output_plugin: the plugin allocates the audio_output object
Max Kellermann
2011-03-31
fix common misspellings
Jonathan Neuschäfer
2011-01-29
copyright year 2011
Max Kellermann
2010-11-05
output_plugin: add method delay()
Max Kellermann
2009-12-31
Update copyright notices.
Avuton Olrich
2009-10-29
output_plugin: added method "drain"
Max Kellermann
2009-10-23
output_plugin: added methods enable() and disable()
Max Kellermann
2009-03-26
output_plugin: replaced output_plugin.get_mixer() with mixer_plugin
Max Kellermann
2009-03-13
all: Update copyright header.
Avuton Olrich
2009-02-26
output_plugin: report errors with GError
Max Kellermann
2009-02-25
output_plugin: don't pass audio_output object to method init()
Max Kellermann
2009-02-23
output: pass the music chunk pointer as void*, not char*
Max Kellermann
2009-02-23
output_api: play() returns a length
Max Kellermann
2009-02-16
output_plugin: replaced method "control()" with "mixer()"
Max Kellermann
2009-02-16
output_plugin: added inline wrapper functions
Max Kellermann
2009-02-16
output_plugin: reorder method declarations
Max Kellermann
2009-02-16
output_api: moved "struct audio_output_plugin" to output_plugin.h
Max Kellermann