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
*
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
*
Base mainloop on pa_rtclock_now()
Marc-André Lureau
2009-06-20
7
-36
/
+90
*
pulse: move pa_rtclock_now in pulsecommon
Marc-André Lureau
2009-06-20
3
-1
/
+76
*
perl -p -i -e 's/pa_rtclock_usec/pa_rtclock_now/g' `find . -name '*.[ch]'`
Marc-André Lureau
2009-06-19
1
-4
/
+4
*
native-protocol: allow enumerating ports
Lennart Poettering
2009-06-17
2
-13
/
+121
*
libpulse: implement client side for sink/source port selection commands
Lennart Poettering
2009-06-17
2
-0
/
+112
*
bluetooth: return sensible error code in set_profile()
Lennart Poettering
2009-06-17
1
-0
/
+1
*
volume,channelmap: reimplement a couple of calls based on channel masks
Lennart Poettering
2009-06-17
2
-121
/
+24
*
malloc: implement pa_xrenew()
Lennart Poettering
2009-06-17
1
-1
/
+12
*
channelmap: make sure a mask is generated is 64 bit int
Lennart Poettering
2009-06-17
1
-1
/
+1
*
version: fix prefix in PA_CHECK_VERSION macro
Lennart Poettering
2009-06-17
1
-2
/
+2
*
channelmap: implement pa_channel_position_from_string()
Lennart Poettering
2009-06-17
2
-22
/
+29
*
volume: implement functions for multiplicating a cvolume with a scalar
Lennart Poettering
2009-06-17
2
-3
/
+45
*
prop: introduce new PA_PROP_DEVICE_INTENDED_ROLES property
Lennart Poettering
2009-06-08
1
-0
/
+3
*
simple: set ADJUST_LATENCY by default
Lennart Poettering
2009-05-27
1
-31
/
+40
*
libpulse: introduce PA_CHECK_VERSION macro
Lennart Poettering
2009-05-26
1
-0
/
+7
*
volume: implement pa_cvolume_{scale|max|avg}_mask()
Lennart Poettering
2009-05-25
2
-11
/
+98
*
proplist: add two new generic properties, media.copyright and media.software
Lennart Poettering
2009-05-25
1
-0
/
+6
*
channelmap: introduce pa_channel_map_mask() and pa_channel_position_mask_t
Lennart Poettering
2009-05-25
2
-0
/
+21
*
sample: introduce pa_proplist_setp()
Lennart Poettering
2009-05-25
2
-0
/
+23
*
sample: introduce pa_sample_format_is_{le,be,ne,re}()
Lennart Poettering
2009-05-25
2
-0
/
+53
*
channelmap: document how apple's/microsoft's channel names map to ours
Lennart Poettering
2009-05-24
1
-21
/
+25
*
volume: change pa_volume_t mapping to cubic
Lennart Poettering
2009-05-22
2
-15
/
+33
*
volume: introduce pa_cvolume_{get|set}_position()
Lennart Poettering
2009-05-13
2
-0
/
+59
*
context: don't fail if session bus is not there
Marc-André Lureau
2009-05-12
1
-3
/
+3
[next]