aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* - Add 'mute' command for testingAvuton Olrich2005-03-14
* a little more error outputWarren Dukes2005-03-13
* fix FLAC playback over non-ideal HTTP streamsEric Wong2005-03-13
* some broken OS X stuffWarren Dukes2005-03-13
* add OS X configure stuff and added a skeleton audioOutput plugin for OS XWarren Dukes2005-03-13
* slight changes to alsa errorsWarren Dukes2005-03-13
* change some header includes so that we can compile on OS XWarren Dukes2005-03-13
* *) slight code cleanupWarren Dukes2005-03-12
* if no audioOutput specified, we no attempt to detect if there exists a usable...Warren Dukes2005-03-12
* removed the id3v1_encoding config option, there's no way to guarantee that we...Warren Dukes2005-03-11
* todo update, and remove a potentially gratutious playSilence() callWarren Dukes2005-03-10
* code to attempt to pick a supported sample rate, bits, and channels if the re...Warren Dukes2005-03-10
* fix segfault in error messageWarren Dukes2005-03-09
* add ability to forcefully kill pid listed in pid file with '-kill -kill'Warren Dukes2005-03-09
* don't print out config line in error message about pid file missingWarren Dukes2005-03-09
* fix an error messageWarren Dukes2005-03-09
* *) add support for pid filesWarren Dukes2005-03-09
* undo fix for killall not preserving the current format properly, it causes pr...Warren Dukes2005-03-08
* we ne allow audioOutput plugins to set the final outAudioFormat that will be ...Warren Dukes2005-03-08
* for windows compatibility, if we're unable to add a song, convert '\' to '/' ...Warren Dukes2005-03-08
* make PCM the default controller for the mixerWarren Dukes2005-03-08
* now player and decoder processes should only exit() when receiving term signa...Warren Dukes2005-03-08
* hopefully replaygain now works for musepackWarren Dukes2005-03-07
* add support for parsing ape tags in musepack filesWarren Dukes2005-03-07
* fix stateFile path getting garbledWarren Dukes2005-03-06
* update usage and mpd man page to indicate that we now require a config fileWarren Dukes2005-03-06
* config file change! now 'port' is optional and 'db_file' is required!Warren Dukes2005-03-06
* added composer, performer, and comment metadata itemsWarren Dukes2005-03-05
* wee bit of code cleanupWarren Dukes2005-03-05
* don't need the extra snd_pcm_prepare after _dropWarren Dukes2005-03-05
* more alsa workWarren Dukes2005-03-05
* set buffer_before_play default to 0%Warren Dukes2005-03-05
* this seemed to help a bit with the blip's on nextWarren Dukes2005-03-05
* we want to stat, not lstatWarren Dukes2005-03-05
* fix some compilation warningWarren Dukes2005-03-05
* implemented dropping of current buffered audio, works for oss, but there seemsWarren Dukes2005-03-05
* now alsa plugin should workWarren Dukes2005-03-05
* implemented alsa audioOutput plugin, now it needs testingWarren Dukes2005-03-05
* don't open device in initDriver! instead we just stat() for the deviceWarren Dukes2005-03-05
* add "any" option for search and find, patch from Robert AnderssonWarren Dukes2005-02-28
* s/mpc_bool_t/BOOL/ so it works with libmusepack 1.1Warren Dukes2005-02-26
* git-svn-id: https://svn.musicpd.org/mpd/trunk@2985 09075e82-0dd4-0310-85a5-a0...Warren Dukes2005-02-24
* begin tree implementationWarren Dukes2005-02-24
* definition of freeTreeIteratorWarren Dukes2005-02-24
* add 2-3 tree header fileWarren Dukes2005-02-24
* when filling mp3 buffer, check if its already full. If it is, then give up t...Warren Dukes2005-02-14
* disable replaygain support for musepack till i can figure out the format that...Warren Dukes2005-02-09
* make the "kill" command work againEric Wong2005-02-07
* fix a logic error in flacParseReplayGain and also a gcc 2.95 compile errorEric Wong2005-02-07
* make local functions staticWarren Dukes2005-02-03