summaryrefslogtreecommitdiff
path: root/src/libcamera/stream.cpp
AgeCommit message (Expand)Author
2021-06-25libcamera/base: Move extended base functionalityKieran Bingham
2021-06-25libcamera/base: Move utils to the base libraryKieran Bingham
2020-09-30libcamera: stream: Rename StillCaptureRaw to RawNiklas Söderlund
2020-07-10libcamera: StreamConfiguration: Update stride documentationPaul Elder
2020-07-10libcamera: StreamConfiguration: Add frameSize fieldPaul Elder
2020-06-22libcamera: stream: Initialize stride and bufferCountNiklas Söderlund
2020-06-17libcamera: StreamConfiguration: Fix typo in documentationPaul Elder
2020-05-16libcamera: Move internal headers to include/libcamera/internal/Laurent Pinchart
2020-05-01libcamera: stream: Expose stride valueNiklas Söderlund
2020-03-27libcamera: stream: Add StillCaptureRaw roleNiklas Söderlund
2020-03-19libcamera: geometry: Construct SizeRange from SizeLaurent Pinchart
2020-03-18libcamera: PixelFormat: Mark all function arguments of type PixelFormat as co...Niklas Söderlund
2020-03-18libcamera: PixelFormat: Turn into a classNiklas Söderlund
2020-01-12libcamera: Remove dead code after switch to FrameBufferNiklas Söderlund
2020-01-12libcamera: buffer: Switch from Plane to FrameBuffer::PlaneNiklas Söderlund
2019-10-28libcamera: stream: Use the newly defined PixelFormatJacopo Mondi
2019-10-23libcamera: Standardise on C compatibility headersLaurent Pinchart
2019-10-15libcamera: utils: Add hex stream output helperLaurent Pinchart
2019-07-16libcamera: stream: Initialise pixelFormat in StreamConfiguration()Laurent Pinchart
2019-07-15libcamera: Fix spellings and grammarKieran Bingham
2019-07-14libcamera: stream: Map external buffers to indexesJacopo Mondi
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: buffer: Split memory information to BufferMemoryLaurent Pinchart
2019-06-19libcamera: stream: Include missing array headerLaurent Pinchart
2019-06-19libcamera: stream: StreamConfiguration: Add StreamFormats informationNiklas Söderlund
2019-06-19libcamera: stream: Add StreamFormatsNiklas Söderlund
2019-05-23libcamera: Refactor the camera configuration storage and APILaurent Pinchart
2019-05-23libcamera: Use stream roles directly instead of StreamUsageLaurent Pinchart
2019-05-23libcamera: camera: Rename configureStreams() and streamConfiguration()Laurent Pinchart
2019-04-30libcamera: Use the Size class through libcameraLaurent Pinchart
2019-04-19libcamera: stream: Document protected membersJacopo Mondi
2019-04-19libcamera: Include header related to source file firstLaurent Pinchart
2019-04-19libcamera: stream: Add and use toString() method to StreamConfigurationLaurent Pinchart
2019-04-19libcamera: Document documentation style and update the code accordinglyLaurent Pinchart
2019-04-05libcamera: stream: Add basic stream usagesNiklas Söderlund
2019-02-06libcamera: stream: Add stream configuration to the stream objectNiklas Söderlund
2019-02-06libcamera: stream: Construct a streamKieran Bingham
2019-02-04libcamera: streams: extend stream configuration with buffer countNiklas Söderlund
2019-02-01libcamera: stream: add initial StreamConfiguration structureNiklas Söderlund
2019-02-01libcamera: stream: add initial Stream classNiklas Söderlund