summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-07-29modules: Fix struct namespace collision on SolarisShawn Walker2-11/+11
2015-07-28build-sys: Make echo-cancel use speex cflags/libs conditionallyArun Raghavan1-2/+4
2015-07-21combine-sink: Fix unsafe message handlingTanu Kaskinen1-28/+80
2015-07-21padsp: Avoid possible deadlock. Unlocked i->mainloop before returning from de...Deepak Srivastava1-0/+3
2015-07-21xen: Resource leak in local function alloc_gref() - alloc_fd and dev_fdManish Sogi1-3/+4
2015-06-18module: Warn about modules loaded after unloadDavid Henningsson1-0/+4
2015-06-12equalizer: Handle underlying sink going away better when autoloadedArun Raghavan1-3/+6
2015-06-12echo-cancel: Handle underlying sink going away better when autoloadedArun Raghavan1-4/+22
2015-06-12always-sink: Ignore filter sinksArun Raghavan1-3/+10
2015-06-12sink,source: Add a helper function to check whether this is a filterArun Raghavan5-4/+22
2015-06-12stream: Support extended API with PULSE_LATENCY_MSEC if possibleArun Raghavan1-1/+9
2015-06-12stream: Check sample spec validity before abiding PULSE_LATENCY_MSECDavid Henningsson1-3/+5
2015-06-12echo-cancel: Add config.h in adrian-aec.cDavid Henningsson1-0/+4
2015-06-10rescue-streams: Fix a couple of typosArun Raghavan1-2/+2
2015-06-10rescue-streams: Document a cryptic looking conditionArun Raghavan1-0/+1
2015-06-01lfe-filter-test: Use S16NE formatDavid Henningsson1-1/+1
2015-05-30build-sys: add winerrno.h to libpulsecommon_SOURCESTanu Kaskinen1-1/+3
2015-05-30core: make sure we use the correct win32 socket errno:sPierre Ossman2-12/+90
2015-05-27core: Work around -Wlogical-not-parentheses warningsPeter Meerwald2-2/+2
2015-05-27padsp: Fix wrong condition discovered by -Wlogical-not-parentheses warningPeter Meerwald1-2/+2
2015-05-25biquad: Fix warning, gamma shadows global declarationPeter Meerwald1-6/+6
2015-05-25biquad: Make use of M_SQRT2 constantPeter Meerwald1-6/+6
2015-05-25core: Don't export pa_rtpoll_quit(), only used internallyPeter Meerwald2-11/+3
2015-05-25pulse: Document pa_mainloop_quit()'s retval parameterPeter Meerwald1-2/+2
2015-05-25daemon: Exit with code 0 on SIGINT and SIGTERMPeter Meerwald1-1/+1
2015-05-25tests: add tolerant variation for comparing the rewind resultHui Wang1-4/+6
2015-05-25tests: Remove a redundant mempool_new from resampler-testHui Wang1-2/+0
2015-05-21Revert "Warn on loading module-dbus-protocol"Juho Hämäläinen1-5/+0
2015-05-21dbus: Use hooks for module proplist changesJuho Hämäläinen1-22/+19
2015-05-21dbus: Use hooks for module new and removed eventsJuho Hämäläinen1-38/+48
2015-05-21dbus: Use hook for sample cache proplist changesJuho Hämäläinen1-21/+20
2015-05-21dbus: Use hooks for sample cache new and removed eventsJuho Hämäläinen1-35/+61
2015-05-21core, core-scache: Fire hooks for new, changed and removed eventsJuho Hämäläinen2-3/+16
2015-05-21module: Fire hooks for new, proplist changed and removedJuho Hämäläinen1-0/+4
2015-05-21core: Add core hooks for module changesJuho Hämäläinen1-0/+3
2015-05-12protocol-native: Fix source latency calculation in ADJUST_LATENCY modeArun Raghavan1-9/+10
2015-05-08lfe-filter: Use length modifier `z` for type `size_t`Paul Menzel1-2/+2
2015-05-05alsa-mixer: Make line out path unavailable when "Front Headphone" is plugged inDavid Henningsson1-0/+4
2015-04-30oss: Use the correct fd when interacting with the mixerTanu Kaskinen1-1/+1
2015-04-29core-util: Make pa_parse_volume() more strictTanu Kaskinen1-16/+26
2015-04-20core-util, pactl: Make one localised and one non-localised version of pa_yes_noDavid Henningsson2-10/+14
2015-04-13udev: Deal with unavailable bus propertyArun Raghavan1-3/+3
2015-04-13detect: Fix OSS device detection with long namesAndrey Zholos1-1/+1
2015-04-10alsa-mixer: Add paths/ports for multichannel profileDavid Henningsson2-1/+5
2015-04-10alsa-mixer: Use separate profiles for Multichannel Input/OutputDavid Henningsson2-2/+15
2015-04-10udev: use ID_MODEL/ID_VENDOR to give friendly name for FireWire devicesTakashi Sakamoto1-4/+7
2015-04-10core-util: Filter out not-a-numbers in pa_atod()Tanu Kaskinen1-0/+6
2015-04-10pactl: Fix relative volume parsingTanu Kaskinen1-1/+7
2015-04-10module-switch-*: use pa_module_hook_connectDavid Henningsson2-46/+10
2015-04-10module-filter-*: use pa_module_hook_connectDavid Henningsson2-60/+14