summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* daemon/meson.build: Install dbus policy in /usr, not /etcHEADmasterGioele Barabucci2023-04-211-1/+1
* ci: Use built-in distribution image name mechanismArun Raghavan2023-04-211-2/+1
* ci: Update to freedesktop/ci-templatesArun Raghavan2023-04-211-4/+4
* pactl, pacmd: Allow to unset the configured default sink or sourceGeorg Chini2023-03-254-15/+35
* echo-cancel: Fix macOS buildWeijia Wang2023-03-221-2/+9
* alsa: ucm: Fix spurious mixer path removal on initial profile setHector Martin2023-03-191-2/+5
* alsa-ucm: Fix more instances of profile-verb conflationAlper Nebi Yasak2023-03-192-18/+18
* alsa-ucm: Consider devices using the same PCM as incompatibleAlper Nebi Yasak2023-03-191-2/+17
* alsa-ucm: Disable old modifiers when switching profiles of same verbAlper Nebi Yasak2023-03-191-2/+15
* alsa-ucm: Add enable, disable, status helpers for modifiersAlper Nebi Yasak2023-03-191-14/+54
* switch-on-connect: Do not overwrite user configured default sink/sourceGeorg Chini2023-03-163-11/+131
* meson: Add DEF file to export APIs in WindowsBiswapriyo Nath2023-03-163-5/+393
* memblockq: Drop check for chunk index alignment, require aligned lengthIgor V. Kovalenko2023-02-262-4/+3
* alsa-util: Fix pa_alsa_get_supported_formats fallback.Igor V. Kovalenko2023-02-251-31/+31
* alsa-util: Perform format and rate detection before setting HW paramsIgor V. Kovalenko2023-02-256-12/+46
* alsa-profiles: rename mappings for Xonar SEAtaberk Özen2023-02-201-4/+2
* alsa-profiles: import Asus Xonar SE profile from pipewireAtaberk Özen2023-02-202-0/+96
* pstream: Pass frame size to keep split memblock parts alignedIgor V. Kovalenko2023-02-105-7/+16
* 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-076-26/+53
* 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
* meson: use proper type for boolswael2022-09-211-1/+1
* time-smoother-2: Fix stream time when stream starts pausedGeorg Chini2022-08-251-1/+1