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
/
android
/
yuv
Age
Commit message (
Expand
)
Author
2022-05-04
libcamera: Replace toString with operator<<() for format classes
Laurent Pinchart
2022-05-04
libcamera: Replace toString with operator<<() for geometry classes
Laurent Pinchart
2021-11-24
android: Convert to pragma once
Kieran Bingham
2021-10-26
android: post_processor: Drop return value for process()
Umang Jain
2021-10-26
android: Track and notify post processing of streams
Umang Jain
2021-10-26
android: post_processor: Consolidate contextual information
Umang Jain
2021-10-19
android: camera_stream: Plumb process() with Camera3RequestDescriptor
Umang Jain
2021-09-21
android: yuv: Remove CameraDevice forward-declare
Umang Jain
2021-09-07
libcamera: formats: Add planeSize() helpers to PixelFormatInfo
Laurent Pinchart
2021-08-31
libcamera: mapped_framebuffer: Rename maps() to planes()
Hirokazu Honda
2021-08-10
libcamera: MappedFrameBuffer: Use typed Flags<MapModes>
Kieran Bingham
2021-08-10
libcamera: Give MappedFrameBuffer its own implementation
Kieran Bingham
2021-06-25
libcamera/base: Move extended base functionality
Kieran Bingham
2021-03-03
android: post_processor: Use CameraBuffer API
Jacopo Mondi
2021-02-19
android: libyuv: Introduce PostProcessorYuv
Hirokazu Honda