summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
Commit message (Collapse)AuthorAgeFilesLines
* add client API for querying card informationLennart Poettering2009-01-202-1/+47
|
* dump active profileLennart Poettering2009-01-201-0/+5
|
* fix destruction when no profiles are definedLennart Poettering2009-01-201-3/+5
|
* add missing eof checksLennart Poettering2009-01-201-1/+3
|
* document that I am a retardLennart Poettering2009-01-201-0/+4
|
* pulse: share private enum values with client sideMarc-André Lureau2009-01-202-18/+0
|
* cli: fix broken array access with signed state enumsMarc-André Lureau2009-01-201-16/+36
| | | | | I wish I could have merge sink_to_string and source_to_string, but the enum values are equal, and we cannot assume they will always be.
* sink: trigger subscribe event on sink state changeMarc-André Lureau2009-01-201-1/+3
|
* pulse: introspect sink stateMarc-André Lureau2009-01-203-23/+28
|
* show dB and balance for cached samplesLennart Poettering2009-01-191-1/+5
|
* fix up balance format string a bitLennart Poettering2009-01-191-3/+3
|
* 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 ↵Lennart Poettering2009-01-157-30/+106
| | | | | | | | hooks for manipulating it
* | 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 ↵Lennart Poettering2009-01-152-12/+4
| | | | | | | | might not be fully up to date
* | 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
| | | | | Ease generation of sine signals. Try to make the repeatable sine memblock fit into a single mempool slot.
* Extend command name lookup tables to cover complete protocolLennart Poettering2009-01-121-9/+83
| | | | Makes it easier to debug things.
* Fix suspending of all sinks/sourcesLennart Poettering2009-01-121-1/+5
| | | | | | pasuspender issues a SUSPEND_ALL requests for suspending all sinks/sources at once. This has been broken due to an ill-placed sanity checked.
* 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
|