summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2020-04-28libcamera: ipa: Add support for CameraSensorInfoJacopo Mondi
2020-04-28libcamera: controls: Add rectangle and size control typesLaurent Pinchart
2020-04-28ipa: Pass IPA initialization settings to IPAInterface::init()Laurent Pinchart
2020-04-26libcamera: geometry: Rename Rectangle fieldsJacopo Mondi
2020-04-14libcamera: ipa: Remove IPAModuleInfo license fieldLaurent Pinchart
2020-04-14ipa: Add start() and stop() operationsNiklas Söderlund
2020-04-04libcamera: pixelformats: Replace set of modifiers with single valueKaaira Gupta
2020-03-27libcamera: FrameBuffer: Add a setRequest() interfaceNiklas Söderlund
2020-03-27libcamera: FrameBuffer: Add a method to copy buffer contentNiklas Söderlund
2020-03-27include: drm_fourcc: Add Bayer FourCC and modifiersNiklas Söderlund
2020-03-27libcamera: stream: Add StillCaptureRaw roleNiklas Söderlund
2020-03-23libcamera: controls: Add zero-copy set API for ControlValueLaurent Pinchart
2020-03-20libcamera: controls: Don't over-optimize ControlValue layoutLaurent Pinchart
2020-03-20libcamera: controls: Move ControlValue size check to controls.cppLaurent Pinchart
2020-03-20libcamera: controls: Add support for string controlsLaurent Pinchart
2020-03-20libcamera: controls: Rename ControlRange to ControlInfoLaurent Pinchart
2020-03-20libcamera: controls: Name all ControlInfoMap instance variables infoMapLaurent Pinchart
2020-03-19libcamera: geometry: Construct SizeRange from SizeLaurent Pinchart
2020-03-18libcamera: framebuffer_allocator: Lift camera restrictions on allocatorLaurent Pinchart
2020-03-18libcamera: pipeline_handler: Decouple buffer import and exportLaurent Pinchart
2020-03-18libcamera: PixelFormat: Mark all function arguments of type PixelFormat as co...Niklas Söderlund
2020-03-18libcamera: PixelFormat: Make constructor explicitLaurent Pinchart
2020-03-18libcamera: PixelFormat: Turn into a classNiklas Söderlund
2020-03-18libcamera: pixelformats: include linux/drm_fourcc.hNiklas Söderlund
2020-03-08libcamera: controls: Fix strict aliasing violationLaurent Pinchart
2020-03-08include: libcamera: meson: Add libcamera.h to the libcamera_api arrayLaurent Pinchart
2020-03-08include: libcamera: meson: Add control headers to the libcamera_api arrayKieran Bingham
2020-03-08include: libcamera: Improve automation of libcamera.h generationLaurent Pinchart
2020-03-06libcamera: ipa: Support array controls in ipa_control_value_entryLaurent Pinchart
2020-03-06libcamera: controls: Add support for byte controlsJacopo Mondi
2020-03-06libcamera: controls: Add support for float controlsJacopo Mondi
2020-03-06libcamera: controls: Allow passing an std::initializer list to set()Laurent Pinchart
2020-03-06libcamera: controls: Support array controls in ControlValueJacopo Mondi
2020-03-06libcamera: controls: Expose raw data in ControlValueLaurent Pinchart
2020-03-06libcamera: controls: Move Control constructor to controls.hLaurent Pinchart
2020-03-06libcamera: controls: Move ControlValue constructor to controls.hLaurent Pinchart
2020-03-06libcamera: controls: Move ControlValue get() and set() to controls.hLaurent Pinchart
2020-03-06libcamera: controls: Add templates to convert a type T to a ControlTypeLaurent Pinchart
2020-03-06libcamera: controls: Return control by valueLaurent Pinchart
2020-03-06libcamera: controls: Decouple control and value type in ControlList::set()Laurent Pinchart
2020-03-06libcamera: controls: Reorder ControlValue methodsJacopo Mondi
2020-03-06libcamera: ipa: Make <ipa/ipa_controls.h> self-containedLaurent Pinchart
2020-03-06libcamera: ipa: Remove unused IPA control typesJacopo Mondi
2020-03-06libcamera: Add a C++20-compliant std::span<> implementationJacopo Mondi
2020-02-18libcamera: Use C++14 std::*_t type traitsLaurent Pinchart
2020-02-14libcamera: camera: Add Camera propertiesJacopo Mondi
2020-02-14libcamera: controls: Add default to ControlRangeJacopo Mondi
2020-02-14libcamera: properties: Add location propertyJacopo Mondi
2020-02-14include: linux: Update v4l2-controls.hJacopo Mondi
2020-01-23libcamera: camera: Move private data members to private implementationLaurent Pinchart