aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2005-03-05implemented alsa audioOutput plugin, now it needs testingWarren Dukes3-2/+298
2005-03-05don't open device in initDriver! instead we just stat() for the deviceWarren Dukes1-29/+78
2005-02-28add "any" option for search and find, patch from Robert AnderssonWarren Dukes1-3/+16
2005-02-26s/mpc_bool_t/BOOL/ so it works with libmusepack 1.1Warren Dukes1-2/+2
2005-02-24git-svn-id: https://svn.musicpd.org/mpd/trunk@2985 09075e82-0dd4-0310-85a5-a0...Warren Dukes1-1/+1
2005-02-24begin tree implementationWarren Dukes1-0/+52
2005-02-24definition of freeTreeIteratorWarren Dukes1-0/+2
2005-02-24add 2-3 tree header fileWarren Dukes1-0/+51
2005-02-14when filling mp3 buffer, check if its already full. If it is, then give up t...Warren Dukes1-0/+4
2005-02-09disable replaygain support for musepack till i can figure out the format that...Warren Dukes1-2/+2
2005-02-07make the "kill" command work againEric Wong1-2/+2
2005-02-07fix a logic error in flacParseReplayGain and also a gcc 2.95 compile errorEric Wong1-3/+3
2005-02-03make local functions staticWarren Dukes1-6/+7
2005-02-02big endian support for flacWarren Dukes1-1/+8
2005-02-02fix to code just submittedWarren Dukes1-1/+1
2005-02-02minor optimization to flacWrite()Warren Dukes1-19/+16
2005-02-02todo updateWarren Dukes1-3/+13
2005-02-02forgot to remove some debug statementsWarren Dukes1-2/+0
2005-02-02playing, stopping, and seeking mpc files should work now. next is parsing me...Warren Dukes1-6/+11
2005-02-01mpc plugin basically working.Warren Dukes1-20/+12
2005-02-01some minor changes, still doesn't quite workWarren Dukes1-5/+25
2005-02-01remove getOggTotalTime(), wasn't used anywhereWarren Dukes2-28/+1
2005-02-01will compile if you manually add "HAVE_MUSEPACK" to config.h and -lmusepack toWarren Dukes3-77/+102
2005-02-01beginnings of a mpc plugin, work in progressWarren Dukes1-0/+280
2005-01-31fix compilation error: s/mpdItemToMpdTag/addItemToMpdTag/Warren Dukes1-1/+1
2005-01-29add streaming input support for FLACEric Wong1-45/+33
2005-01-29free(name) in readDirectoryInfo after using itEric Wong1-0/+1
2005-01-23change the http identification string to package_name/package_versionWarren Dukes1-1/+4
2005-01-16this should fix compile bugs #350 and #351Warren Dukes1-0/+20
2004-12-22fix some casting issues in error messages for output buffer sizeWarren Dukes1-5/+6
2004-12-12remove np from creditsWarren Dukes1-2/+0
2004-11-23fix logic for commands and notcommands for real this timeWarren Dukes1-3/+2
2004-11-23fix a little logic bomb in commands && notcommandsWarren Dukes1-2/+2
2004-11-23added "notcommands" commandWarren Dukes1-0/+21
2004-11-20remove --update-db optionWarren Dukes1-3/+3
2004-11-20fix oss_openDevice() to match the new openDevice callback protocol (w/o a aud...Warren Dukes2-2/+4
2004-11-19don't need to pass audioFormat to openDeviceFuncWarren Dukes4-12/+7
2004-11-16fix an issue with errors and new read() code on interfaceWarren Dukes1-3/+8
2004-11-15get rid of a gcc warningWarren Dukes1-4/+4
2004-11-15s/device/output/Warren Dukes1-3/+3
2004-11-15this shit really needs to be cleaned up, but its good enough for testing,Warren Dukes5-24/+45
2004-11-15use realloc for makeListNodesArrayWarren Dukes1-27/+27
2004-11-15ok, fix FindNodeWarren Dukes1-1/+1
2004-11-15don't to an unneccessary sortWarren Dukes1-5/+0
2004-11-15oops, forgot to remove some DEBUG statmentsWarren Dukes1-3/+0
2004-11-15insert stuff in tagTracker in sorted order, hopefully this makes it fasterWarren Dukes3-55/+78
2004-11-14- Fix compilation error when compiling in a working directory with mp4 support.Avuton Olrich2-2/+2
2004-11-14put tracking titles back in tag trackerWarren Dukes1-5/+5
2004-11-14fix test (we're not adding title's to the tag tracker)Warren Dukes1-1/+1
2004-11-14testWarren Dukes1-1/+9