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
/
source-output.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: move 'flags' field into 'pa_sink_input_new_data' structure so that hook...
Lennart Poettering
2009-08-28
1
-11
/
+10
*
core: relex validity checks when destructing half-set up source outputs/sink ...
Lennart Poettering
2009-08-22
1
-2
/
+0
*
object: speed up type verification by not relying on strcmp()
Lennart Poettering
2009-08-21
1
-1
/
+1
*
core: make fixed latency dynamically changeable
Lennart Poettering
2009-08-15
1
-3
/
+4
*
core: split of FAIL_ON_SUSPEND into KILL_ON_SUSPEND and NO_CREATE_ON_SUSPEND
Lennart Poettering
2009-08-15
1
-1
/
+1
*
core: introduce pa_{sink_input|source_output}_fail_move()
Lennart Poettering
2009-08-15
1
-0
/
+19
*
core: add functions to query max_rewind/max_request values from streams
Lennart Poettering
2009-08-13
1
-0
/
+8
*
core: add assert macros for verifying calling context
Lennart Poettering
2009-08-13
1
-3
/
+30
*
core: when applying delay memblockq take monitored sink latency into account
Lennart Poettering
2009-04-14
1
-0
/
+19
*
core: use pa_{source|sink}_get_latency_within_thread() at one more place
Lennart Poettering
2009-04-14
1
-4
/
+1
*
core: add a seperate fixed_latency field for sinks/sources with fixed latency
Lennart Poettering
2009-04-10
1
-4
/
+9
*
core: memory leak, fix ref counting when moving streams
Lennart Poettering
2009-04-10
1
-3
/
+13
*
add suspend_within_thread() callbacks to pa_sink_input/pa_source_output
Lennart Poettering
2009-04-07
1
-0
/
+1
*
properly account for seeks in the requested_bytes counter
Lennart Poettering
2009-04-01
1
-1
/
+1
*
pass destination source/sink when moving streams so that we can access them
Lennart Poettering
2009-04-01
1
-1
/
+1
*
don't access i->sink if it is not set
Lennart Poettering
2009-04-01
1
-3
/
+5
*
simplify latency config functions a bit and make them callable in more contexts
Lennart Poettering
2009-03-30
1
-30
/
+25
*
Trigger move callback a little bit earlier so that no IO thread is running
Lennart Poettering
2009-03-30
1
-4
/
+5
*
Use LGPL 2.1 on all files previously using LGPL 2
Colin Guthrie
2009-03-03
1
-1
/
+1
*
try to vacuum a little when nothing is going on
Lennart Poettering
2009-02-25
1
-0
/
+2
*
make sure we check the sink status for PA_SINK_INPUT_FAIL_ON_SUSPEND only aft...
Lennart Poettering
2009-02-24
1
-1
/
+6
*
Allow passing a NULL proplist to pa_xxxx_update_proplist() to just fire a not...
Lennart Poettering
2009-02-22
1
-2
/
+2
*
allow sending meta/policy events to clients
Lennart Poettering
2009-02-12
1
-0
/
+28
*
make return value of pa_{sink_input|source_output}_update_proplist() void
Lennart Poettering
2009-02-05
1
-10
/
+8
*
merge in properties earlier to make identification of streams from hooks easier
Lennart Poettering
2009-02-04
1
-3
/
+3
*
make a couple of functions return proper error codes
Lennart Poettering
2009-02-03
1
-38
/
+41
*
make a few functions return void where the retval isn't used/never != 0
Lennart Poettering
2009-02-03
1
-4
/
+2
*
implement PA_STREAM_FAIL_ON_SUSPEND logic
Lennart Poettering
2009-02-03
1
-2
/
+5
*
when changing volume, store whether it is worth remembering or no
Lennart Poettering
2009-01-27
1
-5
/
+9
*
move flat volume logic into the core. while doing so add n_volume_steps field...
Lennart Poettering
2009-01-27
1
-4
/
+7
*
store requested resampling method in a seperate field and use it when create ...
Lennart Poettering
2009-01-27
1
-5
/
+5
*
move sink input/source output move functions into two parts so that we can st...
Lennart Poettering
2009-01-23
1
-43
/
+92
*
in most cases we can use i->core instead of i->sink->core and o->coure instea...
Lennart Poettering
2009-01-23
1
-12
/
+12
*
don't include full path in driver name.
Lennart Poettering
2009-01-22
1
-1
/
+2
*
make proplist inheritance scheme automatic and implicit
Lennart Poettering
2009-01-15
1
-0
/
+3
*
kill autoload stuff as planned
Lennart Poettering
2009-01-15
1
-1
/
+1
*
maintain a list of sink inputs/source outputs as part of the pa_client object
Lennart Poettering
2009-01-15
1
-0
/
+6
*
core: add source, si, so proplist_update
Marc-André Lureau
2009-01-13
1
-0
/
+15
*
Don't hit an assert when checking for idleness
Lennart Poettering
2008-12-17
1
-1
/
+6
*
add new virtual function may_move_to to sink inputs/source outputs to allow m...
Lennart Poettering
2008-10-21
1
-9
/
+28
*
use pa_channel_map_init_extend() instead of pa_channel_map_init_auto() as cha...
Lennart Poettering
2008-10-07
1
-1
/
+1
*
modernize a few checks
Lennart Poettering
2008-10-07
1
-2
/
+2
*
Add new option to disable remixing from/to LFE and set it to on by default
Lennart Poettering
2008-09-05
1
-1
/
+2
*
fix up latency before calling into stream code, to make sure we don't ask for...
Lennart Poettering
2008-08-29
1
-4
/
+1
*
add a few more gcc warning flags and fix quite a few problems found by doing so
Lennart Poettering
2008-08-19
1
-1
/
+1
*
fix a few more copy/paste errors
Lennart Poettering
2008-08-05
1
-3
/
+3
*
fix copy/paste error
Lennart Poettering
2008-08-04
1
-1
/
+1
*
Rework module-combine to work with glitch-free core; add new max_request fiel...
Lennart Poettering
2008-06-20
1
-30
/
+59
*
get rid of svn $ keywords
Lennart Poettering
2008-06-18
1
-2
/
+0
*
fix a bad memory access pulsecore/client.c
Lennart Poettering
2008-06-13
1
-3
/
+16
[next]