summaryrefslogtreecommitdiff
path: root/include/libcamera/internal
AgeCommit message (Expand)Author
2021-01-18libcamera: camera_sensor: Initialize VIMC propertiesJacopo Mondi
2021-01-18libcamera: media_object: Add a const version of dev()Jacopo Mondi
2021-01-18libcamera: camera_sensor: Provide fall-back for sensor propertiesJacopo Mondi
2021-01-18libcamera: camera_sensor: Validate driver supportJacopo Mondi
2021-01-12libcamera: v4l2_videodevice: Track streaming stateKieran Bingham
2020-12-30libcamera: bayer_format: Add support for mbus codesJacopo Mondi
2020-12-28libcamera: pipeline_handler: Remove Camera pointer from CameraDataNiklas Söderlund
2020-12-28libcamera: pipeline_handler: Remove Camera argument from request handlingNiklas Söderlund
2020-12-27libcamera: Add missing internal include headers to meson.buildLaurent Pinchart
2020-12-14libcamera: Replace ARRAY_SIZE() with std::size()Laurent Pinchart
2020-12-09libcamera: v4l2_device: Return a unique pointer from fromEntityName()Laurent Pinchart
2020-12-09libcamera: v4l2_subdevice: Return a unique pointer from fromEntityName()Laurent Pinchart
2020-12-08libcamera: ipa: Pass a set of controls and return results from ipa::start()Naushir Patuck
2020-12-08libcamera: pipeline: Pass libcamera controls into pipeline_handler::start()Naushir Patuck
2020-12-07libcamera: camera_sensor: Break out properties initializationJacopo Mondi
2020-11-15libcamera: Move EventDispatcher to internal APILaurent Pinchart
2020-11-10libcamera: v4l2_device: Move start of frame detection to V4L2DeviceNiklas Söderlund
2020-11-07libcamera: v4l2_videodevice: Zero-initialize planes in V4L2DeviceFormatLaurent Pinchart
2020-11-05tracepoints: Add SPDX headers and copyright noticesPaul Elder
2020-11-03libcamera: request: Add tracepointsPaul Elder
2020-11-03libcamera: tracing: Implement tracing infrastructurePaul Elder
2020-10-23libcamera: Declare empty virtual destructors as defaultedLaurent Pinchart
2020-10-23libcamera: media_object: Remove unneeded destructorsLaurent Pinchart
2020-10-21libcamera: v4l2_videodevice: Prevent shadowing of V4L2BufferCache membersKieran Bingham
2020-10-07libcamera: ProcessManager: make ProcessManager lifetime explicitly managedPaul Elder
2020-10-02libcamera: utils: Add method to remove non-ASCII charactersNiklas Söderlund
2020-09-29libcamera: Add BayerFormat typeDavid Plowman
2020-09-29libcamera: Allow access to v4l2_query_ext_ctrl structure for a V4L2 controlDavid Plowman
2020-09-21libcamera: Don't unnecessarily include event_notifier.hLaurent Pinchart
2020-08-25libcamera: Replace utils::clamp() with std::clamp()Laurent Pinchart
2020-08-25libcamera: Remove void specifier for functions that take no argumentsLaurent Pinchart
2020-08-16libcamera: pipeline_handler: Mark controls() and properties() as const operat...Niklas Söderlund
2020-08-16libcamera: pipeline_handler: Add const version of cameraData()Niklas Söderlund
2020-08-06libcamera: buffer: Create a MappedBufferKieran Bingham
2020-08-06libcamera: formats: add numPlanes helperKieran Bingham
2020-08-05libcamera: camera_sensor: Add accessors for sensor IDNiklas Söderlund
2020-08-05libcamera: camera_sensor: Generate a sensor IDNiklas Söderlund
2020-08-05libcamera: v4l2_device: Add method to lookup device pathNiklas Söderlund
2020-08-05libcamera: sysfs: Add helper to lookup device firmware node pathNiklas Söderlund
2020-08-05libcamera: sysfs: Add helper to lookup sysfs path of a character deviceNiklas Söderlund
2020-08-03libcamera: formats: PixelFormatInfo: Add name lookup functionKaaira Gupta
2020-08-03libcamera: utils: Add alignUp and alignDown functionsJacopo Mondi
2020-08-03libcamera: device_enumerator_udev: Align class final declaration with sysfs s...Niklas Söderlund
2020-07-31libcamera: object: Add deleteLater() supportUmang Jain
2020-07-31libcamera: thread: Support selective message dispatch to threadUmang Jain
2020-07-23libcamera: v4l2_videodevice: Add using statement for format mapNiklas Söderlund
2020-07-23libcamera: formats: Remove ImageFormatsNiklas Söderlund
2020-07-23libcamera: v4l2_subdevice: Replace ImageFormats with a mapNiklas Söderlund
2020-07-17libcamera: ipa_proxy: Allow stop() on a stopped IPALaurent Pinchart
2020-07-17libcamera: ipa_interface: Add support for custom IPA data to configure()Laurent Pinchart