aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2005-03-11removed the id3v1_encoding config option, there's no way to guarantee that we...Warren Dukes3-18/+1
2005-03-10todo update, and remove a potentially gratutious playSilence() callWarren Dukes1-1/+6
2005-03-10code to attempt to pick a supported sample rate, bits, and channels if the re...Warren Dukes1-4/+234
2005-03-09fix segfault in error messageWarren Dukes1-3/+3
2005-03-09add ability to forcefully kill pid listed in pid file with '-kill -kill'Warren Dukes1-16/+27
2005-03-09don't print out config line in error message about pid file missingWarren Dukes1-1/+1
2005-03-09fix an error messageWarren Dukes1-1/+1
2005-03-09*) add support for pid filesWarren Dukes4-39/+126
2005-03-08undo fix for killall not preserving the current format properly, it causes pr...Warren Dukes1-2/+5
2005-03-08we ne allow audioOutput plugins to set the final outAudioFormat that will be ...Warren Dukes3-13/+27
2005-03-08for windows compatibility, if we're unable to add a song, convert '\' to '/' ...Warren Dukes1-4/+14
2005-03-08make PCM the default controller for the mixerWarren Dukes1-2/+2
2005-03-08now player and decoder processes should only exit() when receiving term signa...Warren Dukes4-5/+12
2005-03-07hopefully replaygain now works for musepackWarren Dukes2-6/+7
2005-03-07add support for parsing ape tags in musepack filesWarren Dukes5-7/+159
2005-03-06fix stateFile path getting garbledWarren Dukes3-28/+38
2005-03-06update usage and mpd man page to indicate that we now require a config fileWarren Dukes1-1/+0
2005-03-06config file change! now 'port' is optional and 'db_file' is required!Warren Dukes11-137/+143
2005-03-05added composer, performer, and comment metadata itemsWarren Dukes4-2/+35
2005-03-05wee bit of code cleanupWarren Dukes2-2/+4
2005-03-05don't need the extra snd_pcm_prepare after _dropWarren Dukes1-1/+0
2005-03-05more alsa workWarren Dukes1-41/+57
2005-03-05set buffer_before_play default to 0%Warren Dukes1-1/+1
2005-03-05this seemed to help a bit with the blip's on nextWarren Dukes1-0/+1
2005-03-05we want to stat, not lstatWarren Dukes1-1/+1
2005-03-05fix some compilation warningWarren Dukes1-1/+3
2005-03-05implemented dropping of current buffered audio, works for oss, but there seemsWarren Dukes9-30/+140
2005-03-05now alsa plugin should workWarren Dukes1-7/+13
2005-03-05implemented alsa audioOutput plugin, now it needs testingWarren Dukes3-2/+298
2005-03-05don't open device in initDriver! instead we just stat() for the deviceWarren Dukes1-29/+78
2005-02-28add "any" option for search and find, patch from Robert AnderssonWarren Dukes1-3/+16
2005-02-26s/mpc_bool_t/BOOL/ so it works with libmusepack 1.1Warren Dukes1-2/+2
2005-02-24git-svn-id: https://svn.musicpd.org/mpd/trunk@2985 09075e82-0dd4-0310-85a5-a0...Warren Dukes1-1/+1
2005-02-24begin tree implementationWarren Dukes1-0/+52
2005-02-24definition of freeTreeIteratorWarren Dukes1-0/+2
2005-02-24add 2-3 tree header fileWarren Dukes1-0/+51
2005-02-14when filling mp3 buffer, check if its already full. If it is, then give up t...Warren Dukes1-0/+4
2005-02-09disable replaygain support for musepack till i can figure out the format that...Warren Dukes1-2/+2
2005-02-07make the "kill" command work againEric Wong1-2/+2
2005-02-07fix a logic error in flacParseReplayGain and also a gcc 2.95 compile errorEric Wong1-3/+3
2005-02-03make local functions staticWarren Dukes1-6/+7
2005-02-02big endian support for flacWarren Dukes1-1/+8
2005-02-02fix to code just submittedWarren Dukes1-1/+1
2005-02-02minor optimization to flacWrite()Warren Dukes1-19/+16
2005-02-02todo updateWarren Dukes1-3/+13
2005-02-02forgot to remove some debug statementsWarren Dukes1-2/+0
2005-02-02playing, stopping, and seeking mpc files should work now. next is parsing me...Warren Dukes1-6/+11
2005-02-01mpc plugin basically working.Warren Dukes1-20/+12
2005-02-01some minor changes, still doesn't quite workWarren Dukes1-5/+25
2005-02-01remove getOggTotalTime(), wasn't used anywhereWarren Dukes2-28/+1