index
:
~arun/pulseaudio
b2g
beamformer
bluetooth
bt-passthrough
gst-rtp
hsp-review
jackhwmute-review
json
master
meson
passthrough-hbr
stable-7.x
vff
volume-ramping
webrtc
Various PulseAudio hacks and WIP work
arun
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-10
module-filter-*: use pa_module_hook_connect
David Henningsson
2
-60
/
+14
2015-04-10
module-alsa-card: use pa_module_hook_connect
David Henningsson
1
-22
/
+4
2015-04-10
module-suspend-on-idle: use pa_module_hook_connect
David Henningsson
1
-72
/
+17
2015-04-10
module-*-restore: use pa_module_hook_connect
David Henningsson
3
-89
/
+23
2015-04-10
module: Add hook dynarray
David Henningsson
2
-0
/
+20
2015-04-06
sink-input: Clarify the meaning of rewrite and flush a bit in rewinds
Arun Raghavan
1
-2
/
+2
2015-04-02
dbus: Use hooks for default sink and source changes
Juho Hämäläinen
1
-62
/
+84
2015-04-02
dbus: Use hooks for put and unlink
Juho Hämäläinen
1
-134
/
+239
2015-04-02
namereg: Fire hooks for default sink and source changes
Juho Hämäläinen
1
-0
/
+2
2015-04-02
core: Add hooks for default sink and source changes
Juho Hämäläinen
1
-0
/
+2
2015-04-02
dbus: Use state changed hook for sink-input and source-output rate changes
Juho Hämäläinen
1
-0
/
+20
2015-04-02
dbus: Use hooks for sink-input and source-output events
Juho Hämäläinen
1
-55
/
+104
2015-04-02
dbus: Use hooks for sink and source events
Juho Hämäläinen
1
-30
/
+91
2015-04-02
dbus: Use hooks for client proplist changes
Juho Hämäläinen
1
-17
/
+17
2015-04-02
dbus: Use hooks for card profile events
Juho Hämäläinen
1
-35
/
+34
2015-04-01
coreaudio: Change error type to OSStatus
René J. V. Bertin
1
-6
/
+7
2015-03-31
sink, source: Fix a volume change leak
Tanu Kaskinen
2
-0
/
+4
2015-03-31
.gitignore: Add lfe-filter-test
Tanu Kaskinen
1
-0
/
+1
2015-03-30
resampler: Rename "lfe_filter_required" to "lfe_remixed"
David Henningsson
1
-9
/
+9
2015-03-30
resampler: Allow disabling the LFE filter by setting crossover to 0
David Henningsson
1
-1
/
+1
2015-03-30
daemon-conf: enable the lfe remixing by default
Hui Wang
2
-2
/
+2
2015-03-30
tests: adding lfe-filter-test
Hui Wang
2
-1
/
+201
2015-03-30
resampler: Make some basic functions for rewinding
David Henningsson
4
-5
/
+22
2015-03-30
lfe-filter: Add rewind support
David Henningsson
3
-9
/
+108
2015-03-30
memblock: Change pa_memblock_new_malloced to an inline function
David Henningsson
1
-1
/
+4
2015-03-30
lfe-filter: change the crossover frequency as a parameter
Hui Wang
13
-8
/
+23
2015-03-30
lfe-filter: Cleanup and refactor
David Henningsson
4
-515
/
+33
2015-03-30
lfe-filter: Enable LFE filter in the resampler
David Henningsson
7
-5
/
+265
2015-03-30
lfe-filter: Import code from the Chrome OS audio server
David Henningsson
5
-0
/
+710
2015-03-27
Fix: Prevent calling pa_rtpoll_free() for a NULL rtpoll
Sagar Nageshmurthy
1
-1
/
+1
2015-03-27
thread-mq: Make pa_thread_mq_done more robust
David Henningsson
1
-9
/
+23
2015-03-23
ucm: Add support for "JackControl"
Tanu Kaskinen
2
-5
/
+23
2015-03-19
cpu-arm: Fix memory leak in pa_cpu_get_arm_flags()
Sukesh Adiga
1
-0
/
+1
2015-03-16
core-util: Make number parsing stricter
Tanu Kaskinen
1
-3
/
+52
2015-03-12
core-util: Fix set_nice() to use private bus connections
David Herrmann
1
-1
/
+2
2015-03-11
pstream: Remove unnecessary if condition
David Henningsson
1
-50
/
+47
2015-03-11
protocol-native: Re-enable srbchannel
David Henningsson
1
-1
/
+1
2015-03-11
pstream: Don't split (non-SHM) memblocks
David Henningsson
1
-36
/
+25
2015-02-26
pacat: Fix comment wording
Peter Meerwald
1
-1
/
+1
2015-02-26
packet: Use flist to save calls to malloc()/free()
Peter Meerwald
1
-3
/
+9
2015-02-26
packet: Introduce pa_packet_new_data() to copy data into a newly created packet
Peter Meerwald
3
-1
/
+16
2015-02-26
packet: Make pa_packet_new() create fixed-size packets
Peter Meerwald
2
-3
/
+18
2015-02-26
packet: Hide internals of pa_packet, introduce pa_packet_data()
Peter Meerwald
5
-24
/
+50
2015-02-26
tagstruct: Use flist to potentially save calls to malloc()/free()
Peter Meerwald
1
-3
/
+9
2015-02-26
tagstruct: Add type _APPENDED
Peter Meerwald
1
-7
/
+19
2015-02-26
tagstruct: Get rid of pa_tagstruct_free_data()
Peter Meerwald
3
-17
/
+6
2015-02-26
tagstruct: Replace dynamic flag with type
Peter Meerwald
1
-7
/
+9
2015-02-26
tagstruct: Distinguish pa_tagstruct_new() use cases
Peter Meerwald
11
-57
/
+70
2015-02-26
echo-cancel: fix the obviously-wrong "buffer+=buffer" logic
Alexander E. Patrakov
1
-1
/
+1
2015-02-23
socket-server: add tcp support for systemd socket activation
Jaska Uimonen
1
-46
/
+86
[next]