Age | Commit message (Expand) | Author |
2021-04-26 | libcamera: V4L2Device: Use Span in updateControls() | Hirokazu Honda |
2021-04-26 | libcamera: V4L2Device: Replace VLA with std::vector in setControls() | Hirokazu Honda |
2021-04-26 | libcamera: V4L2Device: Replace VLA with std::vector in getControls() | Hirokazu Honda |
2021-04-26 | ipa: rkisp1: Move the IPA to the ipa::rkisp1 namespace | Jean-Michel Hautbois |
2021-04-22 | libcamera: pipeline: ipu3: Cancel unused buffers | Kieran Bingham |
2021-04-22 | libcamera: pipeline: rkisp1: Fail RkISP1FrameInfo can't be found | Kieran Bingham |
2021-04-22 | libcamera: pipeline: ipu3: frames: Fail if the FrameInfo can't be found | Kieran Bingham |
2021-04-22 | libcamera: camera: Assert pipelines complete all requests | Kieran Bingham |
2021-04-22 | ipa: ipu3: fix coverity issues in AWB | Jean-Michel Hautbois |
2021-04-22 | ipa: ipu3: Add support for IPU3 AEC/AGC algorithm | Jean-Michel Hautbois |
2021-04-22 | ipa: ipu3: Add support for IPU3 AWB algorithm | Jean-Michel Hautbois |
2021-04-22 | ipa: ipu3: Add a histogram class | Jean-Michel Hautbois |
2021-04-22 | ipa: Add a common interface for algorithm objects | Jean-Michel Hautbois |
2021-04-21 | lc-compliance: simple_capture: Handle unsupported roles | Niklas Söderlund |
2021-04-21 | libcamera: class: Drop 'klass' argument from documentation | Jacopo Mondi |
2021-04-21 | libcamera: Drop argument from LIBCAMERA_DECLARE_PRIVATE | Jacopo Mondi |
2021-04-20 | android: CameraDevice: Fix Camera3RequestDescriptor leakage | Hirokazu Honda |
2021-04-20 | android: CameraDevice: Add stop() | Hirokazu Honda |
2021-04-20 | pipeline: raspberrypi: Fix typo in a comment | Naushir Patuck |
2021-04-17 | ipa: ipu3: Move the IPA to the ipa::ipu3 namespace | Kieran Bingham |
2021-04-17 | libcamera: pipeline: ipu3: Check for failures when loading IPA | Kieran Bingham |
2021-04-17 | libcamera: bound_method: Please the gcc undefined behaviour sanitizer | Laurent Pinchart |
2021-04-17 | libcamera: signal: Fix return value template type of BoundMethodMember | Laurent Pinchart |
2021-04-15 | libcamera: span: Fix reverse iterators | Laurent Pinchart |
2021-04-15 | test: span: Add tests for begin() and rbegin() | Laurent Pinchart |
2021-04-15 | libcamera: camera_sensor: Demote error message | Jacopo Mondi |
2021-04-15 | ipa: raspberrypi: cam_helper: Remove duplicate words | Sebastian Fricke |
2021-04-15 | libcamera: log: Use compiler builtins to retrieve file and line number | Laurent Pinchart |
2021-04-15 | libcamera: log: De-duplicate _log() functions and LogMessage constructor | Laurent Pinchart |
2021-04-15 | libcamera: pipeline_handler: Fix typo in documentation | Laurent Pinchart |
2021-04-14 | libcamera: pipeline: rkisp1: Allow requests to be cancelled | Nícolas F. R. A. Prado |
2021-04-14 | libcamera: pipeline: rkisp1: Assert empty queuedRequests before clearing fram... | Nícolas F. R. A. Prado |
2021-04-14 | libcamera: pipeline: rkisp1: Stop IPA before streams | Nícolas F. R. A. Prado |
2021-04-14 | lc-compliance: Drop return value from SimpleCapture::stop() | Niklas Söderlund |
2021-04-14 | lc-compliance: Initialize the event loop pointer | Niklas Söderlund |
2021-04-14 | pipeline: simple: Fix an issue in breadth-first search | Phi-Bang Nguyen |
2021-04-13 | libcamera: pipeline_handler: Document requestSequence_ | Kieran Bingham |
2021-04-13 | libcamera: ipa_proxy: Document ProxyState | Kieran Bingham |
2021-04-13 | libcamera: ipa_proxy: Scope ProxyState to IPAProxy | Kieran Bingham |
2021-04-12 | test: threads: Fix memory leak | Laurent Pinchart |
2021-04-12 | libcamera: bound_method: Fix type of pack for void methods | Laurent Pinchart |
2021-04-12 | lc-compliance: Add test stopping single stream with requests queued | Niklas Söderlund |
2021-04-12 | lc-compliance: Add a libcamera compliance tool | Niklas Söderlund |
2021-04-07 | libcamera: camera_manager: Remove \todo on hotplug/unplug of cameras | Umang Jain |
2021-04-07 | libcamera: thread: Fix typo in comment | Sebastian Fricke |
2021-04-05 | Add alternative meson install command | Vedant Paranjape |
2021-04-04 | android: CameraDevice: Deny non ROTATION_0 stream configuration | Hirokazu Honda |
2021-04-04 | android: CameraDevice: Log rotation variables in camera3_stream | Hirokazu Honda |
2021-04-04 | android: CameraDevice: Validate crop_rotate_scale_degrees in configuration | Hirokazu Honda |
2021-04-04 | android: Define OS_CHROMEOS macro if android_platform=cros | Hirokazu Honda |