aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2004-11-10merge changes from metadata-rewrite branchWarren Dukes28-713/+1021
2004-11-09here's why mikmod was segfaulting, the char * strings returned need to be str...Warren Dukes1-1/+1
2004-11-09add "genre" and "description" to shout config parametersWarren Dukes2-2/+22
2004-11-09be sure to flush the metadata on song changeWarren Dukes1-39/+47
2004-11-09don't set granulepos, that's pad, mmmkay?Warren Dukes2-6/+2
2004-11-09try one other thing to fix icecast dropping clientsWarren Dukes1-0/+1
2004-11-09add a buffer to audio layer, so we only send data to audio devices 32 times p...Warren Dukes2-15/+53
2004-11-08see if this fixes the clients disconnecting issuesWarren Dukes1-2/+9
2004-11-08new command "commands" for avutonWarren Dukes1-0/+22
2004-11-05more descriptive error messages for mpdWarren Dukes1-2/+22
2004-11-05not too smart shank, forgetting to set default buffer sizes in inputStream_httpWarren Dukes1-2/+2
2004-11-04make default non-publicWarren Dukes1-1/+1
2004-11-04shout config: make "user" optional and default to "source", also add optional...Warren Dukes1-2/+17
2004-11-03todo updateWarren Dukes1-1/+2
2004-11-03now one can specify multiple bind_to_addressesWarren Dukes6-44/+97
2004-11-03remove vim &*(@Warren Dukes19-20/+0
2004-11-03todo updateWarren Dukes8-8/+0
2004-11-03todo updateWarren Dukes1-1/+0
2004-11-03remove signal handling code from ao open() and close()Warren Dukes1-5/+0
2004-11-03new setSigHandlersForDecoder() function, and be sure player/decode processes ...Warren Dukes3-9/+19
2004-11-03forgot a '\n' at the end of a error statementWarren Dukes1-2/+2
2004-11-02new command "addid", this is the same as "add" command, except it also return...Warren Dukes4-10/+24
2004-11-02new command "devices", prints devices and their statesWarren Dukes3-5/+26
2004-11-02new commands: enalbe_device, and disable_device, (maybe these commands should...Warren Dukes3-1/+49
2004-11-02enabling and disabling individual audioOutputs is mostly done, just needWarren Dukes4-29/+43
2004-11-02begin work on avuton's disabling and enabling of individual audio outputsWarren Dukes1-6/+67
2004-11-02rewrite replaygain code, needs testingWarren Dukes11-91/+133
2004-11-02make http buffer and prebuffer size configurableWarren Dukes3-12/+57
2004-11-02DEBUG statement that prints out which ao driver is being usedWarren Dukes1-0/+3
2004-11-02abstract out audioFormat conversion from shout plugin to the audioOutput layer,Warren Dukes5-68/+112
2004-11-02print more info out in error messages for shoutWarren Dukes1-7/+16
2004-11-02only attempt to reconnect to shout server every 60 secondsWarren Dukes1-6/+21
2004-11-02move audioOutput dir to audioOutputsWarren Dukes4-5/+5
2004-11-02move audioOutput plugins to audioOutput directoryWarren Dukes5-23/+20
2004-11-02oops, a typo, but that's ok, i'm still da manWarren Dukes1-1/+1
2004-11-02a few extra strerror()'s sprinkled in the codeWarren Dukes4-6/+7
2004-11-02does this make you happy normalperson, is this the way you like it, do you li...Warren Dukes1-4/+4
2004-11-02now np's OSS stuff actually worksWarren Dukes3-4/+7
2004-11-02don't use managed mode for cbrWarren Dukes1-1/+1
2004-11-01haha! you thought you had me, but i found your ass, double _init() on the vor...Warren Dukes1-8/+3
2004-11-01fix a memory leak if write_page() fails in openShoutConn()Warren Dukes1-34/+39
2004-11-01somethingWarren Dukes1-24/+14
2004-11-01sendMetadata on reconnecting after a disconnectionWarren Dukes1-5/+39
2004-11-01set open = 0 on failing to open the connectionWarren Dukes1-1/+1
2004-11-01some minor tweaks, and a minor memory leak pluggedWarren Dukes2-10/+8
2004-11-01bad shank, don't set ao->open in openShoutConn(), bad shankWarren Dukes1-3/+6
2004-10-31fix a config file errorWarren Dukes1-1/+1
2004-10-31we need to initialize interface_max_connections to 0, to indicate we have no...Warren Dukes1-1/+3
2004-10-31fix minor bug in shout code (seting ao->open = 1 when failing to initEncoder())Warren Dukes1-1/+1
2004-10-31if a home directory is available for 'user', set env variable $HOMEWarren Dukes2-4/+7