| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Do PKG_PROG_PKG_CONFIG if either pulse or jack is enabled. This is because | J. Alexander Treuman | 2006-12-17 | 1 | -0/+4 |
* | Cleaning up the JACK/PulseAudio configure magic to be more consistent with | J. Alexander Treuman | 2006-12-17 | 1 | -7/+5 |
* | Making "list any" fail with an error instead of OK with no results. | J. Alexander Treuman | 2006-12-11 | 1 | -0/+6 |
* | Moving LOCATE_TAG_{FILE,ANY}_TYPE defines to dbUtils.h, so that we can | J. Alexander Treuman | 2006-12-11 | 2 | -2/+3 |
* | Fixing "find any" and "list * any" to actually find matches. | J. Alexander Treuman | 2006-12-11 | 1 | -2/+6 |
* | Removing playlist <playlist> from TODO as well, since we already have | J. Alexander Treuman | 2006-12-07 | 1 | -1/+0 |
* | Removing clear <playlist>/add <playlist> <path> from TODO. | J. Alexander Treuman | 2006-12-07 | 1 | -2/+0 |
* | Oops, forgot to add an interface to stored playlist editing. Here it is. | J. Alexander Treuman | 2006-12-07 | 1 | -0/+20 |
* | Add OggFLAC support when using the new 1.1.3 FLAC library | Eric Wong | 2006-12-04 | 2 | -22/+119 |
* | Introduce backwards compatibility with pre-1.1.3 FLAC | Eric Wong | 2006-12-04 | 3 | -61/+205 |
* | inputPlugins/flac_plugin: switch to the new (1.1.3) API | Eric Wong | 2006-12-04 | 2 | -113/+77 |
* | inputPlugins/flac_plugin: cleanup static declarations | Eric Wong | 2006-12-04 | 1 | -149/+122 |
* | Check that the APE tag length is valid before allocating a buffer for it. | J. Alexander Treuman | 2006-11-26 | 1 | -0/+2 |
* | Adding functions for clearing/adding to stored playlists. Commands to make | J. Alexander Treuman | 2006-11-20 | 4 | -0/+121 |
* | audioOutput_alsa: print out the bitrate we wanted to set | Eric Wong | 2006-11-07 | 1 | -1/+1 |
* | add support for: list file | Warren Dukes | 2006-10-27 | 3 | -6/+13 |
* | remove some unneccesary includes from the audioOutput's | Warren Dukes | 2006-10-18 | 7 | -21/+0 |
* | jack patch from anarch (and some type fixes for mp4 and acc plugins) | Warren Dukes | 2006-10-18 | 6 | -4/+403 |
* | an attempted fix for bug 1368 | Warren Dukes | 2006-10-17 | 1 | -20/+26 |
* | path.c: speling fix (I coulda sworn I fixed this before... in -ke) | Eric Wong | 2006-10-14 | 1 | -2/+2 |
* | audioOutput_shout: use shout_set_nonblocking | Eric Wong | 2006-10-11 | 1 | -3/+17 |
* | Setting release date in ChangeLog. | J. Alexander Treuman | 2006-10-10 | 1 | -1/+1 |
* | Bumping version numbers to 0.12.1 | J. Alexander Treuman | 2006-10-10 | 2 | -4/+4 |
* | Adding ChangeLog entries for 0.12.1 | J. Alexander Treuman | 2006-10-10 | 1 | -0/+7 |
* | Allow an ogg quality of -1 to be specified. | J. Alexander Treuman | 2006-10-10 | 1 | -5/+5 |
* | buffer2array: extra unit tests (for PHP magic quote escapes) | Eric Wong | 2006-10-10 | 1 | -9/+21 |
* | mp3_plugin.c: fix compilation with -pedantic and/or gcc 2.95 | Eric Wong | 2006-10-06 | 1 | -16/+20 |
* | put back np's supperrior buffer2array, and fix my bug fix from change 4872 | Warren Dukes | 2006-10-06 | 4 | -122/+69 |
* | Revert buffer2array() behavior back to tried and true 0.11.x version | Eric Wong | 2006-10-06 | 4 | -70/+122 |
* | fix escaping in quotes. (Now phpMp works again!) | Warren Dukes | 2006-10-06 | 1 | -12/+6 |
* | add a sanity check assert | Warren Dukes | 2006-10-03 | 1 | -0/+3 |
* | fix the segfault for when no audio_output is found and none is detected (bug ... | Warren Dukes | 2006-10-03 | 1 | -10/+18 |
* | cleanup flushWarningBuffer() and make some for() loops in audio.c look and do... | Warren Dukes | 2006-10-03 | 2 | -18/+24 |
* | handle invalid xing tags better. | Warren Dukes | 2006-10-03 | 1 | -18/+26 |
* | Bumping version numbers to 0.12.0. | J. Alexander Treuman | 2006-09-22 | 2 | -3/+3 |
* | Updating release date in ChangeLog. | J. Alexander Treuman | 2006-09-22 | 1 | -1/+1 |
* | outputBuffer: avoid out-of-bounds-error in clearOutputBuffer() | Eric Wong | 2006-09-21 | 1 | -3/+3 |
* | signal_check: [trivial] make __caught_signals array static | Eric Wong | 2006-09-15 | 1 | -1/+1 |
* | Updating version numbers to rc4. | J. Alexander Treuman | 2006-09-15 | 2 | -3/+3 |
* | Filling in link to wiki for audio outputs in mpdconf.example | J. Alexander Treuman | 2006-09-15 | 1 | -2/+2 |
* | Removing tree from TODO | J. Alexander Treuman | 2006-09-15 | 1 | -1/+0 |
* | m4: add pkg.m4 so users can run autogen.sh without pkg-config | Eric Wong | 2006-09-14 | 1 | -0/+157 |
* | Make autogen.sh exit immediately if any of the tools it runs fails. | J. Alexander Treuman | 2006-09-13 | 1 | -6/+6 |
* | I can't believe qball is correcting my typos. | J. Alexander Treuman | 2006-09-13 | 1 | -1/+1 |
* | configure.ac: replace double quotes AC_MSG_ERROR with brackets | Eric Wong | 2006-09-13 | 1 | -2/+2 |
* | Typo found by bensonk. | J. Alexander Treuman | 2006-09-12 | 1 | -1/+1 |
* | New example config. | J. Alexander Treuman | 2006-09-12 | 1 | -171/+173 |
* | replaygain -> ReplayGain in docs | J. Alexander Treuman | 2006-09-12 | 1 | -5/+5 |
* | Note that mpd will scan for an audio output if none is specified. | J. Alexander Treuman | 2006-09-12 | 1 | -2/+3 |
* | Deleting bs directory from svn. | J. Alexander Treuman | 2006-09-12 | 0 | -0/+0 |