Age | Commit message (Expand) | Author |
2021-04-04 | android: CameraDevice: Deny if the streams is empty | Hirokazu Honda |
2021-04-04 | android: mm: cros: Handle buffer registration failure | Hirokazu Honda |
2021-04-03 | libcamera: pipeline_handler: Make queueRequest() void function | Hirokazu Honda |
2021-04-03 | Documentation: Add getting started section | Laurent Pinchart |
2021-03-29 | android: camera_device: Add null check for ScalerCrop control | Phi-Bang Nguyen |
2021-03-29 | libcamera: thread: Remove the unused setEventDispatcher() function | Laurent Pinchart |
2021-03-29 | ipa: raspberrypi: Fix typo and improve wording | Sebastian Fricke |
2021-03-29 | pipeline: raspberrypi: Remove unused getFormat call | Sebastian Fricke |
2021-03-29 | libcamera: pipeline: ipu3: frames: Use the request sequence | Kieran Bingham |
2021-03-29 | libcamera: camera: Extend with a Stopping state | Kieran Bingham |
2021-03-29 | libcamera: camera: Report function which fails access control | Kieran Bingham |
2021-03-29 | libcamera: camera: Validate requests are completed in Running state | Kieran Bingham |
2021-03-29 | libcamera: request: Add a toString() | Kieran Bingham |
2021-03-29 | libcamera: request: Provide a sequence number | Kieran Bingham |
2021-03-29 | libcamera: buffer: Break friendship with Request | Kieran Bingham |
2021-03-29 | utils: ipc: proxy: Track IPA with a state machine | Kieran Bingham |
2021-03-29 | libcamera: pipeline: ipu3: Fix typos | Laurent Pinchart |
2021-03-28 | pipeline: uvcvideo: Avoid reference to temporary object | Khem Raj |
2021-03-28 | pipeline: raspberryPi: Fix typo in comment | Sebastian Fricke |
2021-03-28 | ipa: raspberrrypi: Remove duplicate comment | Sebastian Fricke |
2021-03-28 | meson: Summarize which applications and adaptation layers are built | Laurent Pinchart |
2021-03-27 | ipa: rkisp1: Do not set controls during configure | Sebastian Fricke |
2021-03-25 | libcamera: camera_manager: Document the CameraManager destructor | Laurent Pinchart |
2021-03-25 | Documentation: contributing: Add link to bugs.libcamera.org | Laurent Pinchart |
2021-03-25 | android: meson: Remove unneeded android_enabled check | Laurent Pinchart |
2021-03-25 | android: CameraDevice: Mark getResultMetadata() const function | Hirokazu Honda |
2021-03-25 | android: CameraDevice: Manage requestTemplates_ with std::unique_ptr | Hirokazu Honda |
2021-03-25 | android: CameraDevice: Manage staticMetadata_ with std::unique_ptr | Hirokazu Honda |
2021-03-25 | android: Camera3RequestDescriptor: Manage buffers with std::vector | Hirokazu Honda |
2021-03-25 | android: CameraDevice: Return const shared_ptr& by camera() | Hirokazu Honda |
2021-03-25 | android: CameraDevice: Take shared_ptr in constructor | Hirokazu Honda |
2021-03-25 | android: CameraHalManager: Fix a function call of a moved Camera | Hirokazu Honda |
2021-03-25 | android: CameraHalManager: Hold CameraManager with std::unique_ptr | Hirokazu Honda |
2021-03-25 | android: CameraHalManager: Hold CameraDevice with std::unique_ptr | Hirokazu Honda |
2021-03-24 | libcamera: v4l2_videodevice: Prevent queueing buffers without a cache | Kieran Bingham |
2021-03-24 | ipa: ipu3: Do not set controls during configure | Kieran Bingham |
2021-03-24 | libcamera: pipeline: ipu3: frames: Associate buffers with the request | Kieran Bingham |
2021-03-24 | libcamera: pipeline: ipu3: frames: Group FrameBuffer operations | Kieran Bingham |
2021-03-24 | libcamera: pipeline: ipu3: Do not mark metadata complete early | Kieran Bingham |
2021-03-24 | libcamera: pipeline: ipu3: Stop IPA before stopping devices | Kieran Bingham |
2021-03-24 | utils: ipc: proxy: Process pending messages | Laurent Pinchart |
2021-03-24 | utils: ipc: proxy: Assert asynchronous calls execute in the running state | Laurent Pinchart |
2021-03-23 | meson: Add configuration option to build the cam application | Laurent Pinchart |
2021-03-23 | meson: Use subdir_done() to reduce indentation | Laurent Pinchart |
2021-03-23 | ipa: raspberrypi: Rationalise parameters to ipa::configure() | Naushir Patuck |
2021-03-23 | ipa: raspberrypi: Rationalise parameters to ipa::start() | Naushir Patuck |
2021-03-23 | ipa: raspberrypi: Remove unused member variable | Naushir Patuck |
2021-03-23 | ipa: raspberrypi: Move the controller initialise to ipa::init() | Naushir Patuck |
2021-03-23 | pipeline: raspberrypi: Conditionally open the embedded data node | Naushir Patuck |
2021-03-23 | pipeline: ipa: raspberrypi: Open the CamHelper on ipa::init() | Naushir Patuck |