Age | Commit message (Expand) | Author |
2020-07-06 | android: camera_device: Support multiple stream configurations | Kieran Bingham |
2020-07-06 | android: camera_device: Provide a toPixelFormat helper | Kieran Bingham |
2020-07-06 | libcamera: ipa: raspberrypi: Populate focus FoM from the ISP statistics | Naushir Patuck |
2020-07-06 | ipa: raspberrypi: Populate libcamera metadata after controller process | Naushir Patuck |
2020-07-06 | libcamera: controls: Add focus Figure of Merit (FoM) control | Naushir Patuck |
2020-07-03 | ipa: raspberrypi: Enable focus measure without recompile | David Plowman |
2020-07-03 | libcamera: ipu3: cio2: Do not proxy signal | Niklas Söderlund |
2020-07-03 | libcamera: ipu3: Make it easier to read when a request may be completed | Niklas Söderlund |
2020-07-03 | libcamera: raspberrypi: Document vc_sm_cma pointer sharing with IPA | Niklas Söderlund |
2020-07-01 | ipa/pipeline: rkisp1: Fix spelling | Andrej Shadura |
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: 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 |