aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* merge with mpd/trunk up to r3925Eric Wong2006-03-1625-353/+1200
* fix some uninitialized variables (found by valgrind)Eric Wong2006-03-162-0/+3
* command.c: remove unnecessary strdup()Eric Wong2006-03-161-5/+3
* Hopefully the last of the spelling fixes :>Eric Wong2006-03-164-6/+6
* conf.c: correctly parse "~username/file" in config filesEric Wong2006-03-161-1/+1
* inputStream_http.c: speling fikcsesEric Wong2006-03-151-4/+4
* conf.c: speling ficksesEric Wong2006-03-151-3/+3
* fix bug 544Warren Dukes2006-01-251-11/+4
* fix for mp3 replaygaineQball Cow2006-01-211-4/+1
* fix title->track in config file replaygain exampleQball Cow2006-01-141-1/+1
* Replay gain for mp3. (Patch cleaned up and provided by Jat)Qball Cow2006-01-141-18/+70
* fix addid crash ( found by qball )Warren Dukes2006-01-071-1/+1
* flac_plugin: revert the performance optimization we did a while agoEric Wong2005-12-311-23/+19
* r1067@BL4ST: normalperson | 2005-12-30 19:21:28 -0800Eric Wong2005-12-312-0/+2
* call dropBufferedAudio() when pausingWarren Dukes2005-12-171-1/+4
* Configure fix, so when no glib found it gives a error, and another race condi...Qball Cow2005-12-142-2/+2
* potential fix for bug #466Warren Dukes2005-12-121-6/+6
* optimize away a boatload of strdups during updateEric Wong2005-12-051-4/+11
* remove C++ style commentsEric Wong2005-11-199-36/+41
* gcc 2.95 fixesEric Wong2005-11-195-6/+9
* DJWLindenaar's fix race condition and some memory leaks patchQball Cow2005-11-187-8/+44
* DJWLindenaar balanced tree and master process patchQball Cow2005-11-1613-115/+288
* debug messages no longer cause segfaults :PEric Wong2005-10-252-6/+4
* Ticho's configure.ac patchQball Cow2005-10-071-19/+18
* Fixed (tested in Fink and DarwinPorts) osX output pluginQball Cow2005-10-021-2/+2
* Forgot commit message, Added extra debug output when scanning director sturct...Qball Cow2005-09-081-0/+1
* Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr...Qball Cow2005-09-0812-15/+84
* forgot to print a strerrorWarren Dukes2005-09-031-1/+1
* disable shout if tremor is used because tremor is only an encoderEric Wong2005-08-261-1/+4
* patch for using Tremor to decode Ogg-VorbisEric Wong2005-08-252-4/+73
* todo updateWarren Dukes2005-08-252-1/+16
* Saving state of output-device in state-file. (This is a temporary solution, r...Qball Cow2005-08-234-0/+143
* "&", not "&&" (the bug itself was harmless, but a bug nevertheless)Eric Wong2005-08-201-1/+1
* change a break; to a return statementWarren Dukes2005-08-181-1/+1
* restore compat.cWarren Dukes2005-08-181-0/+503
* attempt to fix an issue discoverred by jat with sending two close commands ba...Warren Dukes2005-08-182-503/+5
* patch from Oliver Logghe for Hauppage Media MVP supportWarren Dukes2005-08-113-0/+299
* Fix AddId handler, It tried to add the first argument instead of the 2nd. Res...Qball Cow2005-08-071-1/+1
* fix warning reported gcc 4.0: x == y == z does not work as intendedEric Wong2005-08-071-1/+2
* Fix musepack bitrate displayEric Wong2005-08-071-3/+4
* --enable-ao enables ao, doesn't disable ao supportWarren Dukes2005-08-021-1/+1
* remove unnecessary apostropheEric Wong2005-07-311-1/+1
* update musepack decoding code to use the newer mpcdec libraryEric Wong2005-07-302-21/+21
* don't check errno unless we have an error (ret<0) from write()Eric Wong2005-07-031-1/+1
* actually disable shout if ogg-vorbis is disabled, instead of justEric Wong2005-06-301-0/+1
* fix some typo's reported by jatWarren Dukes2005-06-171-2/+2
* don't require format parameter for audio_output optionsWarren Dukes2005-06-051-1/+1
* forgot to parse the format string of audio_output'sWarren Dukes2005-05-291-11/+14
* fix spelling errorWarren Dukes2005-05-071-1/+1
* 'add' command now requires one argumentWarren Dukes2005-05-031-6/+4