summaryrefslogtreecommitdiff
path: root/src/volume.c
AgeCommit message (Expand)Author
2009-03-14mixer_api: moved functions to mixer_control.cMax Kellermann
2009-03-14volume: moved code to mixer_all.cMax Kellermann
2009-03-14volume: use bool instead of intMax Kellermann
2009-03-13all: Update copyright header.Avuton Olrich
2009-03-12audio: moved mixer functions to mixer_control.cMax Kellermann
2009-03-12volume: removed unused variable "default_mixer"Max Kellermann
2009-03-02mixer: adding code to optionally disable all hw mixersViliam Mateicka
2009-02-28volume: throttle access to hardware mixersMax Kellermann
2009-02-26mixer: Add "disabled" mixer_type.Avuton Olrich
2009-02-10audio: moved code to output_all.cMax Kellermann
2009-01-25mixer: configure legacy mixer before the audio outputsMax Kellermann
2009-01-25conf: const pointers in block get functionsMax Kellermann
2009-01-17conf: no CamelCase, part IMax Kellermann
2009-01-11removing mixer_reconfigure memmory leak, fixing configure of alsa and oss mix...Viliam Mateicka
2009-01-07pcm_utils: moved code to pcm_volume.cMax Kellermann
2009-01-03don't include utils.h when it isn't usedMax Kellermann
2009-01-01mixer: renamed mix_* options to mixer_*Max Kellermann
2008-12-31Moving mixers to audio outputsViliam Mateicka
2008-12-29volume: use GLib loggingMax Kellermann
2008-12-29removed os_compat.hMax Kellermann
2008-12-28utils: removed myFgets()Max Kellermann
2008-12-02replaced mpd_likely/mpd_unlikely by G_LIKELY/G_UNLIKELYThomas Jansen
2008-11-14volume: eliminate alloca() usageMax Kellermann
2008-11-14volume: moved code to oss_mixer_find()Max Kellermann
2008-11-11pcm_volume: added constant PCM_VOLUME_1Max Kellermann
2008-11-11pcm_utils: added inline function pcm_float_to_volume()Max Kellermann
2008-10-28utils: use g_str_has_prefix() instead of prefixcmp()Max Kellermann
2008-10-14command: added command "idle"Max Kellermann
2008-09-23start using prefixcmp()Eric Wong
2008-09-23volume: oops, only #include <alloca.h> if OSS is enabledEric Wong
2008-09-23oss: avoid heap allocations when configuring mixerEric Wong
2008-09-07volume: don't pass "fd" to changeVolumeLevel()Max Kellermann
2008-08-26renamed player.c to player_control.cMax Kellermann
2008-08-26enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann
2008-04-12clean up CPP includesMax Kellermann
2008-03-26fix "unreachable code" warningMax Kellermann
2008-02-05fix -Wconst warningsMax Kellermann
2008-01-26fixed -Wshadow warningsMax Kellermann
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong
2007-05-26Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman
2007-04-05The massive copyright updateAvuton Olrich
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong
2006-08-11Spelling & GrammarAvuton Olrich
2006-08-09labels should be on the left most column, no tabbingWarren Dukes
2006-07-30software volume can now be saved and read from the state fileEric Wong
2006-07-30commandError() cleanups, fixup gcc checksEric Wong
2006-07-30interface/connection malloc reductions from mpd-keEric Wong
2006-07-20Add mpd-indent.shAvuton Olrich
2006-07-17alsa: fix memory leaks from snd_*_open*()Eric Wong