Age | Commit message (Expand) | Author |
2020-06-08 | v4l2: v4l2_camera_proxy: Acquire only one buffer semaphore on VIDIOC_DQBUF | Paul Elder |
2020-06-08 | v4l2: v4l2_camera_proxy: Fix bounds check for VIDIOC_ENUM_FMT | Paul Elder |
2020-05-28 | v4l2: Relicense V4L2 compatibility layer under LGPL | Laurent Pinchart |
2020-05-16 | libcamera: Move internal headers to include/libcamera/internal/ | Laurent Pinchart |
2020-05-13 | licenses: License all meson files under CC0-1.0 | Laurent Pinchart |
2020-03-18 | libcamera: framebuffer_allocator: Lift camera restrictions on allocator | 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-18 | libcamera: pixelformats: include linux/drm_fourcc.h | Niklas Söderlund |
2020-03-08 | v4l2: v4l2_camera_proxy: Fix sign compare compilation error | Laurent Pinchart |
2020-03-08 | v4l2: v4l2_compat: Use correct libcamera_dep dependency | Laurent Pinchart |
2020-02-13 | v4l2: Remove internal thread | Laurent Pinchart |
2020-01-20 | v4l2: Extend device caps with V4L2_CAP_STREAMING | Nicolas Dufresne |
2020-01-14 | libcamera: Switch from utils::make_unique to std::make_unique | Laurent Pinchart |
2020-01-12 | libcamera: camera: Remove the prepared state | Niklas Söderlund |
2020-01-12 | libcamera: Switch to FrameBuffer interface | Niklas Söderlund |
2020-01-12 | libcamera: buffer: Move captured metadata to FrameMetadata | Niklas Söderlund |
2020-01-12 | libcamera: request: In addBuffer() do not fetch stream from Buffer | Niklas Söderlund |
2020-01-12 | libcamera: buffer: Switch from Plane to FrameBuffer::Plane | Niklas Söderlund |
2020-01-12 | v4l2: camera_proxy: Call V4L2Camera::getBufferFd() directly | Laurent Pinchart |
2020-01-12 | v4l2: camera: Handle memory mapping of buffers directly | Niklas Söderlund |
2020-01-12 | v4l2: Rename FrameMetadata to V4L2FrameMetadata | Niklas Söderlund |
2020-01-09 | v4l2: camera_proxy: Fix compilation error use of undeclared identifier 'ret' | Niklas Söderlund |
2020-01-08 | v4l2: camera_proxy: Align trace message style | Jacopo Mondi |
2020-01-08 | v4l2: camera_proxy: Break out try_fmt | Jacopo Mondi |
2020-01-08 | v4l2: camera_proxy: Fix try_fmt format conversion | Jacopo Mondi |
2020-01-08 | v4l2: camera_proxy: Include <array> | Laurent Pinchart |
2020-01-07 | v4l2: camera_proxy: Create format info array | Laurent Pinchart |
2020-01-07 | v4l2: camera_proxy: Rationalize arguments to format helpers | Laurent Pinchart |
2020-01-07 | v4l2: compat_manager: Move file operations to new struct FileOperations | Laurent Pinchart |
2020-01-07 | v4l2: Use Object::invokeMethod() return value | Laurent Pinchart |
2020-01-04 | v4l2: Fix compilation of __open_2() and __openat_2() with gcc | Laurent Pinchart |
2020-01-03 | v4l2: v4l2_compat: Add V4L2 compatibility layer | Paul Elder |