summaryrefslogtreecommitdiff
path: root/src/pulsecore/core.c
Commit message (Expand)AuthorAgeFilesLines
* switch-on-connect: Do not overwrite user configured default sink/sourceGeorg Chini2023-03-161-7/+118
* Fix expression with side effect in pa_assertIgor V. Kovalenko2021-09-301-2/+2
* message-params: clean upIgor V. Kovalenko2021-03-271-1/+0
* message-params: use JSON instead of custom formatIgor V. Kovalenko2021-03-271-12/+10
* message-params: Allow parameter strings to contain escaped curly bracesGeorg Chini2020-12-031-10/+12
* pactl: Implement list message-handlersGeorg Chini2020-12-031-1/+1
* core: add message handlerGeorg Chini2020-12-031-0/+45
* main, core: check idle after loading confTom Yan2020-08-311-4/+0
* source: move the streams to the default_source when the source unlinkHui Wang2019-12-141-1/+1
* source: move streams to new appeared sources if they prefer these sourcesHui Wang2019-12-141-0/+35
* core: move source-outputs conditionally when update default_sourceHui Wang2019-12-141-0/+4
* Split the enable-lfe-remixing setting into twoAlexander Patrakov2019-12-101-1/+2
* sink: move the streams to the default_sink when the sink is unlinkedHui Wang2019-11-271-1/+1
* sink: move streams to new appeared sinks if they prefer these sinksHui Wang2019-11-271-0/+31
* core: move sink-inputs conditionally when update default_sinkHui Wang2019-11-271-0/+4
* core: add simple message interfaceGeorg Chini2019-05-251-0/+4
* core: send subscription events when the configured default sink or source cha...Tanu Kaskinen2019-05-231-0/+2
* sink, source: remove the state gettersTanu Kaskinen2018-07-021-2/+2
* set exit_idle_time to 0 when we detect a sessionTanu Kaskinen2018-06-211-0/+10
* sink, source: improve suspend cause loggingTanu Kaskinen2018-01-031-0/+41
* core: ignore devices that are not linked when choosing the default sink or so...Tanu Kaskinen2017-09-021-0/+6
* core: change configured_default_sink/source type to stringTanu Kaskinen2017-07-171-18/+28
* core, device-port: check availability when choosing the default deviceTanu Kaskinen2017-05-021-0/+16
* improve default sink/source handlingTanu Kaskinen2017-05-021-0/+170
* daemon-conf: add remixing-use-all-sink-channels optionDavid Mandelberg2017-01-191-0/+1
* Disable LFE remixing by defaultAlexander E. Patrakov2016-05-241-2/+2
* core: Support memfd transport; bump protocol versionAhmed S. Darwish2016-04-271-3/+6
* pulsecore: Specially mark global mempoolsAhmed S. Darwish2016-04-021-2/+2
* pulsecore: Transform pa_mempool_new() into a factory methodAhmed S. Darwish2016-04-021-2/+2
* srbchannel: Introduce per-client SHM filesAhmed S. Darwish2016-04-021-10/+0
* pulsecore: Reference count mempoolsAhmed S. Darwish2016-04-021-2/+2
* pulsecore: Cache daemon shm size inside pa_coreAhmed S. Darwish2016-04-021-0/+1
* module: Remove redundant core argument from pa_module_unload()Kiran Krishnappa2015-12-071-1/+1
* lfe-filter: change the crossover frequency as a parameterHui Wang2015-03-301-0/+1
* update FSF addresses to FSF web pageOndrej Holecek2015-01-141-3/+1
* module: Fix unsafe iterationTanu Kaskinen2014-12-051-1/+5
* core: Misc srbchannel cleanupPeter Meerwald2014-07-021-2/+2
* core: Add a second rw mempoolDavid Henningsson2014-06-271-2/+12
* hashmap: Add the ability to free keysArun Raghavan2013-09-171-2/+2
* Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)2013-07-041-15/+15
* resample: Switch to speex-float-1 by defaultArun Raghavan2013-03-281-1/+1
* idxset: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen2013-02-161-8/+8
* hashmap: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen2013-02-161-2/+2
* volume: Rename 'sync volume' to 'deferred volume'.Colin Guthrie2011-09-131-3/+3
* module-suspend-on-idle: Move vacuum code to coreMaarten Bosmans2011-09-091-6/+21
* core: Unload the modules and cached samples before unref'ing the core.Colin Guthrie2011-08-161-2/+2
* Remove unnecessary #includesMaarten Bosmans2011-06-221-4/+0
* daemon-conf: Add sync volume parameters to daemon-confJyri Sarha2010-10-161-0/+4
* object: speed up type verification by not relying on strcmp()Lennart Poettering2009-08-211-1/+1
* Base mainloop on pa_rtclock_now()Marc-André Lureau2009-06-201-6/+22