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
...
|
*
device-manager: Expose the priority lists in the protocol extension.
Colin Guthrie
2009-10-01
2
-1
/
+39
|
*
device-manager: Change the write function to a rename function.
Colin Guthrie
2009-10-01
2
-40
/
+16
|
*
device-manager: Provide a method for prefering/defering a device.
Colin Guthrie
2009-10-01
2
-0
/
+90
|
*
device-manager: Provide a way for clients to enable/disable role-based device...
Colin Guthrie
2009-10-01
2
-0
/
+39
|
*
device-manager: Update docs version -> 0.9.19 (predicted)
Colin Guthrie
2009-10-01
1
-10
/
+10
|
*
device-manager: Fix copy+paste leftover
Colin Guthrie
2009-10-01
1
-1
/
+1
|
*
device-manager: Add an untested protocol extension.
Colin Guthrie
2009-10-01
4
-0
/
+475
*
|
Merge branch 'master' into dbus-work
Tanu Kaskinen
2009-10-02
19
-169
/
+277
|
\
|
|
*
libpulse: Add *_NOFLAGS flags with value 0 for various enums
Colin Guthrie
2009-09-22
1
-0
/
+11
|
*
mainloop: fix detection of rt clocks
Lennart Poettering
2009-09-18
1
-8
/
+7
|
*
mainloop: pass monotonic times back to user if he passed monotonic times to us
Lennart Poettering
2009-09-18
1
-6
/
+16
|
*
timeval: make timeval conversion routines handle PA_USEC_INVALID special
Lennart Poettering
2009-09-18
1
-1
/
+10
|
*
timeval: add UNLIKELY annotation
Lennart Poettering
2009-09-18
1
-3
/
+3
|
*
timeval: make pa_timeval_sub saturating
Lennart Poettering
2009-09-18
1
-12
/
+38
|
*
timeval: introduce PA_USEC_MAX
Lennart Poettering
2009-09-18
1
-2
/
+5
|
*
mainloop: sum up dispatched events in an unsigned to clarify range
Lennart Poettering
2009-09-18
1
-8
/
+9
|
*
mainloop: use PA_LLIST_FOREACH macros where applicable
Lennart Poettering
2009-09-18
1
-26
/
+30
|
*
mainloop: don't initialize fields we don't have to
Lennart Poettering
2009-09-18
1
-30
/
+4
|
*
mainloop: calculate in pa_usec_t everywhere
Lennart Poettering
2009-09-18
1
-21
/
+46
|
*
mainloop: properly convert time to wallclock time when handing it to the user
Lennart Poettering
2009-09-18
1
-1
/
+1
|
*
proplist: introduce PA_PROP_WINDOW_DESKTOP property
Lennart Poettering
2009-09-17
1
-0
/
+3
|
*
libpulse: as a special exception, don't require a non-NULL context in pa_cont...
Lennart Poettering
2009-09-17
1
-1
/
+4
|
*
CANCELLED vs. CANCELED
Lennart Poettering
2009-09-17
1
-2
/
+3
|
*
gccmacro: enable weakrefs only on ELF
Lennart Poettering
2009-09-15
1
-1
/
+1
|
*
proplist: define properties for storing window position
Lennart Poettering
2009-09-11
1
-0
/
+18
|
*
doxygen: don't confuse doxygen with spurious ..
Lennart Poettering
2009-09-11
1
-1
/
+1
|
*
doxygen: add rtclock.h to documentation
Lennart Poettering
2009-09-11
1
-7
/
+9
|
*
doxygen: drop references to pacat.c and paplay.c as examples since tehy are n...
Lennart Poettering
2009-09-11
1
-6
/
+0
|
*
libpulse: add new error code PA_ERR_BUSY
Lennart Poettering
2009-09-11
2
-1
/
+4
|
*
libpulse: don't support pa_context_get_card_info_list() on servers that canno...
v0.9.16
Lennart Poettering
2009-09-10
1
-0
/
+2
|
*
utf8: minor simplification
Lennart Poettering
2009-09-08
1
-4
/
+1
|
*
llvm-clang-analyzer: drop a few unnecessary assignments and other trivial fixes
Lennart Poettering
2009-09-08
2
-7
/
+5
|
*
libpulse: allow invocation of pa_context_play_sample_with_proplist() with NUL...
Lennart Poettering
2009-09-07
1
-2
/
+8
|
*
volume: if pa_cvolume_set_{balance|fade}() is called with invalid fade/balanc...
Lennart Poettering
2009-09-07
1
-8
/
+4
|
*
volume: when passing NULL as channel map to pa_cvolume_scale_mask() handle th...
Lennart Poettering
2009-09-07
1
-1
/
+5
|
*
volume: drop some redundant but expensive validity checks
Lennart Poettering
2009-09-07
1
-7
/
+1
|
*
volume: add a couple of validity checks for pa_volume_t arguments
Lennart Poettering
2009-09-07
1
-0
/
+16
|
*
volume: fix definition of PA_VOLUME_MAX and introduce PA_VOLUME_INVALID and u...
Lennart Poettering
2009-09-07
4
-12
/
+15
|
*
introspect: rearrange order of functions a bit
Lennart Poettering
2009-09-06
1
-6
/
+6
|
*
libpulse: introduce PA_BYTES_SNPRINT_MAX and make use of it wherever applicable
Lennart Poettering
2009-09-06
3
-2
/
+8
*
|
Merge branch 'master' of git://0pointer.de/pulseaudio into dbus-work
Tanu Kaskinen
2009-08-30
2
-14
/
+9
|
\
|
|
*
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 branch 'master' of git://0pointer.de/pulseaudio into dbus-work
Tanu Kaskinen
2009-08-24
5
-55
/
+58
|
\
|
|
*
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
[prev]
[next]