index
:
delta/pulseaudio.git
0.9.15-stable
0.9.17-stable
0.9.18-stable
0.9.19-stable
0.9.20-stable
baserock/morph
bluez5
bug-template-001
marge_bot_batch_merge_job
master
master-tx
merge-queue
next
patch-1
routing
rtpoll
stable-1.x
stable-11.x
stable-12.x
stable-14.x
stable-16.x
stable-2.x
stable-3.x
stable-7.x
stable-queue
tags/release-0.1
tags/release-0.2
tags/release-0.4
tags/release-0.5
tags/release-0.5.1
tags/release-0.6
tags/release-0.8
tags/release-0.8.1
tags/release-0.9.0
tags/release-0.9.1
tags/release-0.9.10
tags/release-0.9.2
tags/release-0.9.3
tags/release-0.9.4
tags/release-0.9.5
tags/release-0.9.6
tags/release-0.9.7
tags/release-0.9.8
tags/release-0.9.9
tanuk/restore-profile-per-port
gitlab.freedesktop.org: pulseaudio/pulseaudio.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pulse
/
volume.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
volume: Add LFE balance API
David Henningsson
2015-10-30
1
-1
/
+41
*
volume: Refactor get/set balance/fade
David Henningsson
2015-10-30
1
-82
/
+33
*
update FSF addresses to FSF web page
Ondrej Holecek
2015-01-14
1
-3
/
+1
*
Add pa_channels_valid()
Tanu Kaskinen
2013-12-15
1
-3
/
+2
*
pulse: Add verbose volume printing functions
Tanu Kaskinen
2013-07-09
1
-0
/
+64
*
Remove pa_bool_t and replace it with bool.
poljar (Damir Jelić)
2013-07-04
1
-12
/
+12
*
Style fix: Add a space between the closing/opening bracket
poljar (Damir Jelić)
2013-06-24
1
-1
/
+1
*
Move i18n.[ch] to src/pulsecore
Maarten Bosmans
2011-08-11
1
-2
/
+1
*
Remove unnecessary #includes
Maarten Bosmans
2011-06-22
1
-0
/
+1
*
Fix up some double spaces
Maarten Bosmans
2011-03-18
1
-7
/
+6
*
Various fixes for build warnings
Maarten Bosmans
2011-03-02
1
-1
/
+1
*
volume: Clamp volume to PA_VOLUME_MAX
Arun Raghavan
2010-10-15
1
-9
/
+11
*
volume: Use a macro to check if a volume is valid
Arun Raghavan
2010-10-15
1
-17
/
+17
*
volume: add pa_cvolume_inc_clamp function
Vladimir Kokarev
2009-11-05
1
-3
/
+7
*
llvm-clang-analyzer: drop a few unnecessary assignments and other trivial fixes
Lennart Poettering
2009-09-08
1
-4
/
+4
*
volume: if pa_cvolume_set_{balance|fade}() is called with invalid fade/balanc...
Lennart Poettering
2009-09-07
1
-8
/
+4
*
volume: when passing NULL as channel map to pa_cvolume_scale_mask() handle th...
Lennart Poettering
2009-09-07
1
-1
/
+5
*
volume: drop some redundant but expensive validity checks
Lennart Poettering
2009-09-07
1
-7
/
+1
*
volume: add a couple of validity checks for pa_volume_t arguments
Lennart Poettering
2009-09-07
1
-0
/
+16
*
volume: fix definition of PA_VOLUME_MAX and introduce PA_VOLUME_INVALID and u...
Lennart Poettering
2009-09-07
1
-5
/
+5
*
volume: introduce pa_cvolume_{inc|dec}()
Lennart Poettering
2009-08-19
1
-0
/
+34
*
volume: use PA_VOLUME_MAX instead of (pa_volume_t) -1
Lennart Poettering
2009-08-19
1
-4
/
+4
*
volume: round properly when showing human readable volume percentages
Lennart Poettering
2009-08-19
1
-2
/
+2
*
volume: simplify volume multiplifactions, do them in integer only
Lennart Poettering
2009-08-19
1
-4
/
+6
*
volume: introduce pa_cvolume_min() and pa_cvolume_min_mask()
Lennart Poettering
2009-08-19
1
-2
/
+39
*
libpulse: some minor optimizations when checking equality
Lennart Poettering
2009-08-17
1
-0
/
+4
*
volume: add pa_cvolume_merge() call
Lennart Poettering
2009-08-17
1
-0
/
+18
*
volume: guarantee dB/linear conversion is reversible
Lennart Poettering
2009-08-14
1
-1
/
+4
*
volume,channelmap: reimplement a couple of calls based on channel masks
Lennart Poettering
2009-06-17
1
-44
/
+8
*
volume: implement functions for multiplicating a cvolume with a scalar
Lennart Poettering
2009-06-17
1
-2
/
+34
*
volume: implement pa_cvolume_{scale|max|avg}_mask()
Lennart Poettering
2009-05-25
1
-10
/
+77
*
volume: change pa_volume_t mapping to cubic
Lennart Poettering
2009-05-22
1
-12
/
+30
*
volume: introduce pa_cvolume_{get|set}_position()
Lennart Poettering
2009-05-13
1
-0
/
+46
*
volume: increase dB range to -90dB
Lennart Poettering
2009-04-13
1
-1
/
+1
*
when calculating volume from dB use ceil()
Lennart Poettering
2009-04-08
1
-2
/
+2
*
compare with doubles, not integer
Lennart Poettering
2009-04-07
1
-2
/
+2
*
Use LGPL 2.1 on all files previously using LGPL 2
Colin Guthrie
2009-03-03
1
-1
/
+1
*
add a lot of validity checking
Lennart Poettering
2009-02-03
1
-16
/
+43
*
add new API pa_cvolume_compatible_with_channel_map()
Lennart Poettering
2009-02-03
1
-0
/
+13
*
before applying balance/fade check it actually makes sense
Lennart Poettering
2009-02-03
1
-0
/
+12
*
whitespace cleanup
Lennart Poettering
2009-02-02
1
-0
/
+3
*
implement pa_cvolume_{get|set}_fade
Lennart Poettering
2009-01-30
1
-0
/
+111
*
fix a bogus assert
Lennart Poettering
2009-01-30
1
-1
/
+1
*
properly deal with the case when l/r is silent when adjust balance
Lennart Poettering
2009-01-30
1
-2
/
+2
*
add missing 'const'
Lennart Poettering
2009-01-27
1
-1
/
+1
*
swap argument order of pa_cvolume_get_balance() to be a bit more systematic
Lennart Poettering
2009-01-27
1
-2
/
+2
*
implement pa_cvolume_scale()
Lennart Poettering
2009-01-27
1
-0
/
+19
*
don't divide by zero if no left resp. no right channels are defined
Lennart Poettering
2009-01-20
1
-2
/
+9
*
Beef pactl output up a bit
Lennart Poettering
2009-01-19
1
-1
/
+1
*
add api for manipulating volume balances
Lennart Poettering
2009-01-19
1
-0
/
+91
[next]