Age | Commit message (Expand) | Author |
2020-06-29 | utils: raspberrypi: ctt: Fix pycodestyle W605 | Laurent Pinchart |
2020-06-29 | libcamera: ipu3: cio2: Use Size::isNull() | Niklas Söderlund |
2020-06-29 | libcamera: geometry: Add isNull() function to Size class | Laurent Pinchart |
2020-06-29 | libcamera: raspberrypi: Fail on unsupported stream role | Jacopo Mondi |
2020-06-29 | libcamera: raspberrypi: Refuse invalid roles configuration | Jacopo Mondi |
2020-06-29 | libcamera: ipu3: Fix wrong indentation | Jacopo Mondi |
2020-06-29 | libcamera: ipu3: Accept an empty roles list | Jacopo Mondi |
2020-06-29 | libcamera: ipu3: Improve error on multiple raw streams request | Jacopo Mondi |
2020-06-28 | libcamera: ipu3: imgu: Use unique_ptr for video and subdevices | Niklas Söderlund |
2020-06-28 | libcamera: ipu3: imgu: Remove ImgUOutput | Niklas Söderlund |
2020-06-28 | libcamera: ipu3: Remove IPU3Stream | Niklas Söderlund |
2020-06-28 | libcamera: ipu3: Remove the active flag from IPU3Stream | Niklas Söderlund |
2020-06-28 | libcamera: ipu3: Do not duplicate data in IPU3Stream | Niklas Söderlund |
2020-06-28 | libcamera: ipu3: imgu: Use specific functions to configure each sink | Niklas Söderlund |
2020-06-28 | libcamera: ipu3: imgu: Mark things that are internal as private | Niklas Söderlund |
2020-06-28 | libcamera: ipu3: imgu: Do not cache index | Niklas Söderlund |
2020-06-28 | libcamera: ipu3: imgu: Move the ImgUDevice class to separate files | Niklas Söderlund |
2020-06-28 | libcamera: ipu3: Remove usage of IPU3CameraData from ImgUDevice | Niklas Söderlund |
2020-06-28 | libcamera: ipu3: Always import buffers for ImgU sinks | Niklas Söderlund |
2020-06-28 | libcamera: ipu3: Import instead of allocate statistic buffers | Niklas Söderlund |
2020-06-28 | libcamera: ipu3: Remove unused name_ filed from IPU3Stream | Niklas Söderlund |
2020-06-26 | libcamera: Summarize licensing terms in COPYING.rst | Laurent Pinchart |
2020-06-26 | libcamera: ipu3: Allow zero-copy RAW stream capture | Niklas Söderlund |
2020-06-26 | libcamera: ipu3: cio2: Hide buffer allocation and freeing from users | Niklas Söderlund |
2020-06-26 | libcamera: ipu3: cio2: Make the V4L2 devices private | Niklas Söderlund |
2020-06-26 | libcamera: ipu3: cio2: Add function to generate configuration | Niklas Söderlund |
2020-06-26 | libcamera: ipu3: cio2: Consolidate information about formats | Niklas Söderlund |
2020-06-26 | libcamera: ipu3: cio2: Move the CIO2Device class to separate files | Niklas Söderlund |
2020-06-26 | libcamera: ipu3: Calculate number of buffers for ImgU | Niklas Söderlund |
2020-06-26 | libcamera: ipu3: Breakout stream assignment to new function | Niklas Söderlund |
2020-06-26 | libcamera: ipu3: Fold mediaBusToFormat() into only caller | Niklas Söderlund |
2020-06-26 | libcamera: pipeline_handler: Correct small typo in acquireMediaDevice descrip... | Chris Chinchilla |
2020-06-26 | libcamera: pipeline_handler: Fix incorrect method in CameraData docs | Chris Chinchilla |
2020-06-25 | libcamera: pipeline: raspberrypi: Add StreamFormats to StreamConfiguration | Naushir Patuck |
2020-06-25 | ipa: rpi: Add "focus" algorithm | David Plowman |
2020-06-25 | v4l2: v4l2_camera_proxy: Serialize accesses to the proxy | Paul Elder |
2020-06-25 | v4l2: v4l2_camera_proxy: Fix buffer flags related to queueing | Paul Elder |
2020-06-25 | v4l2: v4l2_camera_proxy: Don't allow buffers to be freed if still mmaped | Paul Elder |
2020-06-25 | v4l2: v4l2_camera_proxy: Don't allow streamon if no buffers have been requested | Paul Elder |
2020-06-25 | v4l2: v4l2_camera_proxy: Check arg->index bounds for querybuf, qbuf, dqbuf | Paul Elder |
2020-06-25 | v4l2: v4l2_camera: Clear pending requests on freeBuffers and streamOff | Paul Elder |
2020-06-25 | v4l2: v4l2_camera: Don't use libcamera::Semaphore for available buffers | Paul Elder |
2020-06-25 | v4l2: v4l2_camera_proxy: Clear internal buffer vector on reqbufs 0 | Paul Elder |
2020-06-25 | v4l2: v4l2_camera_proxy: noop if streamon when stream is already on | Paul Elder |
2020-06-25 | v4l2: v4l2_camera_proxy: Disallow dqbuf when not streaming | Paul Elder |
2020-06-25 | v4l2: v4l2_camera: Add isRunning() | Paul Elder |
2020-06-25 | v4l2: v4l2_camera_proxy: Implement VIDIOC_ENUM_FRAMESIZES | Paul Elder |
2020-06-25 | v4l2: v4l2_camera_proxy: Implement VIDIOC_ENUMINPUT, VIDIOC_G/S_INPUT | Paul Elder |
2020-06-25 | v4l2: v4l2_camera_proxy: Implement VIDIOC_G/S_PRIORITY | Paul Elder |
2020-06-25 | v4l2: v4l2_camera_proxy: Fix v4l2-compliance support for extended formats | Paul Elder |