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
...
*
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
*
fix soft_mute handling
Lennart Poettering
2009-02-02
1
-1
/
+1
*
reset rewind_requested when we enter suspend mode
Lennart Poettering
2009-02-02
1
-0
/
+4
*
shortcut pa_sink_process_rewind() when no rewind is happenning and none was r...
Lennart Poettering
2009-02-02
1
-0
/
+5
*
Fix a few sink/source calls when they are called in suspended state.
Lennart Poettering
2009-02-02
1
-10
/
+28
*
when determining the minimum volume of all sink inputs make sure to handle th...
Lennart Poettering
2009-02-02
1
-0
/
+13
*
dump properties when we create a new sink or source
Lennart Poettering
2009-01-30
1
-2
/
+6
*
when changing volume, store whether it is worth remembering or no
Lennart Poettering
2009-01-27
1
-2
/
+2
*
move flat volume logic into the core. while doing so add n_volume_steps field...
Lennart Poettering
2009-01-27
1
-61
/
+196
*
add functions to move all inputs of a sink away/similar for source outputs
Lennart Poettering
2009-01-23
1
-0
/
+52
*
don't include full path in driver name.
Lennart Poettering
2009-01-22
1
-1
/
+2
*
sink: trigger subscribe event on sink state change
Marc-André Lureau
2009-01-20
1
-1
/
+3
*
make proplist inheritance scheme automatic and implicit
Lennart Poettering
2009-01-15
1
-0
/
+3
*
Merge commit 'e0f8ffe41f99789fafac575e944acf02e940bbf7'
Lennart Poettering
2009-01-15
1
-8
/
+14
|
\
|
*
sink: add a virtual_volume to sink
Marc-André Lureau
2009-01-14
1
-8
/
+14
*
|
add new pa_card object as a way to logically combine multiple sinks and sources
Lennart Poettering
2009-01-15
1
-0
/
+8
*
|
don't rely on PA_SINK_RUNNING vs. PA_SINK_IDLE for optimizations since it mig...
Lennart Poettering
2009-01-15
1
-6
/
+4
|
/
*
core: add source, si, so proplist_update
Marc-André Lureau
2009-01-13
1
-0
/
+1
*
core: add pa_sink_update_proplist
Marc-André Lureau
2009-01-13
1
-0
/
+14
*
Rework handling of the PA_SINK_LATENCY/PA_SOURCE_LATENCY flags
Lennart Poettering
2008-12-24
1
-3
/
+8
*
Add "base volume" field to sinks/sources
Lennart Poettering
2008-12-24
1
-0
/
+1
*
Don't hit an assert when checking for idleness
Lennart Poettering
2008-12-17
1
-1
/
+3
*
Implement new flags DONT_INHIBIT_AUTO_SUSPEND and START_UNMUTED
Lennart Poettering
2008-10-26
1
-1
/
+33
*
after calling PA_CORE_HOOK_SINK_SET_VOLUME hook, check again whether the volu...
Lennart Poettering
2008-10-07
1
-2
/
+6
*
additional validity checks
Lennart Poettering
2008-10-07
1
-0
/
+2
*
volume hooks
Marc-Andre Lureau
2008-10-07
1
-2
/
+10
*
remove useless log message, re #367
Lennart Poettering
2008-10-01
1
-1
/
+0
*
fix up latency before calling into stream code, to make sure we don't ask for...
Lennart Poettering
2008-08-29
1
-5
/
+11
*
rework volume/mute APIs: split out pa_xx_set_soft_volume() and add force_refr...
Lennart Poettering
2008-08-13
1
-5
/
+16
[prev]
[next]