index
:
libcamera/libcamera.git
master
libcamera official repository
git repository hosting on libcamera.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qcam
/
viewfinder.h
Age
Commit message (
Expand
)
Author
2021-11-24
qcam: Convert to pragma once
Kieran Bingham
2021-09-22
qcam: viewfinder: Pass stride value to viewfinder
Laurent Pinchart
2021-09-07
qcam: Use Image class to access pixel data
Laurent Pinchart
2021-08-21
qcam: Replace MappedBuffer with Span<uint8_t>
Laurent Pinchart
2021-07-11
libcamera: buffer: Rename buffer.h to framebuffer.h
Laurent Pinchart
2020-10-23
libcamera: Declare empty virtual destructors as defaulted
Laurent Pinchart
2020-09-15
qcam: New viewfinder hierarchy
Show Liu
2020-06-06
libcamera: Rename pixelformats.{cpp,h} to pixel_format.{cpp,h}
Laurent Pinchart
2020-03-24
qcam: viewfinder: Report the natively supported pixel formats
Laurent Pinchart
2020-03-24
qcam: viewfinder: Display icon when stopping capture
Laurent Pinchart
2020-03-24
qcam: viewfinder: Avoid memory copy when conversion isn't needed
Laurent Pinchart
2020-03-24
qcam: viewfinder: Embed QImage in ViewFinder
Laurent Pinchart
2020-03-24
qcam: viewfinder: Make the viewfinder hold a reference to a buffer
Laurent Pinchart
2020-03-24
qcam: viewfinder: Add MappedBuffer to store memory mapping information
Laurent Pinchart
2020-03-24
qcam: Use QSize through the code base
Laurent Pinchart
2020-03-18
libcamera: PixelFormat: Mark all function arguments of type PixelFormat as co...
Niklas Söderlund
2020-03-18
libcamera: Use PixelFormat instead of unsigned int where appropriate
Niklas Söderlund
2020-02-14
qcam: Provide save image functionality
Kieran Bingham
2020-01-20
qcam: Support scaling of the viewfinder
Laurent Pinchart
2019-09-24
qcam: Fix ViewFinder memory leak
Kieran Bingham
2019-04-02
qcam: Add JPEG format support
Laurent Pinchart
2019-03-29
qcam: Add Qt-based GUI application
Laurent Pinchart