Show patches with: Series = libcamera: Handle fallout of FrameBuffer offset support       |    Archived = No       |   30 patches
Patch Series A/R/T S/W/F Date Submitter Delegate State
[libcamera-devel,v3,30/30] v4l2: Sum bytesused for all planes when dequeuing buffer libcamera: Handle fallout of FrameBuffer offset support - 2 - 0 0 0 2021-09-06 Laurent Pinchart Accepted
[libcamera-devel,v3,29/30] qcam: viewfinder_qt: Support multi-planar buffers libcamera: Handle fallout of FrameBuffer offset support - 2 - 0 0 0 2021-09-06 Laurent Pinchart Accepted
[libcamera-devel,v3,28/30] qcam: viewfinder_gl: Support multi-planar buffers libcamera: Handle fallout of FrameBuffer offset support - 2 - 0 0 0 2021-09-06 Laurent Pinchart Accepted
[libcamera-devel,v3,27/30] qcam: Use Image class to access pixel data libcamera: Handle fallout of FrameBuffer offset support - 2 - 0 0 0 2021-09-06 Laurent Pinchart Accepted
[libcamera-devel,v3,26/30] qcam: Print bytesused for all planes libcamera: Handle fallout of FrameBuffer offset support - 2 - 0 0 0 2021-09-06 Laurent Pinchart Accepted
[libcamera-devel,v3,25/30] cam: drm: Avoid importing the same dmabuf multiple times libcamera: Handle fallout of FrameBuffer offset support - 2 - 0 0 0 2021-09-06 Laurent Pinchart Accepted
[libcamera-devel,v3,24/30] cam: drm: Set per-plane offsets when creating DRM frame buffer libcamera: Handle fallout of FrameBuffer offset support - 2 - 0 0 0 2021-09-06 Laurent Pinchart Accepted
[libcamera-devel,v3,23/30] cam: drm: Support per-plane stride values libcamera: Handle fallout of FrameBuffer offset support - 2 - 0 0 0 2021-09-06 Laurent Pinchart Accepted
[libcamera-devel,v3,22/30] cam: file_sink: Use Image class to access pixel data libcamera: Handle fallout of FrameBuffer offset support - 3 - 0 0 0 2021-09-06 Laurent Pinchart Accepted
[libcamera-devel,v3,21/30] cam: Add Image class libcamera: Handle fallout of FrameBuffer offset support - 2 - 0 0 0 2021-09-06 Laurent Pinchart Accepted
[libcamera-devel,v3,20/30] android: jpeg: Support multi-planar buffers libcamera: Handle fallout of FrameBuffer offset support 1 2 1 0 0 0 2021-09-06 Laurent Pinchart Superseded
[libcamera-devel,v3,19/30] android: jpeg: Use stride instead of image width for line address libcamera: Handle fallout of FrameBuffer offset support - 2 - 0 0 0 2021-09-06 Laurent Pinchart Superseded
[libcamera-devel,v3,18/30] android: camera_device: Don't assume all planes use the same fd libcamera: Handle fallout of FrameBuffer offset support - 2 - 0 0 0 2021-09-06 Laurent Pinchart Superseded
[libcamera-devel,v3,17/30] libcamera: framebuffer: Prevent modifying the number of metadata planes libcamera: Handle fallout of FrameBuffer offset support - 3 - 0 0 0 2021-09-06 Laurent Pinchart Superseded
[libcamera-devel,v3,16/30] libcamera: framebuffer: Allocate metadata planes at construction time libcamera: Handle fallout of FrameBuffer offset support - 2 - 0 0 0 2021-09-06 Laurent Pinchart Accepted
[libcamera-devel,v3,15/30] libcamera: v4l2_videodevice: Use utils::enumerate() libcamera: Handle fallout of FrameBuffer offset support - 2 - 0 0 0 2021-09-06 Laurent Pinchart Accepted
[libcamera-devel,v3,14/30] libcamera: v4l2_videodevice: Split planes when dequeuing buffer libcamera: Handle fallout of FrameBuffer offset support - 2 - 0 0 0 2021-09-06 Laurent Pinchart Accepted
[libcamera-devel,v3,13/30] libcamera: v4l2_videodevice: Coalesce planes when queuing buffer libcamera: Handle fallout of FrameBuffer offset support - 2 - 0 0 0 2021-09-06 Laurent Pinchart Accepted
[libcamera-devel,v3,12/30] libcamera: v4l2_videodevice: Take stride into account to compute offsets libcamera: Handle fallout of FrameBuffer offset support - 3 - 0 0 0 2021-09-06 Laurent Pinchart Accepted
[libcamera-devel,v3,11/30] libcamera: v4l2_videodevice: Document plane handling in createBuffer() libcamera: Handle fallout of FrameBuffer offset support - 3 - 0 0 0 2021-09-06 Laurent Pinchart Accepted
[libcamera-devel,v3,10/30] libcamera: v4l2_videodevice: Cache PixelFormatInfo libcamera: Handle fallout of FrameBuffer offset support - 2 - 0 0 0 2021-09-06 Laurent Pinchart Accepted
[libcamera-devel,v3,09/30] libcamera: framebuffer: Add a function to check if planes are contiguous libcamera: Handle fallout of FrameBuffer offset support - 2 - 0 0 0 2021-09-06 Laurent Pinchart Accepted
[libcamera-devel,v3,08/30] libcamera: framebuffer: Move planes check to constructor libcamera: Handle fallout of FrameBuffer offset support - 2 - 0 0 0 2021-09-06 Laurent Pinchart Accepted
[libcamera-devel,v3,07/30] libcamera: formats: Support V4L2 non-contiguous formats libcamera: Handle fallout of FrameBuffer offset support - 2 - 0 0 0 2021-09-06 Laurent Pinchart Accepted
[libcamera-devel,v3,06/30] libcamera: formats: Add planeSize() helpers to PixelFormatInfo libcamera: Handle fallout of FrameBuffer offset support - 2 - 0 0 0 2021-09-06 Laurent Pinchart Accepted
[libcamera-devel,v3,05/30] libcamera: formats: Move plane info structure to PixelFormatInfo libcamera: Handle fallout of FrameBuffer offset support - 3 - 0 0 0 2021-09-06 Laurent Pinchart Accepted
[libcamera-devel,v3,04/30] libcamera: Use V4L2PixelFormat::fromPixelFormat() libcamera: Handle fallout of FrameBuffer offset support - 3 - 0 0 0 2021-09-06 Laurent Pinchart Accepted
[libcamera-devel,v3,03/30] libcamera: v4l2_videodevice: Drop toV4L2PixelFormat() libcamera: Handle fallout of FrameBuffer offset support - 3 - 0 0 0 2021-09-06 Laurent Pinchart Accepted
[libcamera-devel,v3,02/30] libcamera: file_descriptor: Add a function to retrieve the inode libcamera: Handle fallout of FrameBuffer offset support - 4 - 0 0 0 2021-09-06 Laurent Pinchart Accepted
[libcamera-devel,v3,01/30] libcamera: base: utils: Use size_t for index in utils::enumerate() libcamera: Handle fallout of FrameBuffer offset support - 4 - 0 0 0 2021-09-06 Laurent Pinchart Accepted