aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Change alsa09 to alsa to avoid confusionAvuton Olrich2005-02-231-4/+4
* updated TODOWarren Dukes2005-02-201-28/+29
* when filling mp3 buffer, check if its already full. If it is, then give up t...Warren Dukes2005-02-141-0/+4
* disable replaygain support for musepack till i can figure out the format that...Warren Dukes2005-02-091-2/+2
* make the "kill" command work againEric Wong2005-02-071-2/+2
* fix a logic error in flacParseReplayGain and also a gcc 2.95 compile errorEric Wong2005-02-071-3/+3
* add ALSA_CFLAGS and _LIBS to MPD_*Warren Dukes2005-02-031-1/+1
* fix alsa configure stuffWarren Dukes2005-02-032-3/+3
* make local functions staticWarren Dukes2005-02-031-6/+7
* - Clarify MPC to musepack (MPC) as not to confuse new MPD customersAvuton Olrich2005-02-022-7/+10
* big endian support for flacWarren Dukes2005-02-021-1/+8
* fix to code just submittedWarren Dukes2005-02-021-1/+1
* minor optimization to flacWrite()Warren Dukes2005-02-021-19/+16
* todo updateWarren Dukes2005-02-022-7/+17
* forgot to remove some debug statementsWarren Dukes2005-02-021-2/+0
* playing, stopping, and seeking mpc files should work now. next is parsing me...Warren Dukes2005-02-021-6/+11
* mpc plugin basically working.Warren Dukes2005-02-011-20/+12
* some minor changes, still doesn't quite workWarren Dukes2005-02-011-5/+25
* remove getOggTotalTime(), wasn't used anywhereWarren Dukes2005-02-012-28/+1
* configure now checks for libmusepackWarren Dukes2005-02-011-0/+46
* will compile if you manually add "HAVE_MUSEPACK" to config.h and -lmusepack toWarren Dukes2005-02-013-77/+102
* beginnings of a mpc plugin, work in progressWarren Dukes2005-02-011-0/+280
* todo updateWarren Dukes2005-02-011-0/+2
* use alsa m4 stuff to generate configureWarren Dukes2005-02-013-22/+149
* fix compilation error: s/mpdItemToMpdTag/addItemToMpdTag/Warren Dukes2005-01-311-1/+1
* fix --enable-modWarren Dukes2005-01-311-1/+1
* add streaming input support for FLACEric Wong2005-01-291-45/+33
* free(name) in readDirectoryInfo after using itEric Wong2005-01-291-0/+1
* change the http identification string to package_name/package_versionWarren Dukes2005-01-231-1/+4
* this should fix compile bugs #350 and #351Warren Dukes2005-01-162-9/+33
* fix some casting issues in error messages for output buffer sizeWarren Dukes2004-12-221-5/+6
* todo updateWarren Dukes2004-12-191-0/+2
* todo updateWarren Dukes2004-12-131-0/+2
* remove np from creditsWarren Dukes2004-12-121-2/+0
* todo updateWarren Dukes2004-12-101-0/+2
* todo updateWarren Dukes2004-12-071-2/+3
* fix logic for commands and notcommands for real this timeWarren Dukes2004-11-231-3/+2
* fix a little logic bomb in commands && notcommandsWarren Dukes2004-11-231-2/+2
* added "notcommands" commandWarren Dukes2004-11-231-0/+21
* remove --update-db optionWarren Dukes2004-11-201-3/+3
* fix oss_openDevice() to match the new openDevice callback protocol (w/o a aud...Warren Dukes2004-11-202-2/+4
* todo updateWarren Dukes2004-11-191-0/+2
* don't need to pass audioFormat to openDeviceFuncWarren Dukes2004-11-194-12/+7
* fix an issue with errors and new read() code on interfaceWarren Dukes2004-11-161-3/+8
* get rid of a gcc warningWarren Dukes2004-11-151-4/+4
* s/device/output/Warren Dukes2004-11-151-3/+3
* this shit really needs to be cleaned up, but its good enough for testing,Warren Dukes2004-11-155-24/+45
* use realloc for makeListNodesArrayWarren Dukes2004-11-151-27/+27
* ok, fix FindNodeWarren Dukes2004-11-151-1/+1
* don't to an unneccessary sortWarren Dukes2004-11-151-5/+0