Age | Commit message (Expand) | Author |
2020-07-07 | android: camera_device: Remove single buffer restriction. | Kieran Bingham |
2020-07-07 | android: camera_device: Add buffers for each stream to Requests | Kieran Bingham |
2020-07-06 | android: camera_device: Maintain a vector of CameraStream | Kieran Bingham |
2020-07-06 | android: camera_device: Create the Request and Camera3RequestDescriptor together | Kieran Bingham |
2020-07-06 | android: camera_device: Simplify FrameBuffer construction from a buffer_handle_t | Kieran Bingham |
2020-07-06 | android: camera_device: Support multiple stream configurations | Kieran Bingham |
2020-07-06 | android: camera_device: Provide a toPixelFormat helper | Kieran Bingham |
2020-06-18 | libcamera: Replace explicit DRM FourCCs with libcamera formats | Laurent Pinchart |
2020-06-10 | android: camera_device: Use std::make_tuple() | Laurent Pinchart |
2020-06-08 | android: camera_device: Translate Android format | Jacopo Mondi |
2020-06-08 | android: camera_device: Replace hardcoded stream configuration | Jacopo Mondi |
2020-06-08 | android: camera_device: Calculate metadata size | Jacopo Mondi |
2020-06-08 | android: camera_device: Initialize stream configuration | Jacopo Mondi |
2020-06-04 | android: hal_manager: Do not hardcode properties | Jacopo Mondi |
2020-06-04 | android: hal_manager: Report supported API version | Jacopo Mondi |
2020-06-04 | android: camera_device: Provide log prefix | Jacopo Mondi |
2020-05-16 | libcamera: Move internal headers to include/libcamera/internal/ | Laurent Pinchart |
2020-05-13 | licenses: License all meson files under CC0-1.0 | Laurent Pinchart |
2020-05-10 | android: hal: License camera3_hal.cpp as LGPL-2.1-or-later | Laurent Pinchart |
2020-02-14 | android: camera_device: Use Camera properties for static Metadata | Jacopo Mondi |
2020-02-13 | android: Remove internal thread | Laurent Pinchart |
2020-01-14 | libcamera: Switch from utils::make_unique to std::make_unique | Laurent Pinchart |
2020-01-12 | libcamera: camera: Remove the prepared state | Niklas Söderlund |
2020-01-12 | libcamera: Remove dead code after switch to FrameBuffer | Niklas Söderlund |
2020-01-12 | libcamera: Switch to FrameBuffer interface | Niklas Söderlund |
2020-01-12 | libcamera: buffer: Move captured metadata to FrameMetadata | Niklas Söderlund |
2020-01-12 | libcamera: request: In addBuffer() do not fetch stream from Buffer | Niklas Söderlund |
2019-11-19 | libcamera: camera: Remove explicit stream to buffer map in requestCompleted s... | Niklas Söderlund |
2019-10-30 | android: Replace ThreadRPC with blocking method call | Jacopo Mondi |
2019-10-29 | libcamera: object: Add connection type parameter to invokeMethod() | Jacopo Mondi |
2019-10-15 | libcamera: utils: Add hex stream output helper | Laurent Pinchart |
2019-09-05 | android: camera_device: Report available keys | Jacopo Mondi |
2019-09-05 | android: camera_device: Fix handling of request template | Jacopo Mondi |
2019-09-05 | android: camera_device: Use the new CameraMetadata helper class | Laurent Pinchart |
2019-09-05 | android: Add CameraMetadata helper class | Laurent Pinchart |
2019-09-05 | android: camera_device: Use precise sizes for request template | Jacopo Mondi |
2019-09-05 | android: camera_device: Add missing tags in request template | Jacopo Mondi |
2019-09-05 | android: camera_device: Remove tags from request template | Jacopo Mondi |
2019-09-05 | android: camera_device: Use correct sizes for static metadata | Jacopo Mondi |
2019-09-05 | android: camera_device: Add missing static metadata | Jacopo Mondi |
2019-08-19 | android: camera_device: Store static metadata in cache | Laurent Pinchart |
2019-08-19 | libcamera: camera_manager: Construct CameraManager instances manually | Laurent Pinchart |
2019-08-19 | android: camera_hal_manager: Clean up resources when terminating | Laurent Pinchart |
2019-08-19 | android: camera_hal_manager: Remove unused close() method | Laurent Pinchart |
2019-08-19 | android: camera_hal_manager: Stop thread when destroying | Laurent Pinchart |
2019-08-19 | android: Pass Camera shared pointer to CameraProxy by const reference | Laurent Pinchart |
2019-08-19 | android: Simplify thread RPC with Object::invokeMethod() | Laurent Pinchart |
2019-08-15 | hal: Fix comparison of unsigned integer < 0 | Laurent Pinchart |
2019-08-12 | hal: Fix comparison of integers of different signs | Laurent Pinchart |
2019-08-12 | android: hal: Add Camera3 HAL | Jacopo Mondi |