aboutsummaryrefslogtreecommitdiff
path: root/src/volume.c
Commit message (Expand)AuthorAge
...
* fix "unreachable code" warningMax Kellermann2008-03-26
* fix -Wconst warningsMax Kellermann2008-02-05
* fixed -Wshadow warningsMax Kellermann2008-01-26
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-03
* Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman2007-05-26
* The massive copyright updateAvuton Olrich2007-04-05
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-14
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-26
* Spelling & GrammarAvuton Olrich2006-08-11
* labels should be on the left most column, no tabbingWarren Dukes2006-08-09
* software volume can now be saved and read from the state fileEric Wong2006-07-30
* commandError() cleanups, fixup gcc checksEric Wong2006-07-30
* interface/connection malloc reductions from mpd-keEric Wong2006-07-30
* Add mpd-indent.shAvuton Olrich2006-07-20
* alsa: fix memory leaks from snd_*_open*()Eric Wong2006-07-17
* sparse: ANSI-fy function declarationsEric Wong2006-07-17
* OSS: handle device disconnects and reconnects (w/o needing a mpd restart)Eric Wong2006-07-16
* volume: gracefully handle disconnected ALSA mixersEric Wong2006-07-16
* [CLEANUP] Cleanup whitespace->tabsAvuton Olrich2006-07-15
* Change shank's email addressJ. Alexander Treuman2006-07-14
* Huge header update, update the copyright and addAvuton Olrich2006-07-13
* undo change 3081Warren Dukes2005-03-15
* - Add 'mute' command for testingAvuton Olrich2005-03-14
* make PCM the default controller for the mixerWarren Dukes2005-03-08
* if a home directory is available for 'user', set env variable $HOMEWarren Dukes2004-10-31
* finish integrating in np's oss stuffWarren Dukes2004-10-30
* merge shank-rewrite-config changesWarren Dukes2004-10-28
* fix C99 stuff for commandErrorWarren Dukes2004-06-15
* Add WARNING log method. it's the same as ERROR, except that when mpd starts,Warren Dukes2004-06-12
* finish ack error codesWarren Dukes2004-06-04
* clean up ACK error coding a little bitWarren Dukes2004-06-04
* add vim shiznit to end of all source filesWarren Dukes2004-04-14
* more software volume tweeksWarren Dukes2004-04-11
* adjust scaling of software volumeWarren Dukes2004-04-11
* use EXIT_SUCCESS and EXIT_FAILUREWarren Dukes2004-04-02
* for alsa mixer default to Master element, not the first elementWarren Dukes2004-04-01
* strcasecmp for mixer_controlWarren Dukes2004-03-24
* alsa volume fixesWarren Dukes2004-03-23
* volume fixesWarren Dukes2004-03-23
* fix a bug where getting OS Mixer volume may fail, and we were closingWarren Dukes2004-02-29
* import from SF CVSWarren Dukes2004-02-23