summaryrefslogtreecommitdiff
path: root/src/libcamera
AgeCommit message (Expand)Author
2024-03-15libcamera: v4l2_subdevice: Add stream support to get/set functionsLaurent Pinchart
2024-03-15libcamera: v4l2_subdevice: Rename V4L2SubdeviceFormat::mbus_code to codeLaurent Pinchart
2024-03-15libcamera: v4l2_subdevice: Drop V4L2SubdeviceFormat::bitsPerPixel()Laurent Pinchart
2024-03-15libcamera: v4l2_subdevice: Extend MediaBusFormatInfo with metadata formatsLaurent Pinchart
2024-03-15libcamera: v4l2_subdevice: Expose media bus format info as internal APILaurent Pinchart
2024-03-15libcamera: v4l2_subdevice: Add code member to MediaBusFormatInfoLaurent Pinchart
2024-03-15libcamera: v4l2_subdevice: Rename V4L2SubdeviceFormatInfoLaurent Pinchart
2024-03-12libcamera: controls: Add policy parameter to ControlList::merge()Stefan Klug
2024-03-12libcamera: framebuffer_allocator: Remove entry if allocation failsBarnabás Pőcze
2024-03-12libcamera: framebuffer_allocator: Use default destructorBarnabás Pőcze
2024-03-12libcamera: framebuffer_allocator: Move from argument in constructorBarnabás Pőcze
2024-03-06libcamera: v4l2_subdevice: Add 14-bit Bayer formatsNick Hollinghurst
2024-03-01libcamera: controls: Fix typo on thermalKieran Bingham
2024-02-28pipeline: simple: Add support for MediaTek MT8365 platformsSuhrid Subramaniam
2024-02-28libcamera: formats: Fix planes bounds checkKieran Bingham
2024-02-27libcamera: formats: Fix typos in PixelFormatInfo documentationLaurent Pinchart
2024-02-27libcamera: Use utils::to_underlying()Laurent Pinchart
2024-02-27libcamera: utils: Add to_underlying() helper functionLaurent Pinchart
2024-02-23pipeline: rpi: vc4: Use an unpacked format if no packed one is availableDavid Plowman
2024-01-25libcamera: object: Add and use thread-bound assertionLaurent Pinchart
2024-01-25libcamera: object: Document and ensure Object deletion constraintsLaurent Pinchart
2024-01-25libcamera: thread: Ensure deferred deletion of all objects before stoppingLaurent Pinchart
2024-01-25libcamera: signal: Replace object.h inclusion with forward declatationLaurent Pinchart
2024-01-25libcamera: object: Fix thread-bound reference in documentationLaurent Pinchart
2024-01-23libcamera: v4l2_subdevice: Explain sort order of formatInfoMapKieran Bingham
2024-01-23libcamera: bayer_format: Add Y12 to bayerToFormatKieran Bingham
2024-01-23libcamera: formats: Fix sort ordering of R10_CSI2PKieran Bingham
2024-01-23libcamera: formats: Add 16-bit mono formatNaushir Patuck
2024-01-23libcamera: Remove empty formats.cLaurent Pinchart
2024-01-23pipeline: rpi: Always initialize the embedded buffer in tryRunPipelineElias Naur
2024-01-22libcamera: base: signal: Update Qt documentation link to Qt 6Neal Gompa
2024-01-17libcamera: v4l2_subdevice: Enable streams API when supportedLaurent Pinchart
2024-01-09libcamera: geometry: Correct doxygen reference to classesDaniel Scally
2024-01-09libcamera: framebuffer_allocator: Remove unnecessary `clear()`Barnabás Pőcze
2024-01-09libcamera: device_enumerator: ensure deviceNode is not emptyBenjamin Bara
2024-01-09libcamera: camera_sensor: Add OV64A40 sensor propertiesKieran Bingham
2024-01-09build: controls: Add Raspberry Pi vendor specific controlsNaushir Patuck
2023-12-21pipeline: rpi: Respect provided strideWilliam Vinnicombe
2023-12-21libcamera: camera: Fix unused variable compiler warningLaurent Pinchart
2023-12-08meson: Replace hack with usage of '@BASENAME@'Laurent Pinchart
2023-12-07meson: Tag all installed filesLaurent Pinchart
2023-11-30libcamera: controls: Use vendor tags for draft controls and propertiesNaushir Patuck
2023-11-29libcamera: control: Add vendor control id range reservationNaushir Patuck
2023-11-29build: controls: Rework how controls and properties are generatedNaushir Patuck
2023-11-29controls: Update argument handling for controls generation scriptsNaushir Patuck
2023-11-29controls: Add vendor control/property support to generation scriptsNaushir Patuck
2023-11-29libcamera: pipeline: Fix c++20 compile warningBrett Brotherton
2023-11-21pipeline: rpi: Add some useful logging messagesNaushir Patuck
2023-11-21libcamera: camera_sensor: Only access V4L_CID_HBLANK if existingAlain Volmat
2023-11-06pipeline: rpi: vc4: Fix drop frame bug when no ISP streams are configuredNaushir Patuck