Age | Commit message (Expand) | Author |
2025-02-13 | ipa: rkisp1: algorithms: agc: Fix whitespace | Laurent Pinchart |
2025-02-13 | ipa: rpi: Fix incorrect cast for ExposureTime ControlInfo | Naushir Patuck |
2025-02-12 | libipa: Drop Vector class | Stefan Klug |
2025-02-12 | ipa: Use Vector class from libcamera | Stefan Klug |
2025-02-12 | libcamera: Adapt Vector class to new location | Stefan Klug |
2025-02-12 | libcamera: Copy Vector class files from libipa | Stefan Klug |
2025-02-12 | ipa: rpi: Apply default ControlInfo values for sensor controls | Naushir Patuck |
2025-02-11 | ipa: rkisp1: agc: Fix build on debian 11 (gcc-9) | Stefan Klug |
2025-02-11 | ipa: rkisp1: agc: Initialize enum controls with a list of values | Stefan Klug |
2025-02-06 | libcamera: log: Match whole category in LIBCAMERA_LOG_LEVELS | Stefan Klug |
2025-02-04 | libcamera: matrix: Add read-only accessor to internal data | Laurent Pinchart |
2025-02-04 | libcamera: pipeline: virtual: Set `FrameError` on error | Barnabás Pőcze |
2025-02-04 | libcamera: pipeline: virtual: Fill buffer's metadata | Barnabás Pőcze |
2025-02-04 | libcamera: pipeline: virtual: Simplify error return | Barnabás Pőcze |
2025-02-01 | libcamera: software_isp: Handle signals in the proper thread | Milan Zamazal |
2025-01-27 | apps: ppm_writer: Return EIO on I/O errors | Milan Zamazal |
2025-01-27 | apps: ppm_writer: Add a missing include | Milan Zamazal |
2025-01-27 | libcamera: software_isp: Move a non-loop condition out of the loop | Milan Zamazal |
2025-01-24 | libcamera: pipeline: Move tuning file override handling to IPAProxy | Laurent Pinchart |
2025-01-24 | ipa: libipa: lux: Fix indentation | Laurent Pinchart |
2025-01-20 | ipa: raspberry: Report new AeEnable control as available | Paul Elder |
2025-01-20 | ipa: rkisp1: agc: Report new AeEnable control as available | Paul Elder |
2025-01-20 | libcamera: camera: Pre-process AeEnable control | Paul Elder |
2025-01-20 | controls: Redefine AeEnable | Paul Elder |
2025-01-20 | controls: Remove AeLocked | Jacopo Mondi |
2025-01-20 | ipa: rkisp1: Port to the new AEGC controls | Paul Elder |
2025-01-20 | ipa: raspberry: Port to the new AEGC controls | Jacopo Mondi |
2025-01-20 | libcamera: uvcvideo: Register ExposureTimeMode control | Jacopo Mondi |
2025-01-20 | controls: Introduce AEGC-related controls | Paul Elder |
2025-01-20 | libcamera: v4l2_subdevice: Work around false positive warning | Laurent Pinchart |
2025-01-14 | DmaBufAllocator: Avoid syncing with an invalid file descriptor | Harvey Yang |
2025-01-14 | libcamera: virtual: Install configuration file | Barnabás Pőcze |
2025-01-14 | libcamera: pipeline: virtual: Demote config file error message to debug | Laurent Pinchart |
2025-01-14 | libcamera: pipeline_handler: Enable silent configuration file lookup | Laurent Pinchart |
2025-01-10 | meson: Convert `v4l2` into a feature option | Barnabás Pőcze |
2025-01-10 | gstreamer: allocator: gst_libcamera_allocator_new(): Fix memory leak | Barnabás Pőcze |
2025-01-10 | gstreamer: allocator: gst_libcamera_allocator_new(): Recognize errors | Barnabás Pőcze |
2025-01-09 | Thread: Fix setThreadAffinity race condition in start | Harvey Yang |
2025-01-08 | libcamera: camera_sensor: Add support for embedded data | Laurent Pinchart |
2025-01-08 | libcamera: Add CameraSensor implementation for raw V4L2 sensors | Laurent Pinchart |
2025-01-08 | libcamera: v4l2_videodevice: Update to the new kernel metadata API | Laurent Pinchart |
2025-01-08 | libcamera: v4l2_subdevice: Add new metadata formats | Laurent Pinchart |
2025-01-08 | ipa: rpi: Provide the camera helper with the hardware configuration | Naushir Patuck |
2025-01-08 | ipa: rpi: Add a HW property to determine if the data buffer is strided | Naushir Patuck |
2025-01-08 | ipa: rpi: Add erase()/eraseLocked() to RPiController::Metadata | Naushir Patuck |
2025-01-08 | ipa: rpi: Use r-value references in the set()/setLocked() functions | Naushir Patuck |
2025-01-08 | ipa: rpi: Add vc4 tuning files for imx415 | Dave Stevenson |
2025-01-08 | ipa: rpi: Add cam_helper for imx415 | Dave Stevenson |
2025-01-08 | libcamera: camera_sensor_properties: Add delays for imx415 | Dave Stevenson |
2025-01-07 | DmaBufAllocator: Make DmaSyncer non-copyable | Harvey Yang |