Age | Commit message (Expand) | Author |
2022-09-01 | libcamera: v4l2_videodevice: Improve toColorSpace() readability | Umang Jain |
2022-09-01 | libcamera: v4l2_device: Adjust colorspace based on pixel format | Umang Jain |
2022-08-20 | libcamera: v4l2: Set colorspace flags | Umang Jain |
2022-08-03 | libcamera: v4l2_videodevice: Match formats supported by the device | Jacopo Mondi |
2022-08-03 | libcamera: v4l2_pixelformat: Return the list of V4L2 formats | Jacopo Mondi |
2022-08-03 | libcamera: v4l2_videodevice: Reintroduce toV4L2PixelFormat() | Jacopo Mondi |
2022-06-27 | libcamera: v4l2_videodevice: Identify non-zero stream starts | Kieran Bingham |
2022-05-10 | v4l2_videodevice: Disable the watchdog timer when no buffers are queued | Naushir Patuck |
2022-05-04 | libcamera: Add operator<<() for V4L2 format classes | Laurent Pinchart |
2022-05-04 | libcamera: Replace toString with operator<<() for geometry classes | Laurent Pinchart |
2022-04-07 | libcamera: v4l2_videodevice: Fix uninitialised watchdogDuration_ | Umang Jain |
2022-04-06 | libcamera: v4l2_videodevice: Fix typos in a comment | Naushir Patuck |
2022-04-06 | libcamera: v4l2_videodevice: Add a dequeue timer | Naushir Patuck |
2022-04-01 | libcamera: v4l2_videodevice: Fix potential errno overwrite | Laurent Pinchart |
2022-03-28 | libcamera: v4l2_videodevice: Empty the V4L2 buffer cache on streamOff() | Naushir Patuck |
2022-03-28 | libcamera: v4l2_videodevice: Do not allow buffer queueing in stopping state | Naushir Patuck |
2022-03-28 | libcamera: v4l2_videodevice: Better tracking of the device state | Naushir Patuck |
2022-03-23 | libcamera: v4l2_videodevice: Clarify setting of v4l2_buffer timestamp | Umang Jain |
2022-03-23 | libcamera: v4l2_videodevice: Remove setting of buffer sequence | Umang Jain |
2021-12-13 | libcamera: video_device: Support passing ColorSpaces to V4L2 video devices | David Plowman |
2021-12-04 | libcamera: base: shared_fd: Rename fd() to get() | Laurent Pinchart |
2021-12-04 | libcamera: base: Rename FileDescriptor to SharedFD | Laurent Pinchart |
2021-12-04 | libcamera: v4l2_videodevice: Pass FileDescriptor to open() | Laurent Pinchart |
2021-12-04 | libcamera: v4l2_videodevice: Use fd for a file descriptor | Hirokazu Honda |
2021-12-04 | libcamera: v4l2_device: Use UniqueFD for a file descriptor | Hirokazu Honda |
2021-12-03 | libcamera: Move file_descriptor.h to base/ | Laurent Pinchart |
2021-10-27 | libcamera: v4l2_videodevice: provide hasMediaController() | Kieran Bingham |
2021-10-25 | libcamera: v4l2_videodevice: Explain multiplanar bytesused reasoning | Kieran Bingham |
2021-10-19 | libcamera: v4l2_videodevice: Improve debugging when buffer is too small | Laurent Pinchart |
2021-09-24 | libcamera: v4l2_videodevice: Don't move planes to construct FrameBuffer | Laurent Pinchart |
2021-09-14 | libcamera: v4l2_videodevice: Handle unexpected buffers | Kieran Bingham |
2021-09-07 | libcamera: framebuffer: Prevent modifying the number of metadata planes | Laurent Pinchart |
2021-09-07 | libcamera: framebuffer: Allocate metadata planes at construction time | Laurent Pinchart |
2021-09-07 | libcamera: v4l2_videodevice: Use utils::enumerate() | Laurent Pinchart |
2021-09-07 | libcamera: v4l2_videodevice: Split planes when dequeuing buffer | Laurent Pinchart |
2021-09-07 | libcamera: v4l2_videodevice: Coalesce planes when queuing buffer | Laurent Pinchart |
2021-09-07 | libcamera: v4l2_videodevice: Take stride into account to compute offsets | Laurent Pinchart |
2021-09-07 | libcamera: v4l2_videodevice: Document plane handling in createBuffer() | Laurent Pinchart |
2021-09-07 | libcamera: v4l2_videodevice: Cache PixelFormatInfo | Laurent Pinchart |
2021-09-07 | libcamera: formats: Add planeSize() helpers to PixelFormatInfo | Laurent Pinchart |
2021-09-07 | libcamera: v4l2_videodevice: Drop toV4L2PixelFormat() | Laurent Pinchart |
2021-09-02 | libcamera: Drop emitter object pointer from signal arguments | Laurent Pinchart |
2021-08-30 | libcamera: v4l2_videodevice: Create color-format planes in createBuffer() | Hirokazu Honda |
2021-08-30 | libcamera: mapped_framebuffer: Return plane begin address by MappedBuffer::ma... | Hirokazu Honda |
2021-08-10 | src: Remove all unused sys/mman.h inclusions | Kieran Bingham |
2021-08-09 | libcamera: Rename 'method' to 'function' | Laurent Pinchart |
2021-07-19 | libcamera: v4l2_videodevice: Avoid extra construction of Framebuffer | Umang Jain |
2021-06-25 | libcamera/base: Move event_notifier to base | Kieran Bingham |
2021-06-25 | libcamera/base: Move extended base functionality | Kieran Bingham |
2021-03-24 | libcamera: v4l2_videodevice: Prevent queueing buffers without a cache | Kieran Bingham |