aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2004-07-15add gperf'd source filesWarren Dukes2-0/+1071
2004-07-14oops forgot a \n in a debu statementWarren Dukes1-1/+1
2004-07-13debug message for errors in reading the fileWarren Dukes1-0/+5
2004-07-12report error to error log when unable to open audio deviceWarren Dukes1-0/+2
2004-07-12potential fix for avuton's bugWarren Dukes1-0/+1
2004-07-12icky, s/printf/DEBUG/Warren Dukes1-1/+1
2004-07-12potential fixes for NHI\'s bugsWarren Dukes2-8/+12
2004-07-12attempt to work around for bug #274Warren Dukes1-2/+10
2004-07-04tidy up Makefile a bitWarren Dukes1-21/+90
2004-07-03fix same seeking past end of file issue for mp4, please test DJMarioWarren Dukes1-9/+12
2004-07-03for mp3's, skip all initial frames that aren't layer 3 so we can be sure toWarren Dukes1-0/+3
2004-07-03fix for when trying to seek past the end of an mp3Warren Dukes1-5/+6