summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* loopback: Make stream names and roles configurable.Tanu Kaskinen2010-08-191-7/+34
* AC3 passthrough supportPierre-Louis Bossart2010-08-128-5/+117
* dbusiface-core: Track sinks and sources using synchronous hooks instead of as...Tanu Kaskinen2010-08-101-120/+130
* udev: fix hex decodingLennart Poettering2010-07-191-2/+2
* alsa: add missing iec958 files from previous commitPierre-Louis Bossart2010-07-152-0/+38
* alsa: fix mixer profiles, add passthrough configPierre-Louis Bossart2010-07-133-7/+15
* alsa: disable rewinds when using ALSA pluginsPierre-Louis Bossart2010-07-131-2/+12
* alsa: Fix assertion on mmap_write (triggered via a52 plugin)Colin Guthrie2010-07-131-0/+3
* Merge remote branch 'tanuk2/fixes'Colin Guthrie2010-06-057-82/+118
|\
| * dbus: Stop polling every 10 seconds to check whether all clients are still al...Tanu Kaskinen2010-05-101-22/+28
| * stream-restore: When changing restore entries with D-Bus, apply the changes i...Tanu Kaskinen2010-05-101-0/+3
| * 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
| * stream-restore: Fix segfaulting. The dbus entry callbacks expect a dbus_entry...Tanu Kaskinen2010-05-101-1/+1
| * dbus: Fix segfault when receiving a property access call that isn't permitted.Tanu Kaskinen2010-05-101-2/+2
| * dbus: Initialize properly the type field of new server structs.Tanu Kaskinen2010-05-101-0/+1
| * dbus: Make it possible to allow remote connections from outside localhost.Tanu Kaskinen2010-05-101-2/+8
| * cli: Increase the command maximum length from 1024 to 2048.Tanu Kaskinen2010-05-101-1/+1
| * alsa: Fix log output to inform about positive base volumes correctly.Tanu Kaskinen2010-05-102-8/+2
| * alsa-mixer: Replace erroneous PA_ALSA_VOLUME_IGNORE with PA_ALSA_ENUMERATION_...Tanu Kaskinen2010-05-101-1/+1
| * alsa-mixer: Use pa_xfree() instead of pa_xstrdup() for freeing a string.Tanu Kaskinen2010-05-101-1/+1
* | modules/coreaudio: replace deprecated functionsDaniel Mack2010-05-152-57/+135
|/
* rtp: Fix bracketing in pa_rtp_recv.Colin Guthrie2010-05-081-2/+2
* socket-client: properly handle asyncns failuresJez Austin2010-05-081-1/+2