index
:
libcamera/libcamera.git
master
libcamera official repository
git repository hosting on libcamera.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcamera
/
v4l2_videodevice.cpp
Age
Commit message (
Expand
)
Author
2022-04-01
libcamera: v4l2_videodevice: Fix potential errno overwrite
Laurent Pinchart
2022-03-28
libcamera: v4l2_videodevice: Empty the V4L2 buffer cache on streamOff()
Naushir Patuck
2022-03-28
libcamera: v4l2_videodevice: Do not allow buffer queueing in stopping state
Naushir Patuck
2022-03-28
libcamera: v4l2_videodevice: Better tracking of the device state
Naushir Patuck
2022-03-23
libcamera: v4l2_videodevice: Clarify setting of v4l2_buffer timestamp
Umang Jain
2022-03-23
libcamera: v4l2_videodevice: Remove setting of buffer sequence
Umang Jain
2021-12-13
libcamera: video_device: Support passing ColorSpaces to V4L2 video devices
David Plowman
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
libcamera: v4l2_videodevice: Pass FileDescriptor to open()
Laurent Pinchart
2021-12-04
libcamera: v4l2_videodevice: Use fd for a file descriptor
Hirokazu Honda
2021-12-04
libcamera: v4l2_device: Use UniqueFD for a file descriptor
Hirokazu Honda
2021-12-03
libcamera: Move file_descriptor.h to base/
Laurent Pinchart
2021-10-27
libcamera: v4l2_videodevice: provide hasMediaController()
Kieran Bingham
2021-10-25
libcamera: v4l2_videodevice: Explain multiplanar bytesused reasoning
Kieran Bingham
2021-10-19
libcamera: v4l2_videodevice: Improve debugging when buffer is too small
Laurent Pinchart
2021-09-24
libcamera: v4l2_videodevice: Don't move planes to construct FrameBuffer
Laurent Pinchart
2021-09-14
libcamera: v4l2_videodevice: Handle unexpected buffers
Kieran Bingham
2021-09-07
libcamera: framebuffer: Prevent modifying the number of metadata planes
Laurent Pinchart
2021-09-07
libcamera: framebuffer: Allocate metadata planes at construction time
Laurent Pinchart
2021-09-07
libcamera: v4l2_videodevice: Use utils::enumerate()
Laurent Pinchart
2021-09-07
libcamera: v4l2_videodevice: Split planes when dequeuing buffer
Laurent Pinchart
2021-09-07
libcamera: v4l2_videodevice: Coalesce planes when queuing buffer
Laurent Pinchart
2021-09-07
libcamera: v4l2_videodevice: Take stride into account to compute offsets
Laurent Pinchart
2021-09-07
libcamera: v4l2_videodevice: Document plane handling in createBuffer()
Laurent Pinchart
2021-09-07
libcamera: v4l2_videodevice: Cache PixelFormatInfo
Laurent Pinchart
2021-09-07
libcamera: formats: Add planeSize() helpers to PixelFormatInfo
Laurent Pinchart
2021-09-07
libcamera: v4l2_videodevice: Drop toV4L2PixelFormat()
Laurent Pinchart
2021-09-02
libcamera: Drop emitter object pointer from signal arguments
Laurent Pinchart
2021-08-30
libcamera: v4l2_videodevice: Create color-format planes in createBuffer()
Hirokazu Honda
2021-08-30
libcamera: mapped_framebuffer: Return plane begin address by MappedBuffer::ma...
Hirokazu Honda
2021-08-10
src: Remove all unused sys/mman.h inclusions
Kieran Bingham
2021-08-09
libcamera: Rename 'method' to 'function'
Laurent Pinchart
2021-07-19
libcamera: v4l2_videodevice: Avoid extra construction of Framebuffer
Umang Jain
2021-06-25
libcamera/base: Move event_notifier to base
Kieran Bingham
2021-06-25
libcamera/base: Move extended base functionality
Kieran Bingham
2021-03-24
libcamera: v4l2_videodevice: Prevent queueing buffers without a cache
Kieran Bingham
2021-03-04
libcamera: v4l2_videodevice: Print fd value in log prefix
Laurent Pinchart
2021-02-04
libcamera: v4l2_videodevice: remove confusing memory MMAP assignment before Q...
Helen Koike
2021-01-12
libcamera: v4l2_videodevice: Track streaming state
Kieran Bingham
2020-12-14
libcamera: Replace ARRAY_SIZE() with std::size()
Laurent Pinchart
2020-12-09
libcamera: v4l2_device: Return a unique pointer from fromEntityName()
Laurent Pinchart
2020-11-15
libcamera: Move EventDispatcher to internal API
Laurent Pinchart
2020-11-10
libcamera: v4l2_device: Move start of frame detection to V4L2Device
Niklas Söderlund
2020-11-07
libcamera: v4l2_videodevice: Check plane count when setting format
Laurent Pinchart
2020-11-07
libcamera: v4l2_videodevice: Zero-initialize planes in V4L2DeviceFormat
Laurent Pinchart
2020-10-21
libcamera: v4l2_videodevice: Prevent shadowing of V4L2BufferCache members
Kieran Bingham
2020-10-20
libcamera: Place doxygen \file block above namespace
Laurent Pinchart
2020-08-25
meson: Remove -Wno-unused-parameter
Laurent Pinchart
2020-07-23
libcamera: v4l2_videodevice: Add using statement for format map
Niklas Söderlund
[next]