summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-10-15libcamera: utils: Add hex stream output helperLaurent Pinchart
2019-10-13libcamera: ipa: Merge controls and v4l2controls in IPAOperationDataLaurent Pinchart
2019-10-13libcamera: v4l2_device: Replace V4L2ControlList with ControlListLaurent Pinchart
2019-10-13libcamera: v4l2_controls: Turn V4L2ControlInfoMap into a classLaurent Pinchart
2019-10-13libcamera: v4l2_controls: Remove V4L2ControlInfo type fieldLaurent Pinchart
2019-10-13libcamera: v4l2_controls: Add V4L2ControlIdLaurent Pinchart
2019-10-13libcamera: v4l2_device: Avoid copy of V4L2ControlInfoLaurent Pinchart
2019-10-13libcamera: controls: Support accessing controls by numerical IDLaurent Pinchart
2019-10-13libcamera: controls: Store control name in ControlIdLaurent Pinchart
2019-10-13libcamera: controls: Default ControlList validator argument to nullptrLaurent Pinchart
2019-10-13libcamera: controls: Add comparison operators for ControlValueLaurent Pinchart
2019-10-13libcamera: control_ids: Generate map of all supported controlsLaurent Pinchart
2019-10-13libcamera: control_ids: Fix documentation for controls namespaceLaurent Pinchart
2019-10-13libcamera: pipeline: rkisp1: Avoid copy assignment of V4L2 control mapLaurent Pinchart
2019-10-11libamera: pipeline: rkisp1: timeline: Fix compilation with gcc-[56]Laurent Pinchart
2019-10-11ipa: rkisp1: Avoid unnecessary copyLaurent Pinchart
2019-10-11libcamera: pipeline: rkisp1: Attach to an IPANiklas Söderlund
2019-10-11libcamera: ipa: rkisp1: Add basic control of auto exposureNiklas Söderlund
2019-10-11libcamera: ipa: Extend to support IPA interactionsNiklas Söderlund
2019-10-10libcamera: request: Add metadata informationNiklas Söderlund
2019-10-10libcamera: controls: Add AeLocked controlNiklas Söderlund
2019-10-10libcamera: controls: Add AeEnable controlNiklas Söderlund
2019-10-10libcamera: controls: Fix documentation of AwbEnableNiklas Söderlund
2019-10-10libcamera: pipeline: Move IPA from pipeline to camera dataNiklas Söderlund
2019-10-08ipa: vimc: Add support for tracing operationsJacopo Mondi
2019-10-08ipa: meson: Give IPAs access to internal libcamera APIsJacopo Mondi
2019-10-08ipa: vimc: Rename ipa_dummy to ipa_vimcJacopo Mondi
2019-10-07libcamera: timer: Add start() method with absolute deadlineLaurent Pinchart
2019-10-07libcamera: timer: Forbid starting or stopping timer from another threadLaurent Pinchart
2019-10-07libcamera: timer: Allow restarting a timer before expirationLaurent Pinchart
2019-10-07libcamera: timer: Don't reset deadline after time outLaurent Pinchart
2019-10-07libcamera: timer: Remove the interval() methodLaurent Pinchart
2019-10-05libcamera: controls: Use ControlValidator to validate ControlListLaurent Pinchart
2019-10-05libcamera: Add ControlValidator implementation for CameraLaurent Pinchart
2019-10-05libcamera: Add ControlValidatorLaurent Pinchart
2019-10-05libcamera: v4l2_controls: Use the ControlRange class for control infoLaurent Pinchart
2019-10-05libcamera: v4l2_controls: Use the ControlValue class for data storageLaurent Pinchart
2019-10-05libcamera: controls: Rename ControlInfo to ControlRangeLaurent Pinchart
2019-10-05libcamera: controls: Remove ControlInfo::idLaurent Pinchart
2019-10-05libcamera: controls: Remove the unused ControlList::update() methodLaurent Pinchart
2019-10-05libcamera: controls: Auto-generate control_ids.h and control_ids.cppLaurent Pinchart
2019-10-04libcamera: controls: Improve the API towards applicationsLaurent Pinchart
2019-10-04libcamera: controls: Use explicit 32-bit integer typesLaurent Pinchart
2019-10-04libcamera: controls: Make ControlValue get/set accessors template methodsLaurent Pinchart
2019-10-04libcamera: controls: Rename ControlValueType to ControlTypeLaurent Pinchart
2019-10-04ipa: ipa_manager: Print the loaded IPA modules pathJacopo Mondi
2019-10-04libcamera: ipa_manager: Sort IPA modules by nameLaurent Pinchart
2019-10-04libcamera: camera_manager: Fix typo in the documentationLaurent Pinchart
2019-10-01qcam: Fix timers not emitting timeout signalNiklas Söderlund
2019-10-01qcam: Stop timer on timeoutNiklas Söderlund