aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2004-09-02add configuration variables for shout stuffWarren Dukes3-10/+35
2004-08-29some slight cleanup in setuid codeWarren Dukes1-7/+3
2004-08-17fix typo in todo, thanx gnarf!Warren Dukes1-1/+1
2004-08-13patch from Benoit.Boissinot@ens-lyon.fr to remove getgroups and setgroupsWarren Dukes1-15/+0
2004-08-13don't call replaygain and cause preamp to beused if no replaygain tag existsWarren Dukes2-6/+10
2004-08-12fix booboo in validateUtf8Warren Dukes1-4/+4
2004-08-11stripReturnChar() in validateUtf8tag()Warren Dukes1-5/+5
2004-08-10for improperly config file lines, print the line numberWarren Dukes2-2/+9
2004-08-09fix a spelling error in messageWarren Dukes1-2/+2
2004-07-241) fix bug, id3_tag_parse does may return NULL if there's an error in decodin...Warren Dukes1-2/+6
2004-07-20print strerror() when having problems stat'ingWarren Dukes1-2/+3
2004-07-18fix a bug in username and password parsing in http url'sWarren Dukes1-2/+2
2004-07-17add replaygain preampWarren Dukes3-3/+28
2004-07-17added http authentication: http://user:passwd@host/musicWarren Dukes1-7/+54
2004-07-15deal with user and ~ in config file more nicelyWarren Dukes1-5/+19