aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Typo found by bensonk.J. Alexander Treuman2006-09-12
* New example config.J. Alexander Treuman2006-09-12
* replaygain -> ReplayGain in docsJ. Alexander Treuman2006-09-12
* Note that mpd will scan for an audio output if none is specified.J. Alexander Treuman2006-09-12
* Deleting bs directory from svn.J. Alexander Treuman2006-09-12
* m4/lib*FLAC.m4: fix typos, -INONE/include no longer mis-added to CFLAGSEric Wong2006-09-12
* tag.c: remove unnecessary #includesEric Wong2006-09-11
* configure.ac: fix tremor detection usageEric Wong2006-09-11
* Hopefully fix endian problem mac x86/ppcQball Cow2006-09-09
* utils.c: fix xreallocEric Wong2006-09-07
* configure.ac: fix an obvious typo for setting mpcdec libsEric Wong2006-09-06
* remove bs; oops, didn't mean to commit thatEric Wong2006-09-06
* bs: a work in progress..Eric Wong2006-09-06
* gcc.h: make sure __GNUC__ is defined before checking it's valueEric Wong2006-08-30
* Fixing up the new 0.12 ChangeLog entry some more.J. Alexander Treuman2006-08-28
* Removing id3v1_encoding from 0.12 ChangeLog entry, since it was already liste...J. Alexander Treuman2006-08-28
* Rearrange mpd.conf.5 and conf.[ch] to use the more logical ordering of config...J. Alexander Treuman2006-08-28
* Note that default for metadata_to_use doesn't include commentsJ. Alexander Treuman2006-08-28
* Add id3v1_encoding to the mpd.conf man page.J. Alexander Treuman2006-08-28
* Update ChangeLog. Please keep this up to date as you make changes from now on.J. Alexander Treuman2006-08-28
* Removing mp1/mp2 from TODOJ. Alexander Treuman2006-08-28
* Updating INSTALLJ. Alexander Treuman2006-08-28
* Adding directions for updating to 0.12.0 to UPGRADINGJ. Alexander Treuman2006-08-28
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-26
* audioOutputs_oss: [trivial] make loop interation consistent with othersEric Wong2006-08-26
* audio.c: [trivial] remove unnecessary includeEric Wong2006-08-26
* command.c: rerun mpd-indent.sh, no code changesEric Wong2006-08-26
* Fix an esoteric gcc warningJ. Alexander Treuman2006-08-25
* audiofile_plugin: use afSetVirtualSampleFormat, tooEric Wong2006-08-24
* audiofile_plugin: fix for playing mono .au files with 8000Hz sample rateEric Wong2006-08-24
* Bumping version to rc3J. Alexander Treuman2006-08-24
* Use strcasecmp to check for replaygain id3v2 tags, since apparently some apps...J. Alexander Treuman2006-08-23
* Instead of ignoring mp2/mp3 files that start with a layer 1 frame, just skip ...J. Alexander Treuman2006-08-23
* If a frame header decode loses sync, just try again instead of trying to deco...J. Alexander Treuman2006-08-23
* Skip layer 2 frames in mp3s and vice versa. Also drop support for layer 1, s...J. Alexander Treuman2006-08-23
* fix Replay Gain reading for FLAC and OggFLACEric Wong2006-08-22
* get rid of the pointless xopen wrapper, open(2) does not throw errno = EINTREric Wong2006-08-22
* oggvorbis_plugin.c: update message to match changed function nameEric Wong2006-08-20
* trivial: labels should be on the left-most column, no tabbingEric Wong2006-08-20
* inputPlugins/_ogg_common.c: check for read errors correctlyEric Wong2006-08-20
* This fixes 5 potential bugs where the conditional would always be true.Avuton Olrich2006-08-20
* Fix missing initializer in DISABLED_AUDIO_OUTPUT_PLUGIN();Avuton Olrich2006-08-20
* Fix warnings for -Wmissing-prototypesAvuton Olrich2006-08-20
* fix a few warnings on 64-bit machinesEric Wong2006-08-18
* Cast isostr to char * to fix yet another warningJ. Alexander Treuman2006-08-18
* Change type of isostr to fix warningJ. Alexander Treuman2006-08-18
* Bumping some version numbers to rc2J. Alexander Treuman2006-08-18
* Avoid an unnecessary encoding conversion when converting id3v1 tags. Also ma...J. Alexander Treuman2006-08-15
* tag.c: fix segfault on failed id3v1 character conversionEric Wong2006-08-15
* Several bugfixes during exit found by valgrindEric Wong2006-08-14