aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* added composer, performer, and comment metadata itemsWarren Dukes2005-03-054-2/+35
* wee bit of code cleanupWarren Dukes2005-03-052-2/+4
* don't need the extra snd_pcm_prepare after _dropWarren Dukes2005-03-051-1/+0
* more alsa workWarren Dukes2005-03-051-41/+57
* set buffer_before_play default to 0%Warren Dukes2005-03-051-1/+1
* this seemed to help a bit with the blip's on nextWarren Dukes2005-03-051-0/+1
* we want to stat, not lstatWarren Dukes2005-03-051-1/+1
* fix some compilation warningWarren Dukes2005-03-051-1/+3
* implemented dropping of current buffered audio, works for oss, but there seemsWarren Dukes2005-03-059-30/+140
* now alsa plugin should workWarren Dukes2005-03-051-7/+13
* implemented alsa audioOutput plugin, now it needs testingWarren Dukes2005-03-053-2/+298
* 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
* 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
* 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
* make local functions staticWarren Dukes2005-02-031-6/+7
* 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-021-3/+13
* 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
* 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
* fix compilation error: s/mpdItemToMpdTag/addItemToMpdTag/Warren 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-161-0/+20
* fix some casting issues in error messages for output buffer sizeWarren Dukes2004-12-221-5/+6
* remove np from creditsWarren Dukes2004-12-121-2/+0
* 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
* 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