aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs/audioOutput_mvp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* renamed src/audioOutputs/ to src/output/Max Kellermann2008-10-261-280/+0
* mvp: unsinged integersMax Kellermann2008-10-101-4/+5
* mvp: adapt to the new output device APIMax Kellermann2008-10-101-20/+21
* mvp: missing includesMax Kellermann2008-10-101-0/+5
* audio_format: renamed sampleRate to sample_rateMax Kellermann2008-10-101-4/+4
* audio_format: unsigned integersMax Kellermann2008-10-101-1/+1
* use C99 struct initializersMax Kellermann2008-09-291-9/+8
* output: set audio_output->open=1 in audio_output_task()Max Kellermann2008-09-241-2/+0
* output: pass audio_format to plugin.init() and plugin.open()Max Kellermann2008-09-241-2/+3
* 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/+2
* use size_t and constant pointer in ao pluginsMax Kellermann2008-04-121-2/+3
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-11/+1
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* remove some unneccesary includes from the audioOutput'sWarren Dukes2006-10-181-3/+0
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-261-1/+1
* more sparse cleanupsEric Wong2006-08-081-1/+1
* Add mpd-indent.shAvuton Olrich2006-07-201-4/+4
* audioOutput_mvp: remove unused variableEric Wong2006-07-171-1/+0
* [CLEANUP] Fix indentation to be like the rest ofAvuton Olrich2006-07-151-126/+130
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* Use a macro to declare disabled audio output pluginsJ. Alexander Treuman2006-07-141-14/+2
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-1/+1
* gcc 2.95 fixesEric Wong2005-11-191-1/+1
* patch from Oliver Logghe for Hauppage Media MVP supportWarren Dukes2005-08-111-0/+296