summaryrefslogtreecommitdiff
path: root/src/libcamera/ipa_interface.cpp
AgeCommit message (Expand)Author
2021-02-16libcamera: IPAInterface: Replace C API with the new C++-only APIPaul Elder
2020-12-08libcamera: ipa: Pass a set of controls and return results from ipa::start()Naushir Patuck
2020-07-17libcamera: ipa_interface: Add support for custom IPA data to configure()Laurent Pinchart
2020-07-17libcamera: ipa: Document the parameters of the IPA C configure functionLaurent Pinchart
2020-05-16libcamera: Move IPA headers from include/ipa/ to include/libcamera/ipa/Laurent Pinchart
2020-04-28libcamera: ipa: Add support for CameraSensorInfoJacopo Mondi
2020-04-28ipa: Pass IPA initialization settings to IPAInterface::init()Laurent Pinchart
2020-04-14libcamera: ipa_manager: Proxy open-source IPAs to a threadLaurent Pinchart
2020-04-14ipa: Add start() and stop() operationsNiklas Söderlund
2020-01-14libcamera: ipa_interface: Fix doxygen warningLaurent Pinchart
2020-01-12libcamera: ipa_interface: Document the ownership of dmabufs passed to map_buf...Niklas Söderlund
2020-01-12ipa: Switch to FrameBuffer interfaceNiklas Söderlund
2019-11-20libcamera: Fix typo related to serializationLaurent Pinchart
2019-11-20ipa: Allow short-circuiting the ipa_context_opsLaurent Pinchart
2019-11-20ipa: Declare the ipaCreate() function prototypeLaurent Pinchart
2019-11-20ipa: Define a plain C APILaurent Pinchart
2019-10-13libcamera: ipa: Merge controls and v4l2controls in IPAOperationDataLaurent Pinchart
2019-10-11libcamera: ipa: Extend to support IPA interactionsNiklas Söderlund
2019-09-15libcamera: Move ipa includes to the same level as libcameraLaurent Pinchart
2019-06-05libcamera: ipa_interface: add headerPaul Elder