aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [CLEANUP] Remove unused functions from the headerAvuton Olrich2006-07-142-116/+55
* [CLEANUP] Remove unused codeAvuton Olrich2006-07-142-35/+12
* [CLEANUP] Remove 'extern int errno;'Avuton Olrich2006-07-142-23/+3
* [CLEANUP] Remove unnecessary includes, staticAvuton Olrich2006-07-143-72/+71
* Remove test on a local variable that won't have been modified yetJ. Alexander Treuman2006-07-141-1/+0
* Remove unused playSilenceOrSleep macroJ. Alexander Treuman2006-07-141-6/+0
* Remove some misleading comments, fix shanks terrible spellingJ. Alexander Treuman2006-07-141-6/+1
* Use a macro to declare disabled audio output pluginsJ. Alexander Treuman2006-07-148-94/+26
* whoops, I don't know how that snuck into the lastAvuton Olrich2006-07-131-0/+7
* Link to PulseAudio wiki in mpd.conf.5 for more details on the format of the s...J. Alexander Treuman2006-07-131-1/+2
* Huge header update, update the copyright and addAvuton Olrich2006-07-1399-100/+235
* Add PulseAudio supportJ. Alexander Treuman2006-07-135-8/+226
* Remove a couple more unused functionsAvuton Olrich2006-07-132-22/+0
* Declare functions not used outside dbUtils.c static.Avuton Olrich2006-07-132-18/+16
* Remove forceGetConfigParamValue, it's unused and evenAvuton Olrich2006-07-132-13/+0
* Remove (now) unused code. Hasn't been used since revision 3026.Avuton Olrich2006-07-131-29/+0
* path.*: cleanupsAvuton Olrich2006-07-133-19/+8
* OSS: correctly check for the device in oss_testDefault()Eric Wong2006-07-121-3/+4
* Remove unnecessary include, has always been pulledAvuton Olrich2006-07-051-1/+0
* configure.ac: fix configure failing with newer faad2R.Ramkumar2006-07-041-0/+4
* Typo.J. Alexander Treuman2006-06-301-1/+1
* Remove completed items from TODO.J. Alexander Treuman2006-06-231-15/+0
* Add back the id3v1_encoding option. Now it really will convert id3v1 only.J. Alexander Treuman2006-06-214-0/+21
* Cleanup getId3Info.J. Alexander Treuman2006-06-211-7/+4
* Cleanup id3 ReplayGain parsing code.J. Alexander Treuman2006-06-211-13/+19
* Silly jat, don't use newMpdTag as a variable name!J. Alexander Treuman2006-06-211-4/+4
* Cleanup mp3_parseId3Tag to only modify the MpdTag if we have something new to...J. Alexander Treuman2006-06-211-7/+11
* Rewrote id3Dup to search for tags manually. Now libid3tag will actually tell...J. Alexander Treuman2006-06-212-12/+138
* Reverting patch to "fix" the alsa plugin when used with dmix. It ended up br...J. Alexander Treuman2006-06-111-1/+2
* Check that db_file exists before checking if we can write to it. Committed o...J. Alexander Treuman2006-06-071-0/+30
* configure.ac: set -Wall if we detect gcc-$VERSION or gcc$VERSIONEric Wong2006-06-051-1/+2
* main.c: fix gcc-2.95 compilation problemEric Wong2006-06-051-1/+2
* Made pid_file an optional config parameter.J. Alexander Treuman2006-06-053-19/+31
* New man page for mpd.conf. Thanks to qball and eleusis for input.J. Alexander Treuman2006-06-042-1/+284
* Return -1 on error, not on success.J. Alexander Treuman2006-06-041-1/+1
* Don't run configure from autogen.sh if NOCONFIGURE is non-empty.J. Alexander Treuman2006-06-041-1/+3
* correctly check for setenv() functionEric Wong2006-06-042-2/+3
* gcc 2.95 compatibility fixesEric Wong2006-06-042-4/+8
* configure.ac: fix a bash-ism in generated ./configureEric Wong2006-06-041-1/+1
* inputStream_http: avoid printf, use our handy macros in log.hEric Wong2006-05-211-1/+1
* Remove superfluous \n from addid's commandError call.J. Alexander Treuman2006-05-201-1/+1
* Save audio output state in correct order.J. Alexander Treuman2006-05-201-1/+1
* Fix log message when removing subdirectories.J. Alexander Treuman2006-05-151-3/+2
* Work around a stupid bug in libmad so VBR MP3s with CRC protection have the c...J. Alexander Treuman2006-05-151-4/+17
* Removed normalperson as an author in mpd.1 at his request.J. Alexander Treuman2006-05-151-2/+0
* Applied a modified patch for bug 344, needs testing with ipv6Qball Cow2006-05-141-83/+69
* My first commit! :D Make sure the same interface isn't closed twice when max...J. Alexander Treuman2006-05-101-1/+2
* Jat/Q patch for checking permission on database before creating itQball Cow2006-05-083-0/+15
* Fix for bug 483Qball Cow2006-05-081-1/+2
* Commit Jat's patch for bug 1282Qball Cow2006-05-081-3/+3