| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | fix a memory leak if write_page() fails in openShoutConn() | Warren Dukes | 2004-11-01 | 1 | -34/+39 |
* | something | Warren Dukes | 2004-11-01 | 1 | -24/+14 |
* | sendMetadata on reconnecting after a disconnection | Warren Dukes | 2004-11-01 | 1 | -5/+39 |
* | set open = 0 on failing to open the connection | Warren Dukes | 2004-11-01 | 1 | -1/+1 |
* | some minor tweaks, and a minor memory leak plugged | Warren Dukes | 2004-11-01 | 2 | -10/+8 |
* | bad shank, don't set ao->open in openShoutConn(), bad shank | Warren Dukes | 2004-11-01 | 1 | -3/+6 |
* | fix a config file error | Warren Dukes | 2004-10-31 | 1 | -1/+1 |
* | we need to initialize interface_max_connections to 0, to indicate we have no... | Warren Dukes | 2004-10-31 | 1 | -1/+3 |
* | fix minor bug in shout code (seting ao->open = 1 when failing to initEncoder()) | Warren Dukes | 2004-10-31 | 1 | -1/+1 |
* | if a home directory is available for 'user', set env variable $HOME | Warren Dukes | 2004-10-31 | 2 | -4/+7 |
* | use random() instead of rand() | Warren Dukes | 2004-10-30 | 1 | -4/+4 |
* | finish integrating in np's oss stuff | Warren Dukes | 2004-10-30 | 3 | -72/+65 |
* | listallinfo now prints out directories | Warren Dukes | 2004-10-29 | 1 | -1/+1 |
* | allow to set quality or bitrate for shout streams | Warren Dukes | 2004-10-29 | 1 | -10/+87 |
* | a few more changes to oss code | Warren Dukes | 2004-10-29 | 1 | -7/+36 |
* | begin integrating np's oss code | Warren Dukes | 2004-10-29 | 3 | -1/+181 |
* | oops, forgot the parse the state_file as a path | Warren Dukes | 2004-10-28 | 1 | -1/+1 |
* | when sending metadata to audiodevice, put filename in title if no tag data is... | Warren Dukes | 2004-10-28 | 1 | -0/+4 |
* | always set open = 0 on closeDevice | Warren Dukes | 2004-10-28 | 1 | -1/+2 |
* | fix user being parsed as a path | Warren Dukes | 2004-10-28 | 2 | -1/+3 |
* | fix a little bug with audio device being closed on song change, oops | Warren Dukes | 2004-10-28 | 1 | -6/+3 |
* | merge shank-rewrite-config changes | Warren Dukes | 2004-10-28 | 22 | -591/+915 |
* | fix compilation error when shout is not found | Warren Dukes | 2004-10-26 | 1 | -1/+2 |
* | fix segfault when reconnecting to icecast server, this was due to error sendi... | Warren Dukes | 2004-10-26 | 2 | -36/+47 |
* | also, don't need the device open to send the metadata | Warren Dukes | 2004-10-26 | 1 | -1/+1 |
* | lets try this soltuion to sending metadata, here we store metadata to send on... | Warren Dukes | 2004-10-26 | 1 | -33/+51 |
* | undo last changes | Warren Dukes | 2004-10-26 | 1 | -21/+11 |
* | try to fix metadata on initially playing (metadata being sent before device i... | Warren Dukes | 2004-10-26 | 3 | -14/+24 |