summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2019-09-09src/libcamera/meson.build: link with atomic when neededFabrice Fontaine
2019-09-08libcamera: device_enumerator: fix udev media graph loading dependencyPaul Elder
2019-09-05android: camera_device: Report available keysJacopo Mondi
2019-09-05android: camera_device: Fix handling of request templateJacopo Mondi
2019-09-05android: camera_device: Use the new CameraMetadata helper classLaurent Pinchart
2019-09-05android: Add CameraMetadata helper classLaurent Pinchart
2019-09-05android: camera_device: Use precise sizes for request templateJacopo Mondi
2019-09-05android: camera_device: Add missing tags in request templateJacopo Mondi
2019-09-05android: camera_device: Remove tags from request templateJacopo Mondi
2019-09-05android: camera_device: Use correct sizes for static metadataJacopo Mondi
2019-09-05android: camera_device: Add missing static metadataJacopo Mondi
2019-08-29libcamera: v4l2_device: Fix error messages in setControls()Niklas Söderlund
2019-08-22libcamera: process: Properly ignore unused result with gccLaurent Pinchart
2019-08-21libcamera: v4l2_videodevice: Support MPLANE M2M devicesKieran Bingham
2019-08-19android: camera_device: Store static metadata in cacheLaurent Pinchart
2019-08-19libcamera: camera_manager: Construct CameraManager instances manuallyLaurent Pinchart
2019-08-19android: camera_hal_manager: Clean up resources when terminatingLaurent Pinchart
2019-08-19android: camera_hal_manager: Remove unused close() methodLaurent Pinchart
2019-08-19android: camera_hal_manager: Stop thread when destroyingLaurent Pinchart
2019-08-19android: Pass Camera shared pointer to CameraProxy by const referenceLaurent Pinchart
2019-08-19qcam: Pass camera manager to MainWindow classLaurent Pinchart
2019-08-19qcam: Remove double stop of the camera managerLaurent Pinchart
2019-08-19libcamera: proxy: Get event dispatcher from current threadLaurent Pinchart
2019-08-19libcamera: device_enumerator: Print media device name in error messageLaurent Pinchart
2019-08-19android: Simplify thread RPC with Object::invokeMethod()Laurent 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
2019-08-17libcamera: thread: Support dispatching messages to main threadLaurent Pinchart
2019-08-17libcamera: thread: Wake up target thread when moving objectsLaurent Pinchart
2019-08-15hal: Fix comparison of unsigned integer < 0Laurent Pinchart
2019-08-13libcamera: v4l2_videodevice: Support M2M devicesKieran Bingham
2019-08-13libcamera: v4l2_videodevice: Fix ordering of debug statementKieran Bingham