aboutsummaryrefslogtreecommitdiffstats
path: root/src/volume.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* include config.h in all sourcesMax Kellermann2009-11-121-1/+1
* volume: added PIPE_EVENT_MIXERMax Kellermann2009-10-211-0/+16
* state_file: save only if something has changedMax Kellermann2009-10-081-0/+6
* state_file: don't rewind the stream while reading the state fileMax Kellermann2009-07-151-14/+12
* output: use the software mixer pluginMax Kellermann2009-07-061-71/+8
* volume: moved range check to handle_setvol()Max Kellermann2009-07-061-10/+9
* volume, mixer: removed the "relative" parameterMax Kellermann2009-07-061-25/+19
* mixer_type: moved volume_mixer_type from volume.cMax Kellermann2009-07-061-21/+22
* volume: removed support for legacy mixer configurationMax Kellermann2009-06-251-85/+2
* conf: eliminated CamelCaseMax Kellermann2009-06-031-5/+5
* volume: changed "default" to "DISABLED" in switch statementMax Kellermann2009-05-281-1/+4
* volume: converted volume_mixer_type to an enumMax Kellermann2009-05-281-5/+6
* volume: removed unused macro "VOLUME_MIXER_SOFTWARE_DEFAULT"Max Kellermann2009-05-281-1/+0
* mixer_api: moved functions to mixer_control.cMax Kellermann2009-03-141-1/+1
* volume: moved code to mixer_all.cMax Kellermann2009-03-141-30/+5
* volume: use bool instead of intMax Kellermann2009-03-141-6/+6
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* audio: moved mixer functions to mixer_control.cMax Kellermann2009-03-121-1/+1
* volume: removed unused variable "default_mixer"Max Kellermann2009-03-121-1/+0
* mixer: adding code to optionally disable all hw mixersViliam Mateicka2009-03-021-0/+3
* volume: throttle access to hardware mixersMax Kellermann2009-02-281-1/+24
* mixer: Add "disabled" mixer_type.Avuton Olrich2009-02-261-0/+3
* audio: moved code to output_all.cMax Kellermann2009-02-101-0/+1
* mixer: configure legacy mixer before the audio outputsMax Kellermann2009-01-251-21/+69
* conf: const pointers in block get functionsMax Kellermann2009-01-251-1/+1
* conf: no CamelCase, part IMax Kellermann2009-01-171-5/+5
* removing mixer_reconfigure memmory leak, fixing configure of alsa and oss mix...Viliam Mateicka2009-01-111-0/+2
* pcm_utils: moved code to pcm_volume.cMax Kellermann2009-01-071-1/+1
* don't include utils.h when it isn't usedMax Kellermann2009-01-031-2/+3
* mixer: renamed mix_* options to mixer_*Max Kellermann2009-01-011-2/+2
* Moving mixers to audio outputsViliam Mateicka2008-12-311-419/+89
* volume: use GLib loggingMax Kellermann2008-12-291-26/+29
* removed os_compat.hMax Kellermann2008-12-291-4/+6
* utils: removed myFgets()Max Kellermann2008-12-281-1/+3
* replaced mpd_likely/mpd_unlikely by G_LIKELY/G_UNLIKELYThomas Jansen2008-12-021-1/+1
* volume: eliminate alloca() usageMax Kellermann2008-11-141-11/+4
* volume: moved code to oss_mixer_find()Max Kellermann2008-11-141-14/+23
* pcm_volume: added constant PCM_VOLUME_1Max Kellermann2008-11-111-1/+1
* pcm_utils: added inline function pcm_float_to_volume()Max Kellermann2008-11-111-2/+3
* utils: use g_str_has_prefix() instead of prefixcmp()Max Kellermann2008-10-281-1/+3
* command: added command "idle"Max Kellermann2008-10-141-0/+3
* start using prefixcmp()Eric Wong2008-09-231-8/+4
* volume: oops, only #include <alloca.h> if OSS is enabledEric Wong2008-09-231-1/+0
* oss: avoid heap allocations when configuring mixerEric Wong2008-09-231-13/+13
* volume: don't pass "fd" to changeVolumeLevel()Max Kellermann2008-09-071-17/+9
* renamed player.c to player_control.cMax Kellermann2008-08-261-1/+1
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-261-1/+1
* clean up CPP includesMax Kellermann2008-04-121-1/+3