index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
volume.c
Age
Commit message (
Expand
)
Author
2013-01-07
volume: convert to C++
Max Kellermann
2013-01-07
audio_config, volume, mixer_all: include cleanup
Max Kellermann
2012-08-15
filter/volume: include cleanup
Max Kellermann
2011-01-29
copyright year 2011
Max Kellermann
2009-12-31
Update copyright notices.
Avuton Olrich
2009-11-12
include config.h in all sources
Max Kellermann
2009-10-21
volume: added PIPE_EVENT_MIXER
Max Kellermann
2009-10-08
state_file: save only if something has changed
Max Kellermann
2009-07-15
state_file: don't rewind the stream while reading the state file
Max Kellermann
2009-07-06
output: use the software mixer plugin
Max Kellermann
2009-07-06
volume: moved range check to handle_setvol()
Max Kellermann
2009-07-06
volume, mixer: removed the "relative" parameter
Max Kellermann
2009-07-06
mixer_type: moved volume_mixer_type from volume.c
Max Kellermann
2009-06-25
volume: removed support for legacy mixer configuration
Max Kellermann
2009-06-03
conf: eliminated CamelCase
Max Kellermann
2009-05-28
volume: changed "default" to "DISABLED" in switch statement
Max Kellermann
2009-05-28
volume: converted volume_mixer_type to an enum
Max Kellermann
2009-05-28
volume: removed unused macro "VOLUME_MIXER_SOFTWARE_DEFAULT"
Max Kellermann
2009-03-14
mixer_api: moved functions to mixer_control.c
Max Kellermann
2009-03-14
volume: moved code to mixer_all.c
Max Kellermann
2009-03-14
volume: use bool instead of int
Max Kellermann
2009-03-13
all: Update copyright header.
Avuton Olrich
2009-03-12
audio: moved mixer functions to mixer_control.c
Max Kellermann
2009-03-12
volume: removed unused variable "default_mixer"
Max Kellermann
2009-03-02
mixer: adding code to optionally disable all hw mixers
Viliam Mateicka
2009-02-28
volume: throttle access to hardware mixers
Max Kellermann
2009-02-26
mixer: Add "disabled" mixer_type.
Avuton Olrich
2009-02-10
audio: moved code to output_all.c
Max Kellermann
2009-01-25
mixer: configure legacy mixer before the audio outputs
Max Kellermann
2009-01-25
conf: const pointers in block get functions
Max Kellermann
2009-01-17
conf: no CamelCase, part I
Max Kellermann
2009-01-11
removing mixer_reconfigure memmory leak, fixing configure of alsa and oss mix...
Viliam Mateicka
2009-01-07
pcm_utils: moved code to pcm_volume.c
Max Kellermann
2009-01-03
don't include utils.h when it isn't used
Max Kellermann
2009-01-01
mixer: renamed mix_* options to mixer_*
Max Kellermann
2008-12-31
Moving mixers to audio outputs
Viliam Mateicka
2008-12-29
volume: use GLib logging
Max Kellermann
2008-12-29
removed os_compat.h
Max Kellermann
2008-12-28
utils: removed myFgets()
Max Kellermann
2008-12-02
replaced mpd_likely/mpd_unlikely by G_LIKELY/G_UNLIKELY
Thomas Jansen
2008-11-14
volume: eliminate alloca() usage
Max Kellermann
2008-11-14
volume: moved code to oss_mixer_find()
Max Kellermann
2008-11-11
pcm_volume: added constant PCM_VOLUME_1
Max Kellermann
2008-11-11
pcm_utils: added inline function pcm_float_to_volume()
Max Kellermann
2008-10-28
utils: use g_str_has_prefix() instead of prefixcmp()
Max Kellermann
2008-10-14
command: added command "idle"
Max Kellermann
2008-09-23
start using prefixcmp()
Eric Wong
2008-09-23
volume: oops, only #include <alloca.h> if OSS is enabled
Eric Wong
2008-09-23
oss: avoid heap allocations when configuring mixer
Eric Wong
2008-09-07
volume: don't pass "fd" to changeVolumeLevel()
Max Kellermann
[next]