summaryrefslogtreecommitdiff
path: root/src/libcamera/ipa_proxy.cpp
AgeCommit message (Expand)Author
2021-06-25libcamera/base: Move extended base functionalityKieran Bingham
2021-06-25libcamera/base: Move utils to the base libraryKieran Bingham
2021-04-13libcamera: ipa_proxy: Document ProxyStateKieran Bingham
2021-03-29utils: ipc: proxy: Track IPA with a state machineKieran Bingham
2021-02-16libcamera: IPAInterface: Replace C API with the new C++-only APIPaul Elder
2020-07-17libcamera: ipa_proxy: Allow stop() on a stopped IPALaurent Pinchart
2020-05-16libcamera: Move internal headers to include/libcamera/internal/Laurent Pinchart
2020-04-28libcamera: ipa_proxy: Provide suport for IPA configuration filesLaurent Pinchart
2020-04-28libcamera: ipa_proxy: Don't include <iostream>Laurent Pinchart
2020-04-28libcamera: ipa_proxy: Add missing space in info messageLaurent Pinchart
2020-03-19libcamera: utils: Adapt libcameraPath to match use casesKaaira Gupta
2020-03-18libcamera: ipa_proxy: search for proxy in build treeKaaira Gupta
2020-03-18libcamera: ipa_proxy: rearrange proxies precedenceKaaira Gupta
2020-03-18libcamera: ipa_proxy: use utils::split()Kaaira Gupta
2019-07-12libcamera: add IPA proxyPaul Elder