index
:
libcamera/pinchartl/libcamera.git
master
mtk/camsv
mtk/multi-cam
rpi/streams/next
simple/imx8
Laurent Pinchart's clone of libcamera
git repository hosting on libcamera.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ipa
/
raspberrypi
/
controller
/
rpi
/
alsc.cpp
Age
Commit message (
Expand
)
Author
2023-03-31
ipa: raspberrypi: alsc: Use a better type name for sparse arrays
David Plowman
2023-03-31
ipa: raspberrypi: alsc: Replace std::vectors by Array2D class
David Plowman
2023-03-31
ipa: raspberrypi: Generalise the ALSC algorithm
Naushir Patuck
2023-02-09
ipa: raspberrypi: Use the generic statistics structure in the algorithms
Naushir Patuck
2022-07-28
ipa: raspberrypi: Use YamlParser to replace dependency on boost
Laurent Pinchart
2022-07-28
ipa: raspberrypi: Replace Fatal log by error propagation
Laurent Pinchart
2022-07-28
ipa: raspberrypi: Return an error code from Algorithm::read()
Laurent Pinchart
2022-07-27
ipa: raspberrypi: Remove #define constants
Naushir Patuck
2022-07-27
ipa: raspberryip: Remove all exception throw statements
Naushir Patuck
2022-07-27
raspberrypi: Update Copyright statement in all Raspberry Pi source files
Naushir Patuck
2022-07-27
ipa: raspberrypi: Rename header files from *.hpp to *.h
Naushir Patuck
2022-07-27
ipa: raspberrypi: Change to C style code comments
Naushir Patuck
2022-07-27
ipa: raspberrypi: Code refactoring to match style guidelines
Naushir Patuck
2022-04-06
ipa: raspberrypi: alsc: Limit the calculated lambda values
Naushir Patuck
2021-06-28
libcamera: ipa: raspberrypi: Demote warnings about lack of AWB results
David Plowman
2021-06-25
libcamera/base: Move extended base functionality
Kieran Bingham
2021-02-02
ipa: raspberrypi: alsc: Fix copy-paste error in debug statement
David Plowman
2021-01-26
ipa: raspberrypi: alsc: Replace Raspberry Pi debug with libcamera debug
David Plowman
2020-12-11
ipa: raspberrypi: Estimate the colour temerature if starting with fixed colou...
David Plowman
2020-10-21
ipa: raspberrypi: Re-use iterator variable
Kieran Bingham
2020-09-29
ipa: raspberrypi: Rename the controller namespace from Rpi to RpiController
Naushir Patuck
2020-09-29
libcamera: ipa: raspberrypi: ALSC: Handle user transform
David Plowman
2020-08-25
ipa: raspberrypi: Replace void cast with [[maybe_unused]]
Laurent Pinchart
2020-08-05
libcamera: ipa: raspberrypi: ALSC: Improve behaviour when camera mode changes
David Plowman
2020-08-05
libcamera: ipa: raspberrypi: ALSC: Resample luminance table
David Plowman
2020-08-05
libcamera: ipa: raspberrypi: ALSC: Improve locking in a few places
David Plowman
2020-06-22
libcamera: ipa: raspberrypi: Allow SwitchMode method to return camera settings
David Plowman
2020-05-11
libcamera: ipa: Raspberry Pi IPA
Naushir Patuck