Age | Commit message (Expand) | Author |
2023-03-06 | ipa: rkisp1: lsc: Fix integer division error | Jacopo Mondi |
2023-01-25 | ipa: rkisp1: Raise maximum analogue gain | Mikhail Rudenko |
2022-11-25 | ipa: rkisp1: agc: Support raw capture | Laurent Pinchart |
2022-11-25 | ipa: rkisp1: Add support for manual gain and exposure | Paul Elder |
2022-11-25 | ipa: rkisp1: Support raw capture in IPA operations | Laurent Pinchart |
2022-11-12 | ipa: rkisp1: Take into account color temperature during LSC algorithm | Florian Sylvestre |
2022-11-09 | ipa: rkisp1: Move shutter speed and analogue gain limits from agc to sensor | Laurent Pinchart |
2022-11-09 | ipa: Sort algorithm operations based on calling order | Laurent Pinchart |
2022-11-03 | ipa: rkisp1: Compute LSC algorithm parameter during configure | Florian Sylvestre |
2022-10-24 | ipa: rkisp1: Fill AGC and AWB metadata | Laurent Pinchart |
2022-10-24 | ipa: Pass metadata to Algorithm::process() function | Laurent Pinchart |
2022-10-10 | ipa: rkisp1: Drop use of utils::defopt | Laurent Pinchart |
2022-10-01 | ipa: rkisp1: Remove initialized_ flags from algorithms | Laurent Pinchart |
2022-09-28 | ipa: rkisp1: awb: Remove bias from gain calculation | Laurent Pinchart |
2022-09-28 | ipa: rkisp1: awb: Freeze AWB when means are too small | Laurent Pinchart |
2022-09-28 | ipa: rkisp1: awb: Clamp gains to prevent divisions by zero | Laurent Pinchart |
2022-09-28 | ipa: rkisp1: awb: Prevent RGB means from being negative | Laurent Pinchart |
2022-09-28 | ipa: rkisp1: awb: Log means, gains and temperature in debug message | Laurent Pinchart |
2022-09-28 | ipa: rkisp1: awb: Add support for RGB means | Quentin Schulz |
2022-09-28 | ipa: rkisp1: awb: Use frame context to fix gains calculations | Laurent Pinchart |
2022-09-28 | ipa: rkisp1: filter: Store per-frame information in frame context | Laurent Pinchart |
2022-09-28 | ipa: rkisp1: dpf: Store per-frame information in frame context | Laurent Pinchart |
2022-09-28 | ipa: rkisp1: cproc: Store per-frame information in frame context | Laurent Pinchart |
2022-09-28 | ipa: rkisp1: awb: Store per-frame information in frame context | Laurent Pinchart |
2022-09-28 | ipa: rkisp1: agc: Store per-frame information in frame context | Laurent Pinchart |
2022-09-28 | ipa: rkisp1: Use frame number passed to Algorithm::prepare() | Laurent Pinchart |
2022-09-28 | ipa: rkisp1: Rename frameContext to activeState | Kieran Bingham |
2022-09-28 | ipa: libipa: algorithm: queueRequest(): Pass frame context | Kieran Bingham |
2022-09-28 | ipa: libipa: algorithm: process(): Pass frame number | Kieran Bingham |
2022-09-28 | ipa: libipa: algorithm: prepare(): Pass frame and frame Context | Kieran Bingham |
2022-09-27 | ipa: libipa: Pass a reference instead of pointer to Algorithm::process() | Laurent Pinchart |
2022-08-30 | ipa: rkisp1: lsc: Use double instead of float to accumulate vector of doubles | Marvin Schmidt |
2022-08-21 | ipa: rkisp1: Add support of Denoise Pre-Filter control | Florian Sylvestre |
2022-08-21 | ipa: rkisp1: Add enable field for LSC algorithm in IPA context | Florian Sylvestre |
2022-08-21 | ipa: rkisp1: Add enable field for AWB algorithm in IPA context | Florian Sylvestre |
2022-08-19 | ipa: rkisp1: Add manual color gains | Paul Elder |
2022-07-28 | ipa: rkisp1: Add support of ColorProcessing control | Florian Sylvestre |
2022-07-28 | ipa: rkisp1: Add support of Filter control | Florian Sylvestre |
2022-07-28 | ipa: rkisp1: Add support of Defect Pixel Cluster Correction control | Florian Sylvestre |
2022-07-28 | ipa: rkisp1: Add support of Lens Shading Correction control | Florian Sylvestre |
2022-07-28 | ipa: rkisp1: Add support of Gamma Sensor Linearization control | Florian Sylvestre |
2022-07-20 | ipa: rkisp1: Drop unnecessary forward declarations and includes | Laurent Pinchart |
2022-06-29 | ipa: rkisp1: Add support of Black Level Correction tuning | Florian Sylvestre |
2022-06-29 | ipa: rkisp1: Register algorithms | Laurent Pinchart |
2022-06-29 | ipa: libipa: Introduce a Module class template | Laurent Pinchart |
2022-05-18 | ipa: libipa: Add frame context pointer in process() | Umang Jain |
2022-03-28 | ipa: rkisp1: Introduce AWB | Jean-Michel Hautbois |
2022-03-28 | ipa: rkisp1: agc: Add a histogram-based gain | Jean-Michel Hautbois |
2022-03-28 | ipa: rkisp1: Introduce Black Level Correction | Jean-Michel Hautbois |
2021-12-07 | libcamera: Use utils::abs_diff() | Laurent Pinchart |