aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/AoOutputPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-23output/*: move to output/plugins/Max Kellermann1-286/+0
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-10-02Log: new logging library APIMax Kellermann1-5/+3
2013-09-04util/Error: new error passing libraryMax Kellermann1-26/+23
2013-08-04OutputPlugin: pass config_param referenceMax Kellermann1-8/+8
2013-08-03audio_format: convert to C++Max Kellermann1-7/+7
2013-07-30tag: convert to C++Max Kellermann1-0/+2
2013-07-30output_api: convert to C++Max Kellermann1-1/+1
2013-04-17output/ao: convert to C++Max Kellermann1-58/+83
2012-03-06use g_strerror() instead of strerror()Max Kellermann1-1/+1
2011-09-19output_plugin: the plugin allocates the audio_output objectMax Kellermann1-12/+23
2011-09-17output: per-plugin headerMax Kellermann1-0/+1
2011-09-17output: rename plugin source filesMax Kellermann1-0/+0
2011-07-18output/ao: add missing g_free in error pathJonathan Neuschäfer1-0/+3
2011-02-15Insure proper initialization of stack-allocated struct.Christopher Brannon1-1/+4
2011-01-29copyright year 2011Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-02audio_format: changed "bits" to "enum sample_format"Max Kellermann1-6/+17
2009-11-12include config.h in all sourcesMax Kellermann1-1/+2
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-02-26output_plugin: report errors with GErrorMax Kellermann1-16/+36
2009-02-25ao: no CamelCaseMax Kellermann1-48/+41
2009-02-25ao: removed AoData.device!=NULL checksMax Kellermann1-12/+1
2009-02-25ao: removed implementation of method cancel()Max Kellermann1-6/+0
2009-02-25output_plugin: don't pass audio_output object to method init()Max Kellermann1-2/+1
2009-02-25output_api: removed audio_output_get_name()Max Kellermann1-2/+2
2009-02-23output: pass the music chunk pointer as void*, not char*Max Kellermann1-2/+2
2009-02-23output_api: play() returns a lengthMax Kellermann1-13/+7
2009-02-10ao: declare AoData.writeSize as size_tMax Kellermann1-3/+3
2009-01-25use g_free() instead of free()Max Kellermann1-1/+1
2009-01-25conf: const pointers in block get functionsMax Kellermann1-1/+1
2009-01-18conf: added config_get_block_unsigned()Max Kellermann1-10/+1
2009-01-18conf: added config_get_block_string()Max Kellermann1-9/+8
2009-01-17conf: no CamelCase, part IMax Kellermann1-4/+5
2009-01-03ao: use g_strsplit() instead of strtok_r()Max Kellermann1-37/+15
2009-01-01output plugins: don't include gcc.hMax Kellermann1-2/+2
2008-12-09ao: use 16 bit sample formatMax Kellermann1-0/+6
2008-11-25ao: print error message when ao_open_live() failsMax Kellermann1-1/+3
2008-11-25ao: support all libao error codesMax Kellermann1-9/+29
2008-11-25ao: use GLib instead of utils.h/log.hMax Kellermann1-19/+21
2008-10-29output: close device on play errorMax Kellermann1-1/+0
2008-10-29output: use bool for return values and flagsMax Kellermann1-8/+9
2008-10-26output: don't compile plugins which are disabledMax Kellermann1-8/+0
2008-10-26renamed src/audioOutputs/ to src/output/Max Kellermann1-0/+0
2008-10-10audio_format: renamed sampleRate to sample_rateMax Kellermann1-1/+1
2008-09-29use C99 struct initializersMax Kellermann1-9/+7
2008-09-24output: make "struct audio_output" opaque for output pluginsMax Kellermann1-19/+16
2008-09-24output: added audio_output_get_name()Max Kellermann1-1/+1
2008-09-24output: set audio_output->open=1 in audio_output_task()Max Kellermann1-4/+0
2008-09-24output: pass audio_format to plugin.init() and plugin.open()Max Kellermann1-4/+6