Age | Commit message (Expand) | Author |
2021-10-26 | ipa: ipu3: tonemapping: Implement configure call | Jean-Michel Hautbois |
2021-10-26 | ipa: ipu3: tonemapping: Generate the LUT only on gamma change | Jean-Michel Hautbois |
2021-10-26 | ipa: ipu3: agc: Document AGC mean-based algorithm | Jean-Michel Hautbois |
2021-10-26 | ipa: ipu3: awb: Reword accumulator documentation | Jean-Michel Hautbois |
2021-10-26 | ipa: ipu3: awb: Add AWB class documentation | Jean-Michel Hautbois |
2021-10-26 | ipa: ipu3: Explicitly use the statistics parameter | Jean-Michel Hautbois |
2021-10-26 | ipa: ipu3: Document the IPAIPU3 class | Jean-Michel Hautbois |
2021-10-26 | ipa: ipu3: Document IPAIPU3::configure | Jean-Michel Hautbois |
2021-10-26 | ipa: ipu3: Document IPAIPU3 class interface | Jean-Michel Hautbois |
2021-10-22 | ipa: ipu3: Use sensor limits for analogue gain | Jean-Michel Hautbois |
2021-10-22 | ipa: ipu3: agc: Remove unused variables | Jean-Michel Hautbois |
2021-10-22 | ipa: ipu3: agc: Refactor condition on exposure correction | Jean-Michel Hautbois |
2021-10-22 | ipa: ipu3: agc: Introduce previous exposure value | Jean-Michel Hautbois |
2021-10-22 | ipa: ipu3: agc: Rename gains properly | Jean-Michel Hautbois |
2021-10-22 | ipa: ipu3: agc: Simplify division of exposure/gain | Jean-Michel Hautbois |
2021-10-22 | ipa: ipu3: agc: Use filtered exposure values | Jean-Michel Hautbois |
2021-10-22 | ipa: ipu3: agc: Change analogue gain limits | Jean-Michel Hautbois |
2021-10-22 | ipa: ipu3: agc: Change exposure limits | Jean-Michel Hautbois |
2021-10-22 | ipa: ipu3: agc: Rename exposure values properly | Jean-Michel Hautbois |
2021-10-22 | ipa: ipu3: awb: Change minimal green threshold value | Jean-Michel Hautbois |
2021-10-22 | ipa: ipu3: awb: Use saturation under 90% | Jean-Michel Hautbois |
2021-10-22 | ipa: ipu3: set frameContext before controls | Jean-Michel Hautbois |
2021-10-22 | ipa: ipu3: awb: Set a threshold for the green saturation | Jean-Michel Hautbois |
2021-10-19 | ipa: ipu3: agc: Remove "using" directive from agc.h header | Laurent Pinchart |
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 |