aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2006-04-23Adding of plchangesposid command, this is a stripped down version of the plch...Qball Cow3-0/+39
2006-04-22Fix for the macro, use gitsetenv, thanks to normalperson, eleusis, jatAvuton Olrich1-8/+34
2006-04-22Solaris is reported to not have a setenv() thusAvuton Olrich1-0/+12
2006-04-22Fix typo, fixes bug in mantis, will sign off laterAvuton Olrich1-1/+1
2006-04-18oggvorbis_plugin.c: eek, I'm a moron..Eric Wong1-1/+1
2006-04-18oggvorbis_plugin.c: oops, fix an off-by-oneEric Wong1-2/+2
2006-04-05Don't rely on memcmp() for structs, padding bits are randomEric Wong2-3/+8
2006-03-29myfprintf: we should be near -ke speeds on most desktopsEric Wong1-3/+1
2006-03-26src/playlist.c: remove unnecessary strdup()Eric Wong1-4/+5
2006-03-26src/command.c: protocol commands are all lowercase, _always_Eric Wong1-2/+2
2006-03-26Small fix, it's file: test not file:testQball Cow1-2/+2
2006-03-26Support for fetching the content of a stored playlist (patch by qball), this ...Qball Cow3-73/+123
2006-03-25src/audioOutputs/audioOutput_oss.c: fix for big-endian machinesEric Wong1-15/+19
2006-03-19src/outputBuffer.c: bugfix: freeMpdTag(), not just free()Eric Wong1-1/+1
2006-03-18rewrite statefile code for audio devicesEric Wong3-108/+91
2006-03-18ls.c: remove unnecessary strdupEric Wong1-2/+0
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