summaryrefslogtreecommitdiff
path: root/src/libcamera/include/v4l2_videodevice.h
AgeCommit message (Expand)Author
2020-05-16libcamera: Move internal headers to include/libcamera/internal/Laurent Pinchart
2020-05-10libcamera: v4l2_videodevice: Support filtering formats by media bus codeLaurent Pinchart
2020-04-30libcamera: v4l2_pixelformat: Move DRM/V4L2 format conversionLaurent Pinchart
2020-04-30libcamera: v4l2_pixelformat: Move V4L2PixelFormat to a new fileLaurent Pinchart
2020-04-28libcamera: v4l2_videodevice: Expose setSelection()Jacopo Mondi
2020-04-26libcamera: v4l2_videodevice: Add support for frame start eventsLaurent Pinchart
2020-04-26libcamera: v4l2_videodevice: Rename fdEvent_ to fdBufferNotifier_Laurent Pinchart
2020-04-15libcamera: v4l2_videodevice: Expose the device capabilitiesLaurent Pinchart
2020-03-19libcamera: v4l2_videodevice: Make V4L2PixelFormat constructor explicitLaurent Pinchart
2020-03-19libcamera: v4l2_videodevice: Rename toV4L2Fourcc to toV4L2PixelFormatLaurent Pinchart
2020-03-19libcamera: v4l2_videodevice: Add V4L2PixelFormat classLaurent Pinchart
2020-03-18libcamera: v4l2_videodevice: Add standalone buffer export supportLaurent Pinchart
2020-03-18libcamera: v4l2_videodevice: Refactor allocateBuffers()Laurent Pinchart
2020-03-18libcamera: v4l2_videodevice: Pass memory type to reqbufs()Laurent Pinchart
2020-03-18libcamera: v4l2_videodevice: Rename exportBuffers() to allocateBuffers()Laurent Pinchart
2020-03-18libcamera: PixelFormat: Mark all function arguments of type PixelFormat as co...Niklas Söderlund
2020-03-07libcamera: v4l2_videodevice: Don't use std::atomic specializationLaurent Pinchart
2020-03-06libcamera: V4L2BufferCache: Improve cache eviction strategyNiklas Söderlund
2020-03-06libcamera: V4L2BufferCache: Mark Entry::operator==() as constNiklas Söderlund
2020-02-13libcamera: v4l2_videodevice: Add crop/selection controlNaushir Patuck
2020-01-12libcamera: v4l2_videodevice: Remove Buffer interfaceNiklas Söderlund
2020-01-12libcamera: v4l2_videodevice: Add FrameBuffer interfaceNiklas Söderlund
2020-01-12libcamera: v4l2_videodevice: Add V4L2BufferCache to deal with index mappingNiklas Söderlund
2020-01-12libcamera: v4l2_videodevice: Extract exportDmabufFd()Niklas Söderlund
2019-10-28libcamera: v4l2_videodevice: Add PixelFormat conversionJacopo Mondi
2019-08-21libcamera: v4l2_videodevice: Support MPLANE M2M devicesKieran Bingham
2019-08-13libcamera: v4l2_videodevice: Support M2M devicesKieran Bingham
2019-07-14libcamera: buffer: Split memory information to BufferMemoryLaurent Pinchart
2019-07-14libcamera: v4l2_videodevice: Add helper to queue all buffersLaurent Pinchart
2019-07-04libcamera: v4l2_videodevice: Re-group operationsJacopo Mondi
2019-06-19libcamera: Introduce V4L2Device base classJacopo Mondi
2019-06-19libcamera: Rename V4L2Device to V4L2VideoDeviceJacopo Mondi