summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-13filter-apply: Add ability to pass parameters to a filter moduleHEADmasterKimjeongYeon1-12/+39
2017-04-13ladspa-sink: Add sink_master argument to enable filter-apply to load the moduleKimjeongYeon1-5/+34
2017-04-13virtual-surround-sink: Add sink_master argument to enable filter-apply to loa...KimjeongYeon1-5/+35
2017-04-13filter-apply: Fix memory leak in process()KimjeongYeon1-5/+5
2017-04-11context: Check for errno == ECHILD instead of ESRCH after failed waitpid().Imre Vadász1-1/+1
2017-04-11loopback: Reset sink input rate when source or sink changesGeorg Chini1-0/+10
2017-04-11sink-input: Allow sink_input_set_rate() to be called during a moveGeorg Chini1-1/+6
2017-04-10loopback: Add hooks to track port latency offsetsGeorg Chini4-13/+45
2017-04-07Merge branch 'master' of ssh://git.freedesktop.org/git/pulseaudio/pulseaudioGeorg Chini4-5/+13
2017-04-07loopback: Calculate and track minimum possible latencyGeorg Chini1-10/+205
2017-04-06memblock: multiple references should make blocks read-onlyTanu Kaskinen1-1/+1
2017-04-06protocol-native: log who changes card profilesTanu Kaskinen1-0/+5
2017-04-06pipe-sink: set correct latencyTanu Kaskinen1-3/+6
2017-04-06thread-mainloop: fix volatile use in exampleTanu Kaskinen1-1/+1
2017-04-02i18n: update the Swedish translationTanu Kaskinen1-666/+771
2017-04-02bluetooth: allow UTF-8 in device descriptionsTanu Kaskinen4-67/+4
2017-03-31sink: Invert priorities to prefer external devicesChristian Kellner1-4/+4
2017-03-31loopback: Do not skip audio at startupGeorg Chini1-35/+2
2017-03-30bluetooth: assert that dbus_message_iter_append_basic() doesn't failTanu Kaskinen3-5/+5
2017-03-29echo-cancel: Try to minimise in-flight chunks in snapshot latencyArun Raghavan1-1/+6
2017-03-29loopback: Fix corking logic of module-loopbackGeorg Chini1-2/+6
2017-03-29sink-input/source-output: Don't crash when cork() is called without valid sin...Georg Chini15-43/+57
2017-03-28bluez5-util: fix profile waiting logicTanu Kaskinen1-14/+35
2017-03-27allow-passthrough: Fix indentationJungsup Lee1-9/+9
2017-03-21echo-cancel: Fix assert with webrtc's built-in drift compensationArun Raghavan1-5/+3
2017-03-17bluetooth-policy: retain backwards compatibilityTanu Kaskinen1-3/+16
2017-03-14bluez5-util: Disconnect AG devices when ofono is started and headset=autoGeorg Chini1-0/+18
2017-03-11bluetooth: use native and ofono backends in parallel with headset=autoGeorg Chini3-13/+27
2017-03-10pulse: Explicitly ignore pa_mainloop_run() return value in thread functionPeter Meerwald-Stadler1-1/+1
2017-03-10oss: Fix dead codePeter Meerwald-Stadler1-1/+1
2017-03-10core: Ignore pa_shared_remove() return valuePeter Meerwald-Stadler2-2/+4
2017-03-10core: Assert return value of pa_shared_set/_remove() in dbus-sharedPeter Meerwald-Stadler1-2/+2
2017-03-10dbus: fix card profile change signalsTanu Kaskinen1-8/+8
2017-03-10udev-detect: don't use readdir_r(), it's deprecatedTanu Kaskinen1-13/+9
2017-03-09echo-cancel: Limit the maximum sink/source latencyArun Raghavan1-8/+24
2017-03-09alsa: Avoid creating tiny memchunks on write iterationsArun Raghavan1-2/+18
2017-03-09raop: Error out on parsing server port componentPeter Meerwald-Stadler1-6/+15
2017-03-09raop: Log if pa_atoi() fails, latency is not used anywayPeter Meerwald-Stadler1-2/+4
2017-03-09raop: Fix potential NULL dereferencePeter Meerwald-Stadler1-12/+11
2017-03-09raop: Fix potential dereference after NULL checkPeter Meerwald-Stadler1-4/+6
2017-03-09combine-sink: Use PA_MAX instead of ternary operator for clarityArun Raghavan1-1/+1
2017-03-08raop: Fix check for invalid file descriptorPeter Meerwald-Stadler2-16/+16
2017-03-08core-util: Fix description of pa_split()Peter Meerwald-Stadler1-2/+2
2017-03-08build: Use #ifdef to check for #definesPeter Meerwald-Stadler4-8/+8
2017-03-07waveout: add argument deprecation errorMoritz Bruder1-1/+11
2017-03-07waveout: fix wrong input deviceMoritz Bruder1-27/+62
2017-03-07backend-native: add support for the HSP Headset roleWim Taymans2-52/+255
2017-03-07iochannel: don't use variable length array in unionTanu Kaskinen1-2/+8
2017-03-07raop: Fix potential NULL dereferencePeter Meerwald-Stadler1-2/+2
2017-03-07raop: Fix potential resource leaksPeter Meerwald-Stadler1-4/+10