summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-10-06fix escaping in quotes. (Now phpMp works again!)Warren Dukes
2006-10-03add a sanity check assertWarren Dukes
2006-10-03fix the segfault for when no audio_output is found and none is detected (bug ...Warren Dukes
2006-10-03cleanup flushWarningBuffer() and make some for() loops in audio.c look and do...Warren Dukes
2006-10-03handle invalid xing tags better.Warren Dukes
2006-09-22Bumping version numbers to 0.12.0.J. Alexander Treuman
2006-09-22Updating release date in ChangeLog.J. Alexander Treuman
2006-09-21outputBuffer: avoid out-of-bounds-error in clearOutputBuffer()Eric Wong
2006-09-15signal_check: [trivial] make __caught_signals array staticEric Wong
2006-09-15Updating version numbers to rc4.J. Alexander Treuman
2006-09-15Filling in link to wiki for audio outputs in mpdconf.exampleJ. Alexander Treuman
2006-09-15Removing tree from TODOJ. Alexander Treuman
2006-09-14m4: add pkg.m4 so users can run autogen.sh without pkg-configEric Wong
2006-09-13Make autogen.sh exit immediately if any of the tools it runs fails.J. Alexander Treuman
2006-09-13I can't believe qball is correcting my typos.J. Alexander Treuman
2006-09-13configure.ac: replace double quotes AC_MSG_ERROR with bracketsEric Wong
2006-09-12Typo found by bensonk.J. Alexander Treuman
2006-09-12New example config.J. Alexander Treuman
2006-09-12replaygain -> ReplayGain in docsJ. Alexander Treuman
2006-09-12Note that mpd will scan for an audio output if none is specified.J. Alexander Treuman
2006-09-12Deleting bs directory from svn.J. Alexander Treuman
2006-09-12m4/lib*FLAC.m4: fix typos, -INONE/include no longer mis-added to CFLAGSEric Wong
2006-09-11tag.c: remove unnecessary #includesEric Wong
2006-09-11configure.ac: fix tremor detection usageEric Wong
2006-09-09Hopefully fix endian problem mac x86/ppcQball Cow
2006-09-07utils.c: fix xreallocEric Wong
2006-09-06configure.ac: fix an obvious typo for setting mpcdec libsEric Wong
2006-09-06remove bs; oops, didn't mean to commit thatEric Wong
2006-09-06bs: a work in progress..Eric Wong
2006-08-30gcc.h: make sure __GNUC__ is defined before checking it's valueEric Wong
2006-08-28Fixing up the new 0.12 ChangeLog entry some more.J. Alexander Treuman
2006-08-28Removing id3v1_encoding from 0.12 ChangeLog entry, since it was already liste...J. Alexander Treuman
2006-08-28Rearrange mpd.conf.5 and conf.[ch] to use the more logical ordering of config...J. Alexander Treuman
2006-08-28Note that default for metadata_to_use doesn't include commentsJ. Alexander Treuman
2006-08-28Add id3v1_encoding to the mpd.conf man page.J. Alexander Treuman
2006-08-28Update ChangeLog. Please keep this up to date as you make changes from now on.J. Alexander Treuman
2006-08-28Removing mp1/mp2 from TODOJ. Alexander Treuman
2006-08-28Updating INSTALLJ. Alexander Treuman
2006-08-28Adding directions for updating to 0.12.0 to UPGRADINGJ. Alexander Treuman
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong
2006-08-26audioOutputs_oss: [trivial] make loop interation consistent with othersEric Wong
2006-08-26audio.c: [trivial] remove unnecessary includeEric Wong
2006-08-26command.c: rerun mpd-indent.sh, no code changesEric Wong
2006-08-25Fix an esoteric gcc warningJ. Alexander Treuman
2006-08-24audiofile_plugin: use afSetVirtualSampleFormat, tooEric Wong
2006-08-24audiofile_plugin: fix for playing mono .au files with 8000Hz sample rateEric Wong
2006-08-24Bumping version to rc3J. Alexander Treuman
2006-08-23Use strcasecmp to check for replaygain id3v2 tags, since apparently some apps...J. Alexander Treuman
2006-08-23Instead of ignoring mp2/mp3 files that start with a layer 1 frame, just skip ...J. Alexander Treuman
2006-08-23If a frame header decode loses sync, just try again instead of trying to deco...J. Alexander Treuman