| Commit message (Expand) | Author | Files | Lines |
2004-11-09 | add "genre" and "description" to shout config parameters | Warren Dukes | 2 | -2/+22 |
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 | 2 | -6/+2 |
2004-11-09 | try one other thing to fix icecast dropping clients | Warren Dukes | 1 | -0/+1 |
2004-11-09 | add a buffer to audio layer, so we only send data to audio devices 32 times p... | Warren Dukes | 2 | -15/+53 |
2004-11-08 | see if this fixes the clients disconnecting issues | Warren Dukes | 1 | -2/+9 |
2004-11-08 | new command "commands" for avuton | Warren Dukes | 1 | -0/+22 |
2004-11-05 | more descriptive error messages for mpd | Warren Dukes | 1 | -2/+22 |
2004-11-05 | not too smart shank, forgetting to set default buffer sizes in inputStream_http | Warren Dukes | 1 | -2/+2 |
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-03 | todo update | Warren Dukes | 1 | -1/+2 |
2004-11-03 | now one can specify multiple bind_to_addresses | Warren Dukes | 6 | -44/+97 |
2004-11-03 | remove vim &*(@ | Warren Dukes | 19 | -20/+0 |
2004-11-03 | todo update | Warren Dukes | 8 | -8/+0 |
2004-11-03 | todo update | Warren Dukes | 1 | -1/+0 |
2004-11-03 | remove signal handling code from ao open() and close() | Warren Dukes | 1 | -5/+0 |
2004-11-03 | new setSigHandlersForDecoder() function, and be sure player/decode processes ... | Warren Dukes | 3 | -9/+19 |
2004-11-03 | forgot a '\n' at the end of a error statement | Warren Dukes | 1 | -2/+2 |
2004-11-02 | new command "addid", this is the same as "add" command, except it also return... | Warren Dukes | 4 | -10/+24 |
2004-11-02 | new command "devices", prints devices and their states | Warren Dukes | 3 | -5/+26 |
2004-11-02 | new commands: enalbe_device, and disable_device, (maybe these commands should... | Warren Dukes | 3 | -1/+49 |
2004-11-02 | enabling and disabling individual audioOutputs is mostly done, just need | Warren Dukes | 4 | -29/+43 |
2004-11-02 | begin work on avuton's disabling and enabling of individual audio outputs | Warren Dukes | 1 | -6/+67 |
2004-11-02 | rewrite replaygain code, needs testing | Warren Dukes | 11 | -91/+133 |
2004-11-02 | make http buffer and prebuffer size configurable | Warren Dukes | 3 | -12/+57 |
2004-11-02 | DEBUG statement that prints out which ao driver is being used | Warren Dukes | 1 | -0/+3 |
2004-11-02 | abstract out audioFormat conversion from shout plugin to the audioOutput layer, | Warren Dukes | 5 | -68/+112 |
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 | 4 | -5/+5 |
2004-11-02 | move audioOutput plugins to audioOutput directory | Warren Dukes | 5 | -23/+20 |
2004-11-02 | oops, a typo, but that's ok, i'm still da man | Warren Dukes | 1 | -1/+1 |
2004-11-02 | a few extra strerror()'s sprinkled in the code | Warren Dukes | 4 | -6/+7 |
2004-11-02 | does this make you happy normalperson, is this the way you like it, do you li... | Warren Dukes | 1 | -4/+4 |
2004-11-02 | now np's OSS stuff actually works | Warren Dukes | 3 | -4/+7 |
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 | 2 | -10/+8 |
2004-11-01 | bad shank, don't set ao->open in openShoutConn(), bad shank | Warren Dukes | 1 | -3/+6 |
2004-10-31 | fix a config file error | Warren Dukes | 1 | -1/+1 |
2004-10-31 | we need to initialize interface_max_connections to 0, to indicate we have no... | Warren Dukes | 1 | -1/+3 |
2004-10-31 | fix minor bug in shout code (seting ao->open = 1 when failing to initEncoder()) | Warren Dukes | 1 | -1/+1 |
2004-10-31 | if a home directory is available for 'user', set env variable $HOME | Warren Dukes | 2 | -4/+7 |
2004-10-30 | use random() instead of rand() | Warren Dukes | 1 | -4/+4 |
2004-10-30 | finish integrating in np's oss stuff | Warren Dukes | 3 | -72/+65 |