aboutsummaryrefslogtreecommitdiff
path: root/src/volume.c
Commit message (Expand)AuthorAge
* volume: convert to C++Max Kellermann2013-01-07
* audio_config, volume, mixer_all: include cleanupMax Kellermann2013-01-07
* filter/volume: include cleanupMax Kellermann2012-08-15
* copyright year 2011Max Kellermann2011-01-29
* Update copyright notices.Avuton Olrich2009-12-31
* include config.h in all sourcesMax Kellermann2009-11-12
* volume: added PIPE_EVENT_MIXERMax Kellermann2009-10-21
* state_file: save only if something has changedMax Kellermann2009-10-08
* state_file: don't rewind the stream while reading the state fileMax Kellermann2009-07-15
* output: use the software mixer pluginMax Kellermann2009-07-06
* volume: moved range check to handle_setvol()Max Kellermann2009-07-06
* volume, mixer: removed the "relative" parameterMax Kellermann2009-07-06
* mixer_type: moved volume_mixer_type from volume.cMax Kellermann2009-07-06
* volume: removed support for legacy mixer configurationMax Kellermann2009-06-25
* conf: eliminated CamelCaseMax Kellermann2009-06-03
* volume: changed "default" to "DISABLED" in switch statementMax Kellermann2009-05-28
* volume: converted volume_mixer_type to an enumMax Kellermann2009-05-28
* volume: removed unused macro "VOLUME_MIXER_SOFTWARE_DEFAULT"Max Kellermann2009-05-28
* mixer_api: moved functions to mixer_control.cMax Kellermann2009-03-14
* volume: moved code to mixer_all.cMax Kellermann2009-03-14
* volume: use bool instead of intMax Kellermann2009-03-14
* all: Update copyright header.Avuton Olrich2009-03-13
* audio: moved mixer functions to mixer_control.cMax Kellermann2009-03-12
* volume: removed unused variable "default_mixer"Max Kellermann2009-03-12
* mixer: adding code to optionally disable all hw mixersViliam Mateicka2009-03-02
* volume: throttle access to hardware mixersMax Kellermann2009-02-28
* mixer: Add "disabled" mixer_type.Avuton Olrich2009-02-26
* audio: moved code to output_all.cMax Kellermann2009-02-10
* mixer: configure legacy mixer before the audio outputsMax Kellermann2009-01-25
* conf: const pointers in block get functionsMax Kellermann2009-01-25
* conf: no CamelCase, part IMax Kellermann2009-01-17
* removing mixer_reconfigure memmory leak, fixing configure of alsa and oss mix...Viliam Mateicka2009-01-11
* pcm_utils: moved code to pcm_volume.cMax Kellermann2009-01-07
* don't include utils.h when it isn't usedMax Kellermann2009-01-03
* mixer: renamed mix_* options to mixer_*Max Kellermann2009-01-01
* Moving mixers to audio outputsViliam Mateicka2008-12-31
* volume: use GLib loggingMax Kellermann2008-12-29
* removed os_compat.hMax Kellermann2008-12-29
* utils: removed myFgets()Max Kellermann2008-12-28
* 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