summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2020-03-06libcamera: ipa: Make <ipa/ipa_controls.h> self-containedLaurent Pinchart
2020-03-06libcamera: ipa: Remove unused IPA control typesJacopo Mondi
2020-03-06libcamera: Add a C++20-compliant std::span<> implementationJacopo Mondi
2020-02-18libcamera: Use C++14 std::*_t type traitsLaurent Pinchart
2020-02-14libcamera: camera: Add Camera propertiesJacopo Mondi
2020-02-14libcamera: controls: Add default to ControlRangeJacopo Mondi
2020-02-14libcamera: properties: Add location propertyJacopo Mondi
2020-02-14include: linux: Update v4l2-controls.hJacopo Mondi
2020-01-23libcamera: camera: Move private data members to private implementationLaurent Pinchart
2020-01-23libcamera: camera_manager: Return a copy of the vector from cameras()Laurent Pinchart
2020-01-23libcamera: camera_manager: Move private data members to private implementationLaurent Pinchart
2020-01-22libcamera: signal: Make slots list privateLaurent Pinchart
2020-01-22libcamera: bound_method: Use std::index_sequenceLaurent Pinchart
2020-01-12libcamera: camera: Remove the prepared stateNiklas Söderlund
2020-01-12libcamera: Remove dead code after switch to FrameBufferNiklas Söderlund
2020-01-12libcamera: Switch to FrameBuffer interfaceNiklas Söderlund
2020-01-12libcamera: allocator: Add FrameBufferAllocator to help applications allocate ...Niklas Söderlund
2020-01-12libcamera: buffer: Move captured metadata to FrameMetadataNiklas Söderlund
2020-01-12libcamera: request: In addBuffer() do not fetch stream from BufferNiklas Söderlund
2020-01-12libcamera: buffer: Drop private function setRequest()Niklas Söderlund
2020-01-12libcamera: buffers: Remove Plane classNiklas Söderlund
2020-01-12libcamera: buffer: Switch from Plane to FrameBuffer::PlaneNiklas Söderlund
2020-01-12ipa: Switch to FrameBuffer interfaceNiklas Söderlund
2020-01-12libcamera: buffer: Add FrameBuffer interfaceNiklas Söderlund
2020-01-12libcamera: buffer: Add FrameMetadata container for metadata informationNiklas Söderlund
2020-01-12libcamera: Add FileDescriptor to help pass numerical fds aroundNiklas Söderlund
2020-01-12libcamera: request: remove prepare()Niklas Söderlund
2020-01-07libcamera: bound_method: Rename Bound*Method to BoundMethod*Laurent Pinchart
2020-01-07libcamera: bound_method: Propagate method return valueLaurent Pinchart
2020-01-07libcamera: bound_method: Manage BoundMethodPack through std::shared_ptrLaurent Pinchart
2020-01-07libcamera: bound_method: Support bindings to non-void methodsLaurent Pinchart
2020-01-07libcamera: bound_method: Store method arguments in a classLaurent Pinchart
2020-01-07libcamera: bound_method: Move sequence and generator to BoundMethodBaseLaurent Pinchart
2020-01-07libcamera: bound_method: Drop unused BoundMethodBase::connectionType()Laurent Pinchart
2020-01-07libcamera: bound_method: Mark overriden methods with overrideLaurent Pinchart
2020-01-07libcamera: object: Use activate() in invokeMethod()Laurent Pinchart
2020-01-03libcamera: camera_manager, pipeline_handler: allow retrieving cameras by devi...Paul Elder
2020-01-03libcamera: object: Support reference arguments in invokeMethod()Laurent Pinchart
2019-12-08include: linux: Update Linux headers readme to v5.2Paul Elder
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-11-20ipa: Pass ControlInfoMap references to IPAInterface::configure()Laurent Pinchart
2019-11-20ipa: Define serialized controlsJacopo Mondi
2019-11-20libcamera: buffer: Add const accessor to Buffer planesLaurent Pinchart
2019-11-20libcamera: controls: Store reference to the InfoMapJacopo Mondi
2019-11-20libcamera: controls: Make ControList constructor publicLaurent Pinchart
2019-11-20libcamera: controls: Make ControlId constructor publicJacopo Mondi
2019-11-20libcamera: controls: Add move constructor to ControlInfoMapLaurent Pinchart
2019-11-20libcamera: controls: Index ControlList by unsigned intLaurent Pinchart