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