index
:
~wtay/pulseaudio
HSP-profile
RHEL6-CVE-2014-3970
RHEL7-CVE-2014-3970
access-hooks
access-hooks-arg
access-hooks-core
alsa-device-thread
async-command
bluez-owner-check
bt-tests
dyn-latency
dyn-latency-work
echo-cancel
echo-cancel-2
echo-cancel-3
f20
f21
f26-flatpack
f31
fixes
flat-volume-privilege-hack
flatpack
headset2
headsetd
hfp-gateway
hsp-hs-profile
hsp-old
hsp-review
improve-timing
maemo-master
master
module-echo-cancel
module-headset
module-test
optimize
optimize-smoother
optimize-smoother2
paplay-s24
private-1154072
rawhide
resume-unload-module
rhel-6.5
rhel-6.6
rhel-6.6-dynlat
rhel-6.6-work
rhel-6.7
rhel-6.8
rhel-6.9
rhel-7.0
rhel-7.0-test
rhel-7.1
rhel-7.1-work
rhel-7.2
rhel-7.3
rhel-7.5
rhel-8.0
test
test2
timings
work
wtay's pulseaudio hacking
wtay
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-27
module-access: use the auth hook and pid
access-hooks
Wim Taymans
1
-0
/
+30
2017-01-27
module-access: add async handler for record
Wim Taymans
1
-4
/
+60
2017-01-27
module-access: add example access module
Wim Taymans
2
-0
/
+486
2017-01-27
protocol-native: add access checks
Wim Taymans
1
-2
/
+221
2017-01-27
access: Add access control hooks
Wim Taymans
4
-0
/
+111
2017-01-27
creds: add pid to pa_creds and use store it in pa_client
Wim Taymans
7
-11
/
+26
2017-01-27
subscribe: fix typo
Wim Taymans
1
-1
/
+1
2017-01-27
tagstruct: don't forget to copy the length
Wim Taymans
1
-0
/
+1
2017-01-23
tagstruct: add copy method
Wim Taymans
2
-0
/
+15
2017-01-20
suspend-on-idle: resume on unload
Wim Taymans
1
-0
/
+14
2017-01-19
raop: Fix #37: OOB access in rtsp_auth_cb
ced2c
1
-3
/
+4
2017-01-19
raop: Fix #36: invalid access to freed object
ced2c
1
-2
/
+2
2017-01-19
raop: Fix memory leaks
Hajime Fujita
1
-3
/
+9
2017-01-19
raop: Discard data upon getting EAGAIN on a socket
Hajime Fujita
1
-2
/
+1
2017-01-19
raop: Disable is_recording flag when tearing down the connection
Hajime Fujita
1
-2
/
+2
2017-01-19
raop: Stop recording when RTSP FLUSH is issued
Hajime Fujita
1
-2
/
+2
2017-01-19
raop: Add back initial volume RTSP SET_PARAMETER request on connect
Martin Blanchard
1
-0
/
+5
2017-01-19
raop: Silently drop out-of-history retransmission request
Hajime Fujita
1
-2
/
+4
2017-01-19
raop: Correctly wrap RTP packet sequence number
Martin Blanchard
3
-37
/
+65
2017-01-19
raop: Add IPv6 support
Hajime Fujita
2
-8
/
+17
2017-01-19
raop: Add address to RAOP device description
Hajime Fujita
1
-6
/
+9
2017-01-19
raop: Do not flush when RTSP object is not ready
Stephen Paul Weber
1
-1
/
+1
2017-01-19
raop: Fix packet retransmission
Colin Leroy
1
-2
/
+5
2017-01-19
raop: fix typos
Colin Leroy
1
-7
/
+7
2017-01-19
raop: fix sequence number overflow
Colin Leroy
3
-3
/
+29
2017-01-19
raop: Fix sink getting destroyed after one use
Colin Leroy
1
-1
/
+1
2017-01-19
raop: Remove unimplemented code (PCM and AAC)
Martin Blanchard
1
-30
/
+14
2017-01-19
raop: Rework packet's store memory management
Martin Blanchard
4
-253
/
+216
2017-01-19
raop: Update and standardise source file headers
Martin Blanchard
5
-16
/
+18
2017-01-19
raop: Prefer ALAC encoding to raw PCM if supported by server
Martin Blanchard
1
-1
/
+4
2017-01-19
raop: Merge TCP and UDP code paths + refactoring
Martin Blanchard
16
-2783
/
+2557
2017-01-19
raop: Add BA (Basic) and DA (Digest) HTTP authentication helpers
Martin Blanchard
6
-43
/
+359
2017-01-19
raop: Add a MD5 hashing fuction
Martin Blanchard
2
-0
/
+29
2017-01-19
raop: Move base64 implementation to a util file
Martin Blanchard
5
-61
/
+69
2017-01-19
raop: Extract encryption related code into a separate file
Martin Blanchard
5
-104
/
+233
2017-01-19
raop: Better playback resume handling
Martin Blanchard
3
-5
/
+30
2017-01-19
raop: Do not send audio before RECORD response
Martin Blanchard
3
-4
/
+28
2017-01-19
raop: Packet retransmission support for UDP
Matthias Wabersich
5
-12
/
+316
2017-01-19
raop: Parse server capabilities on discovery
Martin Blanchard
1
-2
/
+87
2017-01-19
raop: Add UDP protocol handling
Hajime Fujita
3
-159
/
+1400
2017-01-19
core-util: do in-place search in pa_str_in_list_spaces
Hajime Fujita
1
-7
/
+4
2017-01-19
core-util: add pa_split_space_in_place function
Hajime Fujita
2
-0
/
+20
2017-01-19
core-util: add pa_strneq macro
Hajime Fujita
1
-0
/
+1
2017-01-19
daemon-conf: add remixing-use-all-sink-channels option
David Mandelberg
9
-0
/
+21
2017-01-19
remix-test: test the remixer with PA_RESAMPLER_NO_FILL_SINK set
David Mandelberg
1
-0
/
+2
2017-01-19
resampler: Flag for remixing to all sink channels.
David Mandelberg
2
-10
/
+75
2017-01-19
remix-test: test the remixer using different flags
David Mandelberg
1
-7
/
+30
2017-01-19
vala: use the correct syntax
Corentin Noël
1
-68
/
+68
2017-01-19
alsa: remove double calls of snd_pcm_prepare()
Takashi Sakamoto
2
-8
/
+0
2017-01-19
bluetooth: fix distorted audio during Bluetooth SCO HFP/HSP playback
Renjith Thomas
1
-10
/
+18
[next]