summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-01-13win32: Fix format specifiers for DWORD valuesPatrick Gaskin3-5/+5
2021-01-13win32: Use __MINGW_PRINTF_FORMAT instead of __printf__ for MinGW buildsPatrick Gaskin1-4/+2
2021-01-13win32: Fix duplicate definitions in arpa-inet.h, arpa-inet.c, and poll.hPatrick Gaskin3-2/+8
2021-01-13win32: Fix WSAStartup issuesPatrick Gaskin3-57/+21
2021-01-13client: Make auto_connect_localhost respect HAVE_IPv6 and OS_IS_WIN32Patrick Gaskin1-0/+3
2021-01-13waveout: Fix compile warningsPatrick Gaskin1-2/+3
2021-01-08cli: Fix crash when using .include with an empty directoryPatrick Gaskin1-23/+23
2021-01-07database: clean up remaining references to CANONICAL_HOSTIgor V. Kovalenko1-1/+0
2021-01-07database: pick old database file from any archIgor V. Kovalenko5-54/+42
2021-01-07database: drop arch from newly created database file nameIgor V. Kovalenko1-29/+31
2021-01-07database: use existing database matching same architecture prefixIgor V. Kovalenko2-1/+40
2021-01-07database: extract common method to handle machine id and architectureIgor V. Kovalenko12-64/+153
2021-01-04loopback: Fix sink latency calculation if source is alsa source with fixed la...Georg Chini1-0/+8
2021-01-04daemon: fix default daemon.conf when running from build treeIgor V. Kovalenko1-1/+13
2021-01-04x11: gracefully handle ICE connection errorIgor V. Kovalenko1-13/+69
2021-01-04x11: gracefully handle X11 connection errorIgor V. Kovalenko6-4/+67
2021-01-04ladspa-sink: do not call pa_sink_suspend if PA_SINK_IS_LINKED is falseIgor V. Kovalenko1-0/+3
2021-01-01message-params: Fix array reading functionsGeorg Chini2-24/+20
2020-12-30alsa-mixer: Add support for the Headphone,1 elementTanu Kaskinen6-0/+30
2020-12-30alsa-mixer: Move HP EliteDesk 800 SFF/DM second headphone output to path anal...Tanu Kaskinen2-10/+10
2020-12-30alsa-mixer: Use unambiguous descriptions with dual headphone outputsTanu Kaskinen2-1/+1
2020-12-30alsa-mixer: Support dual Front Headphone JackKai-Heng Feng1-0/+12
2020-12-30alsa-mixer: Handle the index for ALSA mixer jack identifiersKai-Heng Feng6-58/+73
2020-12-30context: add property to forcefully disable shared memory channelsIgor V. Kovalenko2-0/+14
2020-12-30bluetooth: align max renderable block size to frame sizeIgor V. Kovalenko1-3/+3
2020-12-25bluetooth: correct possible segmentation faultmorrishoresh1-2/+1
2020-12-22switch-on-port-available: Switch to headset or mic on unknown availHui Wang1-12/+20
2020-12-21alsa: mixer - add support up 8 mixer channelsJaroslav Kysela2-21/+103
2020-12-21alsa: mixer - use safe dB range values when the override mask is unsetJaroslav Kysela1-3/+16
2020-12-20Capitalize jack in module-jack-sink.cDavid1-1/+1
2020-12-20Capitalize jack in module-jack-source.cDavid1-1/+1
2020-12-16win32: Fix meson build system for Windows.Edward Lee6-50/+85
2020-12-16win32: Change linkage of lt_preloaded_symbols to match definition in libtool ...Edward Lee1-1/+1
2020-12-16win32: Add support for Unix sockets in autoconf build.Edward Lee1-0/+3
2020-12-16win32: (Temporarily) Add sockaddr_un definition from <afunix.h>Edward Lee1-0/+25
2020-12-16win32: Check WSAGetLastError() in pa_is_unix_socket_stale.Edward Lee1-0/+5
2020-12-16win32: Fix (interim) esound paths in module-protocol-stub.cEdward Lee1-1/+3
2020-12-16win32: Handle (WSA)EWOULDBLOCK as EAGAIN.Edward Lee1-0/+4
2020-12-14filter-apply: Look for filter parameters also in device propertiesSebastian Krzyszkowiak1-3/+8
2020-12-14sink: Increase JACK device priorityTanu Kaskinen1-0/+8
2020-12-14build-sys: meson: change oss-output boolean to Meson featureIgor V. Kovalenko2-2/+2
2020-12-14alsa-mixer: Pick at most one fallback mappingTanu Kaskinen1-2/+2
2020-12-14alsa-mixer: Respect XDG base directory spec when loading path configsSimonP4-9/+127
2020-12-14alsa-sink: increase watermark when there is nothing to rewindSamuel Thibault1-1/+4
2020-12-14module-alsa-card: handle udev PULSE_MODARGSIgor V. Kovalenko3-0/+77
2020-12-10alsa-mixer: disable the Auto-Mute once the system has speakerHui Wang1-0/+7
2020-12-10alsa-mixer: Enable volume control of SteelSeries Arctis stereo outputMattias Jernberg1-4/+6
2020-12-10sink: Reduce chat sink priorityTanu Kaskinen1-2/+10
2020-12-10pstream: Log "Cannot send block reference..." only once per pstreamTanu Kaskinen1-2/+5
2020-12-09alsa-mixer: add support for Sennheiser GSX 1000 gaming DACPatrick McLean6-2/+84