Age | Commit message (Expand) | Author |
2022-08-03 | libcamera: v4l2_pixelformat: Return the list of V4L2 formats | Jacopo Mondi |
2022-05-04 | libcamera: Replace toString with operator<<() for format classes | Laurent Pinchart |
2022-03-17 | v4l2: camera_proxy: Fix header include order | Kieran Bingham |
2022-02-15 | v4l2: v4l2_camera_proxy: Fix timestamp calculation | Kieran Bingham |
2022-02-04 | v4l2: Provide libcamerify wrapper script | Kieran Bingham |
2022-02-02 | v4l2: Accept read-only buffers mappings and require MAP_SHARED | Laurent Pinchart |
2022-01-21 | v4l2: V4L2CameraProxy: Add support for PREPARE_BUF as one of the supported ioctl | Vedant Paranjape |
2022-01-14 | v4l2: v4l2_camera_proxy: Use file description in debug messages | Laurent Pinchart |
2022-01-14 | v4l2: v4l2_compat_manager: Store V4L2CameraFile in mmaps_ | Laurent Pinchart |
2022-01-14 | v4l2: v4l2_camera_proxy: Drop trace message from freeBuffers() | Laurent Pinchart |
2022-01-14 | v4l2: v4l2_camera_file: Store file description | Laurent Pinchart |
2022-01-14 | v4l2: v4l2_compat_manager: Print path and fd in openat() | Laurent Pinchart |
2022-01-14 | v4l2: v4l2_camera_proxy: Zero flags in VIDIOC_REQBUFS | Laurent Pinchart |
2022-01-08 | v4l2: v4l2_camera_proxy: Add EXPBUF as one of the supported ioctl | Vedant Paranjape |
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 | v4l2: v4l2_camera: Return int in getBufferFd() | Hirokazu Honda |
2021-12-03 | libcamera: Move file_descriptor.h to base/ | Laurent Pinchart |
2021-12-01 | libcamera: Correct include headers for Mutex classes | Hirokazu Honda |
2021-12-01 | libcamera: base: Add mutex classes with thread safety annotations | Hirokazu Honda |
2021-12-01 | v4l2: Consolidate mutex classes to Mutex and MutexLocker | Hirokazu Honda |
2021-12-01 | libcamera: base: Introduce ConditionVariable | Hirokazu Honda |
2021-11-24 | v4l2: Convert to pragma once | Kieran Bingham |
2021-10-15 | v4l2: Remove using namespace in header files | Hirokazu Honda |
2021-09-10 | v4l2: v4l2_camera_proxy: Set the compressed flag in enum_fmt | Paul Elder |
2021-09-10 | v4l2: v4l2_camera_proxy: Report the proper format name in enum_fmt | Paul Elder |
2021-09-10 | v4l2: v4l2_compat_manager: Don't print "camera not found" on openat() | Paul Elder |
2021-09-07 | v4l2: Sum bytesused for all planes when dequeuing buffer | Laurent Pinchart |
2021-09-07 | libcamera: framebuffer: Prevent modifying the number of metadata planes | Laurent Pinchart |
2021-09-07 | libcamera: Use V4L2PixelFormat::fromPixelFormat() | Laurent Pinchart |
2021-09-05 | v4l2: Use V4L2PixelFormat::toPixelFormat() | Laurent Pinchart |
2021-08-10 | src: Remove all unused sys/mman.h inclusions | Kieran Bingham |
2021-07-11 | libcamera: buffer: Rename buffer.h to framebuffer.h | Laurent Pinchart |
2021-06-25 | libcamera/base: Validate internal headers as private | Kieran Bingham |
2021-06-25 | libcamera/base: Move extended base functionality | Kieran Bingham |
2021-06-25 | libcamera/base: Move utils to the base library | Kieran Bingham |
2021-05-18 | v4l2: Replace manual loop counters with utils::enumerate() | Laurent Pinchart |
2021-03-28 | meson: Summarize which applications and adaptation layers are built | Laurent Pinchart |
2021-02-11 | meson: Fix coding style when declaring arrays | Laurent Pinchart |
2020-12-30 | src: meson: Simplify v4l2 enablement | Kieran Bingham |
2020-10-21 | v4l2: camera: Prevent shadowing within V4L2Camera::Buffer | Kieran Bingham |
2020-10-20 | v4l2: Omit extra semicolons | Hirokazu Honda |
2020-10-12 | libcamera, android, cam, gstreamer, qcam, v4l2: Reuse Request | Paul Elder |
2020-08-25 | v4l2: camera: Merge getStreamConfig() with open() | Laurent Pinchart |
2020-08-25 | v4l2: camera_proxy: Store v4l2_pix_format instead of v4l2_format | Laurent Pinchart |
2020-08-25 | v4l2: camera_proxy: Pass const reference to setFmtFromConfig() | Laurent Pinchart |
2020-08-25 | meson: Remove -Wno-unused-parameter | Laurent Pinchart |
2020-08-05 | libcamera: camera: Rename name() to id() | Niklas Söderlund |
2020-07-10 | v4l2: v4l2_camera_proxy: Use stream config in tryFormat | Paul Elder |
2020-07-10 | v4l2: v4l2_camera_proxy: Get stride and frameSize from stream config | Paul Elder |