summaryrefslogtreecommitdiff
path: root/src/pulsecore/core.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-13volume: Rename 'sync volume' to 'deferred volume'.Colin Guthrie1-3/+3
2011-09-09module-suspend-on-idle: Move vacuum code to coreMaarten Bosmans1-6/+21
2011-08-16core: Unload the modules and cached samples before unref'ing the core.Colin Guthrie1-2/+2
2011-06-22Remove unnecessary #includesMaarten Bosmans1-4/+0
2010-10-16daemon-conf: Add sync volume parameters to daemon-confJyri Sarha1-0/+4
2009-08-21object: speed up type verification by not relying on strcmp()Lennart Poettering1-1/+1
2009-06-20Base mainloop on pa_rtclock_now()Marc-André Lureau1-6/+22
2009-03-03Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie1-1/+1
2009-02-25try to vacuum a little when nothing is going onLennart Poettering1-0/+11
2009-02-21introduce default channel map in addition to the default sample specLennart Poettering1-0/+1
2009-01-29get rid of nonsensical late initialization of namereg/scache and thingsLennart Poettering1-17/+24
2009-01-28store the default sink/source in proper pa_sink*/pa_source* pointers instead ...Lennart Poettering1-3/+4
2009-01-27move flat volume logic into the core. while doing so add n_volume_steps field...Lennart Poettering1-0/+1
2009-01-23maintain a pa_core state variableLennart Poettering1-0/+5
2009-01-15kill autoload stuff as plannedLennart Poettering1-6/+0
2009-01-15add new pa_card object as a way to logically combine multiple sinks and sourcesLennart Poettering1-0/+4
2008-10-01Make the shared memory segment size configurableLennart Poettering1-4/+4
2008-09-05Add new option to disable remixing from/to LFE and set it to on by defaultLennart Poettering1-0/+1
2008-09-05if we are exiting due to idleness, say soLennart Poettering1-0/+1
2008-08-09don't use PA_GCC_UNUSED anymoreLennart Poettering1-1/+1
2008-08-06add new switch --disallow-exitLennart Poettering1-13/+24
2008-08-05fix shutdown when --disallow-module-loading=1 is passedLennart Poettering1-1/+1
2008-08-03start idle timer even when no module is ever loadedLennart Poettering1-0/+2
2008-08-03rename pa_hook_free() to pa_hook_done() since the hook struct is allocated on...Lennart Poettering1-1/+1
2008-08-01rename props.[ch] to shared.[ch]Lennart Poettering1-1/+1
2008-08-01rename pa_property_xxx to pa_shared_xxx to avoid confusion with property listsLennart Poettering1-2/+2
2008-06-18get rid of svn $ keywordsLennart Poettering1-2/+0
2008-06-11reformat thingsLennart Poettering1-1/+6
2008-05-21big mumbo jumo of interleaved patches.Lennart Poettering1-1/+0
2008-05-15merge glitch-free branch back into trunkLennart Poettering1-0/+2
2007-11-21- Check process name when dealing with PID filesLennart Poettering1-0/+1
2007-11-01make rtprio and nice level actually configurableLennart Poettering1-6/+5
2007-10-29make speex-float-3 the default resamplerLennart Poettering1-1/+1
2007-10-28merge 'lennart' branch back into trunk.Lennart Poettering1-23/+50
2007-02-13Add copyright notices to all relevant files. (based on svn log)Pierre Ossman1-0/+3
2007-01-04Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman1-9/+9
2006-09-06fix indentationLennart Poettering1-2/+2
2006-08-22Fall back to creating a "normal" memory pool if unable to get a shared one.Pierre Ossman1-4/+13
2006-08-22Improve error messages a bit.Pierre Ossman1-1/+4
2006-08-19deal properly with pa_mempool_new() failingLennart Poettering1-2/+6
2006-08-18Rework memory management to allow shared memory data transfer. The central ideaLennart Poettering1-3/+3
2006-08-13define new hooks: hook_source_output_new, hook_source_disconnectLennart Poettering1-0/+4
2006-08-13properly implement a pa_sink_disconnect() hookLennart Poettering1-2/+2
2006-08-13allow hooking into the process of creating playback streams. To implement thi...Lennart Poettering1-0/+6
2006-08-12rework subscription code: try to drop redundant queued events Lennart Poettering1-2/+3
2006-07-19* add new --system command line parameter to the daemon for running PulseAudi...Lennart Poettering1-1/+4
2006-06-19big s/polyp/pulse/gLennart Poettering1-0/+160