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
*
Adapt rtpoll and friends to Windows by replacing timespec with timeval and
Pierre Ossman
2007-10-03
1
-9
/
+9
*
rework module-combine once again. We now run the data generation always in a ...
Lennart Poettering
2007-09-28
1
-336
/
+208
*
fix suspending in module-combine.c
Lennart Poettering
2007-09-24
1
-4
/
+4
*
drop the PA_SOURCE_CAN_SUSPEND and PA_SINK_CAN_SUSPEND flags, since they were...
Lennart Poettering
2007-09-24
1
-1
/
+1
*
don't segfault when the master changes
Lennart Poettering
2007-09-20
1
-15
/
+9
*
rework module-combine again
Lennart Poettering
2007-09-20
1
-187
/
+245
*
render new data always in the master sink's thread, fixing missing locking
Lennart Poettering
2007-09-19
1
-65
/
+133
*
drop a couple of WARNING prefixes in log messages, since we have pa_log_warn ...
Lennart Poettering
2007-09-17
1
-1
/
+1
*
use priority inheritance on mutexes where applicable
Lennart Poettering
2007-09-17
1
-1
/
+1
*
add a "length" argument to the seek functions, as an optimization to request ...
Lennart Poettering
2007-09-16
1
-4
/
+4
*
trivial typo
Lennart Poettering
2007-09-15
1
-1
/
+1
*
count corked streams per sink/source and make pa_sink_used_by() return only t...
Lennart Poettering
2007-09-15
1
-1
/
+1
*
Move attaching/detaching from a pa_rtpoll into pa_sink proper, remove it from...
Lennart Poettering
2007-09-14
1
-25
/
+19
*
simplify rt loops a bit by moving more code into pa_rtpoll. It is now possibl...
Lennart Poettering
2007-09-14
1
-58
/
+27
*
extend rtpoll API to allow registration of arbitray functions to be executed ...
Lennart Poettering
2007-09-12
1
-2
/
+2
*
change pa_modargs_get_channel_map() to take an extra argument for specifying ...
Lennart Poettering
2007-09-12
1
-2
/
+2
*
add 'wait' parameter to pa_rtpoll_run(), if zero pa_rtpoll_runn will only upd...
Lennart Poettering
2007-09-11
1
-1
/
+1
*
- fix suspend handling
Lennart Poettering
2007-08-31
1
-23
/
+38
*
port module-combine to new core
Lennart Poettering
2007-08-30
1
-177
/
+933
*
Convert most snprintf() calls to pa_snprintf()
Lennart Poettering
2007-07-25
1
-1
/
+1
*
Add copyright notices to all relevant files. (based on svn log)
Pierre Ossman
2007-02-13
1
-0
/
+2
*
Huge trailing whitespace cleanup. Let's keep the tree pure from here on,
Pierre Ossman
2007-01-04
1
-35
/
+35
*
fix module-combine when used on top of a tunnel sink
Lennart Poettering
2006-08-26
1
-2
/
+15
*
remove all occurences of
Lennart Poettering
2006-08-18
1
-16
/
+16
*
Rework memory management to allow shared memory data transfer. The central idea
Lennart Poettering
2006-08-18
1
-2
/
+1
*
allow hooking into the process of creating playback streams. To implement thi...
Lennart Poettering
2006-08-13
1
-2
/
+12
*
make use of pa_sink_used_by()/pa_source_used_by() wherever applicable
Lennart Poettering
2006-08-12
1
-4
/
+1
*
don't set the sink/source descriptions manually, use the new functions pa_{si...
Lennart Poettering
2006-08-11
1
-1
/
+1
*
big s/polyp/pulse/g
Lennart Poettering
2006-06-19
1
-16
/
+16
*
Move timeval calculation functions into their own file.
Pierre Ossman
2006-05-18
1
-0
/
+1
*
split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch]
Lennart Poettering
2006-05-17
1
-1
/
+1
*
Move xmalloc to the public side (libpolyp).
Pierre Ossman
2006-05-17
1
-1
/
+2
*
* modify pa_channel_map_init_auto() to take an extra argument specifying the ...
Lennart Poettering
2006-05-16
1
-1
/
+1
*
* add new parameter to pa_open_config_file() to specify open mode
Lennart Poettering
2006-05-14
1
-1
/
+1
*
fail if the channel map doesn't match the sample specs
Lennart Poettering
2006-04-26
1
-0
/
+5
*
support new channel_map argument in sink/source modules
Lennart Poettering
2006-04-26
1
-3
/
+35
*
fix latency calculations of module-combine
Lennart Poettering
2006-04-13
1
-1
/
+3
*
change pa_log() and friends to not require a trailing \n on all logged strings
Lennart Poettering
2006-02-23
1
-13
/
+13
*
1) Add flexible seeking support (including absolute) for memory block queues ...
Lennart Poettering
2006-02-20
1
-2
/
+10
*
Reorganised the source tree. We now have src/ with a couple of subdirs:
Pierre Ossman
2006-02-16
1
-0
/
+394