aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix same seeking past end of file issue for mp4, please test DJMarioWarren Dukes2004-07-031-9/+12
* for mp3's, skip all initial frames that aren't layer 3 so we can be sure toWarren Dukes2004-07-031-0/+3
* fix for when trying to seek past the end of an mp3Warren Dukes2004-07-031-5/+6
* rename idToNum and numToId to idToPostion and positionToId - from tw-nymWarren Dukes2004-06-301-34/+34
* spelling fixes from normalpersonWarren Dukes2004-06-292-4/+4
* remove an extra line of codeWarren Dukes2004-06-291-1/+0
* set flac_metadata_respond(VORBIS_COMMENT) so that flac responds to vorbis com...Warren Dukes2004-06-281-0/+2
* fix some memory leaks in flac_plugin - from normalpersonWarren Dukes2004-06-281-12/+22
* patch from normalpersonWarren Dukes2004-06-261-1/+4
* patch from np for orderPlaylist()Warren Dukes2004-06-261-1/+3
* fix bug in ogg replaygainWarren Dukes2004-06-251-1/+1
* slight fix to replay gain tags for oggsWarren Dukes2004-06-251-1/+5
* very minor tweak to clearMetabufferChunksWarren Dukes2004-06-241-5/+1
* ok, addParentPathToDB now works!Warren Dukes2004-06-231-9/+31
* update now ignores/recognizes recursive directoriesWarren Dukes2004-06-231-4/+41
* now we avoid recursive symlinks on creating the dbWarren Dukes2004-06-231-28/+88
* only call opendir() once when updatingWarren Dukes2004-06-221-8/+5
* call stat() a few less times on updateWarren Dukes2004-06-221-8/+14
* fix big boo boo in last commit: isFile() { myStat==0 }Warren Dukes2004-06-211-1/+1
* todo updateWarren Dukes2004-06-212-41/+26
* don't use fucking sprintfWarren Dukes2004-06-211-3/+4
* maybe this matters ?Warren Dukes2004-06-211-1/+2
* maybe this fixes something ?Warren Dukes2004-06-211-2/+2
* todo updateWarren Dukes2004-06-211-1/+0
* http proxy authentication, can someone test?Warren Dukes2004-06-201-11/+79
* http proxy mostly working, need to implement http authenticationWarren Dukes2004-06-203-12/+46
* fix qball's bug, crossfading playing with funny samplerateWarren Dukes2004-06-206-1/+65
* add http proxy config options (no http proxy code yet)Warren Dukes2004-06-202-4/+10
* use getdtablesize() to get the max number of fd'sWarren Dukes2004-06-201-10/+2
* fix poping at the beginng of mp3'sWarren Dukes2004-06-201-12/+17
* put CHUNK_SIZE backWarren Dukes2004-06-201-2/+2
* fix playlistid command so it can take an argumentWarren Dukes2004-06-191-1/+1
* fix move commandWarren Dukes2004-06-191-1/+1
* fix a few bugs in mp3_decode and minimize alsa underruns by playing silence w...Warren Dukes2004-06-195-10/+20
* DEBUG messageWarren Dukes2004-06-191-2/+7
* uber minor tweaksWarren Dukes2004-06-192-5/+7
* actually, scratch the last changeWarren Dukes2004-06-172-2/+2
* check in configure script if iconv() needs CONSTWarren Dukes2004-06-172-2/+2
* include sys/time.hWarren Dukes2004-06-171-0/+1
* add copyright noticesWarren Dukes2004-06-165-0/+90
* fix C99 stuff for commandErrorWarren Dukes2004-06-159-48/+53
* change ACK error codesWarren Dukes2004-06-141-7/+9
* forget to set playlist.current = 0 when toggling randomWarren Dukes2004-06-141-0/+1
* bug fix for deleting a song when the last song or next to last song is playin...Warren Dukes2004-06-141-4/+4
* slight bug fix for making sure url's obey the RFC'sWarren Dukes2004-06-131-1/+1
* make swapid and deleteid actually workWarren Dukes2004-06-131-2/+2
* make seekid actually workWarren Dukes2004-06-131-1/+1
* make playid actually workWarren Dukes2004-06-131-1/+1
* change 'Num' => 'Pos" for positionWarren Dukes2004-06-131-1/+1
* update mpd manpage and sample config file with replaygain andWarren Dukes2004-06-121-1/+1