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