summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-05-11libcamera: Use get_option('includedir') instead of raw 'include'Umang Jain
2021-05-11meson: Replace obselete join_paths() with '/' operatorUmang Jain
2021-05-11libcamera: camera_sensor: Fix frame lengths calculated by sensorInfo()David Plowman
2021-05-10libcamera: camera_sensor: Register static propertiesJacopo Mondi
2021-05-10libcamera: Introduce camera sensor propertiesJacopo Mondi
2021-05-06libcamera: controls: Add a function to merge two control listsLaurent Pinchart
2021-04-27libcamera: internal: log: Report function on assertsKieran Bingham
2021-04-27ipa: mojom: Put core.mojom in the libcamera namespacePaul Elder
2021-04-27utils: ipc: Include instead of forward-declare CameraSensorInfoPaul Elder
2021-04-26libcamera: V4L2Device: Use Span in updateControls()Hirokazu Honda
2021-04-22libcamera: pipeline: ipu3: Cancel unused buffersKieran Bingham
2021-04-22libcamera: camera: Assert pipelines complete all requestsKieran Bingham
2021-04-21libcamera: class: Drop 'klass' argument from documentationJacopo Mondi
2021-04-21libcamera: Drop argument from LIBCAMERA_DECLARE_PRIVATEJacopo Mondi
2021-04-17libcamera: bound_method: Please the gcc undefined behaviour sanitizerLaurent Pinchart
2021-04-17libcamera: signal: Fix return value template type of BoundMethodMemberLaurent Pinchart
2021-04-15libcamera: span: Fix reverse iteratorsLaurent Pinchart
2021-04-15libcamera: log: Use compiler builtins to retrieve file and line numberLaurent Pinchart
2021-04-15libcamera: log: De-duplicate _log() functions and LogMessage constructorLaurent Pinchart
2021-04-13libcamera: ipa_proxy: Scope ProxyState to IPAProxyKieran Bingham
2021-04-12libcamera: bound_method: Fix type of pack for void methodsLaurent Pinchart
2021-04-03libcamera: pipeline_handler: Make queueRequest() void functionHirokazu Honda
2021-03-29libcamera: thread: Remove the unused setEventDispatcher() functionLaurent Pinchart
2021-03-29libcamera: request: Add a toString()Kieran Bingham
2021-03-29libcamera: request: Provide a sequence numberKieran Bingham
2021-03-29libcamera: buffer: Break friendship with RequestKieran Bingham
2021-03-29utils: ipc: proxy: Track IPA with a state machineKieran Bingham
2021-03-23ipa: raspberrypi: Rationalise parameters to ipa::configure()Naushir Patuck
2021-03-23ipa: raspberrypi: Rationalise parameters to ipa::start()Naushir Patuck
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