Age | Commit message (Expand) | Author |
2021-03-03 | android: jpeg: Use CameraBuffer::jpegBufferSize() | Jacopo Mondi |
2021-03-03 | android: camera_buffer: Add method to get the JPEG blob size | Jacopo Mondi |
2021-03-03 | android: post_processor: Use CameraBuffer API | Jacopo Mondi |
2021-03-03 | android: camera_buffer: Implement libcamera::Extensible | Jacopo Mondi |
2021-03-03 | android: Move buffer mapping to CameraStream | Jacopo Mondi |
2021-03-03 | android: camera_device: Rename buffer fields | Jacopo Mondi |
2021-03-03 | android: camera_buffer: Drop 'const' from buffer_handle_t | Jacopo Mondi |
2021-03-03 | android: Introduce CameraBuffer interface | Jacopo Mondi |
2021-03-03 | libcamera: pipeline: simple: Enable multiple streams for compatible devices | Laurent Pinchart |
2021-03-03 | libcamera: pipeline: simple: Support usage of multiple streams | Laurent Pinchart |
2021-03-03 | libcamera: pipeline: simple: Support configuration of multiple streams | Laurent Pinchart |
2021-03-03 | libcamera: pipeline: simple: Hardcode the number of internal buffers | Laurent Pinchart |
2021-03-03 | libcamera: pipeline: simple: Move converter data to camera data | Laurent Pinchart |
2021-03-03 | libcamera: pipeline: simple: Add output formats to Configuration | Laurent Pinchart |
2021-03-03 | libcamera: pipeline: simple: Cache pipeline config in SimpleCameraConfiguration | Laurent Pinchart |
2021-03-03 | libcamera: pipeline: simple: Rename Configuration::pixelFormat | Laurent Pinchart |
2021-03-03 | libcamera: pipeline: simple: Document the pipeline handler design | Laurent Pinchart |
2021-03-03 | libcamera: pipeline: simple: Drop unused members of configuration | Laurent Pinchart |
2021-03-03 | libcamera: pipeline: simple: Store streams in a vector | Laurent Pinchart |
2021-03-03 | libcamera: pipeline: simple: converter: Add multi-stream support | Laurent Pinchart |
2021-03-03 | libcamera: pipeline: simple: converter: Decouple input and output completion | Laurent Pinchart |
2021-03-03 | libcamera: pipeline: simple: converter: Replace open() with isValid() | Laurent Pinchart |
2021-03-03 | libcamera: pipeline: simple: converter: Differentiate input and output buffer... | Laurent Pinchart |
2021-03-03 | libcamera: pipeline: simple: converter: Configure input stride | Laurent Pinchart |
2021-03-03 | libcamera: pipeline: simple: converter: Use StreamConfiguration for input con... | Laurent Pinchart |
2021-03-03 | libcamera: pipeline: simple: converter: Group query functions together | Laurent Pinchart |
2021-03-03 | libcamera: pipeline: simple: Don't override stride at configure time | Laurent Pinchart |
2021-03-03 | libcamera: pipeline: simple: Manage converter with std::unique_ptr<> | Laurent Pinchart |
2021-02-26 | ipa: raspberrypi: AWB: Ignore invalid statistics zones correctly | David Plowman |
2021-02-26 | ipa: raspberrypi: AWB: Remove unused code | David Plowman |
2021-02-25 | libcamera: ipu3: Initialize V|H flip support | Jacopo Mondi |
2021-02-24 | android: camera_device: Set the camera location to Front if External | Paul Elder |
2021-02-24 | libcamera: camera_sensor: Print warning when orientation is unknown | Paul Elder |
2021-02-23 | libcamera: Enable vimc pipeline handler when tests are enabled | Laurent Pinchart |
2021-02-23 | libcamera: ipu3: Add rotation to ipu3 pipeline | Fabian Wüthrich |
2021-02-22 | libcamera: raspberrypi: Drop std::move() where misleading | Laurent Pinchart |
2021-02-22 | libcamera: ipu3: Do not over-write metadata | Jacopo Mondi |
2021-02-21 | libcamera: camera: Constify controls argument to start() | Laurent Pinchart |
2021-02-19 | libcamera: ipu3: set V4L2_CID_INTEL_IPU3_MODE | Jean-Michel Hautbois |
2021-02-19 | ipa: ipu3: Don't call SetControls for each frame | Jean-Michel Hautbois |
2021-02-19 | libcamera: pipeline: ipu3: Prevent unintialised memory use | Kieran Bingham |
2021-02-19 | pipeline: raspberrypi: Update the lens shading control in-place | Naushir Patuck |
2021-02-19 | pipeline: ipa: raspberrypi: Rename IPA Interface namespace to ipa::RPi | Naushir Patuck |
2021-02-19 | pipeline: ipa: raspberrypi: Tidy-ups after IPAInterface changes | Naushir Patuck |
2021-02-19 | pipeline: ipa: raspberrypi: Fix pipeline running on in a stopped state | Naushir Patuck |
2021-02-19 | ipa: raspberrypi: Do not require SDN (spatial denoise) algorithm | David Plowman |
2021-02-19 | android: libyuv: Introduce PostProcessorYuv | Hirokazu Honda |
2021-02-17 | ipa: raspberrypi: Fix exposure and gain delays for imx477 | Naushir Patuck |
2021-02-16 | libcamera: IPAInterface: Replace C API with the new C++-only API | Paul Elder |
2021-02-16 | ipa: raspberrypi: meson: Add dependency on generated headers | Paul Elder |