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
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
2020-07-10
libcamera: V4L2VideoDevice: Add tryFormat
Paul Elder
2020-05-19
libcamera: v4l2_videodevice: Use FileDescriptor "fd move" constructor
Laurent Pinchart
2020-05-18
libcamera: v4l2_videodevice: Fix dangling file descriptor
Naushir Patuck
2020-05-16
libcamera: Move internal headers to include/libcamera/internal/
Laurent Pinchart
2020-05-10
libcamera: v4l2_videodevice: Support filtering formats by media bus code
Laurent Pinchart
2020-04-30
libcamera: v4l2_pixelformat: Move DRM/V4L2 format conversion
Laurent Pinchart
2020-04-30
libcamera: v4l2_pixelformat: Move V4L2PixelFormat to a new file
Laurent Pinchart
2020-04-28
libcamera: v4l2_videodevice: Expose setSelection()
Jacopo Mondi
2020-04-26
libcamera: v4l2_videodevice: Add support for frame start events
Laurent Pinchart
2020-04-26
libcamera: geometry: Rename Rectangle fields
Jacopo Mondi
2020-04-26
libcamera: v4l2_videodevice: Rename fdEvent_ to fdBufferNotifier_
Laurent Pinchart
2020-04-17
libcamera: v4l2_videodevice: Return correct format for metadata
Laurent Pinchart
2020-04-15
libcamera: v4l2_videodevice: Map V4L2_PIX_FMT_GREY to DRM FourCC
Laurent Pinchart
2020-04-15
libcamera: v4l2_videodevice: Downgrade 4CC conversion errors to warnings
Laurent Pinchart
2020-04-15
libcamera: v4l2_videodevice: Expose the device capabilities
Laurent Pinchart
2020-03-27
libcamera: v4l2PixelFormat: Replace hex with fourCC
Kaaira Gupta
2020-03-24
libcamera: v4l2_videodevice: Add support for all 32-bit ARGB formats
Laurent Pinchart
2020-03-19
libcamera: v4l2_videodevice: Make V4L2PixelFormat constructor explicit
Laurent Pinchart
2020-03-19
libcamera: v4l2_videodevice: Rename toV4L2Fourcc to toV4L2PixelFormat
Laurent Pinchart
2020-03-19
libcamera: v4l2_videodevice: Add V4L2PixelFormat class
Laurent Pinchart
2020-03-19
libcamera: geometry: Construct SizeRange from Size
Laurent Pinchart
2020-03-18
libcamera: v4l2_videodevice: Add standalone buffer export support
Laurent Pinchart
2020-03-18
libcamera: v4l2_videodevice: Refactor allocateBuffers()
Laurent Pinchart
2020-03-18
libcamera: v4l2_videodevice: Pass memory type to reqbufs()
Laurent Pinchart
2020-03-18
libcamera: v4l2_videodevice: Rename exportBuffers() to allocateBuffers()
Laurent Pinchart
2020-03-18
libcamera: PixelFormat: Mark all function arguments of type PixelFormat as co...
Niklas Söderlund
2020-03-18
libcamera: PixelFormat: Make constructor explicit
Laurent Pinchart
2020-03-18
libcamera: PixelFormat: Turn into a class
Niklas Söderlund
2020-03-06
libcamera: V4L2BufferCache: Improve cache eviction strategy
Niklas Söderlund
2020-03-06
libcamera: V4L2BufferCache: Check for hot hit first
Niklas Söderlund
2020-03-06
libcamera: V4L2BufferCache: Use the entry reference
Niklas Söderlund
2020-03-06
libcamera: V4L2BufferCache: Mark Entry::operator==() as const
Niklas Söderlund
2020-02-13
libcamera: v4l2_videodevice: Add crop/selection control
Naushir Patuck
2020-02-13
libcamera: Document thread-safety attributes of core classes
Laurent Pinchart
2020-01-22
libcamera: Fix documentation of buffer allocation/export functions
Laurent Pinchart
2020-01-14
libcamera: Switch from utils::make_unique to std::make_unique
Laurent Pinchart
2020-01-12
libcamera: v4l2_videodevice: Remove Buffer interface
Niklas Söderlund
2020-01-12
libcamera: v4l2_videodevice: Add FrameBuffer interface
Niklas Söderlund
2020-01-12
libcamera: v4l2_videodevice: Add V4L2BufferCache to deal with index mapping
Niklas Söderlund
[next]