summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-04WIP protocol-native: Don't access pa_core structures directlyHEADmasterArun Raghavan3-62/+202
2016-07-04pulsecore: Move pa_core structure into its own headerArun Raghavan109-74/+207
2016-06-28alsa: set availability for (some) unavailable profilesTanu Kaskinen1-0/+27
2016-06-28card: remove pa_card_new_data.active_profileTanu Kaskinen2-13/+0
2016-06-28card: move profile selection after pa_card_new()Tanu Kaskinen8-69/+143
2016-06-28card: don't allow the CARD_NEW hook to failTanu Kaskinen1-6/+1
2016-06-28alsa, bluetooth: fail if user-requested profile doesn't existTanu Kaskinen2-4/+14
2016-06-22pstream: Add rationale for pa_cmsg_ancil_data_close_fds()Ahmed S. Darwish1-3/+28
2016-06-22modargs: Add a mechanism to append modargsArun Raghavan2-18/+38
2016-06-22alsa: Use pa_device_port->impl_free() for freeing port dataArun Raghavan3-23/+16
2016-06-22device-port: Add mechanism to free implementation dataArun Raghavan2-0/+6
2016-06-22sink, source, device-port: renames to distinguish latency offsetsChris Billington5-40/+40
2016-06-22webrtc: improve comment about mic geometryTanu Kaskinen1-2/+2
2016-06-22source: Fixed bug: pa_source_set_port() did not update the latency_offset.Chris Billington1-0/+2
2016-06-22json: Drop refcounting of json objectsArun Raghavan4-37/+33
2016-06-22json: Add some more negative test casesArun Raghavan1-0/+3
2016-06-22json: Add a positive test for nested objectsArun Raghavan1-0/+13
2016-06-22json: Error out for objects and arrays that are nested too deepArun Raghavan2-10/+19
2016-06-22json: Handle error cases while parsing numbersArun Raghavan2-1/+30
2016-06-22json: Add overflow checks for integer and float parsingArun Raghavan2-0/+21
2016-06-22json: Correctly handle bad strings with missing closing quotesArun Raghavan2-1/+14
2016-06-22format: Drop dependency on json-cArun Raghavan6-143/+187
2016-06-22pulse: Add a JSON-parsing libraryArun Raghavan5-0/+815
2016-06-22pulsecore: Fix incorrect architecture mapping on sparc64.John Paul Adrian Glaubitz1-1/+1
2016-06-22pulsecore: Don't allow unreferencing linked object.Juho Hämäläinen4-16/+9
2016-06-22qpaeq: Don't set font-size on widgetsAidan Gauland1-4/+4
2016-06-22ladspa-sink: avoid to configure invalid formatKimJeongYeon1-0/+5
2016-06-22core-util: Improve pa_replace() behaviourUlrich Eckhardt3-0/+11
2016-06-22core-util-test: Add testsUlrich Eckhardt1-0/+230
2016-06-22core-util-test: Add boilerplateUlrich Eckhardt3-0/+53
2016-06-22pstream: fix revoke callback settingTanu Kaskinen1-2/+2
2016-06-22alsa: reread configuration when opening new devicesAlexander E. Patrakov3-0/+26
2016-06-22i18n: Add module-allow-passthrough to POTFILES.inArun Raghavan1-0/+1
2016-06-22allow-passthrough: Use pa_module_hook_connect()Arun Raghavan1-19/+4
2016-06-22allow-passthrough: Add module to allow passthrough streams always go throughGuillaume Desmottes2-2/+337
2016-06-22client, protocol-native: Use macros for protocol version/flag accessArun Raghavan3-12/+18
2016-06-22Update NEWS for 9.0Arun Raghavan1-0/+44
2016-06-21sink-input,source-output: Fix crasher while setting propertyArun Raghavan2-2/+2
2016-06-21pstream: Fix use of uninitialized value: ancillary fd cleanup flagAhmed S. Darwish1-1/+1
2016-06-21shm: Fix use of uninitialized value: segment's shared-memory typeAhmed S. Darwish1-7/+7
2016-05-29dbus: Deal with double-counting module-dbus-protocolArun Raghavan1-0/+8
2016-05-29dbus: fix crash on LoadModule()Tanu Kaskinen1-14/+11
2016-05-27resampler: Fix leaking lfe filter on init failureBarun Kumar Singh1-0/+2
2016-05-24Disable LFE remixing by defaultAlexander E. Patrakov4-8/+8
2016-05-18i18n: Update Polish translationPiotr Drąg1-204/+154
2016-05-13resampler: Fix a memory leak in pa_resampler_ffmpeg_init()Sachin Kumar Chauhan1-1/+3
2016-05-12build-sys: Bump sonames for releaseArun Raghavan1-1/+1
2016-05-11module-filter-apply: Fix stale m-d-m property name in commentArun Raghavan1-2/+2
2016-05-11alsa: Reread and upate jack status when a card is unsuspendedArun Raghavan3-18/+32
2016-05-10alsa: ignore jack events when the user is inactiveTanu Kaskinen3-0/+35