aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-01-26conf.c: remove extra semi-colon here, tooEric Wong1-1/+1
2008-01-26dmix fix, don't call snd_pcm_drain unless we're already in the RUNNING state ...Eric Wong1-1/+3
2008-01-26removing debug messages from signal handlersEric Wong4-10/+18
2008-01-26Fix endless loop when mpd is launched from a non-interactive shell.Eric Wong1-1/+5
2008-01-26zeroconf: avoid passing NULLs to Avahi *_free() routinesEric Wong1-4/+6
2008-01-26mpc_plugin: break out if a missed error branchEric Wong1-0/+2
2008-01-26storedPlaylist: avoid segfaulting with "/" in the pathEric Wong1-2/+10
2007-09-17fixup includes for new (1.1.4+ FLAC) (thx normalperson)Avuton Olrich1-1/+3
2007-05-28Adding ioops.h to mpd_headers so that it gets included in the tarball.J. Alexander Treuman1-0/+1
2007-05-27Increasing default buffer_before_play from 0% to 10%.J. Alexander Treuman1-2/+2
2007-05-27Fix compilation error (missing ,)Avuton Olrich1-1/+1
2007-05-26"unable open" -> "unable to open"J. Alexander Treuman1-1/+1
2007-05-26After changing ERROR();exit() to FATAL(), gcc incorrectly detects someJ. Alexander Treuman3-6/+6
2007-05-26Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman21-273/+135
2007-05-26Cleaning up pcm_getSampleRateConverter.J. Alexander Treuman1-23/+27
2007-05-26Exit with an error if channel count isn't 1 or 2.J. Alexander Treuman1-0/+4
2007-05-26Make pcm_convertAudioFormat return the buffer size. This is necessaryJ. Alexander Treuman4-31/+32
2007-05-26weather -> whetherJ. Alexander Treuman1-1/+1
2007-05-26Changing calls to strdup to xstrdup.J. Alexander Treuman1-2/+2
2007-05-26Cleaning up addToStoredPlaylist. Now we call freeJustSong if adding a URL.J. Alexander Treuman1-9/+18
2007-05-26Make sure StoredPlaylists always contain UTF-8 paths that are eitherJ. Alexander Treuman2-23/+38
2007-05-26More formatting/error message cleanups in storedPlaylist.c.J. Alexander Treuman1-50/+18
2007-05-26Don't call freeStoredPlaylist(sp) inside an if (!sp) block. It causesJ. Alexander Treuman1-2/+0
2007-05-25Cleaning up formatting and error messages in storedPlaylist.c.J. Alexander Treuman1-63/+25
2007-05-24Reverting to the full lsr API. Turns out the simple API needs all of theJ. Alexander Treuman7-36/+85
2007-05-24Adding rename command, for renaming stored playlists.J. Alexander Treuman3-0/+74
2007-05-24Cleaning up error messages in storedPlaylist.c.J. Alexander Treuman1-28/+42
2007-05-24Don't list playlists in lsinfo if the path isn't the root directory (theyJ. Alexander Treuman3-12/+23
2007-05-23Changing some DEBUG/ERROR/FATAL messages in the JACK plugin.J. Alexander Treuman1-18/+13
2007-05-23Tidying up pcm_utils.c a bit more.J. Alexander Treuman1-8/+9
2007-05-23Switching to the lsr simple API. The problem with the full API is that theJ. Alexander Treuman1-19/+7
2007-05-22Just specify mimeType as NULL in mpc's InputPlugin struct.J. Alexander Treuman1-2/+1
2007-05-22Split pcm_convertAudioFormat into separate functions for bitrate, channel,J. Alexander Treuman4-186/+217
2007-05-22Cleaning up/correcting some comments.J. Alexander Treuman1-10/+7
2007-05-22ReindentingJ. Alexander Treuman1-10/+12
2007-05-16Fail loading the playlist on errors mid-file. The same code is used forJ. Alexander Treuman1-0/+4
2007-05-16Committing pat's rewrite of the stored playlist code. This also adds twoJ. Alexander Treuman7-282/+643
2007-05-15Changing "//" comments to "/* */" comments.J. Alexander Treuman3-15/+19
2007-04-26Fixing some code that was rendered unreadable by indent.J. Alexander Treuman1-6/+2
2007-04-26Forgot to change the associated fdprintf format to %li.J. Alexander Treuman1-1/+1
2007-04-26Changing SearchStats.playTime from int to unsigned long.J. Alexander Treuman1-1/+1
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