| Commit message (Expand) | Author | Files | Lines |
2008-09-02 | tag: renamed functions, no CamelCase | Max Kellermann | 1 | -4/+4 |
2008-09-02 | tag: renamed MpdTag and MpdTagItem to struct mpd_tag, struct tag_item | Max Kellermann | 1 | -2/+2 |
2008-09-01 | use deconst_ptr instead of duplicating deconst logic | Eric Wong | 1 | -6/+6 |
2008-08-30 | converted MpdTagItem.type to an enum | Max Kellermann | 1 | -0/+2 |
2008-04-12 | use size_t and constant pointer in ao plugins | Max Kellermann | 1 | -3/+5 |
2008-03-26 | eliminated duplicate initialization | Max Kellermann | 1 | -1/+1 |
2008-03-26 | parse/initialize with the correct data type | Max Kellermann | 1 | -1/+1 |
2008-02-05 | fix -Wconst warnings | Max Kellermann | 1 | -6/+11 |
2008-01-26 | fixed "comparison between signed and unsigned" | Max Kellermann | 1 | -1/+1 |
2008-01-03 | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 1 | -5/+0 |
2007-09-05 | conf: use getBoolBlockParam for block params, too | Eric Wong | 1 | -10/+4 |
2007-08-27 | export FATAL() with noreturn attribute | Eric Wong | 1 | -3/+1 |
2007-08-11 | audioOutputs/audioOutput_shout: adding timers back | J. Alexander Treuman | 1 | -27/+80 |
2007-06-12 | Use <= when comparing (current time - start time) to a timeout. This way | J. Alexander Treuman | 1 | -2/+2 |
2007-06-12 | Make the shout timeout configurable. The default is still 2 seconds. | J. Alexander Treuman | 1 | -2/+13 |
2007-06-12 | Redoing remiss's shout patch. This time, just block on open() instead of | J. Alexander Treuman | 1 | -96/+29 |
2007-06-09 | This should resolve some of the timing issues experienced after switching fro... | Roger Bystrøm | 1 | -8/+76 |
2007-05-26 | After changing ERROR();exit() to FATAL(), gcc incorrectly detects some | J. Alexander Treuman | 1 | -3/+2 |
2007-05-26 | Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single | J. Alexander Treuman | 1 | -24/+14 |
2007-04-05 | The massive copyright update | Avuton Olrich | 1 | -1/+1 |
2007-01-14 | Don't initialize globals to zero (or NULL) | Eric Wong | 1 | -1/+1 |
2006-10-18 | remove some unneccesary includes from the audioOutput's | Warren Dukes | 1 | -3/+0 |
2006-10-11 | audioOutput_shout: use shout_set_nonblocking | Eric Wong | 1 | -3/+17 |
2006-10-10 | Allow an ogg quality of -1 to be specified. | J. Alexander Treuman | 1 | -5/+5 |
2006-08-26 | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 1 | -1/+1 |
2006-08-11 | Spelling & Grammar | Avuton Olrich | 1 | -2/+2 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -174/+196 |
2006-07-17 | sparse: ANSI-fy function declarations | Eric Wong | 1 | -1/+1 |
2006-07-14 | Change shank's email address | J. Alexander Treuman | 1 | -1/+1 |
2006-07-14 | Use a macro to declare disabled audio output plugins | J. Alexander Treuman | 1 | -13/+2 |
2006-07-13 | Huge header update, update the copyright and add | Avuton Olrich | 1 | -1/+1 |
2006-07-05 | Remove unnecessary include, has always been pulled | Avuton Olrich | 1 | -1/+0 |
2006-03-16 | Hopefully the last of the spelling fixes :> | Eric Wong | 1 | -2/+2 |
2005-11-19 | remove C++ style comments | Eric Wong | 1 | -1/+1 |
2005-03-13 | a little more error output | Warren Dukes | 1 | -2/+3 |
2005-03-12 | if no audioOutput specified, we no attempt to detect if there exists a usable... | Warren Dukes | 1 | -0/+2 |
2005-03-05 | wee bit of code cleanup | Warren Dukes | 1 | -1/+1 |
2005-03-05 | fix some compilation warning | Warren Dukes | 1 | -1/+3 |
2005-03-05 | implemented dropping of current buffered audio, works for oss, but there seems | Warren Dukes | 1 | -0/+4 |
2004-11-19 | don't need to pass audioFormat to openDeviceFunc | Warren Dukes | 1 | -3/+1 |
2004-11-10 | merge changes from metadata-rewrite branch | Warren Dukes | 1 | -3/+15 |
2004-11-09 | add "genre" and "description" to shout config parameters | Warren Dukes | 1 | -0/+19 |
2004-11-09 | be sure to flush the metadata on song change | Warren Dukes | 1 | -39/+47 |
2004-11-09 | don't set granulepos, that's pad, mmmkay? | Warren Dukes | 1 | -5/+0 |
2004-11-09 | try one other thing to fix icecast dropping clients | Warren Dukes | 1 | -0/+1 |
2004-11-04 | make default non-public | Warren Dukes | 1 | -1/+1 |
2004-11-04 | shout config: make "user" optional and default to "source", also add optional... | Warren Dukes | 1 | -2/+17 |
2004-11-02 | new commands: enalbe_device, and disable_device, (maybe these commands should... | Warren Dukes | 1 | -1/+7 |
2004-11-02 | abstract out audioFormat conversion from shout plugin to the audioOutput layer, | Warren Dukes | 1 | -57/+15 |
2004-11-02 | print more info out in error messages for shout | Warren Dukes | 1 | -7/+16 |