aboutsummaryrefslogtreecommitdiff
path: root/src/volume.c
Commit message (Expand)AuthorAge
* replaced mpd_likely/mpd_unlikely by G_LIKELY/G_UNLIKELYThomas Jansen2008-12-02
* volume: eliminate alloca() usageMax Kellermann2008-11-14
* volume: moved code to oss_mixer_find()Max Kellermann2008-11-14
* pcm_volume: added constant PCM_VOLUME_1Max Kellermann2008-11-11
* pcm_utils: added inline function pcm_float_to_volume()Max Kellermann2008-11-11
* utils: use g_str_has_prefix() instead of prefixcmp()Max Kellermann2008-10-28
* command: added command "idle"Max Kellermann2008-10-14
* start using prefixcmp()Eric Wong2008-09-23
* volume: oops, only #include <alloca.h> if OSS is enabledEric Wong2008-09-23
* oss: avoid heap allocations when configuring mixerEric Wong2008-09-23
* volume: don't pass "fd" to changeVolumeLevel()Max Kellermann2008-09-07
* renamed player.c to player_control.cMax Kellermann2008-08-26
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-26
* clean up CPP includesMax Kellermann2008-04-12
* 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