Age | Commit message (Expand) | Author |
2024-09-23 | ipa: rkisp1: Add polynomial LSC loader | Stefan Klug |
2024-09-23 | ipa: rkisp1: Add sensor info to context | Stefan Klug |
2024-09-23 | ipa: rkisp1: Move loader functions into helper class | Stefan Klug |
2024-09-23 | ipa: rkisp1: Use interpolator in lsc | Stefan Klug |
2024-09-23 | ipa: rkisp1: Use generic Interpolator class | Stefan Klug |
2024-09-03 | libcamera: ipa: Drop unneded includes from ipa_interface.h | Laurent Pinchart |
2024-09-02 | libcamera: rkisp1: Formatting improvements | Milan Zamazal |
2024-09-02 | libcamera: rkisp1: Remove unused includes | Milan Zamazal |
2024-08-27 | ipa: rkisp1: blc: Add support for BLS in compand | Paul Elder |
2024-08-27 | ipa: rkisp1: Add compand feature flag to ipa context | Paul Elder |
2024-08-27 | ipa: rkisp1: params: Add companding blocks | Laurent Pinchart |
2024-08-27 | ipa: rkisp1: Use the new ISP parameters abstraction | Laurent Pinchart |
2024-08-27 | ipa: rkisp1: Add ISP parameters abstraction class | Laurent Pinchart |
2024-08-27 | ipa: rkisp1: Pass parameters buffer size to pipeline handler | Jacopo Mondi |
2024-08-27 | ipa: rkisp1: Pass parameters buffer format to IPA module | Laurent Pinchart |
2024-08-07 | libcamera: Drop libcamera_generated_ipa_headers from sources | Laurent Pinchart |
2024-07-24 | ipa: rkisp1: ccm: Ensure metadata contains valid ccm | Stefan Klug |
2024-07-24 | ipa: rkisp1: ccm: Fix ccm metadata output | Stefan Klug |
2024-07-24 | ipa: rkisp1: awb: Unconditionally fill metadata | Stefan Klug |
2024-07-24 | ipa rkisp1: Remove temperatureK from FrameContext | Stefan Klug |
2024-07-24 | ipa: rkisp1: awb: Clamp gains to machine limits | Stefan Klug |
2024-07-06 | ipa: rkisp1: Install all tuning files | Robert Mader |
2024-07-04 | ipa: rkisp1: blc: Drop [[maybe_unused]] attribute | Laurent Pinchart |
2024-07-03 | ipa: rkisp1: Move ov4689 and ov5640 black levels into sensor helpers | Stefan Klug |
2024-07-03 | ipa: rkisp1: data: Update tuning files for imx219 and imx258 | Stefan Klug |
2024-07-03 | ipa: rkisp1: blc: Report sensor black levels in metadata | Stefan Klug |
2024-07-03 | ipa: rkisp1: blc: Query black levels from camera sensor helper | Stefan Klug |
2024-07-03 | ipa: rkisp1: Move camHelper into IPAContext | Stefan Klug |
2024-06-24 | ipa: rkisp1: agc: Rename frame context update variable to updateMetering | Laurent Pinchart |
2024-06-17 | ipa: rkisp1: agc: Move AeEnable control to the AGC algorithm | Laurent Pinchart |
2024-06-17 | ipa: rkisp1: agc: Correctly clamp maximum shutter speed | Laurent Pinchart |
2024-06-17 | ipa: rkisp1: agc: Rename maxShutterSpeed to maxFrameDuration | Laurent Pinchart |
2024-06-17 | ipa: rkisp1: agc: Use mode from frame context to calculate new EV | Laurent Pinchart |
2024-06-17 | ipa: rkisp1: agc: Simplify predivider calculation | Laurent Pinchart |
2024-06-17 | ipa: rkisp1: agc: Don't update histogram parameters unnecessarily | Laurent Pinchart |
2024-06-17 | ipa: rkisp1: agc: Make size argument to computeHistogramPredivider const | Laurent Pinchart |
2024-06-17 | ipa: rkisp1: Document all AGC parameters in IPAFrameContext | Laurent Pinchart |
2024-06-17 | ipa: rkisp1: Document all AGC parameters in IPAActiveState | Laurent Pinchart |
2024-06-17 | ipa: rkisp1: agc: Fix initialization without metering modes | Laurent Pinchart |
2024-06-17 | ipa: rkisp1: algorithms: Add crosstalk algorithm | Paul Elder |
2024-06-14 | ipa: rkisp1: agc: Plumb mode-selection and frame duration controls | Paul Elder |
2024-06-14 | ipa: rkisp1: agc: Read histogram weights from tuning file | Paul Elder |
2024-06-13 | ipa: rkisp1: cproc: Drop incorrect [[maybe_unused]] | Stefan Klug |
2024-06-13 | ipa: rkisp1: cproc: Merge identical functions | Stefan Klug |
2024-06-13 | ipa: rkisp1: cproc: Use anonymous namespace to limit symbol visibility | Stefan Klug |
2024-06-12 | ipa: rkisp1: goc: Avoid use of auto for short type | Laurent Pinchart |
2024-06-12 | ipa: rkisp1: goc: Mark default gamma table as static constexpr | Laurent Pinchart |
2024-06-12 | ipa: rkisp1: goc: Use copydoc | Laurent Pinchart |
2024-06-12 | ipa: rkisp1: goc: Drop incorrect [[maybe_unused]] | Laurent Pinchart |
2024-06-12 | ipa: rkisp1: goc: Fix typographical issues in documentation. | Laurent Pinchart |