Age | Commit message (Expand) | Author |
2021-10-19 | ipa: ipu3: awb: Don't pass member variable to member function | Laurent Pinchart |
2021-10-15 | ipa: ipu3: Update camera controls in configure() | Jacopo Mondi |
2021-10-06 | ipa: ipu3: Replace ipa::ipu3::algorithms::Ipu3AwbCell | Jean-Michel Hautbois |
2021-10-06 | ipa: ipu3: agc: Rewrite and simplify the brightness loop | Jean-Michel Hautbois |
2021-10-06 | ipa: ipu3: awb: Introduce Black Level Correction | Jean-Michel Hautbois |
2021-10-06 | ipa: ipu3: awb: Use the line stride for the stats | Jean-Michel Hautbois |
2021-10-06 | ipa: ipu3: awb: Correct the gain multipliers | Jean-Michel Hautbois |
2021-10-06 | ipa: ipu3: awb: Correct the relevant zones proportion | Jean-Michel Hautbois |
2021-10-06 | ipa: ipu3: Change limits and split loops in calculateBdsGrid() | Jean-Michel Hautbois |
2021-10-06 | ipa: ipu3: Change the limits of the AWB stats | Jean-Michel Hautbois |
2021-10-06 | ipa: ipu3: awb: Make the naming consistent | Jean-Michel Hautbois |
2021-10-06 | ipa: ipu3: Change Accumulator structure layout | Jean-Michel Hautbois |
2021-10-06 | ipa: ipu3: Rename IspStatsRegion to Accumulator | Jean-Michel Hautbois |
2021-10-06 | ipa: ipu3: Move the AWB stats structures | Jean-Michel Hautbois |
2021-09-27 | libcamera: ipu3: Drop entityControls map | Jacopo Mondi |
2021-09-14 | ipa: ipu3: Clear incoming parameter use flags | Kieran Bingham |
2021-08-31 | libcamera: mapped_framebuffer: Rename maps() to planes() | Hirokazu Honda |
2021-08-23 | ipa: ipu3: awb: remove local storage of the grid | Jean-Michel Hautbois |
2021-08-23 | ipa: ipu3: agc: remove local storage of the grid | Jean-Michel Hautbois |
2021-08-20 | ipa: ipu3: Move IPU3 agc into algorithms | Jean-Michel Hautbois |
2021-08-20 | ipa: ipu3: Move IPU3 awb into algorithms | Jean-Michel Hautbois |
2021-08-20 | ipa: ipu3: convert AGC to the new algorithm interface | Jean-Michel Hautbois |
2021-08-20 | ipa: ipu3: convert AWB to the new algorithm interface | Jean-Michel Hautbois |
2021-08-20 | ipa: ipu3: Introduce a modular tone mapping algorithm | Jean-Michel Hautbois |
2021-08-20 | ipa: ipu3: Introduce modular algorithm | Jean-Michel Hautbois |
2021-08-20 | ipa: ipu3: Add the functions to the Algorithm class | Jean-Michel Hautbois |
2021-08-20 | ipa: ipu3: Introduce a Context structure | Jean-Michel Hautbois |
2021-08-20 | ipa: move libipa::Algorithm to ipa/ipu3/algorithms | Jean-Michel Hautbois |
2021-08-12 | ipa: ipu3: Tidy-up includes | Jacopo Mondi |
2021-08-12 | libcamera: ipu3: Initialize controls in the IPA | Jacopo Mondi |
2021-08-10 | libcamera: MappedFrameBuffer: Use typed Flags<MapModes> | Kieran Bingham |
2021-08-10 | libcamera: Give MappedFrameBuffer its own implementation | Kieran Bingham |
2021-08-09 | libcamera: Rename 'method' to 'function' | Laurent Pinchart |
2021-07-11 | libcamera: buffer: Rename buffer.h to framebuffer.h | Laurent Pinchart |
2021-06-28 | ipa: ipu3: Initialize CameraSensorHelper at IPU3 init stage | Jean-Michel Hautbois |
2021-06-25 | libcamera/base: Validate internal headers as private | Kieran Bingham |
2021-06-25 | libcamera/base: Move extended base functionality | Kieran Bingham |
2021-06-25 | libcamera/base: Move utils to the base library | Kieran Bingham |
2021-06-24 | ipa: ipu3: Use libcamera::utils::Duration helper class for durations | Umang Jain |
2021-06-14 | ipa: ipu3: Support return values from configure() | Kieran Bingham |
2021-06-09 | ipa: ipu3: Fix struct/class mismatch in forward declaration | Laurent Pinchart |
2021-06-08 | ipa: ipu3: Calculate frame duration from minimum VBLANK value | Umang Jain |
2021-06-08 | ipa: ipu3: Copy IPACameraSensorInfo for future usage | Umang Jain |
2021-06-08 | ipa: ipu3: Calculate line duration from IPACameraSensorInfo | Umang Jain |
2021-06-01 | ipa: ipu3: Use a default gamma LUT at startup | Jean-Michel Hautbois |
2021-05-27 | ipa: ipu3: Set output frame duration metadata | Paul Elder |
2021-05-26 | ipa: ipu3: Provide frame timestamps through IPU3Event | Umang Jain |
2021-05-24 | ipa: ipu3: Introduce IPAConfigInfo in IPC | Umang Jain |
2021-05-24 | ipa: ipc: Rename CameraSensorInfo to IPACameraSensorInfo | Umang Jain |
2021-04-22 | ipa: ipu3: fix coverity issues in AWB | Jean-Michel Hautbois |