aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs/audioOutput_fifo.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-26renamed src/audioOutputs/ to src/output/Max Kellermann1-290/+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