aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs/audioOutput_mvp.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-26renamed src/audioOutputs/ to src/output/Max Kellermann1-280/+0
2008-10-10mvp: unsinged integersMax Kellermann1-4/+5
2008-10-10mvp: adapt to the new output device APIMax Kellermann1-20/+21
2008-10-10mvp: missing includesMax Kellermann1-0/+5
2008-10-10audio_format: renamed sampleRate to sample_rateMax Kellermann1-4/+4
2008-10-10audio_format: unsigned integersMax Kellermann1-1/+1
2008-09-29use C99 struct initializersMax Kellermann1-9/+8
2008-09-24output: set audio_output->open=1 in audio_output_task()Max Kellermann1-2/+0
2008-09-24output: pass audio_format to plugin.init() and plugin.open()Max Kellermann1-2/+3
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/+2
2008-04-12use size_t and constant pointer in ao pluginsMax Kellermann1-2/+3
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-11/+1
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2006-10-18remove some unneccesary includes from the audioOutput'sWarren Dukes1-3/+0
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong1-1/+1
2006-08-08more sparse cleanupsEric Wong1-1/+1
2006-07-20Add mpd-indent.shAvuton Olrich1-4/+4
2006-07-17audioOutput_mvp: remove unused variableEric Wong1-1/+0
2006-07-15[CLEANUP] Fix indentation to be like the rest ofAvuton Olrich1-126/+130
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-14Use a macro to declare disabled audio output pluginsJ. Alexander Treuman1-14/+2
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2005-11-19gcc 2.95 fixesEric Wong1-1/+1
2005-08-11patch from Oliver Logghe for Hauppage Media MVP supportWarren Dukes1-0/+296