Age | Commit message (Expand) | Author |
2021-02-16 | libcamera: control_serializer: Save serialized ControlInfoMap in a cache | Paul Elder |
2021-02-12 | libcamera: MappedBuffer: Disable copy and assignment | Kieran Bingham |
2021-02-12 | libcamera: Utilise LIBCAMERA_DISABLE_COPY | Kieran Bingham |
2021-02-12 | libcamera: controls: Utilise LIBCAMERA_DISABLE_COPY_AND_MOVE | Kieran Bingham |
2021-02-12 | libcamera: media_object: Utilise LIBCAMERA_DISABLE_COPY_AND_MOVE | Kieran Bingham |
2021-02-12 | libcamera: buffer: Utilise LIBCAMERA_DISABLE_COPY_AND_MOVE | Kieran Bingham |
2021-02-12 | libcamera: class: Provide move and copy disablers | Kieran Bingham |
2021-02-12 | libcamera: Move extensible to class | Kieran Bingham |
2021-02-11 | libcamera: Drop unneeded depend_files from meson custom targets | Laurent Pinchart |
2021-02-11 | meson: Fix coding style when declaring arrays | Laurent Pinchart |
2021-02-09 | ipa: raspberrypi: Handle control::NoiseReductionMode in the controller | Naushir Patuck |
2021-02-09 | uapi: raspberrypi: Update the bcm2835-isp header definition | Naushir Patuck |
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 |