summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
Commit message (Expand)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
* 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
* 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 pa_...Lennart Poettering2008-10-241-3/+3
* 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 defin...Lennart Poettering2008-10-211-1/+3
* 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 m...Lennart Poettering2008-10-214-22/+73
* fix invalid validity checkLennart Poettering2008-10-211-2/+2
* always check for libtool prefix binary name to avoid confusion when using bot...Lennart Poettering2008-10-191-2/+2
* Fix a potential C++/C99 ism, add a log message on error conditionColin Guthrie2008-10-081-2/+5
* 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 volu...Lennart Poettering2008-10-071-2/+6
* 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
* use pa_channel_map_init_extend() instead of pa_channel_map_init_auto() as cha...Lennart Poettering2008-10-072-2/+2
* 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
* volume hooksMarc-Andre Lureau2008-10-076-9/+52
* 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 spurio...Lennart Poettering2008-10-051-7/+11
* 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 up...Lennart Poettering2008-10-034-12/+12
* 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
* when we mix into a 16bit accumulator make sure we clamp before we scale with ...Lennart Poettering2008-10-021-4/+4
* 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
* Make the shared memory segment size configurableLennart Poettering2008-10-016-9/+42
* have make_random_dir respect $TMPDIRStelian Ionescu2008-09-291-7/+19