index
:
libcamera/pinchartl/libcamera.git
master
mtk/camsv
mtk/multi-cam
rpi/streams/next
simple/imx8
Laurent Pinchart's clone of libcamera
git repository hosting on libcamera.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
v4l2
/
v4l2_camera_proxy.h
Age
Commit message (
Expand
)
Author
2022-11-11
v4l2: v4l2_camera_proxy: Apply clang thread safety annotation
Hirokazu Honda
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-08
v4l2: v4l2_camera_proxy: Add EXPBUF as one of the supported ioctl
Vedant Paranjape
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-11-24
v4l2: Convert to pragma once
Kieran Bingham
2021-10-15
v4l2: Remove using namespace in header files
Hirokazu Honda
2021-08-10
src: Remove all unused sys/mman.h inclusions
Kieran Bingham
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-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
2020-06-25
v4l2: v4l2_camera_proxy: Serialize accesses to the proxy
Paul Elder
2020-06-25
v4l2: v4l2_camera_proxy: Implement VIDIOC_ENUM_FRAMESIZES
Paul Elder
2020-06-25
v4l2: v4l2_camera_proxy: Implement VIDIOC_ENUMINPUT, VIDIOC_G/S_INPUT
Paul Elder
2020-06-25
v4l2: v4l2_camera_proxy: Implement VIDIOC_G/S_PRIORITY
Paul Elder
2020-06-25
v4l2: v4l2_camera_proxy: Check for null arg values in main ioctl handler
Paul Elder
2020-06-25
v4l2: v4l2_compat: Support multiple open
Paul Elder
2020-06-25
v4l2: V4L2CameraProxy: Take V4L2CameraFile as argument for intercepted calls
Paul Elder
2020-06-19
v4l2: v4l2_compat: Intercept open64, openat64, and mmap64
Paul Elder
2020-06-08
v4l2: v4l2_compat: Add eventfd signaling to support polling
Paul Elder
2020-05-28
v4l2: Relicense V4L2 compatibility layer under LGPL
Laurent Pinchart
2020-03-18
libcamera: PixelFormat: Mark all function arguments of type PixelFormat as co...
Niklas Söderlund
2020-01-12
v4l2: camera: Handle memory mapping of buffers directly
Niklas Söderlund
2020-01-08
v4l2: camera_proxy: Break out try_fmt
Jacopo Mondi
2020-01-07
v4l2: camera_proxy: Rationalize arguments to format helpers
Laurent Pinchart
2020-01-03
v4l2: v4l2_compat: Add V4L2 compatibility layer
Paul Elder