summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
Commit message (Expand)AuthorAgeFilesLines
* allow setting properties for modules, tooLennart Poettering2009-01-195-6/+44
* show balance value in CLI listingsLennart Poettering2009-01-191-1/+9
* get rid of pa_module_get_info because it is not usedLennart Poettering2009-01-172-8/+0
* beautify cli output a bitLennart Poettering2009-01-171-14/+14
* dump profiles when listing cardsLennart Poettering2009-01-171-2/+15
* actually create pa_card object in module-alsa-cardLennart Poettering2009-01-172-7/+18
* add pa_strbuf_isemptyLennart Poettering2009-01-172-0/+9
* make use of PR_SET_TIMERSLACKLennart Poettering2009-01-162-0/+27
* Add support for 24bit samples encoded in the LSB of 32 bit wordsLennart Poettering2009-01-168-4/+281
* add support for 24bit packed samplesLennart Poettering2009-01-1610-26/+323
* rename card config to card profileLennart Poettering2009-01-152-35/+35
* rework module usage counter stuff to be pull basedLennart Poettering2009-01-154-16/+14
* make proplist inheritance scheme automatic and implicitLennart Poettering2009-01-156-4/+12
* make things compile againLennart Poettering2009-01-151-1/+0
* kill autoload stuff as plannedLennart Poettering2009-01-1520-685/+74
* Merge commit 'e0f8ffe41f99789fafac575e944acf02e940bbf7'Lennart Poettering2009-01-152-8/+16
|\
| * sink: add a virtual_volume to sinkMarc-André Lureau2009-01-142-8/+16
* | add functionality to dump list of cardsLennart Poettering2009-01-153-4/+60
* | maintain a list of sink inputs/source outputs as part of the pa_client objectLennart Poettering2009-01-155-2/+27
* | add new pa_card object as a way to logically combine multiple sinks and sourcesLennart Poettering2009-01-1510-3/+319
* | fix bad memory accessLennart Poettering2009-01-151-1/+2
* | convert pa_client instantiation to use a pa_client_new_data struct and add ho...Lennart Poettering2009-01-157-30/+106
* | add new dont_rewind_render flag to allow quick starts of newly created streamsLennart Poettering2009-01-157-15/+25
* | don't rely on PA_SINK_RUNNING vs. PA_SINK_IDLE for optimizations since it mig...Lennart Poettering2009-01-152-12/+4
* | fix a potential format string vulnerabilityLennart Poettering2009-01-151-1/+1
|/
* make pa_asyncq_push() fail under no circumstances.Lennart Poettering2009-01-141-6/+7
* build: fix few warningsMarc-André Lureau2009-01-131-0/+1
* cli: add missing update-*-proplistMarc-André Lureau2009-01-131-0/+122
* core: add source, si, so proplist_updateMarc-André Lureau2009-01-135-4/+38
* cli: update-sink-proplistMarc-André Lureau2009-01-131-1/+35
* core: report remaining shared objects when cleanupMarc-André Lureau2009-01-131-1/+8
* core: add pa_source_update_proplistMarc-André Lureau2009-01-132-0/+16
* core: add pa_sink_update_proplistMarc-André Lureau2009-01-132-0/+16
* add new API function pa_memchunk_sine()Lennart Poettering2009-01-122-0/+36
* Extend command name lookup tables to cover complete protocolLennart Poettering2009-01-121-9/+83
* Fix suspending of all sinks/sourcesLennart Poettering2009-01-121-1/+5
* fix version checkLennart Poettering2009-01-121-2/+2
* show maximum usable slot sizeLennart Poettering2009-01-101-2/+3
* Add new pa_reduce() and pa_gcd() functionsLennart Poettering2009-01-102-0/+27
* make things compile againLennart Poettering2009-01-081-1/+2
* add a few missing parensLennart Poettering2009-01-081-9/+9
* Add new debuuging API pa_memchunk_dump_to_file()Lennart Poettering2009-01-082-0/+29
* Rework handling of the PA_SINK_LATENCY/PA_SOURCE_LATENCY flagsLennart Poettering2008-12-242-3/+11
* Add "base volume" field to sinks/sourcesLennart Poettering2008-12-246-5/+38
* Add APIs to pass pa_volume_t fields in a tagstructLennart Poettering2008-12-242-2/+42
* make sure we don't hit an assert when we issue two rewind requests in aLennart Poettering2008-12-211-17/+25
* introduce new function pa_module_unload_request_by_indexLennart Poettering2008-12-172-2/+14
* Don't hit an assert when checking for idlenessLennart Poettering2008-12-174-5/+18
* Don't mix front-center into rear channelsLennart Poettering2008-12-171-3/+93
* Check if environ is actually set before we use itLennart Poettering2008-12-161-14/+21