aboutsummaryrefslogtreecommitdiffstats
path: root/src/volume.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-03-14mixer_api: moved functions to mixer_control.cMax Kellermann1-1/+1
2009-03-14volume: moved code to mixer_all.cMax Kellermann1-30/+5
2009-03-14volume: use bool instead of intMax Kellermann1-6/+6
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-03-12audio: moved mixer functions to mixer_control.cMax Kellermann1-1/+1
2009-03-12volume: removed unused variable "default_mixer"Max Kellermann1-1/+0
2009-03-02mixer: adding code to optionally disable all hw mixersViliam Mateicka1-0/+3
2009-02-28volume: throttle access to hardware mixersMax Kellermann1-1/+24
2009-02-26mixer: Add "disabled" mixer_type.Avuton Olrich1-0/+3
2009-02-10audio: moved code to output_all.cMax Kellermann1-0/+1
2009-01-25mixer: configure legacy mixer before the audio outputsMax Kellermann1-21/+69
2009-01-25conf: const pointers in block get functionsMax Kellermann1-1/+1
2009-01-17conf: no CamelCase, part IMax Kellermann1-5/+5
2009-01-11removing mixer_reconfigure memmory leak, fixing configure of alsa and oss mix...Viliam Mateicka1-0/+2
2009-01-07pcm_utils: moved code to pcm_volume.cMax Kellermann1-1/+1
2009-01-03don't include utils.h when it isn't usedMax Kellermann1-2/+3
2009-01-01mixer: renamed mix_* options to mixer_*Max Kellermann1-2/+2
2008-12-31Moving mixers to audio outputsViliam Mateicka1-419/+89
2008-12-29volume: use GLib loggingMax Kellermann1-26/+29
2008-12-29removed os_compat.hMax Kellermann1-4/+6
2008-12-28utils: removed myFgets()Max Kellermann1-1/+3
2008-12-02replaced mpd_likely/mpd_unlikely by G_LIKELY/G_UNLIKELYThomas Jansen1-1/+1
2008-11-14volume: eliminate alloca() usageMax Kellermann1-11/+4
2008-11-14volume: moved code to oss_mixer_find()Max Kellermann1-14/+23
2008-11-11pcm_volume: added constant PCM_VOLUME_1Max Kellermann1-1/+1
2008-11-11pcm_utils: added inline function pcm_float_to_volume()Max Kellermann1-2/+3
2008-10-28utils: use g_str_has_prefix() instead of prefixcmp()Max Kellermann1-1/+3
2008-10-14command: added command "idle"Max Kellermann1-0/+3
2008-09-23start using prefixcmp()Eric Wong1-8/+4
2008-09-23volume: oops, only #include <alloca.h> if OSS is enabledEric Wong1-1/+0
2008-09-23oss: avoid heap allocations when configuring mixerEric Wong1-13/+13
2008-09-07volume: don't pass "fd" to changeVolumeLevel()Max Kellermann1-17/+9
2008-08-26renamed player.c to player_control.cMax Kellermann1-1/+1
2008-08-26enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann1-1/+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