Age | Commit message (Expand) | Author |
2021-03-08 | tracing: pipeline_handler: Queue Requests | Kieran Bingham |
2021-03-08 | README: Update tracing dependencies | Kieran Bingham |
2021-03-08 | libcamera: pipeline_handler: Update request usage comment | Kieran Bingham |
2021-03-08 | libcamera: Request: validate state on complete | Kieran Bingham |
2021-03-05 | android: camera_device: Update gralloc usage flags for streams | Laurent Pinchart |
2021-03-05 | libcamera: media_device: Fix typo | Laurent Pinchart |
2021-03-04 | libcamera: pipeline: simple: Support camera sensors that contain an ISP | Laurent Pinchart |
2021-03-04 | libcamera: pipeline: simple: Walk the pipeline by following the first link | Dafna Hirschfeld |
2021-03-04 | utils: ipc: templates: Drop unused variable | Laurent Pinchart |
2021-03-04 | libcamera: v4l2_videodevice: Print fd value in log prefix | Laurent Pinchart |
2021-03-04 | libcamera: v4l2_device: Make fd() function const | Laurent Pinchart |
2021-03-04 | pipeline: raspberrypi: Only enable embedded stream when available | Naushir Patuck |
2021-03-04 | ipa: raspberrypi: Remove MdParserRPi | Naushir Patuck |
2021-03-04 | pipeline: ipa: raspberrypi: Pass exposure/gain values to IPA though controls | Naushir Patuck |
2021-03-03 | libcamera: camera_sensor: Accept entities exposing the ISP function | Laurent Pinchart |
2021-03-03 | libcamera: camera_sensor: Use active area size as resolution | Laurent Pinchart |
2021-03-03 | ipa: rkisp1: Update to kernel header changes | Laurent Pinchart |
2021-03-03 | include: linux: Update Linux headers to v5.12-rc1 | Laurent Pinchart |
2021-03-03 | cros: Support the new cros camera API with set_up and tear_down | Paul Elder |
2021-03-03 | android: Introduce Chromium OS buffer manager | Jacopo Mondi |
2021-03-03 | android: mm: Provide helper macro for PIMPL | Jacopo Mondi |
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 | meson: options: Add option to select the Android platform | 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 |