Age | Commit message (Expand) | Author |
2021-06-28 | ipa: Create a camera sensor helper class | Jean-Michel Hautbois |
2021-06-25 | libcamera/base: Validate internal headers as private | Kieran Bingham |
2021-06-25 | libcamera/base: Move span to base library | Kieran Bingham |
2021-06-25 | libcamera/base: Move File to base library | 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-22 | ipa: raspberrypi: Fix possible buffer overrun in metadata parsing | Naushir Patuck |
2021-06-16 | meson: summarise paths | Kieran Bingham |
2021-06-15 | ipa: raspberrypi: Non-functional formatting fixes to md_parser_smia.cpp | Naushir Patuck |
2021-06-15 | ipa: raspberrypi: Rename md_parser.cpp to md_parser_smia.cpp | Naushir Patuck |
2021-06-15 | ipa: raspberrypi: Set default values for member variables of MdParser | Naushir Patuck |
2021-06-15 | ipa: raspberrypi: Non-functional formatting fixes to md_parser.hpp | Naushir Patuck |
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: raspberrypi: Switch the AGC/Lux code to use utils::Duration | Naushir Patuck |
2021-06-08 | ipa: raspberrypi: Switch AgcAlgorithm API to use utils::Duration | Naushir Patuck |
2021-06-08 | ipa: raspberrypi: Switch ipa and cam_helper to use utils::Duration | Naushir Patuck |
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-27 | controls: Split FrameDurations into FrameDuration and FrameDurationLimits | Paul Elder |
2021-05-26 | ipa: ipu3: Provide frame timestamps through IPU3Event | Umang Jain |
2021-05-24 | meson: Add a configuration option to build IPAs | 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-05-24 | ipa: mojom: Move CameraSensorInfo struct exclusively to IPA IPC | Umang Jain |
2021-05-11 | meson: Replace obselete join_paths() with '/' operator | Umang Jain |
2021-05-11 | ipa: raspberrypi: Rate-limit the controller algorithms | Naushir Patuck |
2021-05-11 | ipa: raspberrypi: Add a Merge method to RPiController::Metadata | Naushir Patuck |
2021-05-11 | ipa: raspberrypi: Add move/copy ctors and operators to Metadata class | Naushir Patuck |
2021-05-11 | ipa: raspberrypi: Switch to std::scoped_lock in the Metadata class | Naushir Patuck |
2021-05-11 | ipa: raspberrypi: Reformat RPiController::Metadata class header | Naushir Patuck |
2021-05-11 | ipa: raspberrypi: Store dropped frame count in a member variable | Naushir Patuck |
2021-05-08 | ipa: raspberrypi: Use CamHelpers to generalise sensor embedded data parsing | David Plowman |
2021-05-08 | ipa: raspberrypi: Make sensor embedded data parser use Span class | David Plowman |
2021-04-30 | src: meson: Define system paths | Kieran Bingham |
2021-04-27 | ipa: cam_helper: Correct a wrong choice of term | Sebastian Fricke |
2021-04-27 | ipa: cam_helper_imx219: Rework comment | Sebastian Fricke |
2021-04-26 | ipa: rkisp1: Move the IPA to the ipa::rkisp1 namespace | Jean-Michel Hautbois |
2021-04-22 | ipa: ipu3: fix coverity issues in AWB | Jean-Michel Hautbois |
2021-04-22 | ipa: ipu3: Add support for IPU3 AEC/AGC algorithm | Jean-Michel Hautbois |
2021-04-22 | ipa: ipu3: Add support for IPU3 AWB algorithm | Jean-Michel Hautbois |
2021-04-22 | ipa: ipu3: Add a histogram class | Jean-Michel Hautbois |
2021-04-22 | ipa: Add a common interface for algorithm objects | Jean-Michel Hautbois |
2021-04-17 | ipa: ipu3: Move the IPA to the ipa::ipu3 namespace | Kieran Bingham |
2021-04-15 | ipa: raspberrypi: cam_helper: Remove duplicate words | Sebastian Fricke |
2021-03-29 | ipa: raspberrypi: Fix typo and improve wording | Sebastian Fricke |