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
Commit message (
Expand
)
Author
Age
Files
Lines
*
make sure we keep a reference of the bus connection during the whole runtime ...
Lennart Poettering
2009-04-06
1
-2
/
+3
*
Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudio
Lennart Poettering
2009-04-05
4
-5
/
+5
|
\
|
*
increase log buffer further
Lennart Poettering
2009-04-04
1
-1
/
+1
|
*
various spelling fixes
Maarten Bosmans
2009-04-04
3
-4
/
+4
*
|
Fix a couple of races in native protocol
Lennart Poettering
2009-04-05
1
-42
/
+97
*
|
introduce pa_{sink|source}_get_latency_within_thread()
Lennart Poettering
2009-04-05
4
-0
/
+55
*
|
Modify smoothing code to make cubic interpolation optional and allow 'quick f...
Lennart Poettering
2009-04-05
2
-9
/
+46
*
|
properly account for seeks in the requested_bytes counter
Lennart Poettering
2009-04-01
5
-25
/
+30
|
/
*
use machine id instead of hostname to identify local connections
Lennart Poettering
2009-04-01
2
-13
/
+19
*
pass destination source/sink when moving streams so that we can access them
Lennart Poettering
2009-04-01
5
-20
/
+24
*
don't access i->sink if it is not set
Lennart Poettering
2009-04-01
2
-6
/
+10
*
be a bit more verbose about max_request changes
Lennart Poettering
2009-03-31
1
-5
/
+14
*
Log underruns
Lennart Poettering
2009-03-31
1
-1
/
+1
*
update command name table
Lennart Poettering
2009-03-31
1
-1
/
+14
*
revive solaris module
Finn Thain
2009-03-31
1
-10
/
+24
*
handle failure to parse proplist in cli-command gracefully
Maarten Bosmans
2009-03-31
1
-4
/
+16
*
Merge commit 'elmarco/dbus'
Lennart Poettering
2009-03-30
4
-0
/
+613
|
\
|
*
dbus: split dbus-util into dbus-shared
Marc-André Lureau
2009-03-30
4
-0
/
+613
*
|
Use pa_source_set_max_rewind_within_thread() for updating the monitor source'...
Lennart Poettering
2009-03-30
1
-1
/
+1
*
|
Merge commit 'origin/master'
Lennart Poettering
2009-03-30
2
-2
/
+2
|
\
\
|
*
|
Small fix for MacOSX compat
Lennart Poettering
2009-03-27
1
-1
/
+1
|
*
|
fix typo
Lennart Poettering
2009-03-27
1
-1
/
+1
|
|
/
*
|
notify clients about tlength changes
Lennart Poettering
2009-03-30
2
-203
/
+209
*
|
add pa_memblockq_apply_attr()/pa_memblockq_get_attr()
Lennart Poettering
2009-03-30
2
-1
/
+24
*
|
document more often the context certain functions are called in
Lennart Poettering
2009-03-30
1
-1
/
+22
*
|
simplify latency config functions a bit and make them callable in more contexts
Lennart Poettering
2009-03-30
2
-60
/
+50
*
|
Trigger move callback a little bit earlier so that no IO thread is running
Lennart Poettering
2009-03-30
5
-17
/
+17
|
/
*
add missing initialization
Lennart Poettering
2009-03-25
1
-0
/
+1
*
on monitor source be fine with any latency range set by the sink
Lennart Poettering
2009-03-25
1
-1
/
+2
*
add missing whitespace
Lennart Poettering
2009-03-25
1
-1
/
+1
*
copy latency flags from sink to monitor source
Lennart Poettering
2009-03-25
1
-1
/
+7
*
fix misplace _ref() calls that should have been _assert_ref()
Lennart Poettering
2009-03-25
1
-3
/
+4
*
optionally skip initial frames in backtrace
Lennart Poettering
2009-03-25
2
-7
/
+23
*
don't show full so path in backtrace
Lennart Poettering
2009-03-25
1
-3
/
+7
*
add simple ref counting debugging framework
Lennart Poettering
2009-03-25
2
-6
/
+81
*
trivial simplification
Lennart Poettering
2009-03-25
1
-2
/
+1
*
simplify things and make sure timing setters can be called in most contexts
Lennart Poettering
2009-03-25
2
-34
/
+38
*
introduce new flag that marks sinks/sources which can adjust the latency dyna...
Lennart Poettering
2009-03-25
3
-15
/
+48
*
make pa_source_set_max_rewind() work similar to pa_sink_set_max_rewind()
Lennart Poettering
2009-03-25
2
-2
/
+20
*
get rid of 'default' min/max latencies, simplify things by just having absolu...
Lennart Poettering
2009-03-25
3
-23
/
+9
*
Allow calling pa_{sink|source}_update_proplist() without an actual proprlist
Lennart Poettering
2009-03-24
2
-5
/
+4
*
set request/rewind sizes only via accessor functions
Lennart Poettering
2009-03-24
2
-4
/
+38
*
simplify latency range by not allowing stored 'wildcard' ranges anymore
Lennart Poettering
2009-03-24
4
-21
/
+36
*
only decrease timer slack, never increase
Lennart Poettering
2009-03-24
1
-6
/
+10
*
add pa_assert_cc() for compile time assertions
Lennart Poettering
2009-03-23
1
-0
/
+14
*
only store card profile if flagged for that
Lennart Poettering
2009-03-23
4
-6
/
+14
*
add functions that modules can call whenever they now the volume changed
Lennart Poettering
2009-03-21
4
-1
/
+56
*
add pa_hook_is_firing
Lennart Poettering
2009-03-21
2
-0
/
+8
*
introduce pa_sink_input_get_relative_volume()
Lennart Poettering
2009-03-20
2
-0
/
+23
*
introduce pa_assert_fp() for fast path assertions
Lennart Poettering
2009-03-20
1
-4
/
+16
[next]