index
:
libcamera/jmondi/libcamera.git
imx8mp/extensible-format
imx8mp/extensible-format-v8
imx8mp/extensible-format-v9
isi/raw_sensor
isi/raw_sensor_v2
jmondi/android/ndk/pinephonepro
jmondi/android/pinephonepro
jmondi/android/vndk
jmondi/device-match-generalize
jmondi/imx8mp/debix-a
jmondi/lc-compliance-cros
jmondi/pinephone
jmondi/pinephonepro
jmondi/pinephonepro-af
jmondi/rk3399/google-dru-scarlet
jmondi/rockpi/af/imx519
jmondi/rpi5-on-mainline
multicontext/rpi/v3
pfc/rkisp1-free-run
pfc/rkisp1-free-run-upstreaming
pfc/rkisp1-free-run-v2
yaml-emitter
Jacopo Mondi's clone of libcamera
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
2024-10-11
libcamera: v4l2_videodevice: Do not hide frame drops
Jacopo Mondi
2024-09-30
libcamera: v4l2_videodevice: Add getSelection() function
Laurent Pinchart
2024-09-12
libcamera: v4l2_videodevice: Improve readability
Stefan Klug
2024-09-02
libcamera: v4l2: Remove unused includes
Milan Zamazal
2024-07-21
libcamera: v4l2_videodevice: Use bufferType_ in [get|try|set]Format()
Hans de Goede
2024-05-08
libcamera: Drop file name from header comment blocks
Laurent Pinchart
2023-05-08
libcamera: v4l2_videodevice: Use O_CLOEXEC when exporting DMA buffers
Elias Naur
2022-11-14
libcamera: v4l2_videodevice: Reduce zero sequence warning log level
Kieran Bingham
2022-10-28
libcamera: v4l2_videodevice: Guard against releasing unallocated buffers
Naushir Patuck
2022-10-10
libcamera: v4l2_videodevice: Warn if bytesused == 0 when queuing output buffer
Laurent Pinchart
2022-10-10
libcamera: framebuffer: Move remaining private data to Private class
Laurent Pinchart
2022-09-01
libcamera: v4l2_videodevice: Improve toColorSpace() readability
Umang Jain
2022-09-01
libcamera: v4l2_device: Adjust colorspace based on pixel format
Umang Jain
2022-08-20
libcamera: v4l2: Set colorspace flags
Umang Jain
2022-08-03
libcamera: v4l2_videodevice: Match formats supported by the device
Jacopo Mondi
2022-08-03
libcamera: v4l2_pixelformat: Return the list of V4L2 formats
Jacopo Mondi
2022-08-03
libcamera: v4l2_videodevice: Reintroduce toV4L2PixelFormat()
Jacopo Mondi
2022-06-27
libcamera: v4l2_videodevice: Identify non-zero stream starts
Kieran Bingham
2022-05-10
v4l2_videodevice: Disable the watchdog timer when no buffers are queued
Naushir Patuck
2022-05-04
libcamera: Add operator<<() for V4L2 format classes
Laurent Pinchart
2022-05-04
libcamera: Replace toString with operator<<() for geometry classes
Laurent Pinchart
2022-04-07
libcamera: v4l2_videodevice: Fix uninitialised watchdogDuration_
Umang Jain
2022-04-06
libcamera: v4l2_videodevice: Fix typos in a comment
Naushir Patuck
2022-04-06
libcamera: v4l2_videodevice: Add a dequeue timer
Naushir Patuck
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
[next]