summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
| | | | | | single iteration Closes rhbz 472757.
* 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
| | | | Closes #398
* Don't mix front-center into rear channelsLennart Poettering2008-12-171-3/+93
| | | | | | | | If there's a center channel on input that is not available on output make sure we mix front-center only into front-left/right and rear-center into rear-left/right. Closes #400
* Check if environ is actually set before we use itLennart Poettering2008-12-161-14/+21
| | | | | | | | Some applications seem to set **environ to NULL for various reasons. Before we iterate through it we thus need to make sure it is actually set to make sure we don't segfault. Closes rhbz #473080
* make shm marker architecture independant, patch from michich, closes #401Lennart Poettering2008-11-011-4/+4
|
* a bit of pa_bool_t'izationLennart Poettering2008-11-012-6/+7
|
* Implement new flags DONT_INHIBIT_AUTO_SUSPEND and START_UNMUTEDLennart Poettering2008-10-267-9/+104
|
* make sure to use 64bit rounding even on 32bit machines when converting to ↵Lennart Poettering2008-10-241-3/+3
| | | | pa_usec_t
* make the debug trap macro a proper macro in macro.hLennart Poettering2008-10-211-0/+6
|
* support changing logging parameters during runtime using the CLILennart Poettering2008-10-211-0/+104
|
* Support showing a backtrace on log messagesLennart Poettering2008-10-212-16/+124
|
* include log.h near the end so that macro.h can be included in log.h and ↵Lennart Poettering2008-10-211-1/+3
| | | | defines pa_bool_t properly
* add pa_config_parse_unsigned()Lennart Poettering2008-10-212-0/+19
|
* convert argument to boolean int in PA_UNLIKELY, tooLennart Poettering2008-10-211-1/+1
|
* fix return value of pa_frame_aligned()Lennart Poettering2008-10-212-2/+2
|
* add new virtual function may_move_to to sink inputs/source outputs to allow ↵Lennart Poettering2008-10-214-22/+73
| | | | modules to forbid certain connections
* fix invalid validity checkLennart Poettering2008-10-211-2/+2
|
* always check for libtool prefix binary name to avoid confusion when using ↵Lennart Poettering2008-10-191-2/+2
| | | | both installed and run-from-build-tree versions of PA in parallel
* Fix a potential C++/C99 ism, add a log message on error conditionColin Guthrie2008-10-081-2/+5
| | | | Signed-off-by: Lennart Poettering <lennart@poettering.net>