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