aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* audiofile_plugin: use afSetVirtualSampleFormat, tooEric Wong2006-08-241-0/+2
* audiofile_plugin: fix for playing mono .au files with 8000Hz sample rateEric Wong2006-08-241-3/+3
* Bumping version to rc3J. Alexander Treuman2006-08-242-3/+3
* Use strcasecmp to check for replaygain id3v2 tags, since apparently some apps...J. Alexander Treuman2006-08-231-4/+4
* Instead of ignoring mp2/mp3 files that start with a layer 1 frame, just skip ...J. Alexander Treuman2006-08-231-2/+1
* If a frame header decode loses sync, just try again instead of trying to deco...J. Alexander Treuman2006-08-231-7/+3
* Skip layer 2 frames in mp3s and vice versa. Also drop support for layer 1, s...J. Alexander Treuman2006-08-231-3/+15
* fix Replay Gain reading for FLAC and OggFLACEric Wong2006-08-221-6/+6
* get rid of the pointless xopen wrapper, open(2) does not throw errno = EINTREric Wong2006-08-222-11/+4
* oggvorbis_plugin.c: update message to match changed function nameEric Wong2006-08-201-2/+2
* trivial: labels should be on the left-most column, no tabbingEric Wong2006-08-205-8/+8
* inputPlugins/_ogg_common.c: check for read errors correctlyEric Wong2006-08-201-1/+1
* This fixes 5 potential bugs where the conditional would always be true.Avuton Olrich2006-08-204-5/+5
* Fix missing initializer in DISABLED_AUDIO_OUTPUT_PLUGIN();Avuton Olrich2006-08-201-0/+1
* Fix warnings for -Wmissing-prototypesAvuton Olrich2006-08-2040-153/+155
* fix a few warnings on 64-bit machinesEric Wong2006-08-182-3/+3
* Cast isostr to char * to fix yet another warningJ. Alexander Treuman2006-08-181-1/+1
* Change type of isostr to fix warningJ. Alexander Treuman2006-08-181-1/+1
* Bumping some version numbers to rc2J. Alexander Treuman2006-08-182-3/+3