index
:
profile/ivi/pulseaudio-panda
2.0-panda
Domain: Multimedia / Audio FW;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pulsecore
/
sink.h
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-15
volume ramp: add volume ramping to sink
Jaska Uimonen
1
-0
/
+8
2012-04-18
sink/source.h: Clarify set_port comment
David Henningsson
1
-2
/
+2
2012-04-12
alsa-sink/source: Make sure volumes are synchronised after fast user switching
David Henningsson
1
-0
/
+2
2011-11-26
Turn device ports into reference counted objects
David Henningsson
1
-16
/
+1
2011-11-26
Introduce "available" concept for ports, and communicate that to clients. Bum...
David Henningsson
1
-0
/
+1
2011-10-17
sink,source: support for rate update
Pierre-Louis Bossart
1
-0
/
+11
2011-09-21
sink,source: Handle missing in the shared volume case
Arun Raghavan
1
-0
/
+3
2011-09-13
volume: Rename 'sync volume' to 'deferred volume'.
Colin Guthrie
1
-9
/
+9
2011-08-18
sink-input: Ensure no volumes are applied for passthrough streams
Arun Raghavan
1
-0
/
+7
2011-08-15
sink: Fix lazy commenting
Arun Raghavan
1
-3
/
+3
2011-08-15
sink: Add a set_formats() API
Arun Raghavan
1
-0
/
+7
2011-08-11
Add some missing format.h includes
Maarten Bosmans
1
-0
/
+1
2011-07-20
alsa: Reinitialise the mixer on port change.
Colin Guthrie
1
-0
/
+1
2011-07-19
devices: Use wrapper functions to set the *_volume and *_mute callbacks.
Colin Guthrie
1
-12
/
+36
2011-06-22
Remove unnecessary #includes
Maarten Bosmans
1
-1
/
+2
2011-05-02
sink-input: Kill passthrough streams if moving to an unsupported sink
Arun Raghavan
1
-0
/
+1
2011-05-02
sink: Remove PASSTHROUGH flag
Arun Raghavan
1
-0
/
+4
2011-05-02
sink: Extend API for compressed formats support
Arun Raghavan
1
-0
/
+7
2011-05-02
sink: Trivial typo fix
Arun Raghavan
1
-7
/
+7
2011-02-26
Implement the "volume sharing" feature.
Tanu Kaskinen
1
-0
/
+4
2011-02-22
core: Link virtual sinks and sources to their streams.
Tanu Kaskinen
1
-0
/
+2
2010-10-16
core: Add infrastructure for synchronizing HW and SW volume changes
Jyri Sarha
1
-14
/
+83
2009-08-29
core: initialize sink/source priorities automatically based on their proplists
Lennart Poettering
1
-0
/
+1
2009-08-28
core: add priority field to pa_sink/pa_source
Lennart Poettering
1
-0
/
+2
2009-08-21
object: speed up type verification by not relying on strcmp()
Lennart Poettering
1
-1
/
+1
2009-08-19
sink: volume handling rework, new flat volume logic
Lennart Poettering
1
-7
/
+5
2009-08-15
core: introduce pa_{sink|source}_update_flags()
Lennart Poettering
1
-0
/
+2
2009-08-15
core: make fixed latency dynamically changeable
Lennart Poettering
1
-3
/
+15
2009-08-15
core: move rtpoll to thread_info sub structure
Lennart Poettering
1
-1
/
+2
2009-08-13
core: add assert macros for verifying calling context
Lennart Poettering
1
-0
/
+7
2009-08-07
core: save volume/mute changes coming from the hardware automatically
Lennart Poettering
1
-2
/
+2
2009-06-17
alsa: rework mixer logic
Lennart Poettering
1
-5
/
+41
2009-06-08
prop: introduce new PA_PROP_DEVICE_INTENDED_ROLES property
Lennart Poettering
1
-0
/
+1
2009-06-05
core: add a suspend cause flags field
Lennart Poettering
1
-2
/
+3
2009-05-08
core: introduce pa_{sink,source}_set_fixed_latency()
Lennart Poettering
1
-0
/
+1
2009-04-13
core: introduce new 'reference' volume for sinks
Lennart Poettering
1
-4
/
+7
2009-04-10
core: add a seperate fixed_latency field for sinks/sources with fixed latency
Lennart Poettering
1
-0
/
+2
2009-04-08
introduce relative_volume field in sink_input and make use of it on sink flat...
Lennart Poettering
1
-2
/
+3
2009-04-07
after propagating a sink volume change to the sink inputs recalculate their s...
Lennart Poettering
1
-0
/
+1
2009-04-05
introduce pa_{sink|source}_get_latency_within_thread()
Lennart Poettering
1
-0
/
+2
2009-03-25
get rid of 'default' min/max latencies, simplify things by just having absolu...
Lennart Poettering
1
-1
/
+1
2009-03-24
set request/rewind sizes only via accessor functions
Lennart Poettering
1
-2
/
+6
2009-03-24
simplify latency range by not allowing stored 'wildcard' ranges anymore
Lennart Poettering
1
-1
/
+1
2009-03-21
add functions that modules can call whenever they now the volume changed
Lennart Poettering
1
-0
/
+2
2009-03-03
Use LGPL 2.1 on all files previously using LGPL 2
Colin Guthrie
1
-1
/
+1
2009-03-01
add logic for initializing a useful icon name
Lennart Poettering
1
-0
/
+3
2009-01-27
when changing volume, store whether it is worth remembering or no
Lennart Poettering
1
-1
/
+1
2009-01-27
move flat volume logic into the core. while doing so add n_volume_steps field...
Lennart Poettering
1
-21
/
+20
2009-01-23
add functions to move all inputs of a sink away/similar for source outputs
Lennart Poettering
1
-0
/
+6
2009-01-20
pulse: share private enum values with client side
Marc-André Lureau
1
-9
/
+0
[next]