aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2004-11-02a few extra strerror()'s sprinkled in the codeWarren Dukes4-6/+7
2004-11-02does this make you happy normalperson, is this the way you like it, do you li...Warren Dukes1-4/+4
2004-11-02now np's OSS stuff actually worksWarren Dukes3-4/+7
2004-11-02don't use managed mode for cbrWarren Dukes1-1/+1
2004-11-01haha! you thought you had me, but i found your ass, double _init() on the vor...Warren Dukes1-8/+3
2004-11-01fix a memory leak if write_page() fails in openShoutConn()Warren Dukes1-34/+39
2004-11-01somethingWarren Dukes1-24/+14
2004-11-01sendMetadata on reconnecting after a disconnectionWarren Dukes1-5/+39
2004-11-01set open = 0 on failing to open the connectionWarren Dukes1-1/+1
2004-11-01some minor tweaks, and a minor memory leak pluggedWarren Dukes2-10/+8
2004-11-01bad shank, don't set ao->open in openShoutConn(), bad shankWarren Dukes1-3/+6
2004-10-31fix a config file errorWarren Dukes1-1/+1
2004-10-31we need to initialize interface_max_connections to 0, to indicate we have no...Warren Dukes1-1/+3
2004-10-31fix minor bug in shout code (seting ao->open = 1 when failing to initEncoder())Warren Dukes1-1/+1
2004-10-31if a home directory is available for 'user', set env variable $HOMEWarren Dukes2-4/+7
2004-10-30use random() instead of rand()Warren Dukes1-4/+4
2004-10-30finish integrating in np's oss stuffWarren Dukes3-72/+65
2004-10-29listallinfo now prints out directoriesWarren Dukes1-1/+1
2004-10-29allow to set quality or bitrate for shout streamsWarren Dukes1-10/+87
2004-10-29a few more changes to oss codeWarren Dukes1-7/+36
2004-10-29begin integrating np's oss codeWarren Dukes3-1/+181
2004-10-28oops, forgot the parse the state_file as a pathWarren Dukes1-1/+1
2004-10-28when sending metadata to audiodevice, put filename in title if no tag data is...Warren Dukes1-0/+4
2004-10-28always set open = 0 on closeDeviceWarren Dukes1-1/+2
2004-10-28fix user being parsed as a pathWarren Dukes2-1/+3
2004-10-28fix a little bug with audio device being closed on song change, oopsWarren Dukes1-6/+3
2004-10-28merge shank-rewrite-config changesWarren Dukes22-591/+915
2004-10-26fix compilation error when shout is not foundWarren Dukes1-1/+2
2004-10-26fix segfault when reconnecting to icecast server, this was due to error sendi...Warren Dukes2-36/+47
2004-10-26also, don't need the device open to send the metadataWarren Dukes1-1/+1
2004-10-26lets try this soltuion to sending metadata, here we store metadata to send on...Warren Dukes1-33/+51
2004-10-26undo last changesWarren Dukes1-21/+11
2004-10-26try to fix metadata on initially playing (metadata being sent before device i...Warren Dukes3-14/+24
2004-10-25some shout cleanupsWarren Dukes1-1/+3
2004-10-25little more robust error handlingWarren Dukes1-15/+25
2004-10-25stream name maybe icy-name or ice-name in the http headersWarren Dukes1-1/+3
2004-10-25parse metadata and send to output when playing another streamWarren Dukes2-4/+8
2004-10-25fix a big time bug in metadataChunk (off by one in an array assignment)Warren Dukes10-30/+116
2004-10-23shout_sync before shout_send, not afterWarren Dukes1-2/+2
2004-10-23slightly better error handling/broken connection detection for shout outputWarren Dukes1-26/+60
2004-10-23wee found the audioFormatConversion bug, was actually a bug in shout pluginWarren Dukes3-2/+8
2004-10-23ok, resampling and converting to mono no worksWarren Dukes1-27/+41
2004-10-23configure shout encoding quality and audio formatWarren Dukes8-56/+167
2004-10-22use vbr for now, less cpu usage for some reasonWarren Dukes1-5/+2
2004-10-22initial working shout outputWarren Dukes1-1/+85
2004-10-22on finishAudioDriver, be sure to set shoutOutput = NULLWarren Dukes1-0/+1
2004-10-22this really fixes pauseWarren Dukes1-4/+5
2004-10-22fix segfault when resuming from pauseWarren Dukes1-0/+1
2004-10-20check HAVE_SHOUTWarren Dukes1-0/+20
2004-10-20i changed somethin *shrug*Warren Dukes1-0/+7