summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-09-02libcamera: ipu3: Remove unused includesMilan Zamazal
2024-08-30pipeline: uvcvideo: Implement acquireDevice() + releaseDevice()Hans de Goede
2024-08-30libcamera: camera: Use invokeMethod() for pipe_->acquire() and pipe_->release()Hans de Goede
2024-08-30pipeline_handler: Add acquireDevice() function to mirror releaseDevice()Hans de Goede
2024-08-27ipa: rkisp1: blc: Add support for BLS in compandPaul Elder
2024-08-27ipa: rkisp1: Add compand feature flag to ipa contextPaul Elder
2024-08-27ipa: rkisp1: params: Add companding blocksLaurent Pinchart
2024-08-27pipeline: rkisp1: Use the extensible parameters formatJacopo Mondi
2024-08-27ipa: rkisp1: Use the new ISP parameters abstractionLaurent Pinchart
2024-08-27ipa: rkisp1: Add ISP parameters abstraction classLaurent Pinchart
2024-08-27ipa: rkisp1: Pass parameters buffer size to pipeline handlerJacopo Mondi
2024-08-27ipa: rkisp1: Pass parameters buffer format to IPA moduleLaurent Pinchart
2024-08-25libcamera: controls: Fix example for ExposureValueFang Hui
2024-08-25libcamera: pipeline_handler: Call releaseDevice() before unlocking media devicesHans de Goede
2024-08-25libcamera: pipeline_handler: Fix unlocking media devices too earlyHans de Goede
2024-08-16libcamera: controls: Improve formatting of control descriptions in YAMLLaurent Pinchart
2024-08-16py: gen-py-controls: Convert to jinja2 templatesLaurent Pinchart
2024-08-16py: gen-py-controls: Use Control classLaurent Pinchart
2024-08-16utils: codegen: gen-controls.py: Move helper classes to separate fileLaurent Pinchart
2024-08-16utils: codegen: gen-controls.py: Convert to jinja2 templatesLaurent Pinchart
2024-08-16meson: utils: Provide environment for Python scriptsLaurent Pinchart
2024-08-15libcamera: Drop remaining file names from header comment blocksLaurent Pinchart
2024-08-15meson: Fix mismatch in controls and properties generated file namesLaurent Pinchart
2024-08-15meson: Store controls and properties YAML files in variablesLaurent Pinchart
2024-08-14libcamera: camera: Hide Camera::create() from the public APILaurent Pinchart
2024-08-14Documentation: Split public/private documentationDaniel Scally
2024-08-14Documentation: Add Thread safety pageDaniel Scally
2024-08-12py: cam: Convert to PyQt6Tomi Valkeinen
2024-08-12libcamera: simple: Fix a typo in a doc stringMilan Zamazal
2024-08-12ipa: libipa: Add missing CameraSensorHelper fn label in docsMilan Zamazal
2024-08-12libcamera: formats: Adding Support for Y12Pwill whang
2024-08-12libcamera: Fix header groupingLaurent Pinchart
2024-08-08libcamera: udev: Catch udev notification errorsKieran Bingham
2024-08-07libcamera: ipa_manager: Remove singleton requirementLaurent Pinchart
2024-08-07gstreamer: Fix missing "greater than" symbol in author stringJaslo Ziska
2024-08-07libcamera: Don't add libcamera_public_headers to libcamera_public_sourcesLaurent Pinchart
2024-08-07libcamera: Consolidate tracepoint header in libcamera_internal_headersLaurent Pinchart
2024-08-07libcamera: Consolidate all IPA headers in libcamera_ipa_headersLaurent Pinchart
2024-08-07libcamera: Move IPA headers to the libcamera_private dependencyLaurent Pinchart
2024-08-07libcamera: Drop libcamera_generated_ipa_headers from sourcesLaurent Pinchart
2024-08-07libcamera: Split public and internal source arraysDaniel Scally
2024-08-07libcamera: Hide *::Private classes with __DOXYGEN_PUBLIC__Laurent Pinchart
2024-08-07libcamera: Mark internal parts of public classes with \internalLaurent Pinchart
2024-08-07libcamera: Unify Doxygen file directive prefix for formats.hLaurent Pinchart
2024-08-07libcamera: Make all internal headers visible to DoxygenLaurent Pinchart
2024-08-07libcamera: Drop path prefix from Doxygen file directiveLaurent Pinchart
2024-08-05libcamera: software_isp: Replace malloc() with std::vector<>Laurent Pinchart
2024-08-05ipa: libipa: camera_sensor_helper: Reference blackLevel() in documentationLaurent Pinchart
2024-08-05libcamera: Remove spaces at end of linesLaurent Pinchart
2024-08-01libcamera: ipa_proxy: Report a missing configuration as a warningMilan Zamazal