summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-06-21udev-detect, alsa-card: Adopt avoid resampling option from daemon.confSangchul Lee8-8/+64
2018-06-21alsa-mixer: More output modes for SB Omni Surround 5.1 and cleanupNazar Mokrynskyi1-18/+72
2018-06-21map-file: Fix typo while adding pa_thread_make_realtimeArun Raghavan1-1/+1
2018-06-21null-sink,null-source: Use realtime scheduling if possibleArun Raghavan2-0/+8
2018-06-21core-format: fix TrueHD and DTS-HD channel mapsTanu Kaskinen1-7/+15
2018-06-21core: Expose API to elevate a thread to realtime priorityArun Raghavan17-184/+205
2018-06-21format: Add support for Dolby TrueHD and DTS-HD HBR passthroughPierre-Louis Bossart3-1/+15
2018-06-21rtp-send: remove dead codeSangchul Lee1-5/+0
2018-06-21Use upstream gettext instead intltoolJavier Jardón2-3/+5
2018-06-21bluetooth: policy: Remove BlueZ 4 related codeLuiz Augusto von Dentz1-13/+4
2018-06-21bluetooth: Remove BlueZ 4 supportLuiz Augusto von Dentz6-4900/+1
2018-06-21bluetooth: ofono: Use Acquire method if availableLuiz Augusto von Dentz1-25/+87
2018-06-21optimize set_state_in_io_thread() callbacksRaman Shyshniou16-41/+41
2018-06-21set exit_idle_time to 0 when we detect a sessionTanu Kaskinen5-0/+52
2018-06-21alsa-mixer: add support for SteelSeries Arctis 5 and renamed Arctis 7 files a...Bert Hekman10-8/+90
2018-06-21alsa-card: improve the profile availability logicTanu Kaskinen1-12/+37
2018-06-21loopback: use source sample spec and channel map by defaultRaman Shyshniou1-70/+70
2018-06-21loopback: add max_latency_msec argumentRaman Shyshniou1-4/+30
2018-06-21core-util: correct error in set_nonblock()Georg Chini1-1/+1
2018-06-21build-sys: First pass at a meson-ified build systemArun Raghavan12-2/+715
2018-06-21alsa-mixer: add a profile-set file to fix iec958 input and output on CMEDIA U...Jean-Philippe Guillemin2-0/+67
2018-05-31sink-input, source-output: fix uninitialized variable accessTanu Kaskinen2-4/+12
2018-05-30alsa-card: fix null dereferenceTanu Kaskinen1-1/+2
2018-05-15alsa-util: Use time stamp config only for alsa versions >= 1.1.0Georg Chini1-1/+7
2018-05-11build-sys: remove module-defs.h.m4 from EXTRA_DISTv11.99.1Tanu Kaskinen1-1/+0
2018-05-11build-sys: fix distribution of GSettings filesTanu Kaskinen1-2/+4
2018-05-11alsa-util: Set ALSA report_delay flag in pa_alsa_safe_delay()Georg Chini1-0/+7
2018-05-09bluez5-device: Fix memory leak in sco_process_render()Georg Chini1-9/+19
2018-05-09bluez5-device: Rewrite of thread function, reduce send buffer size for a2dp sinkGeorg Chini1-98/+202
2018-05-07allow-passthrough: fix hook return valueTanu Kaskinen1-1/+1
2018-05-06module-allow-passthrough: Don't crash if we can't find a sinkArun Raghavan1-0/+6
2018-05-04ladspa-sink: fix incorrect error conditionsSangchul Lee1-1/+1
2018-05-01alsa-sink/source: always set reconfiguration callbackSangchul Lee4-18/+6
2018-04-26gsettings: run gsettings-data-convert from gsettings-helperTanu Kaskinen3-0/+172
2018-04-19gsettings: free group_names after useTanu Kaskinen1-0/+5
2018-04-19gsettings: free the module-group GSettings objects after useTanu Kaskinen1-0/+4
2018-04-19gsettings: remove bad signal connectionTanu Kaskinen1-2/+0
2018-04-19gsettings: check that children haven't been deleted before using themTanu Kaskinen1-2/+8
2018-04-19gsettings: rename "module" to "module-group"Tanu Kaskinen2-29/+34
2018-04-19gconf, gsettings: fix config.h includesTanu Kaskinen4-8/+10
2018-04-19gsettings: add the modules schema to the schema description fileTanu Kaskinen1-0/+10
2018-04-19default.pa: add module-gsettingsTanu Kaskinen1-0/+13
2018-04-19.gitignore: add module-gsettings related thingsTanu Kaskinen1-0/+2
2018-04-19module-gsettings: new module to store configuration using gsettingsSylvain Baubeau7-291/+727
2018-04-11qpaeq: fix Qt5 mainloop useFelipe Sateler1-2/+2
2018-03-23Fix memory leaksJungsup Lee3-4/+18
2018-03-20fix a call to pa_sink_suspend() from an incorrect threadTanu Kaskinen6-150/+156
2018-03-20pass pa_suspend_cause_t to set_state_in_io_thread() callbacksTanu Kaskinen25-55/+172
2018-03-16replace sink/source SET_STATE handlers with callbacksTanu Kaskinen25-633/+849
2018-03-16oss: don't fail resume if trigger() failsTanu Kaskinen1-32/+27