Age | Commit message (Expand) | Author |
2021-07-11 | libcamera: buffer: Rename buffer.h to framebuffer.h | Laurent Pinchart |
2021-07-11 | test: message: Test recursive Thread::dispatchMessages() calls | Laurent Pinchart |
2021-07-06 | libcamera: camera: Make stop() idempotent | Nícolas F. R. A. Prado |
2021-06-25 | test: Ensure LIBCAMERA_BASE_PRIVATE isn't public | Kieran Bingham |
2021-06-25 | libcamera: rename public libcamera dependency | Kieran Bingham |
2021-06-25 | libcamera/base: Validate internal headers as private | Kieran Bingham |
2021-06-25 | libcamera/base: Move span to base library | Kieran Bingham |
2021-06-25 | libcamera/base: Move event_notifier to base | Kieran Bingham |
2021-06-25 | libcamera/base: Move File to base library | Kieran Bingham |
2021-06-25 | libcamera/base: Move extended base functionality | Kieran Bingham |
2021-06-25 | libcamera/base: Move utils to the base library | Kieran Bingham |
2021-06-08 | libcamera: utils: Add helper class for std::chrono::duration | Naushir Patuck |
2021-05-26 | test: v4l2_videodevice: controls: Test 64-bit controls | Laurent Pinchart |
2021-05-26 | test: byte-stream-buffer: Initialize data array | Niklas Söderlund |
2021-05-18 | libcamera: utils: Add enumerate view for range-based for loops | Laurent Pinchart |
2021-05-06 | test: control_list: Test ControlList::merge() | Jacopo Mondi |
2021-05-06 | test: control_list: Check for Brightness presence | Jacopo Mondi |
2021-05-05 | test: bayer-format: Rectify internal header's #include path | Umang Jain |
2021-04-15 | test: span: Add tests for begin() and rbegin() | Laurent Pinchart |
2021-04-12 | test: threads: Fix memory leak | Laurent Pinchart |
2021-03-28 | meson: Summarize which applications and adaptation layers are built | Laurent Pinchart |
2021-03-23 | ipa: Add sensor model string to IPASettings | Naushir Patuck |
2021-03-12 | test: delayed_controls: Rename delayed_contols.cpp to delayed_controls.cpp | Naushir Patuck |
2021-03-12 | test: delayed_controls: Fixup tests after recent DelayedControls changes | Naushir Patuck |
2021-03-12 | libcamera: delayed_controls: Add notion of priority write | Naushir Patuck |
2021-03-02 | tests: Test IPA serializer generation | Paul Elder |
2021-03-02 | tests: Add test for IPCPipeUnixSocket | Paul Elder |
2021-03-02 | tests: Add IPADataSerializer test | Paul Elder |
2021-02-16 | libcamera: IPAInterface: Replace C API with the new C++-only API | Paul Elder |
2021-02-16 | tests: Remove IPA wrappers test | Paul Elder |
2021-02-11 | meson: Fix coding style when declaring arrays | Laurent Pinchart |
2021-02-05 | libcamera: camera_sensor: Add frame length limits to CameraSensorInfo | Naushir Patuck |
2021-02-04 | test: Add unit tests for the BayerFormat class | Sebastian Fricke |
2021-02-04 | test: buffer-import: Fix false-positive failure | Kieran Bingham |
2021-01-29 | test: delayed_controls: Add test case for DelayedControls | Niklas Söderlund |
2020-12-30 | meson: test: Simplify top level meson | Kieran Bingham |
2020-12-30 | test: file: Check that directories are not treated as files | Kieran Bingham |
2020-12-14 | libcamera: Replace ARRAY_SIZE() with std::size() | Laurent Pinchart |
2020-12-09 | libcamera: v4l2_device: Return a unique pointer from fromEntityName() | Laurent Pinchart |
2020-12-08 | libcamera: ipa: Pass a set of controls and return results from ipa::start() | Naushir Patuck |
2020-11-15 | libcamera: Move EventDispatcher to internal API | Laurent Pinchart |
2020-11-15 | test: Get event dispatcher from current thread | Laurent Pinchart |
2020-10-27 | test: geometry: Add unit tests for new geometry helper functions | David Plowman |
2020-10-23 | libcamera: Drop unneeded empty default constructors and destructors | Laurent Pinchart |
2020-10-21 | test: v4l2_videodevice: Prevent variable shadowing of format | Kieran Bingham |
2020-10-20 | ipa: Rename ipa_vimc.h to vimc.h | Laurent Pinchart |
2020-10-20 | test: Omit extra semicolons | Hirokazu Honda |
2020-10-12 | libcamera, android, cam, gstreamer, qcam, v4l2: Reuse Request | Paul Elder |
2020-10-09 | test: span: Fix typo describing the dynamic span test | Paul Elder |
2020-10-07 | libcamera: ProcessManager: make ProcessManager lifetime explicitly managed | Paul Elder |