aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2004-10-30use random() instead of rand()Warren Dukes1-4/+4
2004-10-30finish integrating in np's oss stuffWarren Dukes3-72/+65
2004-10-29listallinfo now prints out directoriesWarren Dukes1-1/+1
2004-10-29allow to set quality or bitrate for shout streamsWarren Dukes1-10/+87
2004-10-29a few more changes to oss codeWarren Dukes1-7/+36
2004-10-29begin integrating np's oss codeWarren Dukes3-1/+181
2004-10-28oops, forgot the parse the state_file as a pathWarren Dukes1-1/+1
2004-10-28when sending metadata to audiodevice, put filename in title if no tag data is...Warren Dukes1-0/+4
2004-10-28always set open = 0 on closeDeviceWarren Dukes1-1/+2
2004-10-28fix user being parsed as a pathWarren Dukes2-1/+3
2004-10-28fix a little bug with audio device being closed on song change, oopsWarren Dukes1-6/+3
2004-10-28merge shank-rewrite-config changesWarren Dukes22-591/+915
2004-10-26fix compilation error when shout is not foundWarren Dukes1-1/+2
2004-10-26fix segfault when reconnecting to icecast server, this was due to error sendi...Warren Dukes2-36/+47
2004-10-26also, don't need the device open to send the metadataWarren Dukes1-1/+1
2004-10-26lets try this soltuion to sending metadata, here we store metadata to send on...Warren Dukes1-33/+51
2004-10-26undo last changesWarren Dukes1-21/+11