aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* oops, forgot to remove some DEBUG statmentsWarren Dukes2004-11-151-3/+0
* insert stuff in tagTracker in sorted order, hopefully this makes it fasterWarren Dukes2004-11-153-55/+78
* - Fix compilation error when compiling in a working directory with mp4 support.Avuton Olrich2004-11-142-2/+2
* put tracking titles back in tag trackerWarren Dukes2004-11-141-5/+5
* fix test (we're not adding title's to the tag tracker)Warren Dukes2004-11-141-1/+1
* testWarren Dukes2004-11-141-1/+9
* no longer need to include sig_handlers.h in interfac.ecWarren Dukes2004-11-141-1/+0
* fix a few bugs in read()'ingWarren Dukes2004-11-141-8/+9
* optimized read() on clients, should be much, much faster nowWarren Dukes2004-11-142-124/+123
* a few DEBUG statementsWarren Dukes2004-11-133-1/+11
* fix bug in findWarren Dukes2004-11-131-1/+1
* fix a bug in pringSongUrl, don't print leading '/' for songs in root dirWarren Dukes2004-11-122-2/+2
* don't store only relative paths in the directory structure, its probably notWarren Dukes2004-11-124-31/+33
* correct a type in the error messageWarren Dukes2004-11-121-1/+1
* now more flexible list, search, find, where you can enter pairs ofWarren Dukes2004-11-123-43/+152
* ok, dottemag's id3v1_encoding config parameter should now work.Warren Dukes2004-11-111-1/+19
* somehow a } went missingWarren Dukes2004-11-111-1/+1
* ok, tagtracker now tracks title, this has the disadvantage of needing to sortWarren Dukes2004-11-113-20/+42
* better saved memmory displayWarren Dukes2004-11-114-11/+31