summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* bluetooth: Do not attempt decoding too short faststream packet dataIgor V. Kovalenko2023-02-101-0/+5
* rtp-recv: Use getaddrinfo to improve support for ipv6.Alistair Leslie-Hughes2023-02-081-0/+38
* rtp-send: Use getaddrinfo to improve support for ipv6 on source addressAlistair Leslie-Hughes2023-02-081-0/+37
* resampler: Fix oversized memblock pushed from resamplerIgor V. Kovalenko2023-02-081-3/+7
* tunnel-sink-new: Fix hang when used in combination with module-combine-sinkGeorg Chini2023-02-072-12/+24
* bluetooth: Amend writeout to send more initial framesIgor V. Kovalenko2023-02-061-2/+8
* alsa-util: Add more standard sample rates.Igor V. Kovalenko2023-02-062-2/+3
* alsa-util: Dump probed ratesIgor V. Kovalenko2023-02-061-0/+19
* rtp-send: Use getaddrinfo to improve support for ipv6.Alistair Leslie-Hughes2023-01-211-0/+42
* stream-interaction: Fix regression when a trigger role is also a cork roleGeorg Chini2023-01-211-7/+28
* stream-interaction: Extend trigger groups to module-role-corkGeorg Chini2023-01-211-24/+30
* backend-native: Fix parsing comma-delimited responseIgor V. Kovalenko2023-01-191-2/+2
* time-smoother-2: Fix time calculation by comparing timestampsflyingOwl2022-12-301-1/+2
* pulsecore: Set errno before calling readAlistair Leslie-Hughes2022-12-141-0/+1
* proplist-util: Don't assume gdkx is there as gtk could be built without itMart Raudsepp2022-12-101-1/+5
* build-sys: Fix macOS buildShunsuke Shimizu2022-12-075-24/+45
* pactl: Stop a crash when setting the volume which is out of rangeAlistair Leslie-Hughes2022-12-061-2/+16
* module-combine-sink: Suspend while unloading to fix crash moving sinksIgor V. Kovalenko2022-11-271-0/+3
* module-combine-sink: Do not set up rate adjustment timer at load timeIgor V. Kovalenko2022-11-271-3/+0
* backend-native: Fix stack corruption reading RFCOMM AT+BIA= responseIgor V. Kovalenko2022-11-261-3/+8
* Ensure fds are closed when exec functions are used.Alistair Leslie-Hughes2022-11-241-1/+1
* sndfile: handle sndfiles with s24 formatWim Taymans2022-11-101-4/+4
* Propagate return value from pa_pstream_attach_memfd_shmidAlistair Leslie-Hughes2022-10-191-1/+2
* bluetooth: Add 20dB boost for faststream source volumeIgor V. Kovalenko2022-10-173-0/+53
* bluetooth: Handle fragmented faststream framesIgor V. Kovalenko2022-10-171-13/+61
* bluetooth: Use stereo sample spec for faststream backchannelIgor V. Kovalenko2022-10-171-4/+17
* bluetooth: Add faststream codecIgor V. Kovalenko2022-10-177-27/+482
* bluetooth: Do not use hardware volume control for A2DP backchannelIgor V. Kovalenko2022-10-171-1/+18
* bluetooth: Free memblock after codec errorsIgor V. Kovalenko2022-10-171-0/+3
* pactl: SUBSCRIBE add a newline after every json messageacheronfail2022-09-271-1/+1
* time-smoother-2: Fix stream time when stream starts pausedGeorg Chini2022-08-251-1/+1
* backend-native: Remove uninformative "Profile unavailable" debug messageMarijn Suijten2022-08-161-1/+0
* backend-native: Update all CIND indicatorsMarijn Suijten2022-08-161-4/+1
* Revert "bluez5-util: move pa_bluetooth_discovery to header"Marijn Suijten2022-08-163-25/+24
* backend-native: Add backend pointer to transport_dataMarijn Suijten2022-08-163-11/+23
* backend-native: Fix indentation and whitespace styleMarijn Suijten2022-08-161-21/+20
* meson.build: fix build without C++Fabrice Fontaine2022-08-151-0/+2
* bluetooth: hook up UPower backendDylan Van Assche2022-08-012-7/+86
* bluetooth: add UPower backendDylan Van Assche2022-08-013-1/+342
* bluetooth: add AT+BIA supportDylan Van Assche2022-08-011-9/+89
* bluez5-util: move pa_bluetooth_discovery to headerDylan Van Assche2022-08-013-24/+25
* raop-client: Fix typoPeter Meerwald-Stadler2022-07-181-1/+1
* volume: Fix typoPeter Meerwald-Stadler2022-07-181-1/+1
* module-tunnel: Fix typosPeter Meerwald-Stadler2022-07-181-2/+2
* module-combine-sink: Fix indentationPeter Meerwald-Stadler2022-07-181-1/+1
* module-combine-sink: Use fabs() instead of abs() for doublePeter Meerwald-Stadler2022-07-181-1/+2
* build-sys: meson: Move qpaeq to daemon buildIgor V. Kovalenko2022-07-181-4/+4
* build-sys: Add missing libatomic_ops dependenciesNicolas Cavallari2022-07-184-10/+10
* alsa-mixer: extend pa_alsa_mixer_find with the subdevice checkJaroslav Kysela2022-07-181-4/+8
* alsa-mixer: fix the re-attach code for the mixer control elementJaroslav Kysela2022-07-182-11/+52