| Commit message (Expand) | Author | Files | Lines |
2008-06-16 | Backport Bonjour support from trunk | Eric Wong | 4 | -13/+122 |
2008-06-16 | inputPlugins: add .oga suffix support for Ogg containers | Eric Wong | 2 | -2/+2 |
2008-06-14 | fix segmentation fault in song info parser | Max Kellermann | 1 | -4/+5 |
2008-06-14 | fix strtok() related segmentation fault | Max Kellermann | 1 | -1/+4 |
2008-06-14 | jack: initialize audioOutput->data | Max Kellermann | 1 | -1/+3 |
2008-06-14 | mod: fix crashing on modtracker files | Hans de Goede | 1 | -1/+1 |
2008-01-29 | storedPlaylist: faster, but less accurate check for maximum sizes | Eric Wong | 1 | -7/+7 |
2008-01-27 | interface: abort if we expire while processing lines | Eric Wong | 1 | -0/+2 |
2008-01-27 | Redirect stdin *before* we establish a listen socket | Eric Wong | 2 | -15/+29 |
2008-01-27 | Fix Sun C 5.9 / C99 compatiblity | Eric Wong | 1 | -1/+1 |
2008-01-27 | pcm_utils: remove redundant semi-colon (breaks compilation with some compilers) | Eric Wong | 1 | -1/+1 |
2008-01-27 | Know about SND_PCM_STATE_RUNNING, might fix some bugs | Eric Wong | 1 | -0/+4 |
2008-01-26 | storedPlaylist: prevent potential DoS from stored playlist commands | Eric Wong | 3 | -2/+19 |
2008-01-26 | fix builds that only have FLAC >= 1.1.3 but not Ogg-Vorbis | Eric Wong | 3 | -9/+9 |
2008-01-26 | If clearing stored playlist fails, don't return error + OK. but only the erro... | Eric Wong | 1 | -2/+1 |
2008-01-26 | conf.c: remove extra semi-colon here, too | Eric Wong | 1 | -1/+1 |
2008-01-26 | dmix fix, don't call snd_pcm_drain unless we're already in the RUNNING state ... | Eric Wong | 1 | -1/+3 |
2008-01-26 | removing debug messages from signal handlers | Eric Wong | 4 | -10/+18 |
2008-01-26 | Fix endless loop when mpd is launched from a non-interactive shell. | Eric Wong | 1 | -1/+5 |
2008-01-26 | zeroconf: avoid passing NULLs to Avahi *_free() routines | Eric Wong | 1 | -4/+6 |
2008-01-26 | mpc_plugin: break out if a missed error branch | Eric Wong | 1 | -0/+2 |
2008-01-26 | storedPlaylist: avoid segfaulting with "/" in the path | Eric Wong | 1 | -2/+10 |
2007-09-17 | fixup includes for new (1.1.4+ FLAC) (thx normalperson) | Avuton Olrich | 1 | -1/+3 |
2007-05-28 | Adding ioops.h to mpd_headers so that it gets included in the tarball. | J. Alexander Treuman | 1 | -0/+1 |
2007-05-27 | Increasing default buffer_before_play from 0% to 10%. | J. Alexander Treuman | 1 | -2/+2 |
2007-05-27 | Fix compilation error (missing ,) | Avuton Olrich | 1 | -1/+1 |
2007-05-26 | "unable open" -> "unable to open" | J. Alexander Treuman | 1 | -1/+1 |
2007-05-26 | After changing ERROR();exit() to FATAL(), gcc incorrectly detects some | J. Alexander Treuman | 3 | -6/+6 |
2007-05-26 | Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single | J. Alexander Treuman | 21 | -273/+135 |
2007-05-26 | Cleaning up pcm_getSampleRateConverter. | J. Alexander Treuman | 1 | -23/+27 |
2007-05-26 | Exit with an error if channel count isn't 1 or 2. | J. Alexander Treuman | 1 | -0/+4 |
2007-05-26 | Make pcm_convertAudioFormat return the buffer size. This is necessary | J. Alexander Treuman | 4 | -31/+32 |
2007-05-26 | weather -> whether | J. Alexander Treuman | 1 | -1/+1 |
2007-05-26 | Changing calls to strdup to xstrdup. | J. Alexander Treuman | 1 | -2/+2 |
2007-05-26 | Cleaning up addToStoredPlaylist. Now we call freeJustSong if adding a URL. | J. Alexander Treuman | 1 | -9/+18 |
2007-05-26 | Make sure StoredPlaylists always contain UTF-8 paths that are either | J. Alexander Treuman | 2 | -23/+38 |
2007-05-26 | More formatting/error message cleanups in storedPlaylist.c. | J. Alexander Treuman | 1 | -50/+18 |
2007-05-26 | Don't call freeStoredPlaylist(sp) inside an if (!sp) block. It causes | J. Alexander Treuman | 1 | -2/+0 |
2007-05-25 | Cleaning up formatting and error messages in storedPlaylist.c. | J. Alexander Treuman | 1 | -63/+25 |
2007-05-24 | Reverting to the full lsr API. Turns out the simple API needs all of the | J. Alexander Treuman | 7 | -36/+85 |
2007-05-24 | Adding rename command, for renaming stored playlists. | J. Alexander Treuman | 3 | -0/+74 |
2007-05-24 | Cleaning up error messages in storedPlaylist.c. | J. Alexander Treuman | 1 | -28/+42 |
2007-05-24 | Don't list playlists in lsinfo if the path isn't the root directory (they | J. Alexander Treuman | 3 | -12/+23 |
2007-05-23 | Changing some DEBUG/ERROR/FATAL messages in the JACK plugin. | J. Alexander Treuman | 1 | -18/+13 |
2007-05-23 | Tidying up pcm_utils.c a bit more. | J. Alexander Treuman | 1 | -8/+9 |
2007-05-23 | Switching to the lsr simple API. The problem with the full API is that the | J. Alexander Treuman | 1 | -19/+7 |
2007-05-22 | Just specify mimeType as NULL in mpc's InputPlugin struct. | J. Alexander Treuman | 1 | -2/+1 |
2007-05-22 | Split pcm_convertAudioFormat into separate functions for bitrate, channel, | J. Alexander Treuman | 4 | -186/+217 |
2007-05-22 | Cleaning up/correcting some comments. | J. Alexander Treuman | 1 | -10/+7 |
2007-05-22 | Reindenting | J. Alexander Treuman | 1 | -10/+12 |