summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* core: Add infrastructure for synchronizing HW and SW volume changesJyri Sarha2010-10-163-31/+369
* volume: Decrease PA_VOLUME_MAX to be < 2^31Arun Raghavan2010-10-151-1/+1
* pactl: Validate volume before settingArun Raghavan2010-10-151-0/+15
* cli: Validate volume before settingArun Raghavan2010-10-151-0/+15
* volume: Clamp volume to PA_VOLUME_MAXArun Raghavan2010-10-157-19/+24
* volume: Use a macro to check if a volume is validArun Raghavan2010-10-159-27/+30
* SSE/MMX/ARM: Fix high frequency noise with unusual number of channelsDavid Henningsson2010-10-133-13/+25
* Merge remote branch 'vudentz2/master'Colin Guthrie2010-10-134-72/+1109
|\
| * bluetooth: Add support for Media APILuiz Augusto von Dentz2010-10-074-72/+1109
* | doxygen: Add 'See also' linking to the overview pageDavid Fries2010-10-1312-11/+46
* | doxygen: Documentation improvementsDavid Fries2010-10-135-15/+16
* | doxygen: Fix the "all" comments regarding volume helper functions.David Fries2010-10-131-10/+11
* | doxygen: Fix documentation typosDavid Fries2010-10-133-7/+8
|/
* introspect: Include whether a stream is corked in the info callback.Colin Guthrie2010-10-065-5/+23
* augment-properties: Fix debug messages and statement bracketing.Colin Guthrie2010-10-061-2/+3
* 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
* device-manager: Ensure that sinks/sources populate the device manager lists i...Colin Guthrie2010-09-291-5/+59
* augment-properties: Search for .desktop files in subfolders too.Colin Guthrie2010-09-291-5/+39
* echo-cancel: Use S16NE for adrian moduleArun Raghavan2010-09-271-9/+5
* echo-cancel: Ensure correct handling of endiannessArun Raghavan2010-09-232-3/+4
* echo-cancel: orc-ify some bits for optimisationArun Raghavan2010-09-236-5/+336
* echo-cancel: Add SSE optimisation to the adrian moduleArun Raghavan2010-09-237-12/+61
* cpu: Add CPU information to pa_coreArun Raghavan2010-09-238-55/+119
* build: Fix make distcheckArun Raghavan2010-09-231-0/+1
* echo-cancel: Fix out-of-tree buildArun Raghavan2010-09-201-0/+2
* x11: Use the default screen for X11 properties.Colin Guthrie2010-09-185-69/+95
* xcb: xcb_get_setup() can return 0, so make sure we check it before usingColin Guthrie2010-09-181-20/+48
* xcb: Ensure the XCB connection is valid before using it.Colin Guthrie2010-09-182-0/+10
* x11: Partially convert to XCB.Colin Guthrie2010-09-187-97/+108
* alsa: Only set the 'first' flag to false when we actually call snd_pcm_start()Colin Guthrie2010-09-141-1/+2
* alsa: Set the rewind safeguard proportionally to sample specColin Guthrie2010-09-141-2/+3
* alsa-mixer: add profile for Traktor Kontrol S4Daniel Mack2010-09-123-1/+84
* echo-cancel: Fix make distcheckRico Tzschichholz2010-09-101-4/+5
* echo-cancel: pause timer when echo canceling is offWim Taymans2010-09-091-16/+25
* echo-cancel: improve accuracyWim Taymans2010-09-091-1/+5
* alsa: make defines for smoother configurationWim Taymans2010-09-092-4/+10
* echo-cancel: rework alignment codeWim Taymans2010-09-091-59/+76
* alsa: work around slightly broken _delay implementationsWim Taymans2010-09-094-6/+46
* alsa-time-test: make test usable for capture tooWim Taymans2010-09-071-16/+43
* alsa-source: refactor smoother and device startWim Taymans2010-09-071-8/+18
* smoother: avoid losing precisionWim Taymans2010-09-071-3/+1
* echo-cancel: Mark immutable parameters as const in vfuncArun Raghavan2010-09-073-5/+5
* echo-cancel: Make blocksize a module-wide parameterArun Raghavan2010-09-074-43/+25
* echo-cancel: Allow selection of AEC method using modargsArun Raghavan2010-09-071-8/+27
* echo-cancel: Add alternative echo-cancellation implementationArun Raghavan2010-09-078-1/+798
* echo-cancel: Let AEC module determine source/sink specArun Raghavan2010-09-073-24/+49
* echo-cancel: Pass arguments to the specific canceller moduleArun Raghavan2010-09-073-33/+53
* echo-cancel: Split out speex code from the core moduleArun Raghavan2010-09-074-36/+184
* echo-cancel: Move the module into it's own directoryArun Raghavan2010-09-072-2/+2