aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2007-04-25Adding count command. It's usage is identical to find, but instead ofJ. Alexander Treuman3-1/+71
2007-04-25Set directory_dbModTime when writing the db, so that it will be set afterJ. Alexander Treuman1-2/+6
2007-04-25fials -> failsJ. Alexander Treuman1-2/+2
2007-04-25Remove the now unused struct stat from initMp3Directory().J. Alexander Treuman1-2/+0
2007-04-25initMp3Directory() is only called when (re)creating the db, but before theJ. Alexander Treuman1-3/+0
2007-04-25Removing references to options.updateDB in main.c.J. Alexander Treuman1-9/+1
2007-04-11Only a few changes in jack_playAudio.José Anarch1-13/+19
2007-04-09Now process and playAudio use mutexes.José Anarch1-52/+20
2007-04-09Don't allow "true" as a value for use_mmap for consistency with other "yesJ. Alexander Treuman1-2/+1
2007-04-09Cleaning up some comments.J. Alexander Treuman3-3/+3
2007-04-08When calling commandError(STDERR_FILENO, ...), don't set current_command toJ. Alexander Treuman1-1/+1
2007-04-08If current_command is NULL when calling commandError, print the errorJ. Alexander Treuman1-5/+8
2007-04-08Typo.J. Alexander Treuman1-1/+1
2007-04-05The massive copyright updateAvuton Olrich112-114/+114
2007-04-03Don't stop decoding when unpausing fails because no audio device can beJ. Alexander Treuman1-5/+5
2007-04-03Reformatting some code.J. Alexander Treuman1-5/+5
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