aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* implemented alsa audioOutput plugin, now it needs testingWarren Dukes2005-03-054-2/+302
* don't open device in initDriver! instead we just stat() for the deviceWarren Dukes2005-03-051-29/+78
* add "any" option for search and find, patch from Robert AnderssonWarren Dukes2005-02-281-3/+16
* s/mpc_bool_t/BOOL/ so it works with libmusepack 1.1Warren Dukes2005-02-261-2/+2
* todo updateWarren Dukes2005-02-261-1/+1
* git-svn-id: https://svn.musicpd.org/mpd/trunk@2985 09075e82-0dd4-0310-85a5-a0...Warren Dukes2005-02-241-1/+1
* begin tree implementationWarren Dukes2005-02-241-0/+52
* definition of freeTreeIteratorWarren Dukes2005-02-241-0/+2
* add 2-3 tree header fileWarren Dukes2005-02-241-0/+51
* revert those changesAvuton Olrich2005-02-241-4/+4
* - 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