summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-10libcamera: pipeline: Move IPA from pipeline to camera dataNiklas Söderlund
2019-10-08test: ipa: Add test for the IPA InterfaceJacopo Mondi
2019-10-08ipa: vimc: Add support for tracing operationsJacopo Mondi
2019-10-08ipa: meson: Give IPAs access to internal libcamera APIsJacopo Mondi
2019-10-08test: ipa: Rename the ipa_test to ipa_module_testJacopo Mondi
2019-10-08ipa: vimc: Rename ipa_dummy to ipa_vimcJacopo Mondi
2019-10-07test: timer: Test start() with absolute deadlineLaurent Pinchart
2019-10-07libcamera: timer: Add start() method with absolute deadlineLaurent Pinchart
2019-10-07test: timer-thread: Test starting a timer from another threadLaurent 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-07test: timer: Test that a timer can be restarted before it expiresLaurent Pinchart
2019-10-07test: timer: Test that deadline() isn't reset upon time outLaurent 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
2019-09-27qcam: Fix unregister of not registered timerNiklas Söderlund
2019-09-24qcam: Fix ViewFinder memory leakKieran Bingham
2019-09-23libcamera: ipa_manager: Rework error messages when enumerating IPAsLaurent Pinchart
2019-09-23clang-format: Don't indent namespacesLaurent Pinchart
2019-09-16test: buffer_import: Initialize video_ to nullptrJacopo Mondi
2019-09-16Documentation: Fix warnings when compiling with Doygen 1.8.16Jacopo Mondi
2019-09-15libcamera: proxy: linux: Initialise pointer members at construction timeLaurent Pinchart
2019-09-15ipa: Generate the two dummy IPA modules from the same sourceLaurent Pinchart
2019-09-15libcamera: Move list of private headers to src/libcamera/include/meson.buildLaurent 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-09-14libcamera: utils: Add clock helpersLaurent Pinchart
2019-09-13qcam: Fix compilation errors with gcc-9 and Qt < 5.13Laurent Pinchart
2019-09-13libcamera: device_enumerator_udev: Support entities sharing device nodesLaurent Pinchart
2019-09-13libcamera: device_enumerator_udev: Avoid double list lookupLaurent Pinchart
2019-09-13libcamera: device_enumerator_udev: Delay device node lookupLaurent Pinchart
2019-09-13libcamera: device_enumerator: Move lookupDeviceNode() to child classesLaurent Pinchart