Age | Commit message (Expand) | Author |
2019-08-19 | android: camera_hal_manager: Remove unused close() method | Laurent Pinchart |
2019-08-19 | android: camera_hal_manager: Stop thread when destroying | Laurent Pinchart |
2019-08-19 | android: Pass Camera shared pointer to CameraProxy by const reference | Laurent Pinchart |
2019-08-19 | test: camera: Use the CameraManager from the CameraTest base class | Laurent Pinchart |
2019-08-19 | test: Get event dispatcher from current thread | Laurent Pinchart |
2019-08-19 | test: unixsocket: Fix typo in error message | Laurent Pinchart |
2019-08-19 | test: event-thread: Fix compilation on Chromium OS | Laurent Pinchart |
2019-08-19 | qcam: Pass camera manager to MainWindow class | Laurent Pinchart |
2019-08-19 | qcam: Remove double stop of the camera manager | Laurent Pinchart |
2019-08-19 | libcamera: proxy: Get event dispatcher from current thread | Laurent Pinchart |
2019-08-19 | libcamera: device_enumerator: Print media device name in error message | Laurent Pinchart |
2019-08-19 | android: Simplify thread RPC with Object::invokeMethod() | Laurent Pinchart |
2019-08-17 | test: Simplify tests with parent-child relationships | Laurent Pinchart |
2019-08-17 | test: object: Extend object test to verify parent-child relationships | Laurent Pinchart |
2019-08-17 | libcamera: Add parent argument to constructors of Object-derived classes | Laurent Pinchart |
2019-08-17 | libcamera: object: Create parent-child relationships | Laurent Pinchart |
2019-08-17 | test: Add Timer thread move test | Laurent Pinchart |
2019-08-17 | test: Add EventNotifier thread move test | Laurent Pinchart |
2019-08-17 | libcamera: timer: Bind timers to threads | Laurent Pinchart |
2019-08-17 | libcamera: event_notifier: Bind event notifiers to threads | Laurent Pinchart |
2019-08-17 | libcamera: camera_manager: Bind CameraManager to threads | Laurent Pinchart |
2019-08-17 | test: Add Object class thread affinity test | Laurent Pinchart |
2019-08-17 | test: Add Object::invokeMethod() test | Laurent Pinchart |
2019-08-17 | libcamera: object: Notify objects of thread move | Laurent Pinchart |
2019-08-17 | libcamera: object: Add an asynchronous method invocation method | Laurent Pinchart |
2019-08-17 | libcamera: bound_method: Decouple from Signal implementation | Laurent Pinchart |
2019-08-17 | libcamera: signal: Split Slot implementation to reusable classes | Laurent Pinchart |
2019-08-17 | libcamera: thread: Support dispatching messages to main thread | Laurent Pinchart |
2019-08-17 | libcamera: thread: Wake up target thread when moving objects | Laurent Pinchart |
2019-08-17 | libcamera: object: Make message() method protected | Laurent Pinchart |
2019-08-16 | readme: Provide build requirements | Kieran Bingham |
2019-08-16 | readme: Move index page content to README | Kieran Bingham |
2019-08-16 | readme: Convert from Markdown to RST | Kieran Bingham |
2019-08-15 | hal: Fix comparison of unsigned integer < 0 | Laurent Pinchart |
2019-08-13 | test: v4l2_device: Remove unused function | Kieran Bingham |
2019-08-13 | test: v4l2_videodevice: Add M2M device test | Kieran Bingham |
2019-08-13 | libcamera: v4l2_videodevice: Support M2M devices | Kieran Bingham |
2019-08-13 | libcamera: v4l2_videodevice: Fix ordering of debug statement | Kieran Bingham |
2019-08-13 | libcamera: v4l2_device: Add setFd() | Kieran Bingham |
2019-08-12 | hal: Fix comparison of integers of different signs | Laurent Pinchart |
2019-08-12 | android: hal: Add Camera3 HAL | Jacopo Mondi |
2019-08-12 | android: metadata: Add SPDX tag | Jacopo Mondi |
2019-08-12 | android: Add camera metadata library | Jacopo Mondi |
2019-08-12 | include: android: Add SPDX tags | Jacopo Mondi |
2019-08-12 | include: android: Add Android headers from Cros | Jacopo Mondi |
2019-08-12 | licenses: add Apache-2.0 license | Jacopo Mondi |
2019-08-11 | tests: camera-sensor: Test using invalid media bus format | Niklas Söderlund |
2019-08-11 | tests: v4l2_videodevice: Set media bus and pixel formats for vimc | Niklas Söderlund |
2019-08-11 | libcamera: pipeline: vimc: Switch to using the RGB/YUV Capture video node | Niklas Söderlund |
2019-08-11 | libcamera: pipeline: vimc: Initialize device pointers | Niklas Söderlund |