summaryrefslogtreecommitdiff
path: root/src/ipa/simple/soft_simple.cpp
AgeCommit message (Expand)Author
2024-10-18libcamera: software_isp: Black level from tuning fileMilan Zamazal
2024-10-18libcamera: software_isp: Get black level from the camera helperMilan Zamazal
2024-10-18libcamera: software_isp: Clear IPA context on configure and stopRobert Mader
2024-09-27libcamera: software_isp: Move exposure+gain to an algorithm moduleMilan Zamazal
2024-09-27libcamera: software_isp: Use DelayedControlsMilan Zamazal
2024-09-27libcamera: software_isp: Move color handling to an algorithm moduleMilan Zamazal
2024-09-27libcamera: software_isp: Move black level to an algorithm moduleMilan Zamazal
2024-09-27libcamera: software_isp: Call Algorithm::processMilan Zamazal
2024-09-27libcamera: software_isp: Call Algorithm::prepareMilan Zamazal
2024-09-27libcamera: software_isp: Call Algorithm::queueRequestMilan Zamazal
2024-09-27libcamera: software_isp: Call Algorithm::configureMilan Zamazal
2024-09-27libcamera: software_isp: Create algorithmsMilan Zamazal
2024-09-27libcamera: software_isp: Make stats frame and buffer awareMilan Zamazal
2024-09-27libcamera: software_isp: Let IPASoftSimple inherit ModuleMilan Zamazal
2024-06-02libcamera: software_isp: Remove DebayerParams::kGain10Milan Zamazal
2024-06-02libcamera: software_isp: Move color mappings out of debayeringMilan Zamazal
2024-06-02libcamera: software_isp: Honor black level in AWBMilan Zamazal
2024-05-14libcamera: pipeline: Rename pipelines to a shorter nameJulien Vuillaumier
2024-05-08libcamera: Drop file name from header comment blocksLaurent Pinchart
2024-04-16libcamera: software_isp: Apply black level compensationMilan Zamazal
2024-04-16libcamera: ipa: Add Soft IPAAndrey Konovalov