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.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2008-09-07
volume: don't pass "fd" to changeVolumeLevel()
Max Kellermann
1
-17
/
+9
2008-08-26
renamed player.c to player_control.c
Max Kellermann
1
-1
/
+1
2008-08-26
enable -Wpointer-arith, -Wstrict-prototypes
Max Kellermann
1
-1
/
+1
2008-04-12
clean up CPP includes
Max Kellermann
1
-1
/
+3
2008-03-26
fix "unreachable code" warning
Max Kellermann
1
-1
/
+0
2008-02-05
fix -Wconst warnings
Max Kellermann
1
-6
/
+6
2008-01-26
fixed -Wshadow warnings
Max Kellermann
1
-8
/
+8
2008-01-03
Cleanup #includes of standard system headers and put them in one place
Eric Wong
1
-7
/
+1
2007-05-26
Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single
J. Alexander Treuman
1
-2
/
+1
2007-04-05
The massive copyright update
Avuton Olrich
1
-1
/
+1
2007-01-14
Don't initialize globals to zero (or NULL)
Eric Wong
1
-1
/
+1
2006-08-26
Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors
Eric Wong
1
-1
/
+1
2006-08-11
Spelling & Grammar
Avuton Olrich
1
-1
/
+1
2006-08-09
labels should be on the left most column, no tabbing
Warren Dukes
1
-1
/
+2
2006-07-30
software volume can now be saved and read from the state file
Eric Wong
1
-0
/
+35
2006-07-30
commandError() cleanups, fixup gcc checks
Eric Wong
1
-5
/
+3
2006-07-30
interface/connection malloc reductions from mpd-ke
Eric Wong
1
-10
/
+10
2006-07-20
Add mpd-indent.sh
Avuton Olrich
1
-117
/
+143
2006-07-17
alsa: fix memory leaks from snd_*_open*()
Eric Wong
1
-1
/
+3
[next]