summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix compilation errors in priority queue codeLennart Poettering2008-09-272-3/+4
* add a generic priority queue implementationLennart Poettering2008-09-262-0/+319
* make pa_idxset_trivial_compare_func() do a full compare instea of just equaki...Lennart Poettering2008-09-261-1/+1
* make sure ~/.pulse exists before we create the runtime dir link beneath itLennart Poettering2008-09-121-3/+8
* make sure peaks resampler also works for very short input buffersLennart Poettering2008-09-091-11/+20
* unbreak pa_idxset_rrobinLennart Poettering2008-09-091-2/+1
* move autospawn lock to pulsecore/ since we don't need it in the client anymoreLennart Poettering2008-09-082-0/+362
* Add new option to disable remixing from/to LFE and set it to on by defaultLennart Poettering2008-09-056-7/+16
* include build and runtime host information in debug outputLennart Poettering2008-09-052-0/+9
* if we are exiting due to idleness, say soLennart Poettering2008-09-051-0/+1
* command_get_info() segv in some conditionsMarc-André Lureau2008-09-031-1/+1
* Implement "early requests" mode.Lennart Poettering2008-09-031-34/+138
* Rework pa_machine_id() a bitLennart Poettering2008-09-031-10/+27
* avoid rounding errors on requested buffering metricsLennart Poettering2008-09-011-11/+18
* output relative timestamps in addition to absolute timestamps when loggingLennart Poettering2008-09-011-4/+14
* remove a few more gcc warningsLennart Poettering2008-08-306-10/+10
* fix a few compiler warnings on older gccLennart Poettering2008-08-295-6/+6
* reword amd64 messageLennart Poettering2008-08-291-1/+1
* change default log level for the library to PA_LOG_ERROR to avoid spamming to...Lennart Poettering2008-08-291-1/+1
* downgrade a few messagesLennart Poettering2008-08-291-4/+4
* the native atomic ops implementation for amd64 seems to work fineLennart Poettering2008-08-291-3/+3
* Change return value of cmpxchg atomic op to pa_bool_tLennart Poettering2008-08-291-14/+16
* optionally add timestampts to every line loggedLennart Poettering2008-08-292-9/+32