aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Another patch from JoseAvuton Olrich2007-03-231-50/+29
* Add new update from Jose for JACKAvuton Olrich2007-03-231-31/+71
* Doing those previous SONG_* commits properly. Thanks to normalperson forJ. Alexander Treuman2007-03-202-3/+3
* Use "file" instead of SONG_INFO (literally "file: ") forJ. Alexander Treuman2007-03-201-2/+2
* Use SONG_FILE instead of literal "file: " for consistency with db code.J. Alexander Treuman2007-03-201-2/+2
* Use SONG_TIME instead of literal "Time: " for consistency with db code.J. Alexander Treuman2007-03-201-1/+2
* This fixes a bug where a client sending just the right data could cause mpdJ. Alexander Treuman2007-03-181-0/+1
* fix bug #1458Warren Dukes2007-03-091-2/+1
* Support for libmikmod 3.2.0 betas.J. Alexander Treuman2007-03-021-2/+7
* Removing a useless block.J. Alexander Treuman2007-02-281-13/+10
* Adding copyright headers to locate.[ch].J. Alexander Treuman2007-02-242-0/+36
* Adding playlistfind and playlistsearch commands for searching the currentJ. Alexander Treuman2007-02-243-3/+80
* Moving a bunch of the LocateTagItem code to locate.[ch] so that it canJ. Alexander Treuman2007-02-245-213/+233
* Make mpd fetch the Original artist/performer tag from mp3'sQball Cow2007-02-231-0/+4
* pcm_utils: fix libsamplerate compilation with non-C99 compilersEric Wong2007-02-191-4/+12
* More (v)snprintf-related buffer over-allocations removedEric Wong2007-02-193-4/+4
* inputStream_http: cleanup GET request code (finishHTTPInit)Eric Wong2007-02-191-29/+29
* inputStream_http: fix HTTP seekingEric Wong2007-02-191-1/+1
* Removing a global initialization to 0.J. Alexander Treuman2007-02-181-1/+1
* Closing some parenthesis around shank's email address in copyright headers.J. Alexander Treuman2007-02-187-7/+7
* Re-adding a fix to log.c that got pulled with the localization reversion.J. Alexander Treuman2007-02-181-5/+4
* Reverting all of my localization changes. It was a horribleJ. Alexander Treuman2007-02-188-171/+58
* fix for bug #1447Warren Dukes2007-02-181-6/+20
* Fixing some weird floating point comparison issue. Not exactly sure whyJ. Alexander Treuman2007-02-131-2/+3
* #1) fix a few potential deadlock conditons in decode.c when crossfading is en...Warren Dukes2007-02-113-9/+11
* Fix a bug where mpd would complain about a proxy password being specifiedJ. Alexander Treuman2007-02-061-7/+7
* Add libsamplerate support, old resampling is still an option, but this sounds...Avuton Olrich2007-02-023-10/+101
* on second thought, comment out the debug statement so that users aren't poten...Warren Dukes2007-01-241-1/+1
* add debug statement for bug #1380Warren Dukes2007-01-241-0/+1
* Fix some error messages concerning _ao output driverQball Cow2007-01-211-2/+2
* José Anarch: JACK updatesAvuton Olrich2007-01-201-40/+63
* Committing posix_fadvise(); normalperson/jat reviewed. Appears fine. Fixes bu...Avuton Olrich2007-01-191-0/+6
* Call initLocalization() earlier so that errors, --version, etc. outputJ. Alexander Treuman2007-01-171-1/+1
* avahi: malloc => xmallocEric Wong2007-01-141-2/+3
* sparse: move extern declarations for plugins into header filesEric Wong2007-01-144-19/+20
* More sparse fixes now that we've re-enabled -Wmissing-prototypesEric Wong2007-01-142-7/+7
* avahi: use #ifdef instead of #if because AVAHI may not be defined at allEric Wong2007-01-141-2/+2
* flac: workaround for type inconsistency between new/old read callbackEric Wong2007-01-142-1/+3
* jack: fix type warning in error messageEric Wong2007-01-141-2/+2
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-1434-206/+88
* flac/ogg/oggflac: keep old mime-types in addition to the new onesEric Wong2007-01-143-4/+15
* jack: fix double-free in finish routineEric Wong2007-01-141-3/+12
* jack: fix potential segfaults in parsing bad configs for 'ports'Eric Wong2007-01-141-5/+21
* jack: fix multiple segfaults when jackd hasn't been startedEric Wong2007-01-141-8/+17
* jack: strdup => xstrdup for error checkingEric Wong2007-01-141-4/+4
* avahi: more sparse fixes (-Wshadow, non-ANSI declarations)Eric Wong2007-01-142-9/+9
* jack: declare global variables as staticEric Wong2007-01-141-3/+3
* mp3: sparse: fix warnings reported with -WshadowEric Wong2007-01-141-8/+7
* localization: fix implicit declaration warnings (WARNING and strcmp)Eric Wong2007-01-141-0/+2
* flac: sparse: mismatched enum type for seekEric Wong2007-01-141-1/+1