summaryrefslogtreecommitdiff
path: root/src/libcamera/pipeline
AgeCommit message (Expand)Author
2021-03-12libcamera: delayed_controls: Add notion of priority writeNaushir Patuck
2021-03-11ipa: rkisp1: Fail on init if hw revision is not RKISP1_V10Dafna Hirschfeld
2021-03-11ipa: rkisp1: Return error from IPA's configure method if it failsDafna Hirschfeld
2021-03-09libcamera: ipu3: Register FrameDurations controlJacopo Mondi
2021-03-09libcamera: ipu3: Initialize controls using sensor resolutionJacopo Mondi
2021-03-09ipa: raspberrypi: Use direct return value for configure()Paul Elder
2021-03-09ipa: raspberrypi: Rename vblank field in SensorConfig to vblankDelayDavid Plowman
2021-03-08libcamera: pipeline: ipu3: Ensure that IPU3Frames::info is not used after deleteKieran Bingham
2021-03-08libcamera: pipeline: ipu3: Fix spelling errorKieran Bingham
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-04pipeline: raspberrypi: Only enable embedded stream when availableNaushir Patuck
2021-03-04pipeline: ipa: raspberrypi: Pass exposure/gain values to IPA though controlsNaushir Patuck
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-25libcamera: ipu3: Initialize V|H flip supportJacopo Mondi
2021-02-23libcamera: Enable vimc pipeline handler when tests are enabledLaurent Pinchart
2021-02-23libcamera: ipu3: Add rotation to ipu3 pipelineFabian Wüthrich
2021-02-22libcamera: raspberrypi: Drop std::move() where misleadingLaurent Pinchart
2021-02-22libcamera: ipu3: Do not over-write metadataJacopo Mondi
2021-02-21libcamera: camera: Constify controls argument to start()Laurent Pinchart
2021-02-19libcamera: ipu3: set V4L2_CID_INTEL_IPU3_MODEJean-Michel Hautbois
2021-02-19libcamera: pipeline: ipu3: Prevent unintialised memory useKieran Bingham
2021-02-19pipeline: raspberrypi: Update the lens shading control in-placeNaushir Patuck
2021-02-19pipeline: ipa: raspberrypi: Rename IPA Interface namespace to ipa::RPiNaushir Patuck
2021-02-19pipeline: ipa: raspberrypi: Tidy-ups after IPAInterface changesNaushir Patuck
2021-02-19pipeline: ipa: raspberrypi: Fix pipeline running on in a stopped stateNaushir Patuck
2021-02-16libcamera: IPAInterface: Replace C API with the new C++-only APIPaul Elder
2021-02-16libcamera: pipeline: rkisp1: configure IPA from configure method instead of s...Dafna Hirschfeld
2021-02-09pipeline: raspberrypi: Set the ISP Output1 to 1/4 resolution if unusedNaushir Patuck
2021-02-09pipeline: raspberrypi: Refactor stream configuration routineNaushir Patuck
2021-02-08libcamera: ipu3: Get request from information structure instead of bufferNiklas Söderlund