aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* implement saved memory by not storing full pathWarren Dukes2004-11-119-67/+124
* this is brokenWarren Dukes2004-11-113-19/+34
* make copyTag to metadatachunk a little more efficientWarren Dukes2004-11-111-13/+18
* fix bug int tag->metadataChunk where artist was being copied to titleWarren Dukes2004-11-101-1/+1
* we can't store more than 255 tag items per tagWarren Dukes2004-11-101-0/+3
* moves some stuff from dbUtils.h that doesn't need to be publicWarren Dukes2004-11-102-3/+3
* todo update, now with pseudo code! Get yours now! (Sorry we do not accept cr...Warren Dukes2004-11-101-9/+24
* merge changes from metadata-rewrite branchWarren Dukes2004-11-1031-724/+1039
* here's why mikmod was segfaulting, the char * strings returned need to be str...Warren Dukes2004-11-091-1/+1
* todo updateWarren Dukes2004-11-091-0/+4
* todo updateWarren Dukes2004-11-091-0/+3
* todo updateWarren Dukes2004-11-091-11/+11
* add "genre" and "description" to shout config parametersWarren Dukes2004-11-093-3/+27
* be sure to flush the metadata on song changeWarren Dukes2004-11-091-39/+47
* don't set granulepos, that's pad, mmmkay?Warren Dukes2004-11-092-6/+2
* try one other thing to fix icecast dropping clientsWarren Dukes2004-11-091-0/+1
* add a buffer to audio layer, so we only send data to audio devices 32 times p...Warren Dukes2004-11-092-15/+53
* see if this fixes the clients disconnecting issuesWarren Dukes2004-11-081-2/+9
* todo updateWarren Dukes2004-11-081-1/+4
* new command "commands" for avutonWarren Dukes2004-11-082-2/+22
* todo updateWarren Dukes2004-11-071-0/+1
* todo updateWarren Dukes2004-11-071-2/+15
* update mpdconf.exampleWarren Dukes2004-11-061-1/+3
* todo updateWarren Dukes2004-11-051-0/+2
* todo updateWarren Dukes2004-11-051-0/+2
* more descriptive error messages for mpdWarren Dukes2004-11-051-2/+22
* not too smart shank, forgetting to set default buffer sizes in inputStream_httpWarren Dukes2004-11-051-2/+2
* make default non-publicWarren Dukes2004-11-041-1/+1
* shout config: make "user" optional and default to "source", also add optional...Warren Dukes2004-11-041-2/+17
* todo updateWarren Dukes2004-11-032-1/+3
* now one can specify multiple bind_to_addressesWarren Dukes2004-11-037-48/+97
* remove vim &*(@Warren Dukes2004-11-0319-20/+0
* todo updateWarren Dukes2004-11-039-23/+7
* todo updateWarren Dukes2004-11-031-1/+1
* 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