summaryrefslogtreecommitdiff
path: root/src/libcamera
AgeCommit message (Expand)Author
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
2023-11-06pipeline: rpi: Remove unused variableNaushir Patuck
2023-11-06libcamera: controls: Add controls for HDRDavid Plowman
2023-10-23libcamera: transform: Make the transformFromOrientation() function staticLaurent Pinchart
2023-10-23libcamera: transform: Fold transformToOrientation() in its only callerLaurent Pinchart
2023-10-23libcamera: camera_sensor: Cache mounting orientation instead of transformLaurent Pinchart
2023-10-23libcamera: Use CameraConfiguration::orientationJacopo Mondi
2023-10-23libcamera: transform: Add operations with OrientationJacopo Mondi
2023-10-23libcamera: transform: Invert operator*() operandsJacopo Mondi
2023-10-23libcamera: transform: Add functions to convert OrientationJacopo Mondi
2023-10-23libcamera: properties: Make 'Rotation' the mounting rotationJacopo Mondi
2023-10-23Documentation: Add figures to document OrientationJacopo Mondi
2023-10-23libcamera: camera: Introduce OrientationJacopo Mondi
2023-10-23libcamera: camera_sensor: Cache rotationTransform_Jacopo Mondi
2023-10-18pipeline: rpi: vc4: Allocate more embedded data buffersWilliam Vinnicombe
2023-10-18pipeline: rpi: Make color space members in RPiCameraConfiguration publicNaushir Patuck
2023-10-18pipeline: rpi: Move flip handling validation codeNaushir Patuck
2023-10-18pipeline: rpi: Add SW downscale status to RPi::StreamNaushir Patuck
2023-10-18mojom: pipeline: ipa: rpi: Add fields for PiSP objectsNaushir Patuck
2023-10-18pipeline: rpi: Add SharedMemObject classNaushir Patuck
2023-10-18pipeline: rpi: Add Recurrent and Needs32bitConv flags to RPi::StreamNaushir Patuck
2023-10-18pipeline: rpi: Add RequiresMmap flag to RPi::StreamNaushir Patuck
2023-10-06libcamera: converter: drop unnecessary #include directiveAndrey Konovalov
2023-10-06libcamera: converter: A few fixes to ConverterFactoryBase documentationAndrey Konovalov
2023-09-27libcamera: rpi: Simplify validate() and configure() for YUV/RGB streamsNaushir Patuck
2023-09-27libcamera: rpi: Change default stream formatsNaushir Patuck
2023-09-27libcamera: rpi: Simplify validate() and configure() for RAW streamsNaushir Patuck
2023-09-27libcamera: rpi: Add some helpers to PipelineHandlerBaseNaushir Patuck
2023-09-27libcamera: rpi: Cache rawStreams and outStreamsNaushir Patuck
2023-09-27libcamera: rpi: Make isRaw/isYuv/isRgb static functionsNaushir Patuck
2023-09-27libcamera: rpi: Fix wrong comment indentationJacopo Mondi
2023-09-27libcamera: rpi: Allow platformValidate() to adjust format stridesNaushir Patuck
2023-09-27libcamera: rpi: Handle SensorConfigurationJacopo Mondi
2023-09-27libcamera: camera_sensor: Support SensorConfigurationJacopo Mondi
2023-09-27libcamera: camera: Introduce SensorConfigurationJacopo Mondi
2023-09-25libcamera: formats: Fix typo in YV444 V4L2PixelFormat listingNaushir Patuck
2023-09-04pipeline: rpi: Simplify buffer id generationNaushir Patuck
2023-09-04pipeline: rpi: Rename RPi::Stream::setExternalBuffer()Naushir Patuck
2023-09-04pipeline: rpi: Remove additional external dma buf handling logicNaushir Patuck
2023-09-04pipeline: rpi: Increase buffer import count to 32Naushir Patuck
2023-08-29libcamera: stream: Document stride will be 0 for compressed formatsUmang Jain