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
*
core: drop unnecessary variable initialization
Lennart Poettering
2009-09-03
1
-1
/
+1
*
sink: simplify pa_sink_render_full() by replacing it by a pa_sink_render() pl...
Lennart Poettering
2009-09-02
1
-76
/
+14
*
core: fill up memblock with pa_sink_render_into_full() in pa_sink_render_full...
Lennart Poettering
2009-09-01
1
-11
/
+5
*
core: handle suspended state in pa_sink_render_full() similar to the other re...
Lennart Poettering
2009-09-01
1
-1
/
+10
*
core: add missing sink_unref()
Lennart Poettering
2009-09-01
1
-0
/
+3
*
core: always allow volume setting with single-channel pa_cvolume
Lennart Poettering
2009-08-31
1
-2
/
+8
*
core: initialize sink/source priorities automatically based on their proplists
Lennart Poettering
2009-08-29
1
-0
/
+47
*
core: add priority field to pa_sink/pa_source
Lennart Poettering
2009-08-28
1
-0
/
+1
*
object: speed up type verification by not relying on strcmp()
Lennart Poettering
2009-08-21
1
-1
/
+1
*
sink-input: add callbacks that are called whenever the mute/volume changes
Lennart Poettering
2009-08-21
1
-3
/
+13
*
sink: volume handling rework, new flat volume logic
Lennart Poettering
2009-08-19
1
-139
/
+242
*
core: add to FIXMEs
Lennart Poettering
2009-08-16
1
-0
/
+1
*
core: introduce pa_{sink|source}_update_flags()
Lennart Poettering
2009-08-15
1
-1
/
+21
*
core: document difference between IO and main thread view on requested latency
Lennart Poettering
2009-08-15
1
-0
/
+3
*
core: don't update latency range if not changed
Lennart Poettering
2009-08-15
1
-2
/
+5
*
core: call pa_sink_get_latency_within_thread() instead of going directly via ...
Lennart Poettering
2009-08-15
1
-8
/
+2
*
core: make fixed latency dynamically changeable
Lennart Poettering
2009-08-15
1
-17
/
+84
*
core: move rtpoll to thread_info sub structure
Lennart Poettering
2009-08-15
1
-6
/
+5
*
core: split of FAIL_ON_SUSPEND into KILL_ON_SUSPEND and NO_CREATE_ON_SUSPEND
Lennart Poettering
2009-08-15
1
-2
/
+2
*
core: introduce pa_{sink_input|source_output}_fail_move()
Lennart Poettering
2009-08-15
1
-5
/
+3
*
core: add assert macros for verifying calling context
Lennart Poettering
2009-08-13
1
-15
/
+74
*
ladspa/remap: make sure we process all requested rewinds unconditionally
Lennart Poettering
2009-08-07
1
-2
/
+5
*
core: save volume/mute changes coming from the hardware automatically
Lennart Poettering
2009-08-07
1
-10
/
+15
*
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
[next]