summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* cli: Allow .include on directories as well as files.Colin Guthrie2010-09-041-13/+81
* alsa: increase the smoother windowWim Taymans2010-09-031-2/+2
* echo-cancel: keep frame_size a power of 2Wim Taymans2010-09-021-1/+8
* echo-cancel: improve debugWim Taymans2010-09-021-11/+13
* echo-cancel: tweak the resync code a littleWim Taymans2010-09-021-5/+2
* echo-cancel: use the phone media roleWim Taymans2010-09-021-0/+2
* alsa-sink/source: Use the "namereg_fail" module argument.Tanu Kaskinen2010-08-302-2/+28
* alsa-sink: Get rid of a compiler warning regarding rewind_safeguard type.Tanu Kaskinen2010-08-241-2/+2
* module-udev-detect: When loading module-alsa-card, use namereg_fail=false.Tanu Kaskinen2010-08-241-0/+1
* module-alsa-card: New argument: namereg_fail.Tanu Kaskinen2010-08-241-0/+15
* echo-cancel: take into account snapshot delayWim Taymans2010-08-231-5/+13
* make echo-cancel module that exposes a new sink and sourceWim Taymans2010-08-232-0/+1617
* alsa: resume smoother after unsuspendWim Taymans2010-08-231-1/+1
* core: New function: pa_module_update_proplist().Tanu Kaskinen2010-08-192-0/+11