Age | Commit message (Expand) | Author |
2019-10-13 | libcamera: controls: Add comparison operators for ControlValue | Laurent Pinchart |
2019-10-13 | libcamera: control_ids: Generate map of all supported controls | Laurent Pinchart |
2019-10-13 | libcamera: control_ids: Fix documentation for controls namespace | Laurent Pinchart |
2019-10-13 | libcamera: pipeline: rkisp1: Avoid copy assignment of V4L2 control map | Laurent Pinchart |
2019-10-11 | libamera: pipeline: rkisp1: timeline: Fix compilation with gcc-[56] | Laurent Pinchart |
2019-10-11 | ipa: rkisp1: Avoid unnecessary copy | Laurent Pinchart |
2019-10-11 | libcamera: pipeline: rkisp1: Attach to an IPA | Niklas Söderlund |
2019-10-11 | libcamera: ipa: rkisp1: Add basic control of auto exposure | Niklas Söderlund |
2019-10-11 | libcamera: ipa: Extend to support IPA interactions | Niklas Söderlund |
2019-10-10 | libcamera: request: Add metadata information | Niklas Söderlund |
2019-10-10 | libcamera: controls: Add AeLocked control | Niklas Söderlund |
2019-10-10 | libcamera: controls: Add AeEnable control | Niklas Söderlund |
2019-10-10 | libcamera: controls: Fix documentation of AwbEnable | Niklas Söderlund |
2019-10-10 | libcamera: pipeline: Move IPA from pipeline to camera data | Niklas Söderlund |
2019-10-08 | ipa: vimc: Add support for tracing operations | Jacopo Mondi |
2019-10-08 | ipa: meson: Give IPAs access to internal libcamera APIs | Jacopo Mondi |
2019-10-08 | ipa: vimc: Rename ipa_dummy to ipa_vimc | Jacopo Mondi |
2019-10-07 | libcamera: timer: Add start() method with absolute deadline | Laurent Pinchart |
2019-10-07 | libcamera: timer: Forbid starting or stopping timer from another thread | Laurent Pinchart |
2019-10-07 | libcamera: timer: Allow restarting a timer before expiration | Laurent Pinchart |
2019-10-07 | libcamera: timer: Don't reset deadline after time out | Laurent Pinchart |
2019-10-07 | libcamera: timer: Remove the interval() method | Laurent Pinchart |
2019-10-05 | libcamera: controls: Use ControlValidator to validate ControlList | Laurent Pinchart |
2019-10-05 | libcamera: Add ControlValidator implementation for Camera | Laurent Pinchart |
2019-10-05 | libcamera: Add ControlValidator | Laurent Pinchart |
2019-10-05 | libcamera: v4l2_controls: Use the ControlRange class for control info | Laurent Pinchart |
2019-10-05 | libcamera: v4l2_controls: Use the ControlValue class for data storage | Laurent Pinchart |
2019-10-05 | libcamera: controls: Rename ControlInfo to ControlRange | Laurent Pinchart |
2019-10-05 | libcamera: controls: Remove ControlInfo::id | Laurent Pinchart |
2019-10-05 | libcamera: controls: Remove the unused ControlList::update() method | Laurent Pinchart |
2019-10-05 | libcamera: controls: Auto-generate control_ids.h and control_ids.cpp | Laurent Pinchart |
2019-10-04 | libcamera: controls: Improve the API towards applications | Laurent Pinchart |
2019-10-04 | libcamera: controls: Use explicit 32-bit integer types | Laurent Pinchart |
2019-10-04 | libcamera: controls: Make ControlValue get/set accessors template methods | Laurent Pinchart |
2019-10-04 | libcamera: controls: Rename ControlValueType to ControlType | Laurent Pinchart |
2019-10-04 | ipa: ipa_manager: Print the loaded IPA modules path | Jacopo Mondi |
2019-10-04 | libcamera: ipa_manager: Sort IPA modules by name | Laurent Pinchart |
2019-10-04 | libcamera: camera_manager: Fix typo in the documentation | Laurent Pinchart |
2019-10-01 | qcam: Fix timers not emitting timeout signal | Niklas Söderlund |
2019-10-01 | qcam: Stop timer on timeout | Niklas Söderlund |
2019-09-27 | qcam: Fix unregister of not registered timer | Niklas Söderlund |
2019-09-24 | qcam: Fix ViewFinder memory leak | Kieran Bingham |
2019-09-23 | libcamera: ipa_manager: Rework error messages when enumerating IPAs | Laurent Pinchart |
2019-09-15 | libcamera: proxy: linux: Initialise pointer members at construction time | Laurent Pinchart |
2019-09-15 | ipa: Generate the two dummy IPA modules from the same source | Laurent Pinchart |
2019-09-15 | libcamera: Move list of private headers to src/libcamera/include/meson.build | Laurent Pinchart |
2019-09-15 | libcamera: Move ipa includes to the same level as libcamera | Laurent Pinchart |
2019-09-14 | libcamera: Switch to the std::chrono API | Laurent Pinchart |
2019-09-14 | libcamera: utils: Add clock helpers | Laurent Pinchart |
2019-09-13 | qcam: Fix compilation errors with gcc-9 and Qt < 5.13 | Laurent Pinchart |