aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2004-10-20shout audioOutput will now connect and disconnect from icecast serverWarren Dukes5-9/+121
2004-10-20oops, forgot to add the shout stubWarren Dukes1-0/+83
2004-10-20stub audioOutput plugin for shoutWarren Dukes2-0/+3
2004-10-20be sure to free "data" when finishing the output driverWarren Dukes1-1/+6
2004-10-20oops, accidently broke crossfading, fixed nowWarren Dukes2-1/+2
2004-10-20some small cleanupsWarren Dukes2-15/+8
2004-10-20ok, now we're using some of the new audioOutput layer stuff, needs some serio...Warren Dukes4-159/+32
2004-10-20minor little changes to audio junkWarren Dukes3-17/+26
2004-10-20some work on the new audioOutput layerWarren Dukes4-133/+89
2004-10-18fix bug #325Warren Dukes1-1/+1
2004-10-16#1) Fix a potential security hole, where mpd sends a line from a playlist to ...Warren Dukes2-2/+8
2004-10-15fix bug #307Warren Dukes1-2/+7
2004-10-10add audioOutput.cWarren Dukes3-1/+49
2004-10-05apply dottemag's id3v1 encodings patchWarren Dukes3-2/+18
2004-09-08flac spelling fixes from npWarren Dukes1-2/+2
2004-09-08beginnings of ao audioOutput pluginWarren Dukes2-0/+273
2004-09-06definition for audioOutput plugin interfaceWarren Dukes2-1/+61