summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-03-08libcamera: pipeline_handler: Update request usage commentKieran Bingham
2021-03-08libcamera: Request: validate state on completeKieran Bingham
2021-03-05android: camera_device: Update gralloc usage flags for streamsLaurent Pinchart
2021-03-05libcamera: media_device: Fix typoLaurent Pinchart
2021-03-04libcamera: pipeline: simple: Support camera sensors that contain an ISPLaurent Pinchart
2021-03-04libcamera: pipeline: simple: Walk the pipeline by following the first linkDafna Hirschfeld
2021-03-04libcamera: v4l2_videodevice: Print fd value in log prefixLaurent Pinchart
2021-03-04pipeline: raspberrypi: Only enable embedded stream when availableNaushir Patuck
2021-03-04ipa: raspberrypi: Remove MdParserRPiNaushir Patuck
2021-03-04pipeline: ipa: raspberrypi: Pass exposure/gain values to IPA though controlsNaushir Patuck
2021-03-03libcamera: camera_sensor: Accept entities exposing the ISP functionLaurent Pinchart
2021-03-03libcamera: camera_sensor: Use active area size as resolutionLaurent Pinchart
2021-03-03ipa: rkisp1: Update to kernel header changesLaurent Pinchart
2021-03-03cros: Support the new cros camera API with set_up and tear_downPaul Elder
2021-03-03android: Introduce Chromium OS buffer managerJacopo Mondi
2021-03-03android: mm: Provide helper macro for PIMPLJacopo Mondi
2021-03-03android: jpeg: Use CameraBuffer::jpegBufferSize()Jacopo Mondi
2021-03-03android: camera_buffer: Add method to get the JPEG blob sizeJacopo Mondi
2021-03-03android: post_processor: Use CameraBuffer APIJacopo Mondi
2021-03-03android: camera_buffer: Implement libcamera::ExtensibleJacopo Mondi
2021-03-03android: Move buffer mapping to CameraStreamJacopo Mondi
2021-03-03android: camera_device: Rename buffer fieldsJacopo Mondi
2021-03-03android: camera_buffer: Drop 'const' from buffer_handle_tJacopo Mondi
2021-03-03android: Introduce CameraBuffer interfaceJacopo Mondi
2021-03-03libcamera: pipeline: simple: Enable multiple streams for compatible devicesLaurent Pinchart
2021-03-03libcamera: pipeline: simple: Support usage of multiple streamsLaurent Pinchart
2021-03-03libcamera: pipeline: simple: Support configuration of multiple streamsLaurent Pinchart
2021-03-03libcamera: pipeline: simple: Hardcode the number of internal buffersLaurent Pinchart
2021-03-03libcamera: pipeline: simple: Move converter data to camera dataLaurent Pinchart
2021-03-03libcamera: pipeline: simple: Add output formats to ConfigurationLaurent Pinchart
2021-03-03libcamera: pipeline: simple: Cache pipeline config in SimpleCameraConfigurationLaurent Pinchart
2021-03-03libcamera: pipeline: simple: Rename Configuration::pixelFormatLaurent Pinchart
2021-03-03libcamera: pipeline: simple: Document the pipeline handler designLaurent Pinchart
2021-03-03libcamera: pipeline: simple: Drop unused members of configurationLaurent Pinchart
2021-03-03libcamera: pipeline: simple: Store streams in a vectorLaurent Pinchart
2021-03-03libcamera: pipeline: simple: converter: Add multi-stream supportLaurent Pinchart
2021-03-03libcamera: pipeline: simple: converter: Decouple input and output completionLaurent Pinchart
2021-03-03libcamera: pipeline: simple: converter: Replace open() with isValid()Laurent Pinchart
2021-03-03libcamera: pipeline: simple: converter: Differentiate input and output buffer...Laurent Pinchart
2021-03-03libcamera: pipeline: simple: converter: Configure input strideLaurent Pinchart
2021-03-03libcamera: pipeline: simple: converter: Use StreamConfiguration for input con...Laurent Pinchart
2021-03-03libcamera: pipeline: simple: converter: Group query functions togetherLaurent Pinchart
2021-03-03libcamera: pipeline: simple: Don't override stride at configure timeLaurent Pinchart
2021-03-03libcamera: pipeline: simple: Manage converter with std::unique_ptr<>Laurent Pinchart
2021-02-26ipa: raspberrypi: AWB: Ignore invalid statistics zones correctlyDavid Plowman
2021-02-26ipa: raspberrypi: AWB: Remove unused codeDavid Plowman
2021-02-25libcamera: ipu3: Initialize V|H flip supportJacopo Mondi
2021-02-24android: camera_device: Set the camera location to Front if ExternalPaul Elder
2021-02-24libcamera: camera_sensor: Print warning when orientation is unknownPaul Elder
2021-02-23libcamera: Enable vimc pipeline handler when tests are enabledLaurent Pinchart