summaryrefslogtreecommitdiff
path: root/src/ipa/ipu3
AgeCommit message (Expand)Author
2021-10-06ipa: ipu3: Replace ipa::ipu3::algorithms::Ipu3AwbCellJean-Michel Hautbois
2021-10-06ipa: ipu3: agc: Rewrite and simplify the brightness loopJean-Michel Hautbois
2021-10-06ipa: ipu3: awb: Introduce Black Level CorrectionJean-Michel Hautbois
2021-10-06ipa: ipu3: awb: Use the line stride for the statsJean-Michel Hautbois
2021-10-06ipa: ipu3: awb: Correct the gain multipliersJean-Michel Hautbois
2021-10-06ipa: ipu3: awb: Correct the relevant zones proportionJean-Michel Hautbois
2021-10-06ipa: ipu3: Change limits and split loops in calculateBdsGrid()Jean-Michel Hautbois
2021-10-06ipa: ipu3: Change the limits of the AWB statsJean-Michel Hautbois
2021-10-06ipa: ipu3: awb: Make the naming consistentJean-Michel Hautbois
2021-10-06ipa: ipu3: Change Accumulator structure layoutJean-Michel Hautbois
2021-10-06ipa: ipu3: Rename IspStatsRegion to AccumulatorJean-Michel Hautbois
2021-10-06ipa: ipu3: Move the AWB stats structuresJean-Michel Hautbois
2021-09-27libcamera: ipu3: Drop entityControls mapJacopo Mondi
2021-09-14ipa: ipu3: Clear incoming parameter use flagsKieran Bingham
2021-08-31libcamera: mapped_framebuffer: Rename maps() to planes()Hirokazu Honda
2021-08-23ipa: ipu3: awb: remove local storage of the gridJean-Michel Hautbois
2021-08-23ipa: ipu3: agc: remove local storage of the gridJean-Michel Hautbois
2021-08-20ipa: ipu3: Move IPU3 agc into algorithmsJean-Michel Hautbois
2021-08-20ipa: ipu3: Move IPU3 awb into algorithmsJean-Michel Hautbois
2021-08-20ipa: ipu3: convert AGC to the new algorithm interfaceJean-Michel Hautbois
2021-08-20ipa: ipu3: convert AWB to the new algorithm interfaceJean-Michel Hautbois
2021-08-20ipa: ipu3: Introduce a modular tone mapping algorithmJean-Michel Hautbois
2021-08-20ipa: ipu3: Introduce modular algorithmJean-Michel Hautbois
2021-08-20ipa: ipu3: Add the functions to the Algorithm classJean-Michel Hautbois
2021-08-20ipa: ipu3: Introduce a Context structureJean-Michel Hautbois
2021-08-20ipa: move libipa::Algorithm to ipa/ipu3/algorithmsJean-Michel Hautbois
2021-08-12ipa: ipu3: Tidy-up includesJacopo Mondi
2021-08-12libcamera: ipu3: Initialize controls in the IPAJacopo Mondi
2021-08-10libcamera: MappedFrameBuffer: Use typed Flags<MapModes>Kieran Bingham
2021-08-10libcamera: Give MappedFrameBuffer its own implementationKieran Bingham
2021-08-09libcamera: Rename 'method' to 'function'Laurent Pinchart
2021-07-11libcamera: buffer: Rename buffer.h to framebuffer.hLaurent Pinchart
2021-06-28ipa: ipu3: Initialize CameraSensorHelper at IPU3 init stageJean-Michel Hautbois
2021-06-25libcamera/base: Validate internal headers as privateKieran Bingham
2021-06-25libcamera/base: Move extended base functionalityKieran Bingham
2021-06-25libcamera/base: Move utils to the base libraryKieran Bingham
2021-06-24ipa: ipu3: Use libcamera::utils::Duration helper class for durationsUmang Jain
2021-06-14ipa: ipu3: Support return values from configure()Kieran Bingham
2021-06-09ipa: ipu3: Fix struct/class mismatch in forward declarationLaurent Pinchart
2021-06-08ipa: ipu3: Calculate frame duration from minimum VBLANK valueUmang Jain
2021-06-08ipa: ipu3: Copy IPACameraSensorInfo for future usageUmang Jain
2021-06-08ipa: ipu3: Calculate line duration from IPACameraSensorInfoUmang Jain
2021-06-01ipa: ipu3: Use a default gamma LUT at startupJean-Michel Hautbois
2021-05-27ipa: ipu3: Set output frame duration metadataPaul Elder
2021-05-26ipa: ipu3: Provide frame timestamps through IPU3EventUmang Jain
2021-05-24ipa: ipu3: Introduce IPAConfigInfo in IPCUmang Jain
2021-05-24ipa: ipc: Rename CameraSensorInfo to IPACameraSensorInfoUmang Jain
2021-04-22ipa: ipu3: fix coverity issues in AWBJean-Michel Hautbois
2021-04-22ipa: ipu3: Add support for IPU3 AEC/AGC algorithmJean-Michel Hautbois
2021-04-22ipa: ipu3: Add support for IPU3 AWB algorithmJean-Michel Hautbois