summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-12alsa-mixer: add profile for Traktor Kontrol S4fixesDaniel Mack3-1/+84
2010-09-10echo-cancel: Fix make distcheckRico Tzschichholz1-4/+5
2010-09-09echo-cancel: pause timer when echo canceling is offWim Taymans1-16/+25
2010-09-09echo-cancel: improve accuracyWim Taymans1-1/+5
2010-09-09alsa: make defines for smoother configurationWim Taymans2-4/+10
2010-09-09echo-cancel: rework alignment codeWim Taymans1-59/+76
2010-09-09alsa: work around slightly broken _delay implementationsWim Taymans4-6/+46
2010-09-07alsa-time-test: make test usable for capture tooWim Taymans1-16/+43
2010-09-07alsa-source: refactor smoother and device startWim Taymans1-8/+18
2010-09-07smoother: avoid losing precisionWim Taymans1-3/+1
2010-09-07echo-cancel: Mark immutable parameters as const in vfuncArun Raghavan3-5/+5
2010-09-07echo-cancel: Make blocksize a module-wide parameterArun Raghavan4-43/+25
2010-09-07echo-cancel: Allow selection of AEC method using modargsArun Raghavan1-8/+27
2010-09-07echo-cancel: Add alternative echo-cancellation implementationArun Raghavan9-1/+802
2010-09-07echo-cancel: Let AEC module determine source/sink specArun Raghavan3-24/+49
2010-09-07echo-cancel: Pass arguments to the specific canceller moduleArun Raghavan3-33/+53
2010-09-07echo-cancel: Split out speex code from the core moduleArun Raghavan4-36/+184
2010-09-07echo-cancel: Move the module into it's own directoryArun Raghavan2-2/+2
2010-09-04cli: Allow .include on directories as well as files.Colin Guthrie1-13/+81
2010-09-03alsa: increase the smoother windowmodule-echo-cancelWim Taymans1-2/+2
2010-09-02echo-cancel: keep frame_size a power of 2Wim Taymans1-1/+8
2010-09-02echo-cancel: improve debugWim Taymans1-11/+13
2010-09-02echo-cancel: tweak the resync code a littleWim Taymans1-5/+2
2010-09-02echo-cancel: use the phone media roleWim Taymans1-0/+2
2010-08-30alsa-sink/source: Use the "namereg_fail" module argument.Tanu Kaskinen2-2/+28
2010-08-24alsa-sink: Get rid of a compiler warning regarding rewind_safeguard type.Tanu Kaskinen1-2/+2
2010-08-24module-udev-detect: When loading module-alsa-card, use namereg_fail=false.Tanu Kaskinen1-0/+1
2010-08-24module-alsa-card: New argument: namereg_fail.Tanu Kaskinen1-0/+15
2010-08-23echo-cancel: take into account snapshot delayWim Taymans1-5/+13
2010-08-23make echo-cancel module that exposes a new sink and sourceWim Taymans2-0/+1617
2010-08-23alsa: resume smoother after unsuspendWim Taymans1-1/+1
2010-08-19core: New function: pa_module_update_proplist().Tanu Kaskinen2-0/+11
2010-08-19loopback: Make stream names and roles configurable.Tanu Kaskinen1-7/+34
2010-08-12AC3 passthrough supportPierre-Louis Bossart10-6/+124
2010-08-10dbusiface-core: Track sinks and sources using synchronous hooks instead of as...Tanu Kaskinen1-120/+130
2010-07-19udev: fix hex decodingLennart Poettering1-2/+2
2010-07-15alsa: add missing iec958 files from previous commitPierre-Louis Bossart2-0/+38
2010-07-13alsa: fix mixer profiles, add passthrough configPierre-Louis Bossart3-7/+15
2010-07-13alsa: disable rewinds when using ALSA pluginsPierre-Louis Bossart1-2/+12
2010-07-13alsa: Fix assertion on mmap_write (triggered via a52 plugin)Colin Guthrie1-0/+3
2010-06-05Merge remote branch 'tanuk2/fixes'Colin Guthrie7-82/+118
2010-05-15modules/coreaudio: replace deprecated functionsDaniel Mack2-57/+135
2010-05-10dbus: Stop polling every 10 seconds to check whether all clients are still al...Tanu Kaskinen1-22/+28
2010-05-10stream-restore: When changing restore entries with D-Bus, apply the changes i...Tanu Kaskinen1-0/+3
2010-05-10dbus: Fix slightly messed up assertions.Tanu Kaskinen1-2/+3
2010-05-10dbus: Use a struct as the hashmap items for listening_signals.Tanu Kaskinen1-44/+69
2010-05-10stream-restore: Fix segfaulting. The dbus entry callbacks expect a dbus_entry...Tanu Kaskinen1-1/+1
2010-05-10dbus: Fix segfault when receiving a property access call that isn't permitted.Tanu Kaskinen1-2/+2
2010-05-10dbus: Initialize properly the type field of new server structs.Tanu Kaskinen1-0/+1
2010-05-10dbus: Make it possible to allow remote connections from outside localhost.Tanu Kaskinen1-2/+8