| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | todo update | Warren Dukes | 2004-11-01 | 1 | -2/+3 |
* | 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 |
* | oops, forgot to commit changes to configure.ac | Warren Dukes | 2004-10-30 | 1 | -1/+2 |
* | finish integrating in np's oss stuff | Warren Dukes | 2004-10-30 | 3 | -72/+65 |
* | update default mpdconf.example to use default ao output | Warren Dukes | 2004-10-29 | 1 | -59/+61 |
* | listallinfo now prints out directories | Warren Dukes | 2004-10-29 | 2 | -3/+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 | 4 | -1/+189 |
* | 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 |
* | TODO update | Warren Dukes | 2004-10-28 | 1 | -14/+11 |
* | 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 | 24 | -626/+948 |
* | todo update | Warren Dukes | 2004-10-27 | 1 | -1/+1 |
* | fix compilation error when shout is not found | Warren Dukes | 2004-10-26 | 1 | -1/+2 |
* | Added ao_driver options to help the user pick what they need, also told to re... | Avuton Olrich | 2004-10-26 | 1 | -0/+16 |
* | fix segfault when reconnecting to icecast server, this was due to error sendi... | Warren Dukes | 2004-10-26 | 2 | -36/+47 |
* | add shout* stuff to exampe mpd config file | Warren Dukes | 2004-10-26 | 1 | -0/+14 |
* | 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 |
* | some shout cleanups | Warren Dukes | 2004-10-25 | 1 | -1/+3 |
* | little more robust error handling | Warren Dukes | 2004-10-25 | 1 | -15/+25 |
* | stream name maybe icy-name or ice-name in the http headers | Warren Dukes | 2004-10-25 | 1 | -1/+3 |
* | parse metadata and send to output when playing another stream | Warren Dukes | 2004-10-25 | 2 | -4/+8 |
* | fix a big time bug in metadataChunk (off by one in an array assignment) | Warren Dukes | 2004-10-25 | 10 | -30/+116 |
* | shout_sync before shout_send, not after | Warren Dukes | 2004-10-23 | 1 | -2/+2 |
* | slightly better error handling/broken connection detection for shout output | Warren Dukes | 2004-10-23 | 1 | -26/+60 |
* | wee found the audioFormatConversion bug, was actually a bug in shout plugin | Warren Dukes | 2004-10-23 | 3 | -2/+8 |
* | ok, resampling and converting to mono no works | Warren Dukes | 2004-10-23 | 1 | -27/+41 |
* | configure shout encoding quality and audio format | Warren Dukes | 2004-10-23 | 8 | -56/+167 |
* | fix a snafoo in configure.ac | Warren Dukes | 2004-10-22 | 1 | -1/+1 |
* | use vbr for now, less cpu usage for some reason | Warren Dukes | 2004-10-22 | 1 | -5/+2 |