aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2004-06-30rename idToNum and numToId to idToPostion and positionToId - from tw-nymWarren Dukes1-34/+34
2004-06-29spelling fixes from normalpersonWarren Dukes2-4/+4
2004-06-29remove an extra line of codeWarren Dukes1-1/+0
2004-06-28set flac_metadata_respond(VORBIS_COMMENT) so that flac responds to vorbis com...Warren Dukes1-0/+2
2004-06-28fix some memory leaks in flac_plugin - from normalpersonWarren Dukes1-12/+22
2004-06-26patch from normalpersonWarren Dukes1-1/+4
2004-06-26patch from np for orderPlaylist()Warren Dukes1-1/+3
2004-06-25fix bug in ogg replaygainWarren Dukes1-1/+1
2004-06-25slight fix to replay gain tags for oggsWarren Dukes1-1/+5
2004-06-24very minor tweak to clearMetabufferChunksWarren Dukes1-5/+1
2004-06-23ok, addParentPathToDB now works!Warren Dukes1-9/+31
2004-06-23update now ignores/recognizes recursive directoriesWarren Dukes1-4/+41
2004-06-23now we avoid recursive symlinks on creating the dbWarren Dukes1-28/+88
2004-06-22only call opendir() once when updatingWarren Dukes1-8/+5
2004-06-22call stat() a few less times on updateWarren Dukes1-8/+14
2004-06-21fix big boo boo in last commit: isFile() { myStat==0 }Warren Dukes1-1/+1
2004-06-21todo updateWarren Dukes2-41/+26
2004-06-21don't use fucking sprintfWarren Dukes1-3/+4
2004-06-21maybe this matters ?Warren Dukes1-1/+2