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
...
|
*
|
tests/sync-playback: check if pa_context_connect succeed
Marc-André Lureau
2009-02-19
1
-1
/
+6
|
*
|
pactl: check if pa_context_connect succeed
Marc-André Lureau
2009-02-19
1
-1
/
+4
|
*
|
paplay: check if pa_context_connect() succeed
Marc-André Lureau
2009-02-19
1
-1
/
+4
|
*
|
protocol-native: fix get_info() for cards
Marc-André Lureau
2009-02-19
1
-1
/
+1
|
*
|
card-restore: it's not useful to check an array, let's check the length
Marc-André Lureau
2009-02-19
1
-1
/
+1
|
*
|
log: don't leak bt
Marc-André Lureau
2009-02-19
1
-0
/
+1
|
*
|
alsa-util: make sure we check an initialized cn variable
Marc-André Lureau
2009-02-19
1
-2
/
+2
|
*
|
hal-detect: make sure r is initialized, so we don't take random path
Marc-André Lureau
2009-02-19
1
-0
/
+1
|
*
|
dbus-util: avoid double free
Marc-André Lureau
2009-02-19
1
-2
/
+1
*
|
|
big alsa module rework to make things more robust to broken sound drivers and...
Lennart Poettering
2009-02-20
4
-275
/
+393
*
|
|
fix comment
Lennart Poettering
2009-02-20
1
-2
/
+8
*
|
|
add test tool for debugging broken timing in sound drivers
Lennart Poettering
2009-02-20
2
-2
/
+212
*
|
|
Make sure we actually call _() for translating profile names
Lennart Poettering
2009-02-20
1
-4
/
+6
*
|
|
make it easier to debug timing related problems
Lennart Poettering
2009-02-20
1
-7
/
+42
*
|
|
make profile names translatable
Lennart Poettering
2009-02-20
5
-31
/
+36
*
|
|
don't try to use weakref stuff on older compilers that don't really support it
Lennart Poettering
2009-02-20
1
-1
/
+1
|
/
/
*
|
split out mixer setup into seperate functions to make things more readable
Lennart Poettering
2009-02-19
2
-163
/
+177
*
|
modernize pa_msleep() a bit
Lennart Poettering
2009-02-19
1
-2
/
+4
*
|
add pa_timespec_load
Lennart Poettering
2009-02-19
2
-0
/
+10
*
|
make interpol-test useful for recording as well
Lennart Poettering
2009-02-19
1
-4
/
+31
*
|
additional validity check
Lennart Poettering
2009-02-19
1
-0
/
+3
*
|
additional validity check
Lennart Poettering
2009-02-19
1
-0
/
+3
*
|
handle both positive and negative errno's
Lennart Poettering
2009-02-19
1
-0
/
+3
*
|
export card information for sinks/sources and number of sinks/sources a profi...
Lennart Poettering
2009-02-18
3
-3
/
+17
*
|
introduce pa_realpath()
Lennart Poettering
2009-02-18
2
-0
/
+27
*
|
export pa_match()
Lennart Poettering
2009-02-18
2
-3
/
+5
*
|
if we fail to import a memblock fill in silence to guarantee stability of timing
Lennart Poettering
2009-02-18
3
-21
/
+29
*
|
allow importing of more memory blocks than exporting
Lennart Poettering
2009-02-18
1
-1
/
+1
*
|
refer folks to the ALSA devs, not us
Lennart Poettering
2009-02-18
1
-4
/
+4
*
|
minor optimizations
Lennart Poettering
2009-02-18
1
-5
/
+10
*
|
simplify pa_alsa_init_proplist_pcm() a bit and include resolution bits in als...
Lennart Poettering
2009-02-18
4
-20
/
+28
*
|
allow pa to be run in a chroot() environment tht lacks /proc
Lennart Poettering
2009-02-18
1
-2
/
+5
|
/
*
don't open the alsa devices in hw:xxx mode
Lennart Poettering
2009-02-15
1
-1
/
+1
*
unify ALSA mixer initialization
Lennart Poettering
2009-02-14
4
-74
/
+83
*
add doxygen comment for PA_GCC_WEAKREF
Lennart Poettering
2009-02-13
1
-0
/
+1
*
document all currently known properties
Lennart Poettering
2009-02-13
1
-59
/
+112
*
Optionally disable IPv6
Iain Hibbert
2009-02-13
14
-23
/
+152
*
ignore gtk-test
Lennart Poettering
2009-02-13
1
-0
/
+1
*
properly read icon/application name/display from gtk/glib/gdk
Lennart Poettering
2009-02-13
3
-14
/
+134
*
make PULSE_PROP env vars non-overriding but introduce PULSE_PROP_OVERRIDE for...
Lennart Poettering
2009-02-13
1
-6
/
+24
*
add definition for GCC style weak references
Lennart Poettering
2009-02-13
1
-0
/
+6
*
make PA_GCC_PACKED and PA_GCC_MALLOC actually work
Lennart Poettering
2009-02-13
5
-10
/
+10
*
drop check for PA_PROP_APPLICATION_NAME since often enough we can deduce this...
Lennart Poettering
2009-02-13
1
-3
/
+0
*
we reinit proplist since the server will copy from client proplist anyway
Lennart Poettering
2009-02-13
1
-3
/
+1
*
fix aiff channel mapping for 6 channels
Lennart Poettering
2009-02-13
1
-2
/
+2
*
add a module that forwards cork/uncork requests to X11 as fake pause/resume k...
Lennart Poettering
2009-02-13
3
-1
/
+198
*
add full set of argument description
Lennart Poettering
2009-02-12
1
-1
/
+5
*
don't try to recycle rtpoll objects
Lennart Poettering
2009-02-12
2
-8
/
+12
*
don't claim that profile changes are always successful
Lennart Poettering
2009-02-12
1
-1
/
+1
*
use the same service fd shutdown logic when destructing module and changing p...
Lennart Poettering
2009-02-12
1
-10
/
+12
[prev]
[next]