summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2020-08-25meson: Remove -Wno-unused-parameterLaurent 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: camera: Mark controls() and properties() as const operationsNiklas Söderlund
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-14libcamera: request: Make Stream pointer constNiklas Söderlund
2020-08-14libcamera: request: Declare a using directive for map of buffersNiklas Söderlund
2020-08-06libcamera: buffer: Create a MappedBufferKieran Bingham
2020-08-06libcamera: formats: add numPlanes helperKieran Bingham
2020-08-05libcamera: camera: Rename name() to id()Niklas Söderlund
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: pixel_format: Add a function to return format based on stringKaaira Gupta
2020-08-03libcamera: formats: PixelFormatInfo: Add name lookup functionKaaira Gupta
2020-08-03libcamera: geometry: Add isNull() function to Rectangle classJacopo Mondi
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: camera: Ensure deletion via deleteLater()Umang Jain
2020-07-31libcamera: object: Add deleteLater() supportUmang Jain
2020-07-31libcamera: thread: Support selective message dispatch to threadUmang Jain
2020-07-27include: drm_fourcc: Add 16-bit Bayer FourCCNiklas Söderlund
2020-07-25libcamera: raspberrypi: Add ColourCorrectionMatrix controlDavid Plowman
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: pipeline: ipa: raspberrypi: Use dma heap allocs for LS tablesNaushir Patuck
2020-07-17include: linux: Add dma-buf.h and dma-heap.h UAPI headersNaushir Patuck
2020-07-17libcamera: ipa_proxy: Allow stop() on a stopped IPALaurent Pinchart
2020-07-17ipa: raspberrypi: Pass sensor config back from configure()Laurent Pinchart
2020-07-17ipa: raspberrypi: Pass lens shading table through configure() functionLaurent 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-15libcamera: geometry: Provide in-place versions of the Size helpersLaurent Pinchart
2020-07-15libcamera: geometry: Make Size and Rectangle usable as constexprLaurent Pinchart
2020-07-15libcamera: geometry: Turn Size and Rectangle into classesLaurent Pinchart
2020-07-15libcamera: geometry: Give constructors to RectangleLaurent Pinchart
2020-07-15libcamera: geometry: Define Rectangle after SizeLaurent Pinchart
2020-07-15libcamera: geometry: Add helper functions to the Size classLaurent Pinchart
2020-07-10libcamera: PixelFormatInfo: Add functions stride and frameSizePaul Elder
2020-07-10libcamera: StreamConfiguration: Add frameSize fieldPaul 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-07-06libcamera: camera: Allow unspecified roles for generateConfigurationKieran Bingham
2020-06-29libcamera: geometry: Add isNull() function to Size classLaurent Pinchart