summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-02-27LSR and Zeroconf support both use PKG_CHECK_MODULES, and thus requireJ. Alexander Treuman
2007-02-24Adding copyright headers to locate.[ch].J. Alexander Treuman
2007-02-24Adding playlistfind and playlistsearch commands for searching the currentJ. Alexander Treuman
2007-02-24Moving a bunch of the LocateTagItem code to locate.[ch] so that it canJ. Alexander Treuman
2007-02-23Make mpd fetch the Original artist/performer tag from mp3'sQball Cow
2007-02-19pcm_utils: fix libsamplerate compilation with non-C99 compilersEric Wong
2007-02-19More (v)snprintf-related buffer over-allocations removedEric Wong
2007-02-19inputStream_http: cleanup GET request code (finishHTTPInit)Eric Wong
2007-02-19inputStream_http: fix HTTP seekingEric Wong
2007-02-18Removing a global initialization to 0.J. Alexander Treuman
2007-02-18Closing some parenthesis around shank's email address in copyright headers.J. Alexander Treuman
2007-02-18Re-adding a fix to log.c that got pulled with the localization reversion.J. Alexander Treuman
2007-02-18Reverting all of my localization changes. It was a horribleJ. Alexander Treuman
2007-02-18fix for bug #1447Warren Dukes
2007-02-13Fixing some weird floating point comparison issue. Not exactly sure whyJ. Alexander Treuman
2007-02-13Tidying up libsamplerate documentation in the mpd.conf man page.J. Alexander Treuman
2007-02-13Tidying up libsamplerate example in mpdconf.example.J. Alexander Treuman
2007-02-11#1) fix a few potential deadlock conditons in decode.c when crossfading is en...Warren Dukes
2007-02-06Fix a bug where mpd would complain about a proxy password being specifiedJ. Alexander Treuman
2007-02-02Add libsamplerate support, old resampling is still an option, but this sounds...Avuton Olrich
2007-01-24on second thought, comment out the debug statement so that users aren't poten...Warren Dukes
2007-01-24add debug statement for bug #1380Warren Dukes
2007-01-21Fix some error messages concerning _ao output driverQball Cow
2007-01-20José Anarch: JACK updatesAvuton Olrich
2007-01-19Committing posix_fadvise(); normalperson/jat reviewed. Appears fine. Fixes bu...Avuton Olrich
2007-01-17Call initLocalization() earlier so that errors, --version, etc. outputJ. Alexander Treuman
2007-01-14avahi: malloc => xmallocEric Wong
2007-01-14sparse: move extern declarations for plugins into header filesEric Wong
2007-01-14More sparse fixes now that we've re-enabled -Wmissing-prototypesEric Wong
2007-01-14avahi: use #ifdef instead of #if because AVAHI may not be defined at allEric Wong
2007-01-14flac: workaround for type inconsistency between new/old read callbackEric Wong
2007-01-14jack: fix type warning in error messageEric Wong
2007-01-14configure.ac: no longer drop MPD_CFLAGS if shout is enabledEric Wong
2007-01-14configure.ac: get rid of scary message about OggFLAC with FLAC 1.1.3Eric Wong
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong
2007-01-14flac/ogg/oggflac: keep old mime-types in addition to the new onesEric Wong
2007-01-14jack: fix double-free in finish routineEric Wong
2007-01-14jack: fix potential segfaults in parsing bad configs for 'ports'Eric Wong
2007-01-14jack: fix multiple segfaults when jackd hasn't been startedEric Wong
2007-01-14jack: strdup => xstrdup for error checkingEric Wong
2007-01-14avahi: more sparse fixes (-Wshadow, non-ANSI declarations)Eric Wong
2007-01-14jack: declare global variables as staticEric Wong
2007-01-14mp3: sparse: fix warnings reported with -WshadowEric Wong
2007-01-14localization: fix implicit declaration warnings (WARNING and strcmp)Eric Wong
2007-01-14flac: sparse: mismatched enum type for seekEric Wong
2007-01-14zeroconf: avoid mixing declarations and codeEric Wong
2007-01-14inputStream_http: stop mixing declarations with codeEric Wong
2007-01-14flac: fix a stupid mistake newer preprocessors don't complain aboutEric Wong
2007-01-14configure.ac: shell portability fix (test -a)Eric Wong
2007-01-11Added zeroconf service publishing using avahiJim Ramsay