Age | Commit message (Expand) | Author |
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: 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-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-08-30 | ipa: ipu3: Remove redundant call of std::string::c_str() | Marvin Schmidt |
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-07-20 | libcamera: Remove extra ':' after '\todo' | Laurent Pinchart |
2022-06-29 | ipa: libipa: Introduce a Module class template | Laurent Pinchart |
2022-06-18 | ipa: ipu3: awb: Correct the gains calculation | Jean-Michel Hautbois |
2022-05-18 | ipa: ipu3: Put IPAFrameContext(s) in a ring buffer | Umang Jain |
2022-05-18 | ipa: libipa: Add frame context pointer in process() | Umang Jain |
2022-05-18 | ipa: ipu3: Rework IPAFrameContext | Umang Jain |
2022-04-14 | ipa: ipu3: af: A not initialized frame ignore counter fixing | Kate Hsuan |
2022-04-09 | ipa: ipu3: af: Simplify accumulations of y_items | Kieran Bingham |
2022-04-09 | ipa: ipu3: af: Use Span for y_table_item_t | Kieran Bingham |
2022-04-09 | ipa: ipu3: af: Remove redundant memcpy | Kieran Bingham |
2022-04-09 | ipa: ipu3: af: Use geometry classes to perform grid centering | Kieran Bingham |
2022-04-09 | ipa: ipu3: af: Move constants to implementation | Kieran Bingham |
2022-04-09 | ipa: ipu3: af: enforce grid size restrictions | Kieran Bingham |
2022-04-08 | ipa: ipu3: Inline parseStatistics() into processStatsBuffer() | Umang Jain |
2022-04-08 | ipa: ipu3: Inline fillParams() in fillParamsBuffer() | Umang Jain |
2022-04-08 | ipa: ipu3: Replace event-based ops with dedicated functions | Umang Jain |
2022-03-28 | ipa: ipu3: Ensure controls exists in before they are queried | Umang Jain |
2022-03-28 | ipa: ipu3: Drop sensor controls private members from IPAIPU3 | Umang Jain |
2022-03-28 | ipa: ipu3: Consolidate querying of exposure and gain limits | Umang Jain |
2022-03-17 | ipa: ipu3: agc: Use existing local short-hand variable in configure() | Laurent Pinchart |
2022-03-17 | ipa: ipu3: agc: Reset frame count when configuring AGC | Laurent Pinchart |
2022-03-15 | ipa: ipu3: Send lens controls to pipeline handler | Daniel Scally |
2022-03-15 | libcamera: ipa: Rename ctrls_ member | Daniel Scally |
2022-03-15 | libcamera: ipa: Add lens control member to ipu3 ipa interface | Daniel Scally |
2022-03-15 | ipa: ipu3: af: Auto focus for dw9719 Surface Go2 VCM | Kate Hsuan |
2022-03-11 | ipa: ipu3: awb: Clamp gain values | Jean-Michel Hautbois |
2022-03-11 | ipa: ipu3: agc: Introduce lineDuration in IPASessionConfiguration | Jean-Michel Hautbois |
2022-03-11 | ipa: ipu3: Shorten exposure and gain lines | Jean-Michel Hautbois |
2022-03-11 | ipa: ipu3: Return filtered value | Jean-Michel Hautbois |
2021-12-07 | libcamera: Use utils::abs_diff() | Laurent Pinchart |
2021-11-30 | ipa: ipu3: Rectify gain value reporting in request metadata | Umang Jain |
2021-11-29 | ipa: libipa: Introduce Algorithm class template | Jean-Michel Hautbois |
2021-11-29 | ipa: Do not modify the sensor limits | Jean-Michel Hautbois |
2021-11-24 | ipa: ipu3: Convert to pragma once | Kieran Bingham |
2021-11-23 | ipa: ipu3: Fix IPAContext documentation | Jean-Michel Hautbois |
2021-11-23 | ipa: ipu3: agc: Saturate the averages when computing relative luminance | Laurent Pinchart |
2021-11-23 | ipa: ipu3: agc: Return the inter-quantile mean from measureBrightness() | Laurent Pinchart |
2021-11-23 | ipa: ipu3: agc: Rename currentYGain | Laurent Pinchart |