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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-24
beamformer: Fix bad indexing into thiran coefficient array
beamformer
Arun Raghavan
1
-3
/
+3
2015-12-24
beamformer: Use a third order approximation in the trivial beamformer
Arun Raghavan
1
-24
/
+45
2015-12-24
beamformer: Constrain fractional delay filter to between +/- 0.5 samples
Arun Raghavan
1
-26
/
+46
2015-12-24
beamformer: Don't assert on invalid beamformer implementation request
Arun Raghavan
1
-1
/
+1
2015-12-24
beamformer: Add a simple delay-and-sum beamformer
Arun Raghavan
4
-1
/
+216
2015-12-23
beamformer: Add some testing code
Arun Raghavan
2
-64
/
+172
2015-12-23
beamformer: Add a beamforming source filter module
Arun Raghavan
4
-0
/
+869
2015-12-21
source-output: Add internal API to get the silence memblock
Arun Raghavan
2
-0
/
+18
2015-12-21
sink-input: Don't access resampler to get silence memchunk
Arun Raghavan
1
-3
/
+1
2015-12-21
daemon: Sanitise message about unsupported high res timers
Arun Raghavan
1
-2
/
+2
2015-12-21
build: Move to using Travis trusty images
Arun Raghavan
1
-4
/
+6
2015-12-21
always-sink: simplify hook management with pa_module_hook_connect()
Tanu Kaskinen
1
-7
/
+2
2015-12-20
i18n: Update Ukrainian translation
Yuri Chornoivan
1
-166
/
+175
2015-12-18
gitignore: Add .orig and .rej to gitignore
David Henningsson
1
-0
/
+2
2015-12-18
context: continue without srbchannel if it fails
Pierre Ossman
1
-1
/
+5
2015-12-18
loopback: Validate the rate parameter
Georg Chini
1
-0
/
+5
2015-12-15
echo-cancel: Don't skip canceller when sink is inactive
Arun Raghavan
1
-9
/
+3
2015-12-14
build-sys: Make pulsecore a private library
Felipe Sateler
1
-1
/
+1
2015-12-14
client-conf, daemon-conf: enable .d directories
Tanu Kaskinen
4
-13
/
+35
2015-12-14
conf-parser: add support for .d directories
Tanu Kaskinen
6
-8
/
+52
2015-12-14
typedefs.h: Move some typedefs to a separate file
David Henningsson
9
-19
/
+47
2015-12-11
alsa-mixer: Have valid proplist for synthesized path as well.
Juho Hämäläinen
1
-0
/
+1
2015-12-08
netbsd: Revamp NetBSD platform checks
Kamil Rytarowski
1
-4
/
+7
2015-12-08
core, pulse, modules: Fix undefined behavior with array subscript of invalid ...
Kamil Rytarowski
5
-15
/
+15
2015-12-08
core-rtclock: Add missing declaration of struct timespec
Kamil Rytarowski
1
-0
/
+2
2015-12-07
build-sys: fix PULSE_LOCALEDIR definition
Tanu Kaskinen
2
-4
/
+2
2015-12-07
core-util: improve comments in pa_machine_id()
Tanu Kaskinen
1
-8
/
+13
2015-12-07
module: Remove redundant core argument from pa_module_unload()
Kiran Krishnappa
6
-9
/
+8
2015-12-07
netbsd: Fix unportable test(1) construct
Kamil Rytarowski
1
-2
/
+2
2015-12-07
netbsd: Improve handling of <locale> and <xlocale.h> headers
Kamil Rytarowski
2
-1
/
+5
2015-12-04
alsa-sink: Don't pretend to support passthrough on HDMI surround sinks
Alexander E. Patrakov
1
-1
/
+7
2015-12-04
man: remove a reference to pacmd from default.pa.5
Tanu Kaskinen
1
-3
/
+0
2015-12-04
man: document when system.pa is used instead of default.pa
Tanu Kaskinen
1
-5
/
+11
2015-11-27
card: Only update port's preferred profile if profile is saved
David Henningsson
1
-9
/
+18
2015-11-27
i18n: Updated zh_CN translation
Mingye Wang (Arthur2e5)
1
-1595
/
+1975
2015-11-27
netbsd: NetBSD ships with paccept(2) a superset of Linux-specific accept4()
Kamil Rytarowski
2
-1
/
+8
2015-11-26
alsa-mixer: sb-omni-surround-5.1.conf: remove analog-surround-21, add Linux 4...
Nazar Mokrynskyi
1
-11
/
+10
2015-11-22
module-card-restore: Remove "version" from internal entry struct
David Henningsson
1
-10
/
+7
2015-11-22
module-switch-on-port-available: Route to preferred profile
David Henningsson
1
-67
/
+105
2015-11-22
module-switch-on-port-available: Use input and output names
David Henningsson
1
-0
/
+7
2015-11-22
card-restore: Save and restore "preferred profile" of port
David Henningsson
1
-5
/
+44
2015-11-22
card: Update preferred_profile for ports when profile changes
David Henningsson
1
-0
/
+18
2015-11-22
device-port: Add preferred_profile field to pa_device_port
David Henningsson
2
-0
/
+13
2015-11-22
alsa-mixer: Fill in input and output names
David Henningsson
3
-1
/
+12
2015-11-22
card: Add variables for splitting up a profile
David Henningsson
2
-0
/
+10
2015-11-20
tests: Make echo-cancel-test not crash
Arun Raghavan
1
-0
/
+6
2015-11-20
alsa: Use helper function for byte conversion across sample specs
Arun Raghavan
2
-4
/
+2
2015-11-20
source: Deal with filter having more channels than the master
Arun Raghavan
1
-4
/
+14
2015-11-17
pulsecore/packet: avoid redefinition of pa_packet structure
Thomas Petazzoni
1
-2
/
+2
2015-11-17
sink: Make early drain reporting propagate down to filters
Arun Raghavan
1
-7
/
+31
[next]