aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* todo updateWarren Dukes2004-11-031-0/+3
* todo updateWarren Dukes2004-11-032-1/+4
* todo updateWarren Dukes2004-11-031-0/+4
* todo updateWarren Dukes2004-11-031-0/+3
* remove signal handling code from ao open() and close()Warren Dukes2004-11-031-5/+0
* new setSigHandlersForDecoder() function, and be sure player/decode processes ...Warren Dukes2004-11-034-13/+19
* todo updateWarren Dukes2004-11-031-2/+0
* forgot a '\n' at the end of a error statementWarren Dukes2004-11-031-2/+2
* todo updateWarren Dukes2004-11-031-3/+0
* todo updateWarren Dukes2004-11-031-8/+0
* new command "addid", this is the same as "add" command, except it also return...Warren Dukes2004-11-024-10/+24
* new command "devices", prints devices and their statesWarren Dukes2004-11-024-7/+26
* new commands: enalbe_device, and disable_device, (maybe these commands should...Warren Dukes2004-11-024-1/+52
* enabling and disabling individual audioOutputs is mostly done, just needWarren Dukes2004-11-024-29/+43
* begin work on avuton's disabling and enabling of individual audio outputsWarren Dukes2004-11-021-6/+67
* rewrite replaygain code, needs testingWarren Dukes2004-11-0212-95/+133
* todo updateWarren Dukes2004-11-021-0/+2
* todo updateWarren Dukes2004-11-021-2/+0
* make http buffer and prebuffer size configurableWarren Dukes2004-11-023-12/+57
* DEBUG statement that prints out which ao driver is being usedWarren Dukes2004-11-021-0/+3
* disable shout support if vorbis not foundWarren Dukes2004-11-022-5/+6
* todo updateWarren Dukes2004-11-021-0/+2
* todo updateWarren Dukes2004-11-021-7/+0
* abstract out audioFormat conversion from shout plugin to the audioOutput layer,Warren Dukes2004-11-025-68/+112
* print more info out in error messages for shoutWarren Dukes2004-11-021-7/+16
* only attempt to reconnect to shout server every 60 secondsWarren Dukes2004-11-021-6/+21
* move audioOutput dir to audioOutputsWarren Dukes2004-11-024-5/+5
* move audioOutput plugins to audioOutput directoryWarren Dukes2004-11-025-23/+20
* oops, a typo, but that's ok, i'm still da manWarren Dukes2004-11-021-1/+1
* a few extra strerror()'s sprinkled in the codeWarren Dukes2004-11-024-6/+7
* todo updateWarren Dukes2004-11-021-0/+1
* does this make you happy normalperson, is this the way you like it, do you li...Warren Dukes2004-11-021-4/+4
* update ChangeLog with 0.11.5 changesWarren Dukes2004-11-021-0/+13
* now np's OSS stuff actually worksWarren Dukes2004-11-023-4/+7
* don't use managed mode for cbrWarren Dukes2004-11-021-1/+1
* haha! you thought you had me, but i found your ass, double _init() on the vor...Warren Dukes2004-11-011-8/+3
* fix a memory leak if write_page() fails in openShoutConn()Warren Dukes2004-11-011-34/+39
* somethingWarren Dukes2004-11-011-24/+14
* sendMetadata on reconnecting after a disconnectionWarren Dukes2004-11-011-5/+39
* set open = 0 on failing to open the connectionWarren Dukes2004-11-011-1/+1
* some minor tweaks, and a minor memory leak pluggedWarren Dukes2004-11-012-10/+8
* todo updateWarren Dukes2004-11-011-2/+3
* bad shank, don't set ao->open in openShoutConn(), bad shankWarren Dukes2004-11-011-3/+6
* fix a config file errorWarren Dukes2004-10-311-1/+1
* we need to initialize interface_max_connections to 0, to indicate we have no...Warren Dukes2004-10-311-1/+3
* fix minor bug in shout code (seting ao->open = 1 when failing to initEncoder())Warren Dukes2004-10-311-1/+1
* if a home directory is available for 'user', set env variable $HOMEWarren Dukes2004-10-312-4/+7
* use random() instead of rand()Warren Dukes2004-10-301-4/+4
* oops, forgot to commit changes to configure.acWarren Dukes2004-10-301-1/+2
* finish integrating in np's oss stuffWarren Dukes2004-10-303-72/+65