summaryrefslogtreecommitdiff
path: root/src/libcamera
AgeCommit message (Expand)Author
2024-08-16libcamera: controls: Improve formatting of control descriptions in YAMLLaurent 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-12libcamera: simple: Fix a typo in a doc stringMilan Zamazal
2024-08-12libcamera: formats: Adding Support for Y12Pwill whang
2024-08-08libcamera: udev: Catch udev notification errorsKieran Bingham
2024-08-07libcamera: ipa_manager: Remove singleton requirementLaurent Pinchart
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-05libcamera: Remove spaces at end of linesLaurent Pinchart
2024-08-01libcamera: ipa_proxy: Report a missing configuration as a warningMilan Zamazal
2024-08-01libcamera: simple: Log a missing sensor in a better wayMilan Zamazal
2024-08-01libcamera: software_isp: Remove file seal TODO itemLaurent Pinchart
2024-08-01libcamera: shared_mem_object: Prevent memfd from shrinking or growingLaurent Pinchart
2024-08-01libcamera: base: memfd: Handle uClibc compatibility with function wrapperLaurent Pinchart
2024-08-01libcamera: base: Add MemFd helper classLaurent Pinchart
2024-07-31libcamera: Avoid variable-length arraysLaurent Pinchart
2024-07-25libcamera: libipa: camera_sensor: Add onsemi AR0144 sensor propertiesLaurent Pinchart
2024-07-22libcamera: pipeline: simple: Enable Soft ISP for TI CSI-RXJai Luthra
2024-07-21libcamera: v4l2_videodevice: Use bufferType_ in [get|try|set]Format()Hans de Goede
2024-07-04libcamera: pipeline: simple: Enable intel-ipu6 with Soft ISPDennis Bonke
2024-07-03libcamera: converter: Replace usage of stream index by Stream pointerUmang Jain
2024-07-03converter: converter_v4l2_m2m: Rename private Stream classUmang Jain
2024-07-03libcamera: software_isp: Drop unnecessary sanity checkUmang Jain
2024-07-03converter: converter_v4l2_m2m: Rectify streams sanity checkUmang Jain
2024-06-28libcamera: Fix maybe-uninitialized errorStefan Klug
2024-06-24libcamera: yaml_parser: Add support for float typesLaurent Pinchart
2024-06-19libcamera: debayer_cpu: Add 32bits/aligned output formatsRobert Mader
2024-06-16libcamera: yaml_parser: Delegate YamlObject::get() to helper structureLaurent Pinchart
2024-06-13pipeline: rpi: Don't validate configuration in generateConfiguration()Naushir Patuck
2024-06-13libcamera: yaml_parser: Make default value templated in `get()`Barnabás Pőcze
2024-06-12libcamera: controls: Add missing period at end of Gamma descriptionLaurent Pinchart
2024-06-11libcamera: software_isp: Fix includes ordering in simple.cppMilan Zamazal