index
:
pulseaudio.git
0.9.15-stable
0.9.17-stable
0.9.18-stable
0.9.19-stable
0.9.20-stable
master
master-tx
merge-queue
rtpoll
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
PulseAudio Sound Server
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
pulsecore
/
sink.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
alsa,core: include mapping name in description strings
Lennart Poettering
2009-06-18
1
-15
/
+20
*
core: be a bit more verbose when registering a sink/source fails
Lennart Poettering
2009-06-18
1
-0
/
+1
*
alsa: rework mixer logic
Lennart Poettering
2009-06-17
1
-12
/
+132
*
prop: introduce new PA_PROP_DEVICE_INTENDED_ROLES property
Lennart Poettering
2009-06-08
1
-0
/
+17
*
core: replace tabs by spaces
Lennart Poettering
2009-06-08
1
-31
/
+31
*
core: make sure soft mute status stays in sync with hw mute status
Lennart Poettering
2009-06-08
1
-1
/
+5
*
optimization: Optimized pa_sink_render_full.
Jyri Sarha
2009-06-07
1
-3
/
+2
*
core: monitor sources need to inherit the suspend cause from their sinks
Lennart Poettering
2009-06-06
1
-2
/
+5
*
core: suppress suspending/resume when we are already in the right state
Lennart Poettering
2009-06-06
1
-0
/
+3
*
core: add a suspend cause flags field
Lennart Poettering
2009-06-05
1
-3
/
+13
*
core: automatically add icons for headsets/headphones/speakers for devices
Lennart Poettering
2009-05-13
1
-0
/
+15
*
core: Take samples from silence cache rather than write zeros
Jyri Sarha
2009-05-09
1
-10
/
+22
*
core: optimize pa_sink_render_full()
Jyri Sarha
2009-05-08
1
-5
/
+73
*
core: liberalize 99a6a4 a bit
Lennart Poettering
2009-05-08
1
-6
/
+10
*
core: cache requested latency only when we are running, not while we are stil...
Lennart Poettering
2009-05-08
1
-2
/
+5
*
core: make sure we fix up flags/monitor flags already in pa_sink_new() instea...
Lennart Poettering
2009-05-08
1
-22
/
+17
*
core: introduce pa_{sink,source}_set_fixed_latency()
Lennart Poettering
2009-05-08
1
-0
/
+16
*
core: introduce new 'reference' volume for sinks
Lennart Poettering
2009-04-13
1
-16
/
+26
*
core: add a seperate fixed_latency field for sinks/sources with fixed latency
Lennart Poettering
2009-04-10
1
-8
/
+17
*
core: memory leak, fix ref counting when moving streams
Lennart Poettering
2009-04-10
1
-1
/
+5
*
introduce relative_volume field in sink_input and make use of it on sink flat...
Lennart Poettering
2009-04-08
1
-30
/
+29
*
after propagating a sink volume change to the sink inputs recalculate their s...
Lennart Poettering
2009-04-07
1
-25
/
+54
*
we need to make our multiplications with linear values
Lennart Poettering
2009-04-07
1
-10
/
+10
*
reduce number of conversions to/from linear volumes
Lennart Poettering
2009-04-07
1
-2
/
+13
*
If the sink volume is lowered to 0 and then increased again, make sure all st...
Lennart Poettering
2009-04-07
1
-2
/
+6
*
add suspend_within_thread() callbacks to pa_sink_input/pa_source_output
Lennart Poettering
2009-04-07
1
-1
/
+15
*
introduce pa_{sink|source}_get_latency_within_thread()
Lennart Poettering
2009-04-05
1
-0
/
+26
*
Use pa_source_set_max_rewind_within_thread() for updating the monitor source'...
Lennart Poettering
2009-03-30
1
-1
/
+1
*
copy latency flags from sink to monitor source
Lennart Poettering
2009-03-25
1
-1
/
+7
*
simplify things and make sure timing setters can be called in most contexts
Lennart Poettering
2009-03-25
1
-18
/
+17
*
introduce new flag that marks sinks/sources which can adjust the latency dyna...
Lennart Poettering
2009-03-25
1
-0
/
+10
*
get rid of 'default' min/max latencies, simplify things by just having absolu...
Lennart Poettering
2009-03-25
1
-11
/
+4
*
Allow calling pa_{sink|source}_update_proplist() without an actual proprlist
Lennart Poettering
2009-03-24
1
-3
/
+2
*
set request/rewind sizes only via accessor functions
Lennart Poettering
2009-03-24
1
-2
/
+32
*
simplify latency range by not allowing stored 'wildcard' ranges anymore
Lennart Poettering
2009-03-24
1
-12
/
+19
*
add functions that modules can call whenever they now the volume changed
Lennart Poettering
2009-03-21
1
-0
/
+26
*
deduce a proper icon for TV sets
Lennart Poettering
2009-03-19
1
-0
/
+2
*
try more things to get a proper icon for sinks/sources
Lennart Poettering
2009-03-04
1
-1
/
+14
*
fix handling of _suspend_all(), return first failure error code
Lennart Poettering
2009-03-04
1
-2
/
+6
*
make suspend state of monitor source follow the suspend state of the sink it ...
Lennart Poettering
2009-03-04
1
-0
/
+3
*
document more closely from which context certain functions may be called
Lennart Poettering
2009-03-04
1
-3
/
+5
*
Use LGPL 2.1 on all files previously using LGPL 2
Colin Guthrie
2009-03-03
1
-1
/
+1
*
add logic for initializing a useful icon name
Lennart Poettering
2009-03-01
1
-0
/
+69
*
additional validity check
Lennart Poettering
2009-02-19
1
-0
/
+3
*
call _kill functions instead of _unlink since the latter should only be calle...
Lennart Poettering
2009-02-12
1
-2
/
+2
*
Merge commit 'elmarco/bt-wip'
Lennart Poettering
2009-02-12
1
-2
/
+4
|
\
|
*
pulsecore: add PA_CORE_HOOK_*_MOVE_FAIL
Marc-André Lureau
2009-02-11
1
-2
/
+4
*
|
add a 'volume factor' that is implicitly multiplied into the volume of a sink...
Lennart Poettering
2009-02-05
1
-0
/
+1
|
/
*
make a few functions return void where the retval isn't used/never != 0
Lennart Poettering
2009-02-03
1
-2
/
+1
*
implement PA_STREAM_FAIL_ON_SUSPEND logic
Lennart Poettering
2009-02-03
1
-6
/
+9
[next]