aboutsummaryrefslogtreecommitdiff
path: root/src/output/ao_plugin.c
Commit message (Expand)AuthorAge
* output/ao: add missing g_free in error pathJonathan Neuschäfer2011-07-18
* Merge release 0.15.16 into v0.16.xMax Kellermann2011-03-16
|\
| * Insure proper initialization of stack-allocated struct.Christopher Brannon2011-02-15
* | Update copyright notices.Avuton Olrich2009-12-31
* | audio_format: changed "bits" to "enum sample_format"Max Kellermann2009-12-02
* | include config.h in all sourcesMax Kellermann2009-11-12
|/
* all: Update copyright header.Avuton Olrich2009-03-13
* output_plugin: report errors with GErrorMax Kellermann2009-02-26
* ao: no CamelCaseMax Kellermann2009-02-25
* ao: removed AoData.device!=NULL checksMax Kellermann2009-02-25
* ao: removed implementation of method cancel()Max Kellermann2009-02-25
* output_plugin: don't pass audio_output object to method init()Max Kellermann2009-02-25
* output_api: removed audio_output_get_name()Max Kellermann2009-02-25
* output: pass the music chunk pointer as void*, not char*Max Kellermann2009-02-23
* output_api: play() returns a lengthMax Kellermann2009-02-23
* ao: declare AoData.writeSize as size_tMax Kellermann2009-02-10
* use g_free() instead of free()Max Kellermann2009-01-25
* conf: const pointers in block get functionsMax Kellermann2009-01-25
* conf: added config_get_block_unsigned()Max Kellermann2009-01-18
* conf: added config_get_block_string()Max Kellermann2009-01-18
* conf: no CamelCase, part IMax Kellermann2009-01-17
* ao: use g_strsplit() instead of strtok_r()Max Kellermann2009-01-03
* output plugins: don't include gcc.hMax Kellermann2009-01-01
* ao: use 16 bit sample formatMax Kellermann2008-12-09
* ao: print error message when ao_open_live() failsMax Kellermann2008-11-25
* ao: support all libao error codesMax Kellermann2008-11-25
* ao: use GLib instead of utils.h/log.hMax Kellermann2008-11-25
* output: close device on play errorMax Kellermann2008-10-29
* output: use bool for return values and flagsMax Kellermann2008-10-29
* output: don't compile plugins which are disabledMax Kellermann2008-10-26
* renamed src/audioOutputs/ to src/output/Max Kellermann2008-10-26