summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2019-08-13libcamera: v4l2_device: Add setFd()Kieran Bingham
2019-08-12hal: Fix comparison of integers of different signsLaurent Pinchart
2019-08-12android: hal: Add Camera3 HALJacopo Mondi
2019-08-12android: metadata: Add SPDX tagJacopo Mondi
2019-08-12android: Add camera metadata libraryJacopo 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-17libcamera: qcam: Allow specifying sizes on command lineJacopo 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
2019-07-14libcamera: stream: Shorten access to the bufferPoolJacopo Mondi
2019-07-14libcamera: Stop using Stream::bufferPool to get the number of buffersLaurent Pinchart
2019-07-14libcamera: pipeline: ipu3: Use stream configuration to get buffers countLaurent Pinchart
2019-07-14libcamera: v4l2_videodevice: Signal buffer completion at streamoff timeLaurent Pinchart
2019-07-14libcamera: buffer: Split memory information to BufferMemoryLaurent Pinchart
2019-07-14libcamera: v4l2_videodevice: Add helper to queue all buffersLaurent Pinchart
2019-07-14libcamera: request: Add cookie to make request tracking easierLaurent Pinchart
2019-07-14libcamera: pipeline_handler: Simplify request completionLaurent Pinchart
2019-07-14libcamera: camera: Don't check buffer count before freeing buffersLaurent Pinchart
2019-07-14libcamera: camera: Don't move buffers away from request at completionLaurent Pinchart
2019-07-13libcamera: utils: Add clamp()Niklas Söderlund
2019-07-13libcamera: event_notifier_poll: Fix notifier unregistration during event proc...Laurent Pinchart
2019-07-13libcamera: ipa_module: Fix open source license verificationNiklas Söderlund
2019-07-12libcamera: process: fix error checkingPaul Elder
2019-07-12libcamera: process: fix compilation on Chromium OSPaul Elder