index
:
~colin/pulseaudio.git-bakup
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
next
rtpoll
stable-1.x
stable-2.x
stable-3.x
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
colin
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pulse
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-10
libpulse: don't support pa_context_get_card_info_list() on servers that canno...
v0.9.16
Lennart Poettering
1
-0
/
+2
2009-09-08
utf8: minor simplification
Lennart Poettering
1
-4
/
+1
2009-09-08
llvm-clang-analyzer: drop a few unnecessary assignments and other trivial fixes
Lennart Poettering
2
-7
/
+5
2009-09-07
libpulse: allow invocation of pa_context_play_sample_with_proplist() with NUL...
Lennart Poettering
1
-2
/
+8
2009-09-07
volume: if pa_cvolume_set_{balance|fade}() is called with invalid fade/balanc...
Lennart Poettering
1
-8
/
+4
2009-09-07
volume: when passing NULL as channel map to pa_cvolume_scale_mask() handle th...
Lennart Poettering
1
-1
/
+5
2009-09-07
volume: drop some redundant but expensive validity checks
Lennart Poettering
1
-7
/
+1
2009-09-07
volume: add a couple of validity checks for pa_volume_t arguments
Lennart Poettering
1
-0
/
+16
2009-09-07
volume: fix definition of PA_VOLUME_MAX and introduce PA_VOLUME_INVALID and u...
Lennart Poettering
4
-12
/
+15
2009-09-06
introspect: rearrange order of functions a bit
Lennart Poettering
1
-6
/
+6
2009-09-06
libpulse: introduce PA_BYTES_SNPRINT_MAX and make use of it wherever applicable
Lennart Poettering
3
-2
/
+8
2009-08-28
Fix checking for NULL after usage
Andy Shevchenko
1
-12
/
+6
2009-08-27
proplist: allow setting of zero-length data properties
Lennart Poettering
1
-2
/
+3
2009-08-23
Merge commit 'wtay/optimize'
Lennart Poettering
1
-25
/
+24
2009-08-22
core: Add thread-safe group info functions with dynamic buffers
Ted Percival
1
-27
/
+25
2009-08-20
sample: manually inline table lookups
Wim Taymans
1
-25
/
+24
2009-08-20
Modification of the thread-mainloop doc to ensure that nobody frees the api a...
Xabier Rodriguez Calvar
1
-1
/
+3
2009-08-20
Modification of the mainloop doc to ensure that nobody frees the api as it is...
Xabier Rodriguez Calvar
1
-1
/
+3
2009-08-20
Modification of the glib-mainloop doc to ensure that nobody frees the api as ...
Xabier Rodriguez Calvar
1
-1
/
+3
2009-08-19
volume: introduce pa_cvolume_{inc|dec}()
Lennart Poettering
2
-0
/
+42
2009-08-19
volume: use PA_VOLUME_MAX instead of (pa_volume_t) -1
Lennart Poettering
1
-4
/
+4
2009-08-19
volume: round properly when showing human readable volume percentages
Lennart Poettering
1
-2
/
+2
2009-08-19
volume: simplify volume multiplifactions, do them in integer only
Lennart Poettering
1
-4
/
+6
2009-08-19
volume: introduce pa_cvolume_min() and pa_cvolume_min_mask()
Lennart Poettering
2
-2
/
+49
2009-08-17
volume: document when arguments of certain functions may overlap
Lennart Poettering
1
-4
/
+8
2009-08-17
libpulse: some minor optimizations when checking equality
Lennart Poettering
3
-0
/
+16
2009-08-17
channelmap: minor doxygen fix
Lennart Poettering
1
-4
/
+14
2009-08-17
channelmap: document where the WAVEX channelmap is documented
Lennart Poettering
1
-0
/
+2
2009-08-17
channelmap: adjust RFC3551 channel maps to follow spec more closely
Lennart Poettering
1
-4
/
+4
2009-08-17
volume: add pa_cvolume_merge() call
Lennart Poettering
2
-0
/
+23
2009-08-15
pulse: even in case of record stream, let's initialize req_bytes to 0
Marc-André Lureau
1
-1
/
+1
2009-08-14
volume: guarantee dB/linear conversion is reversible
Lennart Poettering
1
-1
/
+4
2009-08-12
context: document why we only do minimal cleanups before the autospawn exec()
Lennart Poettering
1
-1
/
+4
2009-08-12
conf: invert all negative boolean configuration option
Lennart Poettering
2
-11
/
+12
2009-08-10
Correctly deal with events in the past in calc_next_timeout
Maxim Levitsky
1
-7
/
+6
2009-08-05
simple: check for == RUNNING instead of != DONE when waiting for operations
Lennart Poettering
1
-2
/
+2
2009-08-05
simple: split data/length validity checks into two
Lennart Poettering
1
-2
/
+4
2009-08-05
simple: call pa_context_disconnect() just to be sure
Lennart Poettering
1
-1
/
+3
2009-08-05
simple: always loop around pa_threaded_mainloop_wait() to handle spurious wak...
Lennart Poettering
1
-11
/
+28
2009-08-05
simple: use pa_xnew0 instead of manual reset to 0
Lennart Poettering
1
-5
/
+1
2009-08-05
simple: use PA_xxx_IS_GOOD for state checks
Lennart Poettering
1
-2
/
+2
2009-08-03
client: extend documentation on pa_operation_cancel() a bit
Lennart Poettering
1
-1
/
+5
2009-07-31
client: documented that pa_stream_drain() may only have a single operation ac...
Lennart Poettering
1
-1
/
+3
2009-07-31
client: fix documentation for threaded mainloop
Lennart Poettering
1
-5
/
+9
2009-07-30
threaded-mainloop: loop around pa_cond_wait() invocation in pa_threaded_mainl...
Lennart Poettering
2
-4
/
+13
2009-07-25
client: minor modernizations
Lennart Poettering
1
-7
/
+4
2009-07-25
client: if a child we created was already reaped, assume that it was successful
Lennart Poettering
1
-3
/
+10
2009-07-24
client: limit block size for zero-copy operations to mempool block size
Lennart Poettering
2
-6
/
+18
2009-07-24
client: make volume struct const
Lennart Poettering
2
-2
/
+2
2009-07-24
alsa: throw timing data away after device resume
Lennart Poettering
1
-1
/
+1
[next]