summaryrefslogtreecommitdiff
path: root/src/libcamera
AgeCommit message (Expand)Author
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-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-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-19libcamera: camera_manager: Construct CameraManager instances manuallyLaurent 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-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-13libcamera: v4l2_videodevice: Support M2M devicesKieran Bingham
2019-08-13libcamera: v4l2_videodevice: Fix ordering of debug statementKieran Bingham
2019-08-13libcamera: v4l2_device: Add setFd()Kieran Bingham
2019-08-12android: hal: Add Camera3 HALJacopo Mondi
2019-08-11libcamera: pipeline: vimc: Switch to using the RGB/YUV Capture video nodeNiklas Söderlund
2019-08-11libcamera: pipeline: vimc: Initialize device pointersNiklas Söderlund
2019-08-09libcamera: pipeline: RKISP1 configure isp output padHelen Koike
2019-08-01libcamera: ipa_module: prevent uninitialised accessKieran Bingham
2019-07-31libcamera: process: Fail loudly on isolateJacopo Mondi
2019-07-30libcamera: pipeline: ipu3: Fix argument name mismatchLaurent Pinchart
2019-07-17libcamera: logging: add syslog, stream, and nowhere logging targetsPaul Elder
2019-07-17libcamera: ipu3: Do not re-queue cancelled buffersJacopo Mondi
2019-07-17libcamera: ipu3: Disable links at configure() timeJacopo Mondi
2019-07-16libcamera: message: Add user message typesJacopo Mondi
2019-07-16libcamera: message: Document Message::SignalMessageLaurent Pinchart
2019-07-16libcamera: stream: Initialise pixelFormat in StreamConfiguration()Laurent Pinchart
2019-07-16libcamera: pipeline: ipu3: Free internal buffers after stopping streamingLaurent Pinchart
2019-07-16libcamera: pipeline: ipu3: Initialise pixel format to NV12 in new configLaurent Pinchart
2019-07-15libcamera: Fix spellings and grammarKieran Bingham
2019-07-14libcamera: pipeline: Support importing buffersJacopo Mondi
2019-07-14libcamera: stream: Map external buffers to indexesJacopo Mondi
2019-07-14libcamera: buffer: Add an accessor to the BufferMemoryLaurent Pinchart
2019-07-14libcamera: buffer: Add dmabuf file descriptorsJacopo Mondi
2019-07-14libcamera: stream: Add Stream memory typeJacopo Mondi