index
:
~tanuk/pulseaudio
better-move-logging-for-11.1
device-manager-fix
hfp
master
rtpoll-mainloop-v2
webrtc
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-13
filter-apply: Add ability to pass parameters to a filter module
HEAD
master
KimjeongYeon
1
-12
/
+39
2017-04-13
ladspa-sink: Add sink_master argument to enable filter-apply to load the module
KimjeongYeon
1
-5
/
+34
2017-04-13
virtual-surround-sink: Add sink_master argument to enable filter-apply to loa...
KimjeongYeon
1
-5
/
+35
2017-04-13
filter-apply: Fix memory leak in process()
KimjeongYeon
1
-5
/
+5
2017-04-11
context: Check for errno == ECHILD instead of ESRCH after failed waitpid().
Imre Vadász
1
-1
/
+1
2017-04-11
loopback: Reset sink input rate when source or sink changes
Georg Chini
1
-0
/
+10
2017-04-11
sink-input: Allow sink_input_set_rate() to be called during a move
Georg Chini
1
-1
/
+6
2017-04-10
loopback: Add hooks to track port latency offsets
Georg Chini
4
-13
/
+45
2017-04-07
Merge branch 'master' of ssh://git.freedesktop.org/git/pulseaudio/pulseaudio
Georg Chini
4
-5
/
+13
2017-04-07
loopback: Calculate and track minimum possible latency
Georg Chini
1
-10
/
+205
2017-04-06
memblock: multiple references should make blocks read-only
Tanu Kaskinen
1
-1
/
+1
2017-04-06
protocol-native: log who changes card profiles
Tanu Kaskinen
1
-0
/
+5
2017-04-06
pipe-sink: set correct latency
Tanu Kaskinen
1
-3
/
+6
2017-04-06
thread-mainloop: fix volatile use in example
Tanu Kaskinen
1
-1
/
+1
2017-04-02
i18n: update the Swedish translation
Tanu Kaskinen
1
-666
/
+771
2017-04-02
bluetooth: allow UTF-8 in device descriptions
Tanu Kaskinen
4
-67
/
+4
2017-03-31
sink: Invert priorities to prefer external devices
Christian Kellner
1
-4
/
+4
2017-03-31
loopback: Do not skip audio at startup
Georg Chini
1
-35
/
+2
2017-03-30
bluetooth: assert that dbus_message_iter_append_basic() doesn't fail
Tanu Kaskinen
3
-5
/
+5
2017-03-29
echo-cancel: Try to minimise in-flight chunks in snapshot latency
Arun Raghavan
1
-1
/
+6
2017-03-29
loopback: Fix corking logic of module-loopback
Georg Chini
1
-2
/
+6
2017-03-29
sink-input/source-output: Don't crash when cork() is called without valid sin...
Georg Chini
15
-43
/
+57
2017-03-28
bluez5-util: fix profile waiting logic
Tanu Kaskinen
1
-14
/
+35
2017-03-27
allow-passthrough: Fix indentation
Jungsup Lee
1
-9
/
+9
2017-03-21
echo-cancel: Fix assert with webrtc's built-in drift compensation
Arun Raghavan
1
-5
/
+3
2017-03-17
bluetooth-policy: retain backwards compatibility
Tanu Kaskinen
1
-3
/
+16
2017-03-14
bluez5-util: Disconnect AG devices when ofono is started and headset=auto
Georg Chini
1
-0
/
+18
2017-03-11
bluetooth: use native and ofono backends in parallel with headset=auto
Georg Chini
3
-13
/
+27
2017-03-10
pulse: Explicitly ignore pa_mainloop_run() return value in thread function
Peter Meerwald-Stadler
1
-1
/
+1
2017-03-10
oss: Fix dead code
Peter Meerwald-Stadler
1
-1
/
+1
2017-03-10
core: Ignore pa_shared_remove() return value
Peter Meerwald-Stadler
2
-2
/
+4
2017-03-10
core: Assert return value of pa_shared_set/_remove() in dbus-shared
Peter Meerwald-Stadler
1
-2
/
+2
2017-03-10
dbus: fix card profile change signals
Tanu Kaskinen
1
-8
/
+8
2017-03-10
udev-detect: don't use readdir_r(), it's deprecated
Tanu Kaskinen
1
-13
/
+9
2017-03-09
echo-cancel: Limit the maximum sink/source latency
Arun Raghavan
1
-8
/
+24
2017-03-09
alsa: Avoid creating tiny memchunks on write iterations
Arun Raghavan
1
-2
/
+18
2017-03-09
raop: Error out on parsing server port component
Peter Meerwald-Stadler
1
-6
/
+15
2017-03-09
raop: Log if pa_atoi() fails, latency is not used anyway
Peter Meerwald-Stadler
1
-2
/
+4
2017-03-09
raop: Fix potential NULL dereference
Peter Meerwald-Stadler
1
-12
/
+11
2017-03-09
raop: Fix potential dereference after NULL check
Peter Meerwald-Stadler
1
-4
/
+6
2017-03-09
combine-sink: Use PA_MAX instead of ternary operator for clarity
Arun Raghavan
1
-1
/
+1
2017-03-08
raop: Fix check for invalid file descriptor
Peter Meerwald-Stadler
2
-16
/
+16
2017-03-08
core-util: Fix description of pa_split()
Peter Meerwald-Stadler
1
-2
/
+2
2017-03-08
build: Use #ifdef to check for #defines
Peter Meerwald-Stadler
4
-8
/
+8
2017-03-07
waveout: add argument deprecation error
Moritz Bruder
1
-1
/
+11
2017-03-07
waveout: fix wrong input device
Moritz Bruder
1
-27
/
+62
2017-03-07
backend-native: add support for the HSP Headset role
Wim Taymans
2
-52
/
+255
2017-03-07
iochannel: don't use variable length array in union
Tanu Kaskinen
1
-2
/
+8
2017-03-07
raop: Fix potential NULL dereference
Peter Meerwald-Stadler
1
-2
/
+2
2017-03-07
raop: Fix potential resource leaks
Peter Meerwald-Stadler
1
-4
/
+10
[next]