summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-08-23echo-cancel: small tweakecho-cancel-3Wim Taymans1-2/+1
2010-08-23alsa: resume smoother after unsuspendWim Taymans1-1/+1
2010-08-23echo-cancel: take delay into accountWim Taymans1-4/+11
2010-08-23echo-cancel: only rewind when requestedWim Taymans1-2/+2
2010-08-23echo-cancel: adjust for driftWim Taymans1-9/+26
2010-08-23echo-cancel: Add message for doing quick adjustementsWim Taymans1-44/+70
2010-08-23echo-cancel: mayor cleanupsWim Taymans1-334/+131
2010-08-23echo-cancel: rework resync code a littleWim Taymans1-19/+31
2010-08-23echo-cancel: don't save to filesWim Taymans1-1/+1
2010-08-23echo-cancel: adapt sink samplerateWim Taymans1-14/+97
2010-08-23echo-cancel: use correct sample specs for the resamplerWim Taymans1-29/+130
2010-08-23echo-cancel: reset sync on latency changeWim Taymans1-9/+11
2010-08-23echo-cancel: more sync workWim Taymans1-45/+122
2010-08-23echo-cancel: fix latency of sourceWim Taymans1-40/+154
2010-08-23sink: print more debuggingWim Taymans1-1/+1
2010-08-23sink-input: print some more debuggingWim Taymans1-1/+2
2010-08-23socket-server: print more errorsWim Taymans1-3/+3
2010-08-23echo-cancel: do rewind and seek on the correct sideWim Taymans1-14/+66
2010-08-23echo-cancel: do alignment betterWim Taymans1-10/+19
2010-08-23echo-cancel: reset some moreWim Taymans1-0/+3
2010-08-23echo-cancel: reset when not enough sink samplesWim Taymans1-1/+4
2010-08-23echo-cancel: do source latency betterWim Taymans1-1/+2
2010-08-23echo-cancel: handle suspend and underrunsWim Taymans1-20/+30
2010-08-23echo-cancel: more cleanupsWim Taymans1-49/+88
2010-08-23echo-cancel: more hacking.Wim Taymans3-94/+302
2010-08-23make echo-cancel modules that exposes a new sink and sourceWim Taymans2-0/+1059
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
2010-05-10cli: Increase the command maximum length from 1024 to 2048.Tanu Kaskinen1-1/+1
2010-05-10alsa: Fix log output to inform about positive base volumes correctly.Tanu Kaskinen2-8/+2
2010-05-10alsa-mixer: Replace erroneous PA_ALSA_VOLUME_IGNORE with PA_ALSA_ENUMERATION_...Tanu Kaskinen1-1/+1
2010-05-10alsa-mixer: Use pa_xfree() instead of pa_xstrdup() for freeing a string.Tanu Kaskinen1-1/+1
2010-05-08rtp: Fix bracketing in pa_rtp_recv.Colin Guthrie1-2/+2