aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/fifo_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-02-26output_plugin: report errors with GErrorMax Kellermann1-26/+47
2009-02-25fifo: return bool valuesMax Kellermann1-12/+12
2009-02-25fifo: no CamelCaseMax Kellermann1-43/+50
2009-02-25fifo: removed timer!=NULL checksMax Kellermann1-12/+1
2009-02-25output_plugin: don't pass audio_output object to method init()Max Kellermann1-3/+3
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-10/+7
2009-01-25conf: const pointers in block get functionsMax Kellermann1-1/+1
2009-01-18conf: added config_get_block_string()Max Kellermann1-7/+6
2009-01-17conf: no CamelCase, part IMax Kellermann1-2/+2
2009-01-03null, fifo: use GLib instead of utils.hMax Kellermann1-5/+7
2009-01-01output plugins: don't include gcc.hMax Kellermann1-2/+4
2008-12-29fifo: use GLib loggingMax Kellermann1-21/+24
2008-10-29output: close device on play errorMax Kellermann1-1/+0
2008-10-29output: use bool for return values and flagsMax Kellermann1-12/+12
2008-10-26output: don't compile plugins which are disabledMax Kellermann1-9/+0
2008-10-26renamed src/audioOutputs/ to src/output/Max Kellermann1-0/+0
2008-10-08don't include os_compat.hMax Kellermann1-0/+4
2008-09-29use C99 struct initializersMax Kellermann1-9/+7
2008-09-24output: make "struct audio_output" opaque for output pluginsMax Kellermann1-18/+17
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-2/+4
2008-09-08output: const plugin structuresMax Kellermann1-1/+1
2008-09-07output: renamed typedef AudioOutput to struct audio_outputMax Kellermann1-7/+8
2008-09-07output: added output_api.hMax Kellermann1-3/+1
2008-04-12use size_t and constant pointer in ao pluginsMax Kellermann1-3/+4
2008-01-26fixed invalid C prototypesMax Kellermann1-1/+1
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-9/+1
2007-06-13Use parsePath for the fifo output's path parameter.J. Alexander Treuman1-9/+9
2007-06-13Adding FIFO audio output. This is pretty much identical to the old one,J. Alexander Treuman1-0/+299
2006-07-26Remove the fifo plugin. It's currently useless for the average user, and mak...J. Alexander Treuman1-251/+0
2006-07-23Renaming stat struct to st, for consistency with the rest of mpdJ. Alexander Treuman1-5/+5
2006-07-22Adding fifo output pluginJ. Alexander Treuman1-0/+251