summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
Commit message (Expand)AuthorAgeFilesLines
* Implement the "volume sharing" feature.Tanu Kaskinen2011-02-264-185/+580
* core: Add a new hook PA_CORE_HOOK_CARD_PROFILE_CHANGEDColin Guthrie2011-02-252-0/+3
* core: Added new hooks: PA_CORE_HOOK_SOURCE_PORT_CHANGED and PA_CORE_HOOK_SINK...Kim Therkelsen2011-02-253-0/+6
* Merge remote-tracking branch 'mkbosmans/mingw32-build'Colin Guthrie2011-02-2537-123/+270
|\
| * Use pa_read, pa_write and pa_poll instead of system functionsMaarten Bosmans2011-02-172-12/+12
| * Use pa_* instead of generic functions to improve portabilityMaarten Bosmans2011-02-172-2/+6
| * win32: Implement pa_randomMaarten Bosmans2011-02-171-1/+16
| * win32: Implement rtclock based on QueryPerformanceCounterMaarten Bosmans2011-02-175-6/+30
| * win32: flush stderr after log outputMaarten Bosmans2011-02-171-0/+3
| * Implement some functions for win32Maarten Bosmans2011-02-172-10/+54
| * Repair some typosMaarten Bosmans2011-02-173-6/+6
| * Fix dependencies and include necessary headersMaarten Bosmans2011-02-176-1/+6
| * Use PCRE if POSIX regex.h is not availableMaarten Bosmans2011-02-171-1/+6
| * Apply #ifdefs around functionality not available on win32Maarten Bosmans2011-02-179-3/+67
| * Adapt win32 specific code to current APIMaarten Bosmans2011-02-172-3/+27
| * Use <pulsecore/socket.h> instead of <sys/socket.h>Maarten Bosmans2011-02-1721-78/+38
| * Clean up <poll.h> includesMaarten Bosmans2011-02-171-1/+0
| * Use setenv instead of putenvMaarten Bosmans2011-02-171-1/+1
* | sconv_sse: Exclude SSE optimizations for Mac OS XEdward Rudd2011-02-221-2/+2
* | Allow read-only or non-existing sink input volume.Tanu Kaskinen2011-02-225-13/+60
* | core: Link virtual sinks and sources to their streams.Tanu Kaskinen2011-02-228-2/+13
* | Correct wav file creation for 24/32 and 24 bits sample formats HSD=3669357Vincent Becker2011-02-221-2/+11
* | PulseAudio: added IT block to fix thumb conditional instruction build error m...Kurt Taylor2011-02-211-0/+1
|/
* build: Don't include empty Makefile.am in subdirsMaarten Bosmans2011-01-312-40/+0
* 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
* ratelimit: fix log levels of log suppression messagesLennart Poettering2011-01-3110-12/+13
* Core: Fix incorrect check of return valueScott Reeves2011-01-231-2/+2
* core: Use pa_sink_get_latency_within_thread() in sync-volume codeJyri Sarha2011-01-151-9/+2
* core: Use volume_change_safety_margin when rewinding sync-volume eventsJyri Sarha2011-01-151-6/+16
* core: Change sematics of pa_flist_new_with_name() (v1.1)Jyri Sarha2011-01-152-3/+5
* Revert "core: make use of dbus_message_iter_append_fixed_array"Colin Guthrie2011-01-031-1/+6
* 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-054-14/+40
* 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