summaryrefslogtreecommitdiff
path: root/include/libcamera/internal
AgeCommit message (Expand)Author
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
2020-07-15libcamera: file: Add read/write supportLaurent Pinchart
2020-07-10libcamera: PixelFormatInfo: Add functions stride and frameSizePaul Elder
2020-07-10libcamera: formats: PixelFormatInfo: Add v4l2 lookup functionPaul Elder
2020-07-10libcamera: V4L2VideoDevice: Add tryFormatPaul Elder
2020-07-10libcamera: formats: Add fields to info to ease calculating stridePaul Elder
2020-07-09libcamera: utils: Add map_keys() functionLaurent Pinchart
2020-06-25libcamera: pixel_format: Replace hex with format namesKaaira Gupta
2020-06-17libcamera: device_enumerator: Emit a signal when new devices are addedUmang Jain
2020-06-09libcamera: CameraManager, PipelineHandler: Automatically map devnums to CameraPaul Elder
2020-06-08libcamera: IPAManager: remove instance() and make createIPA() staticPaul Elder
2020-06-08libcamera: IPAManager: make IPAManager lifetime explicitly managedPaul Elder
2020-06-06libcamera: Rename header guards for internal headersLaurent Pinchart
2020-06-06libcamera: Rename pixelformats.{cpp,h} to pixel_format.{cpp,h}Laurent Pinchart
2020-06-05libcamera: Mark logPrefix() implementations with overrideLaurent Pinchart
2020-06-02libcamera: Declare functions before variables in class definitionsLaurent Pinchart
2020-05-18meson: Rename variables storing headers listsLaurent Pinchart
2020-05-16libcamera: Move IPA headers from include/ipa/ to include/libcamera/ipa/Laurent Pinchart
2020-05-16libcamera: Move internal headers to include/libcamera/internal/Laurent Pinchart