summaryrefslogtreecommitdiff
path: root/src/v4l2
AgeCommit message (Expand)Author
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
2020-10-12libcamera, android, cam, gstreamer, qcam, v4l2: Reuse RequestPaul Elder
2020-08-25v4l2: camera: Merge getStreamConfig() with open()Laurent Pinchart
2020-08-25v4l2: camera_proxy: Store v4l2_pix_format instead of v4l2_formatLaurent Pinchart
2020-08-25v4l2: camera_proxy: Pass const reference to setFmtFromConfig()Laurent Pinchart
2020-08-25meson: Remove -Wno-unused-parameterLaurent Pinchart
2020-08-05libcamera: camera: Rename name() to id()Niklas Söderlund
2020-07-10v4l2: v4l2_camera_proxy: Use stream config in tryFormatPaul Elder
2020-07-10v4l2: v4l2_camera_proxy: Get stride and frameSize from stream configPaul Elder
2020-07-10v4l2: v4l2_camera: Fix stream selection for buffer operationsPaul Elder