Age | Commit message (Expand) | Author |
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 |
2020-04-28 | libcamera: v4l2_videodevice: Expose setSelection() | Jacopo Mondi |
2020-04-26 | libcamera: v4l2_videodevice: Add support for frame start events | Laurent Pinchart |
2020-04-26 | libcamera: geometry: Rename Rectangle fields | Jacopo Mondi |
2020-04-26 | libcamera: v4l2_videodevice: Rename fdEvent_ to fdBufferNotifier_ | Laurent Pinchart |
2020-04-17 | libcamera: v4l2_videodevice: Return correct format for metadata | Laurent Pinchart |
2020-04-15 | libcamera: v4l2_videodevice: Map V4L2_PIX_FMT_GREY to DRM FourCC | Laurent Pinchart |
2020-04-15 | libcamera: v4l2_videodevice: Downgrade 4CC conversion errors to warnings | Laurent Pinchart |
2020-04-15 | libcamera: v4l2_videodevice: Expose the device capabilities | Laurent Pinchart |
2020-03-27 | libcamera: v4l2PixelFormat: Replace hex with fourCC | Kaaira Gupta |
2020-03-24 | libcamera: v4l2_videodevice: Add support for all 32-bit ARGB formats | Laurent Pinchart |
2020-03-19 | libcamera: v4l2_videodevice: Make V4L2PixelFormat constructor explicit | Laurent Pinchart |
2020-03-19 | libcamera: v4l2_videodevice: Rename toV4L2Fourcc to toV4L2PixelFormat | Laurent Pinchart |
2020-03-19 | libcamera: v4l2_videodevice: Add V4L2PixelFormat class | Laurent Pinchart |
2020-03-19 | libcamera: geometry: Construct SizeRange from Size | Laurent Pinchart |
2020-03-18 | libcamera: v4l2_videodevice: Add standalone buffer export support | Laurent Pinchart |
2020-03-18 | libcamera: v4l2_videodevice: Refactor allocateBuffers() | Laurent Pinchart |
2020-03-18 | libcamera: v4l2_videodevice: Pass memory type to reqbufs() | Laurent Pinchart |
2020-03-18 | libcamera: v4l2_videodevice: Rename exportBuffers() to allocateBuffers() | Laurent Pinchart |
2020-03-18 | libcamera: PixelFormat: Mark all function arguments of type PixelFormat as co... | Niklas Söderlund |
2020-03-18 | libcamera: PixelFormat: Make constructor explicit | Laurent Pinchart |
2020-03-18 | libcamera: PixelFormat: Turn into a class | Niklas Söderlund |
2020-03-06 | libcamera: V4L2BufferCache: Improve cache eviction strategy | Niklas Söderlund |
2020-03-06 | libcamera: V4L2BufferCache: Check for hot hit first | Niklas Söderlund |
2020-03-06 | libcamera: V4L2BufferCache: Use the entry reference | Niklas Söderlund |
2020-03-06 | libcamera: V4L2BufferCache: Mark Entry::operator==() as const | Niklas Söderlund |
2020-02-13 | libcamera: v4l2_videodevice: Add crop/selection control | Naushir Patuck |
2020-02-13 | libcamera: Document thread-safety attributes of core classes | Laurent Pinchart |
2020-01-22 | libcamera: Fix documentation of buffer allocation/export functions | Laurent Pinchart |
2020-01-14 | libcamera: Switch from utils::make_unique to std::make_unique | Laurent Pinchart |
2020-01-12 | libcamera: v4l2_videodevice: Remove Buffer interface | Niklas Söderlund |
2020-01-12 | libcamera: v4l2_videodevice: Add FrameBuffer interface | Niklas Söderlund |
2020-01-12 | libcamera: v4l2_videodevice: Add V4L2BufferCache to deal with index mapping | Niklas Söderlund |
2020-01-12 | libcamera: buffer: Move captured metadata to FrameMetadata | Niklas Söderlund |
2020-01-12 | libcamera: v4l2_videodevice: Extract exportDmabufFd() | Niklas Söderlund |
2020-01-12 | libcamera: v4l2_videodevice: Align which type variable is used in queueBuffer() | Niklas Söderlund |
2020-01-12 | libcamera: buffer: Switch from Plane to FrameBuffer::Plane | Niklas Söderlund |
2020-01-03 | libcamera: v4l2_device, v4l2_videodevice: call open system call directly | Paul Elder |
2019-12-16 | libcamera: Remove buffer index from logging | Niklas Söderlund |
2019-11-20 | libcamera: v4l2_videodevice: Simplify error checking for requestBuffers() | Niklas Söderlund |
2019-10-28 | libcamera: v4l2_videodevice: Add PixelFormat conversion | Jacopo Mondi |
2019-10-15 | libcamera: utils: Add hex stream output helper | Laurent Pinchart |