Age | Commit message (Expand) | Author |
2025-01-09 | utils: codegen: controls.py: Fix missing direction error message | Paul Elder |
2024-12-23 | utils: gen-debug-controls: Output direction flag | Stefan Klug |
2024-12-20 | utils: tuning: rkisp1: Replace static AWB with new AWB module | Stefan Klug |
2024-12-20 | libtuning: Add initial AWB module | Stefan Klug |
2024-12-20 | libtuning: Fix access to color member in ctt_awb.awb() | Stefan Klug |
2024-12-20 | libtuning: Remove the Cam object from ctt_awb.awb() | Stefan Klug |
2024-12-20 | libtuning: Use logging framework in ctt_awb.awb() | Stefan Klug |
2024-12-18 | utils: tuning: libtuning: Fix tuning for non RGGB RAWs | Stefan Klug |
2024-12-18 | utils: codegen: controls.py: Parse direction information | Paul Elder |
2024-12-04 | libipa: agc_mean_luminance: Rename yaml key from exposure-time to exposureTime | Stefan Klug |
2024-11-26 | libcamera: Rename "shutter speed" to "exposure time" | Laurent Pinchart |
2024-11-13 | utils: Add script to generate control_ids_debug.yaml | Stefan Klug |
2024-11-05 | gstreamer: Generate controls from control_ids_*.yaml files | Jaslo Ziska |
2024-11-05 | utils: checkstyle.py: Centralize dependency handling for checkers | Laurent Pinchart |
2024-11-05 | utils: checkstyle.py: Print issues using __str__ | Laurent Pinchart |
2024-11-05 | utils: checkstyle.py: Turn check() into a class method for all checkers | Laurent Pinchart |
2024-11-05 | utils: checkstyle.py: Factor out common code to new CheckerBase class | Laurent Pinchart |
2024-10-18 | libcamera: tracepoints: Fix copyright year for reproducible builds | Bernhard M. Wiedemann |
2024-10-08 | hooks: pre-push: Verify that co-authors have a SoB line | Laurent Pinchart |
2024-09-25 | utils: abi-compat: sort meson options | Kieran Bingham |
2024-09-25 | utils: abi-compat: Disable python build | Kieran Bingham |
2024-09-04 | utils: checkstyle: Remove style checker for python pep8 | Stefan Klug |
2024-09-04 | utils: checkstyle: Add a python formatter | Stefan Klug |
2024-09-03 | libcamera: ipa: Drop unneded includes from ipa_interface.h | Laurent Pinchart |
2024-09-03 | utils: ipc: Include <string> in generated headers where needed | Laurent Pinchart |
2024-08-27 | utils: update-kernel-headers: Support relative path to kernel git tree | Laurent Pinchart |
2024-08-16 | py: gen-py-controls: Use Control class | Laurent Pinchart |
2024-08-16 | utils: codegen: gen-controls.py: Move helper classes to separate file | Laurent Pinchart |
2024-08-16 | utils: codegen: gen-controls.py: Convert to jinja2 templates | Laurent Pinchart |
2024-08-16 | utils: codegen: gen-header.sh: Generate libcamera.h based on meson.build | Laurent Pinchart |
2024-08-16 | meson: utils: Provide environment for Python scripts | Laurent Pinchart |
2024-08-15 | meson: Move all code generation scripts to utils/codegen/ | Laurent Pinchart |
2024-08-14 | utils: tuning: Change Tuner.add() to accept a list of modules | Stefan Klug |
2024-08-14 | utils: tuning: rkisp1: Clean up tuner construction | Stefan Klug |
2024-08-12 | utils: checkstyle.py: Add __repr__ method to Commit class | Laurent Pinchart |
2024-08-12 | utils: checkstyle.py: Skip title and trailers checkers for pre-commit | Laurent Pinchart |
2024-08-12 | utils: checkstyle.py: Rework commit message parsing | Laurent Pinchart |
2024-08-07 | utils: checkstyle.py: Fix trailer parsing for commits with changelogs | Laurent Pinchart |
2024-08-07 | utils: checkstyle.py: Validate SoB trailer against author | Laurent Pinchart |
2024-08-07 | utils: checkstyle.py: Add author property to Commit class | Laurent Pinchart |
2024-08-05 | utils: checkstyle.py: Warn when no valid Signed-off-by line is found | Laurent Pinchart |
2024-07-25 | utils: gen-version: Use posix compliant date | Zach DeCook |
2024-07-05 | libtuning: agc: rkisp1: Increase y-target | Stefan Klug |
2024-07-05 | libtuning: lsc: Prevent negative values | Stefan Klug |
2024-07-05 | libtuning: lsc: rkisp1: Do not calculate ratios to green | Stefan Klug |
2024-07-05 | tuning: rkisp1: Add some static modules | Stefan Klug |
2024-07-05 | libtuning: Add static module | Stefan Klug |
2024-07-05 | libtuning: Only warn if processing returns None | Stefan Klug |
2024-07-05 | libtuning: Handle cases, where no lsc tuning images are present | Stefan Klug |
2024-07-05 | libtuning: modules: Add initial CCM module | Paul Elder |