Age | Commit message (Expand) | Author |
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 |
2021-03-04 | libcamera: v4l2_videodevice: Print fd value in log prefix | Laurent Pinchart |
2021-02-04 | libcamera: v4l2_videodevice: remove confusing memory MMAP assignment before Q... | Helen Koike |
2021-01-12 | libcamera: v4l2_videodevice: Track streaming state | Kieran Bingham |
2020-12-14 | libcamera: Replace ARRAY_SIZE() with std::size() | Laurent Pinchart |
2020-12-09 | libcamera: v4l2_device: Return a unique pointer from fromEntityName() | Laurent Pinchart |
2020-11-15 | libcamera: Move EventDispatcher to internal API | Laurent Pinchart |
2020-11-10 | libcamera: v4l2_device: Move start of frame detection to V4L2Device | Niklas Söderlund |
2020-11-07 | libcamera: v4l2_videodevice: Check plane count when setting format | Laurent Pinchart |
2020-11-07 | libcamera: v4l2_videodevice: Zero-initialize planes in V4L2DeviceFormat | Laurent Pinchart |
2020-10-21 | libcamera: v4l2_videodevice: Prevent shadowing of V4L2BufferCache members | Kieran Bingham |
2020-10-20 | libcamera: Place doxygen \file block above namespace | Laurent Pinchart |
2020-08-25 | meson: Remove -Wno-unused-parameter | Laurent Pinchart |
2020-07-23 | libcamera: v4l2_videodevice: Add using statement for format map | Niklas Söderlund |
2020-07-10 | libcamera: V4L2VideoDevice: Add tryFormat | Paul Elder |
2020-05-19 | libcamera: v4l2_videodevice: Use FileDescriptor "fd move" constructor | Laurent Pinchart |
2020-05-18 | libcamera: v4l2_videodevice: Fix dangling file descriptor | Naushir Patuck |
2020-05-16 | libcamera: Move internal headers to include/libcamera/internal/ | Laurent Pinchart |
2020-05-10 | libcamera: v4l2_videodevice: Support filtering formats by media bus code | Laurent Pinchart |
2020-04-30 | libcamera: v4l2_pixelformat: Move DRM/V4L2 format conversion | Laurent Pinchart |
2020-04-30 | libcamera: v4l2_pixelformat: Move V4L2PixelFormat to a new file | Laurent Pinchart |