aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-06-16Backport Bonjour support from trunkEric Wong4-13/+122
2008-06-16inputPlugins: add .oga suffix support for Ogg containersEric Wong2-2/+2
2008-06-14fix segmentation fault in song info parserMax Kellermann1-4/+5
2008-06-14fix strtok() related segmentation faultMax Kellermann1-1/+4
2008-06-14jack: initialize audioOutput->dataMax Kellermann1-1/+3
2008-06-14mod: fix crashing on modtracker filesHans de Goede1-1/+1
2008-01-29storedPlaylist: faster, but less accurate check for maximum sizesEric Wong1-7/+7
2008-01-27interface: abort if we expire while processing linesEric Wong1-0/+2
2008-01-27Redirect stdin *before* we establish a listen socketEric Wong2-15/+29
2008-01-27Fix Sun C 5.9 / C99 compatiblityEric Wong1-1/+1
2008-01-27pcm_utils: remove redundant semi-colon (breaks compilation with some compilers)Eric Wong1-1/+1
2008-01-27Know about SND_PCM_STATE_RUNNING, might fix some bugsEric Wong1-0/+4
2008-01-26storedPlaylist: prevent potential DoS from stored playlist commandsEric Wong3-2/+19
2008-01-26fix builds that only have FLAC >= 1.1.3 but not Ogg-VorbisEric Wong3-9/+9
2008-01-26If clearing stored playlist fails, don't return error + OK. but only the erro...Eric Wong1-2/+1
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