aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/ao_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-02-15Insure proper initialization of stack-allocated struct.Christopher Brannon1-1/+4
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
2008-09-08output: const plugin structuresMax Kellermann1-1/+1
2008-09-07output: renamed typedef AudioOutput to struct audio_outputMax Kellermann1-7/+7
2008-09-07output: added output_api.hMax Kellermann1-3/+2
2008-08-26enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann1-1/+1
2008-04-12fixed another shadow warningMax Kellermann1-11/+11
2008-04-12use size_t and constant pointer in ao pluginsMax Kellermann1-5/+23
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-4/+1
2007-05-27Fix compilation error (missing ,)Avuton Olrich1-1/+1
2007-05-26Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman1-20/+9
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2007-01-21Fix some error messages concerning _ao output driverQball Cow1-2/+2
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong1-1/+1
2006-10-18remove some unneccesary includes from the audioOutput'sWarren Dukes1-2/+0
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong1-3/+3
2006-08-08more sparse cleanupsEric Wong1-2/+2
2006-07-20Add mpd-indent.shAvuton Olrich1-1/+1
2006-07-20Add mpd-indent.shAvuton Olrich1-90/+93
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1