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
/
ipu3
/
ipu3.cpp
Age
Commit message (
Expand
)
Author
2021-10-06
ipa: ipu3: awb: Introduce Black Level Correction
Jean-Michel Hautbois
2021-10-06
ipa: ipu3: awb: Use the line stride for the stats
Jean-Michel Hautbois
2021-10-06
ipa: ipu3: Change limits and split loops in calculateBdsGrid()
Jean-Michel Hautbois
2021-10-06
ipa: ipu3: Change the limits of the AWB stats
Jean-Michel Hautbois
2021-09-27
libcamera: ipu3: Drop entityControls map
Jacopo Mondi
2021-09-14
ipa: ipu3: Clear incoming parameter use flags
Kieran Bingham
2021-08-31
libcamera: mapped_framebuffer: Rename maps() to planes()
Hirokazu Honda
2021-08-20
ipa: ipu3: Move IPU3 agc into algorithms
Jean-Michel Hautbois
2021-08-20
ipa: ipu3: Move IPU3 awb into algorithms
Jean-Michel Hautbois
2021-08-20
ipa: ipu3: convert AGC to the new algorithm interface
Jean-Michel Hautbois
2021-08-20
ipa: ipu3: convert AWB to the new algorithm interface
Jean-Michel Hautbois
2021-08-20
ipa: ipu3: Introduce a modular tone mapping algorithm
Jean-Michel Hautbois
2021-08-20
ipa: ipu3: Introduce modular algorithm
Jean-Michel Hautbois
2021-08-20
ipa: ipu3: Introduce a Context structure
Jean-Michel Hautbois
2021-08-12
ipa: ipu3: Tidy-up includes
Jacopo Mondi
2021-08-12
libcamera: ipu3: Initialize controls in the IPA
Jacopo Mondi
2021-08-10
libcamera: MappedFrameBuffer: Use typed Flags<MapModes>
Kieran Bingham
2021-08-10
libcamera: Give MappedFrameBuffer its own implementation
Kieran Bingham
2021-08-09
libcamera: Rename 'method' to 'function'
Laurent Pinchart
2021-07-11
libcamera: buffer: Rename buffer.h to framebuffer.h
Laurent Pinchart
2021-06-28
ipa: ipu3: Initialize CameraSensorHelper at IPU3 init stage
Jean-Michel Hautbois
2021-06-25
libcamera/base: Move extended base functionality
Kieran Bingham
2021-06-14
ipa: ipu3: Support return values from configure()
Kieran Bingham
2021-06-08
ipa: ipu3: Calculate frame duration from minimum VBLANK value
Umang Jain
2021-06-08
ipa: ipu3: Copy IPACameraSensorInfo for future usage
Umang Jain
2021-06-08
ipa: ipu3: Calculate line duration from IPACameraSensorInfo
Umang Jain
2021-05-27
ipa: ipu3: Set output frame duration metadata
Paul Elder
2021-05-26
ipa: ipu3: Provide frame timestamps through IPU3Event
Umang Jain
2021-05-24
ipa: ipu3: Introduce IPAConfigInfo in IPC
Umang Jain
2021-04-22
ipa: ipu3: Add support for IPU3 AEC/AGC algorithm
Jean-Michel Hautbois
2021-04-22
ipa: ipu3: Add support for IPU3 AWB algorithm
Jean-Michel Hautbois
2021-04-17
ipa: ipu3: Move the IPA to the ipa::ipu3 namespace
Kieran Bingham
2021-03-24
ipa: ipu3: Do not set controls during configure
Kieran Bingham
2021-03-17
libcamera: ipu3: Pass the BDS rectangle at IPA configure call
Jean-Michel Hautbois
2021-02-19
ipa: ipu3: Don't call SetControls for each frame
Jean-Michel Hautbois
2021-02-16
libcamera: IPAInterface: Replace C API with the new C++-only API
Paul Elder
2021-02-05
libcamera: ipa: ipu3: Add an IPA skeleton for the IPU3 pipeline
Niklas Söderlund