summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2020-12-30libcamera: bayer_format: Add support for mbus codesJacopo Mondi
2020-12-28libcamera: pipeline_handler: Remove Camera pointer from CameraDataNiklas Söderlund
2020-12-28libcamera: pipeline_handler: Remove Camera argument from request handlingNiklas Söderlund
2020-12-27libcamera: Add missing internal include headers to meson.buildLaurent Pinchart
2020-12-14libcamera: Replace ARRAY_SIZE() with std::size()Laurent Pinchart
2020-12-09libcamera: v4l2_device: Return a unique pointer from fromEntityName()Laurent Pinchart
2020-12-09libcamera: v4l2_subdevice: Return a unique pointer from fromEntityName()Laurent Pinchart
2020-12-08pipeline: ipa: raspberrypi: Pass controls to IPA on startNaushir Patuck
2020-12-08libcamera: ipa: Pass a set of controls and return results from ipa::start()Naushir Patuck
2020-12-08libcamera: pipeline: Pass libcamera controls into pipeline_handler::start()Naushir Patuck
2020-12-07pipeline: ipa: raspberrypi: Handle failures during IPA configurationNaushir Patuck
2020-12-07libcamera: camera_sensor: Break out properties initializationJacopo Mondi
2020-11-15libcamera: Move EventDispatcher to internal APILaurent Pinchart
2020-11-10libcamera: v4l2_device: Move start of frame detection to V4L2DeviceNiklas Söderlund
2020-11-08libcamera: camera: Inherit from ExtensibleLaurent Pinchart
2020-11-08libcamera: camera_manager: Inherit from ExtensibleLaurent Pinchart
2020-11-08libcamera: Add a base class to implement the d-pointer design patternLaurent Pinchart
2020-11-07libcamera: v4l2_videodevice: Zero-initialize planes in V4L2DeviceFormatLaurent Pinchart
2020-11-05tracepoints: Add SPDX headers and copyright noticesPaul Elder
2020-11-03libcamera: request: Add tracepointsPaul Elder
2020-11-03libcamera: tracing: Implement tracing infrastructurePaul Elder
2020-10-28libcamera: span: Provide and use helper variable templates for type traitsLaurent Pinchart
2020-10-28libcamera: Use helper variable template for type traitsLaurent Pinchart
2020-10-27libcamera: pipeline: raspberrypi: Implementation of digital zoomDavid Plowman
2020-10-27libcamera: Add geometry helper functionsDavid Plowman
2020-10-26libcamera: span: Make constructors explicit as required by C++20Laurent Pinchart
2020-10-26ipa: raspberry: Initialize ControlInfo with values listJacopo Mondi
2020-10-26libcamera: controls: Generate an array of valid valuesJacopo Mondi
2020-10-26libcamera: controls: Construct from valid valuesJacopo Mondi
2020-10-26libcamera: Support draft controls and propertiesKieran Bingham
2020-10-26libcamera: controls: Disable ControlValue<T> construction from unsupported TLaurent Pinchart
2020-10-23libcamera: Declare empty virtual destructors as defaultedLaurent Pinchart
2020-10-23libcamera: Drop unneeded empty default constructors and destructorsLaurent Pinchart
2020-10-23libcamera: media_object: Remove unneeded destructorsLaurent Pinchart
2020-10-21libcamera: v4l2_videodevice: Prevent shadowing of V4L2BufferCache membersKieran Bingham
2020-10-20ipa: Skip doxygen parsing for pipeline-specific IPA headersLaurent Pinchart
2020-10-20ipa: Rename ipa_vimc.h to vimc.hLaurent Pinchart
2020-10-20include: libcamera: Omit extra semicolonsHirokazu Honda
2020-10-19include: linux: Update V4L2_CID_USER_BCM2835_ISP_BASE to match upstream treeNaushir Patuck
2020-10-12libcamera, android, cam, gstreamer, qcam, v4l2: Reuse RequestPaul Elder
2020-10-07libcamera: ProcessManager: make ProcessManager lifetime explicitly managedPaul Elder
2020-10-02libcamera: utils: Add method to remove non-ASCII charactersNiklas Söderlund
2020-09-30libcamera: span: Use default copy assignemnt operatorLaurent Pinchart
2020-09-30libcamera: stream: Rename StillCaptureRaw to RawNiklas Söderlund
2020-09-29ipa: raspberrypi: Tidy up variable names to be consistentNaushir Patuck
2020-09-29ipa: raspberrypi: Move IPA parameters to the RPi namespaceNaushir Patuck
2020-09-29libcamera: Add user Transform to CameraConfigurationDavid Plowman
2020-09-29libcamera: Add BayerFormat typeDavid Plowman
2020-09-29libcamera: Add Transform enum to represent 2D plane transforms.David Plowman
2020-09-29libcamera: Allow access to v4l2_query_ext_ctrl structure for a V4L2 controlDavid Plowman