summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* add a comment that pa_sink_input_set_volume and module-flat-volume.c are relatedLennart Poettering2008-10-081-0/+4
|
* after calling PA_CORE_HOOK_SINK_SET_VOLUME hook, check again whether the ↵Lennart Poettering2008-10-071-2/+6
| | | | volume changed
* additional validity checksLennart Poettering2008-10-071-0/+2
|
* if the channel map was modified due to PA_SINK_INPUT_FIX_CHANNELS, remap the ↵Lennart Poettering2008-10-071-2/+3
| | | | specified volume properly
* use pa_channel_map_init_extend() instead of pa_channel_map_init_auto() as ↵Lennart Poettering2008-10-072-2/+2
| | | | channel map for sink inputs/source outputs in case no map is specified
* modernize a few checksLennart Poettering2008-10-072-5/+8
|
* when the volume is changed make sure we send out a subscription eventLennart Poettering2008-10-071-4/+2
|
* instead of resetting virtual_volume unconditionally on initialization, do so ↵Lennart Poettering2008-10-071-2/+5
| | | | only when no volume was set before
* volume hooksMarc-Andre Lureau2008-10-076-9/+52
| | | | Signed-off-by: Lennart Poettering <lennart@poettering.net>
* make sure we send a started messages when we are uncorkingLennart Poettering2008-10-062-0/+7
|
* disable valgrind macro usage for now since valgrind generates a lot of ↵Lennart Poettering2008-10-051-7/+11
| | | | spurious warnings as it seems
* do not cleanup staticly allocated memory unless we are in valgrind modeLennart Poettering2008-10-043-0/+9
|
* add new API function pa_in_valgrind() to check forLennart Poettering2008-10-042-0/+28
|
* allow - in sample namesLennart Poettering2008-10-032-12/+20
|
* make a few casts explicit to remove compiler warningsLennart Poettering2008-10-031-2/+2
|
* a bit of late pa_bool_t'izationLennart Poettering2008-10-032-2/+2
|
* user lrint() and friends in inner loops instead of normal C casts to speed ↵Lennart Poettering2008-10-034-12/+12
| | | | up a few things
* use PA_FLOAT32_SWAP where usefulLennart Poettering2008-10-031-8/+4
|
* optimize mixing routines a bit by pulling the multiplication with the global ↵Lennart Poettering2008-10-031-112/+85
| | | | volume out of the inner loop by applying it first to the per-stream volumes
* when we mix into a 16bit accumulator make sure we clamp before we scale with ↵Lennart Poettering2008-10-021-4/+4
| | | | a volume to avoid range faults when multiplying
* make simple protocol not crash when allocating a memory blockLennart Poettering2008-10-021-4/+8
|
* PA_WARN_REFERENCE works only for ELF targetsLennart Poettering2008-10-011-1/+1
|
* remove useless log message, re #367Lennart Poettering2008-10-011-1/+0
|
* a few FreeBSD fixes, from alexisLennart Poettering2008-10-013-2/+4
| | | | Signed-off-by: Lennart Poettering <lennart@poettering.net>
* Make the shared memory segment size configurableLennart Poettering2008-10-016-9/+42
| | | | | This is useful only on systems where memory overcommit is not available or disabled.
* have make_random_dir respect $TMPDIRStelian Ionescu2008-09-291-7/+19
| | | | | | | with the attached patch, make_random_dir first tries to use $TMPDIR, then $TMP finally defaulting to "/tmp" Signed-off-by: Lennart Poettering <lennart@poettering.net>