aboutsummaryrefslogtreecommitdiffstats
path: root/src/volume.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mixer: configure legacy mixer before the audio outputsMax Kellermann2009-01-251-21/+69
* conf: const pointers in block get functionsMax Kellermann2009-01-251-1/+1
* conf: no CamelCase, part IMax Kellermann2009-01-171-5/+5
* removing mixer_reconfigure memmory leak, fixing configure of alsa and oss mix...Viliam Mateicka2009-01-111-0/+2
* pcm_utils: moved code to pcm_volume.cMax Kellermann2009-01-071-1/+1
* don't include utils.h when it isn't usedMax Kellermann2009-01-031-2/+3
* mixer: renamed mix_* options to mixer_*Max Kellermann2009-01-011-2/+2
* Moving mixers to audio outputsViliam Mateicka2008-12-311-419/+89
* volume: use GLib loggingMax Kellermann2008-12-291-26/+29
* removed os_compat.hMax Kellermann2008-12-291-4/+6
* utils: removed myFgets()Max Kellermann2008-12-281-1/+3
* replaced mpd_likely/mpd_unlikely by G_LIKELY/G_UNLIKELYThomas Jansen2008-12-021-1/+1
* volume: eliminate alloca() usageMax Kellermann2008-11-141-11/+4
* volume: moved code to oss_mixer_find()Max Kellermann2008-11-141-14/+23
* pcm_volume: added constant PCM_VOLUME_1Max Kellermann2008-11-111-1/+1
* pcm_utils: added inline function pcm_float_to_volume()Max Kellermann2008-11-111-2/+3
* utils: use g_str_has_prefix() instead of prefixcmp()Max Kellermann2008-10-281-1/+3
* command: added command "idle"Max Kellermann2008-10-141-0/+3
* start using prefixcmp()Eric Wong2008-09-231-8/+4
* volume: oops, only #include <alloca.h> if OSS is enabledEric Wong2008-09-231-1/+0
* oss: avoid heap allocations when configuring mixerEric Wong2008-09-231-13/+13
* volume: don't pass "fd" to changeVolumeLevel()Max Kellermann2008-09-071-17/+9
* renamed player.c to player_control.cMax Kellermann2008-08-261-1/+1
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-261-1/+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