aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* merge with mpd/trunk up to r3925Eric Wong2006-03-1623-340/+1063
* 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-163-5/+5
* 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
* 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-141-1/+1
* 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-1612-115/+284
* debug messages no longer cause segfaults :PEric Wong2005-10-252-6/+4
* Fixed (tested in Fink and DarwinPorts) osX output pluginQball Cow2005-10-021-2/+2
* Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr...Qball Cow2005-09-0811-13/+81
* forgot to print a strerrorWarren Dukes2005-09-031-1/+1
* patch for using Tremor to decode Ogg-VorbisEric Wong2005-08-251-0/+15
* Saving state of output-device in state-file. (This is a temporary solution, r...Qball Cow2005-08-233-0/+142
* "&", 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
* update musepack decoding code to use the newer mpcdec libraryEric Wong2005-07-301-4/+4
* don't check errno unless we have an error (ret<0) from write()Eric Wong2005-07-031-1/+1
* 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
* fix bug 421: database read failed with newline in ID3-tagWarren Dukes2005-04-302-2/+2
* change the default max_output_buffer_size from 2048 to 8192Warren Dukes2005-04-271-1/+1
* fix some parsing of http_prebuffer_sizeWarren Dukes2005-04-171-3/+3
* fix OSS audioOutput plugin, so that when dropAudioBuffer is called and the os...Warren Dukes2005-04-061-5/+10
* syntax error cleanupWarren Dukes2005-04-031-1/+1
* fix syntax errorWarren Dukes2005-04-031-1/+1
* - Fix incompatible type warningsAvuton Olrich2005-03-291-2/+2
* simpler parentPath() function from the uclinux branch (well-tested)Eric Wong2005-03-281-12/+9
* destroy mutex's and condition'sWarren Dukes2005-03-241-0/+2