| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | slight changes to alsa errors | Warren Dukes | 2005-03-13 | 1 | -3/+32 |
* | todo update | Warren Dukes | 2005-03-13 | 1 | -0/+3 |
* | change some header includes so that we can compile on OS X | Warren Dukes | 2005-03-13 | 2 | -4/+1 |
* | add codeset.m4, OS X doesn't have this | Warren Dukes | 2005-03-13 | 1 | -0/+23 |
* | don't actually require libao | Warren Dukes | 2005-03-13 | 1 | -2/+1 |
* | *) slight code cleanup | Warren Dukes | 2005-03-12 | 2 | -15/+20 |
* | todo update | Warren Dukes | 2005-03-12 | 1 | -1/+1 |
* | add audiofile.m4 | Warren Dukes | 2005-03-12 | 1 | -0/+179 |
* | update config file | Warren Dukes | 2005-03-12 | 1 | -9/+10 |
* | todo update | Warren Dukes | 2005-03-12 | 1 | -0/+2 |
* | todo update | Warren Dukes | 2005-03-12 | 1 | -5/+1 |
* | if no audioOutput specified, we no attempt to detect if there exists a usable... | Warren Dukes | 2005-03-12 | 9 | -47/+149 |
* | todo update | Warren Dukes | 2005-03-11 | 1 | -1/+0 |
* | todo update | Warren Dukes | 2005-03-11 | 2 | -7/+9 |
* | removed the id3v1_encoding config option, there's no way to guarantee that we... | Warren Dukes | 2005-03-11 | 3 | -18/+1 |
* | todo update, and remove a potentially gratutious playSilence() call | Warren Dukes | 2005-03-10 | 2 | -1/+10 |
* | todo update | Warren Dukes | 2005-03-10 | 1 | -1/+1 |
* | code to attempt to pick a supported sample rate, bits, and channels if the re... | Warren Dukes | 2005-03-10 | 1 | -4/+234 |
* | todo update | Warren Dukes | 2005-03-10 | 1 | -3/+1 |
* | fix segfault in error message | Warren Dukes | 2005-03-09 | 1 | -3/+3 |
* | add ability to forcefully kill pid listed in pid file with '-kill -kill' | Warren Dukes | 2005-03-09 | 1 | -16/+27 |
* | don't print out config line in error message about pid file missing | Warren Dukes | 2005-03-09 | 1 | -1/+1 |
* | fix an error message | Warren Dukes | 2005-03-09 | 1 | -1/+1 |
* | *) add support for pid files | Warren Dukes | 2005-03-09 | 5 | -39/+127 |
* | undo fix for killall not preserving the current format properly, it causes pr... | Warren Dukes | 2005-03-08 | 1 | -2/+5 |
* | we ne allow audioOutput plugins to set the final outAudioFormat that will be ... | Warren Dukes | 2005-03-08 | 3 | -13/+27 |
* | for windows compatibility, if we're unable to add a song, convert '\' to '/' ... | Warren Dukes | 2005-03-08 | 1 | -4/+14 |
* | make PCM the default controller for the mixer | Warren Dukes | 2005-03-08 | 1 | -2/+2 |
* | now player and decoder processes should only exit() when receiving term signa... | Warren Dukes | 2005-03-08 | 4 | -5/+12 |
* | hopefully replaygain now works for musepack | Warren Dukes | 2005-03-07 | 2 | -6/+7 |
* | add support for parsing ape tags in musepack files | Warren Dukes | 2005-03-07 | 6 | -9/+159 |
* | fix stateFile path getting garbled | Warren Dukes | 2005-03-06 | 3 | -28/+38 |
* | update usage and mpd man page to indicate that we now require a config file | Warren Dukes | 2005-03-06 | 2 | -5/+0 |
* | config file change! now 'port' is optional and 'db_file' is required! | Warren Dukes | 2005-03-06 | 13 | -156/+152 |
* | sample config file example | Warren Dukes | 2005-03-06 | 1 | -0/+3 |
* | todo cleanup | Warren Dukes | 2005-03-06 | 1 | -30/+29 |
* | todo update | Warren Dukes | 2005-03-06 | 1 | -3/+0 |
* | todo update | Warren Dukes | 2005-03-05 | 1 | -2/+0 |
* | added composer, performer, and comment metadata items | Warren Dukes | 2005-03-05 | 5 | -9/+41 |
* | wee bit of code cleanup | Warren Dukes | 2005-03-05 | 2 | -2/+4 |
* | don't need the extra snd_pcm_prepare after _drop | Warren Dukes | 2005-03-05 | 1 | -1/+0 |
* | more alsa work | Warren Dukes | 2005-03-05 | 1 | -41/+57 |
* | set buffer_before_play default to 0% | Warren Dukes | 2005-03-05 | 2 | -1/+3 |
* | mpdconf.example should be installed in the docs directory also | Avuton Olrich | 2005-03-05 | 1 | -2/+2 |
* | Update the configure.ac to allow only compiling with ALSA output plugin | Avuton Olrich | 2005-03-05 | 1 | -1/+1 |
* | this seemed to help a bit with the blip's on next | Warren Dukes | 2005-03-05 | 1 | -0/+1 |
* | we want to stat, not lstat | Warren Dukes | 2005-03-05 | 1 | -1/+1 |
* | fix some compilation warning | Warren Dukes | 2005-03-05 | 1 | -1/+3 |
* | implemented dropping of current buffered audio, works for oss, but there seems | Warren Dukes | 2005-03-05 | 9 | -30/+140 |
* | todo update | Warren Dukes | 2005-03-05 | 2 | -16/+33 |