Age | Commit message (Expand) | Author |
2021-02-05 | libcamera: ipa: ipu3: Add an IPA skeleton for the IPU3 pipeline | Niklas Söderlund |
2021-02-05 | include: linux: Add ipu3 kernel header and format definitions | Niklas Söderlund |
2021-02-05 | libcamera: utils: Add reverse adapter for range-based loop | Laurent Pinchart |
2021-02-05 | libcamera: camera_sensor: Store Bayer pattern in class member | Laurent Pinchart |
2021-02-05 | libcamera: camera_sensor: Add frame length limits to CameraSensorInfo | Naushir Patuck |
2021-02-05 | ipa: raspberrypi: Rename RPi::ConfigParameters enum values | Naushir Patuck |
2021-02-04 | libcamera: bayer_format: Overload ==/!= operators for BayerFormats | Sebastian Fricke |
2021-02-04 | libcamera: bayer_format: Remove unnecessary constructor | Sebastian Fricke |
2021-02-04 | libcamera: bayer_format: Add the fromV4L2PixelFormat function | Sebastian Fricke |
2021-02-04 | libcamera: geometry: Mark const functions with __nodiscard | Laurent Pinchart |
2021-02-04 | libcamera: Add macro to conditionally use [[nodiscard]] | Laurent Pinchart |
2021-02-02 | ipa: raspberrypi: Warn when control algorithms are missing; do not fail | David Plowman |
2021-01-31 | Revert "libcamera: Use helper variable template for type traits" | Jean-Michel Hautbois |
2021-01-31 | Revert "libcamera: span: Provide and use helper variable templates for type t... | Jean-Michel Hautbois |
2021-01-29 | libcamera: camera_sensor: Expose the camera device | Niklas Söderlund |
2021-01-29 | libcamera: raspberrypi: Switch to DelayedControls | Niklas Söderlund |
2021-01-29 | libcamera: delayed_controls: Add helper for controls that apply with a delay | Niklas Söderlund |
2021-01-27 | ipa: raspberrypi: Cast FrameDurations limits to 64-bit integer | Naushir Patuck |
2021-01-23 | libcamera: Rename wrong header guards for internal includes | Laurent Pinchart |
2021-01-20 | libcamera: raspberrypi: Add control of sensor vblanking | Naushir Patuck |
2021-01-18 | libcamera: camera_sensor: Initialize VIMC properties | Jacopo Mondi |
2021-01-18 | libcamera: media_object: Add a const version of dev() | Jacopo Mondi |
2021-01-18 | libcamera: camera_sensor: Provide fall-back for sensor properties | Jacopo Mondi |
2021-01-18 | libcamera: camera_sensor: Validate driver support | Jacopo Mondi |
2021-01-12 | libcamera: v4l2_videodevice: Track streaming state | Kieran Bingham |
2020-12-30 | libcamera: bayer_format: Add support for mbus codes | Jacopo Mondi |
2020-12-28 | libcamera: pipeline_handler: Remove Camera pointer from CameraData | Niklas Söderlund |
2020-12-28 | libcamera: pipeline_handler: Remove Camera argument from request handling | Niklas Söderlund |
2020-12-27 | libcamera: Add missing internal include headers to meson.build | Laurent Pinchart |
2020-12-14 | libcamera: Replace ARRAY_SIZE() with std::size() | Laurent Pinchart |
2020-12-09 | libcamera: v4l2_device: Return a unique pointer from fromEntityName() | Laurent Pinchart |
2020-12-09 | libcamera: v4l2_subdevice: Return a unique pointer from fromEntityName() | Laurent Pinchart |
2020-12-08 | pipeline: ipa: raspberrypi: Pass controls to IPA on start | Naushir Patuck |
2020-12-08 | libcamera: ipa: Pass a set of controls and return results from ipa::start() | Naushir Patuck |
2020-12-08 | libcamera: pipeline: Pass libcamera controls into pipeline_handler::start() | Naushir Patuck |
2020-12-07 | pipeline: ipa: raspberrypi: Handle failures during IPA configuration | Naushir Patuck |
2020-12-07 | libcamera: camera_sensor: Break out properties initialization | Jacopo Mondi |
2020-11-15 | libcamera: Move EventDispatcher to internal API | Laurent Pinchart |
2020-11-10 | libcamera: v4l2_device: Move start of frame detection to V4L2Device | Niklas Söderlund |
2020-11-08 | libcamera: camera: Inherit from Extensible | Laurent Pinchart |
2020-11-08 | libcamera: camera_manager: Inherit from Extensible | Laurent Pinchart |
2020-11-08 | libcamera: Add a base class to implement the d-pointer design pattern | Laurent Pinchart |
2020-11-07 | libcamera: v4l2_videodevice: Zero-initialize planes in V4L2DeviceFormat | Laurent Pinchart |
2020-11-05 | tracepoints: Add SPDX headers and copyright notices | Paul Elder |
2020-11-03 | libcamera: request: Add tracepoints | Paul Elder |
2020-11-03 | libcamera: tracing: Implement tracing infrastructure | Paul Elder |
2020-10-28 | libcamera: span: Provide and use helper variable templates for type traits | Laurent Pinchart |
2020-10-28 | libcamera: Use helper variable template for type traits | Laurent Pinchart |
2020-10-27 | libcamera: pipeline: raspberrypi: Implementation of digital zoom | David Plowman |
2020-10-27 | libcamera: Add geometry helper functions | David Plowman |