aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs/audioOutput_null.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-26renamed src/audioOutputs/ to src/output/Max Kellermann1-85/+0
2008-09-29use C99 struct initializersMax Kellermann1-9/+6
2008-09-24output: make "struct audio_output" opaque for output pluginsMax Kellermann1-15/+28
2008-09-24output: set audio_output->open=1 in audio_output_task()Max Kellermann1-3/+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-6/+6
2008-09-07output: added output_api.hMax Kellermann1-1/+1
2008-08-26enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann1-2/+3
2008-04-12use size_t and constant pointer in ao pluginsMax Kellermann1-1/+2
2007-05-30Move the timing code from the null plugin to timer.c, so it can be easilyJ. Alexander Treuman1-74/+19
2007-05-30Adding a null output plugin.J. Alexander Treuman1-0/+129