index
:
mpd
custom-cookie-path
eric
master
osx
path
svn/ancl
svn/andreas
svn/branch-0.10.3
svn/branch-0.11.4-fixes
svn/branch-0.12.1-fixes
svn/branch-0.13.0-fixes
svn/mpd-tree
svn/msells
svn/oggflac
svn/q-mpd
svn/r2562-metadata-handling-rewrite
svn/r2642-pre-avuton-merge
svn/shank-rewrite-config
svn/trunk
v0.14.x
v0.15.x
v0.16.x
v0.17.x
clone of git://git.musicpd.org/master/mpd.git
Alexander Sulfrian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
Volume.cxx
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-01-07
mixer_all: convert to C++
Max Kellermann
1
-1
/
+1
2013-01-07
volume: convert to C++
Max Kellermann
1
-2
/
+5
2013-01-07
audio_config, volume, mixer_all: include cleanup
Max Kellermann
1
-7
/
+0
2012-08-15
filter/volume: include cleanup
Max Kellermann
1
-1
/
+0
2011-01-29
copyright year 2011
Max Kellermann
1
-1
/
+1
2009-12-31
Update copyright notices.
Avuton Olrich
1
-1
/
+1
2009-11-12
include config.h in all sources
Max Kellermann
1
-1
/
+1
2009-10-21
volume: added PIPE_EVENT_MIXER
Max Kellermann
1
-0
/
+16
2009-10-08
state_file: save only if something has changed
Max Kellermann
1
-0
/
+6
2009-07-15
state_file: don't rewind the stream while reading the state file
Max Kellermann
1
-14
/
+12
2009-07-06
output: use the software mixer plugin
Max Kellermann
1
-71
/
+8
2009-07-06
volume: moved range check to handle_setvol()
Max Kellermann
1
-10
/
+9
2009-07-06
volume, mixer: removed the "relative" parameter
Max Kellermann
1
-25
/
+19
2009-07-06
mixer_type: moved volume_mixer_type from volume.c
Max Kellermann
1
-21
/
+22
2009-06-25
volume: removed support for legacy mixer configuration
Max Kellermann
1
-85
/
+2
2009-06-03
conf: eliminated CamelCase
Max Kellermann
1
-5
/
+5
2009-05-28
volume: changed "default" to "DISABLED" in switch statement
Max Kellermann
1
-1
/
+4
2009-05-28
volume: converted volume_mixer_type to an enum
Max Kellermann
1
-5
/
+6
2009-05-28
volume: removed unused macro "VOLUME_MIXER_SOFTWARE_DEFAULT"
Max Kellermann
1
-1
/
+0
2009-03-14
mixer_api: moved functions to mixer_control.c
Max Kellermann
1
-1
/
+1
2009-03-14
volume: moved code to mixer_all.c
Max Kellermann
1
-30
/
+5
2009-03-14
volume: use bool instead of int
Max Kellermann
1
-6
/
+6
2009-03-13
all: Update copyright header.
Avuton Olrich
1
-6
/
+7
2009-03-12
audio: moved mixer functions to mixer_control.c
Max Kellermann
1
-1
/
+1
2009-03-12
volume: removed unused variable "default_mixer"
Max Kellermann
1
-1
/
+0
2009-03-02
mixer: adding code to optionally disable all hw mixers
Viliam Mateicka
1
-0
/
+3
2009-02-28
volume: throttle access to hardware mixers
Max Kellermann
1
-1
/
+24
2009-02-26
mixer: Add "disabled" mixer_type.
Avuton Olrich
1
-0
/
+3
2009-02-10
audio: moved code to output_all.c
Max Kellermann
1
-0
/
+1
2009-01-25
mixer: configure legacy mixer before the audio outputs
Max Kellermann
1
-21
/
+69
2009-01-25
conf: const pointers in block get functions
Max Kellermann
1
-1
/
+1
2009-01-17
conf: no CamelCase, part I
Max Kellermann
1
-5
/
+5
2009-01-11
removing mixer_reconfigure memmory leak, fixing configure of alsa and oss mix...
Viliam Mateicka
1
-0
/
+2
2009-01-07
pcm_utils: moved code to pcm_volume.c
Max Kellermann
1
-1
/
+1
2009-01-03
don't include utils.h when it isn't used
Max Kellermann
1
-2
/
+3
2009-01-01
mixer: renamed mix_* options to mixer_*
Max Kellermann
1
-2
/
+2
2008-12-31
Moving mixers to audio outputs
Viliam Mateicka
1
-419
/
+89
2008-12-29
volume: use GLib logging
Max Kellermann
1
-26
/
+29
2008-12-29
removed os_compat.h
Max Kellermann
1
-4
/
+6
2008-12-28
utils: removed myFgets()
Max Kellermann
1
-1
/
+3
2008-12-02
replaced mpd_likely/mpd_unlikely by G_LIKELY/G_UNLIKELY
Thomas Jansen
1
-1
/
+1
2008-11-14
volume: eliminate alloca() usage
Max Kellermann
1
-11
/
+4
2008-11-14
volume: moved code to oss_mixer_find()
Max Kellermann
1
-14
/
+23
2008-11-11
pcm_volume: added constant PCM_VOLUME_1
Max Kellermann
1
-1
/
+1
2008-11-11
pcm_utils: added inline function pcm_float_to_volume()
Max Kellermann
1
-2
/
+3
2008-10-28
utils: use g_str_has_prefix() instead of prefixcmp()
Max Kellermann
1
-1
/
+3
2008-10-14
command: added command "idle"
Max Kellermann
1
-0
/
+3
2008-09-23
start using prefixcmp()
Eric Wong
1
-8
/
+4
2008-09-23
volume: oops, only #include <alloca.h> if OSS is enabled
Eric Wong
1
-1
/
+0
2008-09-23
oss: avoid heap allocations when configuring mixer
Eric Wong
1
-13
/
+13
[next]