Age | Commit message (Expand) | Author |
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 |
2021-11-23 | ipa: ipu3: agc: Standardize vocabulary on "relative luminance" | Laurent Pinchart |
2021-11-23 | ipa: ipu3: agc: Drop kMaxLuminance constant | Laurent Pinchart |
2021-11-16 | ipa: ipu3: agc: Remove the threshold for the histogram calculation | Jean-Michel Hautbois |
2021-11-15 | ipa: ipu3: Set the AnalogueGain control | Jean-Michel Hautbois |
2021-11-15 | ipa: ipu3: Move ExposureTime to IPA | Jean-Michel Hautbois |
2021-11-15 | ipa: ipu3: Cache line duration at configure call | Jean-Michel Hautbois |
2021-11-15 | ipa: ipu3: Send color temperature in the metadata | Jean-Michel Hautbois |
2021-11-15 | ipa: ipu3: awb: Add support for color temperature | Jean-Michel Hautbois |
2021-11-15 | ipa: ipu3: agc: Store exposure in units of time | Jean-Michel Hautbois |
2021-11-15 | ipa: ipu3: agc: Update previous exposure value | Jean-Michel Hautbois |
2021-11-15 | ipa: ipu3: agc: Improve gain calculation | Jean-Michel Hautbois |
2021-11-15 | ipa: ipu3: agc: Refactor ev gain calculation and testing | Jean-Michel Hautbois |