aboutsummaryrefslogtreecommitdiffstats
path: root/src/volume.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ew/directory'Eric Wong2008-09-201-8/+4
|\
| * start using prefixcmp()Eric Wong2008-09-201-8/+4
* | volume: oops, only #include <alloca.h> if OSS is enabledEric Wong2008-09-181-1/+0
* | oss: avoid heap allocations when configuring mixerEric Wong2008-09-181-13/+13
|/
* Move away from fprintf() when writing DB/state_fileEric Wong2008-09-181-2/+3
* volume: don't pass "fd" to changeVolumeLevel()Max Kellermann2008-09-091-16/+9
* volume: include outputBuffer.h for ob_set_sw_volumeEric Wong2008-09-021-0/+1
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-301-1/+1
* core rewrite (decode,player,outputBuffer,playlist)Eric Wong2008-08-161-2/+1
* clean up CPP includesMax Kellermann2008-04-121-1/+3
* fix "unreachable code" warningMax Kellermann2008-03-261-1/+0
* fix -Wconst warningsMax Kellermann2008-02-051-6/+6
* fixed -Wshadow warningsMax Kellermann2008-01-261-8/+8
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-7/+1
* Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman2007-05-261-2/+1
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-141-1/+1
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-261-1/+1
* Spelling & GrammarAvuton Olrich2006-08-111-1/+1
* labels should be on the left most column, no tabbingWarren Dukes2006-08-091-1/+2
* software volume can now be saved and read from the state fileEric Wong2006-07-301-0/+35
* commandError() cleanups, fixup gcc checksEric Wong2006-07-301-5/+3
* interface/connection malloc reductions from mpd-keEric Wong2006-07-301-10/+10
* Add mpd-indent.shAvuton Olrich2006-07-201-117/+143
* alsa: fix memory leaks from snd_*_open*()Eric Wong2006-07-171-1/+3
* sparse: ANSI-fy function declarationsEric Wong2006-07-171-7/+7
* OSS: handle device disconnects and reconnects (w/o needing a mpd restart)Eric Wong2006-07-161-8/+26
* volume: gracefully handle disconnected ALSA mixersEric Wong2006-07-161-24/+36
* [CLEANUP] Cleanup whitespace->tabsAvuton Olrich2006-07-151-30/+30
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-1/+1
* undo change 3081Warren Dukes2005-03-151-114/+0
* - Add 'mute' command for testingAvuton Olrich2005-03-141-0/+114
* make PCM the default controller for the mixerWarren Dukes2005-03-081-2/+2
* if a home directory is available for 'user', set env variable $HOMEWarren Dukes2004-10-311-4/+4
* finish integrating in np's oss stuffWarren Dukes2004-10-301-9/+9
* merge shank-rewrite-config changesWarren Dukes2004-10-281-29/+56
* fix C99 stuff for commandErrorWarren Dukes2004-06-151-4/+7
* Add WARNING log method. it's the same as ERROR, except that when mpd starts,Warren Dukes2004-06-121-15/+15
* finish ack error codesWarren Dukes2004-06-041-6/+7
* clean up ACK error coding a little bitWarren Dukes2004-06-041-8/+5
* add vim shiznit to end of all source filesWarren Dukes2004-04-141-0/+1
* more software volume tweeksWarren Dukes2004-04-111-2/+2
* adjust scaling of software volumeWarren Dukes2004-04-111-8/+7
* use EXIT_SUCCESS and EXIT_FAILUREWarren Dukes2004-04-021-1/+1
* for alsa mixer default to Master element, not the first elementWarren Dukes2004-04-011-33/+25
* strcasecmp for mixer_controlWarren Dukes2004-03-241-2/+2
* alsa volume fixesWarren Dukes2004-03-231-5/+11
* volume fixesWarren Dukes2004-03-231-1/+21
* fix a bug where getting OS Mixer volume may fail, and we were closingWarren Dukes2004-02-291-1/+0