aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs/audioOutput_fifo.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* renamed src/audioOutputs/ to src/output/Max Kellermann2008-10-261-290/+0
* don't include os_compat.hMax Kellermann2008-10-081-0/+4
* use C99 struct initializersMax Kellermann2008-09-291-9/+7
* output: make "struct audio_output" opaque for output pluginsMax Kellermann2008-09-241-18/+17
* output: set audio_output->open=1 in audio_output_task()Max Kellermann2008-09-241-4/+0
* output: pass audio_format to plugin.init() and plugin.open()Max Kellermann2008-09-241-2/+4
* output: const plugin structuresMax Kellermann2008-09-081-1/+1
* output: renamed typedef AudioOutput to struct audio_outputMax Kellermann2008-09-071-7/+8
* output: added output_api.hMax Kellermann2008-09-071-3/+1
* use size_t and constant pointer in ao pluginsMax Kellermann2008-04-121-3/+4
* fixed invalid C prototypesMax Kellermann2008-01-261-1/+1
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-9/+1
* Use parsePath for the fifo output's path parameter.J. Alexander Treuman2007-06-131-9/+9
* Adding FIFO audio output. This is pretty much identical to the old one,J. Alexander Treuman2007-06-131-0/+299
* Remove the fifo plugin. It's currently useless for the average user, and mak...J. Alexander Treuman2006-07-261-251/+0
* Renaming stat struct to st, for consistency with the rest of mpdJ. Alexander Treuman2006-07-231-5/+5
* Adding fifo output pluginJ. Alexander Treuman2006-07-221-0/+251