summaryrefslogtreecommitdiff
path: root/src/libcamera/v4l2_videodevice.cpp
AgeCommit message (Expand)Author
2020-01-22libcamera: Fix documentation of buffer allocation/export functionsLaurent Pinchart
2020-01-14libcamera: Switch from utils::make_unique to std::make_uniqueLaurent Pinchart
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: buffer: Move captured metadata to FrameMetadataNiklas Söderlund
2020-01-12libcamera: v4l2_videodevice: Extract exportDmabufFd()Niklas Söderlund
2020-01-12libcamera: v4l2_videodevice: Align which type variable is used in queueBuffer()Niklas Söderlund
2020-01-12libcamera: buffer: Switch from Plane to FrameBuffer::PlaneNiklas Söderlund
2020-01-03libcamera: v4l2_device, v4l2_videodevice: call open system call directlyPaul Elder
2019-12-16libcamera: Remove buffer index from loggingNiklas Söderlund
2019-11-20libcamera: v4l2_videodevice: Simplify error checking for requestBuffers()Niklas Söderlund
2019-10-28libcamera: v4l2_videodevice: Add PixelFormat conversionJacopo Mondi
2019-10-15libcamera: utils: Add hex stream output helperLaurent Pinchart
2019-08-13libcamera: v4l2_videodevice: Support M2M devicesKieran Bingham
2019-08-13libcamera: v4l2_videodevice: Fix ordering of debug statementKieran Bingham
2019-07-14libcamera: v4l2_videodevice: Signal buffer completion at streamoff timeLaurent Pinchart
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: v4l2_videodevice: Update documentationJacopo Mondi
2019-06-19libcamera: Introduce V4L2Device base classJacopo Mondi
2019-06-19libcamera: Rename V4L2Device to V4L2VideoDeviceJacopo Mondi