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
/
ipa
/
rkisp1
Age
Commit message (
Expand
)
Author
2020-04-14
libcamera: ipa: Remove IPAModuleInfo license field
Laurent Pinchart
2020-04-14
libcamera: Add IPA module signing infrastructure
Laurent Pinchart
2020-04-14
ipa: Add start() and stop() operations
Niklas Söderlund
2020-01-14
libcamera: Switch from utils::make_unique to std::make_unique
Laurent Pinchart
2020-01-14
meson.build: Switch to C++14
Laurent Pinchart
2020-01-12
ipa: Switch to FrameBuffer interface
Niklas Söderlund
2019-11-20
ipa: Switch to the plain C API
Jacopo Mondi
2019-11-20
ipa: Pass ControlInfoMap references to IPAInterface::configure()
Laurent Pinchart
2019-11-08
libcamera: Remove unneeded semicolons
Laurent Pinchart
2019-10-23
libcamera: Standardise on C compatibility headers
Laurent Pinchart
2019-10-15
libcamera: v4l2_controls: Remove V4L2ControlList class
Laurent Pinchart
2019-10-15
libcamera: controls: Merge ControlInfoMap and V4L2ControlInfoMap
Laurent Pinchart
2019-10-15
libcamera: v4l2_controls: Replace V4L2ControlInfo with V4L2ControlRange
Laurent Pinchart
2019-10-13
libcamera: ipa: Merge controls and v4l2controls in IPAOperationData
Laurent Pinchart
2019-10-13
libcamera: v4l2_device: Replace V4L2ControlList with ControlList
Laurent Pinchart
2019-10-13
libcamera: controls: Support accessing controls by numerical ID
Laurent Pinchart
2019-10-13
libcamera: controls: Default ControlList validator argument to nullptr
Laurent Pinchart
2019-10-11
ipa: rkisp1: Avoid unnecessary copy
Laurent Pinchart
2019-10-11
libcamera: ipa: rkisp1: Add basic control of auto exposure
Niklas Söderlund