aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2007-03-31Adding tagtypes command to list available tag types (takes metadata_to_useJ. Alexander Treuman3-0/+20
2007-03-31Set totalTime to 0 for MODs. If this isn't done, the totalTime of theJ. Alexander Treuman1-0/+1
2007-03-31Disable looping MOD files played with libmikmod. Many MODs will loopJ. Alexander Treuman1-0/+3
2007-03-23Another patch from JoseAvuton Olrich1-50/+29
2007-03-23Add new update from Jose for JACKAvuton Olrich1-31/+71
2007-03-20Doing those previous SONG_* commits properly. Thanks to normalperson forJ. Alexander Treuman2-3/+3
2007-03-20Use "file" instead of SONG_INFO (literally "file: ") forJ. Alexander Treuman1-2/+2
2007-03-20Use SONG_FILE instead of literal "file: " for consistency with db code.J. Alexander Treuman1-2/+2
2007-03-20Use SONG_TIME instead of literal "Time: " for consistency with db code.J. Alexander Treuman1-1/+2
2007-03-18This fixes a bug where a client sending just the right data could cause mpdJ. Alexander Treuman1-0/+1
2007-03-09fix bug #1458Warren Dukes1-2/+1
2007-03-02Support for libmikmod 3.2.0 betas.J. Alexander Treuman1-2/+7
2007-02-28Removing a useless block.J. Alexander Treuman1-13/+10
2007-02-24Adding copyright headers to locate.[ch].J. Alexander Treuman2-0/+36
2007-02-24Adding playlistfind and playlistsearch commands for searching the currentJ. Alexander Treuman3-3/+80
2007-02-24Moving a bunch of the LocateTagItem code to locate.[ch] so that it canJ. Alexander Treuman5-213/+233
2007-02-23Make mpd fetch the Original artist/performer tag from mp3'sQball Cow1-0/+4
2007-02-19pcm_utils: fix libsamplerate compilation with non-C99 compilersEric Wong1-4/+12
2007-02-19More (v)snprintf-related buffer over-allocations removedEric Wong3-4/+4
2007-02-19inputStream_http: cleanup GET request code (finishHTTPInit)Eric Wong1-29/+29
2007-02-19inputStream_http: fix HTTP seekingEric Wong1-1/+1
2007-02-18Removing a global initialization to 0.J. Alexander Treuman1-1/+1
2007-02-18Closing some parenthesis around shank's email address in copyright headers.J. Alexander Treuman7-7/+7
2007-02-18Re-adding a fix to log.c that got pulled with the localization reversion.J. Alexander Treuman1-5/+4
2007-02-18Reverting all of my localization changes. It was a horribleJ. Alexander Treuman8-171/+58
2007-02-18fix for bug #1447Warren Dukes1-6/+20
2007-02-13Fixing some weird floating point comparison issue. Not exactly sure whyJ. Alexander Treuman1-2/+3
2007-02-11#1) fix a few potential deadlock conditons in decode.c when crossfading is en...Warren Dukes3-9/+11
2007-02-06Fix a bug where mpd would complain about a proxy password being specifiedJ. Alexander Treuman1-7/+7
2007-02-02Add libsamplerate support, old resampling is still an option, but this sounds...Avuton Olrich3-10/+101
2007-01-24on second thought, comment out the debug statement so that users aren't poten...Warren Dukes1-1/+1
2007-01-24add debug statement for bug #1380Warren Dukes1-0/+1
2007-01-21Fix some error messages concerning _ao output driverQball Cow1-2/+2
2007-01-20José Anarch: JACK updatesAvuton Olrich1-40/+63
2007-01-19Committing posix_fadvise(); normalperson/jat reviewed. Appears fine. Fixes bu...Avuton Olrich1-0/+6
2007-01-17Call initLocalization() earlier so that errors, --version, etc. outputJ. Alexander Treuman1-1/+1
2007-01-14avahi: malloc => xmallocEric Wong1-2/+3
2007-01-14sparse: move extern declarations for plugins into header filesEric Wong4-19/+20
2007-01-14More sparse fixes now that we've re-enabled -Wmissing-prototypesEric Wong2-7/+7
2007-01-14avahi: use #ifdef instead of #if because AVAHI may not be defined at allEric Wong1-2/+2
2007-01-14flac: workaround for type inconsistency between new/old read callbackEric Wong2-1/+3
2007-01-14jack: fix type warning in error messageEric Wong1-2/+2
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong34-206/+88
2007-01-14flac/ogg/oggflac: keep old mime-types in addition to the new onesEric Wong3-4/+15
2007-01-14jack: fix double-free in finish routineEric Wong1-3/+12
2007-01-14jack: fix potential segfaults in parsing bad configs for 'ports'Eric Wong1-5/+21
2007-01-14jack: fix multiple segfaults when jackd hasn't been startedEric Wong1-8/+17
2007-01-14jack: strdup => xstrdup for error checkingEric Wong1-4/+4
2007-01-14avahi: more sparse fixes (-Wshadow, non-ANSI declarations)Eric Wong2-9/+9
2007-01-14jack: declare global variables as staticEric Wong1-3/+3