summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
Commit message (Expand)AuthorAgeFilesLines
* core: Add name to flist struct for more informative log messagesJyri Sarha2010-11-282-4/+13
* core: Lower "flist is full" log message level to debug and ratelimit itJyri Sarha2010-11-281-1/+2
* volume: Add explicit checks for ARMv6 instructionsv0.98-devArun Raghavan2010-11-281-4/+4
* core: New LIFO style flist implementation v2.2Jyri Sarha2010-11-161-153/+64
* core: make use of dbus_message_iter_append_fixed_arrayLuiz Augusto von Dentz2010-10-201-6/+1
* volume: Fix incorrect usage of PA_VOLUME_IS_VALIDArun Raghavan2010-10-191-2/+2
* log: Totally trivial spelling 'correction' (for en-US)Colin Guthrie2010-10-171-1/+1
* intended-roles: Mark devices with a form factor of 'headset' as being appropr...Colin Guthrie2010-10-161-1/+2
* daemon-conf: Add sync volume parameters to daemon-confJyri Sarha2010-10-163-4/+9
* core: Add infrastructure for synchronizing HW and SW volume changesJyri Sarha2010-10-162-30/+363
* cli: Validate volume before settingArun Raghavan2010-10-151-0/+15
* volume: Use a macro to check if a volume is validArun Raghavan2010-10-151-2/+2
* SSE/MMX/ARM: Fix high frequency noise with unusual number of channelsDavid Henningsson2010-10-133-13/+25
* introspect: Include whether a stream is corked in the info callback.Colin Guthrie2010-10-063-2/+12
* sink-input: Fix commentColin Guthrie2010-10-011-1/+1
* suspend: Do not assert when checking for device suspended status and a stream...Colin Guthrie2010-10-012-2/+16
* cpu: Add CPU information to pa_coreArun Raghavan2010-09-236-50/+110
* 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
* x11: Partially convert to XCB.Colin Guthrie2010-09-184-33/+47
* smoother: avoid losing precisionWim Taymans2010-09-071-3/+1
* cli: Allow .include on directories as well as files.Colin Guthrie2010-09-041-13/+81
* core: New function: pa_module_update_proplist().Tanu Kaskinen2010-08-192-0/+11
* AC3 passthrough supportPierre-Louis Bossart2010-08-124-3/+78
* dbus: Fix slightly messed up assertions.Tanu Kaskinen2010-05-101-2/+3
* dbus: Use a struct as the hashmap items for listening_signals.Tanu Kaskinen2010-05-101-44/+69
* dbus: Fix segfault when receiving a property access call that isn't permitted.Tanu Kaskinen2010-05-101-2/+2
* cli: Increase the command maximum length from 1024 to 2048.Tanu Kaskinen2010-05-101-1/+1
* socket-client: properly handle asyncns failuresJez Austin2010-05-081-1/+2
* core-util: ensure that we chmod only the dir we ourselves createdKees Cook2010-05-081-5/+34
* thread: name all threads so that the names appear in /proc/$PID/task/$TID/commLennart Poettering2010-05-073-4/+51
* memblockq: implement new call pa_memblockq_peek_fixed_size()Lennart Poettering2010-02-252-1/+75
* 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
* various modernizationsLennart Poettering2010-02-233-33/+32
* iochannel: remove fd from poll() when we don't care from eventsLennart Poettering2010-02-232-57/+75
* native: improve logging for buffer_attrsLennart Poettering2010-02-221-0/+18
* conf-parser: make use of pa_strip() wherever applicableLennart Poettering2010-02-211-29/+2
* core-util: introduce generic function pa_strip()Lennart Poettering2010-02-212-4/+25
* http: support HTTP HEADMatthijs Kooijman2010-02-211-3/+44
* 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-211-1/+1
* fdsem: be more verbose when reading from eventfd fails.Lennart Poettering2010-02-211-6/+35
* dbus: first restart timer, then dispatch itLennart Poettering2010-02-211-13/+16
* native: rework handling of seeks that depend on variables the client does not...Lennart Poettering2010-02-094-5/+11
* cpu: check for CMOV flag before using this intsruction in assemblyLennart Poettering2010-02-093-4/+8
* log: add an easy way to disable log rate limitingLennart Poettering2010-02-091-38/+50
* once: make once related variables volatileLennart Poettering2010-02-094-10/+5
* core: make sure we always return a valid memblock in sink_input_pop() callbacksLennart Poettering2010-02-094-4/+18