summaryrefslogtreecommitdiff
path: root/src/libcamera/include
AgeCommit message (Expand)Author
2020-01-07libcamera: bound_method: Manage BoundMethodPack through std::shared_ptrLaurent Pinchart
2020-01-07libcamera: control_serializer: Initialize serial_Laurent Pinchart
2020-01-03libcamera: camera_manager, pipeline_handler: allow retrieving cameras by devi...Paul Elder
2020-01-03libcamera: utils: Add strlcpyPaul Elder
2019-12-16libcamera: pipelines: Align bookkeeping in queueRequest()Niklas Söderlund
2019-11-20ipa: Allow short-circuiting the ipa_context_opsLaurent Pinchart
2019-11-20ipa: Switch to the plain C APIJacopo Mondi
2019-11-20libcamera: Add controls serializerLaurent Pinchart
2019-11-20libcamera: Add ByteStreamBufferJacopo Mondi
2019-11-20libcamera: controls: Index ControlList by unsigned intLaurent Pinchart
2019-11-20libcamera: pipeline: Drop forward declaration of BufferPoolNiklas Söderlund
2019-11-18libcamera: Fix compilation with uClibc and uClibc-ngLaurent Pinchart
2019-11-18libcamera: Remove space between empty curly bracketsLaurent Pinchart
2019-11-08libcamera: Remove unneeded semicolonsLaurent Pinchart
2019-10-29libcamera: bound_method: Support connection typesLaurent Pinchart
2019-10-28libcamera: Add Semaphore classLaurent Pinchart
2019-10-28libcamera: v4l2_videodevice: Add PixelFormat conversionJacopo Mondi
2019-10-28libcamera: formats: Write libcamera in lowercaseLaurent Pinchart
2019-10-23libcamera: Standardise on C compatibility headersLaurent Pinchart
2019-10-15libcamera: v4l2_controls: Remove V4L2ControlList classLaurent Pinchart
2019-10-15libcamera: controls: Merge ControlInfoMap and V4L2ControlInfoMapLaurent Pinchart
2019-10-15libcamera: v4l2_controls: Derive V4L2ControlInfoMap from ControlInfoMapLaurent Pinchart
2019-10-15libcamera: v4l2_controls: Store a ControlRange in V4L2ControlInfoMapLaurent Pinchart
2019-10-15libcamera: v4l2_controls: Replace V4L2ControlInfo with V4L2ControlRangeLaurent Pinchart
2019-10-15libcamera: v4l2_controls: Index V4L2ControlInfoMap by ControlId *Laurent Pinchart
2019-10-15libcamera: v4l2_controls: Move V4L2ControlId out of V4L2ControlInfoJacopo Mondi
2019-10-15libcamera: v4l2_controls: Remove V4L2ControlInfo::size()Laurent Pinchart
2019-10-15libcamera: utils: Add hex stream output helperLaurent Pinchart
2019-10-13libcamera: v4l2_device: Replace V4L2ControlList with ControlListLaurent Pinchart
2019-10-13libcamera: v4l2_controls: Turn V4L2ControlInfoMap into a classLaurent Pinchart
2019-10-13libcamera: v4l2_controls: Remove V4L2ControlInfo type fieldLaurent Pinchart
2019-10-13libcamera: v4l2_controls: Add V4L2ControlIdLaurent Pinchart
2019-10-10libcamera: pipeline: Move IPA from pipeline to camera dataNiklas Söderlund
2019-10-05libcamera: Add ControlValidator implementation for CameraLaurent Pinchart
2019-10-05libcamera: Add ControlValidatorLaurent Pinchart
2019-10-05libcamera: v4l2_controls: Use the ControlRange class for control infoLaurent Pinchart
2019-10-05libcamera: v4l2_controls: Use the ControlValue class for data storageLaurent Pinchart
2019-09-15libcamera: Move list of private headers to src/libcamera/include/meson.buildLaurent Pinchart
2019-09-15libcamera: Move ipa includes to the same level as libcameraLaurent Pinchart
2019-09-14libcamera: Switch to the std::chrono APILaurent Pinchart
2019-09-14libcamera: utils: Add clock helpersLaurent Pinchart
2019-09-13libcamera: device_enumerator_udev: Support entities sharing device nodesLaurent Pinchart
2019-09-13libcamera: device_enumerator: Move lookupDeviceNode() to child classesLaurent Pinchart
2019-09-08libcamera: device_enumerator: fix udev media graph loading dependencyPaul Elder
2019-08-21libcamera: v4l2_videodevice: Support MPLANE M2M devicesKieran Bingham
2019-08-17libcamera: object: Create parent-child relationshipsLaurent Pinchart
2019-08-17libcamera: object: Notify objects of thread moveLaurent Pinchart
2019-08-17libcamera: object: Add an asynchronous method invocation methodLaurent Pinchart
2019-08-17libcamera: signal: Split Slot implementation to reusable classesLaurent Pinchart
2019-08-17libcamera: thread: Support dispatching messages to main threadLaurent Pinchart