| Commit message (Expand) | Author | Files | Lines |
2005-03-13 | change some header includes so that we can compile on OS X | Warren Dukes | 2 | -4/+1 |
2005-03-12 | *) slight code cleanup | Warren Dukes | 2 | -15/+20 |
2005-03-12 | if no audioOutput specified, we no attempt to detect if there exists a usable... | Warren Dukes | 9 | -47/+149 |
2005-03-11 | removed the id3v1_encoding config option, there's no way to guarantee that we... | Warren Dukes | 3 | -18/+1 |
2005-03-10 | todo update, and remove a potentially gratutious playSilence() call | Warren Dukes | 1 | -1/+6 |
2005-03-10 | code to attempt to pick a supported sample rate, bits, and channels if the re... | Warren Dukes | 1 | -4/+234 |
2005-03-09 | fix segfault in error message | Warren Dukes | 1 | -3/+3 |
2005-03-09 | add ability to forcefully kill pid listed in pid file with '-kill -kill' | Warren Dukes | 1 | -16/+27 |
2005-03-09 | don't print out config line in error message about pid file missing | Warren Dukes | 1 | -1/+1 |
2005-03-09 | fix an error message | Warren Dukes | 1 | -1/+1 |
2005-03-09 | *) add support for pid files | Warren Dukes | 4 | -39/+126 |
2005-03-08 | undo fix for killall not preserving the current format properly, it causes pr... | Warren Dukes | 1 | -2/+5 |
2005-03-08 | we ne allow audioOutput plugins to set the final outAudioFormat that will be ... | Warren Dukes | 3 | -13/+27 |
2005-03-08 | for windows compatibility, if we're unable to add a song, convert '\' to '/' ... | Warren Dukes | 1 | -4/+14 |
2005-03-08 | make PCM the default controller for the mixer | Warren Dukes | 1 | -2/+2 |
2005-03-08 | now player and decoder processes should only exit() when receiving term signa... | Warren Dukes | 4 | -5/+12 |
2005-03-07 | hopefully replaygain now works for musepack | Warren Dukes | 2 | -6/+7 |
2005-03-07 | add support for parsing ape tags in musepack files | Warren Dukes | 5 | -7/+159 |
2005-03-06 | fix stateFile path getting garbled | Warren Dukes | 3 | -28/+38 |
2005-03-06 | update usage and mpd man page to indicate that we now require a config file | Warren Dukes | 1 | -1/+0 |
2005-03-06 | config file change! now 'port' is optional and 'db_file' is required! | Warren Dukes | 11 | -137/+143 |
2005-03-05 | added composer, performer, and comment metadata items | Warren Dukes | 4 | -2/+35 |
2005-03-05 | wee bit of code cleanup | Warren Dukes | 2 | -2/+4 |
2005-03-05 | don't need the extra snd_pcm_prepare after _drop | Warren Dukes | 1 | -1/+0 |
2005-03-05 | more alsa work | Warren Dukes | 1 | -41/+57 |
2005-03-05 | set buffer_before_play default to 0% | Warren Dukes | 1 | -1/+1 |
2005-03-05 | this seemed to help a bit with the blip's on next | Warren Dukes | 1 | -0/+1 |
2005-03-05 | we want to stat, not lstat | Warren Dukes | 1 | -1/+1 |
2005-03-05 | fix some compilation warning | Warren Dukes | 1 | -1/+3 |
2005-03-05 | implemented dropping of current buffered audio, works for oss, but there seems | Warren Dukes | 9 | -30/+140 |
2005-03-05 | now alsa plugin should work | Warren Dukes | 1 | -7/+13 |
2005-03-05 | implemented alsa audioOutput plugin, now it needs testing | Warren Dukes | 3 | -2/+298 |
2005-03-05 | don't open device in initDriver! instead we just stat() for the device | Warren Dukes | 1 | -29/+78 |
2005-02-28 | add "any" option for search and find, patch from Robert Andersson | Warren Dukes | 1 | -3/+16 |
2005-02-26 | s/mpc_bool_t/BOOL/ so it works with libmusepack 1.1 | Warren Dukes | 1 | -2/+2 |
2005-02-24 | git-svn-id: https://svn.musicpd.org/mpd/trunk@2985 09075e82-0dd4-0310-85a5-a0... | Warren Dukes | 1 | -1/+1 |
2005-02-24 | begin tree implementation | Warren Dukes | 1 | -0/+52 |
2005-02-24 | definition of freeTreeIterator | Warren Dukes | 1 | -0/+2 |
2005-02-24 | add 2-3 tree header file | Warren Dukes | 1 | -0/+51 |
2005-02-14 | when filling mp3 buffer, check if its already full. If it is, then give up t... | Warren Dukes | 1 | -0/+4 |
2005-02-09 | disable replaygain support for musepack till i can figure out the format that... | Warren Dukes | 1 | -2/+2 |
2005-02-07 | make the "kill" command work again | Eric Wong | 1 | -2/+2 |
2005-02-07 | fix a logic error in flacParseReplayGain and also a gcc 2.95 compile error | Eric Wong | 1 | -3/+3 |
2005-02-03 | make local functions static | Warren Dukes | 1 | -6/+7 |
2005-02-02 | big endian support for flac | Warren Dukes | 1 | -1/+8 |
2005-02-02 | fix to code just submitted | Warren Dukes | 1 | -1/+1 |
2005-02-02 | minor optimization to flacWrite() | Warren Dukes | 1 | -19/+16 |
2005-02-02 | todo update | Warren Dukes | 1 | -3/+13 |
2005-02-02 | forgot to remove some debug statements | Warren Dukes | 1 | -2/+0 |
2005-02-02 | playing, stopping, and seeking mpc files should work now. next is parsing me... | Warren Dukes | 1 | -6/+11 |