Age | Commit message (Expand) | Author |
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 |
2021-12-01 | ipa: rkisp1: Initialize numCells in constructor | Jean-Michel Hautbois |
2021-11-29 | ipa: rkisp1: agc: Introduce prepare call | Jean-Michel Hautbois |
2021-11-29 | ipa: rkisp1: Introduce AGC | Jean-Michel Hautbois |
2021-11-29 | ipa: rkisp1: Use the Algorithm class | Jean-Michel Hautbois |