summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2019-07-12libcamera: ipa: meson: build dummy IPA that needs isolationPaul Elder
2019-07-12libcamera: ipa: add dummy IPA that needs to be isolatedPaul Elder
2019-07-12libcamera: ipa_manager: use proxyPaul Elder
2019-07-12libcamera: proxy: add default linux IPA proxyPaul Elder
2019-07-12libcamera: add IPA proxyPaul Elder
2019-07-12libcamera: Add Process and ProcessManager classesPaul Elder
2019-07-12libcamera: ipa_module: add isOpenSourcePaul Elder
2019-07-12libcamera: ipa_module_info: add license fieldPaul Elder
2019-07-12libcamera: logging: add logging API for applicationsPaul Elder
2019-07-11libcamera: signal: Fix Object handling in multiple inheritance casesLaurent Pinchart
2019-07-11libcamera: signal: Support cross-thread signalsLaurent Pinchart
2019-07-11libcamera: thread: Add a messaging passing APILaurent Pinchart
2019-07-11libcamera: Add thread supportLaurent Pinchart
2019-07-11libcamera: skip auto version generation when building for Chromium OSPaul Elder
2019-07-09libcamera: Rework automatic version generation to avoid rebuildsLaurent Pinchart
2019-07-04qcam: Update window title with FPSKieran Bingham
2019-07-04qcam: Add the version string to the titleKieran Bingham
2019-07-04qcam: Move static timestamp to MainWindowKieran Bingham
2019-07-04libcamera: Auto generate version informationKieran Bingham
2019-07-04libcamera: v4l2_videodevice: Re-group operationsJacopo Mondi