| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 2006-08-26 | 1 | -0/+1 |
* | Fix missing initializer in DISABLED_AUDIO_OUTPUT_PLUGIN(); | Avuton Olrich | 2006-08-20 | 1 | -0/+1 |
* | Fix warnings for -Wmissing-prototypes | Avuton Olrich | 2006-08-20 | 1 | -2/+2 |
* | audio: malloc reductions | Eric Wong | 2006-08-01 | 1 | -1/+1 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 1 | -32/+32 |
* | Committing qball's patch to list supported audio outputs in --version | J. Alexander Treuman | 2006-07-16 | 1 | -0/+1 |
* | Change shank's email address | J. Alexander Treuman | 2006-07-14 | 1 | -1/+1 |
* | Use a macro to declare disabled audio output plugins | J. Alexander Treuman | 2006-07-14 | 1 | -1/+13 |
* | Huge header update, update the copyright and add | Avuton Olrich | 2006-07-13 | 1 | -1/+1 |
* | if no audioOutput specified, we no attempt to detect if there exists a usable... | Warren Dukes | 2005-03-12 | 1 | -0/+3 |
* | we ne allow audioOutput plugins to set the final outAudioFormat that will be ... | Warren Dukes | 2005-03-08 | 1 | -0/+1 |
* | implemented dropping of current buffered audio, works for oss, but there seems | Warren Dukes | 2005-03-05 | 1 | -0/+5 |
* | don't need to pass audioFormat to openDeviceFunc | Warren Dukes | 2004-11-19 | 1 | -2/+1 |
* | abstract out audioFormat conversion from shout plugin to the audioOutput layer, | Warren Dukes | 2004-11-02 | 1 | -0/+7 |
* | move audioOutput plugins to audioOutput directory | Warren Dukes | 2004-11-02 | 1 | -2/+0 |
* | merge shank-rewrite-config changes | Warren Dukes | 2004-10-28 | 1 | -2/+6 |
* | fix a big time bug in metadataChunk (off by one in an array assignment) | Warren Dukes | 2004-10-25 | 1 | -3/+6 |
* | wee found the audioFormatConversion bug, was actually a bug in shout plugin | Warren Dukes | 2004-10-23 | 1 | -0/+6 |
* | shout audioOutput will now connect and disconnect from icecast server | Warren Dukes | 2004-10-20 | 1 | -1/+1 |
* | ok, now we're using some of the new audioOutput layer stuff, needs some serio... | Warren Dukes | 2004-10-20 | 1 | -2/+5 |
* | some work on the new audioOutput layer | Warren Dukes | 2004-10-20 | 1 | -11/+5 |
* | add audioOutput.c | Warren Dukes | 2004-10-10 | 1 | -0/+6 |
* | beginnings of ao audioOutput plugin | Warren Dukes | 2004-09-08 | 1 | -0/+11 |
* | definition for audioOutput plugin interface | Warren Dukes | 2004-09-06 | 1 | -0/+61 |