summaryrefslogtreecommitdiff
path: root/src/pulsecore
Commit message (Expand)AuthorAgeFilesLines
* ladspa-sink: fix search pathTanu Kaskinen2018-07-141-0/+6
* sink-input, source-output: fix uninitialized variable accessTanu Kaskinen2018-05-312-4/+12
* alsa-sink/source: always set reconfiguration callbackSangchul Lee2018-05-012-14/+4
* Fix memory leaksJungsup Lee2018-03-232-3/+12
* fix a call to pa_sink_suspend() from an incorrect threadTanu Kaskinen2018-03-204-112/+6
* pass pa_suspend_cause_t to set_state_in_io_thread() callbacksTanu Kaskinen2018-03-204-30/+92
* replace sink/source SET_STATE handlers with callbacksTanu Kaskinen2018-03-164-19/+59
* sink, source: rename set_state() to set_state_in_main_thread()Tanu Kaskinen2018-03-164-20/+22
* sink: don't sync monitor suspend state when unlinkingTanu Kaskinen2018-02-221-1/+1
* pass pa_suspend_cause_t to set_state() callbacksTanu Kaskinen2018-02-224-10/+26
* sink, source: redo state changing codeTanu Kaskinen2018-02-222-103/+150
* memfd-wrappers: only define memfd_create() if not already definedTanu Kaskinen2018-01-311-3/+4
* sink, source: improve suspend cause loggingTanu Kaskinen2018-01-035-15/+80
* sink, source: improve state change loggingTanu Kaskinen2018-01-035-36/+34
* alsa: fix infinite loop with Intel HDMI LPETanu Kaskinen2018-01-031-0/+1
* build-sys: Stop using symdef headers for modulesArun Raghavan2017-12-121-0/+29
* core-util, cpu-x86: use __get_cpuid() instead of homegrown assemblyTanu Kaskinen2017-12-073-47/+37
* sink, source: Don't finish move if unlink happens after pa_*_move_all_start()Georg Chini2017-12-032-4/+8
* sink-input, source-output: add sink/source_requested_by_application flagTanu Kaskinen2017-12-0210-17/+47
* sconv-s16be: declaration/implementation mismatchesConstantine Kharlamov2017-11-301-4/+4
* svolume: disable incompatible MMX and SSE code on x86 macOSMihai Moldovan2017-11-052-8/+8
* sink-input, source-output: add a couple of assertionsTanu Kaskinen2017-10-302-0/+10
* sink, source: Rework reconfiguration logic to apply to more than rateArun Raghavan2017-10-216-82/+72
* source-output: fix copy-paste errorTanu Kaskinen2017-10-151-1/+1
* core: Fix gcc-7 -Wimplicit-fallthrough= warnings by rearranging commentPeter Meerwald-Stadler2017-10-092-6/+4
* core: Fix typo and gcc-7 -Wimplicit-fallthrough= warningsPeter Meerwald-Stadler2017-10-091-5/+5
* core: Fix gcc-7 -Wimplicit-fallthrough= warningsPeter Meerwald-Stadler2017-10-092-16/+6
* raop: Fix gcc-7 warnings, EWOULDBLOCKPeter Meerwald-Stadler2017-10-091-1/+1
* proplist-util: fix compilation on Windows without NLSSalvador Fandino2017-10-071-0/+2
* thread-mq: create event on the right mainloopTanu Kaskinen2017-10-031-1/+1
* sink: remove priority bonus for the "internal" form factorTanu Kaskinen2017-09-181-2/+0
* sink, source: fix out of date commentsTanu Kaskinen2017-09-182-2/+2
* sink, source: don't try to update volumes of not-yet-linked devicesTanu Kaskinen2017-09-182-14/+28
* sink: force suspend/resume on passthrough transitionsPierre-Louis Bossart2017-09-052-0/+25
* cli-command: don't exit on "module already loaded" errorsColin Leroy2017-09-054-9/+27
* cli-command: unload modules synchronouslyTanu Kaskinen2017-09-051-2/+2
* device-port, switch-on-port-available: fix automatic profile changing when cu...Tanu Kaskinen2017-09-051-1/+1
* core: ignore devices that are not linked when choosing the default sink or so...Tanu Kaskinen2017-09-021-0/+6
* conf-parser: provide a replacement for scandir on Win32Vadim Troshchinskiy2017-08-051-0/+42
* protocol-native: fix bytes-to-usec conversion of "on-the-fly" dataTanu Kaskinen2017-07-171-1/+1
* core: change configured_default_sink/source type to stringTanu Kaskinen2017-07-176-35/+42
* sink-input, source-output: don't allow moving streams that are connected to m...Tanu Kaskinen2017-05-182-0/+53
* sink/source: Don't update default sink/source before calling PA_CORE_HOOK_{SI...Georg Chini2017-05-182-4/+8
* sink, source: update the default sink/source on port switchesTanu Kaskinen2017-05-172-0/+6
* core, device-port: check availability when choosing the default deviceTanu Kaskinen2017-05-022-0/+24
* improve default sink/source handlingTanu Kaskinen2017-05-029-147/+237
* source/sink: Fix wrong calculation of thread_info.current_hw_volumeGeorg Chini2017-04-292-4/+4
* sink: Add missing 'hifi' form factor to prioritiesChristian Kellner2017-04-191-0/+2
* sink: Add portable form factor priority (450)Christian Kellner2017-04-191-0/+2
* source/sink: Allow pa_{source, sink}_get_latency_within_thread() to return ne...Georg Chini2017-04-177-36/+32