aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* does this make you happy normalperson, is this the way you like it, do you li...Warren Dukes2004-11-021-4/+4
* 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
* 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
* finish integrating in np's oss stuffWarren Dukes2004-10-303-72/+65
* listallinfo now prints out directoriesWarren Dukes2004-10-291-1/+1
* allow to set quality or bitrate for shout streamsWarren Dukes2004-10-291-10/+87
* a few more changes to oss codeWarren Dukes2004-10-291-7/+36
* begin integrating np's oss codeWarren Dukes2004-10-293-1/+181
* oops, forgot the parse the state_file as a pathWarren Dukes2004-10-281-1/+1
* when sending metadata to audiodevice, put filename in title if no tag data is...Warren Dukes2004-10-281-0/+4
* always set open = 0 on closeDeviceWarren Dukes2004-10-281-1/+2
* fix user being parsed as a pathWarren Dukes2004-10-282-1/+3
* fix a little bug with audio device being closed on song change, oopsWarren Dukes2004-10-281-6/+3
* merge shank-rewrite-config changesWarren Dukes2004-10-2822-591/+915
* fix compilation error when shout is not foundWarren Dukes2004-10-261-1/+2
* fix segfault when reconnecting to icecast server, this was due to error sendi...Warren Dukes2004-10-262-36/+47
* also, don't need the device open to send the metadataWarren Dukes2004-10-261-1/+1
* lets try this soltuion to sending metadata, here we store metadata to send on...Warren Dukes2004-10-261-33/+51
* undo last changesWarren Dukes2004-10-261-21/+11
* try to fix metadata on initially playing (metadata being sent before device i...Warren Dukes2004-10-263-14/+24
* some shout cleanupsWarren Dukes2004-10-251-1/+3
* little more robust error handlingWarren Dukes2004-10-251-15/+25
* stream name maybe icy-name or ice-name in the http headersWarren Dukes2004-10-251-1/+3
* parse metadata and send to output when playing another streamWarren Dukes2004-10-252-4/+8
* fix a big time bug in metadataChunk (off by one in an array assignment)Warren Dukes2004-10-2510-30/+116
* shout_sync before shout_send, not afterWarren Dukes2004-10-231-2/+2
* slightly better error handling/broken connection detection for shout outputWarren Dukes2004-10-231-26/+60
* wee found the audioFormatConversion bug, was actually a bug in shout pluginWarren Dukes2004-10-233-2/+8
* ok, resampling and converting to mono no worksWarren Dukes2004-10-231-27/+41
* configure shout encoding quality and audio formatWarren Dukes2004-10-238-56/+167
* use vbr for now, less cpu usage for some reasonWarren Dukes2004-10-221-5/+2
* initial working shout outputWarren Dukes2004-10-221-1/+85
* on finishAudioDriver, be sure to set shoutOutput = NULLWarren Dukes2004-10-221-0/+1
* this really fixes pauseWarren Dukes2004-10-221-4/+5
* fix segfault when resuming from pauseWarren Dukes2004-10-221-0/+1
* check HAVE_SHOUTWarren Dukes2004-10-201-0/+20