Age | Commit message (Expand) | Author |
2022-09-28 | ipa: rkisp1: Sort documentation of the IPA context | Laurent Pinchart |
2022-09-28 | ipa: rkisp1: Remove unused class member | Jacopo Mondi |
2022-09-28 | ipa: ipu3: Pass controls to algorithm's queueRequest() handler | Laurent Pinchart |
2022-09-28 | ipa: ipu3: Use the FCQueue | Laurent Pinchart |
2022-09-28 | ipa: ipu3: Use base FrameContext class | Laurent Pinchart |
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-28 | ipa: libipa: Provide a common base for frame contexts | Kieran Bingham |
2022-09-28 | ipa: libipa: Introduce FrameContextQueue | Umang Jain |
2022-09-27 | ipa: libipa: Pass a reference instead of pointer to Algorithm::process() | Laurent Pinchart |
2022-09-27 | ipa: ipu3: af: Pass context reference to afIsOutOfFocus() | Laurent Pinchart |
2022-09-27 | ipa: ipu3: Fix style of Doxygen comment blocks | Laurent Pinchart |
2022-09-20 | ipa: meson: Fix identation | Laurent Pinchart |
2022-09-15 | meson: Enable vimc IPA for tests | Umang Jain |
2022-08-30 | ipa: rkisp1: lsc: Use double instead of float to accumulate vector of doubles | Marvin Schmidt |
2022-08-30 | ipa: rkisp1: Remove redundant call of std::string::c_str() | Marvin Schmidt |
2022-08-30 | ipa: ipu3: Remove redundant call of std::string::c_str() | 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-21 | libcamera: Remove unused headers | Christian Rauch |
2022-08-19 | ipa: rkisp1: Add manual color gains | Paul Elder |
2022-08-09 | ipa: ipu3: Add YAML tuning file support | Laurent Pinchart |
2022-08-09 | ipa: ipu3: Register algorithms | Laurent Pinchart |
2022-08-09 | ipa: ipu3: Add an uncalibrated.yaml tuning data file | Laurent Pinchart |
2022-08-09 | ipa: rkisp1: Remove unused algorithms includes from rkisp1.cpp | Daniel Semkowicz |
2022-08-09 | libcamera: controls: Generate and use fixed-sized Span types | Christian Rauch |
2022-08-04 | ipa: rkisp1: Use YAML 1.1 for tuning data files | Laurent Pinchart |
2022-08-04 | pipeline: rkisp1: Move ControlInfoMap to IPA module | Laurent Pinchart |
2022-08-02 | ipa: raspberrypi: Reset embedded data parser on configure | David Plowman |
2022-07-29 | ipa: raspberry: awb: Include <functional> | Jacopo Mondi |
2022-07-28 | ipa: raspberrypi: Add functional include to pwl.h | Eric Curtin |
2022-07-28 | ipa: raspberrypi: Remove unused Controller constructor | Naushir Patuck |
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-28 | ipa: raspberrypi: agc: Use YamlObject::getList() | Laurent Pinchart |
2022-07-28 | ipa: raspberrypi: Convert existing cameara tuning files to version 2.0 | Naushir Patuck |
2022-07-28 | ipa: raspberrypi: Introduce version 2.0 format for the camera tuning file | Naushir Patuck |
2022-07-28 | ipa: raspberrypi: Use YamlParser to replace dependency on boost | Laurent Pinchart |
2022-07-28 | ipa: raspberrypi: Replace Fatal log by error propagation | Laurent Pinchart |
2022-07-28 | ipa: raspberrypi: Propagate errors from AGC metering tuning data read | Laurent Pinchart |
2022-07-28 | ipa: raspberrypi: Return an error code from Algorithm::read() | Laurent Pinchart |
2022-07-28 | ipa: raspberrypi: Replace tabs with spaces in tuning data files | Laurent Pinchart |
2022-07-27 | ipa: raspberrypi: agc: Fix log message prefixes | Naushir Patuck |
2022-07-27 | ipa: raspberrypi: Remove #define constants | Naushir Patuck |
2022-07-27 | ipa: raspberryip: Remove all exception throw statements | Naushir Patuck |