summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-03-23pipeline: ipa: raspberrypi: Open the CamHelper on ipa::init()Naushir Patuck
2021-03-23ipa: Add sensor model string to IPASettingsNaushir Patuck
2021-03-23libcamera: device_enumerator: Remove unnecessary rvalue referencesHirokazu Honda
2021-03-17libcamera: ipu3: Pass the BDS rectangle at IPA configure callJean-Michel Hautbois
2021-03-16ipa: ipa_interface: Add comment to defend the forward-declarationPaul Elder
2021-03-12libcamera: delayed_controls: Remove unneeded write when starting upNaushir Patuck
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-11libcamera: media_device: Add hwRevision methodDafna Hirschfeld
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: camera_sensor: Cap resolution to max frame sizeJacopo Mondi
2021-03-08tracing: pipeline_handler: Queue RequestsKieran Bingham
2021-03-04libcamera: v4l2_device: Make fd() function constLaurent Pinchart
2021-03-04pipeline: ipa: raspberrypi: Pass exposure/gain values to IPA though controlsNaushir Patuck
2021-03-03libcamera: camera_sensor: Use active area size as resolutionLaurent Pinchart
2021-03-03include: linux: Update Linux headers to v5.12-rc1Laurent Pinchart
2021-02-23libcamera: Enable vimc pipeline handler when tests are enabledLaurent Pinchart
2021-02-21libcamera: camera: Constify controls argument to start()Laurent Pinchart
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-18meson: ipa, proxy: Only build proxies for enabled pipelinesNiklas Söderlund
2021-02-16libcamera: IPAInterface: Replace C API with the new C++-only APIPaul Elder
2021-02-16meson: ipa, proxy: Generate headers and proxy with mojoPaul Elder
2021-02-16ipa: Add core.mojomPaul Elder
2021-02-16libcamera: Add IPCPipe implementation based on unix socketPaul Elder
2021-02-16libcamera: Add IPCPipePaul Elder
2021-02-16libcamera: Add IPADataSerializerPaul Elder
2021-02-16libcamera: control_serializer: Save serialized ControlInfoMap in a cachePaul Elder
2021-02-12libcamera: MappedBuffer: Disable copy and assignmentKieran Bingham
2021-02-12libcamera: Utilise LIBCAMERA_DISABLE_COPYKieran Bingham
2021-02-12libcamera: controls: Utilise LIBCAMERA_DISABLE_COPY_AND_MOVEKieran Bingham
2021-02-12libcamera: media_object: Utilise LIBCAMERA_DISABLE_COPY_AND_MOVEKieran Bingham
2021-02-12libcamera: buffer: Utilise LIBCAMERA_DISABLE_COPY_AND_MOVEKieran Bingham
2021-02-12libcamera: class: Provide move and copy disablersKieran Bingham
2021-02-12libcamera: Move extensible to classKieran Bingham
2021-02-11libcamera: Drop unneeded depend_files from meson custom targetsLaurent Pinchart
2021-02-11meson: Fix coding style when declaring arraysLaurent Pinchart
2021-02-09ipa: raspberrypi: Handle control::NoiseReductionMode in the controllerNaushir Patuck
2021-02-09uapi: raspberrypi: Update the bcm2835-isp header definitionNaushir Patuck
2021-02-05libcamera: ipa: ipu3: Add an IPA skeleton for the IPU3 pipelineNiklas Söderlund
2021-02-05include: linux: Add ipu3 kernel header and format definitionsNiklas Söderlund
2021-02-05libcamera: utils: Add reverse adapter for range-based loopLaurent Pinchart
2021-02-05libcamera: camera_sensor: Store Bayer pattern in class memberLaurent Pinchart
2021-02-05libcamera: camera_sensor: Add frame length limits to CameraSensorInfoNaushir Patuck
2021-02-05ipa: raspberrypi: Rename RPi::ConfigParameters enum valuesNaushir Patuck
2021-02-04libcamera: bayer_format: Overload ==/!= operators for BayerFormatsSebastian Fricke
2021-02-04libcamera: bayer_format: Remove unnecessary constructorSebastian Fricke
2021-02-04libcamera: bayer_format: Add the fromV4L2PixelFormat functionSebastian Fricke