summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
Commit message (Expand)AuthorAgeFilesLines
* sink-input: Fix commentColin Guthrie2010-11-171-1/+1
* intended-roles: Mark devices with a form factor of 'headset' as being appropr...Colin Guthrie2010-10-311-1/+2
* SSE/MMX/ARM: Fix high frequency noise with unusual number of channelsDavid Henningsson2010-10-133-13/+25
* suspend: Do not assert when checking for device suspended status and a stream...Colin Guthrie2010-10-052-2/+16
* x11: Use the default screen for X11 properties.Colin Guthrie2010-09-182-20/+39
* xcb: xcb_get_setup() can return 0, so make sure we check it before usingColin Guthrie2010-09-181-20/+48
* smoother: avoid losing precisionWim Taymans2010-09-141-3/+1
* x11: Partially convert to XCB.Colin Guthrie2010-08-154-25/+47
* thread: name all threads so that the names appear in /proc/$PID/task/$TID/commLennart Poettering2010-05-033-4/+51
* socket-client: properly handle asyncns failuresJez Austin2010-03-221-1/+2
* core-util: ensure that we chmod only the dir we ourselves createdKees Cook2010-03-041-5/+34
* core: rework how stream volumes affect sink volumesLennart Poettering2010-02-231-1/+41
* esd,simple: use pa_memblockq_pop_missing()Lennart Poettering2010-02-232-2/+2
* core-util: introduce generic function pa_strip()Lennart Poettering2010-02-222-4/+25
* native: improve logging for buffer_attrsLennart Poettering2010-02-221-0/+18
* scache: when playing a sample from the cache make sure not queue them up when...Lennart Poettering2010-02-215-19/+31
* sample-cache: use the sample name as unmodified fallback in the properties wh...Lennart Poettering2010-02-211-1/+2
* shm: don't complain about missing SHM segmentsLennart Poettering2010-02-191-1/+1
* fdsem: be more verbose when reading from eventfd fails.Lennart Poettering2010-02-161-6/+35
* dbus: first restart timer, then dispatch itLennart Poettering2010-02-161-13/+16
* core: Fix macro typo - PA_SINK_IS_LINKED -> PA_SINK_INPUT_IS_LINKEDColin Guthrie2010-02-091-1/+1
* native: rework handling of seeks that depend on variables the client does not...Lennart Poettering2010-01-184-5/+11
* Fix the following warnings (which now cause buildd failures in Ubuntu 10.04):Daniel T Chen2010-01-151-0/+1
* More src/pulsecore/cpu-arm.c FTBFS fixesDaniel T Chen2010-01-151-2/+3
* cpu: check for CMOV flag before using this intsruction in assemblyLennart Poettering2010-01-133-5/+9
* log: add an easy way to disable log rate limitingLennart Poettering2010-01-131-38/+50
* once: make once related variables volatileLennart Poettering2010-01-124-10/+5
* core: make sure we always return a valid memblock in sink_input_pop() callbacksLennart Poettering2010-01-084-4/+18
* native: fix request counter miscalculationsLennart Poettering2010-01-082-57/+51
* core: make cpuid code compile cleanly with 32bit PIC0.9.19-stableLennart Poettering2009-11-111-2/+6
* core: adjust volume only when there is actually a memory blockLennart Poettering2009-11-111-5/+6
* protocol: use the right sample rate for sourcesWim Taymans2009-11-111-1/+1
* core-util: add call to detect if we are called from within a VMLennart Poettering2009-11-112-0/+90
* sink: simplify silence checksWim Taymans2009-11-111-12/+10
* protocol-native: if a client set volume/mute/device store it since it is user...Lennart Poettering2009-11-111-2/+8
* protocol-native: declare that user configured volumes are always absoluteLennart Poettering2009-11-111-1/+3
* Fix build when using -fweb, accept both register and memory constraints.Diego Elio 'Flameeyes' Pettenò2009-11-112-4/+4
* svolume: fix MMX errorWim Taymans2009-10-301-1/+6
* svolume: tweak constraints for 32 bitsWim Taymans2009-09-232-4/+4
* core: dump proplist when creating stream similar to how we already to it for ...Lennart Poettering2009-09-202-4/+12
* memtrap: properly add items to linked listLennart Poettering2009-09-191-1/+4
* namereg: choose default sink/source as soon as one becomes availableLennart Poettering2009-09-181-1/+12
* memblock: don't try to reuse PA_MEMBLOCK_APPENDED memblocks since they usuall...Lennart Poettering2009-09-181-4/+11
* socket-client: modernizationsLennart Poettering2009-09-182-38/+24
* memblock: modernizationsLennart Poettering2009-09-181-3/+2
* timeval: make timeval conversion routines handle PA_USEC_INVALID specialLennart Poettering2009-09-181-1/+7
* core-rtclock: introduce pa_timespec_store() akin pa_timeval_store()Lennart Poettering2009-09-182-0/+15
* macro: introduce PA_INT_TYPE_MIN, PA_INT_TYPE_MAX, PA_INT_TYPE_SIGNED macrosLennart Poettering2009-09-181-0/+12
* core-util: unify how we determine the temporary directoryLennart Poettering2009-09-172-10/+25
* Improve TMPDIR handlingLennart Poettering2009-09-171-1/+1