summaryrefslogtreecommitdiff
path: root/src/libcamera/include
AgeCommit message (Expand)Author
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
2019-08-13libcamera: v4l2_videodevice: Support M2M devicesKieran Bingham
2019-08-13libcamera: v4l2_device: Add setFd()Kieran Bingham
2019-07-17libcamera: logging: add syslog, stream, and nowhere logging targetsPaul Elder
2019-07-16libcamera: message: Add user message typesJacopo Mondi
2019-07-14libcamera: v4l2_videodevice: Signal buffer completion at streamoff timeLaurent Pinchart
2019-07-14libcamera: buffer: Split memory information to BufferMemoryLaurent Pinchart
2019-07-14libcamera: v4l2_videodevice: Add helper to queue all buffersLaurent Pinchart
2019-07-13libcamera: utils: Add clamp()Niklas Söderlund
2019-07-13libcamera: event_notifier_poll: Fix notifier unregistration during event proc...Laurent Pinchart
2019-07-12libcamera: add IPA proxyPaul Elder
2019-07-12libcamera: Add Process and ProcessManager classesPaul Elder
2019-07-12libcamera: ipa_module: add isOpenSourcePaul Elder
2019-07-11libcamera: signal: Support cross-thread signalsLaurent Pinchart
2019-07-11libcamera: thread: Add a messaging passing APILaurent Pinchart
2019-07-11libcamera: Add thread supportLaurent Pinchart
2019-07-04libcamera: v4l2_videodevice: Re-group operationsJacopo Mondi
2019-07-02libcamera: ipa_module: add path getterPaul Elder
2019-07-02libcamera: camera: Provide a list of ControlInfoKieran Bingham