summaryrefslogtreecommitdiff
path: root/src/volume.c
AgeCommit message (Expand)Author
2013-01-07volume: convert to C++Max Kellermann
2013-01-07audio_config, volume, mixer_all: include cleanupMax Kellermann
2012-08-15filter/volume: include cleanupMax Kellermann
2011-01-29copyright year 2011Max Kellermann
2009-12-31Update copyright notices.Avuton Olrich
2009-11-12include config.h in all sourcesMax Kellermann
2009-10-21volume: added PIPE_EVENT_MIXERMax Kellermann
2009-10-08state_file: save only if something has changedMax Kellermann
2009-07-15state_file: don't rewind the stream while reading the state fileMax Kellermann
2009-07-06output: use the software mixer pluginMax Kellermann
2009-07-06volume: moved range check to handle_setvol()Max Kellermann
2009-07-06volume, mixer: removed the "relative" parameterMax Kellermann
2009-07-06mixer_type: moved volume_mixer_type from volume.cMax Kellermann
2009-06-25volume: removed support for legacy mixer configurationMax Kellermann
2009-06-03conf: eliminated CamelCaseMax Kellermann
2009-05-28volume: changed "default" to "DISABLED" in switch statementMax Kellermann
2009-05-28volume: converted volume_mixer_type to an enumMax Kellermann
2009-05-28volume: removed unused macro "VOLUME_MIXER_SOFTWARE_DEFAULT"Max Kellermann
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