aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/ao_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Insure proper initialization of stack-allocated struct.Christopher Brannon2011-02-151-1/+4
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* output_plugin: report errors with GErrorMax Kellermann2009-02-261-16/+36
* ao: no CamelCaseMax Kellermann2009-02-251-48/+41
* ao: removed AoData.device!=NULL checksMax Kellermann2009-02-251-12/+1
* ao: removed implementation of method cancel()Max Kellermann2009-02-251-6/+0
* output_plugin: don't pass audio_output object to method init()Max Kellermann2009-02-251-2/+1
* output_api: removed audio_output_get_name()Max Kellermann2009-02-251-2/+2
* output: pass the music chunk pointer as void*, not char*Max Kellermann2009-02-231-2/+2
* output_api: play() returns a lengthMax Kellermann2009-02-231-13/+7
* ao: declare AoData.writeSize as size_tMax Kellermann2009-02-101-3/+3
* use g_free() instead of free()Max Kellermann2009-01-251-1/+1
* conf: const pointers in block get functionsMax Kellermann2009-01-251-1/+1
* conf: added config_get_block_unsigned()Max Kellermann2009-01-181-10/+1
* conf: added config_get_block_string()Max Kellermann2009-01-181-9/+8
* conf: no CamelCase, part IMax Kellermann2009-01-171-4/+5
* ao: use g_strsplit() instead of strtok_r()Max Kellermann2009-01-031-37/+15
* output plugins: don't include gcc.hMax Kellermann2009-01-011-2/+2
* ao: use 16 bit sample formatMax Kellermann2008-12-091-0/+6
* ao: print error message when ao_open_live() failsMax Kellermann2008-11-251-1/+3
* ao: support all libao error codesMax Kellermann2008-11-251-9/+29
* ao: use GLib instead of utils.h/log.hMax Kellermann2008-11-251-19/+21
* output: close device on play errorMax Kellermann2008-10-291-1/+0
* output: use bool for return values and flagsMax Kellermann2008-10-291-8/+9
* output: don't compile plugins which are disabledMax Kellermann2008-10-261-8/+0
* renamed src/audioOutputs/ to src/output/Max Kellermann2008-10-261-0/+253