aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs/audioOutput_null.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* use C99 struct initializersMax Kellermann2008-09-291-9/+6
* output: make "struct audio_output" opaque for output pluginsMax Kellermann2008-09-241-15/+28
* output: set audio_output->open=1 in audio_output_task()Max Kellermann2008-09-241-3/+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-6/+6
* output: added output_api.hMax Kellermann2008-09-071-1/+1
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-261-2/+3
* use size_t and constant pointer in ao pluginsMax Kellermann2008-04-121-1/+2
* Move the timing code from the null plugin to timer.c, so it can be easilyJ. Alexander Treuman2007-05-301-74/+19
* Adding a null output plugin.J. Alexander Treuman2007-05-301-0/+129