| Commit message (Expand) | Author | Files | Lines |
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 |
2004-11-02 | only attempt to reconnect to shout server every 60 seconds | Warren Dukes | 1 | -6/+21 |
2004-11-02 | move audioOutput dir to audioOutputs | Warren Dukes | 1 | -0/+0 |
2004-11-02 | move audioOutput plugins to audioOutput directory | Warren Dukes | 1 | -9/+6 |
2004-11-02 | don't use managed mode for cbr | Warren Dukes | 1 | -1/+1 |
2004-11-01 | haha! you thought you had me, but i found your ass, double _init() on the vor... | Warren Dukes | 1 | -8/+3 |
2004-11-01 | fix a memory leak if write_page() fails in openShoutConn() | Warren Dukes | 1 | -34/+39 |
2004-11-01 | something | Warren Dukes | 1 | -24/+14 |
2004-11-01 | sendMetadata on reconnecting after a disconnection | Warren Dukes | 1 | -5/+39 |
2004-11-01 | set open = 0 on failing to open the connection | Warren Dukes | 1 | -1/+1 |
2004-11-01 | some minor tweaks, and a minor memory leak plugged | Warren Dukes | 1 | -6/+7 |
2004-11-01 | bad shank, don't set ao->open in openShoutConn(), bad shank | Warren Dukes | 1 | -3/+6 |
2004-10-31 | fix minor bug in shout code (seting ao->open = 1 when failing to initEncoder()) | Warren Dukes | 1 | -1/+1 |
2004-10-29 | allow to set quality or bitrate for shout streams | Warren Dukes | 1 | -10/+87 |
2004-10-29 | begin integrating np's oss code | Warren Dukes | 1 | -1/+1 |
2004-10-28 | merge shank-rewrite-config changes | Warren Dukes | 1 | -49/+35 |
2004-10-26 | fix compilation error when shout is not found | Warren Dukes | 1 | -1/+2 |
2004-10-26 | fix segfault when reconnecting to icecast server, this was due to error sendi... | Warren Dukes | 1 | -35/+47 |
2004-10-26 | lets try this soltuion to sending metadata, here we store metadata to send on... | Warren Dukes | 1 | -33/+51 |
2004-10-25 | some shout cleanups | Warren Dukes | 1 | -1/+3 |
2004-10-25 | little more robust error handling | Warren Dukes | 1 | -15/+25 |
2004-10-25 | parse metadata and send to output when playing another stream | Warren Dukes | 1 | -2/+0 |
2004-10-25 | fix a big time bug in metadataChunk (off by one in an array assignment) | Warren Dukes | 1 | -23/+73 |