aboutsummaryrefslogtreecommitdiffstats
path: root/src/volume.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-1/+1
2009-10-21volume: added PIPE_EVENT_MIXERMax Kellermann1-0/+16
2009-10-08state_file: save only if something has changedMax Kellermann1-0/+6
2009-07-15state_file: don't rewind the stream while reading the state fileMax Kellermann1-14/+12
2009-07-06output: use the software mixer pluginMax Kellermann1-71/+8
2009-07-06volume: moved range check to handle_setvol()Max Kellermann1-10/+9
2009-07-06volume, mixer: removed the "relative" parameterMax Kellermann1-25/+19
2009-07-06mixer_type: moved volume_mixer_type from volume.cMax Kellermann1-21/+22
2009-06-25volume: removed support for legacy mixer configurationMax Kellermann1-85/+2
2009-06-03conf: eliminated CamelCaseMax Kellermann1-5/+5
2009-05-28volume: changed "default" to "DISABLED" in switch statementMax Kellermann1-1/+4
2009-05-28volume: converted volume_mixer_type to an enumMax Kellermann1-5/+6
2009-05-28volume: removed unused macro "VOLUME_MIXER_SOFTWARE_DEFAULT"Max Kellermann1-1/+0
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