aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2006-03-16merge with mpd/trunk up to r3925Eric Wong23-340/+1063
2006-03-16fix some uninitialized variables (found by valgrind)Eric Wong2-0/+3
2006-03-16command.c: remove unnecessary strdup()Eric Wong1-5/+3
2006-03-16Hopefully the last of the spelling fixes :>Eric Wong3-5/+5
2006-03-16conf.c: correctly parse "~username/file" in config filesEric Wong1-1/+1
2006-03-15inputStream_http.c: speling fikcsesEric Wong1-4/+4
2006-03-15conf.c: speling ficksesEric Wong1-3/+3
2006-01-25fix bug 544Warren Dukes1-11/+4
2006-01-21fix for mp3 replaygaineQball Cow1-4/+1
2006-01-14Replay gain for mp3. (Patch cleaned up and provided by Jat)Qball Cow1-18/+70
2006-01-07fix addid crash ( found by qball )Warren Dukes1-1/+1
2005-12-31flac_plugin: revert the performance optimization we did a while agoEric Wong1-23/+19
2005-12-31r1067@BL4ST: normalperson | 2005-12-30 19:21:28 -0800Eric Wong2-0/+2
2005-12-17call dropBufferedAudio() when pausingWarren Dukes1-1/+4
2005-12-14Configure fix, so when no glib found it gives a error, and another race condi...Qball Cow1-1/+1
2005-12-12potential fix for bug #466Warren Dukes1-6/+6
2005-12-05optimize away a boatload of strdups during updateEric Wong1-4/+11
2005-11-19remove C++ style commentsEric Wong9-36/+41
2005-11-19gcc 2.95 fixesEric Wong5-6/+9
2005-11-18DJWLindenaar's fix race condition and some memory leaks patchQball Cow7-8/+44
2005-11-16DJWLindenaar balanced tree and master process patchQball Cow12-115/+284
2005-10-25debug messages no longer cause segfaults :PEric Wong2-6/+4
2005-10-02Fixed (tested in Fink and DarwinPorts) osX output pluginQball Cow1-2/+2
2005-09-08Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr...Qball Cow11-13/+81
2005-09-03forgot to print a strerrorWarren Dukes1-1/+1
2005-08-25patch for using Tremor to decode Ogg-VorbisEric Wong1-0/+15
2005-08-23Saving state of output-device in state-file. (This is a temporary solution, r...Qball Cow3-0/+142
2005-08-20"&", not "&&" (the bug itself was harmless, but a bug nevertheless)Eric Wong1-1/+1
2005-08-18change a break; to a return statementWarren Dukes1-1/+1
2005-08-18restore compat.cWarren Dukes1-0/+503
2005-08-18attempt to fix an issue discoverred by jat with sending two close commands ba...Warren Dukes2-503/+5
2005-08-11patch from Oliver Logghe for Hauppage Media MVP supportWarren Dukes3-0/+299
2005-08-07Fix AddId handler, It tried to add the first argument instead of the 2nd. Res...Qball Cow1-1/+1
2005-08-07fix warning reported gcc 4.0: x == y == z does not work as intendedEric Wong1-1/+2
2005-08-07Fix musepack bitrate displayEric Wong1-3/+4
2005-07-30update musepack decoding code to use the newer mpcdec libraryEric Wong1-4/+4
2005-07-03don't check errno unless we have an error (ret<0) from write()Eric Wong1-1/+1
2005-06-05don't require format parameter for audio_output optionsWarren Dukes1-1/+1
2005-05-29forgot to parse the format string of audio_output'sWarren Dukes1-11/+14
2005-05-07fix spelling errorWarren Dukes1-1/+1
2005-05-03'add' command now requires one argumentWarren Dukes1-6/+4
2005-04-30fix bug 421: database read failed with newline in ID3-tagWarren Dukes2-2/+2
2005-04-27change the default max_output_buffer_size from 2048 to 8192Warren Dukes1-1/+1
2005-04-17fix some parsing of http_prebuffer_sizeWarren Dukes1-3/+3
2005-04-06fix OSS audioOutput plugin, so that when dropAudioBuffer is called and the os...Warren Dukes1-5/+10
2005-04-03syntax error cleanupWarren Dukes1-1/+1
2005-04-03fix syntax errorWarren Dukes1-1/+1
2005-03-29- Fix incompatible type warningsAvuton Olrich1-2/+2
2005-03-28simpler parentPath() function from the uclinux branch (well-tested)Eric Wong1-12/+9
2005-03-24destroy mutex's and condition'sWarren Dukes1-0/+2