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