summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Apply 3 suggestion(s) to 1 file(s)Jason Nader2021-05-171-3/+3
* Apply 1 suggestion(s) to 1 file(s)Jason Nader2021-05-171-1/+1
* Apply 1 suggestion(s) to 1 file(s)Jason Nader2021-05-171-1/+1
* pactl: add `get-(source|sink)-mute` commandsKlaas van Schelven2021-05-171-0/+67
* pactl: add `get_source_volume` commandJason Nader2021-05-171-1/+37
* pactl: add `get_default_source` commandJason Nader2021-05-171-0/+20
* pactl: add `get-sink-volume` commandJason Nader2021-05-171-1/+38
* pactl: add `get_default_sink` commandJason Nader2021-05-171-0/+21
* bluetooth: Add avrcp_absolute_volume module flag for disablementMarijn Suijten2021-05-174-6/+51
* bluetooth: Delay A2DP Absolute Volume setup until property is availableMarijn Suijten2021-05-173-1/+99
* bluetooth: Report a2dp_source volume changes to the source deviceMarijn Suijten2021-05-172-5/+35
* bluetooth: Synchronize AVRCP Absolute Volume with A2DP sinkMarijn Suijten2021-05-172-14/+101
* bluetooth: Update source software volume on AVRCP SetAbsoluteVolumeMarijn Suijten2021-05-172-0/+45
* bluetooth: Move HSP_MAX_GAIN to header for reuse in n_volume_stepsMarijn Suijten2021-05-173-4/+4
* null-sink: Request no more than the configured latency from sink-inputGeorg Chini2021-05-171-1/+5
* Revert "alsa-mixer: Set "Front" control to 0 dB on headphone path"Hui Wang2021-05-172-6/+4
* build-sys: meson: Add missing include dirJan Alexander Steffens (heftig)2021-05-121-1/+1
* Add port order metadata to JACK sink / source portsChristopher Arndt2021-05-032-0/+34
* win32: Use DACLs when setting socket permissionsPatrick Gaskin2021-05-031-0/+31
* cli-command: Replace config dir with toplevel for .include on win32Patrick Gaskin2021-05-031-4/+22
* bluetooth: adjust sync to source with different sample specIgor V. Kovalenko2021-05-031-1/+4
* build-sys: meson: Merge system_conf config data from default_confPatrick Gaskin2021-04-231-3/+1
* stream-restore: Fix use of uninitialized variableGeorg Chini2021-04-201-2/+2
* build-sys: meson: allow building client libraries onlyIgor V. Kovalenko2021-04-195-179/+263
* parecord: really fix recording OGGMartin Wilck2021-04-191-0/+3
* loopback: Fix crash bugGeorg Chini2021-04-191-0/+14
* alsa-mixer: Allow selected fallback mappings in all profile setsIgor V. Kovalenko2021-04-191-3/+15
* parecord: fix "Failed to open audio file" for FLAC and OGGMartin Wilck2021-04-191-0/+9
* bluetooth: disable HSP HS profile by defaultIgor V. Kovalenko2021-04-164-6/+33
* bluetooth: handle HFP codec list in any orderIgor V. Kovalenko2021-04-141-4/+14
* proplist: tweak documentation for `pa_proplist_get()`Lyndon Brown2021-04-091-1/+2
* bluetooth: mSBC: log lost input audio packets at debug levelIgor V. Kovalenko2021-04-051-1/+1
* bluetooth: add modarg to allow disabling mSBC codecIgor V. Kovalenko2021-04-055-6/+25
* bluetooth: split BT codec from A2DP SEP configuration apiIgor V. Kovalenko2021-04-0512-275/+322
* bluetooth: set initial packet size to 60Igor V. Kovalenko2021-04-052-5/+8
* bluetooth: add more call indicatorsIgor V. Kovalenko2021-04-051-1/+3
* bluetooth: produce silence on mSBC decoding errorIgor V. Kovalenko2021-04-051-2/+4
* bluetooth: remember negotiated HFP codec in native backendIgor V. Kovalenko2021-04-051-7/+33
* bluetooth: show negotiated HFP codecIgor V. Kovalenko2021-04-053-18/+53
* bluetooth: add mSBC to backend-ofonoIgor V. Kovalenko2021-04-051-4/+17
* bluetooth: prepare to redo transport writeout schedulingIgor V. Kovalenko2021-04-051-56/+93
* bluetooth: mSBC: ignore empty encoded frameIgor V. Kovalenko2021-04-051-2/+10
* bluetooth: mSBC: ignore all-zero packetsIgor V. Kovalenko2021-04-051-0/+16
* bluetooth: use helper to set multiple transport object attributesIgor V. Kovalenko2021-04-054-15/+28
* bluetooth: apply write MTU detection based on read packet sizeIgor V. Kovalenko2021-04-054-0/+22
* bluetooth: add wideband audio codec negotiation to HFPJames Bottomley2021-04-053-5/+72
* bluetooth: add support for mSBC codecJames Bottomley2021-04-054-0/+328
* bluetooth: add CVSD codec implementationIgor V. Kovalenko2021-04-059-72/+209
* bluetooth: unify decoder code pathsIgor V. Kovalenko2021-04-051-183/+88
* bluetooth: unify encoder code pathsIgor V. Kovalenko2021-04-059-172/+319