summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-01-22libcamera: Declare static local variables as const where applicableLaurent Pinchart
2020-01-20libcamera: bound_method: Avoid deadlock with ConnectionTypeBlockingLaurent Pinchart
2020-01-20qcam: Support scaling of the viewfinderLaurent Pinchart
2020-01-20libcamera: log: Print the thread ID in the logLaurent Pinchart
2020-01-20libcamera: thread: Add a method to return the ID of the current threadLaurent Pinchart
2020-01-20v4l2: Extend device caps with V4L2_CAP_STREAMINGNicolas Dufresne
2020-01-16libcamera: Remove std::piecewise_construct where not necessaryLaurent Pinchart
2020-01-14libcamera: Switch from utils::make_unique to std::make_uniqueLaurent Pinchart
2020-01-14meson.build: Switch to C++14Laurent Pinchart
2020-01-14libcamera: gen-controls.py: Don't hardcode path to python interpreterLaurent Pinchart
2020-01-14libcamera: ipa_interface: Fix doxygen warningLaurent Pinchart
2020-01-12libcamera: ipa_interface: Document the ownership of dmabufs passed to map_buf...Niklas Söderlund
2020-01-12libcamera: camera: Remove the prepared stateNiklas Söderlund
2020-01-12libcamera: pipeline: Remove explicit buffer handlingNiklas Söderlund
2020-01-12qcam: Cache buffer memory mappingNiklas Söderlund
2020-01-12cam: Cache buffer memory mappingNiklas Söderlund
2020-01-12libcamera: Remove dead code after switch to FrameBufferNiklas Söderlund
2020-01-12libcamera: v4l2_videodevice: Remove Buffer interfaceNiklas Söderlund
2020-01-12libcamera: Switch to FrameBuffer interfaceNiklas Söderlund
2020-01-12libcamera: allocator: Add FrameBufferAllocator to help applications allocate ...Niklas Söderlund
2020-01-12libcamera: pipeline: Add FrameBuffer handlersNiklas Söderlund
2020-01-12libcamera: pipeline: ipu3: Switch to FrameBuffer interface for cio2 and statNiklas Söderlund
2020-01-12libcamera: pipeline: rkisp1: Switch to FrameBuffer interface for stat and paramNiklas Söderlund
2020-01-12libcamera: pipeline: rkisp1: Destroy frame information before completing requestNiklas 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: request: In addBuffer() do not fetch stream from BufferNiklas 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: Drop private function setRequest()Niklas Söderlund
2020-01-12libcamera: buffers: Remove Plane classNiklas Söderlund
2020-01-12libcamera: buffer: Switch from Plane to FrameBuffer::PlaneNiklas Söderlund
2020-01-12ipa: Switch to FrameBuffer interfaceNiklas Söderlund
2020-01-12libcamera: buffer: Add FrameBuffer interfaceNiklas Söderlund
2020-01-12libcamera: buffer: Add FrameMetadata container for metadata informationNiklas Söderlund
2020-01-12v4l2: camera_proxy: Call V4L2Camera::getBufferFd() directlyLaurent Pinchart
2020-01-12v4l2: camera: Handle memory mapping of buffers directlyNiklas Söderlund
2020-01-12v4l2: Rename FrameMetadata to V4L2FrameMetadataNiklas Söderlund
2020-01-12libcamera: Add FileDescriptor to help pass numerical fds aroundNiklas Söderlund
2020-01-12libcamera: request: remove prepare()Niklas Söderlund
2020-01-09v4l2: camera_proxy: Fix compilation error use of undeclared identifier 'ret'Niklas Söderlund
2020-01-08v4l2: camera_proxy: Align trace message styleJacopo Mondi
2020-01-08v4l2: camera_proxy: Break out try_fmtJacopo Mondi
2020-01-08v4l2: camera_proxy: Fix try_fmt format conversionJacopo Mondi
2020-01-08v4l2: camera_proxy: Include <array>Laurent Pinchart
2020-01-07v4l2: camera_proxy: Create format info arrayLaurent Pinchart
2020-01-07v4l2: camera_proxy: Rationalize arguments to format helpersLaurent Pinchart
2020-01-07v4l2: compat_manager: Move file operations to new struct FileOperationsLaurent Pinchart
2020-01-07v4l2: Use Object::invokeMethod() return valueLaurent Pinchart