summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
Commit message (Expand)AuthorAgeFilesLines
* SSE/MMX: Fix problem with highpitched noise on i386David Henningsson2011-06-222-4/+20
* pulsecore: Add a couple pa_asserts() on pa_tagstruct* calls.Colin Guthrie2011-06-061-0/+2
* streams: Fix the actual resampler method shown in debug messages.Colin Guthrie2011-06-052-0/+2
* rtkit: use private bus connection in order to avoid threading issues when inv...Lennart Poettering2011-05-111-1/+2
* x11: More XCB fixes.Arnaud Fontaine2011-05-071-13/+25
* x11: Fix build errors with newest xcb-util.Maciej Grela2011-05-071-9/+17
* http: support HTTP HEADMatthijs Kooijman2011-04-151-3/+44
* memblockq: implement new call pa_memblockq_peek_fixed_size()Lennart Poettering2011-03-282-1/+75
* Fighting rewinds: Reduce calls to handle_seekDavid Henningsson2011-01-311-30/+26
* Fighting rewinds: Seek and write data in the same messageDavid Henningsson2011-01-311-8/+12
* Core: Fix incorrect check of return valueScott Reeves2011-01-231-2/+2
* ratelimit: fix log levels of log suppression messagesLennart Poettering2011-01-228-10/+11
* Fix typosZhang Wanming2010-12-202-2/+2
* Fix return value of pa_sndfile_format_from_stringVincent Becker2010-12-181-3/+3
* core: Fix variable "has_whined" value bugYang Xichuan2010-12-181-1/+1
* build-sys: Replace dummy Makefiles with proper Makefile.am'sColin Guthrie2010-12-044-14/+40
* volume: Add explicit checks for ARMv6 instructionsArun Raghavan2010-11-281-4/+4
* 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