summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* bluez: Don't crash on strange MTU sizesArun Raghavan2017-09-131-0/+10
* bluez: Don't autodetect MTU by defaultArun Raghavan2017-09-133-2/+3
* alsa-mixer: add mixer handling to the fallback stereo caseTanu Kaskinen2017-09-132-7/+10
* sink: remove priority bonus for the "internal" form factorTanu Kaskinen2017-09-131-2/+0
* sink, source: fix out of date commentsTanu Kaskinen2017-09-132-2/+2
* sink, source: don't try to update volumes of not-yet-linked devicesTanu Kaskinen2017-09-132-14/+28
* bluez5-device: lower sink/source priority for Audio gateway or a2dp sourceGeorg Chini2017-09-031-0/+13
* core: ignore devices that are not linked when choosing the default sink or so...Tanu Kaskinen2017-09-021-0/+6
* tunnel-{sink, source}-new: Fix assertion when used with loopback or combine-sinkGeorg Chini2017-08-172-0/+27
* conf-parser: provide a replacement for scandir on Win32Vadim Troshchinskiy2017-08-051-0/+42
* echo-cancel: don't set latency range if the device doesn't support dynamic la...Tanu Kaskinen2017-08-041-2/+4
* pacat: fix a memory issueDenis Shulyaka2017-07-311-3/+3
* simple: fix negative latency handlingTanu Kaskinen2017-07-201-12/+28
* simple: Change latency estimation to account for already-read data in pa_simp...Ted Ying2017-07-201-1/+1
* protocol-native: fix bytes-to-usec conversion of "on-the-fly" dataTanu Kaskinen2017-07-171-1/+1
* core: change configured_default_sink/source type to stringTanu Kaskinen2017-07-179-56/+63
* fix dbus message leaksTanu Kaskinen2017-07-174-4/+32
* solaris: Support building on GNU HurdDavid Michael2017-07-141-1/+8
* bluez5-device: Log subband count instead of subband flagGrzegorz Kolodziejczyk2017-07-101-1/+1
* Revert "bluetooth: Auto recover if profile is 'off'"Tanu Kaskinen2017-06-171-7/+1
* padsp: Write only frame-aligned chunks to the streamArun Raghavan2017-06-051-5/+15
* alsa: make priority of the port headset-mic higher than headphone-micHui Wang2017-06-011-1/+1
* stream-restore: Ignore sink-inputs/source-outputs that connect a filter to th...Georg Chini2017-05-311-0/+44
* sink-input, source-output: don't allow moving streams that are connected to m...Tanu Kaskinen2017-05-182-0/+53
* sink/source: Don't update default sink/source before calling PA_CORE_HOOK_{SI...Georg Chini2017-05-183-4/+20
* virtual sources and sinks: Don't double attach a sink input or source output ...Georg Chini2017-05-188-178/+306
* virtual sinks and sources: Revert commitsGeorg Chini2017-05-187-16/+8
* sink, source: update the default sink/source on port switchesTanu Kaskinen2017-05-172-0/+6
* bluez5-device: Correctly handle suspend/resume cyle for audio gateway role of...Georg Chini2017-05-042-19/+86
* bluetooth: ofono: Fix failing to parse valid NewConnectionLuiz Augusto von Dentz2017-05-041-5/+2
* bluetooth: ofono: Close fd if cannot be acceptedLuiz Augusto von Dentz2017-05-041-0/+2
* bluetooth: Auto recover if profile is 'off'Luiz Augusto von Dentz2017-05-041-1/+7
* bluetooth: Don't default to native backendLuiz Augusto von Dentz2017-05-041-1/+1
* bluetooth: ofono: Detect if Connect has been calledLuiz Augusto von Dentz2017-05-041-3/+16
* bluetooth: ofono: Fix asserting when connecting as AGLuiz Augusto von Dentz2017-05-041-1/+5
* bluetooth: ofono: Don't attempt to connect if fd is readyLuiz Augusto von Dentz2017-05-041-1/+1
* jack-sink: fix latency calculationTanu Kaskinen2017-05-021-3/+3
* core, device-port: check availability when choosing the default deviceTanu Kaskinen2017-05-022-0/+24
* improve default sink/source handlingTanu Kaskinen2017-05-0215-239/+370
* alsa: don't assume that hw:x is an analog outputTanu Kaskinen2017-05-022-2/+10
* volume: Fix overflow in percent calculation of pa_*volume_snprint*()Georg Chini2017-04-291-3/+3
* volume: Print a warning when volume is clipped in pa_sw_volume_multiply/divide()Georg Chini2017-04-291-2/+14
* source/sink: Fix wrong calculation of thread_info.current_hw_volumeGeorg Chini2017-04-292-4/+4
* virtual sources and sinks: Fix possible segfaultGeorg Chini2017-04-246-6/+12
* echo-cancel: Fix segfault during profile switchGeorg Chini2017-04-241-2/+4
* bluez5-util: Fix segfault during shutdown of daemonGeorg Chini2017-04-211-5/+5
* echo-cancel: Change the DEVICE_MASTER_DEVICE property when changing deviceCorentin Noël2017-04-201-4/+6
* sink: Add missing 'hifi' form factor to prioritiesChristian Kellner2017-04-191-0/+2
* sink: Add portable form factor priority (450)Christian Kellner2017-04-191-0/+2
* source/sink: Allow pa_{source, sink}_get_latency_within_thread() to return ne...Georg Chini2017-04-1738-139/+137