summaryrefslogtreecommitdiff
path: root/include/libcamera/stream.h
AgeCommit message (Expand)Author
2021-07-11libcamera: buffer: Rename buffer.h to framebuffer.hLaurent Pinchart
2020-09-30libcamera: stream: Rename StillCaptureRaw to RawNiklas Söderlund
2020-07-10libcamera: StreamConfiguration: Add frameSize fieldPaul Elder
2020-06-06libcamera: Rename pixelformats.{cpp,h} to pixel_format.{cpp,h}Laurent Pinchart
2020-05-01libcamera: stream: Expose stride valueNiklas Söderlund
2020-03-27libcamera: stream: Add StillCaptureRaw roleNiklas Söderlund
2020-03-18libcamera: PixelFormat: Mark all function arguments of type PixelFormat as co...Niklas Söderlund
2020-01-12libcamera: Remove dead code after switch to FrameBufferNiklas Söderlund
2019-10-28libcamera: stream: Use the newly defined PixelFormatJacopo Mondi
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: 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-04-30libcamera: Use the Size class through libcameraLaurent Pinchart
2019-04-19libcamera: stream: Add and use toString() method to StreamConfigurationLaurent Pinchart
2019-04-16libcamera: stream: Make Stream inheritableJacopo Mondi
2019-04-05libcamera: stream: Add basic stream usagesNiklas Söderlund
2019-04-02libcamera: stream: Qualify 'Camera' friend directiveJacopo Mondi
2019-04-02libcamera: stream: Remove 2 empty linesJacopo Mondi
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