aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Adding ChangeLog entries for 0.12.1J. Alexander Treuman2006-10-101-0/+7
* Allow an ogg quality of -1 to be specified.J. Alexander Treuman2006-10-101-5/+5
* buffer2array: extra unit tests (for PHP magic quote escapes)Eric Wong2006-10-101-9/+21
* mp3_plugin.c: fix compilation with -pedantic and/or gcc 2.95Eric Wong2006-10-061-16/+20
* put back np's supperrior buffer2array, and fix my bug fix from change 4872Warren Dukes2006-10-064-122/+69
* Revert buffer2array() behavior back to tried and true 0.11.x versionEric Wong2006-10-064-70/+122
* fix escaping in quotes. (Now phpMp works again!)Warren Dukes2006-10-061-12/+6
* add a sanity check assertWarren Dukes2006-10-031-0/+3
* fix the segfault for when no audio_output is found and none is detected (bug ...Warren Dukes2006-10-031-10/+18
* cleanup flushWarningBuffer() and make some for() loops in audio.c look and do...Warren Dukes2006-10-032-18/+24
* handle invalid xing tags better.Warren Dukes2006-10-031-18/+26
* Bumping version numbers to 0.12.0.J. Alexander Treuman2006-09-222-3/+3
* Updating release date in ChangeLog.J. Alexander Treuman2006-09-221-1/+1
* outputBuffer: avoid out-of-bounds-error in clearOutputBuffer()Eric Wong2006-09-211-3/+3
* signal_check: [trivial] make __caught_signals array staticEric Wong2006-09-151-1/+1
* Updating version numbers to rc4.J. Alexander Treuman2006-09-152-3/+3
* Filling in link to wiki for audio outputs in mpdconf.exampleJ. Alexander Treuman2006-09-151-2/+2
* Removing tree from TODOJ. Alexander Treuman2006-09-151-1/+0
* m4: add pkg.m4 so users can run autogen.sh without pkg-configEric Wong2006-09-141-0/+157
* Make autogen.sh exit immediately if any of the tools it runs fails.J. Alexander Treuman2006-09-131-6/+6
* I can't believe qball is correcting my typos.J. Alexander Treuman2006-09-131-1/+1
* configure.ac: replace double quotes AC_MSG_ERROR with bracketsEric Wong2006-09-131-2/+2
* Typo found by bensonk.J. Alexander Treuman2006-09-121-1/+1
* New example config.J. Alexander Treuman2006-09-121-171/+173
* replaygain -> ReplayGain in docsJ. Alexander Treuman2006-09-121-5/+5
* Note that mpd will scan for an audio output if none is specified.J. Alexander Treuman2006-09-121-2/+3
* Deleting bs directory from svn.J. Alexander Treuman2006-09-120-0/+0
* m4/lib*FLAC.m4: fix typos, -INONE/include no longer mis-added to CFLAGSEric Wong2006-09-122-2/+2
* tag.c: remove unnecessary #includesEric Wong2006-09-111-7/+0
* configure.ac: fix tremor detection usageEric Wong2006-09-111-80/+26
* Hopefully fix endian problem mac x86/ppcQball Cow2006-09-091-2/+5
* utils.c: fix xreallocEric Wong2006-09-071-5/+6
* configure.ac: fix an obvious typo for setting mpcdec libsEric Wong2006-09-061-1/+1
* remove bs; oops, didn't mean to commit thatEric Wong2006-09-0611-506/+0
* bs: a work in progress..Eric Wong2006-09-0611-0/+506
* gcc.h: make sure __GNUC__ is defined before checking it's valueEric Wong2006-08-301-1/+1
* Fixing up the new 0.12 ChangeLog entry some more.J. Alexander Treuman2006-08-281-2/+1
* Removing id3v1_encoding from 0.12 ChangeLog entry, since it was already liste...J. Alexander Treuman2006-08-281-2/+1
* Rearrange mpd.conf.5 and conf.[ch] to use the more logical ordering of config...J. Alexander Treuman2006-08-283-102/+102
* Note that default for metadata_to_use doesn't include commentsJ. Alexander Treuman2006-08-281-1/+2
* Add id3v1_encoding to the mpd.conf man page.J. Alexander Treuman2006-08-281-0/+6
* Update ChangeLog. Please keep this up to date as you make changes from now on.J. Alexander Treuman2006-08-281-0/+41
* Removing mp1/mp2 from TODOJ. Alexander Treuman2006-08-281-3/+0
* Updating INSTALLJ. Alexander Treuman2006-08-281-46/+57
* Adding directions for updating to 0.12.0 to UPGRADINGJ. Alexander Treuman2006-08-281-0/+16
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-2648-183/+257
* audioOutputs_oss: [trivial] make loop interation consistent with othersEric Wong2006-08-261-1/+1
* audio.c: [trivial] remove unnecessary includeEric Wong2006-08-261-1/+0
* command.c: rerun mpd-indent.sh, no code changesEric Wong2006-08-261-136/+76
* Fix an esoteric gcc warningJ. Alexander Treuman2006-08-251-3/+4