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