aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2006-07-15[CLEANUP] Fix indentation to be like the rest ofAvuton Olrich1-126/+130
2006-07-15[CLEANUP] Remove unused codeAvuton Olrich3-24/+7
2006-07-15[CLEANUP] Remove unused codeAvuton Olrich2-22/+1
2006-07-15[CLEANUP] Cleanup whitespace->tabsAvuton Olrich6-230/+58
2006-07-14[CLEANUP] cleanup whitespace -> tabsAvuton Olrich2-71/+66
2006-07-14Fix the undefined reference to `playerInitReal'Avuton Olrich3-3/+5
2006-07-14Use audio_output { name } for the stream name in PulseAudio, but do it The Ri...J. Alexander Treuman1-7/+2
2006-07-14[CLEANUP] Remove unused functionAvuton Olrich3-61/+26
2006-07-14Use audio_output { name } for the stream name in PulseAudioJ. Alexander Treuman1-4/+8
2006-07-14[CLEANUP] Cleanup whitespace->tabsAvuton Olrich1-25/+25
2006-07-14[CLEANUP] Remove unused functionAvuton Olrich2-41/+24
2006-07-14[CLEANUP] Make static what makes sense.Avuton Olrich1-6/+6
2006-07-14[CLEANUP] Remove function that doesn't need exportAvuton Olrich2-3/+1
2006-07-14[CLEANUP] Cleanup spaces->tabsAvuton Olrich1-87/+87
2006-07-14Update copyright in --versionJ. Alexander Treuman1-1/+1
2006-07-14Change shank's email addressJ. Alexander Treuman99-100/+100
2006-07-14[CLEANUP] Remove function from header, staticAvuton Olrich2-3/+1
2006-07-14[CLEANUP] remove unused functionAvuton Olrich2-10/+0
2006-07-14[CLEANUP] Remove closeCharSetConversion from theAvuton Olrich2-4/+4
2006-07-14[CLEANUP] Remove unused codeAvuton Olrich2-66/+8
2006-07-14[CLEANUP] Remove unused functions from the headerAvuton Olrich2-116/+55
2006-07-14[CLEANUP] Remove unused codeAvuton Olrich2-35/+12
2006-07-14[CLEANUP] Remove 'extern int errno;'Avuton Olrich2-23/+3
2006-07-14[CLEANUP] Remove unnecessary includes, staticAvuton Olrich3-72/+71
2006-07-14Remove test on a local variable that won't have been modified yetJ. Alexander Treuman1-1/+0
2006-07-14Remove unused playSilenceOrSleep macroJ. Alexander Treuman1-6/+0
2006-07-14Remove some misleading comments, fix shanks terrible spellingJ. Alexander Treuman1-6/+1
2006-07-14Use a macro to declare disabled audio output pluginsJ. Alexander Treuman8-94/+26
2006-07-13whoops, I don't know how that snuck into the lastAvuton Olrich1-0/+7
2006-07-13Huge header update, update the copyright and addAvuton Olrich99-100/+235
2006-07-13Add PulseAudio supportJ. Alexander Treuman3-0/+196
2006-07-13Remove a couple more unused functionsAvuton Olrich2-22/+0
2006-07-13Declare functions not used outside dbUtils.c static.Avuton Olrich2-18/+16
2006-07-13Remove forceGetConfigParamValue, it's unused and evenAvuton Olrich2-13/+0
2006-07-13Remove (now) unused code. Hasn't been used since revision 3026.Avuton Olrich1-29/+0
2006-07-13path.*: cleanupsAvuton Olrich3-19/+8
2006-07-12OSS: correctly check for the device in oss_testDefault()Eric Wong1-3/+4
2006-07-05Remove unnecessary include, has always been pulledAvuton Olrich1-1/+0
2006-06-21Add back the id3v1_encoding option. Now it really will convert id3v1 only.J. Alexander Treuman3-0/+17
2006-06-21Cleanup getId3Info.J. Alexander Treuman1-7/+4
2006-06-21Cleanup id3 ReplayGain parsing code.J. Alexander Treuman1-13/+19
2006-06-21Silly jat, don't use newMpdTag as a variable name!J. Alexander Treuman1-4/+4
2006-06-21Cleanup mp3_parseId3Tag to only modify the MpdTag if we have something new to...J. Alexander Treuman1-7/+11
2006-06-21Rewrote id3Dup to search for tags manually. Now libid3tag will actually tell...J. Alexander Treuman2-12/+138
2006-06-11Reverting patch to "fix" the alsa plugin when used with dmix. It ended up br...J. Alexander Treuman1-1/+2
2006-06-07Check that db_file exists before checking if we can write to it. Committed o...J. Alexander Treuman1-0/+30
2006-06-05main.c: fix gcc-2.95 compilation problemEric Wong1-1/+2
2006-06-05Made pid_file an optional config parameter.J. Alexander Treuman1-17/+28
2006-06-04Return -1 on error, not on success.J. Alexander Treuman1-1/+1
2006-06-04correctly check for setenv() functionEric Wong1-2/+2