| Commit message (Expand) | Author | Age | Files | Lines |
* | After changing ERROR();exit() to FATAL(), gcc incorrectly detects some | J. Alexander Treuman | 2007-05-26 | 1 | -3/+2 |
* | Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single | J. Alexander Treuman | 2007-05-26 | 1 | -24/+14 |
* | The massive copyright update | Avuton Olrich | 2007-04-05 | 1 | -1/+1 |
* | Don't initialize globals to zero (or NULL) | Eric Wong | 2007-01-14 | 1 | -1/+1 |
* | remove some unneccesary includes from the audioOutput's | Warren Dukes | 2006-10-18 | 1 | -3/+0 |
* | audioOutput_shout: use shout_set_nonblocking | Eric Wong | 2006-10-11 | 1 | -3/+17 |
* | Allow an ogg quality of -1 to be specified. | J. Alexander Treuman | 2006-10-10 | 1 | -5/+5 |
* | 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 | -2/+2 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 1 | -174/+196 |
* | sparse: ANSI-fy function declarations | Eric Wong | 2006-07-17 | 1 | -1/+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 | -13/+2 |
* | Huge header update, update the copyright and add | Avuton Olrich | 2006-07-13 | 1 | -1/+1 |
* | Remove unnecessary include, has always been pulled | Avuton Olrich | 2006-07-05 | 1 | -1/+0 |
* | Hopefully the last of the spelling fixes :> | Eric Wong | 2006-03-16 | 1 | -2/+2 |
* | remove C++ style comments | Eric Wong | 2005-11-19 | 1 | -1/+1 |
* | a little more error output | Warren Dukes | 2005-03-13 | 1 | -2/+3 |
* | if no audioOutput specified, we no attempt to detect if there exists a usable... | Warren Dukes | 2005-03-12 | 1 | -0/+2 |
* | wee bit of code cleanup | Warren Dukes | 2005-03-05 | 1 | -1/+1 |
* | fix some compilation warning | Warren Dukes | 2005-03-05 | 1 | -1/+3 |
* | implemented dropping of current buffered audio, works for oss, but there seems | Warren Dukes | 2005-03-05 | 1 | -0/+4 |
* | don't need to pass audioFormat to openDeviceFunc | Warren Dukes | 2004-11-19 | 1 | -3/+1 |
* | merge changes from metadata-rewrite branch | Warren Dukes | 2004-11-10 | 1 | -3/+15 |
* | add "genre" and "description" to shout config parameters | Warren Dukes | 2004-11-09 | 1 | -0/+19 |
* | be sure to flush the metadata on song change | Warren Dukes | 2004-11-09 | 1 | -39/+47 |
* | don't set granulepos, that's pad, mmmkay? | Warren Dukes | 2004-11-09 | 1 | -5/+0 |
* | try one other thing to fix icecast dropping clients | Warren Dukes | 2004-11-09 | 1 | -0/+1 |
* | make default non-public | Warren Dukes | 2004-11-04 | 1 | -1/+1 |
* | shout config: make "user" optional and default to "source", also add optional... | Warren Dukes | 2004-11-04 | 1 | -2/+17 |
* | new commands: enalbe_device, and disable_device, (maybe these commands should... | Warren Dukes | 2004-11-02 | 1 | -1/+7 |
* | abstract out audioFormat conversion from shout plugin to the audioOutput layer, | Warren Dukes | 2004-11-02 | 1 | -57/+15 |
* | print more info out in error messages for shout | Warren Dukes | 2004-11-02 | 1 | -7/+16 |
* | only attempt to reconnect to shout server every 60 seconds | Warren Dukes | 2004-11-02 | 1 | -6/+21 |
* | move audioOutput dir to audioOutputs | Warren Dukes | 2004-11-02 | 1 | -0/+581 |