aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutput.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* added prefix to header macrosMax Kellermann2008-10-311-2/+2
* don't include os_compat.hMax Kellermann2008-10-081-1/+1
* output: moved code from audioOutput.c to output_control.cMax Kellermann2008-09-091-19/+0
* output: removed keepAudioOutputAlive() declarationMax Kellermann2008-09-091-1/+0
* output: static audio_output_plugin list as arrayMax Kellermann2008-09-081-17/+0
* output: renamed typedef AudioOutput to struct audio_outputMax Kellermann2008-09-071-21/+22
* output: added output_api.hMax Kellermann2008-09-071-64/+3
* audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann2008-09-071-4/+4
* tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann2008-08-291-2/+3
* pass constant pointersMax Kellermann2008-08-291-2/+2
* moved struct AudioFormat to audio_format.hMax Kellermann2008-08-261-1/+1
* const pointers in audioOutput.cMax Kellermann2008-04-121-1/+2
* use size_t in audioOutput.c internalsMax Kellermann2008-04-121-1/+1
* use size_t and constant pointer in ao pluginsMax Kellermann2008-04-121-2/+3
* fix -Wconst warningsMax Kellermann2008-02-051-3/+3
* fixed invalid C prototypesMax Kellermann2008-01-261-1/+1
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-0/+1
* Adding FIFO audio output. This is pretty much identical to the old one,J. Alexander Treuman2007-06-131-0/+1
* Load shout first instead of last. This makes it more likely to block otherJ. Alexander Treuman2007-06-121-1/+1
* Load the shout plugin last. This will make sure it's played to last,J. Alexander Treuman2007-06-101-1/+1
* Adding a null output plugin.J. Alexander Treuman2007-05-301-0/+1
* Reverting to the full lsr API. Turns out the simple API needs all of theJ. Alexander Treuman2007-05-241-0/+2
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* sparse: move extern declarations for plugins into header filesEric Wong2007-01-141-0/+10
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-141-12/+1
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-261-0/+1
* Fix missing initializer in DISABLED_AUDIO_OUTPUT_PLUGIN();Avuton Olrich2006-08-201-0/+1
* Fix warnings for -Wmissing-prototypesAvuton Olrich2006-08-201-2/+2
* audio: malloc reductionsEric Wong2006-08-011-1/+1
* Add mpd-indent.shAvuton Olrich2006-07-201-32/+32
* Committing qball's patch to list supported audio outputs in --versionJ. Alexander Treuman2006-07-161-0/+1
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* Use a macro to declare disabled audio output pluginsJ. Alexander Treuman2006-07-141-1/+13
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-1/+1
* if no audioOutput specified, we no attempt to detect if there exists a usable...Warren Dukes2005-03-121-0/+3
* we ne allow audioOutput plugins to set the final outAudioFormat that will be ...Warren Dukes2005-03-081-0/+1
* implemented dropping of current buffered audio, works for oss, but there seemsWarren Dukes2005-03-051-0/+5
* don't need to pass audioFormat to openDeviceFuncWarren Dukes2004-11-191-2/+1
* abstract out audioFormat conversion from shout plugin to the audioOutput layer,Warren Dukes2004-11-021-0/+7
* move audioOutput plugins to audioOutput directoryWarren Dukes2004-11-021-2/+0
* merge shank-rewrite-config changesWarren Dukes2004-10-281-2/+6
* fix a big time bug in metadataChunk (off by one in an array assignment)Warren Dukes2004-10-251-3/+6
* wee found the audioFormatConversion bug, was actually a bug in shout pluginWarren Dukes2004-10-231-0/+6
* shout audioOutput will now connect and disconnect from icecast serverWarren Dukes2004-10-201-1/+1
* ok, now we're using some of the new audioOutput layer stuff, needs some serio...Warren Dukes2004-10-201-2/+5
* some work on the new audioOutput layerWarren Dukes2004-10-201-11/+5
* add audioOutput.cWarren Dukes2004-10-101-0/+6
* beginnings of ao audioOutput pluginWarren Dukes2004-09-081-0/+11
* definition for audioOutput plugin interfaceWarren Dukes2004-09-061-0/+61