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
Commit message (
Expand
)
Author
Age
Files
Lines
*
alsa-util: check if mixer_poll_descriptors_count() < 0
Marc-André Lureau
2009-02-19
1
-2
/
+6
*
pulsecore: don't leak p when make_random_dir_and_link()
Marc-André Lureau
2009-02-19
1
-0
/
+1
*
pulsecore: don't leak d in case of error
Marc-André Lureau
2009-02-19
1
-0
/
+1
*
rtp: remove unused variable a
Marc-André Lureau
2009-02-19
1
-3
/
+3
*
protocol-native: don't leak a proplist
Marc-André Lureau
2009-02-19
1
-8
/
+18
*
stream-resotre: don't leak a name
Marc-André Lureau
2009-02-19
1
-0
/
+2
*
protocol-esound: don't accept a request of PROTOCOL_MAX
Marc-André Lureau
2009-02-19
1
-1
/
+1
*
daemon-conf: make sure c->log_level < LEVEL_MAX
Marc-André Lureau
2009-02-19
1
-1
/
+1
*
pulsecore: use r returned from fgets()
Marc-André Lureau
2009-02-19
1
-1
/
+1
*
pulsecore: unused variable e in hashmap_put()
Marc-André Lureau
2009-02-19
1
-1
/
+1
*
tests/ipacl-test: check inet_pton()
Marc-André Lureau
2009-02-19
1
-1
/
+2
*
padsp: don't use si if it's NULL
Marc-André Lureau
2009-02-19
1
-2
/
+2
*
pulsecore: fix check for cb (m is already checked before)
Marc-André Lureau
2009-02-19
1
-1
/
+1
*
pacat: remove unused variable
Marc-André Lureau
2009-02-19
1
-2
/
+1
*
rtp-recv: remove unused variable assignment
Marc-André Lureau
2009-02-19
1
-1
/
+1
*
pulsecore: remove unused variable from cli_command_load()
Marc-André Lureau
2009-02-19
1
-2
/
+1
*
main: remove unused lf variable
Marc-André Lureau
2009-02-19
1
-4
/
+0
*
pactl: return in case of error reading file (avoid using freed d)
Marc-André Lureau
2009-02-19
1
-0
/
+1
*
tests/thread-mainloop-test: check if threaded_mainloop_start() succeed
Marc-André Lureau
2009-02-19
1
-1
/
+1
*
tests/interpol-test: check if mainloop_start() succeed
Marc-André Lureau
2009-02-19
1
-1
/
+2
*
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
*
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
*
bump required alsa version
Lennart Poettering
2009-02-18
1
-2
/
+2
*
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
[next]