Age | Commit message (Expand) | Author |
2024-12-12 | ipa: rpi: cam_helper: imx708: Correct the frame integration diff value | David Plowman |
2024-12-09 | ipa: rpi: Fix wrong frame integration difference value for OV9281 | Naushir Patuck |
2024-12-09 | libcamera: libipa: camera_sensor_helper: Use `variant` instead of `union` | Barnabás Pőcze |
2024-12-06 | libcamera: software_isp: Add contrast control | Milan Zamazal |
2024-12-06 | libcamera: software_isp: Add support for contrast control | Milan Zamazal |
2024-12-06 | ipa: ipu3: Add constructor to the IPA context | Milan Zamazal |
2024-12-06 | ipa: software_isp: Add constructor to the IPA context | Milan Zamazal |
2024-12-04 | libipa: agc_mean_luminance: Rename yaml key from exposure-time to exposureTime | Stefan Klug |
2024-12-03 | libipa: Drop Matrix class | Stefan Klug |
2024-12-03 | rkisp1: Use Matrix class from libcamera | Stefan Klug |
2024-12-03 | libipa: Use Matrix class from libcamera | Stefan Klug |
2024-12-03 | ipa: rpi: ccm: Replace local matrix implementation with the libcamera one | Stefan Klug |
2024-12-03 | ipa: rpi: Rename Matrix to Matrix3x3 | Stefan Klug |
2024-12-03 | libcamera: software_isp: Actually apply black level from tuning data | Milan Zamazal |
2024-11-29 | libcamera: software_isp: Remove unused IPAActiveState fields | Stanislaw Gruszka |
2024-11-29 | libcamera: software_isp: Initialize exposure+gain before agc calculations | Stanislaw Gruszka |
2024-11-29 | libcamera: libipa: camera_sensor: Add GalaxyCore gc08a3 sensor properties | Harvey Yang |
2024-11-29 | libcamera: libipa: camera_sensor: Add GalaxyCore gc05a2 sensor properties | Harvey Yang |
2024-11-26 | ipa: rkisp1: awb: Expand comment | Laurent Pinchart |
2024-11-26 | ipa: rkisp1: awb: Use Vector and Matrix for linear algebra | Laurent Pinchart |
2024-11-26 | ipa: rkisp1: awb: Use RGB class to store colour gains | Laurent Pinchart |
2024-11-26 | ipa: libipa: colour: Use Vector and Matrix for linear algebra | Laurent Pinchart |
2024-11-26 | ipa: libipa: colour: Use the RGB class to model RGB values | Laurent Pinchart |
2024-11-26 | ipa: ipu3: awb: Replace Awb::RGB class with ipa::RGB | Laurent Pinchart |
2024-11-26 | ipa: libipa: vector: Add sum() function | Laurent Pinchart |
2024-11-26 | ipa: libipa: vector: Add element-wise min() and max() functions | Laurent Pinchart |
2024-11-26 | ipa: libipa: vector: Add compound assignment operators | Laurent Pinchart |
2024-11-26 | ipa: libipa: vector: Add missing binary arithemtic operators | Laurent Pinchart |
2024-11-26 | ipa: libipa: vector: Generalize arithmetic operators | Laurent Pinchart |
2024-11-26 | ipa: libipa: vector: Rename the dot product operator*() to dot() | Laurent Pinchart |
2024-11-26 | ipa: libipa: vector: Add scalar constructor | Laurent Pinchart |
2024-11-26 | ipa: libipa: vector: Add r(), g() and b() accessors | Laurent Pinchart |
2024-11-26 | ipa: libipa: vector: Add mutable x(), y() and z() accessors | Laurent Pinchart |
2024-11-26 | libcamera: Rename "shutter speed" to "exposure time" | Laurent Pinchart |
2024-11-25 | libcamera: libipa: camera_sensor_helper: add IMX290 black level | Geoffrey Van Landeghem |
2024-11-25 | ipa: raspberrypi: Add tuning file for IMX327 sensor | Geoffrey Van Landeghem |
2024-11-25 | ipa: raspberrypi: Add tuning file for IMX462 sensor | Geoffrey Van Landeghem |
2024-11-25 | ipa: rpi: cam_helper: Add Sony IMX327 | Geoffrey Van Landeghem |
2024-11-25 | libcamera: libipa: camera_sensor: Provide helper and properties for Sony IMX462 | Geoffrey Van Landeghem |
2024-11-25 | libipa: FCQueue: Make sure FrameContext#0 is initialized | Jacopo Mondi |
2024-11-19 | ipa: rpi: awb: Disable CT search bias for Grey World AWB | Naushir Patuck |
2024-11-18 | ipa: rpi: Use centralised libipa helpers | Daniel Scally |
2024-11-18 | ipa: rkisp1: Use centralised libipa helpers | Daniel Scally |
2024-11-18 | ipa: ipu3: Use centralised libipa helpers | Daniel Scally |
2024-11-18 | ipa: libipa: Add colour helpers | Daniel Scally |
2024-11-13 | ipa: libipa: Add data accessor to Histogram | Stefan Klug |
2024-11-13 | ipa: rkisp1: Add debug metadata support to the rkisp1 | Stefan Klug |
2024-11-13 | ipa: rkisp1: Add constructor to the ipa context | Stefan Klug |
2024-11-11 | libcamera: Rationalize IPA and handlers names | Jacopo Mondi |
2024-11-04 | controls: rpi: Add a vendor rpi::ScalerCrops control | Naushir Patuck |