| Commit message (Expand) | Author | Age | Files | Lines |
* | an attempted fix for bug 1368 | Warren Dukes | 2006-10-17 | 1 | -20/+26 |
* | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 2006-08-26 | 1 | -1/+1 |
* | Spelling & Grammar | Avuton Olrich | 2006-08-11 | 1 | -1/+1 |
* | audio: malloc reductions | Eric Wong | 2006-08-01 | 1 | -33/+26 |
* | remove deprecated myfprintf wrapper | Eric Wong | 2006-07-30 | 1 | -2/+3 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 1 | -1/+1 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 1 | -85/+98 |
* | sparse: ANSI-fy function declarations | Eric Wong | 2006-07-17 | 1 | -2/+2 |
* | Committing qball's patch to list supported audio outputs in --version | J. Alexander Treuman | 2006-07-16 | 1 | -0/+12 |
* | Change shank's email address | J. Alexander Treuman | 2006-07-14 | 1 | -1/+1 |
* | Huge header update, update the copyright and add | Avuton Olrich | 2006-07-13 | 1 | -0/+18 |
* | don't require format parameter for audio_output options | Warren Dukes | 2005-06-05 | 1 | -1/+1 |
* | forgot to parse the format string of audio_output's | Warren Dukes | 2005-05-29 | 1 | -11/+14 |
* | if no audioOutput specified, we no attempt to detect if there exists a usable... | Warren Dukes | 2005-03-12 | 1 | -38/+70 |
* | we ne allow audioOutput plugins to set the final outAudioFormat that will be ... | Warren Dukes | 2005-03-08 | 1 | -9/+16 |
* | 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 | -1/+1 |
* | ok, now song->url is only the filename, not the full path to the song | Warren Dukes | 2004-11-11 | 1 | -1/+1 |
* | add a buffer to audio layer, so we only send data to audio devices 32 times p... | Warren Dukes | 2004-11-09 | 1 | -2/+0 |
* | see if this fixes the clients disconnecting issues | Warren Dukes | 2004-11-08 | 1 | -2/+9 |
* | abstract out audioFormat conversion from shout plugin to the audioOutput layer, | Warren Dukes | 2004-11-02 | 1 | -7/+82 |
* | now np's OSS stuff actually works | Warren Dukes | 2004-11-02 | 1 | -1/+1 |
* | begin integrating np's oss code | Warren Dukes | 2004-10-29 | 1 | -0/+2 |
* | fix user being parsed as a path | Warren Dukes | 2004-10-28 | 1 | -0/+2 |
* | merge shank-rewrite-config changes | Warren Dukes | 2004-10-28 | 1 | -5/+35 |
* | also, don't need the device open to send the metadata | Warren Dukes | 2004-10-26 | 1 | -1/+1 |
* | fix a big time bug in metadataChunk (off by one in an array assignment) | Warren Dukes | 2004-10-25 | 1 | -0/+6 |
* | shout audioOutput will now connect and disconnect from icecast server | Warren Dukes | 2004-10-20 | 1 | -2/+5 |
* | some small cleanups | Warren Dukes | 2004-10-20 | 1 | -1/+4 |
* | ok, now we're using some of the new audioOutput layer stuff, needs some serio... | Warren Dukes | 2004-10-20 | 1 | -0/+1 |
* | some work on the new audioOutput layer | Warren Dukes | 2004-10-20 | 1 | -4/+18 |
* | add audioOutput.c | Warren Dukes | 2004-10-10 | 1 | -0/+43 |