summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2019-11-20libcamera: controls: Add operator== and operator!= to ControlRangeLaurent Pinchart
2019-11-19libcamera: camera: Remove explicit stream to buffer map in requestCompleted s...Niklas Söderlund
2019-11-19libcamera: buffer: Drop friend statementNiklas Söderlund
2019-11-19libcamera: buffer: Plane: Drop friend statementNiklas Söderlund
2019-11-19libcamera: buffer: Drop forward declaration of BufferPoolNiklas Söderlund
2019-11-08libcamera: Remove unneeded semicolonsLaurent Pinchart
2019-10-29libcamera: object: Add connection type parameter to invokeMethod()Jacopo Mondi
2019-10-29libcamera: object: Use bound method activePack() for invokeMethod()Laurent Pinchart
2019-10-29libcamera: signal: Specify connection type for signalsLaurent Pinchart
2019-10-29libcamera: bound_method: Store connection type in BoundMethodBaseLaurent Pinchart
2019-10-29libcamera: bound_method: Define connection type for method invocationJacopo Mondi
2019-10-28libcamera: stream: Use the newly defined PixelFormatJacopo Mondi
2019-10-28libcamera: Define a PixelFormat type for application-facing formatsJacopo Mondi
2019-10-28include: drm_fourcc: Add Motion-JPEG FourCCJacopo Mondi
2019-10-28include: linux: Import DRM/KMS headers from Linux v5.2Jacopo Mondi
2019-10-28include: linux: Update headers to Linux v5.2Jacopo Mondi
2019-10-27libcamera: bound_method: Fix compiler warning due to unused argumentsLaurent Pinchart
2019-10-26include: libcamera: Install control_ids.hJacopo Mondi
2019-10-23libcamera: Standardise on C compatibility headersLaurent Pinchart
2019-10-23libcamera: controls: Remove rogue ';'Jacopo Mondi
2019-10-15libcamera: v4l2_controls: Remove V4L2ControlList classLaurent Pinchart
2019-10-15libcamera: controls: Merge ControlInfoMap and V4L2ControlInfoMapLaurent Pinchart
2019-10-15libcamera: controls: Prevent copies of ControlId classLaurent Pinchart
2019-10-13libcamera: ipa: Merge controls and v4l2controls in IPAOperationDataLaurent Pinchart
2019-10-13libcamera: v4l2_controls: Add V4L2ControlIdLaurent Pinchart