Age | Commit message (Expand) | Author |
2020-01-20 | libcamera: bound_method: Avoid deadlock with ConnectionTypeBlocking | Laurent Pinchart |
2020-01-20 | qcam: Support scaling of the viewfinder | Laurent Pinchart |
2020-01-20 | libcamera: log: Print the thread ID in the log | Laurent Pinchart |
2020-01-20 | libcamera: thread: Add a method to return the ID of the current thread | Laurent Pinchart |
2020-01-20 | test: buffer_import: Propagate status code from buffer allocation | Laurent Pinchart |
2020-01-20 | v4l2: Extend device caps with V4L2_CAP_STREAMING | Nicolas Dufresne |
2020-01-18 | checkstyle: Add a pre-commit hook script | Nicolas Dufresne |
2020-01-18 | checkstyle: Add support for checking style on amendments | Nicolas Dufresne |
2020-01-18 | checkstyle: Add support for checking style on staged changes | Nicolas Dufresne |
2020-01-18 | checkstyle: Introduce a Commit class | Nicolas Dufresne |
2020-01-18 | checkstyle: Exit with 1 status if issues are found | Nicolas Dufresne |
2020-01-18 | checkstyle: Move from pep8 to pycodestyle | Nicolas Dufresne |
2020-01-17 | README: Remove duplicated line | Laurent Pinchart |
2020-01-17 | meson: Bump required version to 0.47 | Nicolas Dufresne |
2020-01-16 | libcamera: Remove std::piecewise_construct where not necessary | Laurent Pinchart |
2020-01-14 | libcamera: Switch from utils::make_unique to std::make_unique | Laurent Pinchart |
2020-01-14 | meson.build: Switch to C++14 | Laurent Pinchart |
2020-01-14 | libcamera: gen-controls.py: Don't hardcode path to python interpreter | Laurent Pinchart |
2020-01-14 | libcamera: ipa_interface: Fix doxygen warning | Laurent Pinchart |
2020-01-13 | rkisp1: add pipeline test for rkisp1 | Show Liu |
2020-01-12 | libcamera: ipa_interface: Document the ownership of dmabufs passed to map_buf... | Niklas Söderlund |
2020-01-12 | libcamera: camera: Remove the prepared state | Niklas Söderlund |
2020-01-12 | libcamera: pipeline: Remove explicit buffer handling | Niklas Söderlund |
2020-01-12 | qcam: Cache buffer memory mapping | Niklas Söderlund |
2020-01-12 | cam: Cache buffer memory mapping | Niklas Söderlund |
2020-01-12 | libcamera: Remove dead code after switch to FrameBuffer | Niklas Söderlund |
2020-01-12 | libcamera: v4l2_videodevice: Remove Buffer interface | Niklas Söderlund |
2020-01-12 | libcamera: Switch to FrameBuffer interface | Niklas Söderlund |
2020-01-12 | libcamera: allocator: Add FrameBufferAllocator to help applications allocate ... | Niklas Söderlund |
2020-01-12 | libcamera: pipeline: Add FrameBuffer handlers | Niklas Söderlund |
2020-01-12 | libcamera: pipeline: ipu3: Switch to FrameBuffer interface for cio2 and stat | Niklas Söderlund |
2020-01-12 | libcamera: pipeline: rkisp1: Switch to FrameBuffer interface for stat and param | Niklas Söderlund |
2020-01-12 | libcamera: pipeline: rkisp1: Destroy frame information before completing request | Niklas Söderlund |
2020-01-12 | test: camera: buffer_import: Update to FrameBuffer restrictions | Niklas Söderlund |
2020-01-12 | test: v4l2_videodevice: Switch to FrameBuffer 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 |
2020-01-12 | libcamera: buffer: Move captured metadata to FrameMetadata | Niklas Söderlund |
2020-01-12 | libcamera: request: In addBuffer() do not fetch stream from Buffer | Niklas Söderlund |
2020-01-12 | libcamera: v4l2_videodevice: Extract exportDmabufFd() | Niklas Söderlund |
2020-01-12 | libcamera: v4l2_videodevice: Align which type variable is used in queueBuffer() | Niklas Söderlund |
2020-01-12 | libcamera: buffer: Drop private function setRequest() | Niklas Söderlund |
2020-01-12 | libcamera: buffers: Remove Plane class | Niklas Söderlund |
2020-01-12 | libcamera: buffer: Switch from Plane to FrameBuffer::Plane | Niklas Söderlund |
2020-01-12 | ipa: Switch to FrameBuffer interface | Niklas Söderlund |
2020-01-12 | libcamera: buffer: Add FrameBuffer interface | Niklas Söderlund |
2020-01-12 | libcamera: buffer: Add FrameMetadata container for metadata information | Niklas Söderlund |
2020-01-12 | v4l2: camera_proxy: Call V4L2Camera::getBufferFd() directly | Laurent Pinchart |
2020-01-12 | v4l2: camera: Handle memory mapping of buffers directly | Niklas Söderlund |
2020-01-12 | v4l2: Rename FrameMetadata to V4L2FrameMetadata | Niklas Söderlund |