| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | better saved memmory display | Warren Dukes | 2004-11-11 | 4 | -11/+31 |
* | ok, optimize memory sage of directorys, by iteratively creating the directories, | Warren Dukes | 2004-11-11 | 4 | -49/+115 |
* | fix a few memory leaks in conf.c | Warren Dukes | 2004-11-11 | 1 | -2/+9 |
* | ok, now song->url is only the filename, not the full path to the song | Warren Dukes | 2004-11-11 | 13 | -37/+57 |
* | implement saved memory by not storing full path | Warren Dukes | 2004-11-11 | 9 | -67/+124 |
* | this is broken | Warren Dukes | 2004-11-11 | 3 | -19/+34 |
* | make copyTag to metadatachunk a little more efficient | Warren Dukes | 2004-11-11 | 1 | -13/+18 |
* | fix bug int tag->metadataChunk where artist was being copied to title | Warren Dukes | 2004-11-10 | 1 | -1/+1 |
* | we can't store more than 255 tag items per tag | Warren Dukes | 2004-11-10 | 1 | -0/+3 |
* | moves some stuff from dbUtils.h that doesn't need to be public | Warren Dukes | 2004-11-10 | 2 | -3/+3 |
* | merge changes from metadata-rewrite branch | Warren Dukes | 2004-11-10 | 28 | -713/+1021 |
* | here's why mikmod was segfaulting, the char * strings returned need to be str... | Warren Dukes | 2004-11-09 | 1 | -1/+1 |
* | add "genre" and "description" to shout config parameters | Warren Dukes | 2004-11-09 | 2 | -2/+22 |
* | be sure to flush the metadata on song change | Warren Dukes | 2004-11-09 | 1 | -39/+47 |
* | don't set granulepos, that's pad, mmmkay? | Warren Dukes | 2004-11-09 | 2 | -6/+2 |
* | try one other thing to fix icecast dropping clients | Warren Dukes | 2004-11-09 | 1 | -0/+1 |
* | add a buffer to audio layer, so we only send data to audio devices 32 times p... | Warren Dukes | 2004-11-09 | 2 | -15/+53 |
* | see if this fixes the clients disconnecting issues | Warren Dukes | 2004-11-08 | 1 | -2/+9 |
* | new command "commands" for avuton | Warren Dukes | 2004-11-08 | 1 | -0/+22 |
* | more descriptive error messages for mpd | Warren Dukes | 2004-11-05 | 1 | -2/+22 |
* | not too smart shank, forgetting to set default buffer sizes in inputStream_http | Warren Dukes | 2004-11-05 | 1 | -2/+2 |
* | make default non-public | Warren Dukes | 2004-11-04 | 1 | -1/+1 |
* | shout config: make "user" optional and default to "source", also add optional... | Warren Dukes | 2004-11-04 | 1 | -2/+17 |
* | todo update | Warren Dukes | 2004-11-03 | 1 | -1/+2 |
* | now one can specify multiple bind_to_addresses | Warren Dukes | 2004-11-03 | 6 | -44/+97 |
* | remove vim &*(@ | Warren Dukes | 2004-11-03 | 19 | -20/+0 |
* | todo update | Warren Dukes | 2004-11-03 | 8 | -8/+0 |
* | todo update | Warren Dukes | 2004-11-03 | 1 | -1/+0 |
* | remove signal handling code from ao open() and close() | Warren Dukes | 2004-11-03 | 1 | -5/+0 |
* | new setSigHandlersForDecoder() function, and be sure player/decode processes ... | Warren Dukes | 2004-11-03 | 3 | -9/+19 |
* | forgot a '\n' at the end of a error statement | Warren Dukes | 2004-11-03 | 1 | -2/+2 |
* | new command "addid", this is the same as "add" command, except it also return... | Warren Dukes | 2004-11-02 | 4 | -10/+24 |
* | new command "devices", prints devices and their states | Warren Dukes | 2004-11-02 | 3 | -5/+26 |
* | new commands: enalbe_device, and disable_device, (maybe these commands should... | Warren Dukes | 2004-11-02 | 3 | -1/+49 |
* | enabling and disabling individual audioOutputs is mostly done, just need | Warren Dukes | 2004-11-02 | 4 | -29/+43 |
* | begin work on avuton's disabling and enabling of individual audio outputs | Warren Dukes | 2004-11-02 | 1 | -6/+67 |
* | rewrite replaygain code, needs testing | Warren Dukes | 2004-11-02 | 11 | -91/+133 |
* | make http buffer and prebuffer size configurable | Warren Dukes | 2004-11-02 | 3 | -12/+57 |
* | DEBUG statement that prints out which ao driver is being used | Warren Dukes | 2004-11-02 | 1 | -0/+3 |
* | abstract out audioFormat conversion from shout plugin to the audioOutput layer, | Warren Dukes | 2004-11-02 | 5 | -68/+112 |
* | print more info out in error messages for shout | Warren Dukes | 2004-11-02 | 1 | -7/+16 |
* | only attempt to reconnect to shout server every 60 seconds | Warren Dukes | 2004-11-02 | 1 | -6/+21 |
* | move audioOutput dir to audioOutputs | Warren Dukes | 2004-11-02 | 4 | -5/+5 |
* | move audioOutput plugins to audioOutput directory | Warren Dukes | 2004-11-02 | 5 | -23/+20 |
* | oops, a typo, but that's ok, i'm still da man | Warren Dukes | 2004-11-02 | 1 | -1/+1 |
* | a few extra strerror()'s sprinkled in the code | Warren Dukes | 2004-11-02 | 4 | -6/+7 |
* | does this make you happy normalperson, is this the way you like it, do you li... | Warren Dukes | 2004-11-02 | 1 | -4/+4 |
* | now np's OSS stuff actually works | Warren Dukes | 2004-11-02 | 3 | -4/+7 |
* | don't use managed mode for cbr | Warren Dukes | 2004-11-02 | 1 | -1/+1 |
* | haha! you thought you had me, but i found your ass, double _init() on the vor... | Warren Dukes | 2004-11-01 | 1 | -8/+3 |