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
Commit message (
Expand
)
Author
Age
Files
Lines
*
modernize hashmap implementation a bit, reduce memory consumption a bit
Lennart Poettering
2008-06-27
6
-73
/
+111
*
rework the flist implementation to halve memory consumption by merging the st...
Lennart Poettering
2008-06-27
2
-56
/
+41
*
some modernizations
Lennart Poettering
2008-06-27
2
-9
/
+13
*
rename pa_queu_is_empty() to pa_queue_isempty() to follow idxset/hashmap nome...
Lennart Poettering
2008-06-27
4
-6
/
+6
*
save some memory by increasing the dynamic array at a slower rate
Lennart Poettering
2008-06-27
1
-2
/
+2
*
some modernizations
Lennart Poettering
2008-06-27
2
-8
/
+13
*
fix underrun detection for prebuf=0 streams
Lennart Poettering
2008-06-27
1
-11
/
+16
*
use (uint32_t) -1 to signify default buffer_attr values instead of 0, to allo...
Lennart Poettering
2008-06-27
4
-16
/
+35
*
fix crash when using sync'ed streams
Lennart Poettering
2008-06-27
1
-2
/
+2
*
cork/uncork before we ask for the rewrite, to make sure the rewrite actually ...
Lennart Poettering
2008-06-27
1
-7
/
+15
*
always forward rewind requests to the sink, and don't abort on nbytes=0
Lennart Poettering
2008-06-26
2
-9
/
+6
*
rework logic to request automatic timing updates a bit
Lennart Poettering
2008-06-26
1
-29
/
+34
*
reorder a few things to get rid of an uneeded comparison
Lennart Poettering
2008-06-26
1
-17
/
+10
*
add a FIXME
Lennart Poettering
2008-06-26
1
-0
/
+2
*
move initialization order of validity bools around a bit
Lennart Poettering
2008-06-26
1
-7
/
+5
*
unify smoother pause/resume handling in a single function check_smoother_stat...
Lennart Poettering
2008-06-26
1
-30
/
+43
*
convert to double only once, and make sure we can deal with negative results ...
Lennart Poettering
2008-06-26
1
-4
/
+9
*
make sure to call process_rewind() under all circumstances before we do the n...
Lennart Poettering
2008-06-26
10
-39
/
+69
*
use the newer name for monotonic/monotonous
Lennart Poettering
2008-06-26
1
-1
/
+1
*
remove redundant check
Lennart Poettering
2008-06-26
1
-9
/
+6
*
properly initialize pa_stream::corked based on the flags
Lennart Poettering
2008-06-26
1
-1
/
+2
*
split pa_memblockq_flush() into two flush commands, one which fixes up the re...
Lennart Poettering
2008-06-26
5
-25
/
+45
*
comment two functions in memblockq.c
Lennart Poettering
2008-06-26
1
-0
/
+2
*
use the bight lighter _silence() instead of _flush() when destructing our lit...
Lennart Poettering
2008-06-26
1
-1
/
+1
*
fix up if the smoother shall be resumed 'before' it was actually paused
Lennart Poettering
2008-06-26
1
-2
/
+2
*
fix up monotonicity of input to _get() instead of hitting an assert
Lennart Poettering
2008-06-26
1
-1
/
+4
*
call the enum PA_STREAM_NOT_MONOTONIC and make PA_STREAM_NOT_MONOTONOUS an al...
Lennart Poettering
2008-06-26
1
-4
/
+9
*
fix return value of pa_namereg_make_valid_name()
Lennart Poettering
2008-06-26
2
-3
/
+3
*
choose more sensible default buffer sizes for old clients
Lennart Poettering
2008-06-25
1
-3
/
+11
*
Export the cleanup_name() function and rename it to pa_namereg_make_valid_nam...
Colin Guthrie
2008-06-25
2
-2
/
+3
*
call update_source_requested_latency callback for source outputs only when it...
Lennart Poettering
2008-06-24
1
-1
/
+2
*
don't refer to nonexisting pa_stream_read() function
Lennart Poettering
2008-06-23
1
-1
/
+1
*
include proplist.h in pulseaudio.h
Lennart Poettering
2008-06-23
1
-1
/
+2
*
support file-based capabilities instead of SUID root for giving PA rights to ...
Lennart Poettering
2008-06-22
3
-17
/
+48
*
fix deadlock when resuming oss sinks
Lennart Poettering
2008-06-21
1
-2
/
+5
*
Properly check for home directory
Lennart Poettering
2008-06-21
1
-6
/
+4
*
Don't fail when we cannot determine the lock file path
Lennart Poettering
2008-06-21
1
-1
/
+5
*
call the right function in the right context
Lennart Poettering
2008-06-21
2
-2
/
+2
*
since the sink is unlinked before the sink input we need to make sure we don'...
Lennart Poettering
2008-06-21
2
-10
/
+10
*
execute detach callback before we change the state to UNLINKED
Lennart Poettering
2008-06-21
1
-2
/
+2
*
allow sinks to be created with max_request initialized to 0, so that the data...
Lennart Poettering
2008-06-21
1
-1
/
+0
*
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
17
-503
/
+1076
*
fix interpretation of remix parameter
Lennart Poettering
2008-06-20
1
-1
/
+1
*
add new abstract device class
Lennart Poettering
2008-06-20
1
-1
/
+1
*
add new function pa_smoother_reset()
Lennart Poettering
2008-06-20
2
-0
/
+10
*
add new remix= parameter to remap sink
Lennart Poettering
2008-06-19
1
-3
/
+11
*
make user of pa_channel_map_init_extend() wherever it makes sense
Lennart Poettering
2008-06-18
6
-36
/
+9
*
add new API pa_channel_map_init_extend() to synthesize a channel map if noone...
Lennart Poettering
2008-06-18
4
-3
/
+43
*
remove remaining $
Lennart Poettering
2008-06-18
9
-17
/
+1
[next]