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
/
modules
/
module-combine.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
module-combine-sink: Check running flag before rendering in null mode
Forest Bond
2011-06-05
1
-0
/
+4
*
module-combine-sink: Initialize smoother in paused state
Forest Bond
2011-06-05
1
-6
/
+9
*
module-combine-sink: Initialize smoother with offset pa_rtclock_now()
Forest Bond
2011-06-05
1
-1
/
+1
*
Limit rate adjustments to small, inaudible jumps
Maarten Bosmans
2011-02-25
1
-10
/
+16
*
combine: Only check if the sink is h/w etc. in automatic mode
Colin Guthrie
2010-11-17
1
-8
/
+8
*
combine: Handle reappearing slave sinks in non-automatic mode.
Antti-Ville Jansson
2010-11-17
1
-3
/
+23
*
thread: name all threads so that the names appear in /proc/$PID/task/$TID/comm
Lennart Poettering
2010-05-03
1
-1
/
+1
*
native: rework handling of seeks that depend on variables the client does not...
Lennart Poettering
2010-01-18
1
-2
/
+2
*
core: make sure we always return a valid memblock in sink_input_pop() callbacks
Lennart Poettering
2010-01-08
1
-1
/
+1
*
core: move 'flags' field into 'pa_sink_input_new_data' structure so that hook...
Lennart Poettering
2009-08-28
1
-1
/
+2
*
combine: store adjust time in usec
Lennart Poettering
2009-08-26
1
-15
/
+15
*
combine: quieten gcc a bit
Lennart Poettering
2009-08-21
1
-0
/
+2
*
combine: determine sample parameters of combined sink from underlying sinks
Maarten Bosmans
2009-08-15
1
-0
/
+49
*
combine: warn when the latency of a stream gets too high
Lennart Poettering
2009-08-15
1
-0
/
+3
*
combine: big rework
Lennart Poettering
2009-08-15
1
-205
/
+266
*
combine: drop adjust_timestamp variable because it is unused
Lennart Poettering
2009-08-15
1
-12
/
+2
*
core: move rtpoll to thread_info sub structure
Lennart Poettering
2009-08-15
1
-2
/
+2
*
combine: Do not set (and update) description if the user passed one in during...
Colin Guthrie
2009-06-29
1
-1
/
+12
*
Merge most of elmarco/rtclock2
Lennart Poettering
2009-06-22
1
-18
/
+12
|
\
|
*
Base mainloop on pa_rtclock_now()
Marc-André Lureau
2009-06-20
1
-11
/
+4
|
*
pulse: move pa_rtclock_now in pulsecommon
Marc-André Lureau
2009-06-20
1
-1
/
+2
|
*
perl -p -i -e 's/pa_rtclock_usec/pa_rtclock_now/g' `find . -name '*.[ch]'`
Marc-André Lureau
2009-06-19
1
-6
/
+6
*
|
core: get rid of rt sig/timer handling since modern Linux' ppooll() is finall...
Lennart Poettering
2009-06-19
1
-1
/
+0
|
/
*
core: add a suspend cause flags field
Lennart Poettering
2009-06-05
1
-2
/
+2
*
modules: add {sink|source|card}_properties argument to all modules
Lennart Poettering
2009-05-28
1
-2
/
+10
*
Modify smoothing code to make cubic interpolation optional and allow 'quick f...
Lennart Poettering
2009-04-05
1
-2
/
+9
*
don't fiddle with latency range because we cannot adjust it dynamically
Lennart Poettering
2009-03-25
1
-7
/
+4
*
set request/rewind sizes only via accessor functions
Lennart Poettering
2009-03-24
1
-1
/
+1
*
Use LGPL 2.1 on all files previously using LGPL 2
Colin Guthrie
2009-03-03
1
-1
/
+1
*
Use pa_assert_se() when the containing code has side effects.
Colin Guthrie
2009-03-02
1
-1
/
+1
*
introduce default channel map in addition to the default sample spec
Lennart Poettering
2009-02-21
1
-1
/
+2
*
make a couple of functions return proper error codes
Lennart Poettering
2009-02-03
1
-1
/
+1
*
include PA_SINK_INVALID_STATE in all switch/case statements to make gcc shut up
Lennart Poettering
2009-01-22
1
-0
/
+1
*
kill autoload stuff as planned
Lennart Poettering
2009-01-15
1
-1
/
+1
*
add new dont_rewind_render flag to allow quick starts of newly created streams
Lennart Poettering
2009-01-15
1
-1
/
+1
*
add a few missing casts
Lennart Poettering
2008-08-20
1
-2
/
+2
*
add a few more gcc warning flags and fix quite a few problems found by doing so
Lennart Poettering
2008-08-19
1
-3
/
+3
*
fix shutdown when --disallow-module-loading=1 is passed
Lennart Poettering
2008-08-05
1
-1
/
+1
*
handle rewind requests
Lennart Poettering
2008-06-27
1
-0
/
+4
*
make sure to call process_rewind() under all circumstances before we do the n...
Lennart Poettering
2008-06-26
1
-1
/
+0
*
split pa_memblockq_flush() into two flush commands, one which fixes up the re...
Lennart Poettering
2008-06-26
1
-2
/
+2
*
Request a rewrite immediately after we have been linked, so that playback sta...
Lennart Poettering
2008-06-20
1
-0
/
+15
*
Rework module-combine to work with glitch-free core; add new max_request fiel...
Lennart Poettering
2008-06-20
1
-253
/
+290
*
get rid of svn $ keywords
Lennart Poettering
2008-06-18
1
-2
/
+0
*
merge Colin Guthrie's module-always-sink module, and add priorization to the ...
Lennart Poettering
2008-06-11
1
-3
/
+3
*
merge glitch-free branch back into trunk
Lennart Poettering
2008-05-15
1
-69
/
+82
*
deal with a possibly failing pa_channel_map_init_auto() correctly
Lennart Poettering
2008-02-13
1
-1
/
+3
*
tag modules that may only be loaded once at most especially, and enforce that...
Lennart Poettering
2007-11-09
1
-4
/
+5
*
make rtprio and nice level actually configurable
Lennart Poettering
2007-11-01
1
-2
/
+2
*
merge 'lennart' branch back into trunk.
Lennart Poettering
2007-10-28
1
-169
/
+895
[next]