summaryrefslogtreecommitdiff
path: root/src/v4l2
AgeCommit message (Expand)Author
2024-03-27v4l2: meson: Keep defines sorted alphabeticallyLaurent Pinchart
2024-03-27v4l2: Unset _TIME_BITS in addition to _FILE_OFFSET_BITSSteve Langasek
2023-12-07meson: Tag all installed filesLaurent Pinchart
2023-07-11v4l2: Use SystemDevices properties to identify camerasKieran Bingham
2023-07-11v4l2: v4l2_camera_proxy: Prevent ioctl sign-extensionsKieran Bingham
2023-05-04v4l2: Move the v4l2 compat layer to libexec/libcameraKieran Bingham
2022-11-11v4l2: v4l2_camera: Apply clang thread safety annotationHirokazu Honda
2022-11-11v4l2: v4l2_camera_proxy: Apply clang thread safety annotationHirokazu Honda
2022-08-03libcamera: v4l2_pixelformat: Return the list of V4L2 formatsJacopo Mondi
2022-05-04libcamera: Replace toString with operator<<() for format classesLaurent Pinchart
2022-03-17v4l2: camera_proxy: Fix header include orderKieran Bingham
2022-02-15v4l2: v4l2_camera_proxy: Fix timestamp calculationKieran Bingham
2022-02-04v4l2: Provide libcamerify wrapper scriptKieran Bingham
2022-02-02v4l2: Accept read-only buffers mappings and require MAP_SHAREDLaurent Pinchart
2022-01-21v4l2: V4L2CameraProxy: Add support for PREPARE_BUF as one of the supported ioctlVedant Paranjape
2022-01-14v4l2: v4l2_camera_proxy: Use file description in debug messagesLaurent Pinchart
2022-01-14v4l2: v4l2_compat_manager: Store V4L2CameraFile in mmaps_Laurent Pinchart
2022-01-14v4l2: v4l2_camera_proxy: Drop trace message from freeBuffers()Laurent Pinchart
2022-01-14v4l2: v4l2_camera_file: Store file descriptionLaurent Pinchart
2022-01-14v4l2: v4l2_compat_manager: Print path and fd in openat()Laurent Pinchart
2022-01-14v4l2: v4l2_camera_proxy: Zero flags in VIDIOC_REQBUFSLaurent Pinchart
2022-01-08v4l2: v4l2_camera_proxy: Add EXPBUF as one of the supported ioctlVedant Paranjape
2021-12-04libcamera: base: shared_fd: Rename fd() to get()Laurent Pinchart
2021-12-04libcamera: base: Rename FileDescriptor to SharedFDLaurent Pinchart
2021-12-04v4l2: v4l2_camera: Return int in getBufferFd()Hirokazu Honda
2021-12-03libcamera: Move file_descriptor.h to base/Laurent Pinchart
2021-12-01libcamera: Correct include headers for Mutex classesHirokazu Honda
2021-12-01libcamera: base: Add mutex classes with thread safety annotationsHirokazu Honda
2021-12-01v4l2: Consolidate mutex classes to Mutex and MutexLockerHirokazu Honda
2021-12-01libcamera: base: Introduce ConditionVariableHirokazu Honda
2021-11-24v4l2: Convert to pragma onceKieran Bingham
2021-10-15v4l2: Remove using namespace in header filesHirokazu Honda
2021-09-10v4l2: v4l2_camera_proxy: Set the compressed flag in enum_fmtPaul Elder
2021-09-10v4l2: v4l2_camera_proxy: Report the proper format name in enum_fmtPaul Elder
2021-09-10v4l2: v4l2_compat_manager: Don't print "camera not found" on openat()Paul Elder
2021-09-07v4l2: Sum bytesused for all planes when dequeuing bufferLaurent Pinchart
2021-09-07libcamera: framebuffer: Prevent modifying the number of metadata planesLaurent Pinchart
2021-09-07libcamera: Use V4L2PixelFormat::fromPixelFormat()Laurent Pinchart
2021-09-05v4l2: Use V4L2PixelFormat::toPixelFormat()Laurent Pinchart
2021-08-10src: Remove all unused sys/mman.h inclusionsKieran Bingham
2021-07-11libcamera: buffer: Rename buffer.h to framebuffer.hLaurent Pinchart
2021-06-25libcamera/base: Validate internal headers as privateKieran Bingham
2021-06-25libcamera/base: Move extended base functionalityKieran Bingham
2021-06-25libcamera/base: Move utils to the base libraryKieran Bingham
2021-05-18v4l2: Replace manual loop counters with utils::enumerate()Laurent Pinchart
2021-03-28meson: Summarize which applications and adaptation layers are builtLaurent Pinchart
2021-02-11meson: Fix coding style when declaring arraysLaurent Pinchart
2020-12-30src: meson: Simplify v4l2 enablementKieran Bingham
2020-10-21v4l2: camera: Prevent shadowing within V4L2Camera::BufferKieran Bingham
2020-10-20v4l2: Omit extra semicolonsHirokazu Honda