summaryrefslogtreecommitdiff
path: root/include/libcamera/internal
AgeCommit message (Expand)Author
2024-12-17libcamera: camera_sensor: Add parameter to limit returned sensor sizeStefan Klug
2024-12-17libcamera: camera: Add a const version of the pipe() functionStefan Klug
2024-12-17libcamera: converter: Add functions to adjust configJacopo Mondi
2024-12-17libcamera: converter: Add function to check if a stream was configuredStefan Klug
2024-12-17libcamera: converter: Add function to query crop boundsStefan Klug
2024-12-17libcamera: converter_v4l2_m2m: Add missing override specifierStefan Klug
2024-12-06libcamera: software_isp: Add contrast controlMilan Zamazal
2024-12-03libcamera: internal: Add Matrix class to buildStefan Klug
2024-12-03libcamera: internal: matrix: Replace vector with array in constructorStefan Klug
2024-12-03libcamera: internal: Move Matrix class into libcamera namespaceStefan Klug
2024-12-03libcamera: Copy Matrix class from libipa to libcameraStefan Klug
2024-11-28DmaBufAllocator: Add Dma Buffer synchronization function & helper classHarvey Yang
2024-11-27libcamera: camera_sensor_properties: Add sensor control delaysDaniel Scally
2024-11-20libcamera: add DmaBufAllocator::exportBuffers()Harvey Yang
2024-11-13libcamera: yaml_parser: Use std::from_chars()Laurent Pinchart
2024-11-13libcamera: Add a DebugMetadata helperStefan Klug
2024-11-08libcamera: pipeline_handler: Provide cancelRequestMilan Zamazal
2024-11-05libcamera: camera_sensor: Sort factories by priorityLaurent Pinchart
2024-11-05libcamera: camera_sensor: Create abstract base classLaurent Pinchart
2024-11-05libcamera: camera_sensor: Introduce CameraSensorFactoryJacopo Mondi
2024-10-24libcamera: converter: Add interface to support cropping capabilityUmang Jain
2024-10-24libcamera: converter: Add interface for feature flagsUmang Jain
2024-10-18libcamera: tracepoints: Fix copyright year for reproducible buildsBernhard M. Wiedemann
2024-10-03libcamera: yaml_parser: Take string keys in `std::string_view`Barnabás Pőcze
2024-09-30libcamera: v4l2_videodevice: Add getSelection() functionLaurent Pinchart
2024-09-27libcamera: software_isp: Call Algorithm::queueRequestMilan Zamazal
2024-09-27libcamera: software_isp: Call Algorithm::configureMilan Zamazal
2024-09-27libcamera: software_isp: Track and pass frame idsMilan Zamazal
2024-09-27libcamera: software_isp: Make stats frame and buffer awareMilan Zamazal
2024-09-23libcamera: yaml-parser: Differentiate between empty and empty stringStefan Klug
2024-09-12libcamera: media_object: Add MediaLink string representationsKieran Bingham
2024-09-12libcamera: media_object: Add MediaPad string representationsKieran Bingham
2024-09-02libcamera: includes: Formatting improvementsMilan Zamazal
2024-09-02libcamera: includes: Remove unused includesMilan Zamazal
2024-09-02libcamera: includes: Add missing includesMilan Zamazal
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-15meson: Move all code generation scripts to utils/codegen/Laurent Pinchart
2024-08-12libcamera: Add missing <stdint.h> include to internal/yaml_parser.hSergei Trofimovich
2024-08-07libcamera: ipa_manager: Remove singleton requirementLaurent Pinchart
2024-08-07libcamera: Consolidate tracepoint header in libcamera_internal_headersLaurent Pinchart
2024-08-07libcamera: Add missing headers to libcamera_internal_headersLaurent Pinchart
2024-08-01libcamera: ipa_proxy: Report a missing configuration as a warningMilan Zamazal
2024-08-01libcamera: ipa_proxy: Unify configurationFile argument nameMilan Zamazal
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-06-24libcamera: yaml_parser: Add support for float typesLaurent Pinchart
2024-06-16libcamera: yaml_parser: Delegate YamlObject::get() to helper structureLaurent Pinchart
2024-06-16libcamera: yaml_parser: Drop std::enable_if_t guards for get() functionLaurent Pinchart
2024-06-13libcamera: yaml_parser: Make default value templated in `get()`Barnabás Pőcze