summaryrefslogtreecommitdiff
path: root/include/libcamera
AgeCommit message (Expand)Author
2019-11-19libcamera: camera: Remove explicit stream to buffer map in requestCompleted s...Niklas Söderlund
2019-11-19libcamera: buffer: Drop friend statementNiklas Söderlund
2019-11-19libcamera: buffer: Plane: Drop friend statementNiklas Söderlund
2019-11-19libcamera: buffer: Drop forward declaration of BufferPoolNiklas Söderlund
2019-11-08libcamera: Remove unneeded semicolonsLaurent Pinchart
2019-10-29libcamera: object: Add connection type parameter to invokeMethod()Jacopo Mondi
2019-10-29libcamera: object: Use bound method activePack() for invokeMethod()Laurent Pinchart
2019-10-29libcamera: signal: Specify connection type for signalsLaurent Pinchart
2019-10-29libcamera: bound_method: Store connection type in BoundMethodBaseLaurent Pinchart
2019-10-29libcamera: bound_method: Define connection type for method invocationJacopo Mondi
2019-10-28libcamera: stream: Use the newly defined PixelFormatJacopo Mondi
2019-10-28libcamera: Define a PixelFormat type for application-facing formatsJacopo Mondi
2019-10-27libcamera: bound_method: Fix compiler warning due to unused argumentsLaurent Pinchart
2019-10-26include: libcamera: Install control_ids.hJacopo Mondi
2019-10-23libcamera: Standardise on C compatibility headersLaurent Pinchart
2019-10-23libcamera: controls: Remove rogue ';'Jacopo Mondi
2019-10-15libcamera: v4l2_controls: Remove V4L2ControlList classLaurent Pinchart
2019-10-15libcamera: controls: Merge ControlInfoMap and V4L2ControlInfoMapLaurent Pinchart
2019-10-15libcamera: controls: Prevent copies of ControlId classLaurent Pinchart
2019-10-13libcamera: v4l2_controls: Add V4L2ControlIdLaurent 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-10libcamera: request: Add metadata informationNiklas Söderlund
2019-10-07libcamera: timer: Add start() method with absolute deadlineLaurent 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: 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-09-15libcamera: Move ipa includes to the same level as libcameraLaurent Pinchart
2019-09-14libcamera: Switch to the std::chrono APILaurent Pinchart
2019-08-19libcamera: camera_manager: Construct CameraManager instances manuallyLaurent Pinchart
2019-08-17libcamera: Add parent argument to constructors of Object-derived classesLaurent Pinchart
2019-08-17libcamera: object: Create parent-child relationshipsLaurent Pinchart
2019-08-17libcamera: timer: Bind timers to threadsLaurent Pinchart
2019-08-17libcamera: event_notifier: Bind event notifiers to threadsLaurent Pinchart
2019-08-17libcamera: camera_manager: Bind CameraManager to threadsLaurent Pinchart
2019-08-17libcamera: object: Notify objects of thread moveLaurent Pinchart
2019-08-17libcamera: object: Add an asynchronous method invocation methodLaurent Pinchart
2019-08-17libcamera: bound_method: Decouple from Signal implementationLaurent Pinchart
2019-08-17libcamera: signal: Split Slot implementation to reusable classesLaurent Pinchart