summaryrefslogtreecommitdiff
path: root/src/libcamera
AgeCommit message (Expand)Author
2021-09-28libcamera: control_serializer: Fix usage of uninitialized variableLaurent Pinchart
2021-09-27libcamera: control_serializer: Separate the handles spaceJacopo Mondi
2021-09-27libcamera: control_serializer: Serialize info::def()Jacopo Mondi
2021-09-27libcamera: control_serializer: Use the right idmapJacopo Mondi
2021-09-27libcamera: ipu3: Drop entityControls mapJacopo Mondi
2021-09-26libcamera: camera_manager: Fix utils.h #include locationLaurent Pinchart
2021-09-24libcamera: v4l2_videodevice: Don't move planes to construct FrameBufferLaurent Pinchart
2021-09-19libcamera: base: Add libatomic dependencyFabrice Fontaine
2021-09-14libcamera: v4l2_videodevice: Handle unexpected buffersKieran Bingham
2021-09-10libcamera: v4l2_pixelformat: Add helper function to get the descriptionPaul Elder
2021-09-10libcamera: v4l2_pixelformat: Add entries for NV24 and NV42Paul Elder
2021-09-10libcamera: v4l2_pixelformat: Add V4L2 description stringsPaul Elder
2021-09-09libcamera: controls: Use a const ControlValidatorKieran Bingham
2021-09-07libcamera: framebuffer: Prevent modifying the number of metadata planesLaurent Pinchart
2021-09-07libcamera: framebuffer: Allocate metadata planes at construction timeLaurent Pinchart
2021-09-07libcamera: v4l2_videodevice: Use utils::enumerate()Laurent Pinchart
2021-09-07libcamera: v4l2_videodevice: Split planes when dequeuing bufferLaurent Pinchart
2021-09-07libcamera: v4l2_videodevice: Coalesce planes when queuing bufferLaurent Pinchart
2021-09-07libcamera: v4l2_videodevice: Take stride into account to compute offsetsLaurent Pinchart
2021-09-07libcamera: v4l2_videodevice: Document plane handling in createBuffer()Laurent Pinchart
2021-09-07libcamera: v4l2_videodevice: Cache PixelFormatInfoLaurent Pinchart
2021-09-07libcamera: framebuffer: Add a function to check if planes are contiguousLaurent Pinchart
2021-09-07libcamera: framebuffer: Move planes check to constructorLaurent Pinchart
2021-09-07libcamera: formats: Support V4L2 non-contiguous formatsLaurent Pinchart
2021-09-07libcamera: formats: Add planeSize() helpers to PixelFormatInfoLaurent Pinchart
2021-09-07libcamera: formats: Move plane info structure to PixelFormatInfoLaurent Pinchart
2021-09-07libcamera: Use V4L2PixelFormat::fromPixelFormat()Laurent Pinchart
2021-09-07libcamera: v4l2_videodevice: Drop toV4L2PixelFormat()Laurent Pinchart
2021-09-07libcamera: file_descriptor: Add a function to retrieve the inodeLaurent Pinchart
2021-09-07libcamera: Add hi846 camera sensor propertiesMartin Kepplinger
2021-09-02libcamera: Drop emitter object pointer from signal argumentsLaurent Pinchart
2021-09-02libcamera: Don't use emitter object pointer argument to slotLaurent Pinchart
2021-09-02libcamera: base: signal: Support connecting signals to functorsLaurent Pinchart
2021-09-02libcamera: Use simpler Signal::disconnect() functionLaurent Pinchart
2021-09-01libcamera: base: log: Don't crash when logging after Logger destructionLaurent Pinchart
2021-08-31libcamera: pipeline: simple: Remove SimplePipelineHandler::activeCamera_Laurent Pinchart
2021-08-31libcamera: pipeline: simple: Move bufferReady handler to SimpleCameraDataLaurent Pinchart
2021-08-31libcamera: pipeline: simple: Move converter to SimpleCameraDataLaurent Pinchart
2021-08-31libcamera: pipeline: simple: Add pipeline pad reservation mechanismLaurent Pinchart
2021-08-31libcamera: pipeline: simple: Open all video devices at match() timeLaurent Pinchart
2021-08-31libcamera: pipeline: simple: Store all entity devices in common mapLaurent Pinchart
2021-08-31libcamera: pipeline: simple: Store video node entity in camera dataLaurent Pinchart
2021-08-31libcamera: pipeline: simple: Delay opening of video device until init()Laurent Pinchart
2021-08-31libcamera: pipeline: simple: Add sink and source pads to entity dataLaurent Pinchart
2021-08-31libcamera: media_object: Expose entity typeLaurent Pinchart
2021-08-31libcamera: mapped_framebuffer: Rename maps() to planes()Hirokazu Honda
2021-08-31ipu3: cio2: Tweak sensor size selection policyUmang Jain
2021-08-31ipu3: cio2: Change sensor size selection policyUmang Jain
2021-08-31ipu3: cio2: Replicate CameraSensor::getFormats() to a member functionUmang Jain
2021-08-31libcamera: camera_sensor: Transform CameraSensor::sizes()Umang Jain