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
/
pulse
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix checking for NULL after usage
Andy Shevchenko
2009-08-28
1
-12
/
+6
*
proplist: allow setting of zero-length data properties
Lennart Poettering
2009-08-27
1
-2
/
+3
*
Merge commit 'wtay/optimize'
Lennart Poettering
2009-08-23
1
-25
/
+24
|
\
|
*
sample: manually inline table lookups
Wim Taymans
2009-08-20
1
-25
/
+24
*
|
core: Add thread-safe group info functions with dynamic buffers
Ted Percival
2009-08-22
1
-27
/
+25
|
/
*
Modification of the thread-mainloop doc to ensure that nobody frees the api a...
Xabier Rodriguez Calvar
2009-08-20
1
-1
/
+3
*
Modification of the mainloop doc to ensure that nobody frees the api as it is...
Xabier Rodriguez Calvar
2009-08-20
1
-1
/
+3
*
Modification of the glib-mainloop doc to ensure that nobody frees the api as ...
Xabier Rodriguez Calvar
2009-08-20
1
-1
/
+3
*
volume: introduce pa_cvolume_{inc|dec}()
Lennart Poettering
2009-08-19
2
-0
/
+42
*
volume: use PA_VOLUME_MAX instead of (pa_volume_t) -1
Lennart Poettering
2009-08-19
1
-4
/
+4
*
volume: round properly when showing human readable volume percentages
Lennart Poettering
2009-08-19
1
-2
/
+2
*
volume: simplify volume multiplifactions, do them in integer only
Lennart Poettering
2009-08-19
1
-4
/
+6
*
volume: introduce pa_cvolume_min() and pa_cvolume_min_mask()
Lennart Poettering
2009-08-19
2
-2
/
+49
*
volume: document when arguments of certain functions may overlap
Lennart Poettering
2009-08-17
1
-4
/
+8
*
libpulse: some minor optimizations when checking equality
Lennart Poettering
2009-08-17
3
-0
/
+16
*
channelmap: minor doxygen fix
Lennart Poettering
2009-08-17
1
-4
/
+14
*
channelmap: document where the WAVEX channelmap is documented
Lennart Poettering
2009-08-17
1
-0
/
+2
*
channelmap: adjust RFC3551 channel maps to follow spec more closely
Lennart Poettering
2009-08-17
1
-4
/
+4
*
volume: add pa_cvolume_merge() call
Lennart Poettering
2009-08-17
2
-0
/
+23
*
pulse: even in case of record stream, let's initialize req_bytes to 0
Marc-André Lureau
2009-08-15
1
-1
/
+1
*
volume: guarantee dB/linear conversion is reversible
Lennart Poettering
2009-08-14
1
-1
/
+4
*
context: document why we only do minimal cleanups before the autospawn exec()
Lennart Poettering
2009-08-12
1
-1
/
+4
*
conf: invert all negative boolean configuration option
Lennart Poettering
2009-08-12
2
-11
/
+12
*
Correctly deal with events in the past in calc_next_timeout
Maxim Levitsky
2009-08-10
1
-7
/
+6
*
simple: check for == RUNNING instead of != DONE when waiting for operations
Lennart Poettering
2009-08-05
1
-2
/
+2
*
simple: split data/length validity checks into two
Lennart Poettering
2009-08-05
1
-2
/
+4
*
simple: call pa_context_disconnect() just to be sure
Lennart Poettering
2009-08-05
1
-1
/
+3
*
simple: always loop around pa_threaded_mainloop_wait() to handle spurious wak...
Lennart Poettering
2009-08-05
1
-11
/
+28
*
simple: use pa_xnew0 instead of manual reset to 0
Lennart Poettering
2009-08-05
1
-5
/
+1
*
simple: use PA_xxx_IS_GOOD for state checks
Lennart Poettering
2009-08-05
1
-2
/
+2
*
client: extend documentation on pa_operation_cancel() a bit
Lennart Poettering
2009-08-03
1
-1
/
+5
*
client: documented that pa_stream_drain() may only have a single operation ac...
Lennart Poettering
2009-07-31
1
-1
/
+3
*
client: fix documentation for threaded mainloop
Lennart Poettering
2009-07-31
1
-5
/
+9
*
threaded-mainloop: loop around pa_cond_wait() invocation in pa_threaded_mainl...
Lennart Poettering
2009-07-30
2
-4
/
+13
*
client: minor modernizations
Lennart Poettering
2009-07-25
1
-7
/
+4
*
client: if a child we created was already reaped, assume that it was successful
Lennart Poettering
2009-07-25
1
-3
/
+10
*
client: limit block size for zero-copy operations to mempool block size
Lennart Poettering
2009-07-24
2
-6
/
+18
*
client: make volume struct const
Lennart Poettering
2009-07-24
2
-2
/
+2
*
alsa: throw timing data away after device resume
Lennart Poettering
2009-07-24
1
-1
/
+1
*
autospawn: refuse autospawning if process disabled waitpid()
Lennart Poettering
2009-07-24
1
-2
/
+15
*
Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudio
Lennart Poettering
2009-07-23
1
-1
/
+9
|
\
|
*
introspect: Fix two memory issues in port handling code.
Colin Guthrie
2009-07-12
1
-1
/
+9
*
|
client: allow zero-copy writing to the stream
Lennart Poettering
2009-07-20
3
-44
/
+176
|
/
*
libpulse: minor cleanups
Lennart Poettering
2009-07-01
1
-11
/
+19
*
introspect: Fix a bug in sink/source info protocol handling related to ports.
Colin Guthrie
2009-06-29
1
-60
/
+64
*
Add missing headers includes for FreeBSD.
Diego Elio 'Flameeyes' Pettenò
2009-06-29
1
-0
/
+4
*
timeval: don't create the wrong illusion that nsecs should be stored in pa_us...
Lennart Poettering
2009-06-23
1
-3
/
+3
*
rtclock: document that we fallback to wallclock time if monotonic time is not...
Lennart Poettering
2009-06-23
1
-2
/
+4
*
rtclock: enable rtclock for our own mainloop implementations
Lennart Poettering
2009-06-22
3
-4
/
+14
*
rtclock: fix issues found by Lennart
Marc-André Lureau
2009-06-20
2
-12
/
+22
[next]