Age | Commit message (Expand) | Author |
2020-10-30 | libcamera: ipa_manager: Fix typo in description | Sebastian Fricke |
2020-10-28 | android: jpeg: post_processor_jpeg: Embed thumbnail into Exif metadata | Umang Jain |
2020-10-28 | android: jpeg: Introduce a simple image thumbnailer | Umang Jain |
2020-10-28 | android: jpeg: encoder_libjpeg: Allow encoding raw frame bytes | Umang Jain |
2020-10-28 | android: camera_device: Mark toPixelFormat() a const function | Hirokazu Honda |
2020-10-28 | android: camera_device: Fix crash of accessing a missing map element | Hirokazu Honda |
2020-10-28 | libcamera: v4l2_device: Remove unused set of ret | Niklas Söderlund |
2020-10-28 | libcamera: camera_manager: Make CameraManager::Private::mutex_ mutable | Laurent Pinchart |
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: simple: Only connect created converters | Kieran Bingham |
2020-10-27 | pipeline: raspberrypi: return an error if setFormat() fails | Tomi Valkeinen |
2020-10-27 | Add .clang-tidy | Tomi Valkeinen |
2020-10-27 | libcamera: pipeline: raspberrypi: Implementation of digital zoom | David Plowman |
2020-10-27 | test: geometry: Add unit tests for new geometry helper functions | David Plowman |
2020-10-27 | libcamera: Add geometry helper functions | David Plowman |
2020-10-27 | libcamera: raspberrypi: Initialise the SensorCropMaximum property | David Plowman |
2020-10-27 | libcamera: Add SensorCropMaximum property | David Plowman |
2020-10-27 | libcamera: Add ScalerCrop control | David Plowman |
2020-10-26 | libcamera: span: Make constructors explicit as required by C++20 | Laurent Pinchart |
2020-10-26 | Documentation: Fix typo in pipeline handler guide | Sebastian Fricke |
2020-10-26 | android: camera_device: Handle LENS_SHADING_MAP_MODES | Jacopo Mondi |
2020-10-26 | android: camera_device: Handle COLOR_CORRECTION_ABERRATION_MODE | Jacopo Mondi |
2020-10-26 | android: camera_device: Handle NOISE_REDUCTION_MODES | Jacopo Mondi |
2020-10-26 | android: camera_device: Report PIPELINE_MAX_DEPTH | Jacopo Mondi |
2020-10-26 | libcamera: ipu3: Register camera controls | Jacopo Mondi |
2020-10-26 | libcamera: control_ids: Remove max values in enumerations | Jacopo Mondi |
2020-10-26 | ipa: raspberry: Initialize ControlInfo with values list | Jacopo Mondi |
2020-10-26 | libcamera: controls: Fix rogue whitespace | Jacopo Mondi |
2020-10-26 | libcamera: controls: Generate an array of valid values | Jacopo Mondi |
2020-10-26 | libcamera: controls: Rename enumerate values | Jacopo Mondi |
2020-10-26 | libcamera: controls: Construct from valid values | Jacopo Mondi |
2020-10-26 | libcamera: control_ids: Define draft controls | Jacopo Mondi |
2020-10-26 | libcamera: Support draft controls and properties | Kieran Bingham |
2020-10-26 | libcamera: controls: Disable ControlValue<T> construction from unsupported T | Laurent Pinchart |
2020-10-23 | android: jpeg: encoder: Use pass-by-value for Exif parameter | Umang Jain |
2020-10-23 | android: jpeg: Drop "libcamera::" namespace from functions' arguments | Umang Jain |
2020-10-23 | libcamera: Declare empty virtual destructors as defaulted | Laurent Pinchart |
2020-10-23 | libcamera: Drop unneeded empty default constructors and destructors | Laurent Pinchart |
2020-10-23 | libcamera: media_object: Remove unneeded destructors | Laurent Pinchart |
2020-10-21 | libcamera: pipeline: simple: Set camera properties | Laurent Pinchart |
2020-10-21 | libcamera: pipeline: Fail match() when no camera is registered | Laurent Pinchart |
2020-10-21 | meson: Enable shadowed variable warning | Kieran Bingham |
2020-10-21 | test: v4l2_videodevice: Prevent variable shadowing of format | Kieran Bingham |
2020-10-21 | qcam: main_window: Explicitly name raw buffer | Kieran Bingham |
2020-10-21 | cam: options: Rename optional arg to prevent shadowing | Kieran Bingham |
2020-10-21 | v4l2: camera: Prevent shadowing within V4L2Camera::Buffer | Kieran Bingham |
2020-10-21 | android: metadata: Disable -Wshadow | Kieran Bingham |
2020-10-21 | android: camera_device: Remove shadowing FrameBuffer usage | Kieran Bingham |
2020-10-21 | android: camera_device: use member style on Camera3RequestDescriptor | Kieran Bingham |