summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-12-12error: Fix spelling of 'initialization' in errortab for PA_ERR_MODINITFAILEDPeter Meerwald35-35/+35
2011-12-12proplist: Consistently use parameter name p for a pa_proplist* in prototypePeter Meerwald1-3/+3
2011-12-12utf8: Fix doxygen file description for utf8.hPeter Meerwald1-1/+1
2011-12-12proplist: Fix typos in doxygen documentationPeter Meerwald1-6/+6
2011-12-12proplist: Add doxygen file description for proplist.hPeter Meerwald1-0/+3
2011-12-12introspect: Fix unresolved doxygen link pa_port_available_tPeter Meerwald1-2/+2
2011-12-12format: Add description for format.hPeter Meerwald1-0/+3
2011-12-12format: Add periods to fix brief documentation for pa_format_info_is_pcm()Peter Meerwald1-2/+2
2011-12-12format: Fix unknown doxygen command \secondPeter Meerwald1-2/+2
2011-12-12def: Document that pa_buffer_attr.maxlength is in bytes.Peter Meerwald1-1/+1
2011-12-12stream: Fix commentsPeter Meerwald1-3/+3
2011-12-12pstream: Fix spelling of 'receive'.Peter Meerwald5-34/+34
2011-12-05alsa-mixer: Remove unused pa_alsa_path_set_probe() declaration.Tanu Kaskinen1-1/+0
2011-12-02device-port: Add a property list to ports.David Henningsson3-1/+9
2011-12-02pactl: Show port availabilityDavid Henningsson1-2/+13
2011-12-02Fixup a few things in the new path probingDavid Henningsson2-8/+10
2011-12-01alsa: add card ports and path probe cacheDavid Henningsson5-185/+253
2011-11-30alsa: Ignore the virtual "thinkpad-acpi" cardDavid Henningsson1-0/+1
2011-11-29echo-cancel: Fix memory leak in test programPeter Meerwald1-6/+0
2011-11-28resampler: Some minor tweaksMaarten Bosmans1-10/+8
2011-11-28echo-cancel: Fix warning for undefined HAVE_WEBRTCArun Raghavan1-1/+1
2011-11-27tests: Don't link tests that only use public api to libpulsecommonMaarten Bosmans1-9/+9
2011-11-27resamplers: Improve performance of peaks resamplerMaarten Bosmans1-11/+26
2011-11-27resamplers: Rework the peaks resamplerMaarten Bosmans1-32/+23
2011-11-27shm: Use a goto rather than early return for consistency.Maarten Bosmans1-1/+1
2011-11-27win32: Avoid some compiler warnings when cross-compiling for mingw32Maarten Bosmans6-29/+20
2011-11-27device-port: Remove redundant include after the better circular dep fix.Colin Guthrie1-2/+0
2011-11-27x11: Drop unneeded 'struct' and use the typedef directly.Colin Guthrie1-1/+1
2011-11-27Use simple free function in pa_queue_freeMaarten Bosmans6-13/+13
2011-11-27Use simple free function in pa_dynarray_freeMaarten Bosmans4-10/+6
2011-11-27device-port: Fix the circular dependency problem more cleanly.Tanu Kaskinen1-8/+4
2011-11-27bluetooth: Fix property reply handling for hfgwMikel Astiz1-1/+1
2011-11-27resamplers: Optimize trivial resamplerMaarten Bosmans1-1/+11
2011-11-27resamplers: Use better variable name in trivial resamplerMaarten Bosmans1-8/+5
2011-11-27build-sys: Disable fastpath asserts by defaultMaarten Bosmans1-0/+3
2011-11-27resamplers: Use fastpath assert in trivial resamplerMaarten Bosmans1-1/+1
2011-11-27pulsecore: Hardcode FRAME_SIZE_MAX_ALLOWMaarten Bosmans1-2/+5
2011-11-27Update LICENSEMaarten Bosmans1-10/+10
2011-11-27pulsecore: Fix issue with circuilar definitions.Colin Guthrie1-3/+3
2011-11-26cli: Show card ports and jack detection statusDavid Henningsson1-17/+31
2011-11-26Notify port available status changes, and update protocol versionDavid Henningsson9-11/+67
2011-11-26Cards now has ports directly, and device port has list of profilesDavid Henningsson4-1/+22
2011-11-26Turn device ports into reference counted objectsDavid Henningsson7-69/+138
2011-11-26Introduce "available" concept for ports, and communicate that to clients. Bum...David Henningsson8-53/+88
2011-11-24filters: Handle echo-cancel streams betterArun Raghavan1-20/+159
2011-11-24proplist: Add internal API to get stream groupArun Raghavan3-37/+44
2011-11-24filters: Allow a filter to have both sink and sourceArun Raghavan1-47/+58
2011-11-24filters: Fix the master source/sink when autoloadedArun Raghavan2-2/+5
2011-11-23echo-cancel: Use more human-friendly descriptionsArun Raghavan1-12/+16
2011-11-15echo-cancel: Use speex by default if webrtc isn't availableArun Raghavan1-0/+4